*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --black:#1A1A1A;
  --dark:#0f0f0f;
  --mid:#555;
  --muted:#888;
  --border:#E5E5E5;
  --bg:#F8F8F8;
  --white:#FFFFFF;
  --gold:#C9A76C;
  --gold-lt:#EDD9A3;
  --gold-dk:#8B6533;
  --green:#2D7A4F;
  --green-bg:#EAF3EE;
  --green-dark:#1A4D32;
  --serif:'Cormorant Garamond',Georgia,serif;
  --sans:'DM Sans',sans-serif;
  --o-text:#333;
  --o-muted:#666;
  --o-light:#f5f5f5;
  --o-green:#a8d5ba;
  --o-teal:#32a58e;
  --o-teal-dark:#004e42;
  --o-border:#e5e5e5;
}
html{scroll-behavior:smooth}
body{font-family:var(--sans);background:var(--white);color:var(--o-text);line-height:1.6;overflow-x:hidden}

/* ── ORIFLAME TOP BANNER ── */
.o-topbar{background:#e1f4eb;color:var(--o-text);text-align:center;padding:8px 1rem;font-size:13px;font-weight:500;letter-spacing:.3px}
.o-topbar strong{font-weight:700}

/* ── ORIFLAME HEADER ── */
.o-header{background:var(--white);border-bottom:1px solid var(--o-border);position:sticky;top:0;z-index:200}
.o-hdr-inner{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:64px;gap:2rem}
.o-hdr-logo{display:flex;align-items:center;text-decoration:none;gap:10px}
.o-hdr-logo img{height:28px;width:auto}
.o-hdr-search{flex:1;max-width:480px;position:relative}
.o-hdr-search input{width:100%;border:1px solid var(--o-border);border-radius:25px;padding:9px 16px 9px 40px;font-size:13px;font-family:var(--sans);background:#f0f0f0;color:var(--o-text);outline:none;transition:border-color .2s}
.o-hdr-search input:focus{background:var(--white);border-color:var(--o-teal)}
.o-hdr-search svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--o-muted)}
.o-hdr-actions{display:flex;align-items:center;gap:1rem}
.o-hdr-actions a{color:var(--o-text);text-decoration:none;font-size:13px;font-weight:500;transition:color .2s}
.o-hdr-actions a:hover{color:var(--o-teal-dark)}
.o-hdr-cart{position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--o-border);border-radius:50%;color:var(--o-text);text-decoration:none;transition:all .2s}
.o-hdr-cart:hover{border-color:var(--o-teal)}
.o-hdr-cart-badge{position:absolute;top:-4px;right:-4px;background:var(--o-green);color:var(--o-text);font-size:9px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid var(--white)}

/* ── ORIFLAME CATEGORY TABS ── */
.o-cat-bar{background:var(--white);border-bottom:1px solid var(--o-border);position:sticky;top:64px;z-index:199;overflow-x:auto}
.o-cat-bar::-webkit-scrollbar{display:none}
.o-cat-inner{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;gap:0;height:44px}
.o-cat-tab{font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;text-decoration:none;color:var(--o-muted);padding:0 18px;display:flex;align-items:center;white-space:nowrap;transition:all .2s;border-bottom:3px solid transparent;height:100%}
.o-cat-tab:hover{color:var(--o-text)}
.o-cat-tab.active{color:var(--o-text);border-bottom-color:var(--o-text)}

/* ── TOPBAR (legacy fallback) ── */
.topbar{display:none}

/* ── HERO ── */
.o-hero{position:relative;overflow:hidden;min-height:380px;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(135deg,#f5f5f5 0%,#e1f4eb 100%)}
.o-hero-inner{max-width:900px;padding:4rem 2rem}
.o-hero h1{font-size:clamp(36px,5vw,64px);font-weight:700;color:var(--o-text);line-height:1.15;margin-bottom:.75rem;letter-spacing:-1px}
.o-hero h1 em{color:var(--o-teal-dark);font-style:normal}
.o-hero p{font-size:16px;color:var(--o-muted);line-height:1.7;max-width:600px;margin:0 auto 1.5rem;font-weight:400}
.o-hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}

/* ── O-HERO SLIDER ── */
.o-hero-slider{position:relative;overflow:hidden;background:var(--o-light)}
.o-hero-slide{display:none;min-height:420px;align-items:center;justify-content:center;text-align:center;padding:3rem 2rem}
.o-hero-slide.active{display:flex}
.o-hero-slide-inner{max-width:800px}
.o-hero-slide-eyebrow{font-size:12px;letter-spacing:3px;text-transform:uppercase;color:var(--o-teal);font-weight:600;margin-bottom:.75rem}
.o-hero-slide-title{font-size:clamp(32px,4.5vw,56px);font-weight:700;color:var(--o-text);line-height:1.1;margin-bottom:1rem}
.o-hero-slide-sub{font-size:15px;color:var(--o-muted);line-height:1.7;margin-bottom:1.5rem}
.o-hero-dots{display:flex;justify-content:center;gap:8px;margin-top:1.5rem}
.o-hero-dot{width:8px;height:8px;border-radius:50%;background:rgba(0,0,0,.2);cursor:pointer;transition:background .2s;border:none;padding:0}
.o-hero-dot.on{background:var(--o-teal)}

/* ── ORIFLAME BTNs ── */
.o-btn{display:inline-flex;align-items:center;gap:6px;padding:11px 28px;border-radius:25px;font-size:13px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;text-decoration:none;transition:all .25s;border:none;cursor:pointer;font-family:var(--sans)}
.o-btn-outline{border:1px solid #111;color:#111;background:transparent}
.o-btn-outline:hover{background:rgba(51,51,51,.12)}
.o-btn-primary{background:var(--o-teal-dark);color:var(--white)}
.o-btn-primary:hover{background:var(--o-teal)}
.o-btn-white{border:1px solid var(--white);color:var(--white);background:transparent}
.o-btn-white:hover{background:rgba(255,255,255,.15)}
.o-btn-sm{font-size:11px;padding:8px 20px}

/* ── legacy BTNs ── */
.btn-dark{display:inline-block;background:var(--black);color:var(--white);padding:11px 28px;border-radius:30px;font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;text-decoration:none;transition:all .25s;border:none;cursor:pointer;font-family:var(--sans)}
.btn-dark:hover{background:#333}
.btn-gold{display:inline-block;background:var(--gold);color:var(--black);padding:13px 34px;border-radius:30px;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;text-decoration:none;transition:all .25s;border:none;cursor:pointer;font-family:var(--sans)}
.btn-gold:hover{background:var(--gold-lt)}
.btn-green{display:inline-block;border:1.5px solid var(--green-dark);color:var(--green-dark);padding:11px 30px;border-radius:30px;font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;text-decoration:none;transition:all .2s}
.btn-green:hover{background:var(--green-dark);color:#fff}
.btn-outline-sm{display:inline-block;border:1.5px solid var(--black);color:var(--black);padding:10px 28px;border-radius:30px;font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;text-decoration:none;transition:all .2s}
.btn-outline-sm:hover{background:var(--black);color:var(--white)}

/* ── PROFILE BANNER (compact) ── */
.profile-banner{background:var(--dark);padding:0;overflow:hidden}
.profile-banner-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:200px 1fr;min-height:240px}
.profile-photo-side{position:relative;overflow:hidden;height:100%}
.profile-photo-side img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;filter:brightness(.92) contrast(1.05)}
.profile-photo-side::after{content:'';position:absolute;right:0;top:0;bottom:0;width:40px;background:linear-gradient(to right,transparent,var(--dark))}
.profile-info-side{padding:1.5rem 2.5rem 1.5rem 2rem;display:flex;flex-direction:column;justify-content:center}
.profile-eyebrow{font-size:9px;letter-spacing:3px;text-transform:uppercase;color:var(--gold);font-weight:600;margin-bottom:.4rem;display:block}
.profile-name{font-family:var(--serif);font-size:clamp(28px,3.5vw,40px);font-weight:600;color:#fff;line-height:1.0;letter-spacing:-.5px}
.profile-name em{font-style:italic;color:var(--gold)}
.profile-lastname{font-family:var(--serif);font-size:clamp(28px,3.5vw,40px);font-weight:300;color:#fff;line-height:1.0;font-style:italic}
.profile-title-row{display:flex;align-items:center;gap:.5rem;margin:.6rem 0 .8rem;flex-wrap:wrap}
.profile-title{font-size:12px;color:rgba(255,255,255,.5);font-weight:300;letter-spacing:.5px}
.profile-sep{width:3px;height:3px;border-radius:50%;background:var(--gold);flex-shrink:0}
.profile-location{font-size:11px;color:rgba(255,255,255,.4);font-weight:300}
.profile-badges{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:.75rem}
.pbadge{font-size:9px;letter-spacing:.5px;border-radius:20px;padding:3px 10px;font-weight:500}
.pbadge.verified{border:1px solid var(--gold);color:var(--gold);background:rgba(201,167,108,.1)}
.pbadge.plain{border:1px solid rgba(255,255,255,.15);color:rgba(255,255,255,.5);background:transparent}
.profile-actions{display:flex;gap:.6rem;flex-wrap:wrap}
@media(max-width:768px){
  .profile-banner-inner{grid-template-columns:1fr}
  .profile-photo-side{height:200px}
  .profile-photo-side::after{display:none}
  .profile-info-side{padding:1.5rem}
  .profile-name,.profile-lastname{font-size:clamp(24px,8vw,36px)}
}

/* ── SECTIONS ── */
section{padding:4rem 2rem}
.inner{max-width:1280px;margin:0 auto}
.sec-title{font-family:var(--serif);font-size:clamp(26px,3.5vw,38px);font-weight:400;color:var(--black);line-height:1.15}
.sec-title em{font-style:italic}
.sec-underline{display:inline-block;width:36px;height:1.5px;background:var(--black);margin-top:10px}
.sec-underline.center{display:block;margin:10px auto 0}

/* ── OUR ICONS ── */
.icons-section{background:var(--white);padding:3.5rem 2rem}
.icons-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border)}
@media(max-width:768px){.icons-grid{grid-template-columns:repeat(2,1fr)}}
.icon-card{background:var(--white);padding:1.5rem 1rem;display:block;text-decoration:none;transition:background .2s;position:relative;cursor:pointer}
.icon-card:hover{background:var(--bg)}
.icon-card-actions{position:absolute;top:12px;right:12px;display:flex;flex-direction:column;gap:6px;opacity:0;transition:opacity .2s}
.icon-card:hover .icon-card-actions{opacity:1}
.icon-action{width:30px;height:30px;border-radius:50%;background:var(--white);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;transition:all .2s}
.icon-action:hover{border-color:var(--black)}
.icon-img-wrap{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;overflow:hidden}
.icon-img-wrap img{width:100%;height:100%;object-fit:contain;transition:transform .3s}
.icon-card:hover .icon-img-wrap img{transform:scale(1.04)}
.icon-stars{color:var(--gold);font-size:11px;margin-bottom:4px}
.icon-count{font-size:11px;color:var(--muted);margin-left:4px}
.icon-coll{font-size:10px;text-transform:uppercase;letter-spacing:1.5px;color:var(--muted);margin-bottom:3px;font-weight:500}
.icon-name{font-size:14px;color:var(--black);margin-bottom:6px;line-height:1.4;font-weight:400}
.icon-price{font-size:15px;font-weight:600;color:var(--black)}
.icons-view-all{text-align:center;margin-top:2.5rem}

/* ── SPLIT BANNER ── */
.split-banner{display:grid;grid-template-columns:1fr 1fr;min-height:360px;overflow:hidden}
.split-img{overflow:hidden}
.split-img img{width:100%;height:100%;object-fit:cover}
.split-content{display:flex;align-items:center;padding:3rem;background:var(--bg)}
.split-content-inner{max-width:380px}
.split-content h2{font-family:var(--serif);font-size:clamp(24px,3vw,36px);font-weight:400;color:var(--black);line-height:1.2;margin-bottom:1rem}
.split-content p{font-size:14px;color:var(--mid);line-height:1.8;font-weight:300;margin-bottom:1.5rem}
@media(max-width:960px){.split-banner{grid-template-columns:1fr}.split-img{display:none}}

/* ── ORIFLAME PRODUCT GRID ── */
.o-section{padding:3rem 2rem}
.o-section-inner{max-width:1200px;margin:0 auto}
.o-section-title{font-size:clamp(22px,2.5vw,32px);font-weight:700;color:var(--o-text);margin-bottom:.25rem}
.o-section-sub{font-size:14px;color:var(--o-muted);margin-bottom:2rem}
.o-section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.5rem}
.o-section-header h2{font-weight:700;color:var(--o-text)}
.o-section-header a{font-size:13px;color:var(--o-muted);text-decoration:none;font-weight:500}
.o-section-header a:hover{color:var(--o-teal-dark)}

.o-prod-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px}
@media(min-width:768px){.o-prod-grid{gap:15px}}

/* ── ORIFLAME PRODUCT CARD ── */
.o-card{display:flex;flex-direction:column;gap:6px;cursor:pointer;text-decoration:none;color:inherit;overflow:hidden;position:relative}
.o-card:hover{color:var(--o-muted)}
.o-card-img-wrap{position:relative;width:100%;padding-top:100%;background:var(--o-light);overflow:hidden}
.o-card-img-wrap img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;transition:transform .5s}
.o-card:hover .o-card-img-wrap img{transform:scale(1.1)}
.o-card-badges{position:absolute;bottom:8px;right:8px;display:flex;flex-direction:column;gap:6px;opacity:0;transition:opacity .25s}
.o-card:hover .o-card-badges{opacity:1}
.o-card-badge{width:34px;height:34px;border-radius:50%;background:var(--white);box-shadow:0 2px 4px rgba(0,0,0,.08);display:flex;align-items:center;justify-content:center;font-size:14px;transition:all .2s;border:none;cursor:pointer;text-decoration:none;color:var(--o-text)}
.o-card-badge:hover{box-shadow:0 3px 8px rgba(0,0,0,.12)}
.o-card-badge.liked{color:#cf578a}
.o-card-tag{position:absolute;top:8px;left:8px;font-size:9px;letter-spacing:1px;text-transform:uppercase;padding:3px 8px;border-radius:2px;font-weight:700}
.o-card-tag.new{background:var(--o-teal);color:var(--white)}
.o-card-tag.sale{background:#c0392b;color:#fff}
.o-card-tag.bestseller{background:var(--o-green);color:var(--o-text)}
.o-card-rating{font-size:12px;color:var(--o-teal);margin-top:2px}
.o-card-rating span{color:var(--o-muted);font-size:11px;margin-left:2px}
.o-card-brand{font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--o-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.o-card-name{font-size:13px;line-height:1.45;color:var(--o-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-weight:400}
.o-card-price{font-size:14px;font-weight:700;color:var(--o-text);margin-top:2px}
.o-card-price s{font-size:12px;color:var(--o-muted);font-weight:400;margin-right:4px;text-decoration:line-through}
.o-card-order{display:block;text-align:center;background:var(--o-teal-dark);color:var(--white);padding:8px 12px;border-radius:20px;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;text-decoration:none;transition:all .2s;border:none;cursor:pointer;font-family:var(--sans);width:100%;margin-top:4px}
.o-card-order:hover{background:var(--o-teal)}

.o-cat-header{font-size:clamp(28px,3.5vw,42px);font-weight:700;color:var(--o-text);padding:2rem 0 1rem;letter-spacing:-.5px}

/* ── legacy product styles ── */
.products-section{background:var(--white);padding:4rem 2rem}
.prod-section-title{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:2rem;border-bottom:1px solid var(--border);padding-bottom:1rem}
.prod-section-title h2{font-size:clamp(22px,3vw,32px);font-weight:400;color:var(--black)}
.prod-section-title a{font-size:12px;color:var(--mid);text-decoration:none;border-bottom:1px solid var(--border);padding-bottom:1px}
.prod-section-title a:hover{color:var(--black);border-color:var(--black)}

/* ── VALUES ── */
.values-section{background:var(--green-bg);padding:3.5rem 2rem}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:rgba(0,0,0,.06)}
@media(max-width:700px){.values-grid{grid-template-columns:1fr}}
.value-card{background:var(--green-bg);padding:2.5rem 2rem;text-align:center}
.value-icon{font-size:32px;margin-bottom:1rem;display:block}
.value-title{font-family:var(--serif);font-size:20px;font-weight:400;color:#1A3A2A;margin-bottom:.5rem}
.value-body{font-size:13px;color:#3D5A4A;line-height:1.75;font-weight:300}
.values-cta{text-align:center;margin-top:2.5rem}

/* ── JOIN ── */
.join-section{background:var(--black);padding:5rem 2rem}
.join-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
@media(max-width:960px){.join-inner{grid-template-columns:1fr;gap:3rem}}
.join-left .sec-title{color:var(--white)}
.join-left .sec-title em{color:var(--gold)}
.join-left .sec-desc{color:rgba(255,255,255,.5)}
.join-steps{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}
.j-step{display:flex;gap:1rem;align-items:flex-start}
.j-num{width:36px;height:36px;border-radius:50%;border:1.5px solid var(--gold);color:var(--gold);font-family:var(--serif);font-size:16px;font-weight:500;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.j-title{font-size:14px;font-weight:600;color:#fff;margin-bottom:2px}
.j-body{font-size:12px;color:rgba(255,255,255,.45);font-weight:300;line-height:1.65}
.join-right{display:flex;flex-direction:column;gap:1rem}
.join-perk{display:flex;align-items:center;gap:.85rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:1.1rem 1.25rem}
.jp-icon{font-size:24px;flex-shrink:0}
.jp-title{font-size:13px;font-weight:600;color:#fff;margin-bottom:2px}
.jp-body{font-size:12px;color:rgba(255,255,255,.4);font-weight:300}
.join-cta{margin-top:.5rem;text-align:center}

/* ── WHY ── */
.why-section{background:var(--white);padding:4rem 2rem;border-top:1px solid var(--border)}
.why-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:1px;background:var(--border)}
.why-card{background:var(--white);padding:2rem 1.5rem;text-align:center;transition:background .2s}
.why-card:hover{background:var(--bg)}
.why-ico{font-size:30px;margin-bottom:.85rem;display:block}
.why-title{font-family:var(--serif);font-size:18px;font-weight:400;color:var(--black);margin-bottom:.4rem}
.why-body{font-size:12px;color:var(--muted);line-height:1.75;font-weight:300}

/* ── TESTIMONIALS ── */
.testi-section{background:var(--bg);padding:4rem 2rem}
.testi-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}
.testi{background:var(--white);border:1px solid var(--border);padding:1.75rem;border-radius:2px}
.testi-stars{color:var(--gold);font-size:13px;margin-bottom:.75rem}
.testi-body{font-family:var(--serif);font-size:16px;font-style:italic;color:var(--black);line-height:1.65;margin-bottom:1rem;font-weight:300}
.testi-auth{font-size:12px;color:var(--muted)}
.testi-auth::before{content:'— '}

/* ── CONTACT ── */
.contact-section{background:var(--white);padding:4rem 2rem;border-top:1px solid var(--border)}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
@media(max-width:960px){.contact-grid{grid-template-columns:1fr}}
.contact-info h2{font-family:var(--serif);font-size:clamp(24px,3vw,36px);font-weight:300;color:var(--black);margin-bottom:1rem}
.contact-info p{font-size:14px;color:var(--mid);line-height:1.8;margin-bottom:1.5rem;font-weight:300}
.contact-channels{display:flex;flex-direction:column;gap:.85rem;margin-bottom:2rem}
.chan{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--mid);font-size:14px;transition:color .2s;padding:.5rem 0;border-bottom:1px solid var(--border)}
.chan:hover{color:var(--black)}
.chan:last-child{border-bottom:none}
.chan span{font-size:20px;width:28px;flex-shrink:0}
.contact-form{display:flex;flex-direction:column;gap:.85rem}
.fg{display:flex;flex-direction:column;gap:5px}
.fg2{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}
@media(max-width:640px){.fg2{grid-template-columns:1fr}}
.fg label{font-size:11px;letter-spacing:.5px;text-transform:uppercase;color:var(--muted)}
.fg input,.fg textarea,.fg select{border:1px solid var(--border);padding:11px 13px;font-family:var(--sans);font-size:13px;color:var(--black);outline:none;background:var(--white);transition:border-color .2s;border-radius:2px;width:100%}
.fg input:focus,.fg textarea:focus,.fg select:focus{border-color:var(--black)}
.fg textarea{resize:vertical;min-height:100px}

/* ── FLOATING WHATSAPP ── */
.fab-whatsapp{position:fixed;bottom:24px;right:24px;z-index:999;display:flex;flex-direction:column;gap:8px;align-items:flex-end}
.fab-main{width:56px;height:56px;border-radius:50%;background:#25D366;box-shadow:0 4px 20px rgba(37,211,102,.4);display:flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;transition:all .3s;animation:pulse 2s infinite}
.fab-main svg{width:28px;height:28px;display:block}
.fab-main:hover{background:#1ebd5a;transform:scale(1.05);box-shadow:0 6px 28px rgba(37,211,102,.5)}
@keyframes pulse{0%{box-shadow:0 4px 20px rgba(37,211,102,.4)}50%{box-shadow:0 4px 20px rgba(37,211,102,.6),0 0 0 8px rgba(37,211,102,.15)}100%{box-shadow:0 4px 20px rgba(37,211,102,.4)}}
.fab-tooltip{background:#1a1a1a;color:#fff;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:500;white-space:nowrap;opacity:0;transform:translateX(10px);pointer-events:none;transition:all .2s;box-shadow:0 2px 10px rgba(0,0,0,.2)}
.fab-main:hover + .fab-tooltip,.fab-tooltip:hover{opacity:1;transform:translateX(0);pointer-events:auto}
.fab-call{width:44px;height:44px;border-radius:50%;background:var(--gold);box-shadow:0 2px 12px rgba(201,167,108,.3);display:flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;font-size:18px;transition:all .2s}
.fab-call:hover{background:var(--gold-lt);transform:scale(1.05)}
.fab-call:hover + .call-tt,.call-tt:hover{opacity:1;transform:translateX(0);pointer-events:auto}
@media(max-width:640px){
  .fab-whatsapp{bottom:16px;right:16px}
  .fab-main{width:50px;height:50px}
  .fab-main svg{width:24px;height:24px}
  .fab-call{width:40px;height:40px;font-size:16px}
}

/* ── FOOTER ── */
footer{background:var(--black);color:rgba(255,255,255,.4);padding:3rem 2rem}
.footer-inner{max-width:1280px;margin:0 auto}
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.08)}
@media(max-width:768px){.footer-top{grid-template-columns:1fr 1fr}}
.footer-brand-name{font-family:var(--serif);font-size:20px;font-weight:300;color:#fff;letter-spacing:2px;text-transform:uppercase;margin-bottom:.4rem}
.footer-brand-tag{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;display:block}
.footer-about{font-size:12px;line-height:1.8;font-weight:300;max-width:260px}
.footer-col h4{font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,.6);margin-bottom:.85rem;font-weight:500}
.footer-col a{display:block;font-size:12px;color:rgba(255,255,255,.35);text-decoration:none;margin-bottom:.5rem;transition:color .2s;font-weight:300}
.footer-col a:hover{color:rgba(255,255,255,.7)}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;font-size:11px}
.footer-bottom a{color:rgba(255,255,255,.35);text-decoration:none}

/* ── SCROLL REVEAL ── */
.r{opacity:0;transform:translateY(20px);transition:opacity .55s ease,transform .55s ease}
.r.in{opacity:1;transform:none}

@media(max-width:640px){
  .hdr-search{display:none}
  .hdr-actions .hdr-biz{display:none}
}

/* ══════════════════════════════════════════════
   BUSINESS OPPORTUNITY PAGE STYLES
══════════════════════════════════════════════ */

/* ── BO HERO ── */
.bo-hero{position:relative;overflow:hidden;min-height:520px;display:flex;align-items:center;justify-content:center;text-align:center}
.bo-hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top}
.bo-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.55) 0%,rgba(0,0,0,.3) 60%,rgba(0,0,0,.65) 100%)}
.bo-hero-content{position:relative;z-index:2;max-width:760px;padding:3rem 2rem}
.bo-hero-eyebrow{font-size:11px;letter-spacing:4px;text-transform:uppercase;color:var(--gold-lt);font-weight:600;margin-bottom:1.2rem;display:block}
.bo-hero-title{font-family:var(--serif);font-size:clamp(42px,6vw,80px);font-weight:300;color:#fff;line-height:1.0;margin-bottom:.6rem}
.bo-hero-title em{font-style:italic;color:var(--gold-lt)}
.bo-hero-sub{font-size:16px;color:rgba(255,255,255,.75);font-weight:300;line-height:1.7;margin-bottom:2rem;max-width:560px;margin-left:auto;margin-right:auto}

/* ── DISCOVER CARDS ── */
.bo-discover{background:var(--white);padding:5rem 2rem}
.bo-discover-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1280px;margin:0 auto}
@media(max-width:860px){.bo-discover-grid{grid-template-columns:1fr}}
.bo-card{border:1px solid var(--border);border-radius:4px;overflow:hidden;transition:box-shadow .25s}
.bo-card:hover{box-shadow:0 8px 32px rgba(0,0,0,.1)}
.bo-card-img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}
.bo-card-img-placeholder{width:100%;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;font-size:64px;background:var(--green-bg)}
.bo-card-body{padding:2rem}
.bo-card-num{font-family:var(--serif);font-size:13px;letter-spacing:2px;color:var(--gold-dk);font-weight:600;text-transform:uppercase;margin-bottom:1rem;display:block}
.bo-card-list{list-style:none;display:flex;flex-direction:column;gap:.85rem}
.bo-card-list li{font-size:14px;color:var(--mid);line-height:1.65;font-weight:300;padding-left:1.25rem;position:relative}
.bo-card-list li::before{content:'→';position:absolute;left:0;color:var(--green);font-weight:700;font-size:12px;top:2px}
.bo-card-list li strong{color:var(--black);font-weight:600}

/* ── THREE PILLARS ── */
.bo-pillars{background:var(--bg);padding:4rem 2rem}
.bo-pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);max-width:1280px;margin:2.5rem auto 0}
@media(max-width:700px){.bo-pillars-grid{grid-template-columns:1fr}}
.bo-pillar{background:var(--white);padding:3rem 2rem;text-align:center;transition:background .2s}
.bo-pillar:hover{background:var(--green-bg)}
.bo-pillar-icon{width:72px;height:72px;border-radius:50%;background:var(--green-bg);border:2px solid rgba(45,122,79,.2);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:32px;transition:all .2s}
.bo-pillar:hover .bo-pillar-icon{background:var(--green);border-color:var(--green)}
.bo-pillar-title{font-family:var(--serif);font-size:20px;font-weight:500;color:var(--black);margin-bottom:.65rem;letter-spacing:.5px}
.bo-pillar-body{font-size:13px;color:var(--muted);line-height:1.8;font-weight:300}

/* ── JOIN FORM SECTION ── */
.bo-join{background:var(--dark);padding:5rem 2rem;position:relative;overflow:hidden}
.bo-join::before{content:'';position:absolute;inset:0;background:url('https://media-cdn.oriflame.com/contentImage?externalMediaId=800daa6e-0c2b-4aba-bf45-8009dbfe58e9&name=JoinUs_Business_1366x1205&inputFormat=jpg&q=95') center/cover no-repeat;opacity:.12}
.bo-join-inner{max-width:1280px;margin:0 auto;position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}
@media(max-width:860px){.bo-join-inner{grid-template-columns:1fr;gap:3rem}}
.bo-join-eyebrow{font-size:11px;letter-spacing:4px;text-transform:uppercase;color:var(--gold);font-weight:600;margin-bottom:1rem;display:block}
.bo-join-title{font-family:var(--serif);font-size:clamp(34px,4.5vw,56px);font-weight:300;color:#fff;line-height:1.05;margin-bottom:1rem}
.bo-join-title em{font-style:italic;color:var(--gold)}
.bo-join-desc{font-size:14px;color:rgba(255,255,255,.5);line-height:1.85;margin-bottom:2rem;font-weight:300}
.bo-benefits{display:flex;flex-direction:column;gap:.85rem;margin-top:1.5rem}
.bo-benefit{display:flex;align-items:flex-start;gap:1rem;background:rgba(255,255,255,.04);border:1px solid rgba(201,167,108,.15);border-radius:8px;padding:1rem 1.25rem}
.bo-benefit-icon{font-size:22px;flex-shrink:0;margin-top:1px}
.bo-benefit-title{font-size:13px;font-weight:600;color:#fff;margin-bottom:2px}
.bo-benefit-body{font-size:12px;color:rgba(255,255,255,.4);line-height:1.6}
.bo-form-wrap{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:2.5rem 2rem}
.bo-form-title{font-family:var(--serif);font-size:28px;font-weight:400;color:#fff;margin-bottom:.4rem}
.bo-form-sub{font-size:13px;color:rgba(255,255,255,.4);margin-bottom:1.75rem;font-weight:300}
.bo-form{display:flex;flex-direction:column;gap:.85rem}
.bfg{display:flex;flex-direction:column;gap:5px}
.bfg label{font-size:10px;letter-spacing:1px;text-transform:uppercase;color:rgba(255,255,255,.4);font-weight:500}
.bfg input,.bfg select,.bfg textarea{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);color:#fff;padding:11px 13px;font-family:var(--sans);font-size:13px;outline:none;border-radius:4px;width:100%;transition:border-color .2s}
.bfg input:focus,.bfg select:focus,.bfg textarea:focus{border-color:var(--gold)}
.bfg input::placeholder,.bfg textarea::placeholder{color:rgba(255,255,255,.25)}
.bfg select{-webkit-appearance:none;appearance:none}
.bfg select option{background:#1a1a1a;color:#fff}
.bfg2{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}
@media(max-width:540px){.bfg2{grid-template-columns:1fr}}

/* ── VIDEOS ── */
.bo-videos{background:var(--white);padding:5rem 2rem}
.bo-videos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1280px;margin:2.5rem auto 0}
@media(max-width:860px){.bo-videos-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.bo-videos-grid{grid-template-columns:1fr}}
.bo-video-card{border-radius:4px;overflow:hidden;border:1px solid var(--border)}
.bo-video-thumb{position:relative;width:100%;aspect-ratio:16/9;background:var(--black);cursor:pointer;overflow:hidden}
.bo-video-thumb iframe{width:100%;height:100%;border:none;display:block}
.bo-video-label{padding:1rem;background:var(--white)}
.bo-video-tag{font-size:9px;letter-spacing:2px;text-transform:uppercase;color:var(--green);font-weight:700;margin-bottom:3px;display:block}
.bo-video-name{font-size:13px;font-weight:500;color:var(--black);line-height:1.4}
.bo-video-country{font-size:11px;color:var(--muted);margin-top:2px}

/* ── WELCOME PROGRAM ── */
.bo-welcome{background:var(--green-bg);padding:4rem 2rem}
.bo-welcome-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
@media(max-width:860px){.bo-welcome-inner{grid-template-columns:1fr}}
.bo-welcome-img{width:100%;border-radius:4px;object-fit:cover;aspect-ratio:4/3;display:block}
.bo-welcome-eyebrow{font-size:10px;letter-spacing:3px;text-transform:uppercase;color:var(--green);font-weight:700;margin-bottom:.75rem;display:block}
.bo-welcome-title{font-family:var(--serif);font-size:clamp(30px,4vw,48px);font-weight:400;color:var(--green-dark);line-height:1.1;margin-bottom:.5rem}
.bo-welcome-sub{font-size:15px;color:var(--green-dark);font-weight:400;margin-bottom:1.5rem;font-style:italic;font-family:var(--serif)}
.bo-welcome-list{list-style:none;display:flex;flex-direction:column;gap:.65rem;margin-bottom:2rem}
.bo-welcome-list li{font-size:14px;color:#3D5A4A;line-height:1.65;font-weight:300;display:flex;align-items:flex-start;gap:.65rem}
.bo-welcome-list li::before{content:'✓';color:var(--green);font-weight:700;flex-shrink:0;margin-top:1px}
.bo-welcome-actions{display:flex;gap:1rem;flex-wrap:wrap}

/* ── APPS ── */
.bo-apps{background:var(--black);padding:4rem 2rem}
.bo-apps-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgba(255,255,255,.08);max-width:1280px;margin:2.5rem auto 0}
@media(max-width:700px){.bo-apps-grid{grid-template-columns:1fr}}
.bo-app-card{background:var(--dark);padding:3rem 2.5rem;display:flex;gap:2rem;align-items:flex-start}
@media(max-width:540px){.bo-app-card{flex-direction:column;gap:1.5rem}}
.bo-app-img{width:100px;height:100px;border-radius:16px;object-fit:cover;flex-shrink:0;border:1px solid rgba(255,255,255,.1)}
.bo-app-img-placeholder{width:100px;height:100px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:48px;flex-shrink:0;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1)}
.bo-app-eyebrow{font-size:9px;letter-spacing:2px;text-transform:uppercase;color:var(--gold);font-weight:700;margin-bottom:.4rem;display:block}
.bo-app-title{font-family:var(--serif);font-size:24px;font-weight:400;color:#fff;margin-bottom:.4rem}
.bo-app-sub{font-size:13px;color:rgba(255,255,255,.4);font-weight:400;margin-bottom:.25rem;font-style:italic}
.bo-app-list{list-style:none;display:flex;flex-direction:column;gap:.35rem;margin:1rem 0 1.25rem}
.bo-app-list li{font-size:12px;color:rgba(255,255,255,.45);font-weight:300;display:flex;align-items:center;gap:.5rem}
.bo-app-list li::before{content:'·';color:var(--gold);font-size:16px}
.bo-app-btns{display:flex;gap:.65rem;flex-wrap:wrap}
.btn-app{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);color:rgba(255,255,255,.75);padding:8px 16px;border-radius:25px;font-size:11px;font-weight:500;letter-spacing:.5px;text-decoration:none;transition:all .2s;font-family:var(--sans)}
.btn-app:hover{background:rgba(255,255,255,.15);color:#fff}

/* ── STATS ── */
.bo-stats{background:var(--white);padding:4rem 2rem;border-top:1px solid var(--border)}
.bo-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border);max-width:1280px;margin:2.5rem auto 0}
@media(max-width:860px){.bo-stats-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.bo-stats-grid{grid-template-columns:1fr 1fr}}
.bo-stat{background:var(--white);padding:2.5rem 1.5rem;text-align:center;transition:background .2s}
.bo-stat:hover{background:var(--bg)}
.bo-stat-num{font-family:var(--serif);font-size:clamp(36px,4vw,52px);font-weight:300;color:var(--black);line-height:1;margin-bottom:.5rem}
.bo-stat-num em{font-style:italic;color:var(--green)}
.bo-stat-label{font-size:12px;color:var(--muted);line-height:1.6;font-weight:300;max-width:160px;margin:0 auto}

/* ── FAQ ── */
.bo-faq{background:var(--bg);padding:5rem 2rem}
.bo-faq-list{max-width:900px;margin:2.5rem auto 0;display:flex;flex-direction:column;gap:.75rem}
.bo-faq-item{background:var(--white);border:1px solid var(--border);border-radius:4px;overflow:hidden}
.bo-faq-q{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;cursor:pointer;user-select:none;gap:1rem;list-style:none}
.bo-faq-q::-webkit-details-marker{display:none}
.bo-faq-q-text{font-size:14px;font-weight:500;color:var(--black);line-height:1.4}
.bo-faq-chevron{width:20px;height:20px;flex-shrink:0;border:1.5px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s;font-size:10px;color:var(--muted)}
details[open] .bo-faq-chevron{background:var(--black);border-color:var(--black);color:#fff;transform:rotate(180deg)}
.bo-faq-a{padding:0 1.5rem 1.25rem;font-size:13px;color:var(--mid);line-height:1.8;font-weight:300;border-top:1px solid var(--border)}

/* ── ABOUT PAGE ── */
.about-hero{background:linear-gradient(160deg,#1a1a1a 0%,#2a2a2a 100%);padding:3.5rem 2rem;text-align:center;position:relative;overflow:hidden}
.about-hero::before{content:'';position:absolute;top:-40%;left:-20%;width:60%;height:80%;background:radial-gradient(ellipse,var(--gold) 0%,transparent 70%);opacity:.04;pointer-events:none}
.about-hero-img-wrap{width:200px;height:200px;border-radius:50%;margin:0 auto 1.25rem;padding:5px;background:linear-gradient(135deg,var(--gold),var(--gold-lt));box-shadow:0 0 0 6px rgba(201,167,108,.12),0 8px 32px rgba(0,0,0,.3)}
.about-hero-img{width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:center top;display:block;border:3px solid var(--dark)}
.about-hero h1{font-family:var(--serif);font-size:clamp(36px,5vw,56px);font-weight:600;color:#fff;line-height:1.1}
.about-hero h1 em{font-style:italic;color:var(--gold)}
.about-hero p{font-size:14px;color:rgba(255,255,255,.5);margin-top:1rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.8}
.about-story{padding:4rem 2rem;background:var(--white)}
.about-story-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
@media(max-width:860px){.about-story-grid{grid-template-columns:1fr}}
.about-story p{font-size:15px;color:var(--mid);line-height:1.9;font-weight:300;margin-bottom:1.25rem}
.about-story h2{font-family:var(--serif);font-size:clamp(24px,3vw,36px);font-weight:400;color:var(--black);margin-bottom:1rem}
.about-story em{font-style:italic}
.about-mission{background:var(--green-bg);padding:4rem 2rem;text-align:center}
.about-mission blockquote{max-width:720px;margin:0 auto;font-family:var(--serif);font-size:clamp(20px,2.5vw,28px);font-style:italic;color:var(--green-dark);line-height:1.6}
/* ── PAGE HERO ── */
.page-hero{background:var(--dark);padding:5rem 2rem;text-align:center}
.page-hero h1{font-family:var(--serif);font-size:clamp(36px,5vw,56px);font-weight:300;color:#fff;line-height:1.1}
.page-hero h1 em{font-style:italic;color:var(--gold)}
.page-hero p{font-size:14px;color:rgba(255,255,255,.5);margin-top:.75rem;max-width:560px;margin-left:auto;margin-right:auto}
.page-hero.light{background:var(--bg)}
.page-hero.light h1{color:var(--black)}
.page-hero.light p{color:var(--mid)}
