:root {
  --ink: #071a2b;
  --navy: #011d36;
  --navy-2: #0a2948;
  --blue: #02b3f6;
  --blue-soft: #62d9ff;
  --ice: #eef3f6;
  --paper: #f8fafc;
  --slate: #567083;
  --muted: #7890a0;
  --line: #d9e5eb;
  --white: #ffffff;
  --success: #168d74;
  --shadow: 0 24px 70px rgba(1, 29, 54, .12);
  --shadow-sm: 0 10px 30px rgba(1, 29, 54, .08);
  --radius: 22px;
  --radius-sm: 14px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.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; left: 16px; top: 12px; z-index: 99; padding: 10px 14px; background: var(--blue); color: var(--navy); border-radius: 8px; transform: translateY(-160%); transition: transform .2s; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.icon { display: inline-block; vertical-align: middle; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; font-size: 14px; letter-spacing: -.01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(2, 179, 246, .42); outline-offset: 3px; }
.button-small { min-height: 42px; padding: 0 17px; font-size: 13px; }
.button-primary { background: var(--blue); color: var(--navy); box-shadow: 0 12px 24px rgba(2,179,246,.18); }
.button-primary:hover { background: #25c0fb; box-shadow: 0 16px 28px rgba(2,179,246,.28); }
.button-ghost { border-color: rgba(255,255,255,.27); color: var(--white); background: rgba(255,255,255,.03); }
.button-ghost:hover { background: rgba(255,255,255,.11); }
.button-dark { background: var(--navy); color: var(--white); }
.button-dark:hover { background: var(--navy-2); box-shadow: var(--shadow-sm); }
.button-light { background: var(--white); color: var(--navy); }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(248,250,252,.88); border-bottom: 1px solid rgba(217,229,235,.8); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand-lockup { display: flex; align-items: center; gap: 12px; min-width: 210px; }
.brand-lockup img { width: 210px; height: auto; }
.brand-caption { display: none; color: var(--muted); border-left: 1px solid var(--line); padding-left: 12px; font-size: 10px; font-weight: 700; letter-spacing: .04em; line-height: 1.2; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 28px; }
.nav-link { position: relative; color: var(--slate); font-size: 13px; font-weight: 700; transition: color .2s; }
.nav-link:hover, .nav-link.is-active { color: var(--navy); }
.nav-link.is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -10px; height: 2px; border-radius: 2px; background: var(--blue); }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.language-switcher, .mobile-languages { display: flex; align-items: center; gap: 9px; color: var(--muted); font-weight: 800; font-size: 11px; letter-spacing: .05em; }
.lang-option { transition: color .2s; }
.lang-option:hover, .lang-option.is-current { color: var(--navy); }
.language-switcher .lang-option, .mobile-languages .lang-option { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 29px; padding: 4px; border: 1px solid transparent; border-radius: 7px; line-height: 0; opacity: .68; transition: border-color .2s, background .2s, opacity .2s, transform .2s; }
.language-switcher .lang-option:hover, .mobile-languages .lang-option:hover { border-color: rgba(2,179,246,.35); background: rgba(2,179,246,.08); opacity: 1; transform: translateY(-1px); }
.language-switcher .lang-option.is-current, .mobile-languages .lang-option.is-current { border-color: rgba(2,179,246,.55); background: rgba(2,179,246,.1); opacity: 1; box-shadow: 0 0 0 2px rgba(2,179,246,.08); }
.language-flag { display: block; width: 26px; height: 17px; border-radius: 3px; box-shadow: 0 1px 3px rgba(1,29,54,.2); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--navy); padding: 8px; }
.mobile-nav { border-top: 1px solid var(--line); background: var(--paper); }
.mobile-nav-inner { display: grid; gap: 18px; padding: 24px 0 28px; }
.mobile-nav .nav-link { font-size: 19px; }

.hero { position: relative; overflow: hidden; background: var(--navy); color: var(--white); }
.hero::before { content: ""; position: absolute; inset: -30% -10% auto 42%; height: 1000px; background: radial-gradient(circle, rgba(2,179,246,.25), transparent 62%); pointer-events: none; }
.hero::after { content: ""; position: absolute; width: 720px; height: 720px; right: -380px; bottom: -450px; border: 1px solid rgba(98,217,255,.26); border-radius: 50%; box-shadow: 0 0 0 80px rgba(98,217,255,.05), 0 0 0 160px rgba(98,217,255,.035); pointer-events: none; }
.hero-main { padding: 96px 0 88px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .93fr) minmax(460px, 1.07fr); align-items: center; gap: 70px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; line-height: 1.2; text-transform: uppercase; }
.eyebrow::before, .section-kicker::before { content: ""; width: 25px; height: 1px; background: currentColor; }
.hero h1 { max-width: 700px; margin: 0; font-family: "Manrope", "DM Sans", sans-serif; font-size: clamp(44px, 5.7vw, 78px); line-height: .99; letter-spacing: -.07em; }
.hero h1 em { color: var(--blue-soft); font-style: normal; }
.hero-lead { max-width: 580px; margin: 26px 0 0; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 34px; }
.hero-micro { display: flex; align-items: center; gap: 10px; margin-top: 28px; color: rgba(255,255,255,.48); font-size: 12px; }
.hero-micro::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 6px rgba(2,179,246,.11); }
.hero-art { position: relative; min-height: 520px; display: flex; align-items: center; justify-content: center; isolation: isolate; }
.hero-art > img { position: absolute; z-index: -1; width: 104%; max-width: 640px; opacity: .46; transform: rotate(-3deg) translateY(26px); filter: saturate(1.08) contrast(1.06); }
.dashboard { position: relative; z-index: 1; width: min(100%, 540px); padding: 27px; border: 1px solid rgba(183,239,255,.28); border-radius: 28px; background: linear-gradient(145deg, rgba(18,70,102,.94), rgba(1,29,54,.98)); box-shadow: 0 38px 100px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.08); backdrop-filter: blur(6px); }
.dashboard::before { content: ""; position: absolute; inset: 1px; border-radius: 27px; background: linear-gradient(120deg, rgba(255,255,255,.07), transparent 38%); pointer-events: none; }
.dashboard > * { position: relative; }
.dashboard-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.dash-kicker { margin: 0 0 8px; color: rgba(183,239,255,.74); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.dash-title { max-width: 350px; margin: 0; color: var(--white); font-family: "Manrope", sans-serif; font-size: 24px; line-height: 1.12; letter-spacing: -.045em; }
.dash-status { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid rgba(46,216,161,.26); border-radius: 999px; color: #c3ffed; background: rgba(46,216,161,.14); font-size: 11px; font-weight: 800; white-space: nowrap; }
.dash-status::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #2ed8a1; }
.dash-chart { position: relative; height: 205px; margin: 30px 0 20px; padding: 28px 0 9px; border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.17); background: linear-gradient(180deg, rgba(255,255,255,.055), transparent 58%); }
.dash-chart-meta { position: absolute; top: 8px; right: 0; left: 0; display: flex; justify-content: space-between; color: rgba(255,255,255,.45); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.dash-chart svg { width: 100%; height: 100%; overflow: visible; }
.dash-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.dash-metric { min-height: 86px; padding: 13px; border: 1px solid rgba(183,239,255,.18); border-radius: 14px; background: rgba(1,29,54,.24); }
.dash-metric small { display: block; color: rgba(255,255,255,.66); font-size: 9px; font-weight: 800; letter-spacing: .04em; line-height: 1.25; text-transform: uppercase; }
.dash-metric strong { display: block; margin-top: 7px; color: var(--white); font-family: "Manrope", sans-serif; font-size: 16px; letter-spacing: -.04em; }
.dash-metric-note { display: block; margin-top: 2px; color: rgba(255,255,255,.45); font-size: 9px; line-height: 1.25; }
.dash-footer { display: flex; justify-content: space-between; gap: 16px; margin-top: 20px; color: rgba(255,255,255,.58); font-size: 11px; }
.hero-badge { position: absolute; right: 6px; top: 28px; display: grid; place-items: center; width: 112px; height: 112px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: var(--navy); background: var(--blue); box-shadow: 0 20px 50px rgba(2,179,246,.3); text-align: center; transform: rotate(7deg); }
.hero-badge strong { font-family: "Manrope", sans-serif; font-size: 29px; line-height: .9; letter-spacing: -.06em; }
.hero-badge span { max-width: 72px; font-size: 9px; font-weight: 800; line-height: 1.2; text-transform: uppercase; }
.hero-bottom { position: relative; z-index: 1; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.13); }
.hero-bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.hero-bottom-label { color: rgba(255,255,255,.42); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-trust { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 28px; }
.hero-trust-item { display: flex; align-items: baseline; gap: 8px; }
.hero-trust-item strong { color: var(--white); font-family: "Manrope", sans-serif; font-size: 20px; letter-spacing: -.05em; }
.hero-trust-item span { color: rgba(255,255,255,.46); font-size: 11px; }
.page-hero .hero-main { padding: 86px 0 80px; }
.page-hero .hero-grid { grid-template-columns: minmax(0, 1.1fr) minmax(330px, .9fr); }
.page-hero .hero-art { min-height: 350px; }
.page-hero .hero-art > img { opacity: .3; transform: rotate(5deg) translateY(10px); }
.page-hero .dashboard { transform: rotate(2deg); }

.section { padding: 112px 0; }
.section-tight { padding: 76px 0; }
.section-head { max-width: 720px; }
.section-head.centered { margin: 0 auto; text-align: center; }
.section-kicker { color: var(--blue); }
.section-title { margin: 0; font-family: "Manrope", "DM Sans", sans-serif; font-size: clamp(34px, 4vw, 58px); line-height: 1.03; letter-spacing: -.065em; }
.section-lead { max-width: 650px; margin: 21px 0 0; color: var(--slate); font-size: 17px; line-height: 1.65; }
.section-head.centered .section-lead { margin-right: auto; margin-left: auto; }
.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.intro-grid .section-title { max-width: 470px; }
.intro-aside { padding-top: 55px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 54px; }
.feature-card { position: relative; min-height: 258px; padding: 26px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); transition: transform .22s, box-shadow .22s, border-color .22s; }
.feature-card:hover { transform: translateY(-6px); border-color: rgba(2,179,246,.4); box-shadow: var(--shadow); }
.feature-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 13px; color: var(--blue); background: rgba(2,179,246,.1); }
.feature-card h3 { margin: 28px 0 10px; font-family: "Manrope", sans-serif; font-size: 20px; line-height: 1.15; letter-spacing: -.04em; }
.feature-card p { margin: 0; color: var(--slate); font-size: 13px; line-height: 1.6; }
.feature-card .card-number { position: absolute; right: 22px; top: 22px; color: var(--line); font-family: "Manrope", sans-serif; font-size: 26px; font-weight: 800; }
.feature-card img { position: absolute; right: -42px; bottom: -54px; width: 160px; opacity: .08; transform: rotate(-9deg); pointer-events: none; }
.blue-strip { overflow: hidden; color: var(--white); background: var(--blue); }
.strip-inner { display: flex; align-items: center; gap: 40px; min-height: 82px; }
.strip-label { color: rgba(1,29,54,.65); font-size: 11px; font-weight: 800; letter-spacing: .12em; line-height: 1.3; text-transform: uppercase; }
.strip-items { display: flex; flex: 1; justify-content: space-between; gap: 28px; }
.strip-items span { display: flex; align-items: center; gap: 13px; font-family: "Manrope", sans-serif; font-size: 16px; font-weight: 800; letter-spacing: -.03em; }
.strip-items span::before { content: "↗"; color: var(--navy); font-size: 18px; }
.dark-section { color: var(--white); background: var(--navy); }
.dark-section .section-lead { color: rgba(255,255,255,.58); }
.process-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.step-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 54px; }
.step-card { padding: 26px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); background: rgba(255,255,255,.045); }
.step-no { color: var(--blue); font-family: "Manrope", sans-serif; font-size: 13px; font-weight: 800; }
.step-card h3 { margin: 47px 0 12px; font-family: "Manrope", sans-serif; font-size: 23px; letter-spacing: -.05em; }
.step-card p { margin: 0; color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.65; }
.process-visual { position: relative; display: flex; align-items: center; justify-content: center; min-height: 370px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 30px; background: radial-gradient(circle at 70% 20%, rgba(2,179,246,.24), transparent 42%), #0a2948; }
.process-visual::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(98,217,255,.16); border-radius: 50%; box-shadow: 0 0 0 66px rgba(98,217,255,.04), 0 0 0 132px rgba(98,217,255,.025); }
.process-visual img { position: relative; z-index: 1; width: 68%; opacity: .85; border-radius: 22px; }
.service-preview { background: var(--ice); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 52px; }
.service-card { position: relative; min-height: 300px; padding: 27px; overflow: hidden; border-radius: var(--radius); background: var(--white); }
.service-card:nth-child(2) { background: var(--navy); color: var(--white); }
.service-card:nth-child(3) { background: var(--blue); color: var(--navy); }
.service-card:nth-child(4) { background: #dcebf1; }
.service-card .service-no { color: inherit; opacity: .42; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.service-card h3 { max-width: 180px; margin: 76px 0 14px; font-family: "Manrope", sans-serif; font-size: 22px; line-height: 1.05; letter-spacing: -.055em; }
.service-card p { max-width: 215px; margin: 0; color: var(--slate); font-size: 13px; line-height: 1.55; }
.service-card:nth-child(2) p { color: rgba(255,255,255,.58); }
.service-card:nth-child(3) p { color: rgba(1,29,54,.72); }
.service-card .card-arrow { position: absolute; right: 25px; bottom: 24px; display: grid; place-items: center; width: 37px; height: 37px; border-radius: 50%; color: var(--navy); background: rgba(1,29,54,.08); }
.service-card:nth-child(2) .card-arrow { color: var(--navy); background: var(--blue); }
.service-card:nth-child(3) .card-arrow { background: rgba(255,255,255,.45); }
.service-card img { position: absolute; right: -52px; top: -48px; width: 220px; opacity: .14; }
.service-link-wrap { margin-top: 28px; text-align: right; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); font-size: 13px; font-weight: 800; }
.text-link:hover { color: var(--blue); }
.stats-section { padding: 84px 0; background: var(--white); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.stat { padding: 8px 28px; border-left: 1px solid var(--line); }
.stat:first-child { padding-left: 0; border-left: 0; }
.stat strong { display: block; color: var(--navy); font-family: "Manrope", sans-serif; font-size: clamp(42px, 5vw, 68px); line-height: .9; letter-spacing: -.08em; }
.stat span { display: block; margin-top: 13px; color: var(--slate); font-size: 12px; font-weight: 700; }
.testimonial-section { background: var(--paper); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; margin-top: 52px; }
.testimonial-card { position: relative; display: flex; min-height: 390px; flex-direction: column; padding: 28px; overflow: hidden; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.testimonial-card:nth-child(2) { color: var(--white); background: var(--navy); }
.testimonial-card:nth-child(3) { background: var(--blue); }
.quote-mark { color: var(--blue); font-family: Georgia, serif; font-size: 60px; line-height: .75; }
.testimonial-card:nth-child(3) .quote-mark { color: var(--navy); }
.testimonial-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.testimonial-stars { color: #FFD45A; font-size: 15px; letter-spacing: .08em; line-height: 1; text-shadow: 0 1px 0 rgba(0,0,0,.08); }
.testimonial-number { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.testimonial-card:nth-child(2) .testimonial-number { color: rgba(255,255,255,.48); }
.testimonial-card:nth-child(3) .testimonial-number { color: rgba(1,29,54,.56); }
.testimonial-card blockquote { position: relative; z-index: 1; flex: 1; margin: 26px 0 26px; font-family: "Manrope", sans-serif; font-size: 16px; line-height: 1.42; letter-spacing: -.035em; }
.testimonial-person { display: flex; align-items: center; gap: 12px; min-width: 0; }
.testimonial-avatar { flex: 0 0 auto; width: 54px; height: 54px; border: 2px solid rgba(2,179,246,.22); border-radius: 50%; object-fit: cover; pointer-events: none; user-select: none; -webkit-user-drag: none; }
.testimonial-card cite { display: block; min-width: 0; color: var(--slate); font-size: 11px; font-style: normal; line-height: 1.4; }
.testimonial-card:nth-child(2) cite { color: rgba(255,255,255,.55); }
.testimonial-card:nth-child(3) cite { color: rgba(1,29,54,.68); }
.testimonial-card cite strong { display: block; color: inherit; font-weight: 800; }
.testimonial-card cite span { display: block; overflow-wrap: anywhere; }
.testimonial-service { display: block; margin-top: 10px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.testimonial-card:nth-child(2) .testimonial-service { color: rgba(255,255,255,.46); }
.testimonial-card:nth-child(3) .testimonial-service { color: rgba(1,29,54,.58); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: 100%; padding: 25px 0; border: 0; color: var(--navy); background: transparent; text-align: left; font-family: "Manrope", sans-serif; font-size: 17px; font-weight: 800; letter-spacing: -.03em; }
.faq-item button span:last-child { display: grid; place-items: center; flex: 0 0 auto; width: 29px; height: 29px; border-radius: 50%; color: var(--blue); background: rgba(2,179,246,.1); font-size: 22px; font-weight: 400; transition: transform .2s; }
.faq-item.is-open button span:last-child { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-answer p { max-width: 620px; margin: -3px 0 24px; color: var(--slate); font-size: 14px; line-height: 1.7; }
.cta-section { position: relative; overflow: hidden; color: var(--white); background: var(--navy); }
.cta-section::before { content: ""; position: absolute; width: 680px; height: 680px; left: -340px; top: -280px; border: 1px solid rgba(98,217,255,.18); border-radius: 50%; box-shadow: 0 0 0 80px rgba(98,217,255,.05), 0 0 0 160px rgba(98,217,255,.03); }
.cta-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.cta-section .section-title { max-width: 610px; }
.cta-section .section-lead { color: rgba(255,255,255,.58); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.mini-form-card { padding: 30px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.06); }
.mini-form-card h3 { margin: 0 0 7px; font-family: "Manrope", sans-serif; font-size: 22px; letter-spacing: -.05em; }
.mini-form-card p { margin: 0 0 22px; color: rgba(255,255,255,.53); font-size: 13px; }
.cta-section .contact-form label > span, .cta-section .form-note { color: rgba(255,255,255,.65); }
.cta-section .contact-form input, .cta-section .contact-form select, .cta-section .contact-form textarea { color: var(--white); border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.06); }
.cta-section .contact-form input::placeholder, .cta-section .contact-form textarea::placeholder { color: rgba(255,255,255,.37); }
.cta-section .contact-form select { color: rgba(255,255,255,.75); }
.cta-section .contact-form select option { color: var(--ink); background: var(--white); }
.cta-section .consent-row { color: rgba(255,255,255,.55); }

.page-content { padding: 112px 0; }
.service-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 60px; }
.service-detail { position: relative; min-height: 350px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: var(--white); }
.service-detail:nth-child(2), .service-detail:nth-child(5) { color: var(--white); background: var(--navy); border-color: var(--navy); }
.service-detail:nth-child(3), .service-detail:nth-child(6) { background: var(--blue); border-color: var(--blue); }
.service-detail .detail-no { display: block; color: var(--blue); font-family: "Manrope", sans-serif; font-size: 13px; font-weight: 800; }
.service-detail:nth-child(2) .detail-no, .service-detail:nth-child(5) .detail-no { color: var(--blue-soft); }
.service-detail:nth-child(3) .detail-no, .service-detail:nth-child(6) .detail-no { color: var(--navy); }
.service-detail h2 { max-width: 330px; margin: 74px 0 16px; font-family: "Manrope", sans-serif; font-size: 32px; line-height: 1.02; letter-spacing: -.06em; }
.service-detail p { max-width: 405px; margin: 0; color: var(--slate); font-size: 14px; line-height: 1.7; }
.service-detail:nth-child(2) p { color: rgba(255,255,255,.6); }
.service-detail:nth-child(3) p, .service-detail:nth-child(6) p { color: rgba(1,29,54,.72); }
.service-detail-icon { position: absolute; top: 29px; right: 31px; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(2,179,246,.24); border-radius: 13px; color: var(--blue); background: rgba(2,179,246,.08); }
.service-detail:nth-child(2) .service-detail-icon { color: var(--blue-soft); background: rgba(98,217,255,.12); }
.service-detail:nth-child(3) .service-detail-icon, .service-detail:nth-child(6) .service-detail-icon { color: var(--navy); border-color: rgba(1,29,54,.18); background: rgba(255,255,255,.28); }
.service-detail img { position: absolute; right: -38px; bottom: -46px; width: 240px; opacity: .16; }
.detail-tag { display: inline-flex; align-items: center; gap: 8px; margin-top: 26px; color: inherit; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.detail-tag::before { content: ""; width: 23px; height: 1px; background: currentColor; }
.about-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.about-visual { position: relative; min-height: 500px; overflow: hidden; border-radius: 30px; background: var(--navy); }
.about-visual::before { content: ""; position: absolute; inset: 35px; border: 1px solid rgba(255,255,255,.13); border-radius: 25px; }
.about-visual img { position: absolute; width: 90%; left: 5%; top: 19%; opacity: .9; }
.about-visual .logo-small { position: absolute; left: 41px; bottom: 39px; width: 118px; }
.about-copy p { margin: 0 0 20px; color: var(--slate); font-size: 17px; line-height: 1.7; }
.founder-card { display: flex; align-items: center; gap: 18px; margin-top: 35px; padding-top: 25px; border-top: 1px solid var(--line); }
.founder-avatar { display: grid; place-items: center; flex: 0 0 auto; width: 52px; height: 52px; border-radius: 50%; object-fit: cover; color: var(--navy); background: var(--blue); font-family: "Manrope", sans-serif; font-weight: 900; }
.founder-card small { display: block; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.founder-card strong { display: block; margin-top: 3px; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 18px; letter-spacing: -.04em; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 52px; }
.value-card { padding: 30px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: rgba(255,255,255,.05); }
.value-card span { color: var(--blue); font-size: 12px; font-weight: 800; }
.value-card h3 { margin: 65px 0 12px; font-family: "Manrope", sans-serif; font-size: 23px; letter-spacing: -.05em; }
.value-card p { margin: 0; color: rgba(255,255,255,.55); font-size: 14px; line-height: 1.65; }
.team-section { background: var(--white); }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 52px; }
.team-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow-sm); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.team-card:hover { transform: translateY(-5px); border-color: rgba(2,179,246,.42); box-shadow: var(--shadow); }
.team-card > img { width: 100%; aspect-ratio: 1.35 / 1; object-fit: cover; object-position: center; }
.team-card__body { display: flex; flex: 1; flex-direction: column; padding: 23px; }
.team-role { display: block; min-height: 34px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .07em; line-height: 1.35; text-transform: uppercase; }
.team-card h3 { margin: 18px 0 10px; font-family: "Manrope", sans-serif; font-size: 20px; line-height: 1.1; letter-spacing: -.05em; }
.team-card p { flex: 1; min-height: 108px; margin: 0 0 18px; color: var(--slate); font-size: 13px; line-height: 1.6; }
.team-card .text-link { margin-top: auto; font-size: 12px; }
.team-profiles { margin-top: 68px; }
.profile-label { margin: 0 0 15px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.team-profile { border-top: 1px solid var(--line); }
.team-profile:last-child { border-bottom: 1px solid var(--line); }
.team-profile summary { display: grid; grid-template-columns: 58px 1fr 40px; align-items: center; gap: 18px; padding: 22px 0; cursor: pointer; list-style: none; }
.team-profile summary::-webkit-details-marker { display: none; }
.profile-no { color: var(--blue); font-family: "Manrope", sans-serif; font-size: 12px; font-weight: 800; }
.team-profile summary strong { display: block; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 20px; letter-spacing: -.04em; }
.team-profile summary small { display: block; margin-top: 4px; color: var(--slate); font-size: 12px; line-height: 1.45; }
.profile-toggle { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; color: var(--blue); background: rgba(2,179,246,.1); font-size: 22px; transition: transform .2s ease; }
.team-profile[open] .profile-toggle { transform: rotate(45deg); }
.profile-content { display: grid; grid-template-columns: 1.25fr .75fr; gap: 56px; padding: 6px 58px 35px 76px; }
.profile-copy p { margin: 0 0 17px; color: var(--slate); font-size: 14px; line-height: 1.75; }
.profile-areas { padding: 20px 23px; border-radius: 16px; background: var(--ice); }
.profile-areas-label { margin: 0 0 15px; color: var(--navy); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.profile-areas ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.profile-areas li { position: relative; padding-left: 17px; color: var(--slate); font-size: 12px; line-height: 1.45; }
.profile-areas li::before { content: ""; position: absolute; left: 0; top: .62em; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }
.identity-panel { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 80px; padding: 70px; border-radius: 30px; background: var(--ice); }
.identity-panel img { width: min(100%, 320px); margin: auto; }
.identity-panel .section-title { font-size: clamp(30px, 3.4vw, 47px); }
.identity-panel .section-lead { font-size: 15px; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.contact-detail-list { display: grid; gap: 27px; margin-top: 43px; }
.contact-detail { display: grid; grid-template-columns: 44px 1fr; align-items: start; gap: 15px; }
.contact-detail .feature-icon { width: 44px; height: 44px; }
.contact-detail strong { display: block; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 15px; letter-spacing: -.025em; }
.contact-detail a, .contact-detail span { display: block; color: var(--slate); font-size: 14px; line-height: 1.5; }
.contact-detail a:hover { color: var(--blue); }
.contact-detail .detail-support { margin-top: 2px; color: var(--muted); font-size: 12px; }
.office-block { margin-top: 58px; }
.office-block .section-kicker { margin-bottom: 10px; }
.office-lead { max-width: 430px; margin: 0; color: var(--slate); font-size: 13px; line-height: 1.6; }
.office-grid { display: grid; gap: 12px; margin-top: 20px; }
.office-card { display: grid; grid-template-columns: 28px 1fr; gap: 14px; align-items: start; padding: 18px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.office-card:hover { transform: translateY(-3px); border-color: rgba(2,179,246,.45); box-shadow: var(--shadow-sm); }
.country-flag { display: block; border-radius: 3px; box-shadow: 0 0 0 1px rgba(1,29,54,.12); }
.office-card__flag { display: block; padding-top: 3px; }
.office-country { display: block; color: var(--blue); font-size: 10px !important; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.office-card strong { display: block; margin-top: 3px; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 14px; }
.office-address { display: block; margin-top: 7px; color: var(--slate); font-size: 13px; line-height: 1.5; }
.office-map { display: inline-flex !important; align-items: center; gap: 5px; margin-top: 10px; color: var(--navy) !important; font-size: 11px !important; font-weight: 800; }
.form-shell { padding: 36px; border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: var(--shadow-sm); }
.form-shell h2 { margin: 12px 0 10px; font-family: "Manrope", sans-serif; font-size: 32px; line-height: 1.05; letter-spacing: -.06em; }
.form-shell > p { margin: 0 0 28px; color: var(--slate); font-size: 14px; }
.contact-form { display: grid; gap: 17px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.contact-form label { display: grid; gap: 7px; }
.contact-form label > span { color: var(--navy); font-size: 12px; font-weight: 800; }
.contact-form label em { color: var(--blue); font-style: normal; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 11px; color: var(--ink); background: var(--paper); padding: 13px 14px; outline: none; transition: border .2s, box-shadow .2s; }
.contact-form input, .contact-form select { min-height: 48px; }
.contact-form textarea { min-height: 125px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(2,179,246,.11); }
.contact-form label.has-error input, .contact-form label.has-error select, .contact-form label.has-error textarea { border-color: #c65060; }
.contact-form small[data-error-for] { min-height: 14px; color: #b43e52; font-size: 11px; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.consent-row { display: flex !important; grid-template-columns: none !important; align-items: flex-start; gap: 10px !important; color: var(--slate); font-size: 12px !important; font-weight: 400 !important; line-height: 1.45; }
.consent-row input { width: 18px; height: 18px; flex: 0 0 auto; margin: 0; accent-color: var(--blue); }
.consent-row a { color: #005b83; font-weight: 800; text-decoration: underline; text-decoration-color: var(--blue); text-decoration-thickness: 2px; text-underline-offset: 4px; }
.consent-row a:hover { color: #003d5a; }
.cta-section .consent-row a { color: #c8f3ff; text-decoration-color: var(--blue-soft); }
.cta-section .consent-row a:hover { color: var(--white); }
.consent-row a:focus-visible { border-radius: 4px; background: rgba(2,179,246,.12); outline-offset: 4px; }
.form-footer { display: flex; align-items: center; gap: 20px; padding-top: 5px; }
.form-note { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.4; }
.form-status { min-height: 20px; margin: 0; color: var(--success); font-size: 13px; font-weight: 700; }
.form-status.is-error { color: #b43e52; }
.legal-layout { display: grid; grid-template-columns: .6fr 1.4fr; gap: 85px; align-items: start; }
.legal-index { position: sticky; top: 110px; padding: 23px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.legal-index p { margin: 0 0 14px; color: var(--navy); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.legal-index a { display: block; padding: 9px 0; color: var(--slate); border-bottom: 1px solid var(--line); font-size: 13px; }
.legal-index a:last-child { border-bottom: 0; }
.legal-index a:hover { color: var(--blue); }
.legal-copy { padding: 46px 52px; border: 1px solid var(--line); border-radius: 28px; background: var(--white); }
.legal-copy h2 { margin: 0 0 14px; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 25px; line-height: 1.15; letter-spacing: -.045em; }
.legal-copy p { margin: 0 0 33px; color: var(--slate); font-size: 15px; line-height: 1.8; }
.legal-copy .review-note { margin: 42px 0 0; padding: 18px 20px; border-left: 3px solid var(--blue); color: var(--navy); background: var(--ice); font-size: 13px; line-height: 1.6; }
.legal-copy .source-note { margin: 30px 0 0; padding: 18px 20px; border: 1px solid var(--line); border-radius: 14px; color: var(--slate); background: var(--paper); font-size: 12px; line-height: 1.6; }
.source-note a { color: var(--navy); font-weight: 800; text-decoration: underline; text-decoration-color: var(--blue); text-underline-offset: 3px; }
.source-note span { display: inline-block; margin-top: 5px; }
.updated { margin-top: 13px; color: var(--muted); font-size: 12px; }
.thank-you { min-height: calc(100vh - 76px); display: grid; place-items: center; padding: 100px 0; }
.thank-card { position: relative; max-width: 740px; padding: 70px; overflow: hidden; border-radius: 30px; color: var(--white); background: var(--navy); text-align: center; }
.thank-card::before { content: ""; position: absolute; width: 420px; height: 420px; left: 50%; top: -240px; border: 1px solid rgba(98,217,255,.25); border-radius: 50%; transform: translateX(-50%); box-shadow: 0 0 0 55px rgba(98,217,255,.05), 0 0 0 110px rgba(98,217,255,.03); }
.thank-card > * { position: relative; z-index: 1; }
.thank-card > .thank-card-orbit { position: absolute; z-index: 0; }
.thank-check { display: grid; place-items: center; width: 70px; height: 70px; margin: 0 auto 27px; border-radius: 50%; color: var(--navy); background: var(--blue); }
.thank-card h1 { margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(40px, 5vw, 64px); line-height: 1; letter-spacing: -.07em; }
.thank-card p { max-width: 520px; margin: 22px auto 0; color: rgba(255,255,255,.62); }
.thank-card .hero-actions { justify-content: center; }
.site-footer { color: rgba(255,255,255,.65); background: var(--navy); }
.footer-top { display: grid; grid-template-columns: 1.45fr .7fr .95fr 1fr; gap: 55px; padding: 74px 0 64px; }
.footer-brand img { width: 230px; }
.footer-brand p { margin: 21px 0 26px; color: rgba(255,255,255,.43); font-size: 12px; }
.footer-contact { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: 13px; font-weight: 800; }
.footer-contact:hover { color: var(--white); }
.footer-label { margin: 3px 0 20px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.footer-column ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.footer-column li { font-size: 12px; line-height: 1.5; }
.footer-column a:hover { color: var(--white); }
.footer-office { display: grid; gap: 2px; color: rgba(255,255,255,.5); }
.footer-office-label { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.82); font-weight: 800; }
.footer-office .country-flag { width: 20px; height: 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.35); font-size: 10px; }
.footer-credit { color: var(--blue); font-weight: 800; }
.footer-credit strong { font-weight: 900; letter-spacing: .04em; }
.footer-credit:hover { color: var(--white); }
.reveal { opacity: 1; transform: none; }
body.js-ready [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
body.js-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 24; display: inline-flex; align-items: center; gap: 9px; min-height: 48px; padding: 0 17px 0 12px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; color: var(--white); background: #128c7e; box-shadow: 0 14px 28px rgba(1,29,54,.2); font-size: 12px; font-weight: 800; transition: transform .2s, box-shadow .2s; }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 18px 34px rgba(1,29,54,.28); }
.wa-mark { display: grid; place-items: center; width: 24px; height: 24px; border: 2px solid var(--white); border-radius: 50%; font-size: 22px; line-height: .5; transform: rotate(-38deg); }
.cookie-banner { position: fixed; left: 22px; right: 22px; bottom: 22px; z-index: 40; display: flex; align-items: center; justify-content: space-between; gap: 22px; max-width: 820px; padding: 17px 20px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; color: var(--slate); font-size: 12px; line-height: 1.5; }
.cookie-banner a { color: var(--navy); font-weight: 800; text-decoration: underline; text-decoration-color: var(--blue); text-underline-offset: 3px; }
.cookie-banner button { flex: 0 0 auto; min-height: 36px; padding: 0 15px; border: 0; border-radius: 999px; color: var(--navy); background: var(--blue); font-size: 12px; font-weight: 800; }
.language-prompt { position: fixed; top: 88px; right: 22px; z-index: 35; display: flex; align-items: center; gap: 13px; max-width: 360px; padding: 13px 14px 13px 16px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.97); box-shadow: var(--shadow-sm); color: var(--slate); font-size: 12px; }
.language-prompt a { color: var(--navy); font-weight: 800; text-decoration: underline; text-decoration-color: var(--blue); text-underline-offset: 3px; }
.language-prompt button { width: 26px; height: 26px; padding: 0; border: 0; border-radius: 50%; color: var(--slate); background: var(--ice); font-size: 20px; line-height: 1; }

@media (max-width: 1060px) {
  .desktop-nav { gap: 18px; }
  .nav-actions .button { display: none; }
  .menu-toggle { display: inline-flex; }
  .hero-grid, .page-hero .hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .hero-art { min-height: 430px; }
  .intro-grid, .process-grid, .faq-grid, .about-layout, .contact-layout, .legal-layout, .cta-grid { grid-template-columns: 1fr; gap: 42px; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .profile-content { grid-template-columns: 1fr; gap: 25px; }
  .intro-aside { padding-top: 0; }
  .process-visual { min-height: 310px; }
  .identity-panel { grid-template-columns: 1fr; gap: 45px; }
  .identity-panel img { width: 270px; }
  .legal-index { position: static; }
}
@media (max-width: 760px) {
  .container { width: min(var(--max), calc(100% - 34px)); }
  .site-header { position: sticky; }
  .brand-lockup img { width: 180px; }
  .brand-caption, .desktop-nav, .nav-actions .language-switcher { display: none; }
  .menu-toggle { display: inline-flex; }
  .hero-main, .page-hero .hero-main { padding: 70px 0 62px; }
  .hero h1 { font-size: clamp(43px, 14vw, 65px); }
  .hero-lead { font-size: 16px; }
  .hero-art { min-height: 350px; }
  .dashboard { padding: 18px; }
  .hero-badge { right: 4px; top: 5px; width: 88px; height: 88px; }
  .hero-badge strong { font-size: 24px; }
  .hero-badge span { font-size: 8px; }
  .hero-bottom-inner { display: block; }
  .hero-trust { justify-content: flex-start; gap: 18px; margin-top: 18px; }
  .hero-trust-item { display: grid; gap: 1px; }
  .hero-trust-item strong { font-size: 18px; }
  .section, .page-content { padding: 78px 0; }
  .section-tight { padding: 58px 0; }
  .feature-grid, .service-grid, .testimonial-grid, .value-grid, .team-grid { grid-template-columns: 1fr; margin-top: 35px; }
  .feature-card, .service-card { min-height: 230px; }
  .strip-inner { display: block; padding: 24px 0; }
  .strip-items { display: grid; gap: 10px; margin-top: 14px; }
  .strip-items span { font-size: 14px; }
  .step-list { grid-template-columns: 1fr; margin-top: 32px; }
  .step-card h3, .value-card h3 { margin-top: 28px; }
  .service-list { grid-template-columns: 1fr; margin-top: 36px; }
  .service-detail { min-height: 300px; padding: 28px; }
  .service-detail h2 { margin-top: 52px; font-size: 28px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 0; }
  .stat { padding: 4px 18px; }
  .stat:nth-child(3) { padding-left: 0; border-left: 0; }
  .stat strong { font-size: 45px; }
  .testimonial-card { min-height: 330px; }
  .form-grid { grid-template-columns: 1fr; gap: 17px; }
  .form-shell { padding: 25px 20px; }
  .form-footer { align-items: flex-start; flex-direction: column; }
  .identity-panel { padding: 36px 25px; }
  .about-visual { min-height: 380px; }
  .team-card p { min-height: auto; }
  .team-profile summary { grid-template-columns: 35px 1fr 35px; gap: 10px; }
  .team-profile summary strong { font-size: 17px; }
  .team-profile summary small { font-size: 11px; }
  .profile-content { padding: 3px 0 28px 45px; }
  .legal-copy { padding: 30px 23px; }
  .thank-card { padding: 48px 24px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 36px 25px; padding: 56px 0 45px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: grid; gap: 8px; }
  .whatsapp-float { right: 14px; bottom: 14px; }
  .whatsapp-float .wa-label { display: none; }
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; align-items: flex-end; padding: 14px; }
  .language-prompt { top: 79px; right: 12px; left: 12px; max-width: none; justify-content: space-between; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}


/* v4 editorial layer */
.testimonial-carousel { position: relative; overflow-x: auto; overflow-y: hidden; margin-top: 52px; padding: 2px 2px 13px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-color: rgba(1,29,54,.25) transparent; scrollbar-width: thin; }
.testimonial-grid { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 45px) / 4); grid-template-columns: none; gap: 15px; margin-top: 0; }
.testimonial-card { min-width: 0; scroll-snap-align: start; }
.testimonial-controls { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 16px; color: var(--muted); font-size: 11px; font-weight: 700; }
.testimonial-controls > div { display: flex; gap: 8px; }
.carousel-button { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); background: var(--white); font-size: 18px; cursor: pointer; transition: color .2s, background .2s, border-color .2s; }
.carousel-button:hover { color: var(--white); border-color: var(--navy); background: var(--navy); }
.blog-hero { position: relative; overflow: hidden; color: var(--white); background: var(--navy); }
.blog-hero::after { content: ""; position: absolute; width: 560px; height: 560px; right: -220px; bottom: -300px; border: 1px solid rgba(98,217,255,.22); border-radius: 50%; box-shadow: 0 0 0 72px rgba(98,217,255,.05), 0 0 0 145px rgba(98,217,255,.03); }
.blog-hero .container { position: relative; z-index: 1; padding: 94px 0 90px; }
.blog-hero-grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(320px, .94fr); gap: 80px; align-items: center; }
.blog-hero h1 { max-width: 780px; margin: 22px 0 24px; color: var(--white); font-family: "Manrope", sans-serif; font-size: clamp(47px, 6vw, 80px); line-height: .98; letter-spacing: -.085em; }
.blog-hero .hero-lead { max-width: 620px; color: rgba(255,255,255,.64); }
.blog-hero-card { position: relative; padding: 34px; border: 1px solid rgba(255,255,255,.18); border-radius: 26px; background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.035)); box-shadow: 0 20px 60px rgba(0,0,0,.16); backdrop-filter: blur(7px); }
.blog-hero-card::before { content: ""; position: absolute; right: 25px; top: 25px; width: 62px; height: 62px; border: 1px solid rgba(98,217,255,.5); border-radius: 50%; box-shadow: 0 0 0 13px rgba(98,217,255,.08), 0 0 0 26px rgba(98,217,255,.04); }
.blog-hero-index { display: block; margin-bottom: 70px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.blog-hero-card h2 { max-width: 460px; margin: 18px 0 15px; color: var(--white); font-family: "Manrope", sans-serif; font-size: clamp(24px, 3vw, 36px); line-height: 1.04; letter-spacing: -.06em; }
.blog-hero-card p { max-width: 500px; margin: 0 0 24px; color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.7; }
.blog-hero-card .text-link { color: var(--white); }
.blog-section { background: var(--paper); }
.blog-section-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: end; }
.blog-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 42px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.blog-filter { min-height: 38px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--slate); background: var(--white); font-size: 11px; font-weight: 800; cursor: pointer; }
.blog-filter:hover, .blog-filter.is-active { border-color: var(--navy); color: var(--white); background: var(--navy); }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; margin-top: 28px; }
.blog-card { display: flex; min-height: 355px; flex-direction: column; padding: 25px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.blog-card:hover { transform: translateY(-4px); border-color: rgba(2,179,246,.5); box-shadow: 0 20px 40px rgba(1,29,54,.1); }
.blog-card--featured { color: var(--white); border-color: var(--navy); background: var(--navy); }
.blog-card--featured .blog-date, .blog-card--featured p, .blog-card--featured .blog-card-bottom small { color: rgba(255,255,255,.58); }
.blog-card--featured h3 a, .blog-card--featured .text-link, .blog-card--featured .blog-card-bottom strong { color: var(--white); }
.blog-card[hidden] { display: none; }
.blog-card-top { display: flex; align-items: center; justify-content: space-between; gap: 13px; }
.blog-category { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.blog-date { color: var(--muted); font-size: 10px; font-weight: 700; white-space: nowrap; }
.blog-card h3 { margin: 26px 0 13px; font-family: "Manrope", sans-serif; font-size: 22px; line-height: 1.08; letter-spacing: -.055em; }
.blog-card h3 a { color: var(--navy); }
.blog-card h3 a:hover { color: var(--blue); }
.blog-card p { margin: 0; color: var(--slate); font-size: 13px; line-height: 1.65; }
.blog-card-bottom { display: flex; align-items: end; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 25px; }
.blog-card-bottom .text-link { flex: 0 0 auto; font-size: 11px; }
.blog-author-inline { display: flex; align-items: center; gap: 9px; min-width: 0; }
.blog-author-inline > span { display: grid; min-width: 0; gap: 2px; }
.blog-author-inline strong { overflow: hidden; color: var(--navy); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.blog-author-inline small { color: var(--muted); font-size: 9px; }
.blog-author-avatar { flex: 0 0 auto; width: 48px; height: 48px; border: 2px solid rgba(2,179,246,.33); border-radius: 50%; object-fit: cover; pointer-events: none; user-select: none; -webkit-user-drag: none; }
.blog-author-avatar--small { width: 34px; height: 34px; }
.blog-empty { margin-top: 28px; color: var(--muted); font-size: 14px; }
.blog-managed-section { background: var(--white); }
.managed-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: end; }
.blog-grid--managed:empty::before { content: ""; display: block; grid-column: 1 / -1; min-height: 15px; }
.blog-cta { background: var(--navy); }
.blog-preview-link { margin-top: 25px; }
.home-blog-preview { background: var(--paper); }
.blog-grid--preview { margin-top: 34px; }
.article-hero { color: var(--white); background: var(--navy); }
.article-hero .container { padding: 74px 0 76px; }
.article-hero-inner { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); gap: 76px; align-items: center; }
.article-hero h1 { max-width: 820px; margin: 24px 0 22px; color: var(--white); font-family: "Manrope", sans-serif; font-size: clamp(43px, 5.6vw, 73px); line-height: .99; letter-spacing: -.08em; }
.article-back { display: inline-flex; margin-bottom: 35px; color: rgba(255,255,255,.64); font-size: 12px; font-weight: 800; }
.article-back:hover { color: var(--blue); }
.article-lead { max-width: 760px; color: rgba(255,255,255,.66); font-size: 18px; line-height: 1.65; }
.article-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 27px; color: rgba(255,255,255,.5); font-size: 11px; font-weight: 700; }
.article-hero-art { min-height: 330px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.025)); }
.article-hero-art img { width: 88%; opacity: .85; }
.article-page { background: var(--paper); }
.article-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(270px, .55fr); gap: 75px; align-items: start; }
.article-main { max-width: 780px; }
.article-intro { margin: 0 0 48px; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 24px; line-height: 1.35; letter-spacing: -.045em; }
.article-section { padding: 31px 0; border-top: 1px solid var(--line); }
.article-section h2 { margin: 0 0 13px; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 27px; letter-spacing: -.055em; }
.article-section p { margin: 0; color: var(--slate); font-size: 16px; line-height: 1.8; }
.article-takeaways { margin-top: 20px; padding: 28px 31px; border-radius: 22px; background: var(--ice); }
.article-takeaways ul { display: grid; gap: 12px; margin: 18px 0 0; padding-left: 20px; color: var(--navy); font-size: 14px; line-height: 1.55; }
.article-cta { margin-top: 42px; padding: 32px; border-radius: 23px; color: var(--white); background: var(--navy); }
.article-cta h2 { max-width: 600px; margin: 10px 0 22px; color: var(--white); font-family: "Manrope", sans-serif; font-size: 28px; line-height: 1.1; letter-spacing: -.06em; }
.article-sources { margin-top: 43px; padding-top: 25px; border-top: 1px solid var(--line); }
.article-sources ul { display: grid; gap: 8px; margin: 15px 0 0; padding-left: 17px; }
.article-sources a { color: var(--slate); font-size: 12px; overflow-wrap: anywhere; }
.article-sources a:hover { color: var(--blue); }
.article-aside { position: sticky; top: 110px; display: grid; gap: 15px; }
.article-author-card, .article-aside-note { padding: 27px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.article-author-avatar { width: 76px; height: 76px; margin-bottom: 22px; }
.article-author-card h2 { margin: 10px 0 6px; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 21px; letter-spacing: -.045em; }
.article-author-card p:not(.section-kicker) { margin: 0 0 20px; color: var(--slate); font-size: 12px; line-height: 1.55; }
.article-aside-note { color: var(--slate); background: var(--ice); }
.article-aside-note strong { display: block; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 14px; }
.article-aside-note p { margin: 12px 0 0; font-size: 12px; line-height: 1.65; }
.related-section { background: var(--white); }

@media (max-width: 1060px) {
  .testimonial-grid { grid-auto-columns: calc((100% - 30px) / 3); }
  .blog-hero-grid, .article-hero-inner, .article-layout { grid-template-columns: 1fr; gap: 42px; }
  .blog-hero-card { max-width: 650px; }
  .article-hero-art { min-height: 260px; }
  .article-aside { position: static; grid-template-columns: repeat(2, 1fr); }
  .blog-section-head, .managed-intro { grid-template-columns: 1fr; gap: 18px; }
}
@media (max-width: 760px) {
  .testimonial-grid { grid-auto-columns: 87%; }
  .testimonial-controls { align-items: flex-start; flex-direction: column; }
  .blog-hero .container { padding: 70px 0 65px; }
  .blog-hero h1, .article-hero h1 { font-size: clamp(42px, 13vw, 63px); }
  .blog-hero-card { padding: 25px; }
  .blog-hero-index { margin-bottom: 58px; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-card { min-height: 310px; }
  .article-hero .container { padding: 60px 0; }
  .article-lead { font-size: 16px; }
  .article-layout { gap: 42px; }
  .article-intro { font-size: 21px; }
  .article-aside { grid-template-columns: 1fr; }
  .article-cta { padding: 25px; }
}


/* v5 editorial cover and layout refinements */
.article-hero-copy h1,
.article-hero-copy .article-lead { margin-left: auto; margin-right: auto; text-align: center; }
.article-hero-copy .article-meta { justify-content: center; }
.article-hero-copy > .article-back,
.article-hero-copy > .eyebrow { text-align: left; }
.article-hero-copy > .eyebrow { justify-content: flex-start; }
.article-hero-art { overflow: hidden; padding: 0; }
.article-cover-image { display: block; width: 100%; height: 100%; min-height: 330px; object-fit: cover; object-position: center; border-radius: inherit; }
.home-blog-preview .blog-card--featured h3 a { color: var(--white) !important; }
.home-blog-preview .blog-card--featured .blog-category { color: #bceeff; }
.footer-brand p { max-width: 380px; line-height: 1.65; }
.team-card > img { width: 74%; aspect-ratio: 1; margin: 25px auto 0; border-radius: 50%; object-fit: cover; background: var(--navy); }
@media (max-width: 1060px) { .article-cover-image { min-height: 260px; } }
@media (max-width: 760px) { .article-cover-image { min-height: 220px; } }

/* v5.3 desktop article alignment */
@media (min-width: 1061px) {
  .article-hero-copy h1,
  .article-hero-copy .article-lead {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
  .article-hero-copy .article-meta { justify-content: flex-start; }
}

/* v5.8 thank-you experience */
.thank-you-hero {
  min-height: auto;
  padding: 106px 0 58px;
  background: radial-gradient(circle at 50% -10%, rgba(2,179,246,.12), transparent 46%), var(--paper);
}
.thank-you-hero > .container { display: flex; justify-content: center; }
.thank-card {
  width: min(100%, 860px);
  max-width: 860px;
  padding: clamp(52px, 7vw, 88px) clamp(24px, 7vw, 92px);
  border: 1px solid rgba(98,217,255,.28);
  border-radius: 34px;
  background: radial-gradient(circle at 50% 0, rgba(98,217,255,.18), transparent 38%), linear-gradient(145deg, #0a385a, var(--navy) 62%);
  box-shadow: 0 30px 90px rgba(1,29,54,.2), inset 0 1px 0 rgba(255,255,255,.11);
  isolation: isolate;
}
.thank-card::before { width: 520px; height: 520px; top: -335px; right: 50%; opacity: .75; transform: translateX(50%); }
.thank-card-orbit { position: absolute; inset: 27px; z-index: 0; border: 1px solid rgba(255,255,255,.11); border-radius: 28px; pointer-events: none; }
.thank-card-orbit::before { content: ""; position: absolute; top: 14%; right: 10%; width: 12px; height: 12px; border-radius: 50%; background: var(--blue-soft); box-shadow: 0 0 0 9px rgba(98,217,255,.08); }
.thank-card > * { position: relative; z-index: 1; }
.thank-check { width: 78px; height: 78px; margin: 0 auto 25px; border: 6px solid rgba(98,217,255,.2); box-shadow: 0 0 0 10px rgba(98,217,255,.06), 0 18px 40px rgba(0,0,0,.18); }
.thank-eyebrow { justify-content: center; color: #b7efff; }
.thank-card h1 { max-width: 760px; margin: 0 auto; color: var(--white); font-size: clamp(42px, 6vw, 76px); line-height: .98; letter-spacing: -.075em; text-wrap: balance; }
.thank-card > p:not(.eyebrow):not(.hero-micro) { max-width: 570px; margin: 25px auto 0; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.65; }
.thank-card-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 34px; }
.thank-card-notes { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; margin-top: 31px; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.5; }
.thank-card-notes span { display: inline-flex; align-items: center; gap: 7px; }
.thank-card-notes span::first-letter { color: #6ff0c8; }
.thank-card-micro { justify-content: center; margin-top: 27px; color: rgba(255,255,255,.48); }
.thank-card-micro::before { background: #2ed8a1; box-shadow: 0 0 0 6px rgba(46,216,161,.12); }
.thank-latest { padding: 88px 0 112px; background: var(--white); }
.thank-latest-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; max-width: none; }
.thank-latest-head .section-head { max-width: 690px; }
.thank-latest-head .section-lead { max-width: 590px; }
.thank-blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; margin-top: 42px; }
.thank-blog-card { display: flex; min-height: 455px; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.thank-blog-card:hover { transform: translateY(-5px); border-color: rgba(2,179,246,.5); box-shadow: var(--shadow); }
.thank-blog-card-media { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--navy); }
.thank-blog-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.thank-blog-card:hover .thank-blog-card-media img { transform: scale(1.035); filter: saturate(1.08); }
.thank-blog-card-body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.thank-blog-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.thank-blog-card h3 { margin: 22px 0 12px; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 22px; line-height: 1.08; letter-spacing: -.055em; }
.thank-blog-card h3 a { color: inherit; }
.thank-blog-card h3 a:hover { color: var(--blue); }
.thank-blog-card-body > p { margin: 0; color: var(--slate); font-size: 13px; line-height: 1.65; }
.thank-blog-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 24px; }
.thank-blog-card-bottom .text-link { flex: 0 0 auto; font-size: 11px; }
.thank-blog-author { display: flex; align-items: center; min-width: 0; gap: 9px; color: var(--navy); font-size: 10px; font-weight: 800; }
.thank-blog-author strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.thank-blog-card .blog-author-avatar { border-color: rgba(2,179,246,.45); }
.thank-blog-card[hidden] { display: none; }

@media (max-width: 1060px) {
  .thank-latest-head { display: grid; grid-template-columns: 1fr; gap: 18px; }
  .thank-latest-head > .text-link { justify-self: start; }
  .thank-blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .thank-you-hero { padding: 70px 0 35px; }
  .thank-card { padding: 50px 22px 42px; border-radius: 28px; }
  .thank-card-orbit { inset: 17px; border-radius: 22px; }
  .thank-card h1 { font-size: clamp(42px, 13vw, 62px); }
  .thank-card > p:not(.eyebrow):not(.hero-micro) { font-size: 15px; }
  .thank-card-actions { display: grid; gap: 10px; }
  .thank-card-actions .button { width: 100%; }
  .thank-card-notes { display: grid; justify-items: center; gap: 8px; text-align: center; }
  .thank-latest { padding: 66px 0 82px; }
  .thank-blog-grid { grid-template-columns: 1fr; margin-top: 30px; }
  .thank-blog-card { min-height: 420px; }
}

/* v5.9 editorial covers and contact actions */
.article-hero-art { align-self: stretch; min-height: 0; }
.article-hero-art .article-cover-image { width: 100%; max-width: 100%; height: auto; min-height: 0; aspect-ratio: 4 / 5; object-fit: cover; object-position: center; }
.form-footer .button { min-width: 126px; white-space: nowrap; }
.form-footer .button [data-submit-label] { white-space: nowrap; }
@media (max-width: 1060px) {
  .article-hero-art .article-cover-image { max-height: 620px; }
}
@media (max-width: 760px) {
  .article-hero-art .article-cover-image { max-height: none; }
  .form-footer .button { min-width: 112px; }
}

/* v5.17 — premium Lago Mayor home system */
.site-header {
  border-bottom-color: rgba(1, 29, 54, .07);
  background: rgba(250, 252, 253, .94);
  box-shadow: 0 8px 30px rgba(1, 29, 54, .035);
}
.language-switcher {
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(1, 29, 54, .09);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(1, 29, 54, .06);
}
.language-switcher .lang-option,
.mobile-languages .lang-option {
  position: relative;
  width: 38px;
  height: 32px;
  opacity: 1;
}
.language-switcher .lang-option.is-current,
.mobile-languages .lang-option.is-current {
  border-color: rgba(2, 179, 246, .6);
  background: #e5f7fe;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .9), 0 4px 12px rgba(2, 179, 246, .12);
}
.language-flag {
  display: block !important;
  width: 26px !important;
  min-width: 26px !important;
  height: 17px !important;
  overflow: hidden;
  border-radius: 3px;
  filter: saturate(1.04);
}

body[data-page="home"] .hero {
  background:
    radial-gradient(circle at 74% 15%, rgba(2, 179, 246, .18), transparent 29%),
    linear-gradient(120deg, #011d36 0%, #032944 60%, #04364f 100%);
}
body[data-page="home"] .hero::before {
  inset: 0;
  height: auto;
  background:
    linear-gradient(115deg, transparent 0 46%, rgba(98, 217, 255, .04) 46% 46.15%, transparent 46.15% 100%),
    repeating-linear-gradient(90deg, transparent 0 119px, rgba(183, 239, 255, .026) 120px);
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 88%);
}
body[data-page="home"] .hero::after {
  width: 820px;
  height: 820px;
  right: -460px;
  bottom: -510px;
  box-shadow: 0 0 0 92px rgba(98,217,255,.045), 0 0 0 184px rgba(98,217,255,.025);
}
body[data-page="home"] .hero-copy {
  position: relative;
  z-index: 2;
}
body[data-page="home"] .hero h1 {
  max-width: 650px;
  text-wrap: balance;
  text-shadow: 0 16px 50px rgba(0, 0, 0, .16);
}
body[data-page="home"] .hero-lead { max-width: 555px; color: rgba(255,255,255,.73); }
body[data-page="home"] .hero-art { min-height: 548px; perspective: 1200px; }
body[data-page="home"] .hero-art > img {
  width: 112%;
  max-width: 680px;
  opacity: .58;
  transform: rotate(-2deg) translate(18px, 24px);
  filter: saturate(1.12) contrast(1.04) drop-shadow(0 36px 60px rgba(0,0,0,.18));
}
body[data-page="home"] .dashboard {
  width: min(100%, 555px);
  padding: 29px;
  border-color: rgba(183,239,255,.34);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(24, 78, 109, .93), rgba(1, 29, 54, .985)),
    var(--navy);
  box-shadow: 0 44px 120px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.12), 0 0 0 10px rgba(98,217,255,.025);
  transform: rotateY(-2deg) rotateX(1deg);
}
body[data-page="home"] .dashboard::before {
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 83% 9%, rgba(98,217,255,.15), transparent 24%), linear-gradient(125deg, rgba(255,255,255,.075), transparent 41%);
}
body[data-page="home"] .dashboard::after {
  position: absolute;
  right: 20px;
  bottom: 18px;
  width: 128px;
  height: 80px;
  background: url("../brand/lagomayor_isotipo_negativo.svg") center / contain no-repeat;
  opacity: .035;
  content: "";
  pointer-events: none;
}
body[data-page="home"] .dash-chart {
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(98,217,255,.07), rgba(1,29,54,.08));
}
body[data-page="home"] .dash-chart svg > path:nth-of-type(2) {
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
  animation: lm-chart-rise 1.7s .25s cubic-bezier(.22,.8,.28,1) forwards;
}
body[data-page="home"] .dash-metric {
  border-color: rgba(183,239,255,.21);
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(1,29,54,.25));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045);
}
body[data-page="home"] .hero-badge {
  right: -9px;
  top: 20px;
  border: 7px solid rgba(183,239,255,.18);
  background: linear-gradient(145deg, #62d9ff, #02b3f6);
  box-shadow: 0 22px 60px rgba(2,179,246,.32), inset 0 1px 0 rgba(255,255,255,.64);
}
body[data-page="home"] .hero-bottom { background: rgba(0, 13, 26, .14); }
body[data-page="home"] .hero-trust-item {
  position: relative;
  padding-left: 16px;
}
body[data-page="home"] .hero-trust-item::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: linear-gradient(var(--blue-soft), var(--blue));
  transform: translateY(-50%);
  content: "";
}

body[data-page="home"] .feature-grid { gap: 18px; }
body[data-page="home"] .feature-card {
  min-height: 298px;
  border-color: rgba(1,29,54,.085);
  background: linear-gradient(155deg, #fff 0 68%, #f1f8fb 100%);
  box-shadow: 0 18px 50px rgba(1,29,54,.075);
}
body[data-page="home"] .feature-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--blue), rgba(98,217,255,0));
  content: "";
}
body[data-page="home"] .feature-card h3,
body[data-page="home"] .feature-card p { position: relative; z-index: 2; max-width: 78%; }
body[data-page="home"] .feature-card img {
  right: -24px;
  bottom: -17px;
  width: 168px;
  opacity: .86;
  transform: rotate(-2deg);
  filter: drop-shadow(0 14px 24px rgba(1,29,54,.11));
}
body[data-page="home"] .feature-card:nth-child(even) img { transform: rotate(2deg); }

body[data-page="home"] .process-visual {
  min-height: 410px;
  border-color: rgba(183,239,255,.2);
  background: radial-gradient(circle at 75% 18%, rgba(2,179,246,.2), transparent 34%), linear-gradient(145deg, #0a3656, #011d36);
  box-shadow: 0 30px 80px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.06);
}
body[data-page="home"] .process-visual::before { opacity: .75; }
body[data-page="home"] .process-visual img {
  width: 92%;
  opacity: 1;
  border-radius: 25px;
  filter: drop-shadow(0 28px 46px rgba(0,0,0,.28));
}
body[data-page="home"] .step-card {
  position: relative;
  overflow: hidden;
  min-height: 245px;
  border-color: rgba(183,239,255,.16);
  background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.026));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
body[data-page="home"] .step-card::after {
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 116px;
  height: 116px;
  border: 1px solid rgba(98,217,255,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 22px rgba(98,217,255,.025);
  content: "";
}
body[data-page="home"] .step-no {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(98,217,255,.25);
  border-radius: 13px;
  background: rgba(2,179,246,.08);
}
body[data-page="home"] .step-card h3 { margin-top: 35px; }

body[data-page="home"] .service-card {
  border: 1px solid rgba(1,29,54,.075);
  box-shadow: 0 16px 45px rgba(1,29,54,.07);
  transition: transform .25s ease, box-shadow .25s ease;
}
body[data-page="home"] .service-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(1,29,54,.13); }
body[data-page="home"] .service-card::after {
  position: absolute;
  right: -40px;
  top: -40px;
  width: 140px;
  height: 140px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .08;
  content: "";
}
body[data-page="home"] .stats-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fff, #f7fafc);
}
body[data-page="home"] .stats-section::after {
  position: absolute;
  right: 4vw;
  bottom: -38px;
  width: 210px;
  height: 130px;
  background: url("../brand/lagomayor_isotipo_positivo.svg") center / contain no-repeat;
  opacity: .035;
  content: "";
}
body[data-page="home"] .testimonial-section {
  background: radial-gradient(circle at 88% 12%, rgba(2,179,246,.08), transparent 25%), #f8fafc;
}
body[data-page="home"] .testimonial-card { border: 1px solid rgba(1,29,54,.07); }
body[data-page="home"] .home-blog-preview { background: linear-gradient(180deg, #f8fafc, #f1f6f8); }

@keyframes lm-chart-rise { to { stroke-dashoffset: 0; } }

@media (max-width: 1060px) {
  body[data-page="home"] .hero-art { min-height: 500px; }
  body[data-page="home"] .dashboard { transform: none; }
  body[data-page="home"] .feature-card h3,
  body[data-page="home"] .feature-card p { max-width: 68%; }
}
@media (max-width: 760px) {
  .mobile-languages {
    width: max-content;
    gap: 5px;
    padding: 5px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
  }
  body[data-page="home"] .hero-art { min-height: 405px; }
  body[data-page="home"] .hero-art > img { width: 116%; transform: translateY(18px); }
  body[data-page="home"] .dashboard { padding: 19px; border-radius: 24px; }
  body[data-page="home"] .dash-title { max-width: 225px; font-size: 20px; }
  body[data-page="home"] .dash-chart { height: 176px; }
  body[data-page="home"] .dash-metric { min-height: 78px; padding: 10px; }
  body[data-page="home"] .dash-metric small { font-size: 7px; }
  body[data-page="home"] .dash-metric strong { font-size: 13px; }
  body[data-page="home"] .dash-metric-note { display: none; }
  body[data-page="home"] .hero-badge { right: -2px; border-width: 5px; }
  body[data-page="home"] .feature-card h3,
  body[data-page="home"] .feature-card p { max-width: 72%; }
  body[data-page="home"] .feature-card img { width: 154px; }
  body[data-page="home"] .process-visual { min-height: 300px; border-radius: 24px; }
  body[data-page="home"] .step-card { min-height: 210px; }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="home"] .dash-chart svg > path:nth-of-type(2) { animation: none; stroke-dashoffset: 0; }
}
