   :root {
      --bg: #ffffff;
      --bg-soft: #f6f8fb;
      --bg-soft-2: #eef3ff;
      --panel: rgba(255,255,255,.82);
      --panel-solid: #ffffff;
      --text: #181621;
      --text-soft: #706c7a;
      --muted: #a09cb1;
      --line: rgba(24,22,33,.08);
      --line-strong: rgba(24,22,33,.14);
      --shadow: 0 30px 80px rgba(17, 19, 35, .08);
      --shadow-soft: 0 16px 40px rgba(17, 19, 35, .06);
      --shadow-float: 0 26px 55px rgba(113, 112, 170, .18);
      --grad: linear-gradient(90deg, #b83dda 0%, #0066d9 100%);
      --grad-soft: linear-gradient(135deg, rgba(184,61,218,.10), rgba(0,102,217,.10));
      --grad-hero: linear-gradient(180deg, #f6f8fb 0%, #ffffff 100%);
      --brand: #b83dda;
      --brand-dark: #9a33b6;
      --blue: #0066d9;
      --accent: #f04c49;
      --radius-xs: 14px;
      --radius-sm: 18px;
      --radius: 24px;
      --radius-lg: 34px;
      --max: 1290px;
      --nav-h: 86px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: "DM Sans", system-ui, -apple-system, Segoe UI, sans-serif;
      color: var(--text);
      background:
        radial-gradient(900px 500px at -8% 0%, rgba(184,61,218,.10), transparent 60%),
        radial-gradient(820px 520px at 100% 8%, rgba(0,102,217,.09), transparent 58%),
        linear-gradient(180deg, #f6f8fb 0%, #ffffff 16%, #ffffff 100%);
      line-height: 1.6;
    }

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

    .wrap {
      width: min(var(--max), calc(100% - 32px));
      margin: 0 auto;
    }

    .nav {
      position: sticky;
      top: 0;
      z-index: 100;
      padding: 18px 0 0;
      background: linear-gradient(180deg, rgba(246,248,251,.92), rgba(246,248,251,.55) 60%, rgba(246,248,251,0));
      backdrop-filter: blur(8px);
    }

    .navShell {
      min-height: var(--nav-h);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 16px 22px;
      border: 1px solid rgba(255,255,255,.85);
      border-radius: 999px;
      background: rgba(255,255,255,.72);
      box-shadow: 0 14px 38px rgba(31, 38, 74, .08);
      backdrop-filter: blur(18px);
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      flex: 0 0 auto;
    }

    .brandLogo {
      height: 34px;
      width: auto;
    }

    .navLinks {
      display: flex;
      align-items: center;
      gap: 4px;
      justify-content: center;
      flex: 1 1 auto;
    }

    .navLinks a {
      padding: 11px 14px;
      border-radius: 999px;
      color: var(--text-soft);
      font-size: 15px;
      font-weight: 500;
      transition: .22s ease;
    }

    .navLinks a:hover {
      color: var(--text);
      background: rgba(24,22,33,.045);
    }

    .navActions {
      display: flex;
      align-items: center;
      gap: 10px;
      flex: 0 0 auto;
    }

    .menuBtn {
      display: none;
      width: 46px;
      height: 46px;
      border-radius: 999px;
      border: 1px solid var(--line);
      background: rgba(255,255,255,.86);
      color: var(--text);
      cursor: pointer;
      place-items: center;
      box-shadow: var(--shadow-soft);
    }

    .menuBtn span,
    .menuBtn span::before,
    .menuBtn span::after {
      display: block;
      width: 18px;
      height: 2px;
      background: currentColor;
      border-radius: 999px;
      position: relative;
      transition: .22s ease;
      content: "";
    }
    .menuBtn span::before { position: absolute; top: -6px; }
    .menuBtn span::after { position: absolute; top: 6px; }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 52px;
      padding: 0 20px;
      border-radius: 999px;
      border: 1px solid var(--line);
      color: var(--text);
      background: rgba(255,255,255,.88);
      font-weight: 700;
      transition: .22s ease;
      box-shadow: none;
      cursor: pointer;
    }

    .btn:hover {
      transform: translateY(-1px);
      box-shadow: var(--shadow-soft);
    }

    .btn.primary {
      border: 0;
      color: #fff;
      background: var(--grad);
      box-shadow: 0 16px 36px rgba(138, 68, 201, .24);
    }

    .btn.primary:hover {
      filter: saturate(1.05);
    }

    .storeBtn {
      min-height: 60px;
      padding: 10px 18px;
      border-radius: 20px;
      justify-content: flex-start;
      gap: 14px;
      background: rgba(255,255,255,.96);
      box-shadow: 0 16px 38px rgba(31, 38, 74, .08);
    }

    .storeBtn.primary {
      background: linear-gradient(135deg, #101114 0%, #202330 100%);
      color: #fff;
      box-shadow: 0 20px 42px rgba(16, 17, 20, .22);
    }

    .storeBtnIcon {
      width: 28px;
      height: 28px;
      flex: 0 0 28px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .storeBtnIcon svg {
      width: 100%;
      height: 100%;
      display: block;
    }

    .storeBtnText {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      line-height: 1.1;
      text-align: left;
    }

    .storeBtnText small {
      display: block;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
      opacity: .72;
      margin-bottom: 4px;
    }

    .storeBtnText strong {
      display: block;
      font-size: 16px;
      font-weight: 800;
      letter-spacing: -.02em;
    }


    .hero {
      position: relative;
      overflow: clip;
      padding: 34px 0 92px;
      background:
        radial-gradient(760px 360px at 6% 6%, rgba(184,61,218,.14), transparent 62%),
        radial-gradient(780px 420px at 94% 18%, rgba(0,102,217,.12), transparent 58%),
        linear-gradient(180deg, #f8faff 0%, #ffffff 36%, #ffffff 100%);
    }

    .hero::before,
    .hero::after {
      content: "";
      position: absolute;
      border-radius: 999px;
      pointer-events: none;
      z-index: 0;
    }

    .hero::before {
      width: 540px;
      height: 540px;
      right: -120px;
      top: 10px;
      background: radial-gradient(circle, rgba(0,102,217,.18), rgba(0,102,217,0) 66%);
      filter: blur(10px);
    }

    .hero::after {
      width: 620px;
      height: 620px;
      left: -170px;
      top: 120px;
      background: radial-gradient(circle, rgba(184,61,218,.18), rgba(184,61,218,0) 70%);
      filter: blur(14px);
    }

    .heroGrid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 1.03fr) minmax(430px, .97fr);
      align-items: center;
      gap: 60px;
      min-height: calc(100vh - 138px);
      padding: 32px 0 16px;
    }

    .heroCopy {
      position: relative;
      z-index: 2;
      max-width: 680px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 22px;
      padding: 10px 16px;
      border-radius: 999px;
      background: rgba(255,255,255,.76);
      border: 1px solid rgba(255,255,255,.92);
      color: var(--text-soft);
      font-size: 14px;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
      box-shadow: 0 18px 40px rgba(31, 38, 74, .08);
      backdrop-filter: blur(14px);
    }

    .eyebrow::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: var(--grad);
      box-shadow: 0 0 0 6px rgba(184,61,218,.08);
    }

    h1, h2, h3, h4 {
      margin: 0;
      font-family: "Outfit", "DM Sans", sans-serif;
      color: var(--text);
      letter-spacing: -.03em;
    }

    h1 {
      max-width: 11.2ch;
      font-size: clamp(48px, 6.7vw, 78px);
      line-height: .99;
      margin-bottom: 22px;
      font-weight: 700;
    }

    .gradText {
      background: linear-gradient(90deg, #aa34d1 0%, #0066d9 78%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .heroLead {
      max-width: 640px;
      font-size: 20px;
      line-height: 1.72;
      color: var(--text-soft);
      margin-bottom: 34px;
    }

    .heroCtas {
      display: flex;
      align-items: center;
      gap: 14px;
      flex-wrap: wrap;
      margin-bottom: 28px;
    }

    .heroMeta {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 22px;
    }

    .metaPill {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 12px 15px;
      border-radius: 999px;
      background: rgba(255,255,255,.78);
      border: 1px solid rgba(255,255,255,.92);
      box-shadow: 0 16px 34px rgba(31, 38, 74, .08);
      backdrop-filter: blur(14px);
      color: var(--text-soft);
      font-size: 14px;
      font-weight: 600;
    }

    .metaPill b { color: var(--text); }

    .heroTrustRow {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
      max-width: 660px;
    }

    .heroTrustCard {
      padding: 18px 18px 16px;
      border-radius: 24px;
      background: linear-gradient(180deg, rgba(255,255,255,.90), rgba(255,255,255,.72));
      border: 1px solid rgba(255,255,255,.92);
      box-shadow: 0 22px 48px rgba(29, 39, 91, .10);
      backdrop-filter: blur(14px);
    }

    .heroTrustCard strong {
      display: block;
      margin-bottom: 6px;
      font-family: "Outfit", sans-serif;
      font-size: 22px;
      line-height: 1.05;
      color: var(--text);
    }

    .heroTrustCard span {
      display: block;
      color: var(--text-soft);
      font-size: 13px;
      line-height: 1.45;
    }

    .heroVisual {
      position: relative;
      min-height: 740px;
      display: flex;
      align-items: center;
      justify-content: center;
      isolation: isolate;
    }

    .heroVisual::before {
      content: "";
      position: absolute;
      inset: 14% 10% 12% 12%;
      border-radius: 46px;
      background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,255,255,.22));
      border: 1px solid rgba(255,255,255,.86);
      box-shadow: 0 32px 80px rgba(32,42,95,.10);
      backdrop-filter: blur(18px);
      transform: rotate(-8deg);
      z-index: 0;
    }

    .glowFrame {
      position: absolute;
      inset: 58px 20px 34px 46px;
      border-radius: 46px;
      background:
        radial-gradient(circle at 20% 18%, rgba(184,61,218,.26), transparent 38%),
        radial-gradient(circle at 82% 28%, rgba(0,102,217,.22), transparent 40%),
        linear-gradient(135deg, rgba(255,255,255,.82), rgba(255,255,255,.24));
      border: 1px solid rgba(255,255,255,.62);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.82), 0 24px 60px rgba(28,33,71,.12);
      z-index: 0;
    }

    .showcaseBackplate {
      position: absolute;
      inset: 13% 14% 10% 18%;
      border-radius: 58px;
      background: linear-gradient(160deg, rgba(10,16,40,.93), rgba(24,34,88,.82));
      box-shadow: 0 36px 80px rgba(16,23,67,.18);
      transform: rotate(-8deg);
      z-index: 0;
      overflow: hidden;
    }

    .showcaseBackplate::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,0) 36%);
    }

    .showcaseBackplate::after {
      content: "";
      position: absolute;
      inset: 12% 8% auto 8%;
      height: 1px;
      background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.34), rgba(255,255,255,0));
      box-shadow:
        0 66px 0 rgba(255,255,255,.06),
        0 132px 0 rgba(255,255,255,.05),
        0 198px 0 rgba(255,255,255,.04);
      opacity: .7;
    }

    .showcaseGlass {
      position: absolute;
      right: 36px;
      top: 68px;
      width: 132px;
      height: 132px;
      border-radius: 30px;
      background: linear-gradient(135deg, rgba(255,255,255,.56), rgba(255,255,255,.12));
      border: 1px solid rgba(255,255,255,.76);
      backdrop-filter: blur(18px);
      box-shadow: 0 22px 44px rgba(26,36,88,.12);
      z-index: 1;
      transform: rotate(8deg);
    }

    .spark {
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 999px;
      background: rgba(255,255,255,.96);
      box-shadow: 0 0 0 10px rgba(255,255,255,.08), 0 0 26px rgba(255,255,255,.56);
      z-index: 2;
      opacity: .7;
    }

    .sparkOne { right: 146px; top: 166px; }
    .sparkTwo { right: 94px; top: 286px; transform: scale(.8); opacity: .55; }
    .sparkThree { left: 80px; bottom: 148px; transform: scale(.9); opacity: .5; }

    .deviceShowcase {
      position: relative;
      width: min(100%, 650px);
      min-height: 670px;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2;
    }

    .deviceHalo {
      position: absolute;
      width: 86%;
      aspect-ratio: 1;
      left: 7%;
      top: 9%;
      border-radius: 999px;
      background: radial-gradient(circle, rgba(0,102,217,.36) 0%, rgba(184,61,218,.28) 38%, rgba(255,255,255,0) 72%);
      filter: blur(18px);
      z-index: 0;
      animation: pulseGlow 8s ease-in-out infinite;
    }

    .deviceRing {
      position: absolute;
      inset: 9% 10% 10% 10%;
      border-radius: 52px;
      background: linear-gradient(135deg, rgba(255,255,255,.34), rgba(255,255,255,.10));
      border: 1px solid rgba(255,255,255,.56);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.6), 0 24px 54px rgba(27,36,96,.10);
      backdrop-filter: blur(18px);
      transform: rotate(-8deg);
      z-index: 1;
      overflow: hidden;
    }

    .deviceRing::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(120deg, rgba(255,255,255,.34) 0%, rgba(255,255,255,0) 38%, rgba(255,255,255,.18) 64%, rgba(255,255,255,0) 100%);
      transform: translateX(-42%);
      animation: sheenShift 9s linear infinite;
    }

    .deviceRing::after {
      content: "";
      position: absolute;
      left: 18%;
      right: 18%;
      bottom: 18px;
      height: 30px;
      border-radius: 999px;
      background: rgba(255,255,255,.16);
      filter: blur(14px);
    }

    .deviceStage {
      position: absolute;
      bottom: 48px;
      left: 20%;
      right: 20%;
      height: 42px;
      border-radius: 999px;
      background: radial-gradient(circle, rgba(10,17,40,.38), rgba(10,17,40,0) 72%);
      filter: blur(10px);
      z-index: 1;
    }

    .heroPhone {
      position: relative;
      display: block;
      width: min(100%, 438px);
      max-width: 84%;
      height: auto;
      z-index: 2;
      transform: rotate(-8deg) translateY(12px);
      filter: drop-shadow(0 54px 90px rgba(14,20,53,.34)) drop-shadow(0 18px 34px rgba(14,20,53,.18));
      animation: floatY 7.5s ease-in-out infinite;
    }

    .deviceCaption {
      position: absolute;
      left: 34px;
      bottom: 90px;
      z-index: 3;
      display: grid;
      gap: 6px;
      padding: 18px 20px;
      border-radius: 24px;
      background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.72));
      border: 1px solid rgba(255,255,255,.92);
      box-shadow: 0 24px 52px rgba(29,39,91,.16);
      backdrop-filter: blur(16px);
      max-width: 280px;
    }

    .deviceCaption span {
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: var(--muted);
    }

    .deviceCaption strong {
      font-size: 20px;
      line-height: 1.2;
      font-family: "Outfit", sans-serif;
      color: var(--text);
    }

    .luxChip,
    .messageFloat,
    .statsFloat,
    .featureFloat,
    .miniMetrics {
      position: absolute;
      border-radius: 24px;
      background: linear-gradient(180deg, rgba(255,255,255,.90), rgba(255,255,255,.76));
      border: 1px solid rgba(255,255,255,.92);
      box-shadow: 0 24px 54px rgba(29,39,91,.14);
      backdrop-filter: blur(16px);
      z-index: 3;
    }

    .luxChip {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 12px 16px;
      border-radius: 999px;
      font-size: 13px;
      font-weight: 800;
      color: var(--text);
    }

    .luxChip::before {
      content: "";
      width: 9px;
      height: 9px;
      border-radius: 999px;
      background: var(--grad);
      box-shadow: 0 0 0 6px rgba(184,61,218,.08);
      flex: 0 0 auto;
    }

    .chipTop { top: 22px; right: 82px; }
    .chipSide { top: 220px; right: -8px; }

    .messageFloat {
      top: 82px;
      left: -8px;
      width: 260px;
      padding: 18px 18px 16px;
    }

    .messageFloat .label,
    .statsFloat .label,
    .featureFloat .label,
    .miniMetrics .label {
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: var(--brand);
      margin-bottom: 10px;
    }

    .messageBubble {
      padding: 14px 14px;
      border-radius: 18px;
      background: rgba(246,248,251,.96);
      color: var(--text);
      font-size: 14px;
      line-height: 1.5;
    }

    .messageBubble + .messageBubble {
      margin-top: 10px;
      background: linear-gradient(90deg, #b83dda 0%, #0066d9 100%);
      color: #fff;
    }

    .statsFloat {
      right: -6px;
      bottom: 116px;
      width: 228px;
      padding: 18px;
    }

    .statRow + .statRow {
      margin-top: 14px;
      padding-top: 14px;
      border-top: 1px solid rgba(24,22,33,.07);
    }

    .statRow strong {
      display: block;
      font-family: "Outfit", sans-serif;
      font-size: 28px;
      line-height: 1;
      margin-bottom: 6px;
    }

    .statRow span {
      color: var(--text-soft);
      font-size: 13px;
      display: block;
      line-height: 1.45;
    }

    .featureFloat {
      left: 22px;
      bottom: 12px;
      width: 304px;
      padding: 18px;
    }

    .featureFloat ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 10px;
    }

    .featureFloat li {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      color: var(--text-soft);
      font-size: 14px;
      line-height: 1.45;
    }

    .featureFloat li::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: var(--grad);
      flex: 0 0 auto;
      margin-top: 7px;
    }

    .miniMetrics {
      right: 34px;
      top: 316px;
      width: 214px;
      padding: 16px;
      display: grid;
      gap: 12px;
    }

    .metricItem {
      display: grid;
      gap: 3px;
    }

    .metricItem + .metricItem {
      padding-top: 12px;
      border-top: 1px solid rgba(24,22,33,.07);
    }

    .metricItem strong {
      display: block;
      font-family: "Outfit", sans-serif;
      font-size: 24px;
      line-height: 1;
      color: var(--text);
    }

    .metricItem span {
      font-size: 13px;
      color: var(--text-soft);
      line-height: 1.4;
    }

    @keyframes floatY {
      0%, 100% { transform: rotate(-8deg) translateY(12px); }
      50% { transform: rotate(-8deg) translateY(-2px); }
    }

    @keyframes pulseGlow {
      0%, 100% { transform: scale(1); opacity: 1; }
      50% { transform: scale(1.03); opacity: .86; }
    }

    @keyframes sheenShift {
      0% { transform: translateX(-42%); }
      100% { transform: translateX(42%); }
    }

    section {
      position: relative;
      padding: 88px 0;
    }

    .sectionHead {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 34px;
    }

    .sectionHead h2 {
      font-size: clamp(34px, 4vw, 54px);
      line-height: 1.06;
      margin: 0 0 10px;
      max-width: 11ch;
    }

    .sectionHead p {
      margin: 0;
      color: var(--text-soft);
      max-width: 620px;
      font-size: 17px;
    }

    .sectionTag {
      margin-bottom: 16px;
      color: var(--brand);
      font-size: 14px;
      font-weight: 800;
      letter-spacing: .12em;
      text-transform: uppercase;
    }

    .grid3 {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 24px;
    }

    .featureCard {
      border-radius: 28px;
      background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.88));
      border: 1px solid rgba(24,22,33,.06);
      box-shadow: var(--shadow);
      padding: 24px;
      overflow: hidden;
      transition: transform .22s ease, box-shadow .22s ease;
    }

    .featureCard:hover {
      transform: translateY(-4px);
      box-shadow: 0 34px 80px rgba(17, 19, 35, .12);
    }

    .featureBadge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 9px 13px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .05em;
      text-transform: uppercase;
      color: var(--text);
      background: rgba(246,248,251,.95);
      border: 1px solid rgba(24,22,33,.06);
      margin-bottom: 18px;
    }

    .featureMedia {
      position: relative;
      padding: 20px;
      border-radius: 24px;
      background: linear-gradient(180deg, #f8faff, #f2f5fb);
      border: 1px solid rgba(24,22,33,.05);
      min-height: 240px;
      display: grid;
      place-items: center;
      margin-bottom: 20px;
    }

    .featureMedia img {
      max-height: 230px;
      object-fit: contain;
      filter: drop-shadow(0 16px 30px rgba(43, 51, 95, .10));
    }

    .featureCard h3 {
      font-size: 28px;
      line-height: 1.12;
      margin-bottom: 12px;
    }

    .featureCard p {
      color: var(--text-soft);
      margin: 0 0 16px;
      font-size: 15px;
    }

    .mini {
      color: var(--text-soft);
      font-size: 13px;
      font-weight: 700;
      letter-spacing: .01em;
    }

    .capabilityBand {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 20px;
      margin-top: 26px;
    }

    .capability {
      padding: 22px;
      border-radius: 24px;
      background: rgba(255,255,255,.92);
      border: 1px solid rgba(24,22,33,.06);
      box-shadow: var(--shadow-soft);
    }

    .capability strong {
      display: block;
      font-family: "Outfit", sans-serif;
      font-size: 22px;
      line-height: 1.1;
      margin-bottom: 10px;
    }

    .capability p {
      margin: 0;
      color: var(--text-soft);
      font-size: 14px;
    }


    #youtubeDemo {
      padding-top: 22px;
      padding-bottom: 40px;
    }

    .demoStory {
      position: relative;
      overflow: hidden;
      border-radius: 42px;
      padding: 42px 42px 38px;
      border: 1px solid rgba(24,22,33,.06);
      background:
        radial-gradient(540px 280px at 10% 100%, rgba(0,102,217,.08), transparent 60%),
        radial-gradient(420px 260px at 72% 18%, rgba(184,61,218,.10), transparent 58%),
        linear-gradient(180deg, #f7f8fb 0%, #ffffff 100%);
      box-shadow: 0 36px 100px rgba(24, 26, 45, .08);
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
      gap: 34px;
      align-items: center;
      isolation: isolate;
    }

    .demoStory::before {
      content: "";
      position: absolute;
      width: 420px;
      height: 420px;
      border-radius: 999px;
      left: -120px;
      bottom: -180px;
      background: radial-gradient(circle, rgba(0,102,217,.16), rgba(255,255,255,0) 70%);
      z-index: 0;
      pointer-events: none;
    }

    .demoVisual {
      position: relative;
      min-height: 520px;
      display: grid;
      place-items: center;
      z-index: 1;
    }

    .demoBackdrop {
      position: absolute;
      inset: 8% 9% 8% 6%;
      border-radius: 36px;
      background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.58));
      border: 1px solid rgba(255,255,255,.9);
      box-shadow: inset 0 0 0 1px rgba(255,255,255,.22), 0 26px 70px rgba(25, 32, 76, .08);
      backdrop-filter: blur(12px);
      transform: rotate(-5deg);
    }

    .demoGlow {
      position: absolute;
      width: 68%;
      aspect-ratio: 1;
      left: 7%;
      bottom: 3%;
      border-radius: 999px;
      background: radial-gradient(circle, rgba(110,224,172,.18), rgba(0,102,217,.09) 45%, rgba(255,255,255,0) 72%);
      filter: blur(10px);
    }

    .demoShot,
    .demoVideo {
      position: relative;
      width: min(100%, 720px);
      z-index: 2;
      transform: translateX(-3%) scale(1.02);
      filter: drop-shadow(0 34px 70px rgba(22, 29, 68, .14));
    }

    .demoVideo {
      border-radius: 30px;
      overflow: hidden;
      background: #0a1022;
      border: 1px solid rgba(255,255,255,.72);
      box-shadow: 0 24px 54px rgba(22, 29, 68, .18);
      aspect-ratio: 16 / 9;
      object-fit: cover;
    }

    .demoOrb {
      position: absolute;
      right: 8%;
      bottom: 8%;
      width: 38%;
      max-width: 220px;
      height: 38%;
      max-height: 220px;
      border-radius: 999px;
      background: radial-gradient(circle at 50% 42%, rgba(255,255,255,.94), rgba(235,236,244,.96) 56%, rgba(208,210,225,.55) 70%, rgba(255,255,255,0) 71%);
      box-shadow: 0 24px 42px rgba(32, 35, 50, .12);
      z-index: 1;
      opacity: .9;
      transform: translateY(6px);
    }

    .demoShadow {
      position: absolute;
      width: 44%;
      max-width: 250px;
      height: 38px;
      right: 6%;
      bottom: 4%;
      border-radius: 999px;
      background: radial-gradient(circle, rgba(24,22,33,.22), rgba(24,22,33,0) 72%);
      filter: blur(8px);
      opacity: .32;
      z-index: 0;
    }

    .demoCopy {
      position: relative;
      z-index: 1;
      padding-right: 14px;
    }

    .demoLabel {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-height: 38px;
      padding: 0 16px;
      border-radius: 999px;
      background: rgba(255,255,255,.72);
      border: 1px solid rgba(24,22,33,.07);
      color: var(--text);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
      margin-bottom: 20px;
    }

    .demoCopy h2 {
      margin: 0 0 16px;
      font-size: clamp(38px, 4.4vw, 66px);
      line-height: 1.02;
      letter-spacing: -.05em;
    }

    .demoCopy p {
      margin: 0 0 14px;
      color: var(--text-soft);
      font-size: 18px;
      line-height: 1.7;
      max-width: 560px;
    }

    .demoPoints {
      display: grid;
      gap: 12px;
      margin: 26px 0 30px;
    }

    .demoPoint {
      display: grid;
      grid-template-columns: 52px minmax(0, 1fr);
      gap: 14px;
      align-items: start;
      padding: 14px 16px;
      border-radius: 22px;
      background: rgba(255,255,255,.78);
      border: 1px solid rgba(24,22,33,.06);
      box-shadow: 0 16px 34px rgba(24, 26, 45, .05);
    }

    .demoPointIcon {
      width: 52px;
      height: 52px;
      border-radius: 18px;
      display: grid;
      place-items: center;
      color: #fff;
      background: var(--grad);
      box-shadow: 0 14px 26px rgba(125, 76, 206, .20);
    }

    .demoPoint strong {
      display: block;
      font-family: "Outfit", sans-serif;
      font-size: 20px;
      line-height: 1.05;
      margin-bottom: 6px;
    }

    .demoPoint span {
      display: block;
      color: var(--text-soft);
      font-size: 14px;
      line-height: 1.55;
    }

    .demoActions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      align-items: center;
    }

    .linkGhost {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-height: 52px;
      padding: 0 18px;
      border-radius: 999px;
      color: var(--text);
      font-weight: 700;
      border: 1px solid rgba(24,22,33,.08);
      background: rgba(255,255,255,.72);
      transition: .22s ease;
    }

    .linkGhost:hover {
      transform: translateY(-1px);
      box-shadow: var(--shadow-soft);
    }

    #adapters {
      background:
        radial-gradient(700px 360px at 100% 0%, rgba(184,61,218,.06), transparent 60%),
        radial-gradient(700px 360px at 0% 100%, rgba(0,102,217,.06), transparent 55%),
        #f8fafc;
    }

    .adapterGrid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 22px;
    }

    .adapter {
      display: grid;
      grid-template-columns: 104px minmax(0, 1fr);
      gap: 20px;
      align-items: center;
      padding: 24px;
      border-radius: 28px;
      background: rgba(255,255,255,.95);
      border: 1px solid rgba(24,22,33,.06);
      box-shadow: var(--shadow-soft);
    }

    .svgBox {
      width: 104px;
      height: 104px;
      border-radius: 24px;
      display: grid;
      place-items: center;
      background: linear-gradient(180deg, #f8faff, #f0f5ff);
      border: 1px solid rgba(24,22,33,.05);
      overflow: hidden;
    }

    .svgBox img {
      width: 78px;
      height: 78px;
      object-fit: contain;
    }

    .adapter h3 {
      font-size: 26px;
      line-height: 1.1;
      margin-bottom: 10px;
    }

    .adapter p {
      margin: 0 0 16px;
      color: var(--text-soft);
      font-size: 15px;
    }

    .row {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      min-height: 36px;
      padding: 0 12px;
      border-radius: 999px;
      background: #f6f8fb;
      border: 1px solid rgba(24,22,33,.06);
      color: var(--text-soft);
      font-size: 13px;
      font-weight: 700;
    }

    .tip {
      margin-top: 16px;
      color: var(--text-soft);
      font-size: 13px;
    }

    .contactWrap {
      display: grid;
      grid-template-columns: minmax(0, .95fr) minmax(360px, .85fr);
      gap: 24px;
      align-items: stretch;
    }

    .contactPanel,
    .formPanel {
      border-radius: 32px;
      padding: 30px;
      background: rgba(255,255,255,.95);
      border: 1px solid rgba(24,22,33,.06);
      box-shadow: var(--shadow);
    }

    .contactPanel {
      background:
        radial-gradient(420px 220px at 90% 0%, rgba(184,61,218,.09), transparent 60%),
        radial-gradient(340px 240px at 0% 100%, rgba(0,102,217,.08), transparent 60%),
        rgba(255,255,255,.95);
    }

    .contactPanel .eyebrow {
      margin-bottom: 18px;
    }

    .contactPanel h3 {
      font-size: 40px;
      line-height: 1.04;
      margin-bottom: 14px;
      max-width: 10ch;
    }

    .contactPanel > p {
      color: var(--text-soft);
      margin: 0 0 24px;
      max-width: 540px;
      font-size: 16px;
    }

    .kpiRow {
      display: grid;
      grid-template-columns: 1fr;
      gap: 14px;
    }

    .kpi {
      padding: 18px 18px;
      border-radius: 22px;
      background: rgba(255,255,255,.74);
      border: 1px solid rgba(24,22,33,.06);
      backdrop-filter: blur(8px);
    }

    .kpi strong {
      display: block;
      font-family: "Outfit", sans-serif;
      font-size: 22px;
      line-height: 1.08;
      margin-bottom: 8px;
    }

    .kpi span {
      color: var(--text-soft);
      font-size: 14px;
      display: block;
    }

    .formPanel form {
      display: grid;
      gap: 10px;
    }

    .formPanel label {
      font-size: 14px;
      font-weight: 700;
      color: var(--text);
      margin-top: 2px;
    }

    .formPanel input,
    .formPanel select,
    .formPanel textarea {
      width: 100%;
      border: 1px solid rgba(24,22,33,.08);
      background: #f8fafc;
      color: var(--text);
      padding: 16px 18px;
      border-radius: 18px;
      outline: none;
      transition: .2s ease;
    }

    .formPanel textarea {
      min-height: 152px;
      resize: vertical;
    }

    .formPanel input:focus,
    .formPanel select:focus,
    .formPanel textarea:focus {
      border-color: rgba(184,61,218,.35);
      box-shadow: 0 0 0 4px rgba(184,61,218,.08);
      background: #fff;
    }

    .formActions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 8px;
    }

    .hint {
      margin-top: 6px;
      color: var(--muted);
      font-size: 13px;
    }

    .contactMeta {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 22px;
    }

    .contactMeta a,
    .contactMeta span {
      display: inline-flex;
      align-items: center;
      min-height: 40px;
      padding: 0 14px;
      border-radius: 999px;
      background: rgba(255,255,255,.78);
      border: 1px solid rgba(24,22,33,.07);
      color: var(--text-soft);
      font-size: 13px;
      font-weight: 700;
      transition: .2s ease;
    }

    .contactMeta a:hover {
      color: var(--text);
      transform: translateY(-1px);
      box-shadow: var(--shadow-soft);
    }

    .legalMini {
      margin-top: 12px;
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .legalMini a {
      color: var(--text-soft);
      font-size: 13px;
      font-weight: 700;
    }

    .legalMini a:hover { color: var(--text); }

    footer {
      padding: 28px 0 40px;
    }

    .foot {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 22px 24px;
      border-radius: 28px;
      background: rgba(255,255,255,.82);
      border: 1px solid rgba(24,22,33,.06);
      color: var(--text-soft);
      box-shadow: var(--shadow-soft);
      flex-wrap: wrap;
    }

    .footLinks {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
    }

    .footLinks a:hover { color: var(--text); }


    @media (max-width: 1180px) {
      .demoStory {
        grid-template-columns: 1fr;
        padding: 34px 30px 30px;
      }

      .demoVisual {
        min-height: 460px;
        order: -1;
      }

      .demoCopy {
        padding-right: 0;
      }
    }

    @media (max-width: 1180px) {
      .heroGrid {
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 28px;
      }

      .heroVisual { min-height: 620px; }
      .deviceShowcase { min-height: 600px; }
      h1 { max-width: 100%; }
      .sectionHead { align-items: flex-start; flex-direction: column; }
      .grid3 { grid-template-columns: 1fr; }
      .capabilityBand { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .adapterGrid { grid-template-columns: 1fr; }
      .contactWrap { grid-template-columns: 1fr; }
    }

    @media (max-width: 900px) {
      .navLinks,
      .navActions .btn.primary {
        display: none;
      }

      .menuBtn { display: grid; }

      .nav.open .navShell {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
      }

      .nav.open .navLinks {
        display: flex;
        width: 100%;
        order: 3;
        flex-direction: column;
        align-items: stretch;
        padding-top: 8px;
      }

      .nav.open .navLinks a {
        width: 100%;
        text-align: left;
      }

      .nav.open .navActions {
        display: flex;
        width: 100%;
        order: 4;
      }

      .nav.open .navActions .btn.primary {
        display: inline-flex;
        width: 100%;
      }

      .nav.open .menuBtn span { background: transparent; }
      .nav.open .menuBtn span::before { top: 0; transform: rotate(45deg); }
      .nav.open .menuBtn span::after { top: 0; transform: rotate(-45deg); }

      .navShell {
        min-height: auto;
        border-radius: 34px;
        flex-wrap: wrap;
      }
    }

    @media (max-width: 760px) {
      .wrap { width: min(var(--max), calc(100% - 22px)); }
      .hero { padding-bottom: 72px; }
      .heroGrid { padding-top: 14px; }
      .heroLead { font-size: 16px; }
      .heroVisual {
        min-height: auto;
        display: grid;
        gap: 14px;
        align-items: stretch;
        justify-items: stretch;
      }
      .deviceShowcase {
        display: flex;
        width: 100%;
        min-height: 380px;
        order: 2;
      }
      .deviceRing { inset: 10% 6% 12% 6%; }
      .heroPhone { max-width: 88%; transform: rotate(-5deg) translateY(8px); }
      .deviceCaption {
        left: 16px;
        right: 16px;
        bottom: 18px;
        max-width: none;
        padding: 16px 16px;
      }
      .messageFloat,
      .featureFloat,
      .statsFloat {
        position: static;
        width: 100%;
        margin-top: 0;
      }
      .messageFloat { order: 1; }
      .statsFloat { order: 3; }
      .featureFloat { order: 4; }
      .glowFrame { inset: 20px 0 10px 0; }
      .heroMeta { gap: 10px; }
      .metaPill { width: 100%; justify-content: flex-start; }
      .capabilityBand { grid-template-columns: 1fr; }
      .adapter {
        grid-template-columns: 1fr;
        align-items: start;
      }
      .contactPanel,
      .formPanel { padding: 22px; border-radius: 26px; }
      .contactPanel h3 { font-size: 33px; }
      .sectionHead h2 { max-width: none; }
      .storeBtn {
        width: 100%;
        justify-content: flex-start;
      }
      .demoStory { padding: 24px 20px 22px; border-radius: 30px; }
      .demoVisual { min-height: 320px; }
      .demoBackdrop { inset: 10% 2% 14% 2%; border-radius: 24px; }
      .demoShot, .demoVideo { width: 115%; max-width: none; transform: translateX(-8%) scale(1.03); }
      .demoOrb, .demoShadow { display: none; }
      .demoCopy h2 { font-size: clamp(32px, 10vw, 46px); }
      .demoCopy p { font-size: 16px; }
      .demoPoint { grid-template-columns: 46px minmax(0, 1fr); padding: 13px 14px; }
      .demoPointIcon { width: 46px; height: 46px; border-radius: 15px; }
      .demoActions .btn, .demoActions .linkGhost { width: 100%; justify-content: center; }
    }

    .downloadRepeat {
      padding: 0 0 86px;
    }

    .downloadRepeatPanel {
      position: relative;
      overflow: hidden;
      padding: 38px;
      border-radius: 34px;
      border: 1px solid rgba(24,22,33,.08);
      background:
        radial-gradient(420px 220px at 0% 0%, rgba(184,61,218,.12), transparent 70%),
        radial-gradient(420px 220px at 100% 100%, rgba(0,102,217,.10), transparent 68%),
        #fff;
      box-shadow: var(--shadow);
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 28px;
      align-items: center;
    }

    .downloadRepeatPanel h3 {
      margin: 0 0 10px;
      font-family: "Outfit", system-ui, sans-serif;
      font-size: clamp(30px, 4vw, 44px);
      line-height: 1.05;
      letter-spacing: -.04em;
    }

    .downloadRepeatPanel p {
      margin: 0;
      max-width: 640px;
      color: var(--text-soft);
      font-size: 17px;
    }

    .downloadRepeatActions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      justify-content: flex-end;
    }

    @media (max-width: 980px) {
      .downloadRepeatPanel {
        grid-template-columns: 1fr;
      }

      .downloadRepeatActions {
        justify-content: flex-start;
      }
    }

    @media (max-width: 1180px) {
      .heroCopy { max-width: none; }
      .heroTrustRow { max-width: none; }
      .heroVisual { min-height: 680px; }
      .messageFloat { left: 0; }
      .statsFloat { right: 0; }
      .chipTop { right: 28px; }
      .chipSide { right: 8px; }
    }

    @media (max-width: 760px) {
      .heroTrustRow { grid-template-columns: 1fr; }
      .showcaseBackplate,
      .showcaseGlass,
      .miniMetrics,
      .spark { display: none; }
      .messageFloat,
      .statsFloat,
      .featureFloat,
      .deviceCaption {
        border-radius: 22px;
        box-shadow: 0 18px 42px rgba(29,39,91,.10);
      }
      .messageFloat,
      .statsFloat,
      .featureFloat {
        padding: 16px;
      }
      .deviceStage { left: 14%; right: 14%; bottom: 28px; }
      .deviceCaption strong { font-size: 18px; }
      .messageBubble,
      .featureFloat li,
      .statRow span,
      .deviceCaption strong {
        word-break: keep-all;
      }
    }

    @media (max-width: 520px) {
      h1 {
        font-size: clamp(38px, 12vw, 52px);
        line-height: 1.02;
      }
      .hero {
        padding-top: 24px;
      }
      .heroCopy .eyebrow {
        margin-bottom: 18px;
      }
      .heroCtas {
        margin-bottom: 22px;
      }
      .deviceShowcase {
        min-height: 350px;
      }
      .heroPhone {
        max-width: 92%;
      }
      .deviceCaption span {
        font-size: 11px;
      }
      .deviceCaption strong {
        font-size: 17px;
      }
    }
  
.ai-tools-section {
  padding: 80px 0 100px;
  background: #f7f8fc;
  overflow: hidden;
}

.ai-tools-head {
  max-width: 860px;
  margin: 0 auto 36px;
  text-align: center;
}

.ai-tools-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #eef2ff;
  border: 1px solid #dbe4ff;
  color: #4c63d2;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.ai-tools-head h2 {
  margin: 0 0 14px;
  color: #111827;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.ai-tools-head p {
  margin: 0 auto;
  max-width: 760px;
  color: #667085;
  font-size: 18px;
  line-height: 1.75;
}

.ai-tools-wrap {
  padding: 0 28px;
}

.ai-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ai-tool-card {
  display: flex;
  flex-direction: column;
  min-height: 500px;
  padding: 24px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #e8ecf4;
  box-shadow: 0 14px 34px rgba(18, 38, 63, 0.05);
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ai-tool-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 42px rgba(18, 38, 63, 0.09);
}

.ai-tool-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.ai-tool-topline {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #6b7280;
  line-height: 1;
  white-space: nowrap;
}

.ai-tool-icon-inline {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.ai-tool-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #f5f7fb;
  border: 1px solid #ebeff5;
}

.ai-tool-icon svg {
  width: 28px;
  height: 28px;
}

.ai-tool-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #f8fafc;
  border: 1px solid #edf1f6;
}

.ai-tool-arrow svg {
  width: 20px;
  height: 20px;
}

.ai-tool-image {
  margin-bottom: 22px;
  border-radius: 22px;
  overflow: hidden;
  min-height: 190px;
  background: #f8fafc;
  border: 1px solid #edf1f6;
}

.ai-tool-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
}

.ai-tool-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 190px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.8), rgba(244,247,251,1)),
    repeating-linear-gradient(
      -45deg,
      rgba(17,24,39,0.02),
      rgba(17,24,39,0.02) 10px,
      rgba(17,24,39,0.04) 10px,
      rgba(17,24,39,0.04) 20px
    );
  color: #98a2b3;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ai-tool-card h3 {
  margin: 0 0 12px;
  color: #ff5b78;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ai-tool-card p {
  margin: 0 0 20px;
  color: #475467;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 600;
}

.ai-tool-meta {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #edf1f6;
  color: #667085;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
}

/* Accent colors */
.ai-tool-gold .ai-tool-icon,
.ai-tool-gold .ai-tool-arrow {
  color: #d89b12;
}
.ai-tool-gold:hover {
  border-color: #f1d58a;
}

.ai-tool-blue .ai-tool-icon,
.ai-tool-blue .ai-tool-arrow {
  color: #2491ff;
}
.ai-tool-blue:hover {
  border-color: #b8dcff;
}

.ai-tool-purple .ai-tool-icon,
.ai-tool-purple .ai-tool-arrow {
  color: #7c4dff;
}
.ai-tool-purple:hover {
  border-color: #d7c8ff;
}

@media (max-width: 1399px) {
  .ai-tools-wrap {
    padding: 0 22px;
  }
}

@media (max-width: 1199px) {
  .ai-tools-wrap {
    padding: 0 16px;
  }

  .ai-tools-grid {
    grid-template-columns: 1fr;
    max-width: 820px;
    margin: 0 auto;
  }

  .ai-tool-card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .ai-tools-section {
    padding: 65px 0 75px;
  }

  .ai-tools-head {
    margin-bottom: 28px;
  }

  .ai-tools-head p {
    font-size: 16px;
    line-height: 1.65;
  }

  .ai-tools-wrap {
    padding: 0 12px;
  }

  .ai-tool-card {
    padding: 20px;
    border-radius: 24px;
  }

  .ai-tool-top-row {
    align-items: center;
    gap: 10px;
  }

  .ai-tool-topline {
    font-size: 12px;
    white-space: normal;
  }

  .ai-tool-icon-inline {
    gap: 10px;
  }

  .ai-tool-icon {
    width: 50px;
    height: 50px;
  }

  .ai-tool-icon svg {
    width: 24px;
    height: 24px;
  }

  .ai-tool-arrow {
    width: 40px;
    height: 40px;
  }

  .ai-tool-image,
  .ai-tool-image img,
  .ai-tool-placeholder {
    min-height: 160px;
  }

  .ai-tool-card h3 {
    font-size: 22px;
  }

  .ai-tool-card p {
    font-size: 16px;
    line-height: 1.6;
  }

  .ai-tool-meta {
    font-size: 14px;
  }
}