@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=DM+Sans:wght@300;400;500&display=swap');
:root{--ink:#0a0a0a;--white:#fafaf8;--gold:#c8a96e;--gold-lt:#e8d5a3;--slate:#1a1a2e;--mid:#5a5a6a;--soft:#f5f4f0;--line:rgba(200,169,110,.22);--serif:'Cormorant Garamond',Georgia,serif;--sans:'DM Sans',sans-serif;--nav-h:72px;}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family:var(--sans);background:var(--white);color:var(--ink);overflow-x:hidden;cursor:none;}
.cursor{width:10px;height:10px;background:var(--gold);border-radius:50%;position:fixed;top:0;left:0;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);mix-blend-mode:multiply;transition:width .2s,height .2s;}
.cursor-ring{width:36px;height:36px;border:1.5px solid var(--gold);border-radius:50%;position:fixed;top:0;left:0;pointer-events:none;z-index:9998;transform:translate(-50%,-50%);mix-blend-mode:multiply;transition:transform .35s ease,width .25s,height .25s;}

/* ── LOGO PNG ── */
.logo-link{display:inline-flex;align-items:center;text-decoration:none;line-height:0;}
.nav-logo-img{height:48px;width:auto;display:block;object-fit:contain;}
.footer-logo-img{height:56px;width:auto;display:block;object-fit:contain;margin-bottom:1.2rem;}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;height:var(--nav-h);background:rgba(250,250,248,.94);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);transition:background .3s;}
.nav-links{display:flex;gap:2.4rem;list-style:none;align-items:center;}
.nav-links a{font-size:.75rem;font-weight:500;letter-spacing:.13em;text-transform:uppercase;color:var(--mid);text-decoration:none;position:relative;transition:color .3s;}
.nav-links a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--gold);transition:width .3s;}
.nav-links a:hover{color:var(--ink);}
.nav-links a:hover::after,.nav-links a.active::after{width:100%;}
.nav-cta{background:var(--ink)!important;color:var(--white)!important;padding:.5rem 1.3rem;font-size:.73rem!important;letter-spacing:.13em!important;}
.nav-cta:hover{background:var(--gold)!important;color:var(--ink)!important;}
.nav-cta::after{display:none!important;}
.nav-whatsapp{display:inline-flex;align-items:center;gap:.4rem;font-size:.76rem;font-weight:500;color:#25D366;text-decoration:none;letter-spacing:.05em;transition:opacity .3s;}
.nav-whatsapp:hover{opacity:.75;}
.nav-hamburger{display:none;flex-direction:column;gap:5px;cursor:none;padding:.5rem;background:none;border:none;}
.nav-hamburger span{display:block;width:22px;height:1.5px;background:var(--ink);transition:all .3s;}

/* TYPOGRAPHY */
.tag{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);display:flex;align-items:center;gap:.6rem;margin-bottom:1.2rem;}
.tag::before{content:'';width:28px;height:1px;background:var(--gold);flex-shrink:0;}
.tag.light::before{background:rgba(200,169,110,.6);}
h1,h2,h3{font-family:var(--serif);font-weight:300;}

/* BUTTONS */
.btn-primary{background:var(--ink);color:var(--white);padding:.85rem 2rem;font-family:var(--sans);font-size:.76rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;border:1px solid var(--ink);display:inline-block;transition:all .3s;}
.btn-primary:hover{background:var(--gold);border-color:var(--gold);color:var(--ink);}
.btn-ghost{color:var(--ink);font-size:.76rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:gap .3s,color .3s;}
.btn-ghost:hover{color:var(--gold);gap:.9rem;}

/* TICKER */
.ticker{background:var(--ink);color:var(--gold-lt);padding:.7rem 0;overflow:hidden;white-space:nowrap;}
.ticker-inner{display:inline-flex;gap:3.5rem;animation:ticker 28s linear infinite;font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;}
.ticker-item{display:flex;align-items:center;gap:.8rem;}
.ticker-item::before{content:'◆';font-size:.35rem;color:var(--gold);}

/* PAGE HERO */
.page-hero{padding:calc(var(--nav-h) + 5rem) 8vw 5rem;background:var(--ink);position:relative;overflow:hidden;}
.page-hero::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(200,169,110,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(200,169,110,.05) 1px,transparent 1px);background-size:50px 50px;}
.page-hero-inner{position:relative;z-index:2;max-width:700px;}
.page-hero h1{font-size:clamp(2.5rem,5vw,5rem);line-height:1.05;color:var(--white);margin-bottom:1.5rem;}
.page-hero h1 em{font-style:italic;color:var(--gold);}
.page-hero p{font-size:1rem;color:rgba(250,250,248,.5);line-height:1.8;max-width:520px;}

/* SECTIONS */
.section{padding:8rem 8vw;}
.section.soft{background:var(--soft);}
.section.dark{background:var(--ink);}
.section-head{margin-bottom:4rem;}
.section-head.split{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;}
.section-title{font-size:clamp(2rem,3.5vw,3.8rem);line-height:1.1;color:var(--ink);max-width:580px;}
.section-title em{font-style:italic;color:var(--gold);font-weight:400;}
.section-title.light{color:var(--white);}
.section-sub{font-size:.93rem;color:var(--mid);line-height:1.8;max-width:380px;}

/* STATS */
.stats-row{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
.stat-cell{padding:3.5rem 2rem;border-right:1px solid var(--line);text-align:center;}
.stat-cell:last-child{border-right:none;}
.stat-big{font-family:var(--serif);font-size:clamp(2.2rem,3.5vw,4rem);font-weight:300;color:var(--ink);line-height:1;margin-bottom:.4rem;}
.stat-big span{color:var(--gold);}
.stat-cap{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--mid);}

/* TOOLS GRID */
.tools-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem;margin-top:1.5rem;}
.tool-chip{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--ink);padding:.6rem .9rem;border:1px solid var(--line);background:var(--white);transition:border-color .3s,background .3s;}
.tool-chip:hover{border-color:var(--gold);background:rgba(200,169,110,.05);}
.tool-chip::before{content:"✅";font-size:.75rem;}

/* CTA BAND */
.cta-band{background:var(--gold);padding:5rem 8vw;display:flex;align-items:center;justify-content:space-between;gap:3rem;}
.cta-band h2{font-family:var(--serif);font-size:clamp(1.8rem,3vw,3.2rem);font-weight:300;color:var(--ink);line-height:1.2;max-width:560px;}
.cta-band h2 em{font-style:italic;font-weight:400;}

/* FOOTER */
footer{background:#080808;color:rgba(250,250,248,.55);padding:5rem 8vw 2rem;}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;padding-bottom:3.5rem;border-bottom:1px solid rgba(200,169,110,.1);margin-bottom:2rem;}
.footer-tagline{font-size:.83rem;line-height:1.85;margin-bottom:1.4rem;color:rgba(250,250,248,.38);max-width:270px;}
.footer-contact-info{font-size:.8rem;line-height:2.1;color:rgba(250,250,248,.45);}
.footer-contact-info a{color:var(--gold);text-decoration:none;}
.footer-col h5{font-family:var(--sans);font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(250,250,248,.25);margin-bottom:1.4rem;}
.footer-col ul{list-style:none;}
.footer-col li{margin-bottom:.7rem;}
.footer-col a{font-size:.8rem;color:rgba(250,250,248,.45);text-decoration:none;transition:color .3s;}
.footer-col a:hover{color:var(--gold);}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;font-size:.72rem;color:rgba(250,250,248,.2);}

/* ANIMATIONS */
@keyframes ticker{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@keyframes fadeUp{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
@keyframes spin{from{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(360deg)}}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s ease;}
.reveal.visible{opacity:1;transform:translateY(0);}

@media(max-width:1100px){
  .stats-row{grid-template-columns:repeat(2,1fr);}
  .footer-grid{grid-template-columns:1fr 1fr;gap:3rem;}
  .nav-links{display:none;}
  .nav-hamburger{display:flex;}
}
@media(max-width:640px){
  .section{padding:5rem 6vw;}
  .page-hero{padding:calc(var(--nav-h)+3rem) 6vw 3rem;}
  .cta-band{flex-direction:column;align-items:flex-start;}
  .footer-grid{grid-template-columns:1fr;}
  .footer-bottom{flex-direction:column;gap:.8rem;text-align:center;}
  .stats-row{grid-template-columns:1fr 1fr;}
  .section-head.split{flex-direction:column;align-items:flex-start;}
}
