/* AdNeed — Landing page (index.html) layout styles.
   Tokens/buttons/inputs come from adneed.css; this file is purely
   marketing-page layout on top of it. AdNeed's own branding only —
   never applied to a business's public portfolio. */

html { scroll-behavior: smooth; }
img { max-width: 100%; display: block; }
.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
section { padding: 88px 0; }
@media (max-width: 720px){ section{ padding: 56px 0; } }

.eyebrow { font-family:'Sora',sans-serif; font-size:13px; font-weight:700; color:var(--orange-500); margin-bottom:12px; }
.section-head { max-width: 620px; margin-bottom: 48px; }
.section-head h2 { font-size: 32px; font-weight: 800; letter-spacing: -.4px; line-height:1.15; }
.section-head p { color: var(--text-muted); font-size: 16px; margin-top: 14px; line-height:1.6; }

/* ---------------------------------------------------------------- Nav */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250,250,250,.88); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.nav .container { display:flex; align-items:center; justify-content:space-between; height: 72px; }
.nav-brand { display:flex; align-items:center; gap:10px; text-decoration:none; color:var(--navy-900); }
.nav-brand img { height:34px; width:34px; border-radius:50%; object-fit:cover; }
.nav-brand span { font-family:'Sora',sans-serif; font-weight:800; font-size:18px; letter-spacing:-.3px; }
.nav-actions { display:flex; align-items:center; gap:10px; }
.nav-actions a.link { color: var(--text); text-decoration:none; font-weight:600; font-size:14px; padding:10px 8px; }
.nav .btn { width:auto; margin:0; padding:11px 20px; }

/* ---------------------------------------------------------------- Hero */
.hero { background: var(--navy-900); color:#fff; padding: 88px 0 104px; overflow:hidden; position:relative; }
.hero .container { display:grid; grid-template-columns: 1.05fr 0.95fr; gap:56px; align-items:center; }
@media (max-width: 900px){ .hero .container{ grid-template-columns:1fr; } .hero-art{ order:-1; height:260px !important; } }

.hero h1 { font-size: 46px; line-height:1.08; font-weight:800; letter-spacing:-1px; }
.hero h1 em { font-style:normal; background:var(--grad); -webkit-background-clip:text; background-clip:text; color:transparent; }
@media (max-width:520px){ .hero h1{ font-size:34px; } }
.hero .hindi-line { font-family:'Hind',sans-serif; font-weight:600; font-size:17px; color:var(--amber-400); margin-top:10px; }
.hero p.lede { color:#B9C2D3; font-size:17px; line-height:1.65; margin-top:18px; max-width:480px; }
.hero-ctas { display:flex; gap:14px; margin-top:32px; flex-wrap:wrap; }
.hero-ctas .btn { width:auto; margin:0; padding:15px 26px; }
.hero-ctas .btn-secondary { border-color:rgba(255,255,255,.35); color:#fff; }
.hero-trust { margin-top:28px; display:flex; gap:22px; flex-wrap:wrap; }
.hero-trust div { font-size:13px; color:#8B96AC; }
.hero-trust b { display:block; font-family:'Sora',sans-serif; font-size:20px; color:#fff; }

/* Hero art: scattered "photos" converging into one link pill —
   the literal "your products, one link" idea, not a stock illustration. */
.hero-art { position:relative; height:340px; }
.photo-tile {
  position:absolute; width:88px; height:88px; border-radius:14px;
  background: linear-gradient(135deg,#2B3F5E,#1B2C45);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 12px 24px rgba(0,0,0,.35);
}
.photo-tile::after{ content:''; position:absolute; inset:14px; border-radius:8px; background:rgba(255,255,255,.06); }
.pt-1{ top:6%; left:2%; transform:rotate(-14deg); }
.pt-2{ top:2%; left:34%; transform:rotate(9deg); }
.pt-3{ top:36%; left:0; transform:rotate(6deg); width:70px; height:70px;}
.pt-4{ top:56%; left:30%; transform:rotate(-8deg); width:76px; height:76px;}
.pt-5{ top:8%; right:4%; transform:rotate(12deg); width:72px; height:72px;}
.pt-6{ top:44%; right:0; transform:rotate(-10deg); }

.link-pill {
  position:absolute; left:50%; top:62%; transform:translate(-50%,-50%);
  background:var(--grad); color:#fff; border-radius:999px;
  padding:16px 26px; display:flex; align-items:center; gap:10px;
  font-family:'Sora',sans-serif; font-weight:700; font-size:14px;
  box-shadow:0 16px 36px rgba(232,73,29,.4); white-space:nowrap;
}
.link-pill .dot{ width:8px; height:8px; border-radius:50%; background:#fff; }
.converge-line {
  position:absolute; left:50%; top:62%; width:1px; height:1px;
  border-top:1.5px dashed rgba(255,255,255,.25);
  transform-origin:left center;
}

/* ---------------------------------------------------------------- Problem */
.problem .container { display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
@media (max-width:860px){ .problem .container{ grid-template-columns:1fr; } }
.chat-mock { background:#E9EDF3; border-radius:20px; padding:20px; }
.bubble { background:#fff; border-radius:14px 14px 14px 4px; padding:10px 14px; font-size:13px;
  max-width:78%; margin-bottom:8px; box-shadow:0 1px 2px rgba(15,27,46,.06); color:var(--text); }
.bubble.me { margin-left:auto; border-radius:14px 14px 4px 14px; background:#DCF3E4; }
.bubble .imgs { display:flex; gap:4px; margin-top:6px; }
.bubble .imgs div { width:34px; height:34px; border-radius:6px; background:linear-gradient(135deg,#cfd6e2,#aeb8c9); }
.chat-mock .overflow-count { font-size:11px; color:var(--text-muted); margin-top:4px; }

.after-card { background:var(--surface); border:1px solid var(--border); border-radius:20px; overflow:hidden;
  box-shadow:0 1px 2px rgba(15,27,46,.06), 0 8px 24px rgba(15,27,46,.04); }
.after-card .cover { height:70px; background:linear-gradient(135deg,var(--amber-400),var(--orange-500)); }
.after-card .body { padding:18px 20px; }
.after-card .pgrid { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-top:12px; }
.after-card .pgrid div { height:56px; border-radius:8px; background:var(--bg); border:1px solid var(--border); }

.vs-arrow { text-align:center; font-family:'Sora',sans-serif; font-weight:700; color:var(--text-muted); font-size:13px; }

/* ---------------------------------------------------------------- How it works */
.steps { display:grid; grid-template-columns:repeat(3,1fr); gap:32px; }
@media (max-width:820px){ .steps{ grid-template-columns:1fr; } }
.step-num { font-family:'Sora',sans-serif; font-weight:800; font-size:14px; color:#fff;
  background:var(--grad); width:34px; height:34px; border-radius:10px; display:flex; align-items:center; justify-content:center; margin-bottom:16px; }
.step h3 { font-size:18px; font-weight:700; margin-bottom:8px; }
.step p { color:var(--text-muted); font-size:14px; line-height:1.6; }

/* ---------------------------------------------------------------- Demo */
.demo-band { background:var(--navy-700); border-radius:24px; padding:44px; color:#fff;
  display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap; }
.demo-band h3 { font-size:24px; font-weight:800; }
.demo-band p { color:#AEB9CE; margin-top:8px; max-width:440px; font-size:14px; }
.demo-band .btn { width:auto; margin:0; }

/* ---------------------------------------------------------------- Features */
.feature-list { display:grid; grid-template-columns:1fr 1fr; gap:28px 40px; }
@media (max-width:720px){ .feature-list{ grid-template-columns:1fr; } }
.feature { display:flex; gap:16px; }
.feature-icon { flex-shrink:0; width:44px; height:44px; border-radius:12px; background:#EAF6FB; color:var(--blue-700);
  display:flex; align-items:center; justify-content:center; font-family:'Sora',sans-serif; font-weight:800; }
.feature h4 { font-size:16px; font-weight:700; margin-bottom:4px; }
.feature p { color:var(--text-muted); font-size:14px; line-height:1.55; }

/* ---------------------------------------------------------------- Pricing */
.billing-toggle { display:inline-flex; align-items:center; gap:10px; background:var(--surface); border:1px solid var(--border);
  border-radius:999px; padding:5px; margin-bottom:36px; }
.billing-toggle button { border:none; background:transparent; font-family:'Sora',sans-serif; font-weight:700; font-size:13px;
  padding:9px 18px; border-radius:999px; cursor:pointer; color:var(--text-muted); }
.billing-toggle button.active { background:var(--navy-900); color:#fff; }
.save-tag { font-size:11px; color:var(--success); font-weight:700; margin-left:2px; }

.pricing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; align-items:stretch; }
@media (max-width:900px){ .pricing-grid{ grid-template-columns:1fr; max-width:400px; margin:0 auto; } }
.plan-card { background:var(--surface); border:1.5px solid var(--border); border-radius:20px; padding:28px 26px;
  display:flex; flex-direction:column; position:relative; }
.plan-card.featured { border-color:transparent; background:linear-gradient(var(--surface),var(--surface)) padding-box,
  var(--grad) border-box; box-shadow:0 16px 36px rgba(232,73,29,.16); }
.plan-ribbon { position:absolute; top:-13px; left:26px; background:var(--grad); color:#fff; font-size:11px; font-weight:700;
  font-family:'Sora',sans-serif; padding:5px 12px; border-radius:999px; }
.plan-card h3 { font-size:19px; font-weight:700; }
.plan-price { margin:14px 0 4px; }
.plan-price .amt { font-family:'Sora',sans-serif; font-weight:800; font-size:34px; }
.plan-price .per { color:var(--text-muted); font-size:13px; }
.plan-card .yearly-note { font-size:12px; color:var(--text-muted); margin-bottom:18px; min-height:16px; }
.plan-feats { list-style:none; padding:0; margin:0 0 24px; flex:1; }
.plan-feats li { font-size:13.5px; padding:7px 0; border-top:1px solid var(--border); color:var(--text); }
.plan-feats li:first-child { border-top:none; }
.plan-card .btn { width:100%; margin:0; }
.pricing-skel { height:340px; border-radius:20px; background:linear-gradient(90deg,#F0F1F4,#F7F8FA,#F0F1F4);
  background-size:200% 100%; animation: shimmer 1.4s infinite; }
@keyframes shimmer { 0%{background-position:200% 0;} 100%{background-position:-200% 0;} }
.pricing-note { text-align:center; color:var(--text-muted); font-size:13px; margin-top:28px; }

/* ---------------------------------------------------------------- Trial CTA band */
.cta-band { background:var(--grad); color:#fff; text-align:center; padding:72px 0; }
.cta-band h2 { font-size:30px; font-weight:800; max-width:600px; margin:0 auto; }
.cta-band p { margin-top:12px; opacity:.92; font-size:15px; }
.cta-band .btn-secondary { background:#fff; color:var(--orange-500); border:none; margin-top:26px; width:auto; padding:15px 30px; }

/* ---------------------------------------------------------------- FAQ */
.faq-list { max-width: 760px; }
.faq-item { border-bottom:1px solid var(--border); }
.faq-item summary { cursor:pointer; list-style:none; padding:20px 0; font-family:'Sora',sans-serif; font-weight:700;
  font-size:15.5px; display:flex; align-items:center; justify-content:space-between; gap:16px; }
.faq-item summary::-webkit-details-marker{ display:none; }
.faq-item summary::after { content:'+'; font-size:22px; color:var(--orange-500); font-weight:400; flex-shrink:0; transition:transform .15s ease; }
.faq-item[open] summary::after { transform:rotate(45deg); }
.faq-item p { color:var(--text-muted); font-size:14px; line-height:1.65; padding:0 0 20px; max-width:640px; }

/* ---------------------------------------------------------------- Footer */
.site-footer { background:var(--navy-900); color:#AEB9CE; padding:56px 0 28px; }
.site-footer .container { display:flex; justify-content:space-between; gap:32px; flex-wrap:wrap; }
.footer-brand { display:flex; align-items:center; gap:10px; }
.footer-brand img { height:30px; width:30px; border-radius:50%; }
.footer-brand span { font-family:'Sora',sans-serif; font-weight:800; color:#fff; }
.footer-links { display:flex; gap:36px; flex-wrap:wrap; }
.footer-links h5 { font-size:12px; text-transform:uppercase; letter-spacing:1px; color:#6E7A93; margin-bottom:12px; }
.footer-links a { display:block; color:#C7CEDC; text-decoration:none; font-size:14px; margin-bottom:9px; }
.footer-bottom { text-align:center; font-size:12px; color:#5B6784; margin-top:44px; padding-top:24px; border-top:1px solid rgba(255,255,255,.08); }
