@font-face {
    font-family: "Manrope";
    src: url("/fonts/manrope-latin-ext-wght-normal.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --ink: #101720;
    --muted: #66727e;
    --line: #dfe5e7;
    --paper: #fff;
    --soft: #f3f6f5;
    --night: #0a1118;
    --teal: #0b9187;
    --mint: #baf2df;
    --lime: #dcff78;
    --font: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); -webkit-font-smoothing: antialiased; }
a { color: inherit; }

.comparison-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(255,255,255,.1); color: #fff; background: rgba(10,17,24,.92); backdrop-filter: blur(18px); }
.header-inner { width: min(1440px,calc(100% - 64px)); min-height: 76px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 34px; }
.brand { width: max-content; color: inherit; font-family: "Outfit",var(--font); font-size: 29px; font-weight: 500; letter-spacing: -.055em; text-decoration: none; }
.comparison-header nav { display: flex; align-items: center; gap: 34px; }
.comparison-header nav a,.login-link { color: #c8d0d5; font-size: 14px; font-weight: 650; text-decoration: none; transition: color .18s ease; }
.comparison-header nav a:hover,.login-link:hover { color: #fff; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 22px; }
.header-cta { padding: 12px 19px; border-radius: 999px; color: #0d171a; background: var(--lime); font-size: 14px; font-weight: 800; text-decoration: none; transition: transform .18s ease,background .18s ease; }
.header-cta:hover { transform: translateY(-1px); background: #e7ff9a; }

.hero { position: relative; min-height: 710px; overflow: hidden; color: #fff; background: linear-gradient(125deg,rgba(255,255,255,.02) 1px,transparent 1px) 0 0/36px 36px,radial-gradient(circle at 75% 40%,rgba(13,153,143,.22),transparent 36%),linear-gradient(118deg,#081017 0%,#0b151c 49%,#0b3432 100%); }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; pointer-events: none; }
.hero-orbit--one { right: -160px; top: -250px; width: 780px; height: 780px; }
.hero-orbit--two { right: 100px; top: -20px; width: 350px; height: 350px; }
.hero-inner { position: relative; z-index: 2; width: min(1340px,calc(100% - 64px)); min-height: 710px; margin: 0 auto; padding: 74px 0 82px; display: grid; grid-template-columns: minmax(0,1fr) minmax(540px,.92fr); align-items: center; gap: 72px; }
.eyebrow,.section-kicker { margin: 0 0 19px; color: var(--teal); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { color: #aec0be; }
.hero h1 { margin: 0; max-width: 720px; font-size: clamp(48px,4.55vw,70px); font-weight: 790; line-height: 1.01; letter-spacing: -.062em; }
.hero h1 em { color: var(--mint); font-style: normal; }
.hero-lead { max-width: 650px; margin: 28px 0 32px; color: #c2ccd1; font-size: 18px; line-height: 1.62; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 54px; padding: 0 22px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-size: 15px; font-weight: 800; text-decoration: none; transition: transform .18s ease,background .18s ease,border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #0e1818; background: var(--lime); }
.button--primary:hover { background: #e7ff9a; }
.button--ghost { border: 1px solid rgba(255,255,255,.2); color: #e6edef; background: rgba(255,255,255,.04); }
.button--ghost:hover { border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.08); }
.button--dark { color: #fff; background: var(--night); }
.button--dark:hover { background: #17242b; }
.hero-meta { margin: 20px 0 0; display: flex; flex-wrap: wrap; align-items: center; gap: 10px; color: #9eacb2; font-size: 11px; font-weight: 700; }
.hero-meta > span { width: 3px; height: 3px; border-radius: 50%; background: #65767b; }

.price-stage { position: relative; min-height: 520px; display: flex; align-items: center; }
.price-stage::before { position: absolute; inset: 12px -24px 8px 72px; border-radius: 50%; background: radial-gradient(circle,rgba(13,154,143,.25),rgba(13,154,143,0) 67%); content: ""; }
.price-panel { position: relative; width: 330px; min-height: 405px; padding: 30px; border: 1px solid rgba(255,255,255,.11); border-radius: 28px; background: #152127; box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.price-panel--featured { z-index: 2; margin-right: -70px; color: var(--ink); background: #e5f6f2; transform: translateY(-22px); }
.price-panel--reference { z-index: 1; padding-left: 98px; color: #e5ecee; background: rgba(16,25,31,.93); transform: translateY(40px); }
.panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.panel-heading > span { font-family: "Outfit",var(--font); font-size: 22px; font-weight: 500; letter-spacing: -.045em; }
.panel-heading small { color: #607470; font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.price-panel--reference .panel-heading small { color: #8a999f; }
.panel-price { margin: 54px 0 28px; display: flex; align-items: center; gap: 11px; }
.panel-price strong { font-size: 58px; line-height: 1; letter-spacing: -.075em; }
.panel-price > span { color: #415a57; font-size: 14px; font-weight: 800; line-height: 1.15; }
.price-panel--reference .panel-price > span { color: #9aa8ad; }
.panel-price small { font-size: 9px; }
.price-panel ul { min-height: 112px; margin: 0; padding: 19px 0; border: solid rgba(8,109,102,.16); border-width: 1px 0; list-style: none; }
.price-panel--reference ul { border-color: rgba(255,255,255,.09); }
.price-panel li { position: relative; margin: 9px 0; padding-left: 18px; color: #39514f; font-size: 12px; font-weight: 680; line-height: 1.4; }
.price-panel--reference li { color: #b7c2c6; }
.price-panel li::before { position: absolute; top: .5em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); content: ""; }
.price-panel > a { margin-top: 22px; display: inline-flex; gap: 8px; color: #0b746d; font-size: 13px; font-weight: 850; text-decoration: none; }
.panel-source { display: block; margin-top: 19px; color: #839299; font-size: 8px; line-height: 1.45; }

.quick-facts { min-height: 112px; padding: 0 max(32px,calc((100% - 1280px)/2)); display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--line); background: #fff; }
.quick-facts article { padding: 28px 30px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.quick-facts article:first-child { border-left: 1px solid var(--line); }
.quick-facts strong { font-size: 22px; letter-spacing: -.04em; }
.quick-facts span { margin-top: 5px; color: var(--muted); font-size: 11px; }

.section { width: min(1280px,calc(100% - 64px)); margin: 0 auto; padding: 118px 0; }
.section h2,.final-cta h2 { margin: 0; font-size: clamp(40px,4.7vw,64px); font-weight: 770; line-height: 1.03; letter-spacing: -.063em; }
.intro-section { display: grid; grid-template-columns: 1.06fr .94fr; align-items: start; gap: 110px; }
.intro-copy { padding-top: 35px; }
.intro-copy p { margin: 0 0 20px; color: var(--muted); font-size: 17px; line-height: 1.75; }

.comparison-section { color: #fff; background: var(--night); }
.comparison-inner { padding-top: 108px; padding-bottom: 108px; }
.comparison-section .section-kicker { color: var(--mint); }
.section-heading { max-width: 840px; }
.section-heading > p:last-child { max-width: 690px; margin: 24px 0 0; color: #aab7be; font-size: 16px; line-height: 1.65; }
.comparison-table-wrap { margin-top: 58px; overflow-x: auto; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: rgba(255,255,255,.025); }
.comparison-table { width: 100%; min-width: 830px; border-collapse: collapse; }
.comparison-table th,.comparison-table td { padding: 21px 24px; border-bottom: 1px solid rgba(255,255,255,.09); text-align: left; vertical-align: middle; }
.comparison-table tr:last-child th,.comparison-table tr:last-child td { border-bottom: 0; }
.comparison-table thead th { color: #93a3aa; font-size: 10px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.comparison-table thead th span { color: var(--night); }
.comparison-table tbody th { width: 31%; color: #f3f7f7; font-size: 13px; font-weight: 760; }
.comparison-table td { width: 34.5%; color: #b8c3c7; font-size: 13px; line-height: 1.55; }
.comparison-table .is-umowizi { color: #17332f; background: #dcf3ed; }
.comparison-table thead .is-umowizi { background: var(--mint); }
.comparison-table strong { font-weight: 850; }
.status { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; }
.status--yes::before { width: 18px; height: 18px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--teal); content: "✓"; font-size: 11px; }
.data-note { margin: 20px 0 0; color: #829198; font-size: 10px; line-height: 1.55; }
.data-note a { color: #b8dcd5; }

.cost-section { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.cost-copy > p:last-child { max-width: 530px; margin: 24px 0 0; color: var(--muted); font-size: 16px; line-height: 1.68; }
.cost-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cost-card { min-height: 285px; padding: 30px; border: 1px solid var(--line); border-radius: 28px; display: flex; flex-direction: column; justify-content: flex-end; background: #fff; }
.cost-card--featured { border-color: #c7e7df; background: #e5f6f2; }
.cost-card > div { margin-bottom: auto; display: flex; justify-content: space-between; gap: 12px; }
.cost-card div span { font-family: "Outfit",var(--font); font-size: 20px; font-weight: 500; letter-spacing: -.04em; }
.cost-card div small,.cost-card > small { color: #819097; font-size: 9px; font-weight: 760; }
.cost-card strong { font-size: clamp(29px,3vw,44px); line-height: 1.05; letter-spacing: -.06em; }
.cost-card p { margin: 7px 0 4px; color: var(--muted); font-size: 12px; }

.fit-section { background: var(--soft); }
.fit-inner { padding-top: 108px; padding-bottom: 108px; }
.fit-heading { max-width: 850px; }
.fit-grid { margin-top: 58px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fit-card { min-height: 490px; padding: 42px; border: 1px solid var(--line); border-radius: 30px; display: flex; flex-direction: column; background: #fff; }
.fit-card--featured { color: #fff; background: var(--night); }
.fit-label { color: var(--teal); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.fit-card--featured .fit-label { color: var(--mint); }
.fit-card h3 { max-width: 520px; margin: 35px 0 26px; font-size: clamp(30px,3.2vw,45px); line-height: 1.08; letter-spacing: -.055em; }
.fit-card ul { margin: 0 0 36px; padding: 0; list-style: none; }
.fit-card li { position: relative; padding: 10px 0 10px 27px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 14px; line-height: 1.5; }
.fit-card--featured li { border-color: rgba(255,255,255,.1); color: #b7c2c7; }
.fit-card li::before { position: absolute; top: 16px; left: 2px; width: 8px; height: 8px; border-radius: 50%; background: var(--teal); content: ""; }
.fit-card--featured .button { width: max-content; margin-top: auto; color: var(--night); background: var(--lime); }

.migration-section { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 96px; border-bottom: 1px solid var(--line); }
.migration-copy > p:last-child { max-width: 560px; margin: 24px 0 0; color: var(--muted); font-size: 16px; line-height: 1.68; }
.migration-flow { border: 1px solid var(--line); border-radius: 28px; overflow: hidden; background: var(--line); }
.migration-flow article { min-height: 126px; padding: 24px 28px; display: grid; grid-template-columns: 42px 1fr; column-gap: 18px; align-content: center; background: #fff; }
.migration-flow article + article { margin-top: 1px; }
.migration-flow span { grid-row: 1 / span 2; color: var(--teal); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.migration-flow strong { font-size: 18px; letter-spacing: -.03em; }
.migration-flow p { margin: 6px 0 0; color: var(--muted); font-size: 12px; }

.faq-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 25px 0; display: flex; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; font-size: 16px; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--teal); font-size: 21px; font-weight: 500; transition: transform .18s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { margin: -8px 48px 24px 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.final-cta { width: min(1380px,calc(100% - 40px)); min-height: 430px; margin: 20px auto 0; padding: 68px 76px; border-radius: 35px; display: flex; align-items: end; justify-content: space-between; gap: 50px; overflow: hidden; position: relative; color: #fff; background: var(--night); }
.final-cta::before { position: absolute; right: -120px; top: -240px; width: 640px; height: 640px; border-radius: 50%; background: radial-gradient(circle,rgba(12,143,135,.45),rgba(12,143,135,0) 68%); content: ""; }
.final-cta > * { position: relative; z-index: 1; }
.final-cta .section-kicker { color: var(--mint); }
.final-cta p:last-child { max-width: 620px; margin: 24px 0 0; color: #aebbc0; font-size: 15px; line-height: 1.6; }
.final-cta .button { flex: 0 0 auto; }

footer { width: min(1280px,calc(100% - 64px)); min-height: 200px; margin: 0 auto; padding: 38px 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
footer p { color: var(--muted); font-size: 13px; }
footer nav { display: flex; flex-wrap: wrap; gap: 24px; }
footer nav a { color: #58646d; font-size: 13px; font-weight: 650; text-decoration: none; }
footer nav a:hover { color: var(--teal); }
.legal-note { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid var(--line); color: #8a959c; font-size: 9px; line-height: 1.6; }

body .analytics-consent { left: auto; right: 22px; bottom: 22px; max-width: 520px; margin: 0; padding: 15px 17px; border-radius: 16px; font: 500 13px/1.42 var(--font); }
body .analytics-consent__title { margin-bottom: 3px; font-size: 15px; }
body .analytics-consent__actions { margin-top: 11px; }
body .analytics-consent button { min-height: 39px; font: 750 13px var(--font); }

@media (max-width: 1120px) {
    .header-inner { grid-template-columns: 1fr auto; }
    .comparison-header nav { display: none; }
    .hero-inner { grid-template-columns: 1fr; gap: 38px; padding-top: 66px; }
    .hero-copy { max-width: 900px; }
    .price-stage { width: min(760px,100%); margin: 0 auto; justify-content: center; }
    .intro-section,.cost-section,.migration-section { gap: 58px; }
}

@media (max-width: 820px) {
    .header-inner { width: calc(100% - 36px); min-height: 70px; }
    .login-link { display: none; }
    .hero-inner { width: calc(100% - 40px); }
    .hero h1 { font-size: clamp(45px,12vw,68px); }
    .quick-facts { padding: 0 20px; grid-template-columns: 1fr 1fr; }
    .quick-facts article:nth-child(3) { border-left: 1px solid var(--line); }
    .quick-facts article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .section { width: calc(100% - 40px); padding: 88px 0; }
    .intro-section,.cost-section,.migration-section,.faq-section { grid-template-columns: 1fr; gap: 46px; }
    .fit-grid { grid-template-columns: 1fr; }
    .cost-cards { width: min(700px,100%); }
    .final-cta { min-height: 390px; padding: 48px 38px; flex-direction: column; align-items: flex-start; justify-content: flex-end; }
    footer { width: calc(100% - 40px); grid-template-columns: 1fr; gap: 8px; }
    footer nav { margin-top: 18px; }
}

@media (max-width: 620px) {
    .brand { font-size: 25px; }
    .header-cta { padding: 10px 14px; font-size: 12px; }
    .hero-inner { width: calc(100% - 28px); padding-top: 52px; }
    .hero h1 { font-size: clamp(38px,11vw,50px); }
    .hero-lead { margin-top: 22px; font-size: 16px; }
    .hero-actions { display: grid; }
    .hero-actions .button { width: 100%; }
    .hero-meta { justify-content: center; text-align: center; }
    .price-stage { min-height: 730px; display: block; }
    .price-panel { width: calc(100% - 22px); min-height: 350px; padding: 26px; }
    .price-panel--featured { margin: 0; transform: translate(0,0); }
    .price-panel--reference { margin: -16px 0 0 auto; padding-left: 26px; transform: none; }
    .panel-price { margin-top: 34px; }
    .quick-facts { padding: 0 10px; }
    .quick-facts article { padding: 22px 17px; }
    .quick-facts strong { font-size: 19px; }
    .section h2,.final-cta h2 { font-size: clamp(35px,10.5vw,48px); }
    .cost-cards { grid-template-columns: 1fr; }
    .cost-card { min-height: 230px; }
    .fit-card { min-height: 0; padding: 30px 22px; border-radius: 24px; }
    .fit-card h3 { margin-top: 26px; font-size: 31px; }
    .fit-card--featured .button { width: 100%; }
    .migration-flow article { padding: 22px 20px; }
    .comparison-table-wrap { margin-right: -6px; margin-left: -6px; border-radius: 20px; }
    .final-cta { width: calc(100% - 20px); min-height: 370px; padding: 34px 24px; border-radius: 27px; }
    .final-cta .button { width: 100%; }
    body .analytics-consent { right: 10px; bottom: 10px; left: 10px; padding: 12px 14px; font-size: 12px; line-height: 1.35; }
    body .analytics-consent__title { font-size: 14px; }
    body .analytics-consent__actions { gap: 7px; margin-top: 9px; }
    body .analytics-consent button { min-height: 37px; padding-inline: 12px; font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *,*::before,*::after { transition-duration: .01ms !important; }
}
