*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --gd:#1a3d2b;--gm:#2d6a4f;--gl:#52b788;--gp:#d8f3dc;
  --cream:#f8f6f0;--white:#fff;--td:#121c14;--tm:#3a4a3e;--tmuted:#6b7c6f;
  --border:#dde8de;--accent:#e76f51;
}
html{scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;color:var(--td);background:var(--white)}
.page{display:none}.page.active{display:block}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;
  justify-content:space-between;padding:0 5%;height:68px;
  background:rgba(255,255,255,0.96);backdrop-filter:blur(12px);
  border-bottom:1px solid var(--border)}
.nav-logo{font-family:Georgia,'Times New Roman',serif;font-size:22px;color:var(--gd);
  text-decoration:none;cursor:pointer}
.nav-logo span{color:var(--gl)}
.nav-links{display:flex;align-items:center;gap:28px}
.nav-links a{text-decoration:none;color:var(--tm);font-size:14px;font-weight:500;
  cursor:pointer;transition:color .2s}
.nav-links a:hover{color:var(--gm)}
.nav-cta{background:var(--gm);color:var(--white)!important;padding:10px 22px;
  border-radius:6px;font-weight:600!important;transition:background .2s!important}
.nav-cta:hover{background:var(--gd)!important}
.cart-icon{position:relative;cursor:pointer}
.cart-badge{position:absolute;top:-6px;right:-8px;background:var(--accent);
  color:white;border-radius:50%;width:18px;height:18px;font-size:11px;
  display:flex;align-items:center;justify-content:center;font-weight:700}

/* BUTTONS */
.btn-primary{display:inline-block;text-decoration:none;background:var(--gl);
  color:var(--white);padding:15px 32px;border-radius:6px;font-weight:600;
  font-size:15px;transition:all .2s;border:2px solid var(--gl);cursor:pointer}
.btn-primary:hover{background:#40a172;border-color:#40a172;transform:translateY(-1px)}
.btn-outline{display:inline-block;text-decoration:none;background:transparent;
  color:var(--white);padding:15px 32px;border-radius:6px;font-weight:600;
  font-size:15px;border:2px solid rgba(255,255,255,0.4);cursor:pointer;transition:all .2s}
.btn-outline:hover{background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.7)}
.btn-dark{display:inline-block;background:var(--gd);color:white;padding:15px 32px;
  border-radius:6px;font-weight:600;font-size:15px;cursor:pointer;
  border:2px solid var(--gd);transition:all .2s;text-decoration:none}
.btn-dark:hover{background:#0f2419}

/* HERO */
.hero{min-height:100vh;position:relative;display:flex;align-items:center;
  overflow:hidden;padding-top:68px}
.hero-bg{position:absolute;inset:0;background-image:url('images/img1.jpg');
  background-size:cover;background-position:center;filter:brightness(0.45)}
.hero-content{position:relative;z-index:1;max-width:720px;padding:80px 5%}
.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;
  background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.25);
  color:#b7e4c7;font-size:12px;font-weight:600;letter-spacing:1.5px;
  text-transform:uppercase;padding:6px 14px;border-radius:20px;margin-bottom:24px}
.hero-eyebrow::before{content:'●';font-size:8px;color:var(--gl)}
.hero h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(38px,6vw,68px);
  color:var(--white);line-height:1.1;margin-bottom:20px;font-weight:700}
.hero h1 em{color:var(--gl);font-style:normal}
.hero-sub{font-size:18px;color:rgba(255,255,255,0.78);line-height:1.7;
  max-width:520px;margin-bottom:40px;font-weight:300}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap}
.hero-scroll{position:absolute;bottom:32px;left:50%;transform:translateX(-50%);
  color:rgba(255,255,255,0.5);font-size:12px;letter-spacing:2px;
  text-transform:uppercase;z-index:1;display:flex;flex-direction:column;
  align-items:center;gap:8px}
.hero-scroll::after{content:'';width:1px;height:40px;background:rgba(255,255,255,0.3);
  animation:scrollLine 1.5s ease-in-out infinite}
@keyframes scrollLine{0%,100%{opacity:.3}50%{opacity:1}}

/* STATS */
.stats-strip{background:var(--gd);padding:28px 5%;display:flex;justify-content:center}
.stat-item{text-align:center;padding:0 48px;border-right:1px solid rgba(255,255,255,0.12)}
.stat-item:last-child{border-right:none}
.stat-num{font-family:Georgia,'Times New Roman',serif;font-size:32px;color:var(--gl);font-weight:700}
.stat-label{font-size:12px;color:rgba(255,255,255,0.55);margin-top:4px}

/* SECTIONS */
.section{padding:96px 5%;max-width:1200px;margin:0 auto}
.section-eyebrow{font-size:11px;font-weight:700;letter-spacing:2px;
  text-transform:uppercase;color:var(--gm);margin-bottom:12px}
.section-title{font-family:Georgia,'Times New Roman',serif;font-size:clamp(28px,4vw,42px);
  color:var(--td);line-height:1.2;font-weight:700}
.section-title em{color:var(--gm);font-style:normal}

/* THREATS */
.threats-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:56px}
.threat-card{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:4/3}
.threat-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.threat-card:hover img{transform:scale(1.04)}
.threat-overlay{position:absolute;inset:0;
  background:linear-gradient(to top,rgba(10,25,16,0.9) 0%,rgba(10,25,16,0.1) 60%);
  display:flex;flex-direction:column;justify-content:flex-end;padding:28px}
.threat-tag{display:inline-block;background:var(--accent);color:white;
  font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;
  padding:4px 10px;border-radius:4px;margin-bottom:10px;width:fit-content}
.threat-name{font-family:Georgia,'Times New Roman',serif;font-size:24px;color:white;
  font-weight:700;margin-bottom:6px}
.threat-desc{font-size:14px;color:rgba(255,255,255,0.7);line-height:1.6}

/* HOW */
.how-section{background:var(--cream);padding:96px 5%}
.how-inner{max-width:1200px;margin:0 auto}
.how-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-top:56px}
.how-visual{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:3/4}
.how-visual img{width:100%;height:100%;object-fit:cover}
.how-badge{position:absolute;bottom:24px;left:24px;right:24px;background:white;
  border-radius:10px;padding:16px 20px;display:flex;align-items:center;gap:14px;
  box-shadow:0 8px 32px rgba(0,0,0,0.12)}
.how-badge-icon{width:44px;height:44px;border-radius:50%;background:var(--gp);
  display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}
.how-badge-text{font-size:13px;color:var(--tm);line-height:1.4}
.how-badge-text strong{display:block;color:var(--td);font-size:14px;margin-bottom:2px}
.how-steps{display:flex;flex-direction:column;gap:36px}
.how-step{display:flex;gap:20px}
.step-num{width:40px;height:40px;border-radius:50%;background:var(--gm);color:white;
  display:flex;align-items:center;justify-content:center;font-family:Georgia,'Times New Roman',serif;
  font-size:18px;font-weight:700;flex-shrink:0;margin-top:2px}
.step-content h3{font-size:17px;font-weight:600;color:var(--td);margin-bottom:6px}
.step-content p{font-size:14px;color:var(--tmuted);line-height:1.7}

/* LIFESTYLE */
.lifestyle-section{padding:96px 5%;max-width:1200px;margin:0 auto}
.lifestyle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px}
.lifestyle-card{border-radius:12px;overflow:hidden}
.lifestyle-card img{width:100%;height:260px;object-fit:cover;display:block}
.lifestyle-caption{padding:16px;background:white;border:1px solid var(--border);
  border-top:none;border-radius:0 0 12px 12px}
.lifestyle-caption h3{font-size:15px;font-weight:600;margin-bottom:4px}
.lifestyle-caption p{font-size:13px;color:var(--tmuted)}

/* PRODUCT CTA */
.product-cta{background:var(--gd);padding:96px 5%}
.product-cta-inner{max-width:1100px;margin:0 auto;display:grid;
  grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.product-text h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(28px,4vw,40px);
  color:white;line-height:1.2;margin-bottom:20px}
.product-text h2 em{color:var(--gl);font-style:normal}
.product-text p{font-size:16px;color:rgba(255,255,255,0.65);line-height:1.8;margin-bottom:32px}
.features-list{list-style:none;margin-bottom:40px}
.features-list li{display:flex;align-items:flex-start;gap:12px;
  color:rgba(255,255,255,0.8);font-size:14px;padding:8px 0;
  border-bottom:1px solid rgba(255,255,255,0.08)}
.features-list li:last-child{border-bottom:none}
.check-icon{width:20px;height:20px;border-radius:50%;background:var(--gl);
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
  margin-top:1px;font-size:11px;color:white;font-weight:700}
.price-row{display:flex;align-items:center;gap:20px;margin-bottom:28px}
.price-main{font-family:Georgia,'Times New Roman',serif;font-size:42px;color:white;font-weight:700}
.price-note{font-size:13px;color:rgba(255,255,255,0.45);line-height:1.5}

/* FAQ */
.faq-section{background:var(--cream);padding:96px 5%}
.faq-inner{max-width:760px;margin:0 auto}
.faq-item{border-bottom:1px solid var(--border);padding:24px 0}
.faq-question{font-size:16px;font-weight:600;color:var(--td);cursor:pointer;
  display:flex;justify-content:space-between;align-items:flex-start;gap:16px;list-style:none}
.faq-question::-webkit-details-marker{display:none}
.faq-q-icon{width:24px;height:24px;border-radius:50%;background:var(--gp);
  color:var(--gm);display:flex;align-items:center;justify-content:center;
  font-size:16px;flex-shrink:0;transition:transform .2s;font-weight:300}
details[open] .faq-q-icon{transform:rotate(45deg);background:var(--gm);color:white}
.faq-answer{margin-top:14px;font-size:15px;color:var(--tmuted);line-height:1.8;padding-right:40px}

/* CART SIDEBAR */
.cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.5);z-index:300;
  display:none;opacity:0;transition:opacity .3s}
.cart-overlay.open{display:flex;justify-content:flex-end}
.cart-overlay.visible{opacity:1}
.cart-drawer{width:420px;max-width:100vw;background:white;height:100%;
  display:flex;flex-direction:column;transform:translateX(100%);
  transition:transform .3s;overflow-y:auto}
.cart-overlay.visible .cart-drawer{transform:translateX(0)}
.cart-header{padding:24px;border-bottom:1px solid var(--border);
  display:flex;justify-content:space-between;align-items:center}
.cart-header h3{font-family:Georgia,'Times New Roman',serif;font-size:20px}
.cart-close{background:none;border:none;font-size:24px;cursor:pointer;
  color:var(--tmuted);line-height:1}
.cart-body{flex:1;padding:24px}
.cart-item{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid var(--border)}
.cart-item-img{width:72px;height:90px;object-fit:contain;border-radius:8px;
  background:var(--cream);padding:4px;flex-shrink:0}
.cart-item-info{flex:1}
.cart-item-name{font-weight:600;font-size:15px;margin-bottom:4px}
.cart-item-sub{font-size:13px;color:var(--tmuted);margin-bottom:12px}
.cart-qty{display:flex;align-items:center;gap:12px}
.qty-btn{width:28px;height:28px;border:1px solid var(--border);border-radius:6px;
  background:none;cursor:pointer;font-size:16px;display:flex;align-items:center;
  justify-content:center;color:var(--td)}
.qty-btn:hover{background:var(--gp)}
.cart-item-price{font-weight:600;font-size:15px;color:var(--gm);white-space:nowrap}
.cart-empty{text-align:center;padding:60px 20px;color:var(--tmuted)}
.cart-empty-icon{font-size:48px;margin-bottom:16px}
.cart-footer{padding:24px;border-top:1px solid var(--border)}
.cart-total-row{display:flex;justify-content:space-between;align-items:center;
  margin-bottom:20px}
.cart-total-label{font-size:14px;color:var(--tmuted)}
.cart-total-val{font-family:Georgia,'Times New Roman',serif;font-size:24px;font-weight:700;color:var(--gd)}
.cart-shipping{font-size:12px;color:var(--gl);margin-bottom:20px}

/* CHECKOUT PAGE */
.checkout-page{padding-top:68px;min-height:100vh;background:var(--cream)}
.checkout-inner{max-width:1000px;margin:0 auto;padding:60px 5%}
.checkout-grid{display:grid;grid-template-columns:1fr 380px;gap:48px;align-items:start}
.checkout-form-section{background:white;border-radius:12px;padding:32px;
  border:1px solid var(--border)}
.checkout-form-section h3{font-family:Georgia,'Times New Roman',serif;font-size:20px;
  margin-bottom:24px;color:var(--td)}
.form-group{margin-bottom:16px}
.form-group label{display:block;font-size:13px;font-weight:600;
  color:var(--tm);margin-bottom:6px}
.form-group input,.form-group select{width:100%;padding:12px 14px;
  border:1px solid var(--border);border-radius:8px;font-size:15px;
  font-family:inherit;outline:none;transition:border .2s;background:white}
.form-group input:focus,.form-group select:focus{border-color:var(--gm)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.checkout-summary{background:white;border-radius:12px;padding:28px;
  border:1px solid var(--border);position:sticky;top:88px}
.checkout-summary h3{font-family:Georgia,'Times New Roman',serif;font-size:18px;
  margin-bottom:20px}
.summary-item{display:flex;gap:14px;margin-bottom:20px;
  padding-bottom:20px;border-bottom:1px solid var(--border)}
.summary-item-img{width:60px;height:75px;object-fit:contain;background:var(--cream);
  border-radius:8px;padding:4px;flex-shrink:0}
.summary-item-name{font-weight:600;font-size:14px}
.summary-item-sub{font-size:12px;color:var(--tmuted);margin-top:2px}
.summary-item-price{font-weight:700;color:var(--gm);font-size:15px;margin-top:4px}
.summary-row{display:flex;justify-content:space-between;font-size:14px;
  margin-bottom:10px;color:var(--tmuted)}
.summary-row.total{font-size:18px;font-weight:700;color:var(--td);
  margin-top:16px;padding-top:16px;border-top:1px solid var(--border)}
.summary-row.total span:last-child{color:var(--gm)}
.shipping-options{margin:16px 0}
.shipping-option{display:flex;align-items:center;gap:12px;padding:12px;
  border:1px solid var(--border);border-radius:8px;cursor:pointer;margin-bottom:8px;
  transition:border .2s}
.shipping-option:hover,.shipping-option.selected{border-color:var(--gm);background:var(--gp)}
.shipping-option input{accent-color:var(--gm)}
.shipping-option-info{flex:1}
.shipping-option-name{font-size:14px;font-weight:600}
.shipping-option-time{font-size:12px;color:var(--tmuted)}
.shipping-option-price{font-weight:700;font-size:14px;color:var(--gm)}

/* THANK YOU */
.thankyou-page{padding-top:68px;min-height:100vh;background:var(--cream);
  display:flex;align-items:center;justify-content:center}
.thankyou-box{background:white;border-radius:16px;padding:60px;text-align:center;
  max-width:520px;border:1px solid var(--border)}
.thankyou-icon{width:72px;height:72px;background:var(--gp);border-radius:50%;
  display:flex;align-items:center;justify-content:center;font-size:32px;
  margin:0 auto 24px}
.thankyou-box h2{font-family:Georgia,'Times New Roman',serif;font-size:28px;
  margin-bottom:12px;color:var(--td)}
.thankyou-box p{color:var(--tmuted);line-height:1.7;margin-bottom:24px}

/* STATIC PAGES */
.static-page{padding-top:68px;min-height:100vh}
.static-hero{background:var(--gd);padding:80px 5% 60px;text-align:center}
.static-hero h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(28px,4vw,42px);
  color:white;margin-bottom:12px}
.static-hero p{color:rgba(255,255,255,0.6);font-size:16px}
.static-content{max-width:800px;margin:0 auto;padding:60px 5%}
.static-content h2{font-family:Georgia,'Times New Roman',serif;font-size:22px;
  color:var(--gd);margin:32px 0 12px}
.static-content h2:first-child{margin-top:0}
.static-content p{font-size:15px;line-height:1.8;color:var(--tm);margin-bottom:16px}
.static-content ul{padding-left:24px;margin-bottom:16px}
.static-content ul li{font-size:15px;line-height:1.8;color:var(--tm);margin-bottom:6px}

/* CONTACT */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-top:40px}
.contact-info-item{display:flex;gap:16px;margin-bottom:24px}
.contact-info-icon{width:44px;height:44px;background:var(--gp);border-radius:10px;
  display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}
.contact-info-label{font-size:12px;color:var(--tmuted);margin-bottom:4px;
  text-transform:uppercase;letter-spacing:.5px;font-weight:600}
.contact-info-val{font-size:15px;font-weight:600;color:var(--td)}
.contact-form{background:white;border-radius:12px;padding:32px;border:1px solid var(--border)}

/* FOOTER */
footer{background:var(--td);padding:64px 5% 32px}
.footer-inner{max-width:1200px;margin:0 auto}
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;
  padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,0.08)}
.footer-brand h3{font-family:Georgia,'Times New Roman',serif;font-size:22px;
  color:white;margin-bottom:12px}
.footer-brand h3 span{color:var(--gl)}
.footer-brand p{font-size:13px;color:rgba(255,255,255,0.45);line-height:1.7;max-width:240px}
.footer-col h4{font-size:11px;font-weight:700;letter-spacing:1.5px;
  text-transform:uppercase;color:rgba(255,255,255,0.35);margin-bottom:16px}
.footer-col a{display:block;text-decoration:none;color:rgba(255,255,255,0.6);
  font-size:13px;margin-bottom:10px;transition:color .2s;cursor:pointer}
.footer-col a:hover{color:var(--gl)}
.footer-bottom{padding-top:28px;display:flex;justify-content:space-between;
  align-items:center;flex-wrap:wrap;gap:12px}
.footer-bottom p{font-size:12px;color:rgba(255,255,255,0.3)}
.footer-disclaimer{margin-top:20px;padding:16px 20px;background:rgba(255,255,255,0.04);
  border-radius:8px;border-left:3px solid var(--gm);
  font-size:12px;color:rgba(255,255,255,0.35);line-height:1.7}

/* SUCCESS TOAST */
.toast{position:fixed;bottom:32px;right:32px;background:var(--gd);color:white;
  padding:16px 24px;border-radius:10px;font-size:14px;font-weight:500;
  z-index:500;transform:translateY(100px);opacity:0;
  transition:all .3s;pointer-events:none}
.toast.show{transform:translateY(0);opacity:1}

@media(max-width:900px){
  .threats-grid,.how-grid,.product-cta-inner{grid-template-columns:1fr}
  .lifestyle-grid{grid-template-columns:1fr 1fr}
  .footer-top{grid-template-columns:1fr 1fr}
  .checkout-grid{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .stat-item{padding:0 24px}
  .nav-links a:not(.nav-cta):not(.cart-icon){display:none}
}
@media(max-width:600px){
  .stats-strip{flex-wrap:wrap;gap:24px}
  .stat-item{border-right:none}
  .lifestyle-grid{grid-template-columns:1fr}
  .footer-top{grid-template-columns:1fr}
  .checkout-grid{grid-template-columns:1fr}
  .form-row{grid-template-columns:1fr}
  .cart-drawer{width:100vw}
}