
:root{
  --ink:#14241d; --ink2:#20342b; --forest:#19372d; --forest2:#24483c;
  --moss:#6f7f5c; --thatch:#b97832; --thatch2:#d49a55; --cream:#f5f0e7;
  --paper:#fffdf8; --sand:#e8dfd2; --line:#ddd3c5; --muted:#6e746f;
  --red:#b3483d; --amber:#bd7c2a; --green:#417654; --shadow:0 18px 60px rgba(24,34,28,.12);
  --radius:22px; --wrap:min(1180px,calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,'Segoe UI',Arial,sans-serif;color:var(--ink);background:var(--cream);line-height:1.65}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.wrap{width:var(--wrap);margin-inline:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(245,240,231,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(20,36,29,.08)}
.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{display:flex;align-items:center;gap:10px;min-width:210px}
.brand-mark{width:36px;height:36px;border-radius:11px;background:var(--forest);display:grid;place-items:center;box-shadow:0 8px 18px rgba(25,55,45,.18)}
.brand-mark svg{width:24px;height:24px}
.brand-copy{display:flex;flex-direction:column;line-height:1.05}
.brand-copy strong{font-size:15px;letter-spacing:-.02em}
.brand-copy span{font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:#7b7469;margin-top:4px}
.nav{display:flex;gap:26px;align-items:center;font-size:13px;font-weight:700}
.nav a:hover{color:var(--thatch)}
.header-actions{display:flex;gap:8px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);padding:11px 17px;border-radius:999px;font-weight:800;font-size:13px;background:var(--paper);cursor:pointer;transition:.2s}
.btn:hover{transform:translateY(-1px);box-shadow:0 7px 20px rgba(21,36,29,.08)}
.btn-primary{background:var(--forest);color:#fff;border-color:var(--forest)}
.btn-gold{background:var(--thatch);color:white;border-color:var(--thatch)}
.btn-ghost{background:transparent}
.btn.small{padding:7px 11px;font-size:12px}
.mobile-menu{display:none}

.hero{background:linear-gradient(115deg,#10221b 0%,#1b332a 54%,#26362d 100%);color:white;overflow:hidden;position:relative}
.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 18%,rgba(213,154,85,.18),transparent 33%)}
.hero-grid{position:relative;display:grid;grid-template-columns:1.02fr .98fr;gap:58px;min-height:660px;align-items:center;padding:76px 0}
.eyebrow{display:flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:800}
.eyebrow-dot{width:9px;height:9px;border-radius:50%;background:var(--thatch2);box-shadow:0 0 0 5px rgba(212,154,85,.11)}
.hero h1,.page-hero h1,.section-title h2,.article h1,.article h2,.app-main h1{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.035em}
.hero h1{font-size:clamp(54px,5.5vw,76px);line-height:.98;margin:19px 0 22px;max-width:720px}.hero h1 span,.hero h1 em{display:block}
.hero h1 em{color:#f0b56f;font-style:normal}
.hero p{font-size:18px;color:#d7dfda;max-width:630px;margin:0}
.hero-ctas{display:flex;gap:12px;margin-top:30px;flex-wrap:wrap}
.hero .btn-primary{background:#f1eee7;color:var(--ink);border-color:#f1eee7}
.hero .btn-gold{background:var(--thatch2)}
.hero-trust{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:28px;color:#aebcb5;font-size:12px}
.hero-trust span:before{content:"✓";color:#e6ad67;margin-right:6px}
.hero-visual{position:relative;padding:20px 0}
.hero-photo{border-radius:28px;overflow:hidden;border:1px solid rgba(255,255,255,.24);box-shadow:0 35px 80px rgba(0,0,0,.32);height:510px;background:#25362e}
.hero-photo img{width:100%;height:100%;object-fit:cover}
.hero-photo:after{content:"";position:absolute;inset:20px 0;border-radius:28px;background:linear-gradient(180deg,transparent 55%,rgba(8,18,14,.55));pointer-events:none}
.hero-floating{position:absolute;left:-42px;bottom:4px;width:360px;background:#fff;color:var(--ink);border-radius:20px;padding:18px;box-shadow:var(--shadow)}
.mini-top{display:flex;justify-content:space-between;gap:12px}
.pill{display:inline-flex;padding:5px 9px;border-radius:999px;background:#e9f4eb;color:var(--green);font-size:10px;font-weight:800;letter-spacing:.06em}
.kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px}
.kpi{padding:10px;border:1px solid #ece5da;border-radius:12px}
.kpi small{display:block;color:#7b7f79;font-size:9px;text-transform:uppercase;letter-spacing:.08em}
.kpi strong{font-size:20px}
.alert-line{margin-top:12px;padding:9px 10px;background:#fff7e9;border-radius:10px;font-size:11px;color:#7b5120}

.stat-strip{background:#fff;border-bottom:1px solid var(--line)}
.stats{display:grid;grid-template-columns:repeat(4,1fr)}
.stat{padding:24px 16px;text-align:center;border-right:1px solid var(--line)}
.stat:last-child{border-right:0}.stat b{display:block;font-family:Georgia,'Times New Roman',serif;font-size:28px}.stat span{font-size:11px;color:var(--muted)}

section{padding:84px 0}
.section-soft{background:#fbf8f2}
.section-dark{background:var(--forest);color:#fff}
.section-gold{background:#efe5d6}
.section-title{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:end;margin-bottom:36px}
.section-title h2{font-size:42px;line-height:1.05;margin:8px 0}
.section-title p{color:var(--muted);margin:0;max-width:560px}
.section-dark .section-title p{color:#c7d2cc}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.card{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 8px 28px rgba(31,43,36,.05)}
.card h3{font-size:18px;line-height:1.2;margin:9px 0}.card p{font-size:13px;color:var(--muted);margin:0}
.icon-box{width:38px;height:38px;border-radius:12px;background:#edf0e6;color:var(--forest);display:grid;place-items:center;font-weight:900}
.photo-grid{display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:14px}
.photo-card{position:relative;min-height:330px;border-radius:22px;overflow:hidden;background:#24352d}
.photo-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.photo-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(8,18,14,.75))}
.photo-copy{position:absolute;z-index:2;left:22px;right:22px;bottom:20px;color:white}.photo-copy b{display:block;font-size:18px}.photo-copy span{font-size:12px;color:#d7ded9}

.process{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--line);border-radius:22px;overflow:hidden;background:white}
.step{padding:25px;min-height:190px;border-right:1px solid var(--line)}
.step:last-child{border-right:0}.step-num{font-family:Georgia,'Times New Roman',serif;color:var(--thatch);font-size:34px}.step h3{margin:6px 0}.step p{font-size:13px;color:var(--muted)}

.feature-split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.check-list{display:grid;gap:10px;margin:24px 0}.check{display:flex;gap:10px;align-items:flex-start;font-size:14px}.check:before{content:"✓";width:21px;height:21px;border-radius:50%;background:#e2ecdf;color:var(--green);display:grid;place-items:center;font-size:11px;font-weight:900;flex:0 0 auto}
.product-card{background:white;border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:var(--shadow)}
.product-screen{background:#f3efe7;border-radius:18px;border:1px solid #e3dbcf;padding:18px}
.product-row{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:10px;padding:11px 0;border-bottom:1px solid #ddd6ca;font-size:12px}.product-row:last-child{border-bottom:0}
.status{padding:4px 8px;border-radius:999px;font-size:10px;font-weight:800;display:inline-flex;align-items:center;gap:5px;width:max-content}
.status.good{background:#e7f3e9;color:#3f704c}.status.warn{background:#fff1da;color:#96651f}.status.bad{background:#f7e5e1;color:#a6463e}.status.neutral{background:#eef0ed;color:#68756e}

.price-intro{text-align:center;max-width:720px;margin:0 auto 34px}.price-intro h1{font-family:Georgia,'Times New Roman',serif;font-size:52px;line-height:1;margin:12px 0}.price-intro p{color:var(--muted)}
.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}
.price-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;display:flex;flex-direction:column;position:relative}
.price-card.featured{border:2px solid var(--thatch);box-shadow:0 24px 50px rgba(95,64,30,.12);transform:translateY(-8px)}
.ribbon{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--thatch);color:#fff;border-radius:999px;padding:5px 12px;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.price{font-family:Georgia,'Times New Roman',serif;font-size:48px;line-height:1;margin:16px 0}.price small{font-family:Inter,ui-sans-serif,system-ui,-apple-system,'Segoe UI',Arial,sans-serif;font-size:13px;color:var(--muted)}
.price-card ul{padding:0;list-style:none;margin:18px 0 25px}.price-card li{font-size:13px;padding:7px 0;border-bottom:1px solid #eee7dc}.price-card li:before{content:"✓";color:var(--green);font-weight:900;margin-right:8px}
.price-card .btn{margin-top:auto}
.trial-note{text-align:center;margin-top:24px;color:var(--muted);font-size:13px}

.page-hero{padding:75px 0 54px;background:#eee5d8}
.page-hero .eyebrow{color:var(--thatch)}
.page-hero h1{font-size:clamp(45px,6vw,68px);line-height:1;margin:12px 0}.page-hero p{max-width:700px;font-size:17px;color:var(--muted)}
.breadcrumbs{font-size:11px;color:#7e786e;margin-bottom:10px}
.guides-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.guide-card{background:white;border:1px solid var(--line);border-radius:18px;padding:22px;display:flex;flex-direction:column;min-height:210px}
.guide-card small{color:var(--thatch);text-transform:uppercase;letter-spacing:.1em;font-weight:800}.guide-card h2{font-size:20px;line-height:1.15;margin:8px 0}.guide-card p{font-size:13px;color:var(--muted);flex:1}.guide-card a{font-weight:800;font-size:12px;color:var(--forest)}
.article-hero{padding:65px 0 45px;background:#eee6d9}.article-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:40px;align-items:center}.article-hero h1{font-size:52px;line-height:1;margin:10px 0}.article-hero p{font-size:17px;color:var(--muted)}.article-hero-media{height:310px;border-radius:22px;overflow:hidden}.article-hero-media img{width:100%;height:100%;object-fit:cover}
.article-layout{display:grid;grid-template-columns:minmax(0,760px) 300px;gap:50px;align-items:start}
.article{background:white;border:1px solid var(--line);border-radius:22px;padding:34px}
.article h2{font-size:30px;line-height:1.1;margin:35px 0 12px}.article h3{font-size:18px;margin:25px 0 8px}.article p,.article li{font-size:15px;color:#3f4b45}.article ul{padding-left:22px}
.callout{padding:17px 18px;border-radius:14px;background:#f4eee3;border-left:4px solid var(--thatch);margin:20px 0;font-size:13px}.callout strong{display:block;margin-bottom:4px}
.source-box{margin-top:34px;padding:20px;border-radius:16px;background:#f6f2eb;border:1px solid var(--line)}.source-box strong{font-size:13px}.source-box a{text-decoration:underline}.source-box li{font-size:12px}
.sidebar-card{position:sticky;top:98px;background:var(--forest);color:white;border-radius:20px;padding:22px}.sidebar-card h3{margin-top:0}.sidebar-card a{display:block;padding:9px 0;border-bottom:1px solid rgba(255,255,255,.1);font-size:12px}.sidebar-card .btn{margin-top:15px;width:100%}

.form-wrap{max-width:620px;margin:60px auto;background:white;border:1px solid var(--line);border-radius:24px;padding:30px;box-shadow:var(--shadow)}
.form-wrap h1{font-family:Georgia,'Times New Roman',serif;font-size:42px;margin:0 0 8px}.form-wrap p{color:var(--muted)}
.field{margin:15px 0}.field label{display:block;font-size:12px;font-weight:800;margin-bottom:6px}.field input,.field select,.field textarea{width:100%;padding:13px 14px;border:1px solid #d8d0c4;border-radius:12px;background:#fffdf9}.field textarea{min-height:130px;resize:vertical}.form-note{font-size:11px;color:var(--muted);margin-top:12px}

.site-footer{background:#132920;color:#e8eee9;padding:54px 0 26px}.footer-grid{display:grid;grid-template-columns:1.8fr repeat(3,1fr);gap:40px}.site-footer h4{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#d7a365}.site-footer a{display:block;color:#aebcb5;font-size:12px;padding:5px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:35px;padding-top:18px;font-size:10px;color:#8ba096;display:flex;justify-content:space-between;gap:20px}

/* APP */
.app-body{background:#eef0ea;min-height:100vh}.app-shell{display:grid;grid-template-columns:250px minmax(0,1fr);min-height:100vh}.app-side{background:#132920;color:#fff;padding:20px 16px;position:sticky;top:0;height:100vh;overflow:auto}.app-brand{padding:5px 8px 21px}.app-brand strong{display:block;font-size:17px}.app-brand span{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#93a89e}.app-nav{display:grid;gap:4px}.app-nav button{appearance:none;background:transparent;color:#bdcbc4;border:0;text-align:left;padding:11px 12px;border-radius:10px;font-size:12px;font-weight:700;cursor:pointer}.app-nav button:hover,.app-nav button.active{background:#24483c;color:#fff}.app-nav hr{width:100%;border:0;border-top:1px solid rgba(255,255,255,.08);margin:9px 0}.app-side-footer{margin-top:30px;padding:12px;background:#1c372e;border-radius:14px;font-size:10px;color:#aabbb3}.app-main{padding:28px 32px 50px;min-width:0}.app-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;gap:15px}.app-title small{display:block;text-transform:uppercase;letter-spacing:.11em;color:#76827b;font-size:9px;font-weight:800}.app-title h1{font-size:35px;margin:2px 0}.plan-badge{background:#fff;border:1px solid #d9ded7;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:800}
.app-tab{display:none}.app-tab.active{display:block}.app-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.app-kpi{background:white;border:1px solid #dfe4dd;border-radius:15px;padding:16px}.app-kpi small{display:block;color:#78817c;font-size:10px}.app-kpi b{font-size:28px}
.app-panels{display:grid;grid-template-columns:1.4fr .9fr;gap:14px;margin-top:14px}.panel{background:white;border:1px solid #dfe4dd;border-radius:17px;padding:18px;min-width:0}.panel h2{font-size:17px;margin:0 0 12px}.panel-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px}.task{display:flex;gap:10px;align-items:flex-start;padding:12px 0;border-bottom:1px solid #edf0ec}.task:last-child{border-bottom:0}.task-check{width:24px;height:24px;border:1px solid #ccd5ce;border-radius:7px;background:#fff;cursor:pointer;flex:0 0 auto}.task.done{opacity:.55}.task.done strong{text-decoration:line-through}.fine{font-size:10px;color:#7c857f}.dot{width:8px;height:8px;border-radius:50%;margin-top:7px;flex:0 0 auto}.dot.green{background:#5c946a}.dot.amber{background:#d28d32}.dot.red{background:#c4584d}
.table{width:100%;border-collapse:collapse}.table th{text-align:left;font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#7e8881;padding:9px;border-bottom:1px solid #e4e9e3}.table td{padding:11px 9px;border-bottom:1px solid #edf0ec;font-size:11px;vertical-align:top}.table-wrap{overflow:auto}
.data-card{border:1px solid #e0e5df;border-radius:14px;padding:14px;margin:8px 0;background:#fff}.data-card-top{display:flex;justify-content:space-between;gap:12px}.data-card h3{font-size:14px;margin:0}.data-card p{margin:5px 0 0;font-size:11px;color:#737d76}
.app-form{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.app-form .field{margin:0}.app-form .span2{grid-column:1/-1}.app-form input,.app-form select,.app-form textarea{background:#fff}.app-actions{display:flex;gap:8px;flex-wrap:wrap}
.evidence{background:#fff;border:1px solid #dfe4dd;border-radius:18px;padding:28px}.evidence h2{font-family:Georgia,'Times New Roman',serif;font-size:28px}.evidence-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:18px 0}.evidence-summary div{background:#f1f3ee;border-radius:10px;padding:12px}.evidence-summary small{display:block;font-size:9px;color:#7b857e}.evidence-summary b{font-size:20px}
.help-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.help-step{background:#fff;border:1px solid #dfe4dd;border-radius:16px;padding:18px}.help-step b{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:10px;background:#e6ece5;margin-bottom:10px}
.modal{position:fixed;inset:0;background:rgba(8,18,14,.5);display:none;place-items:center;z-index:100;padding:20px}.modal.open{display:grid}.modal-card{background:white;border-radius:20px;padding:22px;width:min(560px,100%);max-height:85vh;overflow:auto}.modal-card h2{margin-top:0}.toast{position:fixed;right:20px;bottom:20px;background:#132920;color:#fff;padding:11px 15px;border-radius:11px;font-size:12px;opacity:0;transform:translateY(8px);transition:.2s;pointer-events:none;z-index:200}.toast.show{opacity:1;transform:none}.mobile-app-nav{display:none}

@media (max-width:980px){
  .nav,.header-actions{display:none}.mobile-menu{display:inline-flex}.hero-grid{grid-template-columns:1fr;min-height:auto;padding:62px 0}.hero-visual{max-width:720px}.hero-floating{left:20px}.section-title,.feature-split,.article-hero-grid{grid-template-columns:1fr}.cards,.guides-grid{grid-template-columns:repeat(2,1fr)}.photo-grid{grid-template-columns:1fr 1fr}.photo-card:first-child{grid-column:1/-1}.process{grid-template-columns:1fr 1fr}.step:nth-child(2){border-right:0}.step:nth-child(-n+2){border-bottom:1px solid var(--line)}.article-layout{grid-template-columns:1fr}.sidebar-card{position:static}.pricing{grid-template-columns:1fr}.price-card.featured{transform:none}.app-shell{grid-template-columns:1fr}.app-side{display:none}.mobile-app-nav{display:flex;gap:8px;margin-bottom:18px}.mobile-app-nav select{flex:1;padding:10px;border:1px solid #d7ded7;border-radius:10px}.app-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:640px){
  :root{--wrap:min(100% - 26px,1180px)}
  .header-inner{height:66px}.brand{min-width:0}.brand-copy span{display:none}
  .hero-grid{padding:48px 0}.hero h1{font-size:50px}.hero p{font-size:16px}.hero-photo{height:380px}.hero-floating{position:relative;left:auto;bottom:auto;width:calc(100% - 24px);margin:-70px auto 0}.stats{grid-template-columns:1fr 1fr}.stat:nth-child(2){border-right:0}.stat:nth-child(-n+2){border-bottom:1px solid var(--line)}
  section{padding:62px 0}.section-title h2{font-size:36px}.cards,.guides-grid,.photo-grid{grid-template-columns:1fr}.photo-card:first-child{grid-column:auto}.process{grid-template-columns:1fr}.step{border-right:0;border-bottom:1px solid var(--line)}.step:last-child{border-bottom:0}.article{padding:23px}.article-hero h1{font-size:42px}.article-hero-media{height:230px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}
  .app-main{padding:18px 14px 40px}.app-grid{grid-template-columns:1fr 1fr}.app-panels{grid-template-columns:1fr}.app-form{grid-template-columns:1fr}.app-form .span2{grid-column:auto}.evidence-summary{grid-template-columns:1fr 1fr}.help-steps{grid-template-columns:1fr}.app-title h1{font-size:29px}
}
@media print{
  .app-side,.mobile-app-nav,.app-top .app-actions,.no-print{display:none!important}.app-shell{display:block}.app-main{padding:0}.app-tab{display:none!important}#evidence.app-tab{display:block!important}.evidence{border:0;padding:0}.site-header,.site-footer{display:none!important}
}

.empty-state{padding:20px;border:1px dashed #cdd4ce;border-radius:12px;background:#f8faf7;color:#526159}.empty-state strong{display:block;color:#22362d;margin-bottom:4px}.empty-state span{font-size:11px;line-height:1.55}

/* Product-depth improvements */
.policy-helper{display:grid;gap:4px;padding:14px 16px;margin:0 0 14px;border:1px solid #d9dfd7;border-radius:14px;background:#f8faf7}.policy-helper strong{font-size:12px}.policy-helper span{font-size:11px;color:#69766f}.check-row{display:flex!important;align-items:flex-start;gap:8px;font-size:11px;font-weight:700}.check-row input{width:auto!important;margin-top:3px}.record-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}.pack-select{border:1px solid #d4dbd4;background:#fff;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:800;color:var(--ink)}.photo-history-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.photo-history-card{border:1px solid #dfe4dd;border-radius:16px;overflow:hidden;background:#fff}.photo-open{appearance:none;border:0;padding:0;background:#eef1ed;width:100%;cursor:pointer}.photo-placeholder{height:170px;display:grid;place-items:center;font-size:10px;color:#6f7c75}.photo-placeholder img{width:100%;height:100%;object-fit:cover}.photo-history-copy{padding:13px;display:grid;gap:4px}.photo-history-copy strong{font-size:13px}.photo-history-copy span,.photo-history-copy small{font-size:10px;color:#75827b}.photo-history-copy p{font-size:11px;color:#536159;margin:4px 0}.link-button{appearance:none;border:0;background:transparent;padding:4px 0;color:#8c4b3e;font-size:10px;font-weight:800;text-align:left;cursor:pointer}.span-all{grid-column:1/-1}.review-strip{display:flex;flex-wrap:wrap;gap:8px 18px;padding:12px 14px;margin:-5px 0 20px;border:1px solid #e0d7ca;border-radius:12px;background:#fbf7ef;font-size:11px;color:#657068}.review-strip strong{color:#2b3d34}.tool-shell{max-width:820px}.tool-panel{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:0 12px 30px rgba(31,43,36,.05)}.tool-result{margin-top:18px;padding:16px;border-radius:14px;background:#eef3eb;border:1px solid #d6e0d4}.tool-checks{display:grid;gap:10px;margin:16px 0}.tool-checks label{display:flex;gap:10px;align-items:flex-start;padding:10px 12px;border:1px solid #e5dfd5;border-radius:12px;background:#fff}.tool-checks input{margin-top:4px}.tool-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.tool-card{background:white;border:1px solid var(--line);border-radius:18px;padding:22px}.tool-card h2{font-size:20px;line-height:1.2}.tool-card p{font-size:13px;color:var(--muted)}
@media(max-width:800px){.photo-history-grid,.tool-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.photo-history-grid,.tool-grid{grid-template-columns:1fr}.pack-select{width:100%}}
.cornerstone-action{margin:40px 0 34px;padding:27px 29px;border-radius:22px;background:#203f36;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 20px 46px rgba(32,63,54,.16)}.cornerstone-action span{display:block;text-transform:uppercase;letter-spacing:.14em;font-size:9px;font-weight:850;color:#d7c692}.cornerstone-action h2{color:#fff!important;margin:7px 0 8px!important;font-size:28px!important}.cornerstone-action p{color:#dce8e3!important;margin:0!important;max-width:610px}.cornerstone-buttons{display:flex;gap:9px;flex-wrap:wrap;min-width:185px}.cornerstone-action .btn:not(.btn-primary){background:#fff;color:#24483e;border-color:#fff}@media(max-width:760px){.cornerstone-action{flex-direction:column;align-items:flex-start}}
.evidence-photo-card{break-inside:avoid}.evidence-photo{height:210px;margin:-2px -2px 12px;display:grid;place-items:center;overflow:hidden;border-radius:10px;background:#eef1ed;color:#6f7c75;font-size:10px}.evidence-photo img{width:100%;height:100%;object-fit:cover}
@media print{.evidence-photo{height:160px}.evidence-photo-card{page-break-inside:avoid}}

/* Final visual and standalone-tool corrections */
.btn{color:#0f1e18}
.btn-primary{color:#fff}
.btn-gold{color:#0f1e18}
.section-dark .product-card,.section-dark .product-screen{color:var(--ink)}
.section-dark .product-screen .fine{color:#66716b}
.sidebar-card a.btn{display:flex;padding:11px 17px;border:1px solid var(--thatch);text-align:center;justify-content:center;align-items:center}
.sidebar-card a.btn.btn-gold{color:#0f1e18}
.app-actions .btn{white-space:normal;text-align:center;max-width:100%}

.tool-intro{margin:0 0 18px;color:#56645d;font-size:13px}
.tool-note{padding:14px 16px;border:1px solid #ded6ca;border-radius:14px;background:#faf6ef;font-size:12px;color:#4f5e56;margin:16px 0}
.tool-note strong{display:block;color:var(--ink);margin-bottom:3px}
.tool-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:16px}
.tool-actions .btn{min-height:42px}
.tool-result h2,.tool-result h3{margin-top:0}
.tool-result ol,.tool-result ul{padding-left:22px}
.tool-result li{margin:5px 0}
.tool-result .fine{font-size:11px;line-height:1.55}
.tool-status-grid{display:grid;gap:10px;margin:16px 0}
.evidence-status-row{display:grid;grid-template-columns:minmax(0,1fr) 210px;gap:12px;align-items:center;padding:12px 14px;border:1px solid #e2dbd0;border-radius:13px;background:#fff}
.evidence-status-row label{font-size:13px;font-weight:700;line-height:1.4}
.evidence-status-row select{width:100%;padding:10px 12px;border:1px solid #d8d0c4;border-radius:10px;background:#fff;color:var(--ink)}
.custom-requirement{display:grid;grid-template-columns:minmax(0,1fr) 210px auto;gap:10px;align-items:end;margin:16px 0}
.custom-requirement .field{margin:0}
.tool-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:14px 0}
.tool-summary-grid div{padding:12px;border-radius:12px;background:#fff;border:1px solid #dce4da;text-align:center}
.tool-summary-grid b{display:block;font-size:22px}
.tool-summary-grid span{font-size:10px;color:#66736c;text-transform:uppercase;letter-spacing:.06em}
.plan-list{display:grid;gap:10px;margin-top:16px}
.plan-item{background:#fff;border:1px solid #dfe3dc;border-radius:14px;padding:14px}
.plan-item-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.plan-item h3{font-size:15px;margin:0 0 4px}
.plan-item p{font-size:11px;color:#68756e;margin:2px 0}
.plan-dates{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}
.plan-date{font-size:10px;padding:5px 8px;background:#eef3eb;border-radius:999px;border:1px solid #d9e2d7}
.btn-danger-soft{background:#fff7f4;border-color:#ead4ce;color:#8d3e35}

@media(max-width:700px){
  .evidence-status-row{grid-template-columns:1fr}
  .custom-requirement{grid-template-columns:1fr}
  .tool-summary-grid{grid-template-columns:1fr 1fr}
  .tool-actions{display:grid;grid-template-columns:1fr}
  .tool-actions .btn{width:100%}
  .app-actions{max-width:100%}
}
@media print{
  .tool-no-print,.site-header,.site-footer{display:none!important}
  .tool-panel{box-shadow:none;border:0;padding:0}
  .page-hero{padding:20px 0;background:#fff}
  .tool-shell{max-width:none}
  section{padding:20px 0}
}


/* 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 #d8ddd8;border-radius:16px;box-shadow:0 18px 50px rgba(16,37,48,.18);color:#19372d}.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:#63756d}.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}}
