/* Lenduh public site (from original single-page prototype) */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#F8FAFC;--surface:#FFFFFF;--text:#0F172A;--muted:#64748B;
  --border:#E2E8F0;--green:#16A34A;--green-light:#DCFCE7;--green-dark:#14532D;
  --blue:#2563EB;--blue-light:#EFF6FF;--dark:#0B1727;--dark2:#0F2035;
  --dark-border:#1E3A5F;--r:12px;--rs:8px;
  /* Font families: previously injected by next/font; now loaded via Google Fonts <link>. */
  --font-fraunces:'Fraunces';--font-dm-sans:'DM Sans';
}
html{scroll-behavior:smooth}
body{font-family:var(--font-dm-sans),DM Sans,sans-serif;background:var(--bg);color:var(--text);line-height:1.65;font-size:16px;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4{font-family:var(--font-fraunces),Fraunces,serif;font-weight:500;line-height:1.2}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}

/* NAV */
nav{position:sticky;top:0;z-index:100;background:rgba(248,250,252,0.93);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);padding:0 2.5rem;display:flex;align-items:center;justify-content:space-between;height:64px}


.nav-links{display:flex;gap:2rem;list-style:none}
.nav-links a{position:relative;color:var(--muted);font-size:0.85rem;font-weight:500;transition:color .2s;padding:4px 0}
.nav-links a:hover{color:var(--text)}
.nav-links a.active{color:var(--green);font-weight:600}
.nav-links a.active::after{content:'';position:absolute;left:0;right:0;bottom:-6px;height:2px;background:var(--green);border-radius:2px}
.btn-nav{background:var(--text);color:#fff;border:none;padding:0.5rem 1.25rem;border-radius:6px;font-family:'DM Sans',sans-serif;font-size:0.85rem;font-weight:500;cursor:pointer;transition:background .2s}
.btn-nav:hover{background:var(--green)}
.nav-actions{display:flex;align-items:center;gap:1.25rem}
.nav-signin{color:var(--muted);font-size:0.85rem;font-weight:500;transition:color .2s}
.nav-signin:hover{color:var(--text)}

/* BUTTONS */
.btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--green);color:#fff;padding:0.75rem 1.75rem;border-radius:8px;font-weight:600;font-size:0.9rem;transition:background .2s,transform .15s}
.btn-primary:hover{background:#15803D;transform:translateY(-1px)}
.btn-outline{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--text);padding:0.75rem 1.75rem;border-radius:8px;border:1.5px solid var(--border);font-weight:500;font-size:0.9rem;transition:border-color .2s,transform .15s}
.btn-outline:hover{border-color:var(--text);transform:translateY(-1px)}
.btns{display:flex;gap:1rem;flex-wrap:wrap}

/* SECTIONS */
section{padding:6rem 2.5rem}
.container{max-width:1200px;margin:0 auto}
.section-label{font-size:0.78rem;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:var(--green);margin-bottom:1rem}
.section-title{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:500;color:var(--text);margin-bottom:1.25rem;max-width:800px}
.section-sub{color:var(--muted);font-size:1.05rem;max-width:640px;margin-bottom:3rem}

/* HERO */
#hero{background:var(--surface);padding:5rem 2.5rem 4rem;border-bottom:1px solid var(--border)}
.hero-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--green-light);color:var(--green-dark);padding:0.35rem 0.9rem;border-radius:100px;font-size:0.78rem;font-weight:600;margin-bottom:1.5rem}
.hero-eyebrow::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--green);display:block}
h1{font-size:clamp(2rem,4vw,3.2rem);font-weight:500;line-height:1.12;margin-bottom:1.5rem;letter-spacing:-0.02em}
.hero-sub{color:var(--muted);font-size:1.05rem;line-height:1.7;margin-bottom:2.5rem;max-width:520px}
.hero-badges{display:flex;flex-wrap:wrap;gap:0.5rem;margin-top:2rem}
.badge{background:var(--bg);border:1px solid var(--border);padding:0.3rem 0.75rem;border-radius:100px;font-size:0.75rem;font-weight:500;color:var(--muted)}
.badge.green{background:var(--green-light);border-color:#86EFAC;color:var(--green-dark)}

/* HERO VISUAL */
.hero-visual{position:relative;display:flex;align-items:stretch;gap:1.25rem;min-height:400px;height:auto}
.browser-frame{background:#1E293B;border-radius:10px;overflow:hidden;box-shadow:0 25px 60px rgba(15,23,42,0.18);flex:1;display:flex;flex-direction:column;min-width:0}
.browser-bar{background:#334155;padding:8px 12px;display:flex;align-items:center;gap:6px}
.browser-dot{width:10px;height:10px;border-radius:50%}
.browser-dot:nth-child(1){background:#FF5F57}
.browser-dot:nth-child(2){background:#FFBD2E}
.browser-dot:nth-child(3){background:#28C840}
.browser-url{flex:1;background:#1E293B;border-radius:4px;padding:3px 8px;margin-left:6px;font-size:11px;color:#94A3B8;font-family:monospace}
.browser-frame img{width:100%;flex:1;object-fit:cover;object-position:top;min-height:280px;max-height:380px}

.phone-frame{background:#1E293B;border-radius:32px;padding:8px;box-shadow:0 20px 50px rgba(15,23,42,0.22);width:200px;flex-shrink:0;display:flex;flex-direction:column}
.phone-notch{background:#0F172A;border-radius:24px 24px 0 0;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.phone-notch::after{content:'';width:40px;height:5px;background:#374151;border-radius:3px}
.phone-frame img{width:100%;border-radius:0 0 24px 24px;display:block;flex:1;object-fit:cover;object-position:top;min-height:320px;max-height:420px}

/* PROBLEM */
#problem{background:var(--bg)}
.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2.5rem}
.problem-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:1.5rem}
.problem-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.problem-card h4{font-family:'DM Sans',sans-serif;font-size:0.9rem;font-weight:600;margin-bottom:0.4rem}
.problem-card p{font-size:0.84rem;color:var(--muted);line-height:1.55}
.investor-note{background:var(--blue-light);border:1px solid #BFDBFE;border-radius:var(--r);padding:1.25rem 1.5rem;font-size:0.92rem;color:#1E40AF}

/* OVERVIEW */
#overview{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.flow-diagram{display:flex;align-items:center;gap:0;margin:2.5rem 0;overflow-x:auto;padding-bottom:0.5rem}
.flow-step{background:var(--bg);border:1px solid var(--border);border-radius:var(--rs);padding:0.6rem 1rem;font-size:0.8rem;font-weight:600;white-space:nowrap;color:var(--text)}
.flow-step.green{background:var(--green-light);border-color:#86EFAC;color:var(--green-dark)}
.flow-arrow{color:var(--muted);font-size:1rem;padding:0 0.4rem;flex-shrink:0}
.overview-bullets{display:grid;grid-template-columns:1fr 1fr;gap:0.75rem}
.bullet-item{display:flex;align-items:flex-start;gap:0.6rem;font-size:0.9rem;color:var(--muted)}
.bullet-item::before{content:'✓';color:var(--green);font-weight:700;flex-shrink:0;margin-top:0.05rem}

/* SCREENSHOTS */
#screenshots{background:var(--bg)}
.screenshots-label{font-size:0.78rem;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem;padding-bottom:0.5rem;border-bottom:1px solid var(--border)}
.office-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:3rem}
.office-ss{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);overflow:hidden}
.office-ss .browser-bar{background:#334155;padding:7px 10px;display:flex;align-items:center;gap:5px}
.office-ss .browser-dot{width:8px;height:8px;border-radius:50%}
.office-ss:not(.office-ss-dashboard) img{width:100%;height:220px;object-fit:cover;object-position:top}
.office-ss.wide{grid-column:span 2}
/* Dashboard: 16:9 desktop-style viewport; image is top-cropped from the tall capture. */
.office-ss-dashboard .office-dashboard-viewport{position:relative;width:100%;aspect-ratio:16 / 9;background:#E8EDF3}
.office-ss-dashboard .office-dashboard-viewport img{object-fit:cover;object-position:top center}
.ss-caption{font-size:0.82rem;color:var(--muted);padding:0.75rem 1rem;border-top:1px solid var(--border);background:#FAFAFA}

.collector-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,3vw,2rem);justify-items:center;max-width:960px;margin:0 auto}
.collector-phone{display:flex;flex-direction:column;align-items:center;gap:0.75rem;width:100%;max-width:280px}
.phone-mockup{background:#1E293B;border-radius:28px;padding:10px;box-shadow:0 16px 40px rgba(15,23,42,0.2);width:100%;max-width:260px}
.phone-top{background:#0F172A;border-radius:20px 20px 0 0;height:22px;display:flex;align-items:center;justify-content:center}
.phone-top::after{content:'';width:36px;height:4px;background:#374151;border-radius:3px}
.phone-mockup img{width:100%;border-radius:0 0 20px 20px;max-height:none;height:auto;aspect-ratio:390/844;object-fit:cover;object-position:top}
.phone-label{font-size:0.78rem;font-weight:600;color:var(--muted);text-align:center}

.gallery-caption{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:1.25rem 1.5rem;margin-top:2rem;font-size:0.88rem;color:var(--muted)}
.gallery-caption strong{color:var(--text)}

/* FEATURES */
#features{background:var(--surface);border-top:1px solid var(--border)}
.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.feature-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--r);padding:1.75rem}
.feature-card.roadmap{border-style:dashed;border-color:#86EFAC;background:#F0FDF4}
.feature-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}
.feature-icon.green{background:var(--green-light)}
.feature-icon.blue{background:#DBEAFE}
.feature-icon.amber{background:#FEF3C7}
.feature-icon.purple{background:#F3E8FF}
.feature-card h3{font-family:'DM Sans',sans-serif;font-size:0.95rem;font-weight:600;margin-bottom:1rem}
.feature-list{list-style:none;display:flex;flex-direction:column;gap:0.4rem}
.feature-list li{font-size:0.82rem;color:var(--muted);display:flex;align-items:flex-start;gap:0.5rem;line-height:1.4}
.feature-list li::before{content:'·';color:var(--green);font-weight:900;flex-shrink:0}
.roadmap-badge{display:inline-block;background:#DCFCE7;color:var(--green-dark);font-size:0.68rem;font-weight:700;padding:0.2rem 0.6rem;border-radius:100px;margin-top:1rem;letter-spacing:0.05em;text-transform:uppercase}

/* MARKET */
#market{background:var(--bg)}
.market-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.market-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:2rem}
.market-card-label{font-size:0.7rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--green);margin-bottom:0.5rem}
.market-card h3{font-family:'Fraunces',serif;font-size:1.25rem;margin-bottom:1rem}
.market-list{list-style:none;display:flex;flex-direction:column;gap:0.5rem}
.market-list li{font-size:0.86rem;color:var(--muted);display:flex;align-items:flex-start;gap:0.6rem}
.market-list li::before{content:'→';color:var(--green);flex-shrink:0;font-size:0.8rem;margin-top:0.1rem}

/* SECURITY */
#security{background:var(--dark);padding:6rem 2.5rem}
#security .section-label{color:#4ADE80}
#security .section-title{color:#F1F5F9}
#security .section-sub{color:#94A3B8}
.security-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.security-card{background:var(--dark2);border:1px solid var(--dark-border);border-radius:var(--r);padding:1.5rem}
.security-icon{margin-bottom:0.75rem;display:flex;align-items:center}
.security-card h4{font-family:'DM Sans',sans-serif;font-size:0.88rem;font-weight:600;color:#E2E8F0;margin-bottom:0.5rem}
.security-card p{font-size:0.78rem;color:#64748B;line-height:1.5}
.security-footnote{margin-top:1.5rem;font-size:0.8rem;color:#475569;display:flex;align-items:center;gap:0.5rem}
.security-footnote::before{content:'🔒';font-size:14px}

/* SUPPORT */
#support{background:var(--surface);border-top:1px solid var(--border)}
.support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.support-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--r);padding:1.75rem}
.support-icon{width:44px;height:44px;border-radius:10px;background:var(--green-light);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}
.support-card h4{font-family:'DM Sans',sans-serif;font-size:0.95rem;font-weight:600;margin-bottom:0.5rem}
.support-card p{font-size:0.84rem;color:var(--muted);line-height:1.6}

/* ROADMAP */
#roadmap{background:var(--surface);border-top:1px solid var(--border)}
.roadmap-subhead{font-family:'DM Sans',sans-serif;font-size:0.78rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:var(--muted);margin:0 0 1rem;display:flex;align-items:center;gap:0.75rem}
.roadmap-subhead::after{content:'';flex:1;height:1px;background:var(--border)}
.roadmap-subhead--next{margin-top:3rem;color:var(--blue)}
.roadmap-subhead--next::after{background:#BFDBFE}
.roadmap-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.roadmap-grid-next{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.roadmap-col{border-radius:var(--r);padding:2rem}
.roadmap-col.current{background:var(--bg);border:1px solid var(--border)}
.roadmap-col.dev{background:#F0FDF4;border:1px solid #86EFAC}
.roadmap-col.future{background:var(--blue-light);border:1px solid #BFDBFE}
.roadmap-phase{font-size:0.7rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;margin-bottom:0.5rem}
.roadmap-col.current .roadmap-phase{color:var(--muted)}
.roadmap-col.dev .roadmap-phase{color:var(--green)}
.roadmap-col.future .roadmap-phase{color:var(--blue)}
.roadmap-col h3{font-family:'Fraunces',serif;font-size:1.15rem;margin-bottom:1.25rem}
.roadmap-items{list-style:none;display:flex;flex-direction:column;gap:0.5rem}
.roadmap-items li{font-size:0.84rem;color:var(--muted);display:flex;align-items:flex-start;gap:0.6rem}
.roadmap-items li .dot{width:6px;height:6px;border-radius:50%;flex-shrink:0;margin-top:0.45rem}
.roadmap-col.current .dot{background:var(--text)}
.roadmap-col.dev .dot{background:var(--green)}
.roadmap-col.future .dot{background:var(--blue)}

/* CTA */
#cta{background:var(--bg);border-top:1px solid var(--border)}
.cta-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}
.cta-title{font-size:clamp(1.8rem,3vw,2.6rem);margin-bottom:1.25rem}
.cta-sub{color:var(--muted);margin-bottom:2rem;font-size:1rem;line-height:1.7}
.form-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:2rem}
.form-card h3{font-family:'DM Sans',sans-serif;font-size:1rem;font-weight:600;margin-bottom:1.5rem}
.form-group{margin-bottom:1rem}
.form-group label{display:block;font-size:0.82rem;font-weight:500;color:var(--muted);margin-bottom:0.4rem}
.form-group input,.form-group textarea,.form-group select{width:100%;border:1px solid var(--border);border-radius:var(--rs);padding:0.65rem 0.9rem;font-family:'DM Sans',sans-serif;font-size:0.9rem;color:var(--text);background:var(--bg);outline:none;transition:border-color .2s}
.form-group input:focus,.form-group textarea:focus{border-color:var(--green);background:var(--surface)}
.form-group textarea{resize:vertical;min-height:90px}
.form-submit{width:100%;background:var(--green);color:#fff;border:none;padding:0.8rem;border-radius:var(--rs);font-family:'DM Sans',sans-serif;font-size:0.95rem;font-weight:600;cursor:pointer;transition:background .2s}
.form-submit:hover{background:#15803D}
.form-note{font-size:0.75rem;color:var(--muted);text-align:center;margin-top:0.75rem}

/* FOOTER */
footer{background:var(--dark);padding:3rem 2.5rem;border-top:1px solid var(--dark-border)}
.footer-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}
.footer-logo{font-family:'Fraunces',serif;font-size:1.25rem;color:#F1F5F9}
.footer-logo span{color:#4ADE80}
.footer-copy{font-size:0.8rem;color:#475569}
.footer-links{display:flex;gap:1.5rem}
.footer-links a{font-size:0.8rem;color:#64748B;transition:color .2s}
.footer-links a:hover{color:#94A3B8}

/* MOBILE */
@media(max-width:768px){
  nav .nav-links{display:none}
  section{padding:4rem 1.25rem}
  .hero-inner{grid-template-columns:1fr;gap:2.5rem}
  .hero-visual{flex-direction:column;align-items:stretch}
  .phone-frame{width:min(200px,42vw);align-self:center}
  .problem-grid{grid-template-columns:1fr}
  .overview-bullets{grid-template-columns:1fr}
  .office-gallery{grid-template-columns:1fr}
  .office-ss.wide{grid-column:span 1}
  .collector-gallery{grid-template-columns:1fr;max-width:320px}
  .features-grid{grid-template-columns:1fr 1fr}
  .market-grid{grid-template-columns:1fr}
  .security-grid{grid-template-columns:1fr 1fr}
  .roadmap-grid{grid-template-columns:1fr}
  .roadmap-grid-next{grid-template-columns:1fr}
  .support-grid{grid-template-columns:1fr}
  .cta-inner{grid-template-columns:1fr;gap:3rem}
  .footer-inner{flex-direction:column;gap:1rem;text-align:center}
  .footer-links{justify-content:center}
  .btns{flex-direction:column}
  .btn-primary,.btn-outline{justify-content:center}
}
@media(max-width:480px){
  .features-grid{grid-template-columns:1fr}
  .security-grid{grid-template-columns:1fr}
}

/* COLLECTOR FLOW */
.collector-flow{margin:3rem 0}
.collector-flow-title{font-size:0.78rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--green);margin-bottom:2rem;padding-bottom:0.75rem;border-bottom:2px solid var(--green-light);display:flex;align-items:center;gap:0.5rem}
.collector-flow-title::before{display:none}
.cf-steps{display:grid;grid-template-columns:repeat(6,1fr);gap:0;position:relative}
.cf-step{display:flex;flex-direction:column;align-items:center;position:relative}
.cf-step:not(:last-child)::after{content:'→';position:absolute;right:-14px;top:28px;font-size:1.1rem;color:var(--green);font-weight:700;z-index:2}
.cf-num{width:52px;height:52px;border-radius:50%;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-size:0.85rem;font-weight:700;margin-bottom:0.75rem;flex-shrink:0;position:relative;z-index:1;box-shadow:0 0 0 4px var(--green-light)}
.cf-icon{font-size:20px;position:absolute}
.cf-body{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:1rem 0.75rem;width:100%;text-align:center;flex:1}
.cf-body h4{font-family:'DM Sans',sans-serif;font-size:0.82rem;font-weight:700;color:var(--text);margin-bottom:0.4rem}
.cf-body p{font-size:0.75rem;color:var(--muted);line-height:1.45}
.cf-connector{height:2px;background:linear-gradient(90deg,var(--green-light),var(--green-light));position:absolute;top:26px;left:50%;right:-50%;z-index:0}

/* Preview strip inside the flow */
.cf-preview{margin-top:3rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}
.cf-preview-col h3{font-family:'DM Sans',sans-serif;font-size:0.9rem;font-weight:600;color:var(--text);margin-bottom:1rem;display:flex;align-items:center;gap:0.5rem}
.cf-preview-col h3 span{background:var(--green);color:#fff;font-size:0.65rem;padding:0.2rem 0.5rem;border-radius:100px;font-weight:700}
.cf-phones-row{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}
.cf-phone-sm{background:#1E293B;border-radius:20px;padding:7px;box-shadow:0 8px 24px rgba(15,23,42,0.18);width:min(168px,28vw);flex-shrink:0;max-width:100%}
.cf-phone-sm-top{background:#0F172A;border-radius:14px 14px 0 0;height:14px;display:flex;align-items:center;justify-content:center}
.cf-phone-sm-top::after{content:'';width:28px;height:3px;background:#374151;border-radius:2px}
.cf-phone-sm img{width:100%;border-radius:0 0 14px 14px;max-height:none;height:auto;aspect-ratio:390/844;object-fit:cover;object-position:top}
.cf-phone-caption{font-size:0.72rem;color:var(--muted);text-align:center;margin-top:0.5rem;font-weight:500}
.cf-office-box{background:var(--bg);border:1px solid var(--border);border-radius:var(--r);padding:1.25rem}
.cf-office-row{display:flex;align-items:center;justify-content:space-between;padding:0.6rem 0;border-bottom:1px solid var(--border);font-size:0.82rem}
.cf-office-row:last-child{border-bottom:none}
.cf-office-row .label{color:var(--muted)}
.cf-office-row .val{font-weight:600;color:var(--text)}
.cf-office-row .val.green{color:var(--green)}
.cf-office-row .val.amber{color:#D97706}
@media(max-width:768px){
  .cf-steps{grid-template-columns:1fr 1fr;gap:1rem}
  .cf-step:not(:last-child)::after{display:none}
  .cf-preview{grid-template-columns:1fr}
}

.skip-link{position:absolute;left:-9999px;top:0;z-index:200;padding:0.75rem 1rem;background:var(--text);color:#fff;font-weight:600;font-size:0.85rem;border-radius:0 0 8px 0}
.skip-link:focus{left:0;outline:2px solid var(--green);outline-offset:2px}

/* Screenshot lightbox — clickable thumbs */
.expandable-screenshot{
  display:block;
  border:none;
  padding:0;
  margin:0;
  background:transparent;
  cursor:zoom-in;
  width:100%;
  text-align:left;
  font:inherit;
  color:inherit;
  -webkit-tap-highlight-color:transparent;
}
.expandable-screenshot:focus-visible{outline:2px solid var(--green);outline-offset:3px}
.expandable-screenshot:disabled{cursor:not-allowed;opacity:0.6}
.expandable-screenshot--fill{position:absolute;inset:0;height:100%;z-index:1}
.expandable-screenshot--fill img{pointer-events:none;width:100%;height:100%;object-fit:cover;object-position:top center}
.expandable-screenshot--hero-browser,.expandable-screenshot--hero-phone{flex:1;min-height:0;display:flex;flex-direction:column;width:100%}

.site-honeypot{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

:focus-visible{outline:2px solid var(--green);outline-offset:2px}
nav a:focus-visible,.btn-nav:focus-visible,.btn-primary:focus-visible,.btn-outline:focus-visible,.form-submit:focus-visible,.footer-links a:focus-visible{outline:2px solid var(--green);outline-offset:2px}

@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  .btn-primary,.btn-outline,.btn-nav{transition:none}
  .btn-primary:hover,.btn-outline:hover{transform:none}
}

/* COOKIE CONSENT */
.consent-banner{position:fixed;left:0;right:0;bottom:0;z-index:300;padding:1rem;display:flex;justify-content:center;pointer-events:none}
.consent-inner{pointer-events:auto;width:100%;max-width:780px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r);box-shadow:0 18px 50px rgba(15,23,42,0.18);padding:1.25rem 1.5rem;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}
.consent-copy{flex:1;min-width:240px}
.consent-title{display:block;font-family:var(--font-fraunces),Fraunces,serif;font-size:1rem;font-weight:500;margin-bottom:0.35rem;color:var(--text)}
.consent-copy p{color:var(--muted);font-size:0.85rem;line-height:1.6;margin:0}
.consent-link{color:var(--green);font-weight:600;text-decoration:underline}
.consent-actions{display:flex;gap:0.75rem;flex-wrap:wrap}
.consent-btn{cursor:pointer;border-radius:8px;font-family:var(--font-dm-sans),'DM Sans',sans-serif;font-weight:600;font-size:0.85rem;padding:0.6rem 1.25rem;white-space:nowrap;transition:background .2s,border-color .2s,transform .15s}
.consent-btn--primary{background:var(--green);color:#fff;border:1.5px solid var(--green)}
.consent-btn--primary:hover{background:#15803D;transform:translateY(-1px)}
.consent-btn--ghost{background:transparent;color:var(--text);border:1.5px solid var(--border)}
.consent-btn--ghost:hover{border-color:var(--text)}
.consent-btn:focus-visible{outline:2px solid var(--green);outline-offset:2px}
.footer-consent-link{background:none;border:none;padding:0;font:inherit;font-size:0.8rem;color:#64748B;cursor:pointer;transition:color .2s}
.footer-consent-link:hover{color:#94A3B8}
.footer-consent-link:focus-visible{outline:2px solid var(--green);outline-offset:2px}
@media(max-width:560px){
  .consent-inner{flex-direction:column;align-items:stretch}
  .consent-actions{justify-content:stretch}
  .consent-btn{flex:1}
}
@media (prefers-reduced-motion: reduce){
  .consent-btn{transition:none}
  .consent-btn--primary:hover{transform:none}
}

/* LIGHTBOX (vanilla replacement for yet-another-react-lightbox) */
.lb-overlay{position:fixed;inset:0;z-index:400;background:rgba(5,10,20,0.92);display:flex;align-items:center;justify-content:center;padding:3rem 1rem}
.lb-overlay[hidden]{display:none}
.lb-img{max-width:min(96vw,1100px);max-height:90vh;width:auto;height:auto;object-fit:contain;border-radius:6px;box-shadow:0 24px 70px rgba(0,0,0,0.5);cursor:zoom-out}
.lb-close,.lb-nav{position:absolute;background:rgba(15,23,42,0.6);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}
.lb-close:hover,.lb-nav:hover{background:rgba(22,163,74,0.85)}
.lb-close{top:1rem;right:1rem;width:44px;height:44px;font-size:1.75rem;line-height:1}
.lb-nav{top:50%;transform:translateY(-50%);width:48px;height:48px;font-size:2rem;line-height:1}
.lb-prev{left:1rem}
.lb-next{right:1rem}
.lb-nav:disabled{opacity:0.3;cursor:default}
.lb-counter{position:absolute;bottom:1.25rem;left:50%;transform:translateX(-50%);color:#94A3B8;font-size:0.85rem;font-family:var(--font-dm-sans),'DM Sans',sans-serif}
.lb-close:focus-visible,.lb-nav:focus-visible{outline:2px solid var(--green);outline-offset:2px}
@media(max-width:560px){
  .lb-nav{width:40px;height:40px;font-size:1.6rem}
  .lb-close{width:40px;height:40px}
}

/* INSIGHTS (/insights/ — listing + articles, generated by scripts/insights) */
.insights-header{background:var(--surface);border-bottom:1px solid var(--border);padding:4.5rem 2.5rem 3rem}
.insights-header .section-sub{margin-bottom:0}
.insights-list{background:var(--bg);padding:4rem 2.5rem 5rem}
.insights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.insights-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:1.75rem;transition:border-color .2s,transform .15s,box-shadow .2s}
.insights-card:hover{border-color:#86EFAC;transform:translateY(-2px);box-shadow:0 12px 30px rgba(15,23,42,0.06)}
.insights-card .cat{font-size:0.7rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--green);margin-bottom:0.6rem}
.insights-card h3{font-family:'Fraunces',serif;font-size:1.2rem;line-height:1.25;margin-bottom:0.6rem;color:var(--text)}
.insights-card p{font-size:0.86rem;color:var(--muted);line-height:1.55;flex:1}
.insights-card .meta{margin-top:1.1rem;font-size:0.74rem;color:var(--muted)}
.insights-card .more{margin-top:0.6rem;font-size:0.82rem;font-weight:600;color:var(--green)}

/* Article */
.article-wrap{background:var(--surface);padding:3rem 1.25rem 4.5rem}
.article{max-width:740px;margin:0 auto}
.breadcrumb{font-size:0.8rem;color:var(--muted);margin-bottom:2rem}
.breadcrumb a{color:var(--muted)}
.breadcrumb a:hover{color:var(--green)}
.article-eyebrow{font-size:0.72rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--green);margin-bottom:0.75rem}
.article h1{font-size:clamp(1.9rem,4vw,2.7rem);line-height:1.14;letter-spacing:-0.01em;margin-bottom:1rem}
.article-meta{color:var(--muted);font-size:0.9rem;margin-bottom:2.25rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}
.takeaways{background:var(--green-light);border:1px solid #86EFAC;border-radius:var(--r);padding:1.5rem 1.75rem;margin-bottom:2.5rem}
.takeaways h2{font-family:'DM Sans',sans-serif;font-size:1rem;font-weight:700;color:var(--green-dark);margin-bottom:0.75rem}
.takeaways ul{list-style:none;display:flex;flex-direction:column;gap:0.5rem}
.takeaways li{font-size:0.9rem;color:var(--green-dark);display:flex;align-items:flex-start;gap:0.6rem;line-height:1.5}
.takeaways li::before{content:'✓';font-weight:700;flex-shrink:0}
.prose{font-size:1.04rem;color:#1E293B;line-height:1.78}
.prose>*+*{margin-top:1.25rem}
.prose h2{font-family:'Fraunces',serif;font-size:1.55rem;margin-top:2.75rem;margin-bottom:0.25rem}
.prose h3{font-family:'DM Sans',sans-serif;font-weight:700;font-size:1.15rem;margin-top:2rem;margin-bottom:0.25rem}
.prose ul,.prose ol{padding-left:1.4rem}
.prose li{margin-top:0.4rem}
.prose li::marker{color:var(--green)}
.prose a{color:var(--green);text-decoration:underline;text-underline-offset:2px;font-weight:500}
.prose a:hover{color:#15803D}
.prose strong{color:var(--text);font-weight:600}
.prose blockquote{border-left:3px solid var(--green);padding-left:1.1rem;color:var(--muted);font-style:italic}
.prose code{background:var(--green-light);color:var(--green-dark);padding:0.1rem 0.4rem;border-radius:4px;font-size:0.9em;font-family:monospace}
.prose table{width:100%;border-collapse:collapse;font-size:0.92rem}
.prose th,.prose td{border:1px solid var(--border);padding:0.55rem 0.75rem;text-align:left}
.prose th{background:var(--bg);font-family:'DM Sans',sans-serif}
.prose img{border-radius:var(--r);border:1px solid var(--border)}
.article-disclaimer{font-size:0.8rem;color:var(--muted);line-height:1.6;border-top:1px solid var(--border);margin-top:3rem;padding-top:1.5rem}
.article-cta{background:var(--bg);border:1px solid var(--border);border-radius:var(--r);padding:2.25rem;margin-top:2.5rem;text-align:center}
.article-cta h2{font-size:1.45rem;margin-bottom:0.6rem}
.article-cta p{color:var(--muted);max-width:520px;margin:0 auto 1.5rem;line-height:1.65}
.related{margin-top:3.5rem}
.related h2{font-size:1.2rem;margin-bottom:1.25rem}
.related-list{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.related-list a{display:block;border:1px solid var(--border);border-radius:var(--rs);padding:1rem 1.1rem;font-size:0.92rem;color:var(--text);transition:border-color .2s}
.related-list a:hover{border-color:#86EFAC}
@media(max-width:768px){
  .insights-grid{grid-template-columns:1fr}
  .insights-header{padding:3.5rem 1.25rem 2.5rem}
  .insights-list{padding:3rem 1.25rem 4rem}
  .related-list{grid-template-columns:1fr}
}
