:root {
    --forest-950: #0b2417;
    --forest-900: #12351f;
    --forest-800: #173f2a;
    --forest-700: #21583a;
    --forest-600: #2d7049;
    --leaf: #4f8d4a;
    --gold: #d9a62e;
    --gold-light: #f1cc6c;
    --cream: #f6f2e8;
    --cream-soft: #fbfaf6;
    --ink: #18231d;
    --muted: #647168;
    --line: #dfe6df;
    --white: #fff;
    --shadow: 0 24px 60px rgba(11, 36, 23, .12);
    --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.public-site { margin: 0; color: var(--ink); background: var(--cream-soft); font-family: "DM Sans", system-ui, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.public-site h1, body.public-site h2, body.public-site h3, body.public-site strong { font-family: "Manrope", system-ui, sans-serif; }
body.public-site h1, body.public-site h2, body.public-site h3, body.public-site p { margin-top: 0; }
body.public-site a { color: inherit; text-decoration: none; }
body.public-site img { display: block; max-width: 100%; }
body.public-site button, body.public-site input, body.public-site textarea { font: inherit; }
.public-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 16px; border-radius: 8px; color: #fff !important; background: var(--forest-950); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.public-utility { color: #d8eadc; background: var(--forest-950); font-size: .78rem; font-weight: 600; letter-spacing: .01em; }
.utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.utility-inner span, .utility-inner a { display: inline-flex; align-items: center; gap: 8px; }
.utility-inner a:hover { color: var(--gold-light); }
.public-header { position: relative; z-index: 100; border-bottom: 1px solid rgba(23, 63, 42, .1); background: rgba(255,255,255,.96); box-shadow: 0 6px 22px rgba(11, 36, 23, .04); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.public-brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.public-brand img { width: 56px; height: 56px; object-fit: contain; }
.public-brand span { display: grid; line-height: 1.08; }
.public-brand strong { color: var(--forest-800); font-size: 1.42rem; font-weight: 800; letter-spacing: .08em; }
.public-brand small { margin-top: 5px; color: var(--muted); font-size: .69rem; font-weight: 700; letter-spacing: .02em; }
.public-nav { display: flex; align-items: center; gap: 5px; }
.public-nav > a { position: relative; padding: 10px 12px; border-radius: 10px; color: #3f5045; font-size: .88rem; font-weight: 700; }
.public-nav > a:not(.staff-login)::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 4px; height: 2px; border-radius: 2px; background: var(--gold); transform: scaleX(0); transition: transform .2s ease; }
.public-nav > a:hover, .public-nav > a.active { color: var(--forest-800); }
.public-nav > a:hover::after, .public-nav > a.active::after { transform: scaleX(1); }
.public-nav .staff-login { margin-left: 8px; padding: 11px 17px; color: #fff; background: var(--forest-800); }
.public-nav .staff-login:hover { color: #fff; background: var(--forest-600); }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 12px; color: var(--forest-800); background: #fff; font-size: 1.35rem; }

.public-hero { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; color: #fff; }
.hero-image, .hero-overlay { position: absolute; inset: 0; }
.hero-image { background: url('../img/public-hero.jpg') center 55% / cover no-repeat; transform: scale(1.01); }
.hero-overlay { background: linear-gradient(90deg, rgba(7, 29, 18, .91) 0%, rgba(8, 38, 23, .73) 48%, rgba(8, 30, 18, .18) 78%, rgba(8, 30, 18, .06) 100%), linear-gradient(0deg, rgba(8, 29, 18, .46), transparent 46%); }
.hero-content { position: relative; z-index: 1; padding-block: 100px 78px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 17px; color: var(--forest-600); font-size: .76rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow > span { width: 30px; height: 2px; background: var(--gold); }
.eyebrow.light { color: #e7f2e9; }
.eyebrow.center { justify-content: center; }
.hero-content h1, .page-hero h1 { max-width: 790px; margin-bottom: 25px; font-size: clamp(3.2rem, 7vw, 6.35rem); font-weight: 800; line-height: .99; letter-spacing: -.055em; }
.hero-content h1 em, .page-hero h1 em { color: var(--gold-light); font-family: Georgia, serif; font-weight: 400; }
.hero-content > p { max-width: 690px; margin-bottom: 32px; color: #e7eee9; font-size: 1.14rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.public-btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 20px; border: 1px solid transparent; border-radius: 12px; font-size: .89rem; font-weight: 800; transition: transform .18s ease, background .18s ease, border-color .18s ease; cursor: pointer; }
.public-btn:hover { transform: translateY(-2px); }
.public-btn.primary { color: #fff; background: var(--forest-700); }
.public-btn.primary:hover { background: var(--forest-600); }
.public-btn.gold { color: var(--forest-950); background: var(--gold-light); }
.public-btn.gold:hover { background: #f4d98d; }
.public-btn.glass { color: #fff; border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.11); backdrop-filter: blur(8px); }
.public-btn.glass:hover { background: rgba(255,255,255,.2); }
.public-btn.white { color: var(--forest-900); background: #fff; }
.public-btn.outline-light { color: #fff; border-color: rgba(255,255,255,.48); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 68px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.25); color: #eaf2ec; font-size: .85rem; font-weight: 600; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof i { color: var(--gold-light); }

.public-section { padding-block: 105px; }
.soft-section { background: #edf3ed; }
.intro-section { background: #fff; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: 80px; align-items: end; margin-bottom: 48px; }
.split-heading > p { margin-bottom: 8px; color: var(--muted); font-size: 1.03rem; }
.section-title { margin-bottom: 20px; color: var(--forest-950); font-size: clamp(2.05rem, 4.3vw, 3.55rem); font-weight: 800; line-height: 1.12; letter-spacing: -.04em; }
.centered-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.centered-heading > p { color: var(--muted); }
.feature-grid { display: grid; gap: 15px; }
.feature-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.feature-card { position: relative; min-height: 280px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream-soft); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.feature-card:hover { transform: translateY(-5px); border-color: #c7d4c9; box-shadow: var(--shadow); }
.feature-card > i { width: 53px; height: 53px; display: grid; place-items: center; margin: 54px 0 22px; border-radius: 16px; color: #fff; background: var(--forest-700); font-size: 1.35rem; }
.feature-number { position: absolute; top: 25px; right: 25px; color: #aab5ac; font-family: "Manrope", sans-serif; font-size: .76rem; font-weight: 800; letter-spacing: .1em; }
.feature-card h3 { margin-bottom: 10px; font-size: 1.12rem; }
.feature-card p { margin-bottom: 0; color: var(--muted); font-size: .91rem; }

.story-section { background: var(--cream); }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.story-grid.reverse .story-image { order: 2; }
.story-image { position: relative; min-height: 560px; border-radius: 30px; background-size: cover; background-position: center; box-shadow: var(--shadow); overflow: hidden; }
.image-records { background-image: linear-gradient(0deg, rgba(8, 36, 21, .32), transparent 55%), url('../img/public-records.jpg'); }
.image-smart { background-image: linear-gradient(0deg, rgba(8, 36, 21, .35), transparent 60%), url('../img/public-smart-work.jpg'); }
.image-note { position: absolute; left: 25px; right: 25px; bottom: 25px; display: grid; grid-template-columns: 48px 1fr; padding: 18px; border: 1px solid rgba(255,255,255,.28); border-radius: 16px; color: #fff; background: rgba(10, 38, 23, .82); backdrop-filter: blur(10px); }
.image-note i { grid-row: 1 / 3; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: var(--forest-950); background: var(--gold-light); }
.image-note strong { font-size: .9rem; }
.image-note small { color: #dce9df; }
.story-copy > p { color: var(--muted); font-size: 1.02rem; }
.check-list { display: grid; gap: 15px; margin: 28px 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; }
.check-list li > i { width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 auto; margin-top: 1px; border-radius: 50%; color: #fff; background: var(--forest-600); }
.check-list strong { display: inline; }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 4px; border-bottom: 2px solid var(--gold); color: var(--forest-700); font-weight: 800; }

.workflow-section { background: #fff; }
.workflow-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream-soft); overflow: hidden; }
.workflow-grid article { position: relative; min-height: 285px; padding: 32px 27px; border-right: 1px solid var(--line); }
.workflow-grid article:last-child { border: 0; }
.workflow-grid article > span { position: absolute; top: 20px; right: 22px; color: #b8c3ba; font-family: "Manrope", sans-serif; font-weight: 800; }
.workflow-grid article > i { width: 56px; height: 56px; display: grid; place-items: center; margin: 48px 0 25px; border-radius: 50%; color: var(--forest-700); background: #e2eee3; font-size: 1.35rem; }
.workflow-grid h3 { margin-bottom: 10px; }
.workflow-grid p { margin-bottom: 0; color: var(--muted); font-size: .91rem; }
.audience-section { padding-top: 0; background: #fff; }
.audience-card { display: grid; grid-template-columns: 1.1fr .9fr; gap: 55px; padding: 65px; border-radius: 30px; color: #fff; background: radial-gradient(circle at 95% 10%, rgba(79,141,74,.75), transparent 32%), var(--forest-900); box-shadow: var(--shadow); }
.audience-copy h2 { max-width: 640px; margin-bottom: 18px; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.12; letter-spacing: -.04em; }
.audience-copy > p { max-width: 650px; color: #d5e4d8; }
.audience-list { display: grid; align-content: center; gap: 14px; }
.audience-list > div { display: flex; align-items: center; gap: 15px; padding: 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 15px; background: rgba(255,255,255,.07); }
.audience-list i { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 12px; color: var(--forest-950); background: var(--gold-light); }
.audience-list span { display: grid; }
.audience-list small { color: #cbdacf; }
.public-cta { padding-block: 74px; color: #fff; background: var(--forest-700); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-inner h2 { margin: 0; font-size: clamp(1.9rem, 3.5vw, 3rem); letter-spacing: -.04em; }
.cta-inner > div:last-child { display: flex; gap: 10px; flex: 0 0 auto; }

.page-hero { position: relative; min-height: 500px; display: grid; align-items: center; color: #fff; background: linear-gradient(90deg, rgba(8, 35, 21, .94), rgba(18, 63, 39, .75)), url('../img/public-hero.jpg') center 56% / cover no-repeat; }
.page-hero.compact { min-height: 425px; }
.page-hero.goal-hero { background-position: center 62%; }
.page-hero.contact-hero { background-position: center 70%; }
.page-hero.manual-hero { background: linear-gradient(90deg, rgba(8, 35, 21, .95), rgba(18, 63, 39, .72)), url('../img/public-records.jpg') center / cover no-repeat; }
.page-hero.subscribe-hero { min-height: 570px; background: linear-gradient(90deg, rgba(8, 35, 21, .96), rgba(18, 63, 39, .72)), url('../img/public-hero.jpg') center 62% / cover no-repeat; }
.page-hero .public-container { padding-block: 75px; }
.page-hero h1 { max-width: 940px; margin-bottom: 20px; font-size: clamp(2.7rem, 6vw, 5.2rem); }
.page-hero p { max-width: 720px; margin-bottom: 0; color: #e0ebe3; font-size: 1.08rem; }
.value-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.value-grid article { padding: 28px; border: 1px solid #d9e4da; border-radius: var(--radius); background: #fff; }
.value-grid i { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 15px; color: #fff; background: var(--forest-700); }
.value-grid h3 { font-size: 1.08rem; }
.value-grid p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.founder-section { background: #fff; }
.founder-card { display: grid; grid-template-columns: 280px 1fr; gap: 50px; align-items: center; max-width: 950px; padding: 40px; border: 1px solid var(--line); border-radius: 28px; background: var(--cream-soft); }
.profile-placeholder { min-height: 300px; display: grid; place-items: center; align-content: center; border: 2px dashed #b8c7bb; border-radius: 22px; color: var(--forest-700); background: #edf3ed; text-align: center; }
.profile-placeholder i { width: 86px; height: 86px; display: grid; place-items: center; margin-bottom: 15px; border-radius: 50%; color: #fff; background: var(--forest-600); font-size: 2.4rem; }
.profile-placeholder span { font-family: "Manrope", sans-serif; font-weight: 800; }
.profile-placeholder small { color: var(--muted); }
.founder-card h2, .contact-person h2 { margin-bottom: 3px; color: var(--forest-950); font-size: 2.2rem; letter-spacing: -.04em; }
.founder-qualification { color: var(--forest-600); font-weight: 800; }
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.mission-card { min-height: 430px; display: flex; flex-direction: column; justify-content: flex-end; padding: 45px; border-radius: 28px; }
.mission-card.dark { color: #fff; background: var(--forest-900); }
.mission-card.gold { color: var(--forest-950); background: var(--gold-light); }
.mission-card > span { margin-bottom: auto; font-size: .78rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.mission-card h2 { margin-bottom: 18px; font-size: clamp(2rem, 3.4vw, 3.1rem); line-height: 1.13; letter-spacing: -.04em; }
.mission-card.dark p { color: #d8e7dc; }
.mission-card p { margin-bottom: 0; }
.goal-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #cddacf; }
.goal-list article { display: grid; grid-template-columns: 65px 1fr; gap: 15px; padding: 35px 25px 35px 0; border-bottom: 1px solid #cddacf; }
.goal-list article:nth-child(odd) { margin-right: 25px; border-right: 1px solid #cddacf; }
.goal-list article:nth-child(even) { padding-left: 25px; }
.goal-list b { color: var(--gold); font-size: .82rem; letter-spacing: .08em; }
.goal-list h3 { margin-bottom: 8px; }
.goal-list p { margin-bottom: 0; color: var(--muted); }
.module-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.module-grid article { min-height: 265px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.module-grid article > i { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: auto; border-radius: 15px; color: #fff; background: var(--forest-700); font-size: 1.25rem; }
.module-grid h2 { margin: 28px 0 8px; font-size: 1.1rem; }
.module-grid p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }

.subscribe-hero-inner { display: flex; align-items: center; justify-content: space-between; gap: 70px; }
.subscribe-hero-inner > div:first-child { flex: 1 1 auto; }
.subscribe-hero-inner h1 { max-width: 850px; }
.hero-offer-badge { width: 210px; height: 210px; display: grid; place-items: center; align-content: center; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; color: var(--forest-950); background: var(--gold-light); box-shadow: 0 24px 60px rgba(0,0,0,.22); text-align: center; transform: rotate(4deg); }
.hero-offer-badge span { font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-offer-badge strong { margin: 3px 0; font-size: 2.15rem; line-height: 1; }
.hero-offer-badge small { font-weight: 700; }
.pricing-section { position: relative; background: #fff; }
.pricing-section::before { content: ""; position: absolute; top: 0; right: 0; width: 32%; height: 320px; background: radial-gradient(circle at top right, rgba(217,166,46,.13), transparent 67%); pointer-events: none; }
.pricing-intro { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 50px; }
.pricing-intro > p { margin-bottom: 8px; color: var(--muted); font-size: 1.02rem; }
.pricing-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr); gap: 25px; align-items: stretch; }
.pricing-card { position: relative; padding: 44px; border-radius: 30px; overflow: hidden; }
.pricing-card.featured { color: #fff; background: radial-gradient(circle at 100% 0%, rgba(79,141,74,.62), transparent 35%), var(--forest-950); box-shadow: 0 30px 80px rgba(11,36,23,.24); }
.pricing-card.featured::after { content: ""; position: absolute; right: -90px; bottom: -110px; width: 300px; height: 300px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,255,255,.025), 0 0 0 100px rgba(255,255,255,.018); pointer-events: none; }
.pricing-ribbon { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 8px; margin-bottom: 38px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: var(--gold-light); background: rgba(255,255,255,.08); font-size: .76rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.pricing-card-head, .pricing-features, .pricing-button, .pricing-disclaimer { position: relative; z-index: 1; }
.plan-name { display: block; margin-bottom: 8px; color: #dce9df; font-size: .82rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.regular-price { display: flex; align-items: center; gap: 12px; color: #aebfb3; font-size: .84rem; }
.regular-price s { color: #cad7cd; font-family: "Manrope", sans-serif; font-weight: 700; }
.offer-price { display: flex; align-items: baseline; margin: 10px 0 12px; line-height: 1; }
.offer-price sup { margin-right: 10px; color: var(--gold-light); font-size: 1rem; font-weight: 800; }
.offer-price strong { font-size: clamp(4.5rem, 9vw, 7.4rem); letter-spacing: -.075em; }
.offer-price small { margin-left: 8px; color: #cedbd1; font-weight: 700; }
.saving-pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px; border-radius: 999px; color: var(--forest-950); background: var(--gold-light); font-size: .78rem; font-weight: 800; }
.pricing-card-head > p { max-width: 570px; margin: 18px 0 0; color: #c7d8cb; }
.pricing-features { margin-top: 38px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.14); }
.pricing-features h3 { margin-bottom: 18px; font-size: .86rem; letter-spacing: .08em; text-transform: uppercase; }
.pricing-features ul { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 26px; margin: 0 0 30px; padding: 0; list-style: none; }
.pricing-features li { display: flex; align-items: flex-start; gap: 11px; }
.pricing-features li > i { margin-top: 3px; color: var(--gold-light); }
.pricing-features li > span { display: grid; }
.pricing-features li strong { font-size: .88rem; }
.pricing-features li small { color: #aebfb3; }
.pricing-button { width: 100%; min-height: 57px; }
.pricing-disclaimer { display: block; margin-top: 14px; color: #92a597; text-align: center; }
.pricing-side { display: grid; grid-template-rows: 1fr auto; gap: 18px; }
.price-comparison { display: flex; flex-direction: column; justify-content: center; padding: 35px; border: 1px solid var(--line); border-radius: 25px; background: var(--cream-soft); }
.comparison-kicker { color: var(--forest-600); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.price-comparison h2 { margin: 8px 0 28px; color: var(--forest-950); font-size: 2rem; letter-spacing: -.035em; }
.price-comparison > div { display: grid; gap: 2px; padding: 18px 0; border-top: 1px solid var(--line); }
.price-comparison > div span { color: var(--muted); font-size: .8rem; font-weight: 700; }
.price-comparison > div strong { color: var(--forest-900); font-size: 1.25rem; }
.price-comparison > div.highlight { margin-inline: -16px; padding-inline: 16px; border: 0; border-radius: 13px; color: var(--forest-950); background: var(--gold-light); }
.price-comparison > div.highlight span, .price-comparison > div.highlight strong { color: var(--forest-950); }
.offer-note { display: flex; gap: 15px; padding: 23px; border-radius: 20px; color: #fff; background: var(--forest-700); }
.offer-note > i { width: 43px; height: 43px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 13px; color: var(--forest-950); background: var(--gold-light); }
.offer-note p { margin: 4px 0 0; color: #d3e2d6; font-size: .86rem; }
.subscribe-steps-section { background: var(--cream); }
.subscribe-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.subscribe-steps article { position: relative; min-height: 270px; padding: 30px; border: 1px solid #ded8c9; border-radius: 22px; background: #fff; }
.subscribe-steps article > span { position: absolute; top: 25px; right: 25px; color: #b4aa91; font-family: "Manrope", sans-serif; font-size: .76rem; font-weight: 800; }
.subscribe-steps article > i { width: 54px; height: 54px; display: grid; place-items: center; margin: 45px 0 24px; border-radius: 16px; color: #fff; background: var(--forest-700); font-size: 1.3rem; }
.subscribe-steps h3 { margin-bottom: 9px; }
.subscribe-steps p { margin: 0; color: var(--muted); }
.subscribe-request-section { scroll-margin-top: 20px; background: #fff; }
.subscribe-request-card { display: grid; grid-template-columns: .85fr 1.15fr; gap: 65px; padding: 55px; border-radius: 30px; color: #fff; background: radial-gradient(circle at 5% 100%, rgba(79,141,74,.52), transparent 34%), var(--forest-950); box-shadow: var(--shadow); }
.subscribe-request-card h2 { margin-bottom: 15px; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.12; letter-spacing: -.04em; }
.subscribe-request-card > div > p { color: #becfc2; }
.direct-email { display: flex; align-items: center; gap: 13px; margin-top: 30px; }
.direct-email > i { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 13px; color: var(--forest-950); background: var(--gold-light); }
.direct-email span { display: grid; }
.direct-email small { color: #9caf9f; }
.direct-email a { font-weight: 800; }
.subscribe-request-card form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; padding: 28px; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: rgba(255,255,255,.07); }
.subscribe-request-card label { display: grid; align-self: start; align-content: start; gap: 6px; color: #e5eee7; font-size: .8rem; font-weight: 800; }
.subscribe-request-card label small { color: #9eb1a2; font-weight: 600; }
.subscription-field-label { display: flex; align-items: center; gap: 7px; min-height: 19px; }
.subscription-field-label small { padding: 2px 7px; border: 1px solid rgba(241,204,108,.32); border-radius: 999px; color: var(--gold-light) !important; font-size: .62rem; line-height: 1.2; letter-spacing: .03em; text-transform: uppercase; }
.subscription-field-help { line-height: 1.45; }
.subscribe-request-card input, .subscribe-request-card select { width: 100%; min-height: 48px; padding: 12px 13px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; color: #fff; background: rgba(255,255,255,.08); outline: none; }
.subscribe-request-card select { color-scheme: dark; cursor: pointer; }
.subscribe-request-card select option { color: #173126; background: #fff; }
.subscribe-request-card input:focus, .subscribe-request-card select:focus { border-color: var(--gold-light); box-shadow: 0 0 0 3px rgba(241,204,108,.13); }
.subscription-role-field { grid-column: 1 / -1; }
.subscribe-request-card button, .form-privacy { grid-column: 1 / -1; }
.subscribe-request-card button { margin-top: 5px; }
.form-privacy { margin: 0; color: #9eb1a2; font-size: .75rem; text-align: center; }
.form-privacy i { margin-right: 5px; color: var(--gold-light); }
.subscription-honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.subscription-alert { grid-column: 1 / -1; display: flex; align-items: flex-start; gap: 13px; padding: 16px; border-radius: 13px; }
.subscription-alert > i { margin-top: 2px; font-size: 1.25rem; }
.subscription-alert strong { display: block; margin-bottom: 3px; }
.subscription-alert p, .subscription-alert ul { margin: 0; }
.subscription-alert ul { padding-left: 18px; }
.subscription-alert.success { color: #dcfce7; border: 1px solid rgba(134,239,172,.35); background: rgba(22,101,52,.44); }
.subscription-alert.error { color: #fee2e2; border: 1px solid rgba(252,165,165,.35); background: rgba(153,27,27,.42); }

.manual-section { background: #fff; }
.manual-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 70px; align-items: start; }
.manual-nav { position: sticky; top: 25px; display: grid; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--cream-soft); }
.manual-nav strong { margin-bottom: 12px; color: var(--forest-900); font-size: .85rem; }
.manual-nav a { padding: 8px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .88rem; }
.manual-nav a:last-child { border: 0; }
.manual-nav a:hover { color: var(--forest-700); }
.manual-content > section { padding: 12px 0 65px; scroll-margin-top: 30px; }
.manual-content > section + section { padding-top: 65px; border-top: 1px solid var(--line); }
.manual-kicker { display: block; margin-bottom: 13px; color: var(--forest-600); font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.manual-content h2 { margin-bottom: 18px; color: var(--forest-950); font-size: clamp(1.75rem, 3vw, 2.5rem); letter-spacing: -.035em; }
.manual-content p { color: var(--muted); }
.step-list { display: grid; gap: 12px; margin: 28px 0; padding: 0; list-style: none; counter-reset: manual-step; }
.step-list li { position: relative; display: grid; padding: 18px 18px 18px 66px; border: 1px solid var(--line); border-radius: 15px; counter-increment: manual-step; }
.step-list li::before { content: counter(manual-step); position: absolute; left: 18px; top: 20px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--forest-700); font-weight: 800; }
.step-list span { color: var(--muted); }
.manual-note { display: flex; gap: 14px; padding: 18px; border-left: 4px solid var(--gold); border-radius: 10px; background: #f8f4e7; }
.manual-note i { color: #9b7419; }
.manual-note p { margin: 0; color: #5f5538; }
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 28px; }
.mini-grid > div { padding: 22px; border-radius: 16px; background: #edf3ed; }
.mini-grid i { color: var(--forest-700); font-size: 1.3rem; }
.mini-grid h3 { margin: 14px 0 6px; }
.mini-grid p { margin: 0; font-size: .9rem; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 19px 2px; color: var(--forest-950); font-family: "Manrope", sans-serif; font-weight: 800; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary i { transition: transform .2s ease; }
.accordion details[open] summary i { transform: rotate(45deg); }
.accordion details > div { padding: 0 20px 18px 2px; }
.security-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.security-list > div { display: flex; gap: 13px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; }
.security-list i { color: var(--forest-600); font-size: 1.2rem; }
.security-list span { display: grid; }
.security-list small { color: var(--muted); }
.help-table { border-top: 1px solid var(--line); }
.help-table > div { display: grid; grid-template-columns: 190px 1fr; gap: 25px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.help-table span { color: var(--muted); }
.help-table a { color: var(--forest-700); text-decoration: underline; }

.contact-section { background: #fff; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.contact-profile { padding: 25px; border-radius: 28px; background: var(--cream); }
.profile-placeholder.large { min-height: 420px; }
.contact-person { padding: 30px 12px 10px; }
.contact-person > span { color: var(--forest-600); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-details { padding-top: 30px; }
.contact-details > h2, .message-card h2 { margin-bottom: 12px; font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -.04em; }
.contact-details > p { margin-bottom: 35px; color: var(--muted); }
.contact-method { display: flex; gap: 18px; padding: 24px 0; border-top: 1px solid var(--line); }
.contact-method > i { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 14px; color: #fff; background: var(--forest-700); }
.contact-method div { display: grid; align-content: start; }
.contact-method small { margin-bottom: 6px; color: var(--muted); font-weight: 700; text-transform: uppercase; }
.contact-method address { margin: 0; font-style: normal; }
.contact-method a { color: var(--forest-700); font-weight: 700; }
.message-card { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; padding: 50px; border: 1px solid #d9e4da; border-radius: 28px; background: #fff; }
.message-card > div > p { color: var(--muted); }
.message-card form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.message-card label { display: grid; gap: 6px; color: var(--forest-950); font-size: .82rem; font-weight: 800; }
.message-card label.full, .message-card button { grid-column: 1 / -1; }
.message-card input, .message-card textarea { width: 100%; border: 1px solid #cbd8cd; border-radius: 10px; padding: 11px 13px; color: var(--ink); background: #fbfcfa; outline: none; }
.message-card textarea { resize: vertical; }
.message-card input:focus, .message-card textarea:focus { border-color: var(--forest-600); box-shadow: 0 0 0 3px rgba(45,112,73,.13); }
.faq-layout { display: grid; grid-template-columns: .55fr 1.45fr; gap: 80px; align-items: start; }
.faq-layout > div:first-child { position: sticky; top: 25px; }
.faq-layout > div:first-child p { color: var(--muted); }
.faq-accordion details > div { padding-right: 40px; }
.faq-accordion a { color: var(--forest-700); text-decoration: underline; }
.legal-content { max-width: 820px; }
.legal-lead { padding-bottom: 30px; border-bottom: 1px solid var(--line); color: var(--forest-800); font-family: "Manrope", sans-serif; font-size: 1.35rem; font-weight: 700; }
.legal-content h2 { margin-top: 42px; color: var(--forest-950); }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content a { color: var(--forest-700); text-decoration: underline; }
.legal-content .updated { margin-top: 50px; padding-top: 18px; border-top: 1px solid var(--line); font-size: .84rem; }
.sitemap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.sitemap-grid > div { min-height: 330px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.sitemap-grid > div > span { margin-bottom: auto; color: var(--gold); font-family: "Manrope", sans-serif; font-weight: 800; }
.sitemap-grid h2 { margin: 45px 0 15px; }
.sitemap-grid a { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; border-top: 1px solid var(--line); color: var(--forest-700); font-weight: 700; }

.public-footer { padding-top: 70px; color: #d5e3d8; background: var(--forest-950); }
.footer-grid { display: grid; grid-template-columns: 1.65fr .8fr 1fr 1.15fr; gap: 60px; padding-bottom: 58px; }
.footer-brand strong { color: #fff; }
.footer-brand small { color: #aebfb3; }
.footer-about p { max-width: 390px; margin-top: 22px; color: #aebfb3; font-size: .9rem; }
.footer-grid h2 { margin: 7px 0 20px; color: #fff; font-size: .84rem; letter-spacing: .09em; text-transform: uppercase; }
.footer-grid > div:not(.footer-about) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid > div:not(.footer-about) a { margin-bottom: 9px; color: #b8c8bc; font-size: .88rem; }
.footer-grid a:hover { color: var(--gold-light) !important; }
.footer-grid p { color: #aebfb3; font-size: .88rem; }
.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #899c8e; font-size: .78rem; }
.public-back-top { position: fixed; z-index: 90; right: 22px; bottom: 22px; width: 46px; height: 46px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: var(--forest-700); box-shadow: 0 12px 30px rgba(0,0,0,.2); opacity: 0; pointer-events: none; transform: translateY(10px); transition: .2s ease; }
.public-back-top.show { opacity: 1; pointer-events: auto; transform: none; }

@media (max-width: 1050px) {
    .public-nav > a { padding-inline: 8px; font-size: .82rem; }
    .feature-grid.four, .value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .workflow-grid { grid-template-columns: repeat(2, 1fr); }
    .workflow-grid article { border-bottom: 1px solid var(--line); }
    .workflow-grid article:nth-child(2) { border-right: 0; }
    .workflow-grid article:nth-child(3), .workflow-grid article:nth-child(4) { border-bottom: 0; }
    .module-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pricing-features ul { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 860px) {
    .public-utility { display: none; }
    .header-inner { min-height: 76px; }
    .public-brand img { width: 48px; height: 48px; }
    .public-brand strong { font-size: 1.2rem; }
    .nav-toggle { display: grid; place-items: center; }
    .public-nav { position: absolute; top: 100%; left: 20px; right: 20px; display: none; align-items: stretch; padding: 14px; border: 1px solid var(--line); border-radius: 0 0 16px 16px; background: #fff; box-shadow: var(--shadow); }
    .public-nav.open { display: grid; }
    .public-nav > a { padding: 11px 12px; }
    .public-nav > a::after { display: none; }
    .public-nav .staff-login { margin: 7px 0 0; text-align: center; }
    .public-hero { min-height: 670px; }
    .hero-overlay { background: linear-gradient(90deg, rgba(7,29,18,.92), rgba(8,38,23,.62)), linear-gradient(0deg, rgba(8,29,18,.48), transparent); }
    .hero-content { padding-block: 80px 55px; }
    .hero-content h1 { font-size: clamp(3rem, 11vw, 5.3rem); }
    .public-section { padding-block: 78px; }
    .split-heading, .story-grid, .audience-card, .contact-grid, .message-card, .faq-layout, .pricing-intro, .pricing-layout, .subscribe-request-card { grid-template-columns: 1fr; gap: 42px; }
    .subscribe-hero-inner { align-items: flex-start; flex-direction: column; gap: 28px; }
    .hero-offer-badge { width: auto; height: auto; display: flex; gap: 8px; padding: 12px 18px; border-radius: 999px; transform: none; }
    .hero-offer-badge strong { font-size: 1rem; }
    .subscribe-steps { grid-template-columns: 1fr; }
    .story-grid.reverse .story-image { order: initial; }
    .story-image { min-height: 470px; }
    .audience-card { padding: 42px; }
    .cta-inner { align-items: flex-start; flex-direction: column; }
    .manual-layout { grid-template-columns: 1fr; gap: 35px; }
    .manual-nav { position: static; grid-template-columns: repeat(2, 1fr); column-gap: 20px; }
    .manual-nav strong { grid-column: 1 / -1; }
    .faq-layout > div:first-child { position: static; }
    .message-card form { grid-template-columns: 1fr; }
    .message-card label, .message-card label.full, .message-card button { grid-column: 1; }
    .footer-grid { grid-template-columns: 1.3fr 1fr; }
    .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 620px) {
    .public-container { width: min(100% - 28px, 1180px); }
    .public-brand small { display: none; }
    .public-hero { min-height: 690px; }
    .hero-content h1, .page-hero h1 { letter-spacing: -.045em; }
    .hero-actions, .hero-actions .public-btn { width: 100%; }
    .hero-proof { gap: 10px 20px; margin-top: 42px; }
    .page-hero { min-height: 430px; }
    .feature-grid.four, .value-grid, .workflow-grid, .mission-grid, .goal-list, .module-grid, .security-list, .sitemap-grid { grid-template-columns: 1fr; }
    .pricing-card { padding: 28px 20px; }
    .offer-price { flex-wrap: wrap; }
    .offer-price strong { font-size: 4.3rem; }
    .offer-price small { width: 100%; margin: 8px 0 0; }
    .price-comparison { padding: 27px 22px; }
    .subscribe-request-card { padding: 30px 20px; }
    .subscribe-request-card form { grid-template-columns: 1fr; padding: 21px 16px; }
    .subscribe-request-card label, .subscribe-request-card button, .form-privacy { grid-column: 1; }
    .workflow-grid article, .workflow-grid article:nth-child(2), .workflow-grid article:nth-child(3) { border-right: 0; border-bottom: 1px solid var(--line); }
    .mission-card { min-height: 380px; padding: 30px; }
    .goal-list article, .goal-list article:nth-child(odd), .goal-list article:nth-child(even) { margin: 0; padding: 28px 0; border-right: 0; }
    .story-image { min-height: 400px; }
    .audience-card { padding: 30px 22px; }
    .cta-inner > div:last-child { width: 100%; flex-direction: column; }
    .founder-card { grid-template-columns: 1fr; padding: 20px; }
    .profile-placeholder { min-height: 350px; }
    .manual-nav { grid-template-columns: 1fr; }
    .manual-nav strong { grid-column: auto; }
    .mini-grid { grid-template-columns: 1fr; }
    .help-table > div { grid-template-columns: 1fr; gap: 7px; }
    .contact-profile { padding: 15px; }
    .profile-placeholder.large { min-height: 380px; }
    .message-card { padding: 28px 20px; }
    .footer-grid { grid-template-columns: 1fr; gap: 35px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 20px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
