/* ============================================================
   DASTGIR SABRI — Landing page styles (uses tokens from brand.css)
   ============================================================ */

.lp { position: relative; z-index: 1; }
.lp-wrap { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 40px; }
@media (max-width: 820px){ .lp-wrap { padding: 0 22px; } }

/* ---------- NAV ---------- */
.lp-nav { position: sticky; top: 0; z-index: 60; backdrop-filter: blur(16px); background: rgba(10,25,47,.78); border-bottom: 1px solid var(--line); }
.lp-nav .row { display: flex; align-items: center; gap: 32px; height: 80px; }
.lp-nav .brand { display: flex; align-items: center; gap: 12px; }
.lp-nav .brand img { height: 34px; }
.lp-nav .brand b { font-family: var(--font-head); font-weight: 500; font-size: 19px; color: var(--ink-100); }
.lp-nav .menu { display: flex; gap: 30px; margin-left: 20px; font-family: var(--font-ui); font-size: 14.5px; }
.lp-nav .menu a { color: var(--ink-300); transition: color .2s; }
.lp-nav .menu a:hover { color: var(--ink-100); }
.lp-nav .right { margin-left: auto; display: flex; align-items: center; gap: 16px; }
.lp-nav .right .btn { white-space: nowrap; }
.lp-nav .bell { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--navy-700); border: 1px solid var(--line-strong); color: var(--ink-200); }
@media (max-width: 980px){ .lp-nav .menu { display: none; } }

/* ---------- HERO ---------- */
.hero { padding: 84px 0 72px; position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero h1 { font-size: clamp(44px, 6vw, 78px); font-weight: 400; line-height: 1.04; letter-spacing: -0.015em; }
.hero h1 em { font-style: italic; color: var(--green-400); }
.hero .sub { color: var(--ink-300); font-size: 18px; max-width: 480px; margin: 26px 0 34px; }
.hero .cta-row { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.text-link { font-family: var(--font-ui); font-weight: 600; font-size: 15px; color: var(--ink-100); display: inline-flex; gap: 10px; align-items: center; }
.text-link .dot { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line-strong); display: grid; place-items: center; color: var(--green-400); transition: .2s; }
.text-link:hover .dot { background: var(--green-500); color: #042a18; border-color: var(--green-500); }
.trust { margin-top: 56px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; padding-top: 28px; border-top: 1px solid var(--line); }
.trust .lbl { font-family: var(--font-ui); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-400); max-width: none; line-height: 1.4; white-space: nowrap; }
.trust .brands { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.trust .brands span { font-family: var(--font-ui); font-weight: 600; color: var(--ink-100); font-size: 14.5px; padding: 9px 18px; border-radius: var(--r-pill); border: 1px solid var(--line-strong); background: rgba(136,166,214,.05); }

/* ---- trust marquee band ---- */
.trust-band { padding: 40px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.trust-band .lbl { text-align: center; font-family: var(--font-ui); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-400); margin-bottom: 26px; }
.marquee { position: relative; width: 100%; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; width: max-content; gap: 14px; animation: marquee 34s linear infinite; }
.marquee-track span { font-family: var(--font-ui); font-weight: 600; color: var(--ink-100); font-size: 14.5px; padding: 10px 22px; border-radius: var(--r-pill); border: 1px solid var(--line-strong); background: rgba(136,166,214,.05); white-space: nowrap; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (max-width: 900px){ .hero-grid { grid-template-columns: 1fr; gap: 40px; } }

/* hero right composition — trust / conversion panel */
.hero-art { position: relative; display: flex; flex-direction: column; gap: 16px; }
.tp-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.tp-card { background: linear-gradient(180deg,var(--navy-800),var(--navy-850)); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px; }
.tp-card .stars { color: var(--green-400); letter-spacing: 4px; font-size: 16px; }
.tp-big { font-family: var(--font-head); font-size: 46px; color: var(--ink-100); line-height: 1; margin-top: 10px; }
.tp-lbl { font-family: var(--font-ui); font-size: 12.5px; color: var(--ink-300); margin-top: 10px; line-height: 1.45; }
.tp-card.audit { background: radial-gradient(130% 130% at 100% 0%, rgba(0,193,110,.18), var(--navy-850)); border-color: rgba(0,193,110,.32); display: flex; flex-direction: column; justify-content: space-between; }
.tp-card.audit .eb { font-family: var(--font-ui); font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--green-400); }
.tp-h { font-family: var(--font-head); font-size: 24px; color: #fff; margin-top: 8px; line-height: 1.12; }
.mini-cta { font-family: var(--font-ui); font-weight: 600; font-size: 14px; color: var(--green-400); display: inline-flex; gap: 7px; align-items: center; margin-top: 16px; transition: gap .2s; }
.mini-cta:hover { gap: 12px; }
.chart-card .hd { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 14px 0 22px; }
.chart-card .hd h3 { margin: 0; font-size: 25px; }
.chart-card .delta { font-family: var(--font-ui); font-size: 12px; font-weight: 600; color: #042a18; background: var(--green-500); padding: 6px 12px; border-radius: var(--r-pill); white-space: nowrap; }
.tp-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.tp-chips span { font-family: var(--font-ui); font-size: 13px; color: var(--ink-200); background: rgba(136,166,214,.05); border: 1px solid var(--line); border-radius: var(--r-pill); padding: 9px 15px; }
.stat-card { background: linear-gradient(180deg,var(--navy-800),var(--navy-850)); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; }
.stat-card .big { font-family: var(--font-head); font-size: 54px; color: var(--ink-100); line-height: 1; }
.stat-card .lbl { font-size: 13.5px; color: var(--ink-300); margin-top: 10px; }
.hero-art { padding-top: 20px; }
.badge-arrow { position: absolute; left: 50%; top: -10px; transform: translateX(-50%); width: 60px; height: 60px; border-radius: 50%; background: var(--green-500); color: #042a18; display: grid; place-items: center; z-index: 3; box-shadow: var(--sh-glow); font-size: 26px; box-shadow: var(--sh-glow); z-index: 2; }
.chart-card { grid-column: 1 / -1; background: radial-gradient(120% 120% at 90% 0%, var(--navy-700), var(--navy-900)); border: 1px solid var(--line-strong); border-radius: var(--r-lg); padding: 26px 28px; overflow: hidden; }
.chart-card .top { display: flex; align-items: center; gap: 10px; font-family: var(--font-ui); font-size: 12px; color: var(--ink-300); letter-spacing: .08em; text-transform: uppercase; }
.chart-card h3 { font-size: 26px; font-weight: 400; margin: 14px 0 22px; }
.bars { display: flex; align-items: flex-end; gap: 14px; height: 120px; }
.bars .bar { flex: 1; border-radius: 8px 8px 0 0; background: linear-gradient(180deg,var(--green-400),var(--green-600)); }
.bars .bar.dim { background: linear-gradient(180deg,var(--navy-600),var(--navy-700)); }

/* ---------- ABOUT ---------- */
.about { display: grid; grid-template-columns: .82fr 1.18fr; gap: 56px; align-items: center; }
.about .portrait { position: relative; }
.about .portrait image-slot,
.about .portrait > img {
  display: block; width: 100%; height: clamp(440px, 42vw, 580px);
  border-radius: var(--r-lg); overflow: hidden;
  background: var(--navy-850); box-shadow: var(--sh-3);
}
.about .portrait .ring { position: absolute; inset: -14px; border: 1px solid var(--line-strong); border-radius: calc(var(--r-lg) + 14px); pointer-events: none; }
.about .portrait .tagchip { position: absolute; left: 22px; bottom: 22px; background: rgba(10,25,47,.82); backdrop-filter: blur(8px); border: 1px solid var(--line-strong); border-radius: var(--r-pill); padding: 10px 18px; font-family: var(--font-ui); font-size: 13px; color: var(--green-400); display: flex; gap: 9px; align-items: center; }
.about .sig { font-family: var(--font-head); font-style: italic; font-size: 30px; color: var(--ink-100); margin-top: 24px; }
@media (max-width: 820px){ .about { grid-template-columns: 1fr; gap: 32px; } }

/* ---------- SECTION SCAFFOLD ---------- */
.lp-section { padding: 100px 0; position: relative; border-top: 1px solid var(--line); }
.lp-section.deep { background: linear-gradient(180deg,#06101f,#0A192F); }
.sec-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: end; margin-bottom: 52px; }
.sec-head h2 { font-size: clamp(32px,4vw,50px); font-weight: 400; line-height: 1.08; }
.sec-head h2 em { font-style: italic; color: var(--green-400); }
.sec-head p { color: var(--ink-300); font-size: 16.5px; }
@media (max-width: 820px){ .sec-head { grid-template-columns: 1fr; gap: 18px; } .lp-section { padding: 72px 0; } }

/* service intro cards */
.svc-duo { display: grid; grid-template-columns: 1fr 1.4fr; gap: 22px; }
.metric-card { background: radial-gradient(120% 120% at 20% 10%, var(--navy-700), #05101e); border: 1px solid var(--line-strong); border-radius: var(--r-xl); padding: 36px; display: flex; flex-direction: column; justify-content: space-between; min-height: 320px; }
.metric-card .big { font-family: var(--font-head); font-size: 60px; color: #fff; line-height: 1; }
.metric-card .lbl { color: var(--ink-300); font-size: 15px; margin-top: 8px; }
.avatars { display: flex; align-items: center; }
.avatars .a { width: 50px; height: 50px; border-radius: 50%; border: 2px solid #05101e; margin-left: -12px; background: linear-gradient(135deg,var(--blue-400),var(--green-500)); }
.avatars .a:first-child { margin-left: 0; }
.avatars .plus { margin-left: 14px; width: 50px; height: 50px; border-radius: 50%; background: var(--green-500); color: #042a18; display: grid; place-items: center; font-size: 24px; }
.video-card { position: relative; border-radius: var(--r-xl); overflow: hidden; border: 1px solid var(--line); min-height: 320px; }
.video-card .label { position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--font-ui); font-weight: 600; letter-spacing: .42em; font-size: clamp(20px,3vw,34px); color: rgba(255,255,255,.85); text-transform: uppercase; }
.video-card .play { position: absolute; right: 30px; bottom: 30px; width: 78px; height: 78px; border-radius: 50%; background: var(--green-500); color: #042a18; display: grid; place-items: center; font-size: 26px; box-shadow: var(--sh-glow); }
@media (max-width: 820px){ .svc-duo { grid-template-columns: 1fr; } }

/* ---------- CASE STUDIES ---------- */
.filters { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.filter { font-family: var(--font-ui); font-size: 14px; font-weight: 500; padding: 11px 22px; border-radius: var(--r-pill); border: 1px solid var(--line-strong); color: var(--ink-200); background: transparent; cursor: pointer; transition: .2s; }
.filter[aria-selected="true"] { background: var(--green-500); color: #042a18; border-color: var(--green-500); }
.case-track { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.case { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); background: var(--navy-850); transition: transform .25s, box-shadow .25s; }
.case.hide { display: none; }
.case:hover { transform: translateY(-6px); box-shadow: var(--sh-2); }
.case image-slot { display: block; width: 100%; height: 230px; }
.case .meta { padding: 20px 22px 24px; }
.case .meta .k { font-family: var(--font-ui); font-size: 12px; color: var(--green-400); letter-spacing: .1em; text-transform: uppercase; }
.case .meta h4 { font-size: 21px; font-weight: 400; margin: 8px 0 6px; }
.case .meta p { color: var(--ink-300); font-size: 14px; }
@media (max-width: 900px){ .case-track { grid-template-columns: 1fr; } }

/* ---------- TESTIMONIAL ---------- */
.tst { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.tst blockquote { margin: 0; font-family: var(--font-head); font-size: clamp(24px,3.2vw,38px); line-height: 1.3; color: var(--ink-100); font-style: italic; }
.tst blockquote .hl { color: var(--green-400); font-style: normal; }
.tst .who { display: flex; align-items: center; gap: 16px; margin-top: 34px; }
.tst .who .av { width: 54px; height: 54px; border-radius: 50%; background: linear-gradient(135deg,var(--blue-500),var(--green-600)); }
.tst .who .nm { font-family: var(--font-ui); font-weight: 600; color: var(--ink-100); }
.tst .who .ti { color: var(--ink-400); font-size: 14px; }
.tst .nav { display: flex; align-items: center; gap: 16px; }
.tst .nav button { width: 56px; height: 56px; border-radius: 50%; border: 1px solid var(--line-strong); background: transparent; color: var(--ink-100); cursor: pointer; font-size: 20px; transition: .2s; }
.tst .nav button:hover { background: var(--green-500); color: #042a18; border-color: var(--green-500); }
.tst .nav .count { font-family: var(--font-ui); color: var(--ink-300); font-size: 14px; }
@media (max-width: 820px){ .tst { grid-template-columns: 1fr; gap: 24px; } }

/* ---------- FAQ ---------- */
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: start; }
.faq-item { border: 1px solid var(--line); border-radius: var(--r-md); padding: 22px 26px; margin-bottom: 14px; cursor: pointer; transition: border-color .2s, background .2s; background: var(--navy-850); }
.faq-item[open] { border-color: rgba(0,193,110,.4); background: var(--navy-800); }
.faq-item summary { list-style: none; display: flex; justify-content: space-between; gap: 20px; align-items: center; font-family: var(--font-head); font-size: 19px; color: var(--ink-100); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .ic { color: var(--green-400); font-size: 24px; transition: transform .2s; flex-shrink: 0; }
.faq-item[open] summary .ic { transform: rotate(45deg); }
.faq-item p { color: var(--ink-300); font-size: 15px; margin-top: 16px; }
@media (max-width: 820px){ .faq-grid { grid-template-columns: 1fr; gap: 28px; } }

/* ---------- INSIGHTS ---------- */
.posts { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.post { border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; background: var(--navy-850); display: flex; flex-direction: column; gap: 14px; transition: transform .25s, box-shadow .25s; }
.post:hover { transform: translateY(-6px); box-shadow: var(--sh-2); }
.post .top { display: flex; justify-content: space-between; align-items: center; font-family: var(--font-ui); font-size: 12.5px; color: var(--ink-400); }
.post .top .dt { width: 9px; height: 9px; border-radius: 50%; background: var(--green-500); }
.post h4 { font-size: 21px; font-weight: 400; line-height: 1.2; }
.post p { color: var(--ink-300); font-size: 14px; flex: 1; }
.post .arw { width: 46px; height: 46px; border-radius: 50%; background: var(--navy-700); border: 1px solid var(--line-strong); display: grid; place-items: center; color: var(--ink-100); align-self: flex-start; transition: .2s; }
.post:hover .arw { background: var(--green-500); color: #042a18; border-color: var(--green-500); }
@media (max-width: 900px){ .posts { grid-template-columns: 1fr; } }

/* ---------- CTA ---------- */
.cta-band { background: radial-gradient(120% 160% at 80% 0%, var(--navy-700), #05101e); border-radius: var(--r-xl); padding: clamp(48px,7vw,96px); display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; border: 1px solid var(--line-strong); }
.cta-band h2 { font-size: clamp(34px,5vw,64px); font-weight: 400; line-height: 1.02; }
.cta-band h2 em { font-style: italic; color: var(--green-400); }

/* ---------- FOOTER ---------- */
.lp-footer { padding: 80px 0 56px; border-top: 1px solid var(--line); }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.foot-grid .brand img { height: 40px; }
.foot-grid p { color: var(--ink-400); font-size: 14.5px; margin: 18px 0 22px; max-width: 320px; }
.foot-col h5 { font-family: var(--font-ui); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-200); margin: 0 0 18px; font-weight: 600; }
.foot-col a { display: block; color: var(--ink-400); font-size: 14.5px; margin-bottom: 12px; transition: color .2s; }
.foot-col a:hover { color: var(--green-400); }
.socials { display: flex; gap: 12px; }
.socials a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line-strong); display: grid; place-items: center; color: var(--ink-300); font-family: var(--font-ui); font-size: 13px; transition: .2s; }
.socials a:hover { background: var(--green-500); color: #042a18; border-color: var(--green-500); }
.foot-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 56px; padding-top: 28px; border-top: 1px solid var(--line); color: var(--ink-400); font-family: var(--font-ui); font-size: 13px; flex-wrap: wrap; gap: 12px; }
@media (max-width: 900px){ .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px){ .foot-grid { grid-template-columns: 1fr; } }
