
:root{--ink:#102a34;--ink2:#254450;--muted:#647880;--paper:#f6f8f6;--card:#ffffff;--line:#dbe4e1;--teal:#0e756f;--teal2:#14988d;--aqua:#ccf1ec;--navy:#0b2430;--gold:#c89b42;--amber:#d9822b;--red:#b84343;--green:#2f7d5b;--shadow:0 20px 60px rgba(15,48,58,.10);--r:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.narrow{width:min(790px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(246,248,246,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(219,228,225,.85)}.header-inner{height:76px;display:flex;align-items:center;gap:26px}.brand{display:flex;align-items:center;gap:12px;min-width:260px}.brand-mark{width:42px;height:42px;border-radius:13px;background:linear-gradient(145deg,var(--navy),#164f5a);display:grid;place-items:center;box-shadow:0 8px 20px rgba(11,36,48,.17)}.brand-mark svg{width:26px;height:26px}.brand-copy strong{display:block;font:700 19px/1.05 Georgia,serif;letter-spacing:-.2px}.brand-copy span{font-size:11px;color:var(--muted);letter-spacing:.08em;text-transform:uppercase}.nav{display:flex;gap:24px;align-items:center;margin-left:auto;font-size:14px;font-weight:650}.nav a:hover{color:var(--teal)}.header-actions{display:flex;gap:10px}.btn{border:1px solid var(--line);border-radius:12px;padding:11px 17px;font-weight:750;font-size:14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;background:#fff}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--teal);color:#fff;border-color:var(--teal);box-shadow:0 10px 24px rgba(14,117,111,.2)}.btn-dark{background:var(--navy);color:#fff;border-color:var(--navy)}.btn-ghost{background:transparent}.mobile-menu{display:none;margin-left:auto}.hero{background:linear-gradient(135deg,var(--navy) 0%,#0b3440 56%,#0b5c61 100%);color:white;overflow:hidden;position:relative}.hero:before{content:"";position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(112,222,209,.18),transparent 66%);right:-160px;top:-250px}.hero-grid{min-height:640px;display:grid;grid-template-columns:1.04fr .96fr;gap:54px;align-items:center;padding:74px 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#bceae5;font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:800}.eyebrow-dot{width:7px;height:7px;border-radius:50%;background:#72d8ce;box-shadow:0 0 0 5px rgba(114,216,206,.12)}h1,h2,h3{font-family:Georgia,"Times New Roman",serif;letter-spacing:-.035em;line-height:1.07;margin:0}.hero h1{font-size:clamp(44px,5.7vw,76px);max-width:700px;margin:18px 0 22px}.hero h1 em{font-style:normal;color:#8ddfd4}.hero p{font-size:19px;color:#d5e5e7;max-width:650px}.hero-ctas{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0 24px}.hero-trust{display:flex;gap:22px;flex-wrap:wrap;font-size:12px;color:#c9dcdf}.hero-trust span:before{content:"✓";margin-right:7px;color:#80e2d7}.system-card{position:relative;background:rgba(255,255,255,.96);color:var(--ink);border-radius:28px;padding:22px;box-shadow:0 35px 90px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.45)}.system-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.system-top strong{font-size:14px}.pill{padding:6px 10px;border-radius:999px;font-size:11px;font-weight:800;background:#e5f4ee;color:var(--green)}.kpi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.kpi{background:#f7faf9;border:1px solid var(--line);border-radius:14px;padding:13px}.kpi small{display:block;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.05em}.kpi b{font-size:20px}.supply-panel{margin-top:12px;border:1px solid var(--line);border-radius:16px;overflow:hidden}.supply-row{display:grid;grid-template-columns:1.3fr .8fr .8fr .8fr;gap:12px;align-items:center;padding:13px 14px;border-bottom:1px solid var(--line);font-size:12px}.supply-row:last-child{border-bottom:0}.dot{width:9px;height:9px;border-radius:50%;display:inline-block;margin-right:7px}.green{background:var(--green)}.amber{background:var(--amber)}.red{background:var(--red)}.notice-chip{margin-top:14px;padding:12px;border-radius:14px;background:#fff7e8;border:1px solid #f0d6a5;font-size:12px}.stats{background:#fff;border-bottom:1px solid var(--line)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.stat{padding:28px 20px;text-align:center;border-right:1px solid var(--line)}.stat:last-child{border-right:0}.stat b{display:block;font:700 28px Georgia,serif;color:var(--navy)}.stat span{font-size:12px;color:var(--muted)}section{padding:86px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:36px}.section-head h2{font-size:clamp(32px,4vw,48px);max-width:760px}.section-head p{max-width:550px;color:var(--muted)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:25px;box-shadow:0 10px 30px rgba(18,57,65,.04)}.iconbox{width:48px;height:48px;border-radius:15px;background:var(--aqua);display:grid;place-items:center;margin-bottom:18px;color:var(--teal);font-size:22px;font-weight:900}.feature h3{font-size:21px;margin-bottom:9px}.feature p{color:var(--muted);font-size:14px;margin:0}.dark-section{background:var(--navy);color:#fff}.dark-section .section-head p{color:#bed1d4}.workflow{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.step{border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:20px;background:rgba(255,255,255,.05)}.step-num{font:700 12px/1 ui-sans-serif;color:#75d8ce;margin-bottom:30px}.step h3{font-size:18px;margin-bottom:8px}.step p{font-size:12px;color:#bfd0d2;margin:0}.split{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.screen{background:#fff;border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:var(--shadow)}.screen-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding:3px 4px 15px;margin-bottom:14px}.screen-body{display:grid;grid-template-columns:120px 1fr;gap:12px}.mini-nav{background:#f1f5f3;border-radius:12px;padding:10px}.mini-nav span{display:block;padding:8px;border-radius:8px;font-size:10px;color:var(--muted)}.mini-nav .active{background:#dff3ef;color:var(--teal);font-weight:800}.mini-list{display:grid;gap:9px}.mini-item{border:1px solid var(--line);border-radius:12px;padding:12px;display:flex;justify-content:space-between;gap:10px;font-size:11px}.checklist{list-style:none;padding:0;margin:24px 0}.checklist li{margin:12px 0;padding-left:28px;position:relative}.checklist li:before{content:"✓";position:absolute;left:0;top:0;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:var(--aqua);color:var(--teal);font-size:12px;font-weight:900}.tool-grid,.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.tool-card,.guide-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;display:flex;flex-direction:column;min-height:245px}.tool-card .tag,.guide-card .tag{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);font-weight:850}.tool-card h3,.guide-card h3{font-size:21px;margin:14px 0 10px}.tool-card p,.guide-card p{color:var(--muted);font-size:14px;margin:0 0 18px}.card-link{margin-top:auto;font-size:13px;color:var(--teal);font-weight:800}.cta-band{background:linear-gradient(135deg,#0f6b67,#0b2430);color:#fff;border-radius:30px;padding:42px;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta-band h2{font-size:38px}.cta-band p{color:#c7dbdd;max-width:620px}.site-footer{background:#071b24;color:#c6d5d8;padding:56px 0 30px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:30px}.site-footer h4{color:white;font-size:12px;text-transform:uppercase;letter-spacing:.1em}.site-footer a{display:block;color:#aabfc3;font-size:13px;margin:8px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:40px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;font-size:11px;color:#8ba5aa}.page-hero{padding:75px 0 55px;background:linear-gradient(180deg,#eaf5f2,transparent)}.page-hero h1{font-size:clamp(40px,5vw,62px);max-width:830px}.page-hero p{font-size:18px;color:var(--muted);max-width:730px}.breadcrumbs{font-size:12px;color:var(--muted);margin-bottom:18px}.article-layout{display:grid;grid-template-columns:minmax(0,760px) 280px;gap:54px;align-items:start}.article h2{font-size:31px;margin:42px 0 14px}.article h3{font-size:23px;margin:28px 0 10px}.article p,.article li{color:#36505a}.article ul,.article ol{padding-left:22px}.callout{border-radius:16px;padding:18px 20px;margin:26px 0;background:#eaf6f3;border:1px solid #bfe3dc}.callout.warn{background:#fff7e9;border-color:#efd49e}.callout strong{display:block;margin-bottom:4px}.source-box{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;margin-top:36px}.source-box a{color:var(--teal);text-decoration:underline}.sidebar-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;position:sticky;top:98px}.sidebar-card h3{font-size:18px}.sidebar-card a{display:block;font-size:12px;color:var(--muted);padding:7px 0;border-bottom:1px solid #edf1ef}.sidebar-card a:last-child{border:0}.form-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:var(--shadow)}label{font-size:12px;font-weight:750;color:var(--ink2);display:block;margin-bottom:6px}.field{margin-bottom:16px}input,select,textarea{width:100%;padding:12px 13px;border:1px solid #cbd8d4;border-radius:11px;background:#fff;color:var(--ink);font:inherit}input:focus,select:focus,textarea:focus{outline:3px solid rgba(20,152,141,.14);border-color:var(--teal2)}.result{margin-top:18px;padding:18px;border-radius:16px;background:#eef7f5;border:1px solid #c9e6e0}.result b{font-size:22px}.fine{font-size:11px;color:var(--muted)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.price-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;position:relative}.price-card.featured{background:var(--navy);color:#fff;border-color:var(--navy);transform:translateY(-8px);box-shadow:0 20px 50px rgba(11,36,48,.18)}.price-card .price{font:700 44px Georgia,serif;margin:18px 0}.price-card .price small{font:400 13px ui-sans-serif;color:var(--muted)}.featured .price small,.featured p,.featured li{color:#bed1d4}.badge{position:absolute;right:18px;top:18px;background:#d5f1ec;color:var(--teal);padding:6px 9px;border-radius:999px;font-size:10px;font-weight:900;text-transform:uppercase}.table-wrap{overflow:auto;background:#fff;border:1px solid var(--line);border-radius:18px}table{border-collapse:collapse;width:100%;min-width:680px}th,td{padding:14px;text-align:left;border-bottom:1px solid var(--line);font-size:13px}th{background:#f2f6f4;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.noindex-note{background:#fff7e9;border:1px solid #f0d9aa;padding:10px 14px;border-radius:12px;font-size:12px}
/* APP */
.app-body{background:#eef3f1}.app-shell{display:grid;grid-template-columns:255px 1fr;min-height:100vh}.app-side{background:#0a2732;color:#c5d6d9;padding:22px 16px;position:sticky;top:0;height:100vh}.app-brand{display:flex;gap:11px;align-items:center;padding:4px 7px 22px}.app-brand strong{font-family:Georgia,serif;color:#fff}.demo-tag{font-size:9px;background:#1d6e6c;color:#fff;border-radius:999px;padding:3px 7px}.app-nav button{width:100%;border:0;background:none;color:#a9c0c5;text-align:left;padding:11px 12px;border-radius:10px;font-weight:650;cursor:pointer;margin:2px 0}.app-nav button.active,.app-nav button:hover{background:#123c47;color:#fff}.app-nav hr{border:0;border-top:1px solid rgba(255,255,255,.08);margin:12px 0}.app-main{min-width:0}.app-mobile-switch{display:none}.app-top{height:72px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 28px;justify-content:space-between}.workspace-title small{display:block;color:var(--muted);font-size:10px}.app-content{padding:28px}.app-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:22px}.app-title h1{font-size:34px}.app-title p{margin:4px 0 0;color:var(--muted);font-size:13px}.app-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.app-kpi{background:#fff;border:1px solid var(--line);border-radius:17px;padding:18px}.app-kpi small{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.06em}.app-kpi b{display:block;font-size:27px;margin-top:4px}.app-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:16px;margin-top:16px}.panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px}.panel h3{font-family:ui-sans-serif;font-size:14px;letter-spacing:0}.table-list{margin-top:10px}.table-row{display:grid;grid-template-columns:1.2fr .7fr .7fr .7fr auto;gap:10px;padding:12px 4px;border-top:1px solid #edf1ef;align-items:center;font-size:12px}.status{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:850;padding:5px 8px;border-radius:999px}.status.ok{background:#e7f3ed;color:var(--green)}.status.warn{background:#fff0d8;color:#9f651f}.status.bad{background:#fbe8e8;color:var(--red)}.task{display:flex;gap:10px;padding:11px 0;border-bottom:1px solid #edf1ef;font-size:12px}.task:last-child{border:0}.task-check{width:19px;height:19px;border-radius:6px;border:1px solid #b6c8c3;flex:none;cursor:pointer;display:grid;place-items:center}.task.done{opacity:.75;text-decoration:none}.task.done strong{text-decoration:line-through}.tab{display:none}.tab.active{display:block}.app-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.small-btn{padding:8px 11px;font-size:11px}.modal{position:fixed;inset:0;background:rgba(5,25,32,.54);display:none;place-items:center;z-index:100}.modal.open{display:grid}.modal-card{width:min(650px,calc(100% - 30px));max-height:90vh;overflow:auto;background:#fff;border-radius:22px;padding:24px;box-shadow:0 35px 100px rgba(0,0,0,.3)}.modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.close{border:0;background:#eef3f1;border-radius:9px;width:34px;height:34px;cursor:pointer}.evidence-cover{border:1px solid var(--line);border-radius:20px;padding:30px;background:linear-gradient(150deg,#fff,#edf8f6)}.evidence-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}.evidence-stat{border:1px solid var(--line);background:#fff;border-radius:12px;padding:13px}.toast{position:fixed;right:24px;bottom:24px;background:#0b2430;color:#fff;padding:12px 16px;border-radius:12px;display:none;z-index:200;font-size:12px}.toast.show{display:block}
@media(max-width:980px){.nav,.header-actions{display:none}.mobile-menu{display:inline-flex}.brand{min-width:0}.hero-grid,.split{grid-template-columns:1fr}.hero-grid{padding:56px 0}.system-card{max-width:620px}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat:nth-child(2){border-right:0}.feature-grid,.tool-grid,.guide-grid,.pricing-grid{grid-template-columns:repeat(2,1fr)}.workflow{grid-template-columns:repeat(2,1fr)}.article-layout{grid-template-columns:1fr}.sidebar-card{position:static}.footer-grid{grid-template-columns:repeat(2,1fr)}.app-shell{grid-template-columns:1fr}.app-side{height:auto;position:static;display:none}.app-mobile-switch{display:block;max-width:190px;margin-right:auto;margin-left:16px}.app-kpis{grid-template-columns:repeat(2,1fr)}.app-grid{grid-template-columns:1fr}}
@media(max-width:620px){.wrap,.narrow{width:min(100% - 24px,1180px)}.header-inner{height:66px}.brand-copy span{display:none}.hero h1{font-size:44px}.hero p{font-size:16px}.hero-grid{min-height:auto}.hero-ctas .btn{width:100%}.kpi-grid{grid-template-columns:1fr}.supply-row{grid-template-columns:1fr 1fr}.supply-row span:nth-child(3),.supply-row span:nth-child(4){display:none}.stats-grid,.feature-grid,.tool-grid,.guide-grid,.pricing-grid,.workflow{grid-template-columns:1fr}.stat{border-right:0;border-bottom:1px solid var(--line)}section{padding:60px 0}.section-head{display:block}.section-head p{margin-top:12px}.cta-band{padding:28px;display:block}.cta-band .btn{margin-top:12px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{display:block}.app-content{padding:16px}.app-kpis{grid-template-columns:1fr 1fr}.app-title{display:block}.app-title .btn{margin-top:12px}.table-row{grid-template-columns:1.4fr .7fr auto}.table-row>*:nth-child(3),.table-row>*:nth-child(4){display:none}.app-form-grid{grid-template-columns:1fr}.app-top{padding:0 12px}.app-top .workspace-title{display:none}.app-top>div:last-child{gap:5px!important}.app-top .btn{padding:8px 9px}.evidence-grid{grid-template-columns:1fr}.price-card.featured{transform:none}}
@media print{.site-header,.site-footer,.app-side,.app-top,.print-hide{display:none!important}.app-shell{display:block}.app-content{padding:0}.panel,.evidence-cover{box-shadow:none;break-inside:avoid}.tab{display:none!important}#evidence.tab{display:block!important}body{background:#fff}}

/* V2 visual warmth upgrade — rural compliance brand */
:root{--paper:#f7f3eb;--card:#fffdf9;--line:#dedfd7;--teal:#176b5a;--teal2:#2a8a73;--aqua:#e3f1e8;--navy:#173a34;--ink:#18322f;--ink2:#35504a;--muted:#6f7d75;--gold:#b88a47;--shadow:0 22px 55px rgba(48,68,57,.10)}
body{background:var(--paper)}
.site-header{background:rgba(250,247,240,.95);border-color:rgba(222,223,215,.9)}
.brand-mark{background:linear-gradient(145deg,#244b40,#3f715e);box-shadow:0 8px 20px rgba(37,75,64,.15)}
.btn{border-radius:999px;background:#fffdf9}.btn-primary{background:#356b42;border-color:#356b42;box-shadow:0 10px 24px rgba(53,107,66,.18)}.btn-dark{background:#173a34;border-color:#173a34}
.hero{background:linear-gradient(118deg,#f8f3e8 0%,#f2efe4 57%,#e7efe6 100%);color:var(--ink);overflow:hidden}
.hero:before{width:720px;height:720px;background:radial-gradient(circle,rgba(93,142,103,.13),transparent 67%);right:-260px;top:-220px}
.hero-grid{grid-template-columns:.9fr 1.1fr;gap:58px;min-height:690px;padding:68px 0 74px}
.hero .eyebrow{color:#567263}.hero .eyebrow-dot{background:#5b8e67;box-shadow:0 0 0 5px rgba(91,142,103,.11)}
.hero h1{font-size:clamp(46px,5.5vw,74px);max-width:650px;color:#203d36}.hero h1 em{color:#4d7b4d}
.hero p{color:#5d7067;max-width:600px}.hero-trust{color:#60736a}.hero-trust span:before{color:#4e8556}
.hero-ctas .btn:not(.btn-primary){background:#fffdf9!important;color:#28483e!important;border-color:#c9d1c6!important}
.hero-visual{position:relative;min-height:560px;display:flex;align-items:center;justify-content:flex-end}
.hero-photo{position:absolute;inset:0 50px 70px 0;border-radius:34px;overflow:hidden;box-shadow:0 30px 70px rgba(40,62,48,.18);border:8px solid rgba(255,253,249,.7)}
.hero-photo img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.9) contrast(1.03)}
.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(23,58,52,.52))}
.hero-photo-caption{position:absolute;left:26px;bottom:24px;z-index:2;color:white;display:flex;flex-direction:column;gap:3px}.hero-photo-caption strong{font:700 22px Georgia,serif}.hero-photo-caption span{font-size:12px;color:#ecf2ed}
.hero-floating-card{width:74%;margin:250px 0 0 auto;border-radius:22px;padding:17px;box-shadow:0 26px 70px rgba(28,48,38,.22);border:1px solid rgba(255,255,255,.7);z-index:3}.hero-floating-card .supply-panel{display:none}.hero-floating-card .notice-chip{margin-top:10px}.hero-floating-card .system-top{margin-bottom:12px}
.stats{background:#fffaf2;border-color:#e6e0d5}.stat{border-color:#e6e0d5}.stat b{color:#29483e}
.photo-story-section{padding:72px 0 76px;background:#fffaf2;border-bottom:1px solid #e7e0d4}.warm-head .eyebrow{color:#6d795c}.photo-story-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.photo-story-card{background:#fffdf9;border:1px solid #e4ddd1;border-radius:24px;overflow:hidden;box-shadow:0 14px 32px rgba(73,75,55,.07)}.photo-story-card img{width:100%;height:168px;display:block;object-fit:cover;transition:transform .35s ease}.photo-story-card:hover img{transform:scale(1.025)}.photo-story-card div{padding:17px 18px 20px}.photo-story-card span{display:block;color:#68765f;text-transform:uppercase;letter-spacing:.08em;font-size:9px;font-weight:850;margin-bottom:7px}.photo-story-card strong{font:700 17px/1.25 Georgia,serif;color:#253d34}
.feature{background:#fffdf9;border-color:#e4ddd2;box-shadow:0 12px 28px rgba(60,75,61,.05)}.iconbox{background:#e3efe5;color:#4d7454}.dark-section{background:linear-gradient(120deg,#25473d,#173a34);position:relative}.dark-section:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 20%,rgba(180,158,103,.11),transparent 32%);pointer-events:none}.dark-section .wrap{position:relative;z-index:1}.step{background:rgba(255,250,242,.05);border-color:rgba(255,255,255,.14)}.step-num{color:#d8c690}
.screen,.tool-card,.guide-card,.form-card,.price-card,.source-box,.sidebar-card,.panel,.app-kpi{background:#fffdf9;border-color:#e3ded4}
.tool-card,.guide-card{box-shadow:0 10px 28px rgba(68,75,59,.045);transition:transform .2s ease,box-shadow .2s ease}.tool-card:hover,.guide-card:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgba(58,73,58,.09)}
.guide-grid .guide-card{padding:0;overflow:hidden;min-height:330px}.guide-grid .guide-card:before{content:none;display:none}.guide-grid .guide-card>.tag,.guide-grid .guide-card>h3,.guide-grid .guide-card>p,.guide-grid .guide-card>.card-link{margin-left:22px;margin-right:22px}.guide-grid .guide-card>.tag{margin-top:18px}.guide-grid .guide-card>.card-link{margin-bottom:22px}
.guide-hero-visual{margin-top:28px;max-width:820px;background:#fffdf9;border:1px solid #e1ddd1;border-radius:24px;padding:12px;display:grid;grid-template-columns:220px 1fr;gap:20px;align-items:center;box-shadow:0 18px 45px rgba(63,76,60,.08)}.guide-hero-visual img{height:130px;width:100%;object-fit:cover;border-radius:16px}.guide-hero-visual strong{font:700 21px Georgia,serif;display:block;margin-bottom:7px}.guide-hero-visual span{font-size:13px;color:var(--muted)}
.cta-band{background:linear-gradient(135deg,#3f7651,#244b40);box-shadow:0 24px 55px rgba(40,66,47,.15)}.site-footer{background:#1d3b34;color:#d6dfd9}.site-footer a{color:#bdcbc3}.footer-bottom{color:#9db0a5}
.page-hero{background:linear-gradient(180deg,#edf1e7,transparent)}
.app-body{background:#f4f0e7}.app-side{background:#24463d}.app-nav button.active,.app-nav button:hover{background:#365f51}.app-top{background:#fffdf9}.app-content{background:linear-gradient(180deg,#f4f0e7 0,#f7f4ed 240px)}.app-kpi,.panel{box-shadow:0 8px 22px rgba(62,72,58,.045)}.evidence-cover{background:linear-gradient(150deg,#fffdf9,#edf3e9)}
@media(max-width:980px){.hero-visual{min-height:620px;max-width:760px}.hero-photo{inset:0 0 100px 0}.hero-floating-card{width:min(520px,88%);margin:360px 24px 0 auto}.photo-story-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.hero-grid{padding:46px 0 54px}.hero h1{font-size:46px}.hero-visual{min-height:535px;margin-top:10px}.hero-photo{inset:0 0 115px 0;border-width:5px;border-radius:25px}.hero-floating-card{width:calc(100% - 18px);margin:300px 0 0 18px}.hero-floating-card .kpi-grid{grid-template-columns:repeat(3,1fr)}.hero-floating-card .kpi{padding:9px}.hero-floating-card .kpi b{font-size:17px}.hero-floating-card .notice-chip{font-size:10px}.photo-story-grid{grid-template-columns:1fr 1fr;gap:10px}.photo-story-card img{height:115px}.photo-story-card div{padding:13px}.photo-story-card strong{font-size:15px}.guide-hero-visual{grid-template-columns:1fr}.guide-hero-visual img{height:165px}}
/* V2 mobile hero layout correction */
@media(max-width:980px){
  .hero-grid{grid-template-columns:1fr!important;gap:34px}
  .hero-visual{width:100%;min-height:610px}
}
@media(max-width:620px){
  .hero-grid{grid-template-columns:1fr!important;gap:24px}
  .hero-visual{width:100%;min-height:500px;margin-top:2px}
  .hero-photo{inset:0 0 110px 0}
  .hero-photo-caption{left:18px;bottom:18px}
  .hero-floating-card{width:calc(100% - 16px);margin:290px 0 0 16px}
}

/* V3 exact mock-up visual pass */

/* =========================================================
   V3 — mock-up fidelity pass
   Visual/tone only. Product logic, routes, SEO and regulatory
   positioning intentionally unchanged.
   ========================================================= */
:root{
  --paper:#f5f0e7;
  --card:#fffdf8;
  --line:#ded8cb;
  --teal:#315e4c;
  --teal2:#527c62;
  --aqua:#e6eee4;
  --navy:#203f35;
  --ink:#1c352d;
  --ink2:#385248;
  --muted:#6c776f;
  --gold:#b18445;
  --amber:#c97a2b;
  --green:#3f7450;
  --shadow:0 24px 70px rgba(48,56,43,.12);
  --r:24px;
}
body{background:#f6f1e8;color:var(--ink)}
.wrap{width:min(1240px,calc(100% - 56px))}
.site-header{background:rgba(250,247,239,.96);border-bottom:1px solid rgba(211,205,191,.82);box-shadow:0 8px 24px rgba(42,54,45,.025)}
.header-inner{height:82px;gap:30px}
.brand{min-width:286px;gap:13px}
.brand-mark{width:46px;height:46px;border-radius:15px;background:#2e5a49;box-shadow:0 10px 24px rgba(33,70,56,.15)}
.brand-copy strong{font:700 18px/1.06 Georgia,"Times New Roman",serif;color:#203a31}
.brand-copy span{font-size:9px;letter-spacing:.14em;color:#788078;margin-top:4px;display:block}
.nav{gap:26px;font-size:12px;letter-spacing:.02em}
.nav a{position:relative;padding:30px 0}
.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:20px;height:2px;background:#4c7655;transition:right .2s ease}
.nav a:hover:after{right:0}
.btn{border-color:#d8d2c5;background:#fffdf8;border-radius:999px;padding:11px 18px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.btn:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(45,57,47,.08)}
.btn-primary{background:#376b48;border-color:#376b48;color:#fff;box-shadow:0 12px 28px rgba(55,107,72,.20)}
.btn-primary:hover{background:#2f6040;border-color:#2f6040}

/* Hero — rural place first, restrained product card in context */
.hero{background:linear-gradient(112deg,#f8f3e8 0%,#f3eee3 48%,#e9efe6 100%);color:var(--ink);border-bottom:1px solid #e2dccf}
.hero:before{width:760px;height:760px;right:-270px;top:-310px;background:radial-gradient(circle,rgba(84,123,89,.16),transparent 67%)}
.hero:after{content:"";position:absolute;left:-160px;bottom:-310px;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(177,132,69,.08),transparent 68%);pointer-events:none}
.hero-grid{grid-template-columns:minmax(0,.87fr) minmax(0,1.13fr);gap:66px;min-height:720px;padding:76px 0 86px;position:relative;z-index:1}
.hero .eyebrow{color:#61735f;font-size:10px;letter-spacing:.15em}
.hero .eyebrow-dot{background:#56775d;box-shadow:0 0 0 5px rgba(86,119,93,.10)}
.hero h1{font-size:clamp(50px,5.3vw,78px);max-width:630px;color:#1f3b31;margin:18px 0 24px;line-height:1.02}
.hero h1 em{display:inline;color:#557b55}
.hero p{font-size:17px;line-height:1.72;color:#68756d;max-width:600px}
.hero-ctas{margin:30px 0 22px;gap:11px}
.hero-ctas .btn{min-height:46px}
.hero-ctas .btn:not(.btn-primary){background:#fffdf8!important;color:#304b40!important;border-color:#d3ccbe!important}
.hero-trust{gap:19px;font-size:10px;color:#707d74;letter-spacing:.01em}
.hero-trust span:before{color:#4c7655}
.hero-visual{position:relative;min-height:590px;display:block}
.hero-photo{position:absolute;inset:0 18px 74px 0;border-radius:32px;overflow:hidden;border:7px solid rgba(255,253,248,.82);box-shadow:0 32px 86px rgba(46,62,47,.18)}
.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.86) contrast(1.02) brightness(.97)}
.hero-photo:after{background:linear-gradient(180deg,rgba(24,47,39,.02) 36%,rgba(23,53,43,.68) 100%)}
.hero-photo-caption{left:25px;bottom:25px;gap:5px}
.hero-photo-caption strong{font:700 21px/1.1 Georgia,serif;letter-spacing:-.02em}
.hero-photo-caption span{font-size:11px;color:#eef2ec}
.hero-floating-card{position:absolute;right:0;bottom:8px;width:min(520px,76%);margin:0;border-radius:20px;padding:16px 17px;background:rgba(255,253,248,.975);box-shadow:0 26px 70px rgba(33,49,38,.23);border:1px solid rgba(255,255,255,.92)}
.hero-floating-card .system-top{margin-bottom:11px}.hero-floating-card .system-top strong{font-size:13px;color:#20392f}.hero-floating-card .fine{font-size:9px}.hero-floating-card .pill{font-size:8px;padding:5px 8px;background:#e3efe5;color:#376b48}
.hero-floating-card .kpi-grid{gap:7px}.hero-floating-card .kpi{padding:10px 11px;background:#f6f4ed;border-color:#e4ded2;border-radius:10px}.hero-floating-card .kpi small{font-size:8px}.hero-floating-card .kpi b{font-size:18px}
.hero-floating-card .notice-chip{margin-top:9px;padding:9px 10px;border-radius:10px;font-size:9px;background:#fbf2df;border-color:#ead7b0;color:#5b4d34}

/* Evidence strip: quiet and credible rather than startup stats */
.stats{background:#fbf7ef;border-bottom:1px solid #e2dbcf}
.stats-grid{border-left:1px solid #e6dfd3;border-right:1px solid #e6dfd3}
.stat{padding:25px 20px;border-right:1px solid #e6dfd3}
.stat b{font:700 25px Georgia,serif;color:#28483c}
.stat span{font-size:10px;line-height:1.45;color:#778078}

/* Editorial photo story — make the real-world environment prominent */
.photo-story-section{background:#fbf7ef;padding:88px 0 92px;border-bottom:1px solid #e5ddd0}
.section-head{gap:46px;margin-bottom:40px}.section-head h2{font-size:clamp(34px,4vw,50px);color:#203b31;line-height:1.05}.section-head p{font-size:14px;line-height:1.7;color:#727b73}
.photo-story-grid{grid-template-columns:1.15fr .9fr .9fr 1.05fr;gap:17px}
.photo-story-card{border-radius:22px;border-color:#ded6c8;background:#fffdf8;box-shadow:0 16px 36px rgba(58,63,47,.07)}
.photo-story-card img{height:190px;filter:saturate(.88) contrast(1.01)}
.photo-story-card:first-child img,.photo-story-card:last-child img{height:220px}
.photo-story-card div{padding:18px 19px 21px}.photo-story-card span{color:#7a725e}.photo-story-card strong{font-size:18px;color:#263f35}

section{padding:92px 0}
.feature-grid{gap:16px}.feature{border-radius:20px;border-color:#e0d9cc;padding:25px 24px;background:#fffdf8;box-shadow:0 11px 28px rgba(60,69,53,.05);transition:transform .18s ease,box-shadow .18s ease}.feature:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(50,63,48,.09)}
.iconbox{width:42px;height:42px;border-radius:12px;background:#e7eee4;color:#4f7356;font-size:18px;margin-bottom:17px}.feature h3{font-size:20px;color:#223c32}.feature p{font-size:13px;line-height:1.66}

.dark-section{background:#23483e;color:#fff;padding:90px 0;overflow:hidden}.dark-section:before{content:"";position:absolute;left:-160px;top:-240px;width:640px;height:640px;border-radius:50%;background:radial-gradient(circle,rgba(203,180,126,.10),transparent 67%)}.dark-section .section-head h2{color:#fff}.dark-section .section-head p{color:#c6d0ca}.workflow{gap:10px}.step{min-height:166px;border-radius:16px;background:rgba(255,253,248,.055);border-color:rgba(255,255,255,.13);padding:20px}.step-num{color:#dac993;margin-bottom:27px;font-size:10px}.step h3{font-size:18px}.step p{font-size:11px;line-height:1.55;color:#c8d2cc}

/* Product shown as calm professional evidence software, not a flashy dashboard */
.split{gap:64px}.screen{border-radius:22px;border-color:#ddd7ca;padding:16px;background:#fffdf8;box-shadow:0 28px 70px rgba(52,62,48,.10)}.screen-head{border-color:#e4ded2}.screen-body{grid-template-columns:112px 1fr}.mini-nav{background:#edf1e9}.mini-nav .active{background:#dce9df;color:#355f45}.mini-item{background:#fff;border-color:#e3ddd1;border-radius:10px}
.checklist li:before{background:#e3eee4;color:#3c6a49}
.tool-card,.guide-card,.form-card,.price-card,.source-box,.sidebar-card,.panel,.app-kpi{background:#fffdf8;border-color:#ded8cb}
.tool-card,.guide-card{border-radius:20px}
.cta-band{background:#376b48;border-radius:26px;box-shadow:0 26px 60px rgba(47,88,60,.18)}
.site-footer{background:#203e35;color:#d5ded7}.site-footer a{color:#bdc9c1}.footer-bottom{color:#99aa9e}

/* App: restrained, warm, operational */
.app-body{background:#f4efe6}
.app-shell{grid-template-columns:244px 1fr}
.app-side{background:#264c41;border-right:1px solid rgba(255,255,255,.05)}
.app-brand{padding:28px 20px 22px}
.app-brand .brand-mark{background:#3f6b59}
.app-nav{padding:0 12px}.app-nav button{border-radius:10px;color:#b8c9c0;font-size:13px;padding:9px 12px;margin:1px 0}.app-nav button.active,.app-nav button:hover{background:#3b6657;color:#fff}.app-nav hr{border-color:rgba(255,255,255,.09);margin:15px 0}
.app-top{height:72px;background:#fffdf8;border-bottom:1px solid #e1dbce;padding:0 28px}.workspace-title strong{font-size:15px}.workspace-title small{font-size:10px;color:#899088}
.app-content{background:linear-gradient(180deg,#f4efe6 0,#f7f3ec 260px);padding:34px 28px 54px}
.app-title{margin-bottom:22px}.app-title h1{font-size:34px;color:#203b31}.app-title p{font-size:13px;color:#788078;margin:6px 0 0}
.app-kpis{gap:13px;margin-bottom:15px}.app-kpi{border-radius:18px;padding:20px 18px;box-shadow:0 8px 18px rgba(51,61,48,.035)}.app-kpi small{font-size:9px;letter-spacing:.08em;color:#81877f}.app-kpi b{font-size:27px;color:#1e3b31}.app-grid{gap:15px}.panel{border-radius:18px;box-shadow:0 9px 20px rgba(52,61,47,.035)}.panel h3{font-size:16px;color:#263f35}.table-row{border-color:#e7e1d5}.status{border-radius:999px}.evidence-cover{background:linear-gradient(145deg,#fffdf8,#eef2e9);border-radius:22px}

/* Public article/tool pages inherit the same editorial identity */
.page-hero{background:linear-gradient(180deg,#edf1e7 0%,#f6f1e8 100%);border-bottom:1px solid #e2dbcf}.page-hero h1{color:#203b31}.article p,.article li{color:#42584f}.callout{background:#e8f0e7;border-color:#cbdccc}.callout.warn{background:#fbf2df;border-color:#e8d3ab}.sidebar-card,.form-card{box-shadow:0 18px 45px rgba(54,64,49,.06)}

@media(max-width:980px){
  .wrap{width:min(100% - 36px,1240px)}
  .hero-grid{grid-template-columns:1fr!important;gap:38px;min-height:auto;padding:58px 0 68px}
  .hero h1{max-width:760px}
  .hero-visual{min-height:610px;max-width:840px;width:100%}
  .hero-photo{inset:0 0 92px 0}
  .hero-floating-card{width:min(520px,82%);right:18px;bottom:2px}
  .photo-story-grid{grid-template-columns:repeat(2,1fr)}
  .photo-story-card img,.photo-story-card:first-child img,.photo-story-card:last-child img{height:185px}
}
@media(max-width:620px){
  .wrap,.narrow{width:min(100% - 24px,1240px)}
  .header-inner{height:68px}.brand-mark{width:40px;height:40px}.brand-copy strong{font-size:15px}
  .hero-grid{padding:42px 0 52px;gap:24px}.hero h1{font-size:45px;line-height:1.01}.hero p{font-size:15px;line-height:1.65}.hero-trust{gap:10px 16px}
  .hero-visual{min-height:505px}.hero-photo{inset:0 0 108px 0;border-width:5px;border-radius:24px}.hero-photo-caption{left:17px;bottom:18px}.hero-photo-caption strong{font-size:18px}.hero-floating-card{width:calc(100% - 12px);right:0;bottom:0;padding:13px}.hero-floating-card .kpi{padding:8px}.hero-floating-card .kpi b{font-size:16px}.hero-floating-card .notice-chip{font-size:8.5px}
  .stats-grid{grid-template-columns:repeat(2,1fr)}.stat{padding:20px 12px}.stat b{font-size:22px}.stat span{font-size:9px}
  .photo-story-section{padding:60px 0}.photo-story-grid{grid-template-columns:1fr 1fr;gap:10px}.photo-story-card img,.photo-story-card:first-child img,.photo-story-card:last-child img{height:125px}.photo-story-card div{padding:13px}.photo-story-card strong{font-size:14px}
  section{padding:62px 0}.section-head{margin-bottom:26px}.section-head h2{font-size:34px}
  .app-content{padding:17px 14px 36px}.app-top{height:64px;padding:0 10px}.app-title h1{font-size:29px}
}


/* V4 SEO RESOURCE CENTRE */
.review-line{margin-top:18px;font-size:11px;color:#7b817a;letter-spacing:.02em}.seo-article-section{padding-top:58px}.seo-article{font-size:16px;line-height:1.82}.seo-article h2{font:700 31px/1.12 Georgia,serif;color:#203b31;margin:42px 0 15px}.seo-article h3{color:#29473b}.seo-article p{margin:0 0 18px}.seo-article ul{margin:0 0 22px;padding-left:22px}.seo-article li{margin:7px 0}.at-a-glance{background:#eef2e8;border:1px solid #d6dfd1;border-radius:18px;padding:22px 24px;margin:0 0 36px}.at-a-glance>span{display:block;text-transform:uppercase;font-size:10px;letter-spacing:.14em;font-weight:800;color:#5f765f;margin-bottom:11px}.at-a-glance ul{margin:0}.check-panel{background:#fffaf0;border:1px solid #eadfc9;border-radius:18px;padding:20px 24px}.check-panel ul{margin:0}.faq-list details{border-top:1px solid #dfd8cb;padding:15px 0}.faq-list details:last-child{border-bottom:1px solid #dfd8cb}.faq-list summary{cursor:pointer;font-weight:800;color:#29473b}.faq-list p{padding:12px 0 0;margin:0}.source-box{margin-top:44px}.related-guides{margin-top:44px}.related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.related-grid a{display:block;border:1px solid #ddd6c9;background:#fffdf8;border-radius:15px;padding:17px;color:#29473b}.related-grid span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#8c8a7e;margin-bottom:5px}.related-grid strong{display:inline;font-size:14px}.seo-sidebar{position:sticky;top:105px;height:max-content}.seo-sidebar .sidebar-cta{color:#376b48;font-weight:800}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.resource-card,.topic-hub-card{display:block;background:#fffdf8;border:1px solid #dfd8cc;border-radius:20px;padding:24px;box-shadow:0 12px 30px rgba(55,65,50,.05);transition:.18s}.resource-card:hover,.topic-hub-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(55,65,50,.09)}.resource-card span,.topic-hub-card span{font-size:9px;text-transform:uppercase;letter-spacing:.14em;color:#68806c;font-weight:800}.resource-card h2,.topic-hub-card h2{font:700 23px/1.12 Georgia,serif;color:#203b31;margin:10px 0}.resource-card p,.topic-hub-card p{font-size:13px;line-height:1.6;color:#6f7871}.resource-card b,.topic-hub-card b{font-size:12px;color:#376b48}.resource-hero h1{max-width:880px}.hub-section{padding-bottom:34px}.topic-hub-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:13px}.topic-hub-card{padding:21px}.topic-hub-card h2{font-size:19px}.all-guides-section{padding-top:38px;background:#fbf7ef}.resource-list-card{display:block}.resource-list-card b{display:block;margin-top:14px;color:#376b48;font-size:12px}.tool-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);gap:28px;align-items:start}.smart-tool{padding:28px}.smart-tool h2{font:700 30px Georgia,serif;color:#203b31;margin:5px 0 24px}.smart-tool label{display:block;font-weight:700;color:#365147;font-size:13px;margin:14px 0}.smart-tool input,.smart-tool select{display:block;width:100%;margin-top:7px;padding:13px 14px;border:1px solid #d8d1c5;border-radius:11px;background:#fff;color:#243f35;font:inherit}.smart-tool .btn{margin-top:10px}.tool-safety{background:#fbf2df;border:1px solid #ead7b0;border-radius:12px;padding:13px 15px;font-size:12px;line-height:1.55;color:#5b4d34;margin-bottom:22px}.tool-safety strong{display:block}.tool-result{margin-top:22px;background:#e9f0e7;border:1px solid #cbdccc;border-radius:14px;padding:18px;color:#29473b}.tool-result strong{font-size:19px}.seo-resource-home{background:#edf1e7;border-top:1px solid #dde4d9;border-bottom:1px solid #dde4d9}.home-resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.home-resource-grid a{display:block;background:#fffdf8;border:1px solid #dad5c9;border-radius:18px;padding:22px;min-height:170px}.home-resource-grid span{font:700 11px/1 Georgia,serif;color:#b18445}.home-resource-grid strong{display:block;font:700 21px/1.12 Georgia,serif;color:#244238;margin:15px 0 8px}.home-resource-grid p{font-size:12px;line-height:1.6;color:#737b74;margin:0}
@media(max-width:1100px){.topic-hub-grid{grid-template-columns:repeat(3,1fr)}.resource-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:780px){.tool-layout{grid-template-columns:1fr}.seo-sidebar{position:static}.topic-hub-grid,.resource-grid,.home-resource-grid,.related-grid{grid-template-columns:1fr}.seo-article h2{font-size:27px}.seo-article{font-size:15px}.smart-tool{padding:20px}}


/* V4.1 POLISH — keep approved homepage composition intact; improve guidance and app conversion */
.dark-section{position:relative}.dark-section .eyebrow,.dark-section h2,.dark-section h3{color:#fffdf8!important}.dark-section p,.dark-section .section-head p{color:#d9e3dc!important}.dark-section .step p{color:#d1ddd6!important}

/* Guidance library cards: unique imagery and a footer link that can never be clipped */
.resource-list-card{display:flex!important;flex-direction:column;min-height:465px;padding:0 0 23px!important;overflow:hidden;isolation:isolate}
.resource-list-card .guide-thumb{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;border-bottom:1px solid #ded8cb;background:#e9eee6}
.resource-list-card>.tag{margin:20px 22px 0}
.resource-list-card>h3{margin:12px 22px 10px!important;font-size:20px!important}
.resource-list-card>p{margin:0 22px 18px!important;line-height:1.62;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.resource-list-card>b{margin:auto 22px 0!important;padding-top:13px;display:block!important;line-height:1.3;color:#376b48!important;position:relative;z-index:2}

/* Rich article hero: same warm rural editorial language as the approved homepage */
.article-hero-rich{padding:54px 0 42px;background:linear-gradient(135deg,#f7f1e6 0%,#eef2e7 62%,#e2ebe2 100%)}
.article-hero-grid{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(330px,.72fr);gap:44px;align-items:center}
.article-hero-copy h1{font-size:clamp(38px,4.8vw,61px);max-width:900px}.article-hero-copy p{font-size:17px;line-height:1.7}
.article-hero-media{border-radius:28px;overflow:hidden;border:6px solid rgba(255,253,248,.9);box-shadow:0 26px 65px rgba(51,64,48,.16);background:#e7ede4;aspect-ratio:16/10}
.article-hero-media img{width:100%;height:100%;object-fit:cover;display:block}
.review-line{display:inline-flex;margin-top:16px;padding:7px 11px;border:1px solid #ddd5c8;border-radius:999px;background:rgba(255,253,248,.75);color:#6b756e}

/* Editorial article body */
.seo-article-section{background:#fbf7ef;padding-top:62px}.seo-article{background:#fffdf8;border:1px solid #e0d8ca;border-radius:25px;padding:38px 42px;box-shadow:0 18px 46px rgba(52,62,48,.055)}
.article-toc{background:#f1f4ec;border:1px solid #d9e2d5;border-radius:18px;padding:20px 22px;margin:0 0 36px}
.article-toc>span{display:block;text-transform:uppercase;font-size:10px;letter-spacing:.14em;font-weight:850;color:#5d735f;margin-bottom:10px}.article-toc ul{display:grid;grid-template-columns:1fr 1fr;gap:6px 24px;list-style:none;padding:0!important;margin:0!important}.article-toc li{margin:0!important}.article-toc a{font-size:13px;color:#355a48;text-decoration:none}.article-toc a:hover{text-decoration:underline}
.seo-article h2{scroll-margin-top:105px}.check-panel,.at-a-glance,.callout{box-shadow:inset 0 0 0 1px rgba(255,255,255,.35)}
.article-action-band{margin:46px 0 38px;padding:28px 30px;border-radius:22px;background:#294f42;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 22px 44px rgba(41,79,66,.15)}.article-action-band span{text-transform:uppercase;font-size:9px;letter-spacing:.15em;color:#d7c792;font-weight:850}.article-action-band h2{font-size:28px!important;color:#fffdf8!important;margin:7px 0 8px!important}.article-action-band p{color:#d9e4dd!important;margin:0!important;max-width:560px}.article-action-buttons{display:flex;gap:9px;flex-wrap:wrap;min-width:190px}.article-action-band .btn:not(.btn-primary){background:#fffdf8;border-color:#fffdf8;color:#294f42}
.seo-sidebar{padding:20px}.sidebar-guide-cta{margin-top:18px;padding:18px;border-radius:16px;background:#edf2e9;border:1px solid #d7e0d4}.sidebar-guide-cta span{display:block;font-size:9px;letter-spacing:.13em;text-transform:uppercase;color:#6b7e6d;font-weight:850}.sidebar-guide-cta strong{display:block;font:700 18px/1.15 Georgia,serif;color:#274639;margin:7px 0}.sidebar-guide-cta p{font-size:11px;line-height:1.5;color:#6c776f}.sidebar-guide-cta .btn{width:100%;margin-top:6px;color:#fff}

/* App plan visibility */
.app-side{display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain}.app-nav{flex:0 0 auto}.app-plan-card{margin:auto 14px 18px;padding:16px;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:rgba(255,255,255,.055);color:#fff}.app-plan-card span{display:block;text-transform:uppercase;letter-spacing:.11em;font-size:9px;color:#a9c0b6}.app-plan-card strong{display:block;font:700 16px Georgia,serif;margin:4px 0 6px}.app-plan-card p{font-size:10px;line-height:1.45;color:#bfd0c7;margin:0 0 10px}.app-plan-card a{font-size:11px;font-weight:850;color:#fff}.settings-plan-row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 20px;margin-bottom:22px;border-radius:16px;background:#eef2e9;border:1px solid #d7e0d3}.settings-plan-row span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#748074}.settings-plan-row strong{display:block;font:700 20px Georgia,serif;color:#234337}.settings-plan-row p{font-size:11px;color:#6f7b73;margin:4px 0 0;max-width:540px}

@media(max-width:980px){.article-hero-grid{grid-template-columns:1fr}.article-hero-media{max-width:760px}.seo-article{padding:30px}.article-action-band{align-items:flex-start;flex-direction:column}.app-shell{grid-template-columns:minmax(0,1fr)}.app-side{display:none}.app-main{min-width:0}.app-plan-card{display:none}}
@media(max-width:780px){.resource-list-card{min-height:0}.resource-list-card>p{-webkit-line-clamp:unset}.article-hero-rich{padding:36px 0 30px}.article-hero-grid{gap:24px}.article-hero-copy h1{font-size:38px}.article-hero-media{border-radius:20px;border-width:4px}.seo-article-section{padding-top:28px}.seo-article{padding:22px 18px;border-radius:18px}.article-toc ul{grid-template-columns:1fr}.article-action-band{padding:22px 20px}.settings-plan-row{align-items:flex-start;flex-direction:column}.app-upgrade{display:none}}

/* V4.1.1 GUIDE IMAGE CORRECTION — one photographic image only */
.resource-list-card:before{content:none!important;display:none!important;height:0!important;background:none!important}
.resource-list-card .guide-thumb{height:auto;aspect-ratio:16/9;object-fit:cover;object-position:center}
.resource-list-card{min-height:452px}
.resource-list-card>b{margin-top:auto!important}
.article-hero-media img{object-position:center}

/* Final polish: real-world photo cards */
.photo-story-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}
.photo-story-card{
  display:flex;
  flex-direction:column;
  height:100%;
  border-radius:20px;
  overflow:hidden;
  background:#fffdf8;
  border:1px solid #ded6c8;
  box-shadow:0 12px 28px rgba(58,63,47,.065);
}
.photo-story-card img,
.photo-story-card:first-child img,
.photo-story-card:last-child img{
  width:100%;
  height:180px;
  object-fit:cover;
  display:block;
  filter:saturate(.9) contrast(1.01);
}
.photo-story-card div{
  flex:1;
  padding:18px 19px 21px;
  min-height:110px;
}
.photo-story-card span{
  margin-bottom:7px;
}
.photo-story-card strong{
  display:block;
  font-size:17px;
  line-height:1.28;
}
@media(max-width:980px){
  .photo-story-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .photo-story-card img,
  .photo-story-card:first-child img,
  .photo-story-card:last-child img{height:180px;}
}
@media(max-width:620px){
  .photo-story-grid{grid-template-columns:1fr;gap:14px;}
  .photo-story-card img,
  .photo-story-card:first-child img,
  .photo-story-card:last-child img{height:190px;}
  .photo-story-card div{min-height:0;padding:16px 17px 19px;}
  .photo-story-card strong{font-size:16px;}
}

/* Market-readiness product upgrade */
.empty-state{display:flex;flex-direction:column;gap:5px;padding:22px;border:1px dashed #ced8d0;border-radius:15px;background:#f8faf6;color:#66756c}.empty-state strong{color:#29473b}.empty-state span{font-size:12px;line-height:1.55}
.status.neutral{background:#edf0ec;color:#66736a;border-color:#d7ddd7}.status.good{background:#e5f3e9;color:#28683e;border-color:#cde4d3}.status.warn{background:#fff2d7;color:#805c13;border-color:#ead7ad}.status.bad{background:#fbe7e3;color:#8a4033;border-color:#eac7c0}
.record-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}.small-btn{padding:7px 10px!important;font-size:10px!important;min-height:auto!important}
.pack-select{display:flex;gap:10px;align-items:end;flex-wrap:wrap;margin:14px 0}.pack-select label{min-width:240px;flex:1}.pack-select select{width:100%;margin-top:6px}
.schematic-flow{display:flex;align-items:stretch;gap:9px;overflow-x:auto;padding:8px 2px 15px}.schematic-node{min-width:160px;padding:14px;border-radius:14px;border:1px solid #d5ddd6;background:#fffdf8}.schematic-node span{display:block;text-transform:uppercase;letter-spacing:.1em;font-size:9px;color:#74867b}.schematic-node strong{display:block;margin:5px 0;color:#29473b}.schematic-node small{display:block;color:#748078;line-height:1.4}.schematic-arrow{display:flex;align-items:center;color:#7e9387;font-weight:900}.span2{grid-column:span 2}
.policy-helper{padding:14px 16px;border:1px solid #d9e2d7;border-radius:13px;background:#f1f5ef;color:#586c60;font-size:12px;line-height:1.55;margin:0 0 18px}.policy-helper strong{color:#2e5141}
.file-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:8px}
.review-strip{display:flex;gap:12px;flex-wrap:wrap;margin:18px 0 28px;padding:12px 14px;border-left:3px solid #759171;background:#f4f6f0;color:#65726a;font-size:11px;line-height:1.5}.review-strip strong{color:#385848}.review-strip a{font-weight:800;color:#376b48}
@media(max-width:700px){.span2{grid-column:auto}.schematic-node{min-width:145px}}

/* FINAL BUILD & POLISH QA — contrast and action-control corrections */
.btn-dark{background:#173a34!important;border-color:#173a34!important;color:#fff!important}
.btn-dark:hover{background:#0f2f2a!important;border-color:#0f2f2a!important;color:#fff!important}
.workspace-title small,.app-kpi small,.app-title p,.review-line,.settings-plan-row span,.resource-card p,.topic-hub-card p,.home-resource-grid p,.related-grid span{color:#5d6b62}
.tool-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.tool-actions .btn{margin-top:0}
.tool-action-note{margin:12px 0 0;font-size:12px;line-height:1.55;color:#5d6b62}
.tool-result hr,.result hr{border:0;border-top:1px solid #ccd8cf;margin:14px 0}
@media(max-width:620px){.tool-actions{display:grid;grid-template-columns:1fr}.tool-actions .btn{width:100%}}
.evidence-check-grid{display:grid;gap:10px;margin-top:12px}.evidence-check-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(190px,.45fr);gap:14px;align-items:center;padding:12px 14px;border:1px solid #ded8cb;border-radius:12px;background:#fff}.evidence-check-row label{margin:0;font-size:13px;color:#29473b}.evidence-check-row select{margin:0}
@media(max-width:620px){.evidence-check-row{grid-template-columns:1fr;gap:6px}}
/* Final contrast hardening for small secondary text */
:root{--muted:#5f737a}
.resource-card span,.topic-hub-card span,.sidebar-guide-cta span,.sidebar-guide-cta p,.settings-plan-row p,.status.neutral,.at-a-glance>span{color:#5d6b62}
.home-resource-grid span{color:#805c13}
.site-footer .brand-copy span{color:#a9c0b6!important}

/* QA: keep footer legal/status lines visually separated on narrow screens. */
@media(max-width:620px){.footer-bottom span{display:block}.footer-bottom span+span{margin-top:6px}}
/* QA: pricing plan headings use H2 semantics without changing card scale. */
.price-card h2{font-size:19px}

/* QA: feature-card headings use H2 semantics on the standalone Features page. */
.feature h2{font-size:21px;margin-bottom:9px}

/* Pass 2 auth/member mobile corrections */
@media(max-width:620px){
  .header-inner{gap:10px}
  .brand-copy span{display:none}
  .mobile-menu{flex:0 0 auto}
  .app-top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px;align-items:center}
  .app-mobile-switch{display:block;max-width:none;width:100%;min-width:0;margin:0}
  .app-upgrade{display:inline-flex}
  .app-top>div:last-child{gap:4px!important;white-space:nowrap}
  .app-top .btn{font-size:10px;padding:8px 7px}
}

/* Pass 4: professional-contact cards remain readable with long real-world details. */
.contact-card{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px 12px;border:1px solid #e3ddd1;border-radius:12px;background:#fff;margin-bottom:10px;min-width:0}.contact-card:last-child{margin-bottom:0}.contact-body{min-width:0;flex:1}.contact-body strong,.contact-meta,.contact-notes{overflow-wrap:anywhere}.contact-meta{margin-top:4px}.contact-notes{margin-top:8px;padding-top:8px;border-top:1px solid #edf1ef;font-size:11px;line-height:1.55;color:var(--muted)}.contact-actions{flex:none}
@media(max-width:620px){.contact-card{display:block}.contact-actions{display:flex;gap:8px;margin-top:12px}.contact-actions .btn{width:auto;min-width:70px}.contact-notes{font-size:12px}}
.app-mobile-logout{display:none}
@media(max-width:620px){.app-mobile-logout{display:inline-flex}.app-top>div:last-child{min-width:0}.app-top .app-mobile-logout{padding-left:6px;padding-right:6px}}

/* Pass 5: document vault and evidence-pack readability */
.document-card{align-items:flex-start}.document-body{min-width:0;flex:1}.document-name{display:block;overflow-wrap:anywhere;word-break:break-word}.document-actions{flex:none;justify-content:flex-end}.evidence-cover .mini-item{break-inside:avoid}
@media(max-width:620px){
  .document-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.document-actions{display:grid;grid-template-columns:1fr;gap:5px;margin-top:0}
  #evidence .evidence-cover{padding:20px 16px}#evidence .evidence-cover>h1{font-size:34px!important}
  #evidence .table-wrap{overflow:visible}#evidence .table-wrap table{min-width:0;table-layout:fixed}#evidence .table-wrap th,#evidence .table-wrap td{padding:10px 8px;font-size:10px;overflow-wrap:anywhere;word-break:break-word;vertical-align:top}#evidence .table-wrap th{width:46%}
  #evidence .mini-item{align-items:flex-start}#evidence .mini-item>div{min-width:0;overflow-wrap:anywhere}#evidence .evidence-flow{overflow-wrap:anywhere}
}
@media print{#evidence h2{break-after:avoid-page}.evidence-cover .table-wrap,.evidence-cover .mini-item,.evidence-cover>.callout{break-inside:avoid-page;page-break-inside:avoid}.evidence-cover>.callout{margin:12px 0!important;padding:12px 16px!important;font-size:12px}.evidence-cover table{min-width:0}}

/* PASS 7B-1AA: keep the laboratory-report table contained on narrow screens */
.lab-report-page .article-layout,.lab-report-page .article{min-width:0}.lab-report-page .table-wrap{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
/* Member How to use / Getting Started */
.howto-page{max-width:1180px}.howto-intro{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:22px;align-items:start}.howto-intro h2,.howto-heading h2{font:700 27px/1.16 Georgia,serif;color:#203b31;margin:7px 0 9px}.howto-intro p,.howto-heading p{color:#5d6b62;line-height:1.65;margin:0;font-size:13px}.howto-kicker,.howto-heading>span{display:block;text-transform:uppercase;letter-spacing:.13em;font-size:9px;font-weight:850;color:#6f866f}.howto-intro .callout{margin:0}.howto-section{margin-top:24px}.howto-heading{margin-bottom:14px}.howto-heading.compact{margin-bottom:12px}.howto-heading.compact h2{font-size:23px;margin-bottom:0}.howto-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.howto-step{display:grid;grid-template-columns:38px minmax(0,1fr);gap:13px;padding:18px;border:1px solid #ded8cb;border-radius:16px;background:#fffdf8;box-shadow:0 7px 18px rgba(52,61,47,.03)}.howto-step>b{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#e7efe6;color:#315c43;font:700 16px Georgia,serif}.howto-step h3,.howto-guide h3{font-size:15px;color:#29473b;margin:1px 0 7px}.howto-step p,.howto-guide p,.howto-troubleshoot p{font-size:12px;line-height:1.6;color:#5d6b62;margin:0 0 12px}.howto-actions{display:flex;gap:7px;flex-wrap:wrap}.howto-guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.howto-guide{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;min-width:0;padding:18px;border:1px solid #ded8cb;border-radius:16px;background:#fff}.howto-guide .btn{margin-top:auto}.howto-two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.howto-list{margin:0;padding:0;list-style:none;display:grid;gap:10px}.howto-list li{position:relative;padding-left:18px;color:#5d6b62;font-size:12px;line-height:1.6}.howto-list li:before{content:"";position:absolute;left:0;top:.62em;width:7px;height:7px;border-radius:50%;background:#759171}.howto-list strong{color:#29473b}.howto-troubleshoot{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 24px}.howto-troubleshoot>div{padding:12px 0;border-top:1px solid #e8e2d7}.howto-troubleshoot strong{color:#29473b;font-size:13px}.howto-troubleshoot p{margin:5px 0 0}.setup-panel{padding-bottom:20px}.setup-checklist{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.setup-checklist li{display:grid;grid-template-columns:22px minmax(0,1fr);gap:10px;align-items:start;padding:12px;border:1px solid #e2dccf;border-radius:12px;background:#fffdf8;min-width:0}.setup-checklist li>span{width:18px;height:18px;border:2px solid #8ba08d;border-radius:5px;margin-top:1px}.setup-checklist strong{display:block;color:#29473b;font-size:12px}.setup-checklist small{display:block;margin-top:3px;color:#5d6b62;font-size:11px;line-height:1.5}.howto-finish{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:16px;padding-top:16px;border-top:1px solid #e2dccf}.howto-finish p{margin:0;color:#5d6b62;font-size:12px;line-height:1.5}
@media(max-width:780px){.howto-intro,.howto-two-col{grid-template-columns:1fr}.howto-steps,.howto-guide-grid,.setup-checklist{grid-template-columns:1fr}.howto-troubleshoot{grid-template-columns:1fr;gap:0}.howto-finish{align-items:flex-start;flex-direction:column}.howto-finish .btn{width:100%}}
@media(max-width:620px){.howto-page .app-title .btn{width:100%}.howto-intro{padding:16px}.howto-intro h2,.howto-heading h2{font-size:24px}.howto-step{grid-template-columns:32px minmax(0,1fr);padding:15px}.howto-step>b{width:30px;height:30px}.howto-actions{display:grid;grid-template-columns:1fr;width:100%}.howto-step .btn,.howto-guide .btn,.howto-actions .btn{width:100%}.howto-guide{padding:15px}.setup-checklist li{padding:11px}.howto-section{margin-top:18px}}



/* Live analytics consent */
.analytics-consent{position:fixed;left:18px;right:18px;bottom:18px;z-index:10000;max-width:920px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;background:#fff;border:1px solid #cfdde0;border-radius:16px;box-shadow:0 18px 50px rgba(11,36,48,.18);color:#0b2430}.analytics-consent[hidden]{display:none}.analytics-consent>div:first-child{display:grid;gap:4px}.analytics-consent b{font-size:14px}.analytics-consent span{font-size:12px;line-height:1.45;color:#526a70}.analytics-consent-actions{display:flex;gap:8px;flex:0 0 auto}@media(max-width:640px){.analytics-consent{left:10px;right:10px;bottom:10px;align-items:stretch;flex-direction:column}.analytics-consent-actions{width:100%}.analytics-consent-actions .btn{flex:1;justify-content:center}}
