:root {
  --dark-olive: #2E2A1A;
  --teal:       #1E3A3F;
  --teal-mid:   #254B52;
  --gold:       #B8872A;
  --gold-light: #C9973A;
  --copper:     #A0602A;
  --stone:      #D8D4CC;
  --stone-light:#EAE6DE;
  --forest:     #3A5C3A;
  --white:      #FFFFFF;
  --off-white:  #F5F2ED;
  --text-dark:  #1A2428;
  --text-mid:   #3E4A4F;
  --text-muted: #7A8285;
}

*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family:'Montserrat',sans-serif;background:var(--off-white);color:var(--text-dark);overflow-x:hidden;}

/* ── NAV ── */
nav{
  position:fixed;top:0;left:0;right:0;z-index:200;
  padding:0 max(4rem, calc((100vw - 1450px) / 2 + 4rem));height:68px;
  display:flex;align-items:center;justify-content:space-between;
  background:var(--teal);
  box-shadow:0 1px 0 rgba(255,255,255,0.07);
}
.nav-logo{display:flex;align-items:center;gap:.9rem;text-decoration:none;}
.logo-mark{width:38px;height:38px;flex-shrink:0;}
.nav-wordmark{line-height:1;}
.nav-wordmark-main{font-family:'Montserrat',sans-serif;font-weight:800;font-size:.95rem;color:var(--stone-light);letter-spacing:.08em;display:block;}
.nav-wordmark-sub{font-family:'Roboto Condensed',sans-serif;font-weight:400;font-size:.58rem;color:var(--gold-light);letter-spacing:.22em;text-transform:uppercase;display:block;margin-top:3px;}
.nav-links{display:flex;align-items:center;gap:2.25rem;list-style:none;}
.nav-links a{text-decoration:none;color:rgba(255,255,255,.65);font-size:.8rem;font-weight:500;letter-spacing:.04em;transition:color .2s;}
.nav-links a:hover{color:var(--gold-light);}
.nav-dropdown{position:relative;}
.nav-dropdown-toggle{background:none;border:0;color:rgba(255,255,255,.65);font:inherit;font-size:.8rem;font-weight:500;letter-spacing:.04em;cursor:pointer;padding:0;}
.nav-dropdown-toggle::after{content:'›';display:inline-flex;align-items:center;justify-content:center;width:.8em;height:1em;margin-left:.35rem;color:var(--gold-light);font-size:1.1rem;line-height:1;vertical-align:middle;transform:rotate(-90deg);transition:transform .2s;}
.nav-dropdown-toggle:hover,.nav-dropdown:focus-within .nav-dropdown-toggle{color:var(--gold-light);}
.nav-dropdown:hover .nav-dropdown-toggle::after,.nav-dropdown:focus-within .nav-dropdown-toggle::after{transform:rotate(90deg);}
.nav-dropdown-menu{display:none;position:absolute;top:100%;left:50%;transform:translateX(-50%);min-width:150px;padding:.65rem .8rem;background:var(--teal);box-shadow:0 12px 28px rgba(0,0,0,.2);}
.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{display:flex;flex-direction:column;gap:.35rem;}
.nav-dropdown-menu a{display:block;padding:.45rem .35rem;white-space:nowrap;}
.nav-cta{background:var(--gold)!important;color:var(--teal)!important;padding:.55rem 1.35rem!important;border-radius:4px!important;font-weight:700!important;letter-spacing:.05em!important;transition:background .2s!important;}
.nav-cta:hover{background:var(--gold-light)!important;}

/* hamburger */
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;}
.hamburger span{display:block;width:22px;height:2px;background:rgba(255,255,255,.8);border-radius:2px;transition:all .3s;}
.mobile-menu{display:none;position:fixed;top:68px;left:0;right:0;z-index:199;background:var(--teal);padding:1.25rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);}
.mobile-menu.open{display:block;}
.mobile-menu a{display:block;color:rgba(255,255,255,.75);text-decoration:none;font-size:.9rem;font-weight:500;padding:.65rem 0;border-bottom:1px solid rgba(255,255,255,.07);}
.mobile-menu a:last-child{border-bottom:none;}
.mobile-menu a.mm-cta{color:var(--gold-light);font-weight:700;}
.mobile-resources{border-bottom:1px solid rgba(255,255,255,.07);}
.mobile-resources-label{display:block;color:rgba(255,255,255,.75);font-size:.9rem;font-weight:500;padding:.65rem 0;}
.mobile-resources-links{padding:0 0 .35rem 1rem;}
.mobile-resources-links a{border-bottom:none;padding:.45rem 0;color:rgba(255,255,255,.6);}

/* page-nav removed */

/* ── PAGES ── */
.page{display:none;padding-top:68px;}
.page.active{display:block;}

/* ── SHARED UTILS ── */
section{padding:5.5rem 4rem;}
.section-wrap{max-width:1120px;margin:0 auto;}
.eyebrow{font-family:'Roboto Condensed',sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:.65rem;display:flex;align-items:center;gap:.65rem;}
.eyebrow::before{content:'';display:block;width:20px;height:1px;background:var(--gold);}
.eyebrow-center{justify-content:center;}
.eyebrow-center::before{display:none;}
.section-title{font-family:'Montserrat',sans-serif;font-weight:800;font-size:clamp(1.9rem,2.8vw,2.6rem);line-height:1.08;letter-spacing:-.01em;text-transform:uppercase;color:var(--teal);}
.section-title-light{color:var(--stone-light);}

.btn-gold{display:inline-flex;align-items:center;gap:.5rem;background:var(--gold);color:var(--teal);font-family:'Montserrat',sans-serif;font-size:.82rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.8rem 1.75rem;border-radius:5px;text-decoration:none;border:none;cursor:pointer;transition:all .2s;}
.btn-gold:hover{background:var(--gold-light);transform:translateY(-1px);}
.btn-outline-light{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:var(--white);font-family:'Montserrat',sans-serif;font-size:.82rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:.8rem 1.75rem;border-radius:5px;text-decoration:none;border:1.5px solid rgba(255,255,255,.3);cursor:pointer;transition:all .2s;}
.btn-outline-light:hover{border-color:rgba(255,255,255,.6);background:rgba(255,255,255,.07);}

.fade-in{opacity:0;transform:translateY(20px);transition:opacity .55s ease,transform .55s ease;}
.fade-in.visible{opacity:1;transform:translateY(0);}

/* ── HERO ── */
.hero{
  min-height:calc(100vh - 68px);
  background:var(--teal);
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  padding:4.5rem max(4rem, calc((100vw - 1450px) / 2 + 4rem)) 4rem;
  gap:2rem;
  position:relative;
  overflow:hidden;
}
.hero::before{content:'';position:absolute;top:-150px;right:-150px;width:500px;height:500px;background:radial-gradient(circle,rgba(184,135,42,.1) 0%,transparent 65%);pointer-events:none;}
.hero::after{content:'';position:absolute;bottom:-80px;left:25%;width:380px;height:380px;background:radial-gradient(circle,rgba(58,92,58,.15) 0%,transparent 65%);pointer-events:none;}

.hero-eyebrow{font-family:'Roboto Condensed',sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-light);margin-bottom:.75rem;display:flex;align-items:center;gap:.75rem;}
.hero-eyebrow::before{content:'';display:block;width:28px;height:1px;background:var(--gold);}
.hero-title{font-family:'Montserrat',sans-serif;font-weight:800;font-size:clamp(2.2rem,3.5vw,3.2rem);color:var(--stone-light);line-height:1.05;margin-bottom:1rem;letter-spacing:-.01em;text-transform:uppercase;}
.hero-title em{font-style:normal;color:var(--gold-light);display:block;}
.hero-sub{font-size:.9rem;color:rgba(255,255,255,.55);line-height:1.7;max-width:440px;margin-bottom:1.75rem;font-weight:400;}
.hero-bullets{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;}
.hero-bullet{display:flex;align-items:center;gap:.75rem;font-size:.85rem;color:rgba(255,255,255,.7);font-weight:500;}
.bullet-dot{width:5px;height:5px;border-radius:50%;background:var(--gold);flex-shrink:0;}
.store-row{display:flex;gap:.85rem;flex-wrap:wrap;}
.store-btn{display:inline-flex;align-items:center;gap:.6rem;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.2);color:var(--white);padding:.65rem 1.25rem;border-radius:6px;text-decoration:none;font-size:.8rem;font-weight:600;letter-spacing:.03em;transition:background .2s;}
.store-btn:hover{background:rgba(255,255,255,.13);}
.store-btn svg{width:18px;height:18px;}
.store-btn-label{line-height:1.2;}
.store-btn-small{display:block;font-size:.6rem;font-weight:400;opacity:.6;}

/* ── STATS STRIP ── */
.stats-strip{background:var(--dark-olive);padding:2.25rem 4rem;}
.stats-inner{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;}
.stat-item{text-align:center;padding:1rem;}
.stat-num{font-family:'Montserrat',sans-serif;font-weight:800;font-size:2.2rem;color:var(--gold-light);line-height:1;margin-bottom:.35rem;}
.stat-label{font-family:'Roboto Condensed',sans-serif;font-size:.68rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.45);}

/* ── HOW IT WORKS ── */
.how-section{background:var(--white);}
.how-header{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:end;margin-bottom:3.5rem;}
.how-header p{font-size:.95rem;color:var(--text-mid);line-height:1.75;}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--stone);border:1px solid var(--stone);border-radius:10px;overflow:hidden;}
.step-card{background:var(--white);padding:2.25rem 1.75rem;transition:background .2s;}
.step-card:hover{background:var(--off-white);}
.step-num{font-family:'Montserrat',sans-serif;font-weight:800;font-size:2.5rem;color:var(--stone);line-height:1;margin-bottom:1rem;}
.step-icon-box{width:42px;height:42px;border-radius:8px;background:var(--teal);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;}
.step-icon-box svg{width:20px;height:20px;stroke:var(--gold-light);fill:none;stroke-width:1.5;}
.step-title{font-family:'Montserrat',sans-serif;font-size:.9rem;font-weight:700;color:var(--teal);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem;}
.step-desc{font-size:.85rem;color:var(--text-muted);line-height:1.7;}

/* ── FEATURES ── */
.features-section{background:var(--teal);}
.features-header{text-align:center;margin-bottom:3.5rem;}
.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.08);border-radius:10px;overflow:hidden;}
.feat-card{background:rgba(255,255,255,.03);padding:2.25rem;transition:background .2s;}
.feat-card:hover{background:rgba(255,255,255,.07);}
.feat-tag{font-family:'Roboto Condensed',sans-serif;font-size:.65rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-light);background:rgba(184,135,42,.12);border:1px solid rgba(184,135,42,.25);padding:.25rem .7rem;border-radius:3px;display:inline-block;margin-bottom:1rem;}
.feat-icon{width:44px;height:44px;border-radius:8px;background:rgba(184,135,42,.12);display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem;}
.feat-icon svg{width:22px;height:22px;stroke:var(--gold-light);fill:none;stroke-width:1.5;}
.feat-title{font-family:'Montserrat',sans-serif;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--stone-light);margin-bottom:.6rem;}
.feat-desc{font-size:.85rem;color:rgba(255,255,255,.5);line-height:1.7;}

/* ── DRILLING DEEP-DIVE ── */
.drilling-section{background:var(--off-white);}
.drilling-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start;}
.drilling-steps{display:flex;flex-direction:column;gap:0;}
.d-step{display:flex;gap:1.25rem;padding:1.5rem 0;border-bottom:1px solid var(--stone);align-items:flex-start;}
.d-step:last-child{border-bottom:none;}
.d-num{font-family:'Montserrat',sans-serif;font-size:.72rem;font-weight:800;color:var(--gold);background:rgba(184,135,42,.1);width:28px;height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;}
.d-label{font-size:.95rem;font-weight:700;color:var(--teal);margin-bottom:.3rem;text-transform:uppercase;letter-spacing:.03em;}
.d-detail{font-size:.875rem;color:var(--text-muted);line-height:1.65;}
.drilling-card{background:var(--teal);border-radius:16px;padding:2.5rem;position:relative;overflow:hidden;}
.drilling-card::before{content:'';position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,rgba(184,135,42,.1) 0%,transparent 70%);}
.collar-list{display:flex;flex-direction:column;gap:.55rem;}
.collar-item{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:9px;padding:.7rem 1rem;display:flex;align-items:center;gap:.75rem;color:var(--white);font-size:.88rem;font-weight:500;}
.collar-item svg{width:15px;height:15px;stroke:var(--gold-light);fill:none;stroke-width:1.5;flex-shrink:0;}
.collar-depth{margin-left:auto;font-size:.78rem;color:rgba(255,255,255,.4);font-weight:400;}
.collar-item.active{background:rgba(184,135,42,.12);border-color:rgba(184,135,42,.3);}
.collar-item.active .collar-depth{color:var(--gold-light);}
.forms-label{font-family:'Roboto Condensed',sans-serif;font-size:.65rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-top:1.75rem;margin-bottom:.75rem;}
.form-chips{display:flex;flex-wrap:wrap;gap:.45rem;}
.form-chip{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.65);font-size:.75rem;padding:.3rem .75rem;border-radius:100px;}

/* ── SOCIAL PROOF ── */
.proof-section{background:var(--white);}
.proof-inner{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;}
.proof-card{background:var(--off-white);border-radius:12px;padding:2rem;border:1px solid var(--stone);position:relative;}
.proof-card::before{content:'"';font-family:'Montserrat',sans-serif;font-weight:800;font-size:4rem;color:var(--stone);position:absolute;top:.5rem;left:1.25rem;line-height:1;}
.proof-text{font-size:.9rem;color:var(--text-mid);line-height:1.75;margin-bottom:1.25rem;margin-top:1.75rem;}
.proof-author{display:flex;align-items:center;gap:.75rem;}
.proof-avatar{width:38px;height:38px;border-radius:50%;background:var(--teal);display:flex;align-items:center;justify-content:center;font-family:'Montserrat',sans-serif;font-weight:800;font-size:.85rem;color:var(--gold-light);}
.proof-name{font-size:.82rem;font-weight:700;color:var(--teal);}
.proof-role{font-size:.75rem;color:var(--text-muted);}

/* ── FAQ ── */
.faq-section{background:var(--off-white);}
.faq-inner{max-width:760px;margin:0 auto;}
.faq-header{text-align:center;margin-bottom:3rem;}
.faq-list{display:flex;flex-direction:column;gap:0;border:1px solid var(--stone);border-radius:10px;overflow:hidden;}
.faq-item{border-bottom:1px solid var(--stone);}
.faq-item:last-child{border-bottom:none;}
.faq-q{width:100%;background:var(--white);border:none;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;text-align:left;transition:background .2s;font-family:'Montserrat',sans-serif;}
.faq-q:hover{background:var(--off-white);}
.faq-q-text{font-size:.9rem;font-weight:700;color:var(--teal);letter-spacing:.02em;}
.faq-chevron{width:18px;height:18px;stroke:var(--gold);fill:none;stroke-width:2;flex-shrink:0;transition:transform .25s;}
.faq-item.open .faq-chevron{transform:rotate(180deg);}
.faq-a{display:none;padding:0 1.5rem 1.25rem;background:var(--white);font-size:.875rem;color:var(--text-mid);line-height:1.75;}
.faq-item.open .faq-a{display:block;}

/* ── CTA BANNER ── */
.cta-banner{background:var(--dark-olive);padding:5rem 4rem;text-align:center;}
.cta-banner h2{font-family:'Montserrat',sans-serif;font-weight:800;font-size:clamp(1.8rem,3vw,2.6rem);text-transform:uppercase;letter-spacing:-.01em;color:var(--stone-light);margin:.5rem 0 .75rem;}
.cta-banner p{font-size:.9rem;color:rgba(255,255,255,.5);margin-bottom:2.25rem;max-width:480px;margin-left:auto;margin-right:auto;}
.cta-store-row{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;}
.cta-store-btn{display:inline-flex;align-items:center;gap:.75rem;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.2);color:var(--white);padding:.85rem 1.75rem;border-radius:8px;text-decoration:none;font-size:.85rem;font-weight:600;transition:background .2s;}
.cta-store-btn:hover{background:rgba(255,255,255,.13);}
.cta-store-btn svg{width:22px;height:22px;}
.cta-store-inner{line-height:1.3;}
.cta-store-small{display:block;font-size:.62rem;opacity:.55;font-weight:400;}

/* ── SCREENSHOTS PAGE ── */
.screenshots-section{background:var(--off-white);}
.screenshots-intro{font-size:.95rem;color:var(--text-mid);line-height:1.75;max-width:580px;margin-top:.75rem;}
.screen-note{background:var(--teal);border-radius:8px;padding:1rem 1.5rem;margin:2rem 0;display:flex;align-items:center;gap:1rem;font-size:.82rem;color:rgba(255,255,255,.7);}
.screen-note svg{width:18px;height:18px;stroke:var(--gold-light);fill:none;stroke-width:1.5;flex-shrink:0;}
.screen-category{margin-bottom:4rem;}
.screen-cat-label{font-family:'Roboto Condensed',sans-serif;font-size:.68rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--teal);border-bottom:1px solid var(--stone);padding-bottom:.65rem;margin-bottom:1.5rem;}
.screen-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;}
.screen-slot-wrap{position:relative;}
.screen-slot{border-radius:12px;overflow:hidden;background:var(--white);border:1.5px dashed var(--stone);aspect-ratio:9/16;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s,background .2s;position:relative;}
.screen-slot:hover{border-color:var(--gold);background:var(--off-white);}
.screen-slot img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;}
.screen-slot-inner{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:1.5rem;text-align:center;}
.screen-slot-icon{width:44px;height:44px;border-radius:50%;background:var(--stone-light);display:flex;align-items:center;justify-content:center;}
.screen-slot-icon svg{width:20px;height:20px;stroke:var(--teal);fill:none;stroke-width:1.5;}
.screen-slot-label{font-size:.75rem;font-weight:600;color:var(--text-muted);letter-spacing:.03em;}
.screen-slot-sub{font-size:.68rem;color:var(--stone);font-weight:400;}
.screen-caption{font-size:.75rem;text-align:center;color:var(--text-muted);margin-top:.5rem;font-weight:500;letter-spacing:.02em;}
.remove-btn{position:absolute;top:8px;right:8px;background:rgba(0,0,0,.55);color:white;border:none;border-radius:50%;width:26px;height:26px;display:none;align-items:center;justify-content:center;cursor:pointer;font-size:14px;z-index:10;line-height:1;}
.screen-slot-wrap:hover .remove-btn{display:flex;}
.upload-input{display:none;}

/* ── PRICING PAGE ── */
.pricing-section{background:var(--white);}
.pricing-header{text-align:center;margin-bottom:3rem;}
.pricing-header p{font-size:.9rem;color:var(--text-muted);margin-top:.6rem;}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:900px;margin:0 auto;}
.price-card{border-radius:10px;padding:2rem;border:1.5px solid var(--stone);background:var(--white);transition:transform .2s,box-shadow .2s;}
.price-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(0,0,0,.08);}
.price-card.featured{background:var(--teal);border-color:var(--teal);}
.price-tier{font-family:'Roboto Condensed',sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.25rem;}
.price-card.featured .price-tier{color:var(--gold-light);}
.price-amount{font-family:'Montserrat',sans-serif;font-size:2.6rem;font-weight:800;color:var(--teal);line-height:1;margin-bottom:.2rem;}
.price-card.featured .price-amount{color:var(--stone-light);}
.price-period{font-size:.78rem;color:var(--text-muted);margin-bottom:1.5rem;}
.price-card.featured .price-period{color:rgba(255,255,255,.45);}
.price-divider{height:1px;background:var(--stone);margin-bottom:1.5rem;}
.price-card.featured .price-divider{background:rgba(255,255,255,.12);}
.price-features{list-style:none;margin-bottom:1.75rem;display:flex;flex-direction:column;gap:.7rem;}
.pf-item{display:flex;align-items:center;gap:.6rem;font-size:.84rem;color:var(--text-mid);}
.price-card.featured .pf-item{color:rgba(255,255,255,.78);}
.pf-check{width:17px;height:17px;border-radius:50%;background:rgba(58,92,58,.12);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.price-card.featured .pf-check{background:rgba(184,135,42,.18);}
.pf-check svg{width:10px;height:10px;stroke:var(--forest);fill:none;stroke-width:2.5;}
.price-card.featured .pf-check svg{stroke:var(--gold-light);}
.pf-x{width:17px;height:17px;border-radius:50%;background:rgba(0,0,0,.04);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.pf-x svg{width:9px;height:9px;stroke:#bbb;fill:none;stroke-width:2;}
.price-cta{display:block;text-align:center;padding:.8rem;border-radius:5px;font-size:.82rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;background:var(--stone-light);color:var(--teal);transition:all .2s;}
.price-cta:hover{background:var(--teal);color:var(--white);}
.price-card.featured .price-cta{background:var(--gold);color:var(--teal);}
.price-card.featured .price-cta:hover{background:var(--gold-light);}
.pricing-note{text-align:center;margin-top:1.5rem;font-size:.82rem;color:var(--text-muted);}
.pricing-note a{color:var(--gold);text-decoration:none;font-weight:600;}

/* ── CONTACT PAGE ── */
.contact-section{background:var(--off-white);}
.contact-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:5rem;align-items:start;}
.contact-info-block p{font-size:.92rem;color:var(--text-mid);line-height:1.75;margin:.75rem 0 2.5rem;}
.contact-detail{display:flex;align-items:center;gap:.9rem;margin-bottom:1.25rem;text-decoration:none;color:var(--text-dark);font-size:.9rem;font-weight:500;transition:color .2s;}
.contact-detail:hover{color:var(--gold);}
.contact-icon{width:40px;height:40px;border-radius:8px;background:var(--teal);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.contact-icon svg{width:18px;height:18px;stroke:var(--gold-light);fill:none;stroke-width:1.5;}
.store-links{margin-top:2.25rem;}
.store-links-label{font-family:'Roboto Condensed',sans-serif;font-size:.65rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.85rem;}
.store-links-row{display:flex;gap:.75rem;flex-wrap:wrap;}
.store-link-dark{display:inline-flex;align-items:center;gap:.6rem;background:var(--teal);color:var(--white);padding:.6rem 1.2rem;border-radius:6px;text-decoration:none;font-size:.8rem;font-weight:600;letter-spacing:.03em;transition:background .2s;}
.store-link-dark:hover{background:var(--dark-olive);}
.store-link-dark svg{width:17px;height:17px;}
.store-link-dark-small{display:block;font-size:.58rem;font-weight:400;opacity:.6;line-height:1;margin-bottom:1px;}

.contact-form-wrap{background:var(--white);border-radius:12px;padding:2.5rem;border:1px solid var(--stone);}
.form-title{font-family:'Montserrat',sans-serif;font-size:1.1rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:var(--teal);margin-bottom:.4rem;}
.form-sub{font-size:.82rem;color:var(--text-muted);margin-bottom:1.75rem;}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:0;}
.form-group{margin-bottom:1rem;display:flex;flex-direction:column;gap:.4rem;}
.form-label{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--teal);}
.form-input{font-family:'Montserrat',sans-serif;font-size:.875rem;color:var(--text-dark);background:var(--off-white);border:1.5px solid var(--stone);border-radius:6px;padding:.7rem 1rem;outline:none;transition:border-color .2s;width:100%;}
.form-input:focus{border-color:var(--gold);}
textarea.form-input{resize:vertical;min-height:120px;}
.form-select{font-family:'Montserrat',sans-serif;font-size:.875rem;color:var(--text-dark);background:var(--off-white);border:1.5px solid var(--stone);border-radius:6px;padding:.7rem 1rem;outline:none;width:100%;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237A8285' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;}
.form-submit{margin-top:1.5rem;width:100%;padding:.9rem;background:var(--teal);color:var(--white);font-family:'Montserrat',sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border:none;border-radius:6px;cursor:pointer;transition:background .2s;}
.form-submit:hover{background:var(--dark-olive);}
.form-success{display:none;text-align:center;padding:2rem;}

/* ── FOOTER ── */
footer{background:var(--teal);}
.footer-main{padding:3.5rem 4rem 2rem;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;max-width:1300px;margin:0 auto;}
.footer-brand-col{}
.footer-brand{font-family:'Montserrat',sans-serif;font-weight:800;font-size:.95rem;letter-spacing:.08em;color:var(--stone-light);}
.footer-brand span{display:block;font-family:'Roboto Condensed',sans-serif;font-weight:400;font-size:.6rem;letter-spacing:.18em;color:var(--gold-light);margin-top:3px;text-transform:uppercase;}
.footer-tagline{font-size:.82rem;color:rgba(255,255,255,.4);line-height:1.65;margin-top:.85rem;max-width:220px;}
.footer-col-title{font-family:'Roboto Condensed',sans-serif;font-size:.65rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-light);margin-bottom:1.1rem;}
.footer-col-links{display:flex;flex-direction:column;gap:.6rem;}
.footer-col-links a{color:rgba(255,255,255,.45);text-decoration:none;font-size:.83rem;transition:color .2s;}
.footer-col-links a:hover{color:var(--gold-light);}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.25rem 4rem;display:flex;align-items:center;justify-content:space-between;max-width:1300px;margin:0 auto;}
.footer-copy{font-size:.75rem;color:rgba(255,255,255,.3);}
.footer-bottom-links{display:flex;gap:1.75rem;}
.footer-bottom-links a{color:rgba(255,255,255,.3);text-decoration:none;font-size:.75rem;transition:color .2s;}
.footer-bottom-links a:hover{color:var(--gold-light);}

/* ── RESPONSIVE ── */
@media(max-width:880px){
  nav{padding:0 1.5rem;height:60px;}
  .nav-links{display:none;}
  .hamburger{display:flex;}

  .page{padding-top:60px;}

  .hero{grid-template-columns:1fr;padding:4rem 1.5rem 3rem;}
  .hero-visual{display:none;}
  section{padding:3.5rem 1.5rem;}
  .stats-strip{padding:1.75rem 1.5rem;}
  .stats-inner{grid-template-columns:repeat(2,1fr);}
  .how-header,.contact-grid,.form-row,.drilling-inner{grid-template-columns:1fr;}
  .steps-grid,.features-grid,.pricing-grid,.screen-grid,.proof-inner,.footer-main{grid-template-columns:1fr;}
  .footer-main{padding:2.5rem 1.5rem 1.5rem;gap:2rem;}
  .footer-bottom{flex-direction:column;gap:1rem;padding:1.25rem 1.5rem;text-align:center;}
  .footer-bottom-links{flex-wrap:wrap;justify-content:center;}
  .cta-banner{padding:3.5rem 1.5rem;}
}

/* ── PHONE MOCKUP GRID ── */
.phone-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:2rem;
  align-items:start;
  margin-bottom:3rem;
}
.phone-mock-wrap{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:.85rem;
}
.phone-mid{
  transform:translateY(48px);
}
.phone-mock{
  width:100%;
  max-width:220px;
  background:#111;
  border-radius:24px;
  padding:4px 10px 10px;
  box-shadow:0 24px 56px rgba(0,0,0,.22), 0 0 0 1px rgba(255,255,255,.08);
  position:relative;
}
.phone-notch{
  width:80px;height:18px;
  background:#111;
  border-radius:0 0 14px 14px;
  margin:0 auto 2px;
  position:relative;
  z-index:2;
}
.phone-screen{
  border-radius:8px;
  overflow:hidden;
  background:#1a1a1a;
  aspect-ratio:9/19.5;
}
.phone-screen img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top;
  display:block;
}
.phone-caption{
  font-family:'Roboto Condensed',sans-serif;
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--text-muted);
  text-align:center;
}
.screenshots-section .phone-row .phone{
  position:relative;
}
.screenshots-section .phone-row .phone-c{
  width:220px;
  height:456px;
}
@media(max-width:880px){
  .phone-row{grid-template-columns:1fr 1fr;gap:1.25rem;}
  .phone-mid{transform:none;}
  .phone-row .phone-mock-wrap:last-child:nth-child(odd){display:none;}
  .screenshots-page-intro{
    text-align:center;
    max-width:34rem;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}

/* ── HERO PHONES ── */
.hero-visual{
  position:relative;
  height:100%;
  min-height:480px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.phone{
  position:absolute;
  border-radius:24px;
  overflow:hidden;
  border:8px solid #1a1a1a;
  outline:1px solid rgba(255,255,255,.12);
}
.phone-notch-sm{
  width:72px;height:22px;
  background:#1a1a1a;
  border-radius:0 0 14px 14px;
  position:absolute;
  top:0;left:50%;
  transform:translateX(-50%);
  z-index:5;
}
.phone-screen-inner{
  width:100%;
  height:100%;
  overflow:hidden;
  background:#000;
}
.phone-screen-inner img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border-radius:0 0 2px 2px;
}
.phone-c{
  width:220px;
  height:456px;
  z-index:3;
  background:#1a1a1a;
  box-shadow:0 40px 80px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.08);
}
.phone-l{
  width:180px;
  height:374px;
  z-index:2;
  background:#1a1a1a;
  transform:translateX(-186px) rotate(-7deg);
  box-shadow:0 24px 48px rgba(0,0,0,.5);
}
.phone-r{
  width:180px;
  height:374px;
  z-index:2;
  background:#1a1a1a;
  transform:translateX(186px) rotate(7deg);
  box-shadow:0 24px 48px rgba(0,0,0,.5);
}

/* ── ACCOUNT DELETION PAGE ── */
.deletion-wrap {
  max-width: 620px;
  margin: 0 auto;
  padding: 4rem 2rem 6rem;
}
.deletion-card {
  background: var(--white);
  border: 1px solid var(--stone);
  border-radius: 12px;
  padding: 2.5rem;
  margin-top: 2rem;
}
.deletion-warning {
  background: #fff8ed;
  border-left: 3px solid var(--gold);
  border-radius: 6px;
  padding: 1rem 1.25rem;
  margin-bottom: 1.75rem;
  font-size: .875rem;
  color: var(--text-dark);
}
.deletion-steps {
  background: var(--off-white);
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.75rem;
  font-size: .875rem;
  color: var(--text-dark);
  line-height: 1.7;
}
.deletion-steps ol {
  padding-left: 1.25rem;
  margin: .5rem 0 0;
}

/* ── LEGAL PAGES (Privacy Policy & Terms) ── */
.legal-wrap { max-width: 860px; margin: 0 auto; padding: 4rem 2rem 6rem; }
.legal-body { font-family: 'Montserrat', sans-serif; font-size: .92rem; line-height: 1.85; color: var(--text-dark); }
.legal-body h2 { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.05rem; text-transform: uppercase; color: var(--teal); margin: 2.25rem 0 .6rem; letter-spacing: .04em; border-bottom: 1px solid var(--stone); padding-bottom: .4rem; }
.legal-body h3 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: .92rem; text-transform: uppercase; color: var(--teal); margin: 1.5rem 0 .4rem; letter-spacing: .03em; }
.legal-body p { margin: 0 0 1rem; }
.legal-body ul, .legal-body ol { padding-left: 1.75rem; margin: .5rem 0 1rem; }
.legal-body li { margin-bottom: .4rem; }
.legal-body strong { color: var(--text-dark); }
.legal-body a { color: var(--gold); }
.legal-highlight { background: var(--off-white); border-left: 3px solid var(--gold); border-radius: 6px; padding: 1rem 1.25rem; margin: 1rem 0; }

/* ── DOCUMENTATION PAGE ── */
.docs-page{margin:0;background:var(--white);color:var(--text-dark);font-size:15px;}
.docs-page a{color:inherit;text-decoration:none;}
.docs-page .docs-sidebar{position:fixed;inset:0 auto 0 0;display:flex;width:338px;flex-direction:column;padding:20px 28px 24px 60px;background:var(--teal);border-right:1px solid rgba(255,255,255,.08);}
.docs-page .docs-brand{display:flex;align-items:center;gap:10px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.12);}
.docs-page .docs-brand-mark{display:grid;width:28px;height:28px;place-items:center;color:var(--stone-light);border:5px solid var(--gold-light);border-left-color:var(--stone-light);font-size:15px;font-weight:800;}
.docs-page .docs-brand strong,.docs-page .docs-brand small{display:block;}
.docs-page .docs-brand strong{font-size:15px;letter-spacing:.02em;}
.docs-page .docs-brand small{margin-top:2px;color:rgba(255,255,255,.55);font-size:11px;}
.docs-page .docs-brand .nav-wordmark-main{color:var(--stone-light);}
.docs-page .docs-brand .nav-wordmark-sub{color:var(--gold-light);}
.docs-page .docs-nav{position:static;display:block;width:auto;height:auto;margin-top:8px;padding:0;background:transparent;box-shadow:none;transform:none;}
.docs-page .docs-nav-link,.docs-page .docs-group summary{display:flex;min-height:59px;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.78);font-size:15px;font-weight:700;list-style:none;cursor:pointer;}
.docs-page .docs-group summary::-webkit-details-marker{display:none;}
.docs-page .docs-group summary::after{content:'\203A';color:rgba(255,255,255,.55);font-size:25px;font-weight:400;transition:transform .2s ease;}
.docs-page .docs-group[open] summary::after{transform:rotate(90deg);}
.docs-page .docs-nav-link-active{color:var(--gold-light);}
.docs-page .docs-group-items{min-height:8px;border-bottom:1px solid rgba(255,255,255,.12);}
.docs-page .docs-subnav-link{display:block;padding:.55rem 0 .55rem 1rem;color:rgba(255,255,255,.55);font-size:12px;line-height:1.4;}
.docs-page .docs-subnav-link:hover,.docs-page .docs-subnav-link-active{color:var(--gold-light);}
.docs-page .docs-sidebar-footer{display:flex;margin-top:auto;flex-direction:column;gap:12px;color:rgba(255,255,255,.55);font-size:12px;}
.docs-page .docs-sidebar-footer a:hover,.docs-page .docs-header-links a:hover,.docs-page .docs-on-page a:hover{color:var(--gold);}
.docs-page .docs-shell{min-height:100vh;margin-left:338px;}
.docs-page .docs-header{display:flex;height:72px;align-items:center;justify-content:flex-end;padding:0 5.5%;border-bottom:1px solid var(--stone);}
.docs-page .docs-search{display:flex;width:260px;height:44px;align-items:center;gap:9px;padding:0 10px 0 14px;border:1px solid var(--stone-light);border-radius:8px;background:var(--off-white);color:var(--text-muted);}
.docs-page .docs-search>span{font-size:20px;transform:rotate(-20deg);}
.docs-page .docs-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--text-dark);font:inherit;font-size:13px;}
.docs-page .docs-search kbd{padding:4px 6px;border:1px solid var(--stone);border-radius:4px;background:var(--white);color:var(--text-muted);font-size:11px;}
.docs-page .docs-header-links{display:flex;gap:30px;font-size:14px;}
.docs-page .docs-header-links span{color:var(--text-muted);}
.docs-page .docs-content{display:grid;max-width:1100px;grid-template-columns:minmax(0,1fr) 190px;gap:44px;margin:0 auto;padding:54px 48px 90px;}
.docs-page .docs-article{max-width:770px;}
.docs-page .docs-eyebrow{margin:0 0 18px;color:var(--gold);font-family:'Roboto Condensed',sans-serif;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;}
.docs-page h1,.docs-page h2{margin:0;letter-spacing:-.04em;}
.docs-page h1{max-width:680px;font-size:clamp(2.25rem,4vw,3.2rem);line-height:1.08;}
.docs-page h2{margin-bottom:14px;font-size:1.65rem;}
.docs-page p{line-height:1.75;}
.docs-page .docs-lead{max-width:700px;margin:20px 0 30px;color:var(--text-mid);font-size:17px;}
.docs-page .docs-download-row{margin:0 0 30px;}
.docs-page .docs-download-row .store-btn{background:var(--teal);border-color:var(--teal);color:var(--white);}
.docs-page .docs-download-row .store-btn:hover{background:var(--teal-mid);}
.docs-page .docs-store-coming-soon{position:relative;display:inline-flex;}
.docs-page .docs-store-coming-soon .store-btn{opacity:.55;cursor:not-allowed;pointer-events:none;}
.docs-page .docs-coming-soon{position:absolute;top:-8px;right:-8px;padding:2px 6px;border-radius:100px;background:var(--gold);color:var(--teal);font-family:'Roboto Condensed',sans-serif;font-size:.55rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;}
.docs-page .docs-steps{margin:20px 0 28px;padding-left:1.5rem;color:var(--text-mid);}
.docs-page .docs-steps li{padding-left:.4rem;margin-bottom:14px;line-height:1.75;}
.docs-page .docs-inline-link{color:var(--gold);font-weight:600;text-decoration:underline;text-underline-offset:3px;}
.docs-page .docs-callout{margin:16px 0;padding:20px;border-radius:8px;}
.docs-page .docs-callout strong{font-size:14px;}
.docs-page .docs-callout p{margin:10px 0 0;font-size:14px;}
.docs-page .docs-callout-green{background:rgba(58,92,58,.12);}
.docs-page .docs-callout-gold{background:rgba(184,135,42,.12);}
.docs-page hr{margin:52px 0 30px;border:0;border-top:1px solid var(--stone);}
.docs-page .docs-section-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:24px;}
.docs-page .docs-section-card{display:flex;min-height:150px;flex-direction:column;gap:10px;padding:20px;border:1px solid var(--stone);border-radius:8px;transition:border-color .2s,transform .2s;}
.docs-page .docs-section-card:hover{border-color:var(--gold);transform:translateY(-2px);}
.docs-page .docs-section-number{color:var(--gold);font-family:'Roboto Condensed',sans-serif;font-size:12px;font-weight:700;letter-spacing:.12em;}
.docs-page .docs-section-card strong{font-size:15px;}
.docs-page .docs-section-card span:last-child{color:var(--text-muted);font-size:12px;line-height:1.6;}
.docs-page .docs-on-page{position:sticky;top:96px;display:flex;align-self:start;flex-direction:column;gap:15px;padding-left:18px;border-left:1px solid var(--stone);color:var(--text-muted);font-size:13px;line-height:1.4;}
.docs-page .docs-on-page strong{color:var(--text-dark);}
@media(max-width:900px){
  .docs-page .docs-sidebar{position:static;width:auto;padding:18px 24px 0;border-right:0;}
  .docs-page .docs-sidebar-footer{display:none;}
  .docs-page .docs-shell{margin-left:0;}
  .docs-page .docs-header{padding:0 24px;}
  .docs-page .docs-content{display:block;padding:42px 24px 70px;}
  .docs-page .docs-on-page{display:none;}
}
@media(max-width:560px){
  .docs-page .docs-header{height:auto;align-items:stretch;flex-direction:column;gap:14px;padding:16px 24px;}
  .docs-page .docs-search{width:100%;}
  .docs-page .docs-header-links{justify-content:space-between;}
  .docs-page .docs-section-grid{grid-template-columns:1fr;}
}
