:root {
      --bg: #f7f9fc;
      --surface: #ffffff;
      --surface-soft: #f3f6fb;
      --text: #0f172a;
      --muted: #64748b;
      --line: #e7ecf3;
      --brand: #6d5dfc;
      --brand-2: #4f46e5;
      --brand-soft: #efedff;
      --green: #16a34a;
      --shadow: 0 20px 60px rgba(15, 23, 42, .08);
      --shadow-sm: 0 10px 30px rgba(15, 23, 42, .06);
      --radius: 22px;
      --container: 1180px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at 8% 5%, rgba(109,93,252,.10), transparent 24%),
        radial-gradient(circle at 92% 12%, rgba(79,70,229,.08), transparent 20%),
        var(--bg);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
    }

    a { color: inherit; text-decoration: none; }
    button, input { font: inherit; }
    img { max-width: 100%; display: block; }

    .container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
    .section { padding: 100px 0; }
    .section-sm { padding: 72px 0; }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 12px;
      border: 1px solid #ded9ff;
      background: rgba(255,255,255,.72);
      color: var(--brand-2);
      border-radius: 999px;
      font-weight: 700;
      font-size: 13px;
      letter-spacing: .01em;
      box-shadow: 0 8px 24px rgba(79,70,229,.06);
    }

    .eyebrow-dot { width: 7px; height: 7px; background: var(--brand); border-radius: 99px; box-shadow: 0 0 0 5px rgba(109,93,252,.10); }

    h1, h2, h3, h4 { font-family: Manrope, Inter, sans-serif; margin: 0; line-height: 1.08; letter-spacing: -.035em; }
    h1 { font-size: clamp(46px, 6vw, 78px); max-width: 920px; }
    h2 { font-size: clamp(36px, 4.5vw, 56px); }
    h3 { font-size: 22px; }

    .gradient-text {
      background: linear-gradient(120deg, var(--brand-2), #8b5cf6 55%, #5b8cff);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .muted { color: var(--muted); }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 48px;
      padding: 0 18px;
      border-radius: 12px;
      border: 1px solid transparent;
      font-weight: 700;
      cursor: pointer;
      transition: .2s ease;
      white-space: nowrap;
    }
    .btn-primary { color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-2)); box-shadow: 0 10px 28px rgba(79,70,229,.24); }
    .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 15px 32px rgba(79,70,229,.30); }
    .btn-secondary { background: #fff; border-color: var(--line); color: var(--text); }
    .btn-secondary:hover { border-color: #cfd7e5; transform: translateY(-2px); }
    .btn-sm { min-height: 40px; padding: 0 14px; font-size: 14px; border-radius: 10px; }

    /* Navigation */
    .nav-wrap { position: sticky; top: 0; z-index: 100; padding: 14px 0; transition: .25s; }
    .nav-wrap.scrolled { background: rgba(247,249,252,.84); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(231,236,243,.9); }
    .nav { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
    .brand { display: inline-flex; align-items: center; gap: 10px; font-family: Manrope; font-size: 22px; font-weight: 800; letter-spacing: -.04em; }
    .brand-icon {
      width: 38px; height: 38px; border-radius: 11px;
      display: grid; place-items: center; color: #fff;
      background: linear-gradient(135deg, #8b5cf6, #4f46e5);
      box-shadow: 0 10px 24px rgba(79,70,229,.25);
    }
    .brand-icon svg { width: 20px; height: 20px; }
    .nav-links { display: flex; align-items: center; gap: 28px; color: #475569; font-size: 14px; font-weight: 600; }
    .nav-links a:hover { color: var(--text); }
    .nav-actions { display: flex; align-items: center; gap: 9px; }
    .menu-btn { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background:#fff; border-radius: 11px; cursor:pointer; }

    /* Hero */
    .hero { padding: 92px 0 70px; text-align: center; overflow: hidden; }
    .hero .eyebrow { margin-bottom: 25px; }
    .hero h1 { margin: 0 auto; }
    .hero-lead { max-width: 760px; margin: 25px auto 0; font-size: 19px; color: var(--muted); }
    .hero-actions { display: flex; justify-content: center; gap: 12px; margin-top: 32px; }
    .hero-note { display: flex; align-items: center; justify-content:center; flex-wrap:wrap; gap: 16px; margin-top: 17px; color: #64748b; font-size: 13px; }
    .hero-note span { display:inline-flex; gap:7px; align-items:center; }
    .hero-note svg { width:15px; color:var(--green); }

    .hero-stage {
      position: relative;
      margin: 66px auto 0;
      width: min(100%, 1050px);
    }
    .hero-glow { position:absolute; inset: 10% 13%; background: rgba(109,93,252,.22); filter: blur(85px); z-index:-1; border-radius:50%; }
    .browser {
      border: 1px solid rgba(212,220,232,.95);
      background: rgba(255,255,255,.94);
      border-radius: 24px;
      box-shadow: 0 35px 90px rgba(15,23,42,.13);
      padding: 0;
      overflow: hidden;
      text-align: left;
    }
    .browser-bar { height: 52px; display:flex; align-items:center; padding:0 18px; border-bottom:1px solid var(--line); background:#fbfcfe; gap:9px; }
    .dot { width:10px; height:10px; border-radius:50%; background:#dbe1ea; }
    .address { margin-left: 10px; flex:1; max-width:370px; height:29px; border-radius:8px; background:#f1f4f8; color:#94a3b8; display:flex; align-items:center; padding:0 11px; font-size:12px; }
    .demo-store { padding: 30px; background: linear-gradient(180deg,#fff,#fbfcff); min-height: 520px; }
    .demo-head { display:flex; justify-content:space-between; align-items:center; gap:20px; margin-bottom:24px; }
    .demo-shop-logo { font-weight:800; letter-spacing:-.04em; font-size:20px; }
    .demo-links { display:flex; gap:18px; color:#8a94a4; font-size:12px; font-weight:600; }
    .search-demo {
      width: min(100%, 800px); margin: 0 auto 22px; position:relative;
    }
    .search-shell {
      display:flex; align-items:center; gap:12px; height:66px; border:2px solid var(--brand); background:#fff;
      box-shadow:0 12px 35px rgba(79,70,229,.12); border-radius:16px; padding:0 17px;
    }
    .search-shell svg { color:#64748b; width:21px; }
    .search-shell input { flex:1; border:0; outline:0; color:var(--text); font-size:16px; background:transparent; min-width:0; }
    .kbd { border:1px solid var(--line); background:#f8fafc; border-radius:6px; font-size:11px; color:#94a3b8; padding:3px 7px; }
    .search-dropdown {
      width: min(100%, 800px); margin: 0 auto; display:grid; grid-template-columns: 170px 1fr; border:1px solid var(--line); border-radius:18px; background:#fff; box-shadow:var(--shadow-sm); overflow:hidden;
    }
    .filter-pane { padding:20px; border-right:1px solid var(--line); background:#fbfcfe; }
    .filter-title { font-size:11px; text-transform:uppercase; letter-spacing:.08em; font-weight:800; color:#9aa5b4; margin-bottom:12px; }
    .chip { display:flex; align-items:center; justify-content:space-between; padding:7px 0; font-size:12px; color:#4b5563; }
    .chip b { font-size:11px; color:#a4adba; font-weight:600; }
    .results-pane { padding:17px; }
    .results-top { display:flex; align-items:center; justify-content:space-between; margin-bottom:12px; font-size:12px; }
    .results-top span:first-child { font-weight:800; }
    .result-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:11px; }
    .product { border:1px solid var(--line); border-radius:14px; padding:10px; min-width:0; }
    .product-img { aspect-ratio:1.25/1; background:linear-gradient(145deg,#f4f6fa,#e9eef6); border-radius:10px; display:grid; place-items:center; margin-bottom:9px; color:#9aa5b1; }
    .product-img svg { width:34px; height:34px; }
    .product small { color:#98a2b1; font-size:10px; }
    .product-name { font-weight:700; font-size:11px; margin:3px 0; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
    .product-price { font-size:12px; color:var(--brand-2); font-weight:800; }
    .ai-badge { position:absolute; right:-26px; top:106px; display:flex; align-items:center; gap:8px; padding:10px 13px; border:1px solid #ddd9ff; background:#fff; border-radius:12px; box-shadow:var(--shadow-sm); color:var(--brand-2); font-weight:800; font-size:12px; }
    .ai-badge svg { width:16px; }

    /* logos / proof */
    .proof { padding: 34px 0 0; }
    .proof-title { text-align:center; color:#94a3b8; text-transform:uppercase; letter-spacing:.12em; font-size:11px; font-weight:800; margin-bottom:24px; }
    .proof-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:10px; }
    .proof-item { height:72px; border:1px solid var(--line); border-radius:15px; display:flex; align-items:center; justify-content:center; gap:9px; background:rgba(255,255,255,.65); color:#6b7280; font-weight:800; font-size:14px; }
    .proof-item svg { width:19px; }

    /* Section headings */
    .section-head { max-width:760px; margin:0 auto 54px; text-align:center; }
    .section-head .eyebrow { margin-bottom:17px; }
    .section-head p { color:var(--muted); font-size:17px; margin:18px auto 0; max-width:650px; }

    /* Feature cards */
    .feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
    .feature-card { background:rgba(255,255,255,.85); border:1px solid var(--line); border-radius:var(--radius); padding:28px; box-shadow:0 10px 30px rgba(15,23,42,.025); transition:.25s ease; }
    .feature-card:hover { transform:translateY(-4px); box-shadow:var(--shadow-sm); border-color:#dcd7ff; }
    .icon-box { width:48px; height:48px; border-radius:14px; background:var(--brand-soft); color:var(--brand-2); display:grid; place-items:center; margin-bottom:23px; }
    .icon-box svg { width:22px; }
    .feature-card p { color:var(--muted); margin:12px 0 0; font-size:14px; }
    .feature-card.large { grid-column:span 2; }

    /* Showcase */
    .showcase { display:grid; grid-template-columns:.92fr 1.08fr; gap:64px; align-items:center; }
    .showcase.reverse { grid-template-columns:1.08fr .92fr; }
    .showcase-copy .eyebrow { margin-bottom:17px; }
    .showcase-copy p { color:var(--muted); font-size:16px; margin:18px 0 22px; }
    .check-list { display:grid; gap:11px; margin-top:22px; }
    .check { display:flex; gap:10px; align-items:flex-start; font-size:14px; font-weight:600; color:#334155; }
    .check i { display:grid; place-items:center; min-width:21px; width:21px; height:21px; border-radius:50%; background:#eaf8ef; color:var(--green); margin-top:1px; }
    .check i svg { width:13px; }

    .panel-card { background:#fff; border:1px solid var(--line); border-radius:24px; box-shadow:var(--shadow); padding:20px; position:relative; overflow:hidden; }
    .panel-top { display:flex; align-items:center; justify-content:space-between; margin-bottom:18px; }
    .panel-top strong { font-size:14px; }
    .period { display:flex; gap:5px; background:#f5f7fa; padding:4px; border-radius:9px; }
    .period span { padding:5px 8px; border-radius:6px; font-size:10px; color:#94a3b8; }
    .period .active { background:#fff; color:#334155; box-shadow:0 2px 6px rgba(15,23,42,.06); }
    .metric-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-bottom:16px; }
    .metric { border:1px solid var(--line); border-radius:13px; padding:12px; }
    .metric small { display:block; color:#94a3b8; font-size:9px; margin-bottom:4px; }
    .metric b { font-size:18px; }
    .metric em { font-style:normal; color:var(--green); font-size:9px; margin-left:4px; }
    .chart { height:190px; border:1px solid var(--line); border-radius:14px; padding:14px 11px 6px; display:flex; align-items:flex-end; gap:8px; position:relative; background:linear-gradient(180deg,#fff,#fbfcff); }
    .chart::before, .chart::after { content:""; position:absolute; left:10px; right:10px; height:1px; background:#eef2f6; }
    .chart::before { top:33%; } .chart::after { top:66%; }
    .bar { flex:1; background:linear-gradient(180deg,#7767fb,#c6c0ff); border-radius:7px 7px 3px 3px; min-width:7px; position:relative; z-index:2; opacity:.9; }

    .searchandising { display:grid; gap:12px; }
    .rank-row { border:1px solid var(--line); border-radius:14px; padding:11px 12px; display:grid; grid-template-columns:26px 44px 1fr auto; align-items:center; gap:10px; }
    .drag { color:#c1c8d2; }
    .mini-img { width:44px; height:44px; border-radius:9px; background:#f0f3f8; display:grid; place-items:center; color:#a5afbd; }
    .mini-img svg { width:19px; }
    .rank-title { font-size:12px; font-weight:700; }
    .rank-sub { font-size:10px; color:#99a3b1; }
    .pin { display:flex; align-items:center; gap:5px; font-size:10px; font-weight:700; color:var(--brand-2); background:var(--brand-soft); border-radius:8px; padding:5px 7px; }
    .pin svg { width:11px; }

    /* Steps */
    .steps { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; counter-reset:step; }
    .step { counter-increment:step; padding:28px; border:1px solid var(--line); background:#fff; border-radius:20px; }
    .step-num { width:38px; height:38px; display:grid; place-items:center; border-radius:12px; color:#fff; background:linear-gradient(135deg,var(--brand),var(--brand-2)); font-weight:800; margin-bottom:20px; }
    .step-num::after { content:"0" counter(step); }
    .step p { color:var(--muted); font-size:14px; margin:10px 0 0; }

    /* Technical ribbon */
    .tech-ribbon { display:flex; align-items:center; justify-content:center; gap:10px; flex-wrap:wrap; }
    .tech { border:1px solid var(--line); background:#fff; padding:10px 14px; border-radius:12px; font-weight:700; font-size:12px; color:#475569; display:inline-flex; align-items:center; gap:7px; }
    .tech svg { width:15px; color:var(--brand-2); }

    /* Pricing */
    .pricing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; align-items:stretch; }
    .price-card { padding:30px; background:#fff; border:1px solid var(--line); border-radius:24px; display:flex; flex-direction:column; position:relative; }
    .price-card.featured { border:1.5px solid var(--brand); box-shadow:0 22px 60px rgba(79,70,229,.13); transform:translateY(-8px); }
    .popular { position:absolute; right:18px; top:18px; font-size:10px; letter-spacing:.05em; font-weight:800; color:var(--brand-2); background:var(--brand-soft); padding:6px 9px; border-radius:999px; }
    .price-card .plan-desc { color:var(--muted); min-height:45px; font-size:13px; margin:10px 0 20px; }
    .price { display:flex; align-items:flex-end; gap:5px; margin-bottom:21px; }
    .price strong { font-size:34px; letter-spacing:-.04em; }
    .price span { color:#94a3b8; font-size:12px; padding-bottom:6px; }
    .price-features { display:grid; gap:11px; padding:0; margin:0 0 26px; list-style:none; }
    .price-features li { display:flex; gap:9px; color:#475569; font-size:13px; }
    .price-features svg { width:16px; min-width:16px; color:var(--green); margin-top:2px; }
    .price-card .btn { margin-top:auto; width:100%; }

    /* FAQ */
    .faq { width:min(100%,820px); margin:0 auto; display:grid; gap:12px; }
    .faq-item { border:1px solid var(--line); background:#fff; border-radius:17px; overflow:hidden; }
    .faq-q { width:100%; border:0; background:transparent; padding:20px 22px; display:flex; justify-content:space-between; gap:20px; font-weight:700; color:var(--text); cursor:pointer; text-align:left; }
    .faq-q svg { width:18px; min-width:18px; transition:.2s; color:#94a3b8; }
    .faq-a { max-height:0; overflow:hidden; transition:max-height .3s ease; }
    .faq-a p { color:var(--muted); padding:0 22px 20px; margin:0; font-size:14px; }
    .faq-item.open .faq-a { max-height:180px; }
    .faq-item.open .faq-q svg { transform:rotate(180deg); }

    /* CTA */
    .cta {
      position:relative; overflow:hidden; text-align:center; color:#fff; padding:74px 26px; border-radius:30px;
      background:
        radial-gradient(circle at 15% 10%, rgba(255,255,255,.15), transparent 24%),
        radial-gradient(circle at 90% 80%, rgba(255,255,255,.08), transparent 24%),
        linear-gradient(135deg,#6d5dfc,#4338ca);
      box-shadow:0 28px 80px rgba(79,70,229,.27);
    }
    .cta h2 { max-width:760px; margin:0 auto; }
    .cta p { max-width:650px; margin:18px auto 28px; color:rgba(255,255,255,.78); }
    .cta .btn-primary { background:#fff; color:var(--brand-2); box-shadow:none; }
    .cta .btn-secondary { color:#fff; background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.22); }

    /* Footer */
    footer { padding:50px 0 28px; }
    .footer-grid { display:grid; grid-template-columns:1.6fr repeat(3,1fr); gap:44px; }
    .footer-brand p { max-width:330px; color:var(--muted); font-size:13px; margin-top:14px; }
    .footer-col strong { display:block; font-size:12px; margin-bottom:14px; }
    .footer-col { display:grid; align-content:start; gap:9px; }
    .footer-col a { color:#64748b; font-size:12px; }
    .footer-col a:hover { color:var(--text); }
    .footer-bottom { margin-top:36px; padding-top:22px; border-top:1px solid var(--line); display:flex; justify-content:space-between; gap:20px; color:#94a3b8; font-size:11px; }

    /* reveal */
    .reveal { opacity:0; transform:translateY(22px); transition:.6s ease; }
    .reveal.visible { opacity:1; transform:none; }

    @media (max-width: 980px) {
      .nav-links { display:none; }
      .nav-actions .btn-secondary { display:none; }
      .menu-btn { display:grid; place-items:center; }
      .feature-grid { grid-template-columns:repeat(2,1fr); }
      .showcase, .showcase.reverse { grid-template-columns:1fr; gap:34px; }
      .showcase.reverse .panel-card { order:2; }
      .showcase.reverse .showcase-copy { order:1; }
      .pricing-grid { grid-template-columns:1fr; width:min(100%,620px); margin:0 auto; }
      .price-card.featured { transform:none; }
      .footer-grid { grid-template-columns:1.4fr 1fr 1fr; }
      .footer-grid .footer-col:last-child { display:none; }
      .ai-badge { right:14px; top:100px; }
    }

    @media (max-width: 720px) {
      .container { width:min(calc(100% - 28px), var(--container)); }
      .section { padding:76px 0; }
      .hero { padding:68px 0 42px; }
      h1 { font-size:clamp(42px,12vw,58px); }
      h2 { font-size:38px; }
      .hero-lead { font-size:16px; }
      .hero-actions { flex-direction:column; width:min(100%,360px); margin-left:auto; margin-right:auto; }
      .hero-actions .btn { width:100%; }
      .proof-grid { grid-template-columns:repeat(2,1fr); }
      .proof-item:last-child { grid-column:1/-1; }
      .feature-grid { grid-template-columns:1fr; }
      .feature-card.large { grid-column:span 1; }
      .steps { grid-template-columns:1fr; }
      .search-dropdown { grid-template-columns:1fr; }
      .filter-pane { display:none; }
      .result-grid { grid-template-columns:repeat(2,1fr); }
      .product:last-child { display:none; }
      .demo-store { padding:18px; min-height:auto; }
      .demo-links { display:none; }
      .search-shell { height:58px; }
      .ai-badge { display:none; }
      .metric-grid { grid-template-columns:1fr 1fr; }
      .metric:last-child { grid-column:1/-1; }
      .footer-grid { grid-template-columns:1fr 1fr; }
      .footer-brand { grid-column:1/-1; }
      .footer-bottom { flex-direction:column; }
    }

    @media (max-width: 520px) {
      .nav-actions .btn-primary { display:none; }
      .proof-grid { grid-template-columns:1fr; }
      .proof-item:last-child { grid-column:auto; }
      .panel-card { padding:14px; border-radius:18px; }
      .rank-row { grid-template-columns:22px 40px 1fr; }
      .pin { display:none; }
      .cta { padding:58px 20px; border-radius:23px; }
    }


/* Language switcher */
.language-switcher { position: relative; }
.language-trigger {
  height: 40px; min-width: 74px; padding: 0 10px; display: inline-flex; align-items: center;
  justify-content: center; gap: 6px; border: 1px solid var(--line); border-radius: 10px;
  background: #fff; color: #334155; font-weight: 800; font-size: 13px; cursor: pointer;
  transition: .2s ease;
}
.language-trigger:hover, .language-switcher.open .language-trigger { border-color: #cbc5ff; box-shadow: 0 8px 20px rgba(79,70,229,.08); }
.language-trigger > svg:first-child { width: 16px; height: 16px; color: var(--brand-2); }
.language-trigger .language-chevron { width: 14px; height: 14px; color: #94a3b8; transition: transform .2s ease; }
.language-switcher.open .language-chevron { transform: rotate(180deg); }
.language-menu {
  position: absolute; right: 0; top: calc(100% + 9px); width: 168px; padding: 7px;
  background: #fff; border: 1px solid var(--line); border-radius: 13px;
  box-shadow: 0 18px 55px rgba(15,23,42,.14); opacity: 0; visibility: hidden;
  transform: translateY(-5px); transition: .18s ease; z-index: 150;
}
.language-switcher.open .language-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.language-menu button, .language-menu a {
  width: 100%; border: 0; background: transparent; padding: 9px 10px; border-radius: 9px;
  display: flex; align-items: center; gap: 10px; color: #334155; cursor: pointer; font-weight: 650;
  text-align: left;
}
.language-menu button:hover, .language-menu button.active, .language-menu a:hover, .language-menu a.active { background: var(--brand-soft); color: var(--brand-2); }
.lang-code {
  width: 30px; height: 24px; display: inline-grid; place-items: center; border-radius: 7px;
  background: #f4f6fa; color: #64748b; font-size: 10px; font-weight: 900; letter-spacing: .04em;
}
.language-menu button.active .lang-code, .language-menu a.active .lang-code { background: #fff; color: var(--brand-2); }

@media (max-width: 760px) {
  .language-trigger { min-width: 66px; }
  .language-trigger > svg:first-child { display: none; }
  .nav-actions > .btn-secondary { display: none; }
}


/* Shared inner pages */
.subpage-main { min-height: 62vh; }
.subpage-hero { padding: 142px 0 62px; position: relative; overflow: hidden; }
.subpage-hero::before {
  content: ""; position: absolute; width: 460px; height: 460px; right: -150px; top: -180px;
  border-radius: 50%; background: radial-gradient(circle, rgba(109,93,252,.14), transparent 67%); pointer-events:none;
}
.subpage-hero .container { position: relative; z-index: 1; }
.subpage-hero h1 { font-size: clamp(42px, 5vw, 66px); max-width: 850px; margin-top: 18px; }
.subpage-hero p { max-width: 760px; margin: 22px 0 0; font-size: 18px; color: var(--muted); }
.breadcrumbs { display:flex; flex-wrap:wrap; gap:8px; align-items:center; font-size:13px; color:#64748b; margin-bottom:18px; }
.breadcrumbs a { color:var(--brand-2); font-weight:700; }
.breadcrumbs svg { width:14px; height:14px; }

.inner-section { padding: 26px 0 94px; }
.content-shell { display:grid; grid-template-columns: minmax(0, 1fr); gap:26px; }
.content-card {
  background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:clamp(24px,4vw,48px);
  box-shadow:var(--shadow-sm);
}
.content-card h2 { font-size:clamp(28px,3vw,40px); margin:0 0 18px; }
.content-card h3 { font-size:20px; margin:30px 0 10px; letter-spacing:-.02em; }
.content-card p { color:#475569; margin:0 0 16px; }
.content-card ul { margin:12px 0 20px; padding-left:22px; color:#475569; }
.content-card li { margin:8px 0; }
.content-card a:not(.btn) { color:var(--brand-2); font-weight:700; }

.about-values { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:30px; }
.value-card { border:1px solid var(--line); background:var(--surface-soft); border-radius:18px; padding:22px; }
.value-card .icon-box { margin-bottom:16px; }
.value-card h3 { margin:0 0 8px; font-size:18px; }
.value-card p { margin:0; font-size:14px; }
.about-stat-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin:26px 0 8px; }
.about-stat { padding:20px; border:1px solid #ddd9ff; background:var(--brand-soft); border-radius:16px; }
.about-stat strong { display:block; font:800 22px/1.2 Manrope,Inter,sans-serif; color:var(--brand-2); }
.about-stat span { display:block; color:#64748b; font-size:13px; margin-top:6px; }

.contact-grid { display:grid; grid-template-columns:.82fr 1.18fr; gap:24px; align-items:start; }
.contact-options { display:grid; gap:14px; }
.contact-option { display:flex; gap:14px; align-items:flex-start; padding:20px; border:1px solid var(--line); border-radius:17px; background:#fff; }
.contact-option .icon-box { width:42px; height:42px; min-width:42px; margin:0; border-radius:12px; }
.contact-option h3 { margin:1px 0 5px; font-size:17px; }
.contact-option p { margin:0; font-size:14px; }
.contact-form { display:grid; gap:16px; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.form-field { display:grid; gap:7px; }
.form-field label { font-size:13px; font-weight:800; color:#334155; }
.form-field input, .form-field textarea, .form-field select {
  width:100%; border:1px solid #dfe5ee; background:#fff; border-radius:12px; padding:12px 14px;
  color:#0f172a; outline:none; transition:.2s ease;
}
.form-field textarea { min-height:150px; resize:vertical; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color:#a9a1ff; box-shadow:0 0 0 4px rgba(109,93,252,.09); }
.form-check { display:flex; gap:10px; align-items:flex-start; color:#64748b; font-size:12px; }
.form-check input { margin-top:3px; }
.form-alert { padding:13px 15px; border-radius:12px; font-size:14px; font-weight:650; }
.form-alert.success { background:#ecfdf3; border:1px solid #bbf7d0; color:#166534; }
.form-alert.error { background:#fff1f2; border:1px solid #fecdd3; color:#9f1239; }
.hp-field { position:absolute!important; left:-9999px!important; width:1px!important; height:1px!important; overflow:hidden!important; }

.legal-wrap { display:grid; grid-template-columns:270px minmax(0,1fr); gap:28px; align-items:start; }
.legal-toc { position:sticky; top:92px; background:#fff; border:1px solid var(--line); border-radius:18px; padding:18px; box-shadow:var(--shadow-sm); }
.legal-toc strong { display:block; margin-bottom:10px; font-size:13px; color:#0f172a; }
.legal-toc a { display:block; padding:8px 9px; border-radius:9px; color:#64748b; font-size:13px; }
.legal-toc a:hover { background:var(--brand-soft); color:var(--brand-2); }
.legal-content section { scroll-margin-top:100px; }
.legal-note { margin-top:24px; padding:16px 18px; border:1px solid #d9d4ff; background:var(--brand-soft); border-radius:14px; color:#4c4598; font-size:13px; }

.footer-col a.active { color:var(--brand-2); font-weight:800; }

@media (max-width: 900px) {
  .about-values, .about-stat-grid { grid-template-columns:1fr; }
  .contact-grid, .legal-wrap { grid-template-columns:1fr; }
  .legal-toc { position:relative; top:auto; }
}
@media (max-width: 620px) {
  .subpage-hero { padding-top:118px; }
  .form-row { grid-template-columns:1fr; }
  .content-card { border-radius:18px; }
}
