/* ===== FONTS & RESET ===== */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Inter:wght@300;400;500;600;700&display=swap');
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Inter',sans-serif;color:#1a1a1a;line-height:1.6;background:#fff;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
ul{list-style:none}

:root{
  --dark:#1a1a1a;
  --charcoal:#232323;
  --cream:#f5f0e8;
  --gold:#e8c547;
  --gold-hover:#f0d060;
  --green:#2d7a4f;
  --purple:#6b5ce7;
  --orange:#e8793a;
  --blue:#4a90d9;
  --white:#ffffff;
  --gray-100:#f7f7f5;
  --gray-200:#e8e6e1;
  --gray-400:#999;
  --gray-600:#666;
  --serif:'Playfair Display',Georgia,serif;
  --sans:'Inter',sans-serif;
  --max-w:1100px;
  --radius:16px;
}

.container{max-width:var(--max-w);margin:0 auto;padding:0 24px}

/* ===== NAV ===== */
.site-header{position:absolute;top:0;left:0;right:0;z-index:100;padding:18px 0}
.site-header .container{display:flex;align-items:center;justify-content:space-between}
.logo{font-family:var(--serif);font-size:1.4rem;font-weight:700;color:var(--white)}
.logo span{color:var(--gold)}
.nav-links{display:flex;gap:28px;font-size:.88rem;font-weight:500}
.nav-links a{color:rgba(255,255,255,.8);transition:color .2s}
.nav-links a:hover{color:var(--gold)}
.nav-cta{background:var(--gold);color:var(--dark);padding:10px 22px;border-radius:50px;font-weight:600;font-size:.85rem;display:inline-flex;align-items:center;gap:6px;transition:background .2s,transform .2s}
.nav-cta:hover{background:var(--gold-hover);transform:translateY(-1px)}
.nav-cta::after{content:"";width:7px;height:7px;border-radius:50%;background:var(--green)}
.nav-toggle{display:none;background:none;border:none;font-size:1.6rem;cursor:pointer;color:var(--white)}

/* ===== HERO ===== */
.hero{
  position:relative;overflow:hidden;
  width:100%;
  aspect-ratio:16/9;
  max-height:90vh;
  min-height:400px;
  display:flex;align-items:flex-end;justify-content:center;
  padding:0 0 12%;
  background:var(--charcoal);
}
.hero-img{
  position:absolute;inset:0;width:100%;height:100%;
  object-fit:cover;object-position:center 25%;
  z-index:0;
}
.hero-overlay{
  position:absolute;inset:0;z-index:1;
  background:radial-gradient(ellipse at center,rgba(26,26,26,.55) 0%,rgba(26,26,26,.3) 50%,rgba(26,26,26,.15) 100%);
}
.hero .container{position:relative;z-index:2;text-align:center;width:100%}
.hero h1{
  font-family:var(--serif);font-weight:900;font-size:3.5rem;
  color:var(--white);line-height:1.1;max-width:700px;margin:0 auto;
  text-shadow:0 2px 20px rgba(0,0,0,.6),0 1px 4px rgba(0,0,0,.4);
}
.hero h1 em{font-style:normal;color:var(--gold)}

/* ===== FEATURE BAR ===== */
.feature-bar{background:var(--charcoal);padding:56px 0;position:relative;z-index:3;margin-top:-80px}
.feature-bar .container{display:flex;align-items:center;justify-content:center;gap:36px;flex-wrap:wrap;text-align:center}
.feature-bar .fb-img{
  width:130px;height:130px;border-radius:50%;overflow:hidden;flex-shrink:0;
  background:var(--cream);display:flex;align-items:center;justify-content:center;
  border:5px solid var(--charcoal);box-shadow:0 6px 24px rgba(0,0,0,.3);
}
.feature-bar .fb-img img{height:110px;width:auto}
.feature-bar .fb-text{flex:1;min-width:200px}
.feature-bar .fb-text h3{font-family:var(--serif);font-size:2rem;color:var(--white);line-height:1.3}
.feature-bar .fb-text h3 strong{color:var(--gold);font-size:2.4rem}
.feature-bar .fb-text p{font-size:.95rem;color:rgba(255,255,255,.5);margin-top:6px}
.cta-btn{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--gold);color:var(--dark);
  font-size:1.1rem;font-weight:700;padding:18px 40px;
  border-radius:50px;transition:transform .2s,box-shadow .2s,background .2s;
  box-shadow:0 4px 14px rgba(232,197,71,.25);
}
.cta-btn:hover{transform:translateY(-2px);background:var(--gold-hover);box-shadow:0 6px 20px rgba(232,197,71,.4)}
.cta-btn::after{content:"";width:7px;height:7px;border-radius:50%;background:var(--green)}

/* ===== PROACTIVE SECTION ===== */
.proactive{padding:70px 0 50px;background:#fdf2e1}
.section-title{font-family:var(--serif);font-size:2.4rem;font-weight:900;text-align:center;line-height:1.15;margin-bottom:12px;color:var(--dark)}
.section-sub{text-align:center;color:var(--gray-600);font-size:.9rem;max-width:480px;margin:0 auto 40px;line-height:1.7}

.product-showcase{position:relative;width:460px;height:480px;margin:0 auto 32px}
.product-showcase::before{
  content:"";position:absolute;
  width:360px;height:360px;border-radius:50%;
  background:radial-gradient(circle,rgba(200,190,220,.3) 0%,rgba(200,190,220,.08) 70%,transparent 100%);
  top:50%;left:50%;transform:translate(-50%,-50%);
  z-index:0;
}
.product-showcase::after{
  content:"";position:absolute;
  width:440px;height:440px;border-radius:50%;
  border:1px solid rgba(180,170,210,.15);
  top:50%;left:50%;transform:translate(-50%,-50%);
  z-index:0;
}
.product-showcase img{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  height:380px;width:auto;
  filter:drop-shadow(0 16px 40px rgba(0,0,0,.15));
  z-index:1;
}
/* sparkles */
.spark{position:absolute;opacity:.85}
.spark--1{color:var(--orange);font-size:1.8rem;top:8%;left:10%}
.spark--1s{color:var(--orange);font-size:.9rem;top:18%;left:18%}
.spark--2{color:var(--purple);font-size:2rem;top:5%;right:12%}
.spark--2s{color:var(--purple);font-size:.9rem;top:15%;right:8%}
.spark--3{color:var(--orange);font-size:1rem;bottom:20%;left:5%}
.spark--4{color:var(--orange);font-size:1.4rem;bottom:8%;right:12%}
.spark--5{color:var(--purple);font-size:1.3rem;bottom:30%;right:3%}
.spark--6{color:var(--orange);font-size:.7rem;top:35%;left:3%}
.spark--7{color:var(--purple);font-size:.8rem;bottom:5%;left:18%}
.spark--8{color:var(--orange);font-size:1.6rem;top:2%;right:30%}

/* ===== PARTNERS ===== */
.partners{padding:48px 0;background:#fdf2e1}
.partners h4{text-align:center;font-family:var(--serif);font-size:2.4rem;font-weight:900;color:var(--dark);margin-bottom:32px;line-height:1.15}
.partners-row{display:flex;align-items:center;justify-content:center;gap:60px;flex-wrap:wrap}
.partners-row span{font-weight:900;font-size:1.5rem;color:var(--dark);opacity:.75;letter-spacing:2px;text-transform:uppercase}

/* ===== PRODUCTS SECTION ===== */
.products{padding:70px 0;background:#fdf2e1}
.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;max-width:800px;margin:0 auto}
.pcard{
  background:var(--white);border-radius:20px;overflow:hidden;
  transition:transform .3s,box-shadow .3s;
}
.pcard:hover{transform:translateY(-6px) rotate(-1deg);box-shadow:0 12px 32px rgba(0,0,0,.1)}
.pcard-img{height:200px;overflow:hidden;border-radius:20px 20px 0 0}
.pcard-img img{width:100%;height:100%;object-fit:cover}
.pcard-body{padding:18px 20px}
.pcard-body h3{font-family:var(--serif);font-size:1.05rem;margin-bottom:4px}
.pcard-body p{font-size:.82rem;color:var(--gray-600);line-height:1.5}

/* ===== TESTIMONIAL ===== */
.testimonial-section{padding:70px 0;background:#fdf2e1}
.testi-wrap{display:flex;align-items:center;gap:48px;max-width:750px;margin:0 auto;flex-wrap:wrap;justify-content:center}
.testi-img{position:relative;flex-shrink:0}
.testi-img .circle{
  width:240px;height:240px;border-radius:50%;overflow:hidden;
  background:var(--cream);display:flex;align-items:center;justify-content:center;font-size:5rem;
}
.testi-text{flex:1;min-width:240px}
.testi-text .author{font-family:var(--serif);font-size:1.3rem;font-weight:700;margin-bottom:10px}
.testi-text p{font-size:.92rem;color:var(--gray-600);line-height:1.7;margin-bottom:6px}
.testi-text .location{font-size:.82rem;color:var(--gray-400);margin-bottom:20px}
.testi-nav{display:flex;gap:10px}
.testi-nav-btn{
  width:44px;height:44px;border-radius:50%;border:2px solid var(--dark);
  background:transparent;cursor:pointer;font-size:1rem;color:var(--dark);
  display:flex;align-items:center;justify-content:center;
  transition:background .2s,color .2s;
}
.testi-nav-btn:first-child{background:var(--dark);color:var(--white)}
.testi-nav-btn:hover{background:var(--dark);color:var(--white)}

/* ===== MORE TESTIMONIALS GRID ===== */
.testi-grid{padding:0 0 70px;background:#fdf2e1}
.testi-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}
.tc{background:var(--gray-100);border-radius:var(--radius);padding:24px;position:relative}
.tc::before{content:"\201C";font-family:var(--serif);font-size:3rem;color:var(--gold);opacity:.4;line-height:1;position:absolute;top:14px;left:18px}
.tc p{padding-top:20px;font-size:.9rem;color:var(--gray-600);font-style:italic;line-height:1.7;margin-bottom:14px}
.tc .tc-author{display:flex;align-items:center;gap:10px}
.tc .tc-avatar{width:38px;height:38px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;font-size:1rem}
.tc .tc-info strong{font-size:.88rem;display:block}
.tc .tc-info span{font-size:.78rem;color:var(--gray-400)}
.stars{color:var(--gold);font-size:.85rem;letter-spacing:2px;margin-bottom:6px}

/* ===== FAQ ===== */
.faq{padding:70px 0;background:#fdf2e1}
.faq-list{max-width:700px;margin:0 auto}
.faq-item{border-bottom:none;padding:18px 0}
.faq-item summary{cursor:pointer;font-weight:600;font-size:1.3rem;color:var(--dark);list-style:none;display:flex;justify-content:space-between;align-items:center;font-family:var(--serif)}
.faq-item summary::after{content:"+";font-size:1.5rem;color:var(--gold);transition:transform .3s}
.faq-item[open] summary::after{transform:rotate(45deg)}
.faq-item p{margin-top:12px;font-size:1.1rem;color:var(--gray-600);line-height:1.7}

/* ===== FINAL CTA ===== */
.final-cta{background:var(--charcoal);padding:80px 0;text-align:center;position:relative;overflow:hidden}
.final-cta::before{content:"";position:absolute;width:350px;height:350px;border-radius:50%;background:var(--gold);opacity:.05;top:-150px;right:-80px}
.final-cta::after{content:"";position:absolute;width:250px;height:250px;border-radius:50%;background:var(--purple);opacity:.04;bottom:-100px;left:-60px}
.final-cta h2{font-family:var(--serif);font-size:2.2rem;font-weight:900;color:var(--white);margin-bottom:12px;line-height:1.2}
.final-cta p{color:rgba(255,255,255,.6);font-size:.95rem;margin-bottom:32px;max-width:460px;margin-left:auto;margin-right:auto}
.final-cta .cta-btn{font-size:.95rem;padding:14px 36px}

/* ===== FOOTER ===== */
.site-footer{background:var(--dark);color:rgba(255,255,255,.6);padding:48px 0 24px;font-size:.84rem}
.footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:32px;margin-bottom:32px}
.footer-col .flogo{font-family:var(--serif);font-size:1.3rem;font-weight:700;color:var(--white);margin-bottom:12px}
.footer-col .flogo span{color:var(--gold)}
.footer-col p{font-size:.82rem;color:rgba(255,255,255,.4);line-height:1.6;margin-bottom:14px}
.footer-btns{display:flex;gap:8px;margin-bottom:14px}
.footer-btns a{padding:8px 16px;border-radius:50px;font-size:.78rem;font-weight:600;transition:background .2s}
.footer-btns .fb-email{background:var(--charcoal);color:var(--white);border:1px solid rgba(255,255,255,.15)}
.footer-btns .fb-contact{background:var(--gold);color:var(--dark)}
.footer-social{display:flex;gap:12px}
.footer-social a{
  width:18px;height:18px;
  display:inline-flex;align-items:center;justify-content:center;
  color:rgba(255,255,255,.5);transition:color .2s;
  border:none;background:none;border-radius:0;
}
.footer-social a svg{display:block;width:18px;height:18px}
.footer-social a:hover{color:var(--gold)}
.footer-col h4{color:var(--white);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:14px}
.footer-col a{display:block;color:rgba(255,255,255,.5);margin-bottom:8px;font-size:.82rem;transition:color .2s}
.footer-col a:hover{color:var(--gold)}
.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.07);padding-top:20px;font-size:.78rem;color:rgba(255,255,255,.3)}
.footer-bottom p+p{margin-top:4px}

/* ===== BLOG PAGES ===== */
.blog-hero{background:var(--charcoal);padding:110px 0 50px;text-align:center}
.blog-hero h1{font-family:var(--serif);font-size:2rem;color:var(--white);margin-bottom:8px}
.blog-hero .meta{font-size:.85rem;color:rgba(255,255,255,.45)}
.article-body{max-width:720px;margin:0 auto;padding:48px 20px}
.article-body h2{font-family:var(--serif);font-size:1.5rem;color:var(--dark);margin:36px 0 12px}
.article-body h3{font-size:1.1rem;color:var(--dark);margin:28px 0 8px;font-weight:600}
.article-body p{margin-bottom:16px;font-size:1rem;color:#444;line-height:1.8}
.article-body ul,.article-body ol{margin:0 0 16px 24px;color:#444}
.article-body li{margin-bottom:8px;line-height:1.7}
.article-body .cta-box{background:var(--cream);border-left:4px solid var(--gold);padding:28px;border-radius:var(--radius);margin:36px 0;text-align:center}
.article-body .cta-box p{margin-bottom:16px;font-weight:600;color:var(--dark)}
.article-body blockquote{border-left:3px solid var(--gold);padding:14px 24px;margin:24px 0;background:var(--cream);font-style:italic;color:var(--gray-600);border-radius:0 12px 12px 0}
.article-body .article-img{margin:32px 0;border-radius:var(--radius);overflow:hidden}
.article-body .article-img img{width:100%;height:auto;display:block}
.article-body .article-img figcaption{font-size:.82rem;color:var(--gray-400);text-align:center;padding:10px 0 0}
.related{background:var(--gray-100);padding:48px 0}
.related h3{text-align:center;margin-bottom:28px;font-family:var(--serif);font-size:1.3rem}
.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;max-width:var(--max-w);margin:0 auto;padding:0 20px}
.related-card{background:var(--white);border-radius:var(--radius);padding:24px;transition:transform .2s,box-shadow .2s}
.related-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.08)}
.related-card h4{font-family:var(--serif);font-size:1rem;margin-bottom:6px}
.related-card p{font-size:.85rem;color:var(--gray-600)}

/* ===== LEGAL ===== */
.legal-page{max-width:720px;margin:0 auto;padding:40px 20px}
.legal-page h1{font-family:var(--serif);font-size:1.8rem;color:var(--dark);margin-bottom:8px}
.legal-page .updated{font-size:.85rem;color:var(--gray-400);margin-bottom:30px}
.legal-page h2{font-family:var(--serif);font-size:1.2rem;color:var(--dark);margin:28px 0 10px}
.legal-page p,.legal-page li{font-size:.95rem;color:#444;margin-bottom:12px;line-height:1.7}
.legal-page ul{margin-left:20px;list-style:disc}

/* ===== RESPONSIVE ===== */
@media(max-width:768px){
  .hero{aspect-ratio:4/5;max-height:85vh;align-items:center;padding:60px 0 0}
  .hero h1{font-size:2.4rem}
  .feature-bar .container{flex-direction:column;text-align:center}
  .feature-bar .fb-img{margin-top:-40px}
  .section-title{font-size:1.8rem}
  .testi-wrap{flex-direction:column;text-align:center}
  .testi-text{text-align:center}
  .testi-nav{justify-content:center}
  .product-showcase{width:320px;height:360px}
  .product-showcase img{height:280px}
  .nav-links{display:none;position:absolute;top:64px;left:0;right:0;background:var(--charcoal);flex-direction:column;padding:20px;gap:14px;border-bottom:2px solid var(--gold)}
  .nav-links.active{display:flex}
  .nav-cta{display:none}
  .nav-toggle{display:block}
  .footer-top{grid-template-columns:1fr 1fr;gap:24px}
  .final-cta h2{font-size:1.6rem}
  .partners-row{gap:18px}
  .partners-row span{font-size:1rem}
}
@media(max-width:480px){
  .hero{aspect-ratio:3/4;max-height:80vh;align-items:center;padding:60px 0 0}
  .hero-img{object-position:center 15%}
  .hero h1{font-size:1.9rem}
  .section-title{font-size:1.5rem}
  .products-grid,.testi-cards{grid-template-columns:1fr}
  .product-showcase{width:260px;height:300px}
  .product-showcase img{height:240px}
  .testi-img .circle{width:180px;height:180px;font-size:3.5rem}
  .footer-top{grid-template-columns:1fr}
}
