*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;color:#111;background:#fff;-webkit-font-smoothing:antialiased}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:100;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;padding:0 3rem;height:64px;background:rgba(5,18,13,0.76);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:0.5px solid rgba(255,255,255,0.06)}
.nav-logo img{height:26px;display:block}
.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}
.nav-links a{font-size:13px;color:rgba(255,255,255,0.55);text-decoration:none;letter-spacing:0.02em;transition:color 0.2s}
.nav-links a:hover{color:#fff}
.nav-links .nav-contact{color:#5DCAA5}
.nav-links .nav-contact:hover{color:#9FE1CB}
.nav-burger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}
.nav-burger span{display:block;width:20px;height:1px;background:rgba(255,255,255,0.7);transition:all 0.25s}
.nav-mobile{position:fixed;top:64px;left:0;right:0;background:rgba(5,18,13,0.78);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:0 solid rgba(255,255,255,0);padding:0 3rem;z-index:99;max-height:0;overflow:hidden;-webkit-transition:max-height 0.3s ease,padding 0.3s ease,border-bottom-color 0.3s ease;transition:max-height 0.3s ease,padding 0.3s ease,border-bottom-color 0.3s ease}
.nav-mobile.open{max-height:320px;padding:1.5rem 3rem;border-bottom:0.5px solid rgba(255,255,255,0.08)}
.nav-mobile a{display:block;font-size:14px;color:rgba(255,255,255,0.6);text-decoration:none;padding:0.6rem 0;border-bottom:0.5px solid rgba(255,255,255,0.06)}
.nav-mobile a:last-child{border-bottom:none;color:#5DCAA5;margin-top:0.5rem}

/* HERO */
.hero{position:relative;height:92vh;min-height:560px;display:flex;align-items:flex-end;padding:0 3rem 5rem;overflow:hidden;background:#05120D}
.hero-bg{position:absolute;inset:0;background-image:url('../img/stationads-hero.jpg');background-size:cover;background-position:center 30%;opacity:0.38}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to top, #05120D 30%, transparent 70%)}
.hero-content{position:relative;z-index:2;max-width:700px}
.hero-eyebrow{font-size:11px;letter-spacing:0.14em;text-transform:uppercase;color:#5DCAA5;margin-bottom:1.25rem}
.hero h1{font-family:'DM Serif Display',serif;font-size:clamp(2.4rem,5.5vw,4rem);color:#fff;line-height:1.1;font-weight:400;margin-bottom:1.25rem}
.hero h1 em{font-style:italic;color:#5DCAA5}
.hero-sub{font-size:1.05rem;color:rgba(255,255,255,0.65);line-height:1.75;max-width:520px;margin-bottom:2rem}
.hero-notice{font-size:13px;color:rgba(255,255,255,0.72);line-height:1.6;max-width:540px;margin:-0.75rem 0 1.6rem;padding-left:14px;border-left:2px solid #5DCAA5}
.hero-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:2.5rem}
.pill{font-size:12px;padding:5px 13px;border-radius:99px;border:0.5px solid rgba(255,255,255,0.2);color:rgba(255,255,255,0.55)}
.hero-cta{display:inline-block;background:#1D9E75;color:#fff;font-size:14px;font-weight:500;padding:13px 28px;border-radius:6px;text-decoration:none;letter-spacing:0.01em}

/* SECTIONS */
section{padding:5rem 3rem}
.section-inner{max-width:1100px;margin:0 auto}
.label{font-size:11px;letter-spacing:0.13em;text-transform:uppercase;color:#1D9E75;margin-bottom:0.75rem}
h2{font-family:'DM Serif Display',serif;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:400;line-height:1.15;margin-bottom:0.75rem}
.section-lead{font-size:1rem;color:#555;line-height:1.75;max-width:560px;margin-bottom:2.5rem}

/* AUDIENCE CARDS */
.aud-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.aud-card{background:#f7f8f7;border-radius:12px;padding:1.75rem;border:0.5px solid #e2e6e3}
.aud-icon{width:38px;height:38px;border-radius:8px;background:#E1F5EE;display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem}
.aud-icon svg{width:18px;height:18px;stroke:#0F6E56;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.aud-card h3{font-size:15px;font-weight:500;margin-bottom:0.5rem;color:#111}
.aud-card p{font-size:13px;color:#666;line-height:1.65;margin-bottom:0.85rem}
.aud-card ul{list-style:none;padding:0;border-top:0.5px solid #e2e6e3;padding-top:0.85rem}
.aud-card ul li{font-size:12.5px;color:#555;line-height:1.8;padding-left:1rem;position:relative}
.aud-card ul li::before{content:"→";position:absolute;left:0;color:#1D9E75;font-size:11px}

/* DARK STRIP */
.dark-strip{background:#05120D;color:#fff;padding:5rem 3rem}
.dark-strip .label{color:#5DCAA5}
.dark-strip h2{color:#fff}
.dark-strip .section-lead{color:rgba(255,255,255,0.6)}

/* FUNNEL */
.funnel{display:grid;grid-template-columns:repeat(3,1fr);gap:0}
.funnel-step{padding:2rem 2rem 2rem 0;border-right:0.5px solid rgba(255,255,255,0.1);margin-right:2rem}
.funnel-step:last-child{border-right:none;margin-right:0}
.funnel-num{font-size:11px;color:#5DCAA5;letter-spacing:0.1em;text-transform:uppercase;margin-bottom:0.75rem}
.funnel-step h3{font-size:18px;font-weight:500;color:#fff;margin-bottom:0.5rem}
.funnel-step p{font-size:13px;color:rgba(255,255,255,0.55);line-height:1.7;margin-bottom:0.85rem}
.funnel-kpi{font-size:11px;color:#5DCAA5;letter-spacing:0.04em}

/* SERVICES GRID */
.svc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.svc{background:#fff;border:0.5px solid #e2e6e3;border-radius:10px;padding:1.25rem}
.svc-icon{width:32px;height:32px;border-radius:7px;background:#E1F5EE;display:flex;align-items:center;justify-content:center;margin-bottom:0.85rem}
.svc-icon svg{width:15px;height:15px;stroke:#0F6E56;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.svc h4{font-size:13px;font-weight:500;color:#111;margin-bottom:0.3rem}
.svc p{font-size:12px;color:#777;line-height:1.55}

/* TRUST */
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.trust-item{padding:1.5rem;background:#f7f8f7;border-radius:10px;border:0.5px solid #e2e6e3}
.trust-item strong{display:block;font-size:13px;font-weight:500;color:#111;margin-bottom:0.4rem}
.trust-item p{font-size:12px;color:#666;line-height:1.6}

/* BUYING MODELS */
.buying-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.buying-card{border:0.5px solid rgba(255,255,255,0.12);border-radius:10px;padding:1.25rem}
.buying-card h4{font-size:14px;font-weight:500;color:#fff;margin-bottom:0.35rem}
.buying-card p{font-size:12px;color:rgba(255,255,255,0.5);line-height:1.6}

/* FOOTER */
footer{background:#05120D;padding:2.5rem 3rem;display:flex;align-items:center;justify-content:space-between;border-top:0.5px solid rgba(255,255,255,0.08)}
footer img{height:22px;opacity:0.9}
footer p{font-size:13px;color:rgba(255,255,255,0.45)}
footer a{color:#5DCAA5;text-decoration:none}

/* VENUE TAGS */
.venue-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:2rem}
.vtag{font-size:12px;padding:5px 12px;background:#0d2a1e;border:0.5px solid rgba(255,255,255,0.1);border-radius:6px;color:rgba(255,255,255,0.5)}

@media(max-width:900px){
  nav{padding:0 1.5rem}
  .nav-links{display:none}
  .nav-burger{display:flex}
  .nav-mobile{padding:0 1.5rem}
  .nav-mobile.open{padding:1.5rem}
  .hero{padding:0 1.5rem 4rem;height:auto;min-height:100svh}
  section{padding:3.5rem 1.5rem}
  .dark-strip{padding:3.5rem 1.5rem}
  .aud-grid,.funnel,.trust-grid{grid-template-columns:1fr}
  .svc-grid{grid-template-columns:repeat(2,1fr)}
  .buying-grid{grid-template-columns:repeat(2,1fr)}
  .funnel-step{border-right:none;border-bottom:0.5px solid rgba(255,255,255,0.1);padding:1.5rem 0 1.5rem 0;margin-right:0;margin-bottom:1rem}
  footer{flex-direction:column;gap:1rem;text-align:center}
    html {
        scroll-padding-top: 17px;
    }
    section[id] {
        scroll-margin-top: 17px;
    }
}

/* SCROLL TO TOP */
.scroll-top{position:fixed;bottom:2rem;right:2rem;width:42px;height:42px;background:#1D9E75;border:none;border-radius:50%;cursor:pointer;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;opacity:0;pointer-events:none;-webkit-transition:opacity 0.3s ease,-webkit-transform 0.2s ease;transition:opacity 0.3s ease,transform 0.2s ease;z-index:200;-webkit-transform:translateY(8px);transform:translateY(8px)}
.scroll-top.visible{opacity:1;pointer-events:auto;-webkit-transform:translateY(0);transform:translateY(0)}
.scroll-top:hover{background:#0F6E56}
.scroll-top svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
