:root {
  --red: #ff4f58;
  --red-dark: #e43b48;
  --accent: #6257ee;
  --accent-soft: #eeecff;
  --aqua: #58d6c7;
  --ink: #121a37;
  --muted: #6d7287;
  --cream: #f5f3ff;
  --soft: #f6f8fc;
  --line: #e6e7ef;
  --white: #fff;
  --shadow: 0 26px 80px rgba(18, 26, 55, .12);
  --radius: 28px;
  --container: 1290px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.13; letter-spacing: -.025em; }
h1 { font-size: clamp(2.65rem, 5.3vw, 5.2rem); }
h2 { margin-bottom: 22px; font-size: clamp(2rem, 3.6vw, 3.5rem); }
h3 { font-size: 1.3rem; }
p { color: #41495c; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.feature-icon { position: relative; isolation: isolate; display: grid; width: 52px; height: 52px; flex: 0 0 52px; overflow: hidden; place-items: center; border: 1px solid rgba(98,87,238,.14); border-radius: 17px; color: #5549e8; background: linear-gradient(145deg, #fff, #eeecff); box-shadow: 0 9px 24px rgba(50,45,130,.1), inset 0 1px 0 rgba(255,255,255,.9); }
.feature-icon::before { content: ""; position: absolute; z-index: -1; top: -17px; right: -15px; width: 42px; height: 42px; border-radius: 50%; background: rgba(88,214,199,.22); }
.feature-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.centered { text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.header-scroll-sentinel { position: absolute; top: 24px; left: 0; width: 1px; height: 1px; pointer-events: none; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px; color: #b42335; font-size: .78rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 2px; background: currentColor; }
.eyebrow-light { color: white; }
.section-heading { max-width: 800px; margin: 0 auto 58px; }

/* Live search demo */
.search-demo { position: relative; padding: 105px 0; overflow: hidden; color: var(--ink); background: #f5f7fb; }
.search-demo::before { content: ""; position: absolute; top: -190px; right: -150px; width: 470px; height: 470px; border-radius: 50%; background: rgba(88,214,199,.1); }
.search-demo::after { display: none; }
.search-demo-shell { position: relative; z-index: 1; }
.search-demo-header { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .65fr); align-items: end; gap: 70px; margin-bottom: 48px; }
.search-demo-header h2 { max-width: 760px; margin: 0; overflow-wrap: anywhere; color: var(--ink); font-size: clamp(2.45rem, 4.4vw, 4.5rem); }
.search-demo-header h2 span { color: var(--accent); }
.search-demo-header p { max-width: 490px; margin: 0 0 8px; color: var(--muted); font-size: 1.04rem; }
.search-demo-kicker { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 18px; color: #168c83; font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.search-demo-kicker i { width: 9px; height: 9px; border: 2px solid #f5f7fb; border-radius: 50%; background: #39b9aa; box-shadow: 0 0 0 5px rgba(88,214,199,.17); }
.search-demo-note { display: flex; align-items: flex-start; gap: 12px; margin: -20px 0 26px; padding: 15px 18px; border: 1px solid #dde3ef; border-radius: 14px; background: rgba(255,255,255,.72); }
.search-demo-note svg { width: 21px; height: 21px; flex: 0 0 21px; margin-top: 2px; fill: none; stroke: #6257ee; stroke-width: 1.8; stroke-linecap: round; }
.search-demo-note p { margin: 0; color: #596176; font-size: .86rem; }
.search-demo-note a { color: #5146df; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.search-demo-controls { padding: 18px; border: 1px solid #dfe4ed; border-radius: 26px; background: #fff; box-shadow: 0 20px 60px rgba(35,45,75,.09); }
.search-demo-industries { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 14px; }
.search-demo-industries button { display: flex; min-width: 0; align-items: center; gap: 14px; padding: 17px 19px; border: 1px solid transparent; border-radius: 15px; color: #737b90; background: #f7f8fb; cursor: pointer; text-align: left; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.search-demo-industries button:hover { color: var(--ink); background: #f0f2f8; }
.search-demo-industries button.active { color: #332aab; border-color: #d8d4ff; background: #efedff; }
.search-demo-industries button:focus-visible, .visual-boost input:focus-visible + i { outline: 3px solid rgba(105,223,209,.5); outline-offset: 3px; }
.search-demo-industries svg { width: 29px; height: 29px; flex: 0 0 29px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.search-demo-industries span { min-width: 0; font-weight: 800; line-height: 1.2; }
.search-demo-industries small { display: block; margin-top: 5px; color: #838ba0; font-size: .72rem; font-weight: 500; }
.search-demo-form { position: relative; display: flex; align-items: center; margin-bottom: 14px; }
.search-demo-form > svg { position: absolute; z-index: 1; left: 25px; width: 26px; height: 26px; fill: none; stroke: #6257ee; stroke-width: 2; stroke-linecap: round; pointer-events: none; }
.search-demo-form input { width: 100%; height: 72px; padding: 0 112px 0 68px; border: 2px solid #dfe3ed; border-radius: 16px; outline: 0; color: #101a35; background: #fff; box-shadow: none; font-size: clamp(1.05rem, 2vw, 1.35rem); font-weight: 650; }
.search-demo-form input:focus { border-color: #8c84f5; box-shadow: 0 0 0 4px rgba(98,87,238,.1); }
.search-demo-form input::-webkit-search-cancel-button { margin-right: 5px; }
.search-demo-key { position: absolute; right: 22px; padding: 7px 10px; border: 1px solid #dfe4f1; border-radius: 9px; color: #5e6880; background: #f5f7fb; font-size: .67rem; font-weight: 800; letter-spacing: .14em; pointer-events: none; }
.search-demo-results-bar { display: flex; min-height: 74px; align-items: center; justify-content: space-between; gap: 20px; padding: 0 7px 0 5px; }
.search-demo-results-bar > div { min-width: 0; }
.search-demo-results-bar strong { display: block; color: var(--ink); font-size: 1rem; }
.search-demo-results-bar span { display: block; overflow: hidden; color: #7a8295; font-size: .78rem; text-overflow: ellipsis; white-space: nowrap; }
.search-expansion { display: flex; align-items: center; gap: 10px; margin: 0 5px 16px; padding: 11px 14px; border: 1px solid #cce8e3; border-radius: 12px; color: #155f5a; background: #eefaf8; font-size: .84rem; }
.search-expansion[hidden] { display: none; }
.search-expansion svg { width: 20px; height: 20px; flex: 0 0 20px; fill: #29a99d; }
.search-expansion span { min-width: 0; }
.search-expansion strong { color: #124844; font-weight: 850; overflow-wrap: anywhere; }
.visual-boost { position: relative; display: flex; min-height: 48px; flex: 0 0 auto; align-items: center; gap: 7px; padding: 6px 8px; border: 1px solid #d9d6fa; border-radius: 14px; background: #f7f6ff; user-select: none; }
.visual-boost[hidden] { display: none; }
.visual-boost.is-active { border-color: #a9a2f3; background: #f1efff; box-shadow: 0 6px 18px rgba(72,62,177,.09); }
.visual-boost-symbol { display: grid !important; width: 30px; max-width: none !important; height: 30px; flex: 0 0 30px; overflow: visible !important; place-items: center; border-radius: 9px; color: #574ce1 !important; background: #e7e4ff; }
.visual-boost-symbol svg { width: 17px; height: 17px; fill: currentColor; }
.visual-boost > strong { color: #2b3450; font-size: .8rem; white-space: nowrap; }
.visual-boost > em { padding: 3px 5px; border-radius: 5px; color: #fff; background: #6257ee; font-size: .52rem; font-style: normal; font-weight: 900; letter-spacing: .08em; }
.visual-boost-help { position: relative; display: inline-grid !important; width: 18px; max-width: none !important; height: 18px; overflow: visible !important; place-items: center; border: 1px solid #9a93e9; border-radius: 50%; color: #5146cf !important; background: #fff; font-size: .68rem !important; font-weight: 900; line-height: 1; cursor: help; }
.visual-boost-help > [role="tooltip"] { position: absolute; z-index: 20; right: -8px; bottom: calc(100% + 12px); width: 295px; max-width: none !important; padding: 12px 14px; overflow: visible !important; border-radius: 11px; color: #fff !important; background: #171f3a; box-shadow: 0 12px 35px rgba(19,27,53,.24); font-size: .76rem !important; font-weight: 500; line-height: 1.45; text-align: left; text-overflow: clip !important; white-space: normal !important; opacity: 0; visibility: hidden; transform: translateY(5px); transition: opacity .18s ease, transform .18s ease, visibility .18s; pointer-events: none; }
.visual-boost-help > [role="tooltip"]::after { content: ""; position: absolute; top: 100%; right: 11px; border: 6px solid transparent; border-top-color: #171f3a; }
.visual-boost-help:hover > [role="tooltip"], .visual-boost-help:focus > [role="tooltip"] { opacity: 1; visibility: visible; transform: none; }
.visual-boost-switch { display: block; margin-left: 3px; cursor: pointer; }
.visual-boost-switch input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.visual-boost-switch > i { position: relative; display: block; width: 44px; height: 25px; border: 1px solid #c8ceda; border-radius: 999px; background: #e0e4eb; transition: background .2s ease, border-color .2s ease; }
.visual-boost-switch > i::after { content: ""; position: absolute; top: 3px; left: 3px; width: 17px; height: 17px; border-radius: 50%; background: #929aac; box-shadow: 0 2px 5px rgba(31,40,65,.18); transition: transform .22s ease, background .22s ease; }
.visual-boost-switch input:focus-visible + i { outline: 3px solid rgba(98,87,238,.25); outline-offset: 2px; }
.visual-boost.is-active .visual-boost-switch > i { border-color: #49bdb1; background: #bff0ea; }
.visual-boost.is-active .visual-boost-switch > i::after { background: #35b5a8; transform: translateX(19px); }
.search-demo-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.search-product-card { min-width: 0; overflow: hidden; border: 1px solid #e1e5ed; border-radius: 15px; background: #fff; box-shadow: 0 5px 16px rgba(32,42,68,.06); transition: transform .2s ease, box-shadow .2s ease; }
.search-product-card:not(.search-product-skeleton):hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(32,42,68,.12); }
.search-product-image { display: grid; aspect-ratio: 1 / .92; overflow: hidden; place-items: center; border-bottom: 1px solid #edf0f6; background: #f7f8fb; }
.search-product-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
[data-search-demo][data-current-activity="fashion"][data-boost-state="on"] .search-product-image { aspect-ratio: 4 / 5; }
[data-search-demo][data-current-activity="fashion"][data-boost-state="on"] .search-product-image img { object-fit: cover; object-position: center bottom; mix-blend-mode: normal; }
.search-product-card h3 { display: -webkit-box; min-height: 4.9em; margin: 0; padding: 15px 16px 17px; overflow: hidden; color: #17203a; font-size: .92rem; line-height: 1.42; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.search-product-skeleton { padding: 0; background: #f8f9fc; }
.search-product-skeleton div { aspect-ratio: 1 / .92; background: linear-gradient(100deg, #e8ebf2 25%, #f5f6fa 40%, #e8ebf2 55%); background-size: 240% 100%; animation: search-shimmer 1.3s infinite linear; }
[data-search-demo][data-current-activity="fashion"][data-boost-state="on"] .search-product-skeleton div { aspect-ratio: 4 / 5; }
.search-product-skeleton span { display: block; width: 72%; height: 13px; margin: 20px 16px 50px; border-radius: 10px; background: #e5e8f0; }
.search-demo-empty { grid-column: 1 / -1; margin: 0; padding: 70px 25px; border-radius: 18px; color: #71798c; background: #f6f7fa; text-align: center; }
@keyframes search-shimmer { to { background-position-x: -240%; } }

@media (max-width: 960px) {
  .search-demo { padding: 90px 0; }
  .search-demo-header { grid-template-columns: 1fr; gap: 24px; }
  .search-demo-header p { max-width: 650px; }
  .search-demo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .search-demo { padding: 72px 0; }
  .search-demo .container { width: min(calc(100% - 28px), var(--container)); }
  .search-demo-header { margin-bottom: 32px; }
  .search-demo-note { margin-top: -12px; }
  .search-demo-header h2 { font-size: clamp(2.1rem, 11vw, 3rem); }
  .search-demo-controls { padding: 10px; border-radius: 24px; }
  .search-demo-industries { gap: 6px; }
  .search-demo-industries button { min-height: 76px; justify-content: center; padding: 11px 6px; border-radius: 14px; text-align: center; }
  .search-demo-industries svg { width: 24px; height: 24px; flex-basis: 24px; }
  .search-demo-industries span { font-size: .74rem; }
  .search-demo-industries small { display: none; }
  .search-demo-form input { height: 66px; padding-right: 70px; padding-left: 56px; border-radius: 16px; }
  .search-demo-form > svg { left: 19px; width: 23px; height: 23px; }
  .search-demo-key { right: 13px; padding: 6px; font-size: .58rem; }
  .search-demo-results-bar { min-height: 84px; }
  .search-demo-results-bar span { max-width: 180px; }
  .search-expansion { align-items: flex-start; margin-inline: 2px; padding: 10px 12px; font-size: .78rem; line-height: 1.45; }
  .visual-boost { padding-inline: 7px; }
  .visual-boost > strong { font-size: .74rem; }
  .visual-boost-help > [role="tooltip"] { position: fixed; z-index: 1000; right: max(16px, env(safe-area-inset-right)); bottom: max(88px, calc(72px + env(safe-area-inset-bottom))); left: max(16px, env(safe-area-inset-left)); width: auto; max-width: none !important; padding: 14px 16px; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 16px 45px rgba(10,18,40,.3); transform: translateY(10px); }
  .visual-boost-help > [role="tooltip"]::after { display: none; }
  .visual-boost-help:hover > [role="tooltip"], .visual-boost-help:focus > [role="tooltip"] { transform: none; }
  body:has(.visual-boost-help:hover) .whatsapp-float, body:has(.visual-boost-help:focus) .whatsapp-float { opacity: 0; visibility: hidden; pointer-events: none; }
  .search-demo-grid { gap: 8px; }
  .search-product-card { border-radius: 13px; }
  .search-product-card h3 { min-height: 5.3em; padding: 11px; font-size: .76rem; -webkit-line-clamp: 3; }
  .search-product-skeleton span { margin: 15px 11px 42px; }
}

@media (max-width: 680px) and (hover: none) {
  .visual-boost-help:hover > [role="tooltip"] { opacity: 0; visibility: hidden; transform: translateY(10px); }
  .visual-boost-help:focus > [role="tooltip"] { opacity: 1; visibility: visible; transform: none; }
  body:has(.visual-boost-help:hover) .whatsapp-float { opacity: 1; visibility: visible; pointer-events: auto; }
  body:has(.visual-boost-help:focus) .whatsapp-float { opacity: 0; visibility: hidden; pointer-events: none; }
}

@media (max-width: 410px) {
  .search-demo-industries button { flex-direction: column; gap: 5px; }
  .search-demo-results-bar { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 12px; }
  .visual-boost { width: 100%; justify-content: flex-start; }
  .visual-boost-switch { margin-left: auto; }
}
.section-heading > p { max-width: 720px; margin: 0 auto; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.split-heading p { margin-bottom: 10px; font-size: 1.1rem; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; padding: 12px 28px; border: 1px solid var(--red); border-radius: 999px; background: linear-gradient(135deg, var(--red), #ff765f); color: white; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--red-dark); box-shadow: 0 12px 28px rgba(231, 47, 53, .24); }
.button-light { border-color: white; background: white; color: var(--red); }
.button-light:hover { background: var(--ink); color: white; border-color: var(--ink); }
.button-dark { background: var(--ink); border-color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 40px; color: #b42335; font-weight: 800; }

/* Header */
.site-header { position: absolute; z-index: 100; inset: 0 0 auto; height: 88px; transition: background .25s ease, box-shadow .25s ease; }
.site-header.scrolled { position: fixed; background: rgba(255, 255, 255, .9); box-shadow: 0 8px 32px rgba(18, 26, 55, .08); backdrop-filter: blur(18px); }
.header-inner { display: grid; grid-template-columns: 176px 1fr auto; align-items: center; height: 100%; }
.brand img { width: 150px; height: auto; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 32px; font-weight: 600; }
.site-nav > a, .nav-dropdown > button { position: relative; padding: 31px 0; border: 0; background: transparent; cursor: pointer; }
.site-nav > a::after, .nav-dropdown > button::after { content: ""; position: absolute; right: 0; bottom: 24px; left: 0; height: 2px; background: var(--red); transform: scaleX(0); transition: transform .2s ease; }
.site-nav > a:hover::after, .site-nav > a.active::after, .nav-dropdown > button:hover::after { transform: scaleX(1); }
.nav-dropdown { position: relative; }
.nav-dropdown > button { display: flex; align-items: center; gap: 6px; }
.nav-dropdown svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 2; }
.nav-icon { display: none; }
.dropdown-menu { position: absolute; top: calc(100% - 8px); left: -24px; width: 260px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: white; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; }
.dropdown-menu a { display: block; padding: 10px 12px; border-radius: 7px; font-size: .92rem; }
.dropdown-menu a:hover { color: var(--red); background: #fff4f4; }
.nav-dropdown:hover .dropdown-menu, .nav-dropdown:focus-within .dropdown-menu, .nav-dropdown.open .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.demo-nav-link { display: inline-flex; min-height: 40px; align-items: center; gap: 7px; padding: 7px 12px; border: 1px solid rgba(98,87,238,.2); border-radius: 999px; color: #5146cf; background: #f2f0ff; font-size: .9rem; font-weight: 800; transition: color .2s ease, background .2s ease, transform .2s ease; }
.demo-nav-link:hover { color: white; background: var(--accent); transform: translateY(-1px); }
.demo-nav-link svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 2; }
.menu-toggle { display: none; }

/* Home hero */
.home-hero { position: relative; overflow: hidden; padding: 132px 0 74px; background: radial-gradient(circle at 8% 18%, rgba(98, 87, 238, .14), transparent 30%), radial-gradient(circle at 92% 85%, rgba(88, 214, 199, .18), transparent 27%), #fbfbff; }
.home-hero::before { content: ""; position: absolute; top: 120px; left: -120px; width: 330px; height: 330px; border: 1px solid rgba(98,87,238,.15); border-radius: 50%; }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; min-height: 730px; align-items: center; gap: 76px; }
.hero-copy { position: relative; z-index: 2; min-width: 0; padding: 35px 0; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 25px; padding: 8px 14px; border: 1px solid rgba(98,87,238,.18); border-radius: 999px; color: var(--accent); background: rgba(255,255,255,.7); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(10px); }
.hero-kicker i { width: 8px; height: 8px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 0 5px rgba(88,214,199,.16); }
.hero-copy h1 { max-width: 680px; margin-bottom: 26px; font-size: clamp(3.15rem, 4.25vw, 4.7rem); }
.hero-copy h1 .typed-slot { position: relative; display: block; }
.hero-copy h1 .typed-line-reserve { display: block; visibility: hidden; }
.hero-copy h1 .typed-line { position: absolute; inset: 0; display: block; color: transparent; background: linear-gradient(100deg, var(--red), var(--accent)); background-clip: text; -webkit-background-clip: text; transition: opacity .18s ease, transform .18s ease; }
.hero-copy h1 .typed-line.changing { opacity: 0; transform: translateY(8px); }
.hero-copy p { max-width: 590px; margin-bottom: 29px; color: #4d536b; font-size: 1.08rem; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.hero-link { position: relative; font-weight: 800; }
.hero-link::after { content: ""; position: absolute; right: 0; bottom: -3px; left: 0; height: 2px; background: var(--accent); transform-origin: left; transition: transform .2s ease; }
.hero-link:hover::after { transform: scaleX(.45); }
.hero-proof { display: flex; gap: 25px; margin-top: 28px; color: var(--muted); font-size: .86rem; }
.hero-proof span::first-letter { color: var(--aqua); }
.hero-visual { position: relative; min-width: 0; padding: 18px 18px 0; }
.hero-visual::before { content: ""; position: absolute; z-index: -1; top: -28px; right: -30px; width: 170px; height: 170px; border-radius: 50%; background: linear-gradient(135deg, rgba(255,79,88,.3), rgba(98,87,238,.16)); filter: blur(1px); }
.hero-visual-frame { position: relative; min-height: 690px; overflow: hidden; border: 1px solid rgba(255,255,255,.75); border-radius: 48px 48px 150px 48px; background: radial-gradient(circle at 50% 35%, rgba(255,255,255,.25), transparent 25%), linear-gradient(155deg, #242b56 0%, #403d88 50%, #6d5ce8 100%); box-shadow: 0 34px 90px rgba(39,43,92,.26); }
.hero-visual-frame::after { content: ""; position: absolute; right: -60px; bottom: 100px; width: 230px; height: 230px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.hero-visual-frame > img { position: absolute; z-index: 2; bottom: -2px; left: 50%; width: auto; max-width: none; height: 96%; object-fit: contain; transform: translateX(-50%); }
.hero-visual-frame > img.hero-vector { top: 12%; bottom: auto; width: 92%; max-width: 92%; height: auto; max-height: 68%; }
.visual-label { position: absolute; z-index: 4; top: 28px; left: 30px; padding: 8px 14px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: white; background: rgba(255,255,255,.1); font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.search-bubble { position: absolute; z-index: 5; top: 43%; left: -22px; width: 260px; padding: 18px 25px; border: 1px solid rgba(255,255,255,.8); border-radius: 18px; background: rgba(255,255,255,.9); box-shadow: 0 16px 40px rgba(18,26,55,.2); font-size: 1.12rem; white-space: nowrap; backdrop-filter: blur(12px); }
.search-bubble i { display: inline-block; width: 2px; height: 1.2em; margin-left: 3px; vertical-align: -4px; background: var(--ink); animation: blink .8s infinite; }
.hero-product-results { position: absolute; z-index: 6; right: 34px; bottom: 28px; left: 34px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; opacity: 1; transition: opacity .3s ease, transform .3s ease; }
.hero-product-results.fade-out { opacity: 0; transform: translateY(10px); }
.hero-product-set { display: contents; }
.hero-product-set[hidden] { display: none; }
.hero-product-card { min-width: 0; padding: 11px; overflow: hidden; border: 1px solid rgba(255,255,255,.75); border-radius: 16px; background: rgba(255,255,255,.94); box-shadow: 0 15px 35px rgba(18,26,55,.16); text-align: left; backdrop-filter: blur(12px); }
.hero-product-card img { width: 100%; height: 82px; margin-bottom: 8px; border-radius: 10px; background: white; object-fit: contain; }
.hero-product-card strong { display: -webkit-box; min-height: 2.5em; overflow: hidden; color: var(--ink); font-size: .75rem; line-height: 1.25; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.hero-product-card span { display: block; margin-top: 5px; color: var(--accent); font-size: .72rem; font-weight: 800; }
@keyframes blink { 50% { opacity: 0; } }
.stats-bar { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 42px; padding: 21px 28px; border: 1px solid rgba(98,87,238,.13); border-radius: 24px; background: rgba(255,255,255,.86); color: var(--ink); box-shadow: 0 20px 60px rgba(18,26,55,.1); backdrop-filter: blur(15px); }
.stats-bar > div { display: flex; align-items: center; gap: 15px; }
.stats-bar > div + div { padding-left: 25px; border-left: 1px solid var(--line); }
.stats-bar .feature-icon { width: 48px; height: 48px; flex-basis: 48px; border-radius: 15px; }
.stats-bar .feature-icon svg { width: 23px; height: 23px; }
.stats-bar > div > span:not(.feature-icon) { display: flex; flex-direction: column; color: var(--muted); font-size: .9rem; }
.stats-bar strong { color: var(--ink); font-size: 1.55rem; line-height: 1.2; }

/* Home sections */
.intro-section { padding-top: 130px; }
.challenge-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.challenge-card { display: grid; grid-template-columns: 1fr .8fr; min-height: 360px; overflow: hidden; border: 1px solid rgba(98,87,238,.09); border-radius: var(--radius); background: white; box-shadow: 0 18px 55px rgba(18,26,55,.07); }
.challenge-card:nth-child(2), .challenge-card:nth-child(3) { background: linear-gradient(145deg, #fff, var(--accent-soft)); }
.challenge-card > div { padding: 42px 20px 34px 42px; }
.challenge-card .feature-icon { margin-bottom: 20px; }
.challenge-card:nth-child(2n) .feature-icon, .feature-card-grid article:nth-child(3n+2) .feature-icon { border-color: rgba(255,103,92,.18); color: #ec5160; background: linear-gradient(145deg, #fff, #fff0ee); }
.challenge-card:nth-child(3n) .feature-icon, .feature-card-grid article:nth-child(3n) .feature-icon { border-color: rgba(45,173,166,.2); color: #168e8a; background: linear-gradient(145deg, #fff, #e8fbf8); }
.challenge-card h3 { margin: 14px 0; font-size: 1.55rem; }
.challenge-card img { width: 100%; height: 100%; object-fit: cover; }
.challenge-card.reverse > div { order: 2; padding-right: 40px; }
.intelligence-section { background: linear-gradient(180deg, #f7f8fc, #f0efff); }
.tabs { border-radius: var(--radius); background: white; box-shadow: var(--shadow); overflow: hidden; }
.tab-list { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.tab-list button { padding: 20px; border: 0; border-right: 1px solid var(--line); background: white; font-weight: 700; cursor: pointer; }
.tab-list button:last-child { border-right: 0; }
.tab-list button.active { color: white; background: linear-gradient(135deg, var(--accent), #8176ff); }
.tab-panel { display: grid; grid-template-columns: 1fr 1fr; min-height: 590px; align-items: center; gap: 70px; padding: 60px 70px; }
.tab-panel[hidden] { display: none; }
.tab-panel > img { width: 100%; max-height: 480px; object-fit: contain; }
.feature-copy h3 { margin-bottom: 28px; font-size: 2rem; }
.check-list { padding: 0; margin: 0; list-style: none; }
.check-list li { position: relative; padding: 9px 0 9px 34px; }
.check-list li::before { content: "✓"; position: absolute; top: 10px; left: 0; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: #ffe3e3; color: var(--red); font-size: .72rem; font-weight: 900; }
.check-list small { display: block; color: var(--muted); }
blockquote { margin: 25px 0 0; padding: 20px 24px; border-left: 3px solid var(--red); background: var(--soft); font-style: italic; }
.brands-section { overflow: hidden; }
.logo-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.logo-grid.four { grid-template-columns: repeat(4, 1fr); }
.logo-grid > div { display: grid; min-height: 120px; place-items: center; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.logo-grid img { width: 100%; max-width: 155px; max-height: 58px; object-fit: contain; filter: grayscale(1); opacity: .78; transition: .2s ease; }
.logo-grid > div:hover img { filter: grayscale(0); opacity: 1; transform: scale(1.04); }
.process-section { background: radial-gradient(circle at 85% 15%, rgba(98,87,238,.3), transparent 25%), linear-gradient(145deg, #111832, #1c2549); color: white; }
.process-section h2, .process-section h3, .process-section p { color: white; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.process-grid article { min-height: 290px; padding: 34px; border: 1px solid rgba(255,255,255,.14); border-right: 0; }
.process-grid article:last-child { border-right: 1px solid rgba(255,255,255,.14); }
.process-grid .feature-icon { margin-bottom: 54px; color: var(--aqua); background: rgba(255,255,255,.08); box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.process-grid h3 { font-size: 1.3rem; }
.process-grid p { color: #bec3ce; }
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.why-grid article { position: relative; overflow: hidden; min-height: 300px; padding: 44px; border: 1px solid rgba(98,87,238,.08); border-radius: 24px; background: linear-gradient(145deg, #fff, #f6f5ff); }
.why-grid article::after { content: ""; position: absolute; right: -60px; bottom: -60px; width: 170px; height: 170px; border: 24px solid rgba(231,47,53,.08); border-radius: 50%; }
.why-grid .feature-icon { margin-bottom: 30px; color: var(--red); }
.infrastructure-section { position: relative; overflow: hidden; padding: 105px 0; background: #071b34; color: white; }
.infrastructure-section::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(98,202,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(98,202,255,.22) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to right, transparent, black 25%, black 75%, transparent); }
.cloud-shell { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 85px; padding: 68px; overflow: hidden; border: 1px solid rgba(120,214,255,.18); border-radius: 34px; background: linear-gradient(145deg, rgba(13,48,79,.94), rgba(8,31,57,.96)); box-shadow: 0 28px 80px rgba(0,0,0,.25); }
.cloud-copy { position: relative; z-index: 2; }
.cloud-copy h2, .cloud-copy p { color: white; }
.cloud-copy p { max-width: 610px; color: #b9d0e4; font-size: 1.05rem; }
.cloud-copy .eyebrow { color: #61ddff; }
.cloud-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 34px; }
.cloud-metrics div { padding: 20px; border: 1px solid rgba(120,214,255,.16); border-radius: 16px; background: rgba(255,255,255,.05); }
.cloud-metrics strong, .cloud-metrics span { display: block; }
.cloud-metrics strong { color: #71e3ff; font-size: 1.6rem; }
.cloud-metrics span { color: #a8c0d5; font-size: .82rem; }
.cloud-visual { position: relative; min-height: 390px; display: grid; place-items: center; }
.cloud-visual img { position: relative; z-index: 3; width: 68%; max-height: 230px; object-fit: contain; filter: drop-shadow(0 22px 25px rgba(0,0,0,.28)); }
.cloud-ring { position: absolute; border: 1px solid rgba(91,220,255,.28); border-radius: 50%; }
.cloud-ring-one { width: 330px; height: 330px; }
.cloud-ring-two { width: 245px; height: 245px; border-style: dashed; animation: cloud-spin 22s linear infinite; }
@keyframes cloud-spin { to { transform: rotate(360deg); } }
.cloud-node { position: absolute; z-index: 4; padding: 8px 12px; border: 1px solid rgba(113,227,255,.28); border-radius: 999px; color: #cceeff; background: rgba(7,27,52,.86); box-shadow: 0 8px 22px rgba(0,0,0,.2); font-size: .72rem; font-weight: 700; letter-spacing: .05em; }
.node-api { top: 32px; left: 18%; }
.node-edge { right: 1%; bottom: 90px; }
.node-scale { bottom: 20px; left: 13%; }

/* Common inner-page patterns */
.page-hero { min-height: 680px; display: flex; align-items: center; overflow: hidden; padding: 145px 0 70px; background: radial-gradient(circle at 85% 15%, rgba(88,214,199,.18), transparent 25%), linear-gradient(135deg, #fbfaff, var(--cream)); }
.page-hero-inner { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); align-items: center; gap: 70px; }
.page-hero-copy { min-width: 0; }
.page-hero-copy p { max-width: 760px; font-size: 1.05rem; }
.page-hero img { width: 100%; min-width: 0; max-width: 100%; max-height: 470px; object-fit: contain; border-radius: 18px; }
.image-copy { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; margin-bottom: 110px; }
.image-copy:last-child { margin-bottom: 0; }
.image-copy.reverse img { order: 2; }
.image-copy img { width: 100%; max-height: 470px; object-fit: contain; border-radius: 18px; }
.image-copy p { font-size: 1.06rem; }
.features-section, .soft-section { background: var(--soft); }
.feature-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.feature-card-grid.three { grid-template-columns: repeat(3, 1fr); }
.feature-card-grid article { padding: 38px; border: 1px solid var(--line); border-radius: 16px; background: white; transition: transform .2s ease, box-shadow .2s ease; }
.feature-card-grid article:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(23,33,60,.08); }
.feature-card-grid .feature-icon { margin-bottom: 24px; }
.compact-features { padding-top: 70px; }
.solutions-overview { padding-bottom: 70px; }
.solution-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.solution-grid article { min-height: 320px; padding: 36px 30px; border-top: 3px solid var(--red); background: var(--soft); }
.solution-grid .feature-icon { margin-bottom: 24px; }
.solution-grid article:nth-child(2n) .feature-icon { border-color: rgba(45,173,166,.2); color: #168e8a; background: linear-gradient(145deg, #fff, #e8fbf8); }
.solution-grid h3 { margin: 0 0 18px; font-size: 1.5rem; }
.mission-section { padding-top: 50px; }
.mini-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 35px; }
.mini-stats div { padding: 18px 12px; border-left: 2px solid var(--red); }
.mini-stats strong, .mini-stats small { display: block; }
.mini-stats strong { color: var(--red); font-size: 1.35rem; }
.faq-section { background: white; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.faq-intro img { max-width: 290px; margin: 35px auto 0; }
.accordion article { border-bottom: 1px solid var(--line); }
.accordion button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 30px; padding: 25px 0; border: 0; background: transparent; text-align: left; font-weight: 700; cursor: pointer; }
.accordion button span { color: var(--red); font-size: 1.55rem; transition: transform .2s ease; }
.accordion article.open button span { transform: rotate(45deg); }
.accordion article > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease; }
.accordion article > div > p { overflow: hidden; margin: 0; }
.accordion article.open > div { grid-template-rows: 1fr; }
.accordion article.open > div > p { padding-bottom: 24px; }
.cta-section { position: relative; overflow: hidden; padding: 78px 0; background: radial-gradient(circle at 84% 15%, rgba(79,224,211,.18), transparent 27%), linear-gradient(125deg, #0b2340, #123d5d 58%, #126877); color: white; }
.cta-section::before { content: ""; position: absolute; top: -110px; right: 12%; width: 290px; height: 290px; border: 1px solid rgba(121,235,225,.2); border-radius: 50%; box-shadow: 0 0 0 52px rgba(121,235,225,.035), 0 0 0 104px rgba(121,235,225,.025); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-inner > * { position: relative; z-index: 1; }
.cta-inner h2, .cta-inner p { color: white; }
.cta-inner h2 { margin-bottom: 12px; }
.cta-inner p { margin-bottom: 0; }
.cta-section .button-light { border-color: #79ebe1; background: #79ebe1; color: #09243a; }
.cta-section .button-light:hover { border-color: white; background: white; color: #09243a; }

/* About */
.prose-lead { max-width: 900px; margin-bottom: 75px; }
.prose-lead p { font-size: 1.35rem; }
.mission-callout { padding: 70px; border-radius: var(--radius); background: var(--ink); color: white; }
.mission-callout h2, .mission-callout p { color: white; }
.mission-callout p { max-width: 800px; }
.about-results { background: var(--cream); }
.big-stats { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(23,33,60,.12); border-radius: 18px; overflow: hidden; }
.big-stats div { display: flex; min-height: 180px; flex-direction: column; justify-content: center; padding: 30px; border-right: 1px solid rgba(23,33,60,.12); }
.big-stats div:last-child { border-right: 0; }
.big-stats strong { color: var(--red); font-size: 2rem; }
.big-stats span { color: #4a5162; }

/* Pricing */
.pricing-section { background: var(--soft); }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: 1060px; }
.price-card { padding: 54px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 18px 55px rgba(23,33,60,.07); }
.price-card.featured { background: var(--red); color: white; transform: translateY(-18px); }
.price-card.featured p, .price-card.featured li { color: white; }
.price-card.featured .check-list li::before { color: var(--red); background: white; }
.plan-label { display: inline-block; margin-bottom: 22px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.price-card h2 { margin-bottom: 0; font-size: 3.1rem; }
.price-card h2 small { font-size: 1rem; }
.price-card > p { margin-bottom: 30px; color: var(--muted); }
.price-card .button { width: 100%; margin-top: 32px; }
.support-section { padding-bottom: 80px; }
.support-table { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; }
.support-row { display: grid; grid-template-columns: .75fr 1fr 1fr; }
.support-row > * { padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.support-row > *:last-child { border-right: 0; }
.support-row:last-child > * { border-bottom: 0; }
.support-head { color: white; background: var(--ink); }
.support-head > * { border-color: rgba(255,255,255,.15); }
.add-ons-section { background: var(--soft); }

/* Cases */
.cases-section { background: #fbfbfb; }
.cases-list { display: grid; gap: 85px; }
.case-card { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; padding: 54px; border-radius: var(--radius); background: white; box-shadow: 0 18px 55px rgba(23,33,60,.065); }
.case-card.reverse img { order: 2; }
.case-card > img { width: 100%; max-height: 470px; object-fit: contain; border-radius: 14px; }
.case-card h2 { font-size: clamp(1.8rem, 3vw, 2.7rem); }
.read-more { padding: 8px 0; border: 0; background: transparent; color: var(--red); font-weight: 800; cursor: pointer; }
.read-more span { display: inline-block; transition: transform .2s ease; }
.case-card.expanded .read-more span { transform: rotate(180deg); }
.case-more { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .35s ease, opacity .35s ease; }
.case-more > * { display: none; }
.case-card.expanded .case-more { grid-template-rows: 1fr; opacity: 1; }
.case-card.expanded .case-more > * { display: block; }

/* Contact */
.contact-hero { padding: 175px 0 85px; background: var(--cream); text-align: center; }
.contact-hero h1 { max-width: 900px; margin: 0 auto 65px; }
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; text-align: left; }
.contact-cards article { min-height: 225px; padding: 34px; border-radius: 18px; background: white; box-shadow: 0 12px 38px rgba(23,33,60,.06); }
.contact-cards .feature-icon { width: 48px; height: 48px; border-radius: 14px; }
.contact-cards h2 { margin: 22px 0 12px; font-size: 1.25rem; }
.contact-cards a { color: var(--red); }
.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.contact-copy { position: sticky; top: 130px; }
.contact-form { padding: 46px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.contact-form label { display: block; margin-bottom: 22px; color: var(--ink); font-size: .92rem; font-weight: 700; }
.contact-form label span { color: var(--red); }
.contact-form input, .contact-form textarea { display: block; width: 100%; margin-top: 8px; padding: 14px 16px; border: 1px solid #d8dae0; border-radius: 7px; outline: 0; color: var(--ink); background: #fcfcfc; transition: border .2s ease, box-shadow .2s ease; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 4px rgba(231,47,53,.1); }
.contact-form textarea { resize: vertical; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form .button[disabled] { opacity: .65; cursor: wait; }
.honeypot { position: absolute !important; left: -9999px; }
.form-status { min-height: 25px; margin: 15px 0 0; font-weight: 600; }
.form-status.success { color: #16833d; }
.form-status.error { color: #c0202b; }

/* Footer */
.site-footer { padding: 85px 0 0; color: #d8dce6; background: #11182d; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .8fr .7fr .9fr; gap: 70px; padding-bottom: 65px; }
.footer-brand img { width: 180px; height: auto; margin-bottom: 20px; filter: brightness(0) invert(1); opacity: .95; }
.site-footer p { color: #abb1bf; }
.site-footer h3 { margin-bottom: 22px; color: white; font-size: 1rem; }
.footer-grid > div:not(:first-child) > a { display: block; margin: 10px 0; color: #abb1bf; }
.footer-grid a:hover { color: white; }
.footer-email { color: white !important; }
.social-links { display: flex; gap: 10px; }
.social-links a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.social-links svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.footer-bottom { padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); color: #8f96a7; font-size: .9rem; }
.whatsapp-float { position: fixed; z-index: 90; right: 28px; bottom: 25px; display: grid; width: 58px; height: 58px; place-items: center; border: 4px solid white; border-radius: 50%; background: #21c765; box-shadow: 0 7px 23px rgba(0,0,0,.18); }
.whatsapp-float svg { width: 31px; fill: white; }

/* Reveal */
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .header-inner { grid-template-columns: 160px 1fr auto; }
  .site-nav { gap: 20px; font-size: .92rem; }
  .home-hero { padding-top: 120px; }
  .hero-layout { grid-template-columns: .95fr 1.05fr; min-height: 650px; gap: 40px; }
  .hero-visual { width: 100%; }
  .hero-visual-frame { min-height: 610px; }
  .hero-copy { max-width: 560px; }
  .hero-copy h1 { font-size: clamp(2.8rem, 4.2vw, 4rem); }
  .stats-bar { padding: 22px 30px; }
  .stats-bar strong { font-size: 1.4rem; }
  .solution-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid article:nth-child(2) { border-right: 1px solid rgba(255,255,255,.14); }
  .logo-grid { grid-template-columns: repeat(4, 1fr); }
  .footer-grid { gap: 35px; }
}

@media (max-width: 860px) {
  .container { width: min(calc(100% - 36px), var(--container)); }
  .section { padding: 82px 0; }
  .site-header { height: 74px; }
  .site-header.scrolled, body.menu-open .site-header { position: fixed; background: #fff; box-shadow: 0 8px 26px rgba(18,26,55,.08); backdrop-filter: none; }
  .header-inner { display: flex; justify-content: space-between; }
  body.menu-open .brand { position: relative; z-index: 103; }
  .brand img { width: 135px; }
  .menu-toggle { position: relative; z-index: 104; display: flex; width: 43px; height: 43px; flex-direction: column; justify-content: center; gap: 5px; padding: 9px; border: 1px solid rgba(18,26,55,.08); border-radius: 12px; background: white; box-shadow: 0 7px 20px rgba(23,33,60,.1); }
  .menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; background: var(--ink); transition: .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 101; inset: 0; display: flex; height: 100vh; height: 100dvh; align-items: stretch; flex-direction: column; justify-content: flex-start; gap: 8px; overflow-y: auto; padding: 96px 22px 30px; background: radial-gradient(circle at 100% 0, rgba(88,214,199,.13), transparent 34%), linear-gradient(160deg, #fff 0%, #f7f8ff 100%); opacity: 0; overscroll-behavior: contain; visibility: hidden; transform: translateX(100%); transition: opacity .24s ease, transform .3s ease, visibility .3s; }
  .site-nav.open { opacity: 1; visibility: visible; transform: none; }
  .site-nav > a, .nav-dropdown > button { display: grid; width: 100%; min-height: 58px; grid-template-columns: 42px minmax(0,1fr); align-items: center; gap: 12px; padding: 8px 14px; border: 1px solid transparent; border-radius: 15px; background: transparent; text-align: left; font-size: 1.05rem; }
  .site-nav > a:hover, .site-nav > a.active, .nav-dropdown > button:hover, .nav-dropdown.open > button { border-color: rgba(98,87,238,.12); background: white; box-shadow: 0 8px 24px rgba(24,31,72,.06); }
  .site-nav > a::after, .nav-dropdown > button::after { display: none; }
  .nav-dropdown > button { grid-template-columns: 42px minmax(0,1fr) 20px; }
  .nav-icon { display: block; width: 22px !important; height: 22px; justify-self: center; fill: none; stroke: var(--accent); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.9; }
  .nav-chevron { width: 18px !important; height: 18px; transition: transform .2s ease; }
  .nav-dropdown.open .nav-chevron { transform: rotate(180deg); }
  .dropdown-menu { position: static; display: none; width: auto; margin: 4px 0 8px 54px; padding: 6px; border: 1px solid rgba(98,87,238,.1); border-radius: 13px; background: rgba(255,255,255,.82); box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .dropdown-menu a { padding: 10px 12px; border-radius: 9px; }
  .nav-dropdown.open .dropdown-menu { display: block; }
  .header-actions { gap: 8px; }
  .demo-nav-link { position: relative; z-index: 104; min-height: 39px; padding: 7px 11px; background: #efedff; }
  body.menu-open .whatsapp-float { opacity: 0; visibility: hidden; pointer-events: none; }
  .home-hero { min-height: auto; padding: 112px 0 60px; }
  .hero-layout { display: flex; min-height: auto; flex-direction: column; align-items: stretch; padding-top: 20px; }
  .hero-copy { max-width: 680px; padding-bottom: 20px; }
  .hero-copy h1 { font-size: clamp(2.55rem, 8.3vw, 4.2rem); }
  .hero-visual { align-self: center; width: min(100%, 660px); padding-inline: 0; }
  .hero-visual-frame { min-height: 650px; }
  .search-bubble { left: -12px; width: 220px; padding: 14px 20px; font-size: 1rem; }
  .stats-bar { grid-template-columns: 1fr 1fr; margin-top: 30px; }
  .stats-bar > div:nth-child(3) { padding-left: 0; border-left: 0; }
  .stats-bar > div:nth-child(n+3) { padding-top: 18px; margin-top: 18px; border-top: 1px solid var(--line); }
  .challenge-grid { grid-template-columns: 1fr; }
  .challenge-card { min-height: 320px; }
  .tab-panel { grid-template-columns: 1fr; min-height: auto; gap: 35px; padding: 45px 40px; }
  .tab-panel > img { max-height: 390px; }
  .split-heading, .page-hero-inner, .image-copy, .faq-layout, .contact-layout { grid-template-columns: 1fr; gap: 45px; }
  .page-hero-inner { grid-template-columns: minmax(0, 1fr); width: 100%; }
  .cloud-shell { grid-template-columns: 1fr; gap: 35px; padding: 46px; }
  .cloud-visual { min-height: 340px; }
  .split-heading { margin-bottom: 45px; }
  .page-hero { min-height: auto; padding: 130px 0 70px; }
  .page-hero img { max-height: 390px; }
  .image-copy.reverse img { order: 0; }
  .feature-card-grid.three { grid-template-columns: 1fr 1fr; }
  .logo-grid { grid-template-columns: repeat(3, 1fr); }
  .logo-grid.four { grid-template-columns: repeat(2, 1fr); }
  .big-stats { grid-template-columns: 1fr 1fr; }
  .big-stats div:nth-child(2) { border-right: 0; }
  .big-stats div:nth-child(-n+2) { border-bottom: 1px solid rgba(23,33,60,.12); }
  .pricing-grid { gap: 18px; }
  .price-card { padding: 38px 30px; }
  .case-card, .case-card.reverse { grid-template-columns: 1fr; gap: 35px; padding: 38px; }
  .case-card.reverse img { order: 0; }
  .contact-copy { position: static; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; max-width: 650px; }
}

@media (max-width: 600px) {
  body { font-size: 15px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 68px 0; }
  h1 { font-size: 2.55rem; }
  h2 { font-size: 2rem; }
  .section-heading { margin-bottom: 42px; }
  .home-hero { padding-top: 92px; text-align: center; }
  .hero-layout { padding-top: 20px; gap: 28px; }
  .hero-copy h1 { font-size: 2.18rem; overflow-wrap: anywhere; }
  .hero-copy h1 .typed-line { max-width: 100%; white-space: normal; }
  .hero-copy p { font-size: 1rem; }
  .hero-kicker { font-size: .68rem; }
  .hero-actions { justify-content: center; flex-direction: column; gap: 15px; }
  .hero-proof { justify-content: center; flex-wrap: wrap; gap: 8px 18px; }
  .hero-visual { width: 100%; margin-left: 0; }
  .hero-visual-frame { min-height: 500px; border-radius: 32px 32px 90px 32px; }
  .hero-visual-frame > img { height: 94%; }
  .hero-visual-frame > img.hero-vector { top: 15%; width: 96%; max-width: 96%; height: auto; max-height: 65%; }
  .visual-label { top: 18px; left: 18px; font-size: .65rem; }
  .search-bubble { top: 43%; left: -5px; width: 185px; }
  .hero-product-results { right: 12px; bottom: 18px; left: 12px; gap: 7px; }
  .hero-product-card { padding: 7px; border-radius: 11px; }
  .hero-product-card img { height: 62px; margin-bottom: 6px; }
  .hero-product-card strong { min-height: 2.4em; font-size: .62rem; }
  .hero-product-card span { margin-top: 3px; font-size: .62rem; }
  .stats-bar { grid-template-columns: 1fr; gap: 17px; padding: 23px; text-align: left; }
  .stats-bar > div { justify-content: flex-start; }
  .stats-bar > div + div, .stats-bar > div:nth-child(3) { padding-top: 15px; padding-left: 0; margin-top: 0; border-top: 1px solid var(--line); border-left: 0; }
  .challenge-card { grid-template-columns: 1fr; }
  .challenge-card > div, .challenge-card.reverse > div { order: 0; padding: 30px; }
  .challenge-card img { max-height: 250px; }
  .tabs { border-radius: 20px; }
  .tab-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: hidden; }
  .tab-list button { min-width: 0; padding: 16px 5px; font-size: clamp(.68rem, 3vw, .8rem); line-height: 1.25; overflow-wrap: anywhere; }
  .tab-panel { padding: 35px 24px; }
  .logo-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .logo-grid > div { min-height: 95px; padding: 18px; }
  .process-grid, .why-grid, .feature-card-grid, .feature-card-grid.three, .solution-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: auto; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 0; }
  .process-grid article:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
  .process-grid .feature-icon { margin-bottom: 26px; }
  .why-grid article { padding: 32px; }
  .cloud-shell { padding: 30px 24px; border-radius: 24px; text-align: left; }
  .cloud-metrics { grid-template-columns: 1fr; }
  .cloud-visual { min-height: 300px; }
  .cloud-visual img { width: 78%; }
  .cloud-ring-one { width: 260px; height: 260px; }
  .cloud-ring-two { width: 190px; height: 190px; }
  .node-api { left: 2%; }
  .page-hero-copy { text-align: left; }
  .image-copy { gap: 28px; margin-bottom: 75px; }
  .mini-stats { grid-template-columns: 1fr; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .mission-callout { padding: 38px 28px; }
  .big-stats, .pricing-grid { grid-template-columns: 1fr; }
  .big-stats div { border-right: 0; border-bottom: 1px solid rgba(23,33,60,.12); }
  .big-stats div:last-child { border-bottom: 0; }
  .price-card.featured { transform: none; }
  .support-table { border: 0; overflow: visible; }
  .support-row { grid-template-columns: 1fr; margin-bottom: 18px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
  .support-row > * { border-right: 0; }
  .support-row > *:last-child { border-bottom: 0; }
  .support-head { display: none; }
  .case-card, .case-card.reverse { padding: 25px; }
  .contact-hero { padding: 130px 0 65px; }
  .contact-cards { grid-template-columns: 1fr; }
  .contact-cards article { min-height: auto; }
  .contact-form { padding: 28px 22px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 53px; height: 53px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
