
*{box-sizing:border-box}
:root{
  --bg:#0b0d11;
  --bg2:#101216;
  --card:#15181d;
  --line:#252a31;
  --text:#f4f6f8;
  --muted:#aeb5bd;
  --gold:#e8b854;
  --gold2:#b68531;
  --green:#63e68a;
  --mint:#a0ffca;
  --shadow:0 18px 50px rgba(0,0,0,.35);
}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:
    radial-gradient(circle at 85% 15%, rgba(232,184,84,.08), transparent 22%),
    radial-gradient(circle at 10% 75%, rgba(99,230,138,.06), transparent 20%),
    linear-gradient(180deg, #0b0d11 0%, #101216 100%);
  color:var(--text);
  line-height:1.68;
}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}

.site-header{
  position:sticky;top:0;z-index:30;
  background:rgba(10,12,15,.88);
  border-bottom:1px solid rgba(232,184,84,.1);
  backdrop-filter:blur(14px);
}
.header-inner{min-height:84px;display:flex;align-items:center;gap:28px}
.brand{margin-right:auto}
.brand img{width:240px}
.nav{display:flex;gap:26px;font-size:14px;font-weight:800}
.nav a{position:relative}
.nav a:after{content:"";position:absolute;left:0;bottom:-7px;width:0;height:2px;background:var(--gold);transition:.25s}
.nav a:hover:after{width:100%}
.header-btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:42px;padding:0 18px;border-radius:999px;
  background:linear-gradient(135deg,var(--gold),#f3cf77);
  color:#121317;font-size:14px;font-weight:900;
  box-shadow:0 0 20px rgba(232,184,84,.18);
}
.menu-btn{display:none;background:none;border:0;color:var(--text);font-size:28px}

.hero{padding:78px 0 72px}
.hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:center}
.eyebrow{
  display:inline-block;
  margin-bottom:14px;
  color:var(--gold);
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
}
.hero h1,.section-head h2,.survey-info h2,.story-copy h2,.faq-wrap h2{
  margin:0 0 18px;
  font-family:Georgia,"Times New Roman",serif;
  line-height:1.06;
  letter-spacing:-1.6px;
}
.hero h1{font-size:66px}
.hero p{margin:0 0 30px;color:var(--muted);font-size:18px;max-width:620px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:50px;padding:0 24px;border-radius:999px;
  font-size:14px;font-weight:900;border:1px solid transparent;
}
.btn-gold{
  background:linear-gradient(135deg,var(--gold),#f4d27d);
  color:#131417;
  box-shadow:0 0 24px rgba(232,184,84,.18);
}
.btn-ghost{
  border-color:rgba(255,255,255,.12);
  color:var(--text);
  background:rgba(255,255,255,.02);
}
.hero-media img{
  border-radius:36px;
  border:1px solid rgba(232,184,84,.15);
  box-shadow:0 0 0 1px rgba(255,255,255,.02), 0 28px 70px rgba(0,0,0,.36);
}

.ticker{
  border-top:1px solid rgba(232,184,84,.08);
  border-bottom:1px solid rgba(232,184,84,.08);
  background:rgba(255,255,255,.01);
}
.ticker-inner{
  min-height:58px;
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  text-transform:uppercase;
  font-size:13px;font-weight:800;letter-spacing:1px;
  color:#e7ebef;
}
.ticker i{color:var(--green)}

.section{padding:92px 0}
.survey-grid{
  display:grid;grid-template-columns:.9fr 1.1fr;gap:68px;align-items:start;
}
.survey-info p,.section-head p,.story-copy p{color:var(--muted);font-size:17px}
.glow-points{margin-top:28px}
.glow-points>div{display:flex;gap:14px;align-items:center;padding:12px 0}
.glow-points b{
  width:44px;height:44px;border-radius:14px;
  display:grid;place-items:center;
  background:rgba(232,184,84,.1);
  color:var(--gold);
  box-shadow:0 0 18px rgba(232,184,84,.08);
}
.glow-points span{font-weight:700}

.survey-card{
  background:linear-gradient(180deg,rgba(21,24,29,.98),rgba(16,18,22,.98));
  border:1px solid rgba(232,184,84,.14);
  border-radius:30px;
  padding:36px;
  box-shadow:var(--shadow), 0 0 40px rgba(232,184,84,.03);
}
.form-head h3{font-size:32px;margin:0 0 6px}
.form-head p{margin:0 0 26px;color:var(--muted)}
.label{display:block;margin:18px 0 10px;font-weight:900}
input,select,textarea{
  width:100%;
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  padding:14px 15px;
  background:#0f1217;
  color:var(--text);
  outline:none;
}
input:focus,select:focus,textarea:focus{
  border-color:rgba(232,184,84,.55);
  box-shadow:0 0 0 4px rgba(232,184,84,.10), 0 0 20px rgba(99,230,138,.05);
}
.submit-btn{
  width:100%;margin-top:22px;
  border:0;border-radius:999px;padding:15px;
  background:linear-gradient(135deg,var(--gold),#f5d57f);
  color:#141518;font-weight:900;cursor:pointer;
  box-shadow:0 0 24px rgba(232,184,84,.2);
}
.success{
  margin-top:14px;padding:12px 14px;border-radius:12px;
  background:rgba(99,230,138,.10);color:#baffd3;font-weight:800;
  border:1px solid rgba(99,230,138,.18);
}

.section-head{max-width:760px;margin-bottom:42px}
.center{text-align:center;margin-left:auto;margin-right:auto}
.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.fav-card{
  background:linear-gradient(180deg,#15181d,#111318);
  border:1px solid rgba(232,184,84,.10);
  border-radius:26px;overflow:hidden;
  box-shadow:var(--shadow);
}
.fav-card img{width:100%;aspect-ratio:4/3;object-fit:cover}
.fav-body{padding:24px}
.tag{
  display:inline-flex;padding:7px 10px;border-radius:999px;
  background:rgba(232,184,84,.12);color:var(--gold);
  font-size:12px;font-weight:900;margin-bottom:12px;text-transform:uppercase;
}
.fav-card h3{margin:0 0 8px;font-size:24px}
.fav-card p{margin:0 0 14px;color:var(--muted)}
.fav-card a{font-weight:800;color:var(--mint)}

.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:68px;align-items:center}
.story-list{margin:22px 0 26px;padding-left:20px;color:var(--muted)}
.story-list li{margin-bottom:8px}
.story-link{color:var(--gold);font-weight:900}
.story-photos{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;align-items:end}
.story-photo{
  background:#12151a;border:1px solid rgba(232,184,84,.10);
  border-radius:26px;overflow:hidden;box-shadow:var(--shadow);
}
.story-photo img{width:100%;height:100%;object-fit:cover}
.story-photo.large{height:430px}
.story-photo.small{height:300px}

.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.testi-card{
  background:linear-gradient(180deg,#15181d,#111318);
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;padding:26px;
  box-shadow:var(--shadow);
}
.testi-card.glow{box-shadow:var(--shadow),0 0 36px rgba(232,184,84,.08)}
.testi-card.glow-green{box-shadow:var(--shadow),0 0 36px rgba(99,230,138,.08)}
.testi-card p{margin:0 0 18px;color:#d3d7dc}
.testi-card h4{margin:0;font-size:18px}
.testi-card span{color:var(--gold);font-size:14px}

.faq-wrap{max-width:920px}
.faq-list details{
  background:linear-gradient(180deg,#15181d,#101216);
  border:1px solid rgba(232,184,84,.12);
  border-radius:18px;
  padding:18px 20px;
  margin-bottom:12px;
  box-shadow:var(--shadow);
}
.faq-list summary{cursor:pointer;font-weight:900}
.faq-list p{color:var(--muted);margin-bottom:4px}

.site-footer{
  padding:60px 0;
  background:#0a0c10;
  border-top:1px solid rgba(232,184,84,.08);
}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.2fr;gap:60px}
.footer-logo{width:220px;margin-bottom:16px}
.site-footer p,.site-footer a{color:var(--muted)}
.site-footer h4{margin-top:0;color:var(--text)}
.footer-grid>div:nth-child(2),.footer-grid>div:nth-child(3){display:flex;flex-direction:column;gap:8px}

@media(max-width:960px){
  .nav,.header-btn{display:none}
  .menu-btn{display:block}
  .hero-grid,.survey-grid,.story-grid{grid-template-columns:1fr}
  .cards-grid,.testi-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .hero h1{font-size:50px}
}
@media(max-width:620px){
  .container{width:min(100% - 26px,1180px)}
  .hero{padding-top:46px}
  .hero h1,.section-head h2,.survey-info h2,.story-copy h2,.faq-wrap h2{font-size:36px}
  .section{padding:68px 0}
  .survey-card{padding:24px 18px}
  .ticker-inner{overflow:auto;justify-content:flex-start;white-space:nowrap}
  .story-photos{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
}
