:root {
  --ink: #10243f;
  --ink-2: #183454;
  --blue: #17679b;
  --blue-bright: #2589c8;
  --teal: #0d7c7a;
  --lime: #b9e43a;
  --lime-dark: #9fcb21;
  --cream: #f3f0e8;
  --paper: #fbfaf6;
  --white: #ffffff;
  --muted: #667489;
  --line: #d9dee3;
  --danger: #e04f4f;
  --shadow: 0 28px 70px rgba(4, 18, 37, .18);
  --container: 1180px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.dialog-open { overflow: hidden; }

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

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 118px 0; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 1000;
  background: var(--white);
  color: var(--ink);
  padding: 12px 18px;
  border: 2px solid var(--blue);
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(251, 250, 246, .96);
  border-bottom: 1px solid rgba(16, 36, 63, .08);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.scrolled { box-shadow: 0 12px 30px rgba(16, 36, 63, .09); background: rgba(255,255,255,.98); }
.nav-wrap { height: 82px; display: flex; align-items: center; gap: 38px; }
.brand { display: flex; align-items: center; width: 118px; height: 56px; overflow: hidden; }
.brand img { width: 118px; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.main-nav a, .text-link { font-size: .9rem; font-weight: 650; letter-spacing: .01em; }
.main-nav a { position: relative; color: #39506c; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--teal); transition: right .25s ease; }
.main-nav a:hover::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 20px; margin-left: 8px; }
.login-trigger { padding: 8px 0; border: 0; background: transparent; cursor: pointer; }
.mobile-login { display: none; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 760;
  font-size: .96rem;
  letter-spacing: .005em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; font-size: .88rem; }
.button-large { min-height: 58px; padding: 0 30px; font-size: 1rem; }
.button-full { width: 100%; }
.button-primary { background: var(--lime); color: #17250c; box-shadow: 0 12px 26px rgba(185, 228, 58, .16); }
.button-primary:hover { background: var(--lime-dark); box-shadow: 0 15px 34px rgba(185, 228, 58, .22); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: #081a2f; }
.button-ghost-light { border-color: rgba(255,255,255,.32); color: var(--white); background: rgba(255,255,255,.04); }
.button-ghost-light:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.55); }

.hero {
  position: relative;
  overflow: hidden;
  padding: 158px 0 100px;
  min-height: 760px;
  color: var(--white);
  background: var(--ink);
}
.hero::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: rgba(255,255,255,.14); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 72px; }
.hero-copy { padding-bottom: 12px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; text-transform: uppercase; font-size: .72rem; font-weight: 800; letter-spacing: .16em; color: #cdd9e7; }
.eyebrow > span { width: 30px; height: 2px; background: var(--lime); }
.eyebrow.dark { color: var(--blue); }
.eyebrow.light { color: #b9d1e3; }
.hero h1 {
  max-width: 620px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.25rem, 5.3vw, 5.1rem);
  line-height: .99;
  letter-spacing: -.055em;
  font-weight: 500;
}
.hero h1 em { display: block; color: #b8d3e6; font-style: normal; }
.hero-lead { max-width: 590px; margin: 30px 0 0; color: #cad5e2; font-size: 1.15rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-assurances { display: flex; flex-wrap: wrap; gap: 22px; list-style: none; padding: 0; margin: 28px 0 0; color: #b8c8d9; font-size: .82rem; }
.check { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 5px; color: var(--lime); border: 1px solid rgba(185,228,58,.48); border-radius: 50%; font-size: .68rem; }
.hero-orbit { position: absolute; border: 1px solid rgba(146, 184, 207, .13); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 720px; height: 720px; right: -250px; top: 42px; }
.orbit-two { width: 500px; height: 500px; right: -90px; top: 150px; }

.product-stage { position: relative; padding: 30px 0 30px 8px; }
.product-window { position: relative; overflow: hidden; background: #e7edf1; border: 1px solid rgba(255,255,255,.25); box-shadow: var(--shadow); transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); transform-origin: center; }
.window-bar { height: 48px; padding: 0 16px; display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: center; color: #53667a; background: #f4f6f7; font-size: .7rem; text-align: center; border-bottom: 1px solid #d7dee2; }
.window-dots { display: flex; gap: 6px; }
.window-dots span { width: 8px; height: 8px; border-radius: 50%; background: #c4ccd2; }
.window-dots span:first-child { background: #e47b6c; }
.online { justify-self: end; display: flex; align-items: center; gap: 6px; color: #4f7468; }
.online i { width: 7px; height: 7px; border-radius: 50%; background: #4eb37f; }
.product-window img { width: 100%; aspect-ratio: 1.35 / 1; object-fit: cover; object-position: top; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; background: var(--white); color: var(--ink); box-shadow: 0 16px 38px rgba(4,18,37,.24); }
.floating-card small, .floating-card span { display: block; color: var(--muted); }
.floating-card strong { display: block; font-size: .88rem; }
.card-deadline { left: -20px; bottom: 78px; min-width: 210px; padding: 16px; }
.floating-icon { display: grid !important; place-items: center; width: 36px; height: 36px; color: #284411 !important; background: var(--lime); border-radius: 50%; font-weight: 800; }
.card-result { right: -26px; top: 90px; display: block; min-width: 150px; padding: 16px 18px; border-left: 4px solid var(--teal); }
.card-result strong { margin: 3px 0; color: var(--teal); font-size: 1.15rem; }
.card-result span { font-size: .7rem; }

.trust-bar { position: relative; z-index: 3; color: var(--white); background: #0b1d33; border-top: 1px solid rgba(255,255,255,.08); }
.trust-grid { min-height: 112px; display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); align-items: center; }
.trust-grid > div { min-height: 50px; padding: 0 24px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid rgba(255,255,255,.1); }
.trust-grid > div:first-child { padding-left: 0; border: 0; }
.trust-intro { flex-direction: row !important; align-items: center; gap: 12px; color: #aab9c9; font-size: .82rem; font-weight: 650; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 6px rgba(185,228,58,.1); }
.trust-grid strong { font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }
.trust-grid span { color: #8fa3b7; font-size: .74rem; }

.problem-section { background: var(--paper); }
.section-heading h2, .migration-copy h2, .security-copy h2, .plans-copy h2, .faq-heading h2, .final-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 4.2vw, 4.25rem);
  line-height: 1.05;
  letter-spacing: -.045em;
  font-weight: 500;
}
.split-heading { display: grid; grid-template-columns: 1.5fr .5fr; gap: 70px; align-items: end; }
.split-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.outcome { position: relative; padding: 46px 40px 42px 0; min-height: 410px; }
.outcome + .outcome { padding-left: 40px; border-left: 1px solid var(--line); }
.outcome-number { position: absolute; right: 28px; top: 22px; color: #d7dde1; font-family: Georgia, serif; font-size: 3.6rem; }
.line-icon { width: 48px; height: 48px; color: var(--blue); }
.line-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.outcome h3 { max-width: 260px; margin: 32px 0 16px; font-size: 1.38rem; line-height: 1.3; }
.outcome p { color: var(--muted); line-height: 1.7; }
.outcome a, .feature-link, .security-copy a, .compare-link, .faq-heading a { display: inline-flex; align-items: center; gap: 12px; margin-top: 18px; color: var(--blue); font-weight: 760; font-size: .88rem; }
.outcome a span, .feature-link span, .security-copy a span, .compare-link span, .faq-heading a span { transition: transform .2s ease; }
.outcome a:hover span, .feature-link:hover span, .security-copy a:hover span, .compare-link:hover span, .faq-heading a:hover span { transform: translateX(4px); }

.product-section { background: var(--cream); }
.centered { max-width: 780px; margin-inline: auto; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered > p:last-child { max-width: 610px; margin: 24px auto 0; color: var(--muted); line-height: 1.7; }
.feature-tabs { margin-top: 58px; background: var(--white); box-shadow: 0 24px 70px rgba(16,36,63,.1); }
.tab-list { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.tab-list button { position: relative; min-height: 72px; border: 0; border-right: 1px solid var(--line); background: var(--white); color: #5b6a7b; cursor: pointer; font-weight: 720; }
.tab-list button:last-child { border-right: 0; }
.tab-list button::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; background: transparent; }
.tab-list button[aria-selected="true"] { color: var(--blue); background: #f8fbfc; }
.tab-list button[aria-selected="true"]::after { background: var(--teal); }
.tab-panel { display: grid; grid-template-columns: .83fr 1.17fr; gap: 54px; align-items: center; min-height: 540px; padding: 58px; }
.tab-panel[hidden] { display: none; }
.feature-kicker { display: block; margin-bottom: 16px; color: var(--teal); text-transform: uppercase; font-size: .7rem; font-weight: 850; letter-spacing: .14em; }
.feature-copy h3 { margin: 0; max-width: 450px; font-family: Georgia, serif; font-size: 2.45rem; line-height: 1.08; letter-spacing: -.035em; font-weight: 500; }
.feature-copy > p { color: var(--muted); line-height: 1.75; }
.feature-copy ul, .plans-copy ul { padding: 0; margin: 26px 0 0; list-style: none; }
.feature-copy li, .plans-copy li { position: relative; padding: 9px 0 9px 26px; color: #40536b; font-size: .9rem; }
.feature-copy li::before, .plans-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 900; }
.real-screen { align-self: center; margin: 0; overflow: hidden; background: #e8edef; border: 1px solid #d2dbe0; box-shadow: 0 20px 45px rgba(16,36,63,.15); }
.real-screen-toolbar { min-height: 50px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #5a6b7d; background: #f7f8f8; border-bottom: 1px solid #d9e0e4; font-size: .68rem; font-weight: 750; }
.real-screen-toolbar > span { display: flex; align-items: center; gap: 8px; }
.real-screen-toolbar i { width: 7px; height: 7px; border-radius: 50%; background: #44ae79; box-shadow: 0 0 0 4px rgba(68,174,121,.12); }
.real-screen-toolbar small { color: #81909e; font-size: .64rem; font-weight: 600; }
.real-screen-viewport { position: relative; aspect-ratio: 1.46 / 1; overflow: hidden; background: #dfe5e8; }
.real-screen-viewport img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.real-screen-processes .real-screen-viewport img, .real-screen-team .real-screen-viewport img { width: 158%; max-width: none; object-position: top left; }
.real-screen-finance .real-screen-viewport img { object-position: top center; }
.real-screen figcaption { min-height: 54px; padding: 13px 18px; color: #637386; background: var(--white); font-size: .68rem; line-height: 1.45; }
.ui-preview { align-self: stretch; min-height: 400px; padding: 0 28px 28px; overflow: hidden; background: #f2f5f6; border: 1px solid #dce3e7; box-shadow: 0 20px 45px rgba(16,36,63,.12); }
.ui-top { min-height: 66px; margin: 0 -28px 26px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; color: var(--white); background: var(--ink-2); font-size: .83rem; font-weight: 720; }
.ui-top button { min-height: 32px; padding: 0 12px; border: 1px solid rgba(255,255,255,.3); color: var(--white); background: transparent; cursor: pointer; font-size: .7rem; }
.agenda-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 22px; }
.mini-calendar { background: var(--white); border: 1px solid var(--line); padding: 18px; }
.calendar-head { display: flex; justify-content: space-between; margin-bottom: 18px; font-size: .85rem; }
.calendar-head span { color: var(--muted); }
.week, .days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 7px 3px; text-align: center; font-size: .62rem; }
.week { margin-bottom: 10px; color: #8793a1; }
.days span, .days strong { display: grid; place-items: center; aspect-ratio: 1; color: #5d6b7b; font-weight: 500; }
.days strong { color: var(--white); background: var(--teal); border-radius: 50%; }
.agenda-list { display: flex; flex-direction: column; gap: 10px; }
.agenda-item { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; min-height: 78px; padding: 12px; background: var(--white); border-left: 3px solid #4a92be; box-shadow: 0 4px 10px rgba(16,36,63,.05); }
.agenda-item.urgent { border-left-color: var(--danger); }
.agenda-item time { color: var(--blue); font-weight: 750; font-size: .72rem; }
.agenda-item p { margin: 0; }
.agenda-item b, .agenda-item span { display: block; }
.agenda-item b { font-size: .74rem; }
.agenda-item span { margin-top: 4px; color: var(--muted); font-size: .62rem; }
.agenda-item i { padding: 5px 7px; color: #517066; background: #e5f2ec; font-size: .56rem; font-style: normal; }
.urgent i { color: #96433f; background: #fae6e3; }
.case-summary { padding: 20px; background: var(--white); border-left: 3px solid var(--teal); }
.case-summary h4 { margin: 12px 0 5px; font-size: 1.3rem; }
.case-summary p { margin: 0; color: var(--muted); font-size: .8rem; }
.case-status { color: var(--teal); text-transform: uppercase; font-size: .62rem; font-weight: 850; letter-spacing: .1em; }
.timeline { margin-top: 22px; }
.timeline > div { position: relative; display: flex; gap: 16px; min-height: 74px; }
.timeline > div:not(:last-child)::before { content: ""; position: absolute; left: 5px; top: 14px; bottom: 0; width: 1px; background: #c9d3d9; }
.timeline i { position: relative; z-index: 1; flex: 0 0 11px; height: 11px; margin-top: 4px; border: 2px solid var(--teal); border-radius: 50%; background: var(--white); }
.timeline p { margin: 0; }
.timeline b, .timeline span { display: block; }
.timeline b { font-size: .8rem; }
.timeline span { margin-top: 5px; color: var(--muted); font-size: .68rem; }
.finance-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.finance-metrics > div { padding: 18px; background: var(--white); border-top: 3px solid var(--teal); }
.finance-metrics span, .finance-metrics small { display: block; color: var(--muted); font-size: .68rem; }
.finance-metrics b { display: block; margin: 8px 0; font-size: 1.35rem; }
.finance-metrics small { color: var(--teal); }
.bars { height: 170px; margin-top: 25px; padding: 16px 10px 0; display: flex; align-items: end; justify-content: space-around; gap: 14px; border-bottom: 1px solid #bfcbd2; background: rgba(255,255,255,.55); }
.bars span { width: 34px; background: #91b3c5; }
.bars span.active { background: var(--teal); }
.bar-legend { display: flex; justify-content: space-between; padding: 8px 12px; color: var(--muted); font-size: .62rem; }
.people-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; min-height: 76px; margin-bottom: 11px; padding: 12px 16px; background: var(--white); border: 1px solid #e0e5e8; }
.avatar { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--white); font-size: .72rem; font-weight: 800; }
.av-one { background: var(--blue); }.av-two { background: var(--teal); }.av-three { background: #7b6aa3; }
.people-row p { margin: 0; }
.people-row b, .people-row small { display: block; }
.people-row b { font-size: .8rem; }
.people-row small { margin-top: 4px; color: var(--muted); }
.people-row i { color: var(--muted); font-size: .68rem; font-style: normal; }
.people-row i.access { padding: 5px 8px; color: #517066; background: #e5f2ec; }

.migration-section { overflow: hidden; background: var(--white); }
.migration-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 90px; }
.migration-image { position: relative; min-height: 520px; display: grid; place-items: center; }
.migration-image::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid #dbe2e5; border-radius: 50%; }
.migration-image::after { content: ""; position: absolute; width: 380px; height: 380px; border: 1px solid #e7ebed; border-radius: 50%; }
.migration-image img { position: relative; z-index: 2; width: 110%; max-width: none; mix-blend-mode: multiply; }
.migration-badge { position: absolute; z-index: 3; left: 0; bottom: 34px; display: flex; align-items: center; gap: 15px; max-width: 250px; padding: 16px 20px; color: var(--white); background: var(--ink); box-shadow: 0 16px 36px rgba(16,36,63,.17); }
.migration-badge strong { font-family: Georgia, serif; font-size: 1.6rem; font-weight: 500; }
.migration-badge span { color: #c6d1de; font-size: .68rem; line-height: 1.35; }
.migration-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.8; }
.migration-steps { margin: 30px 0 34px; border-top: 1px solid var(--line); }
.migration-steps > div { display: grid; grid-template-columns: 38px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.migration-steps > div > span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid #8ab3c8; border-radius: 50%; color: var(--blue); font-size: .7rem; font-weight: 800; }
.migration-steps p { margin: 0; }
.migration-steps b, .migration-steps small { display: block; }
.migration-steps small { margin-top: 4px; color: var(--muted); line-height: 1.5; }

.security-section { color: var(--white); background: var(--ink); }
.security-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.security-copy p:not(.eyebrow) { color: #b9c8d8; line-height: 1.8; }
.security-copy a { color: var(--lime); }
.security-points { border-top: 1px solid rgba(255,255,255,.16); }
.security-points article { display: grid; grid-template-columns: 60px 1fr; gap: 25px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.security-icon { color: var(--lime); font-family: Georgia, serif; font-size: 1.15rem; }
.security-points h3 { margin: 0 0 8px; font-size: 1.12rem; }
.security-points p { margin: 0; color: #9fb0c1; line-height: 1.6; font-size: .88rem; }

.plans-section { background: var(--paper); }
.plans-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: center; }
.plans-copy > p:not(.eyebrow) { max-width: 650px; color: var(--muted); line-height: 1.8; }
.plans-copy ul { columns: 2; margin-top: 32px; }
.price-block { padding: 44px; color: var(--white); background: var(--ink-2); box-shadow: 22px 22px 0 var(--cream); }
.price-block > p:first-child { margin-top: 0; color: #b8c7d6; font-size: .85rem; }
.price { display: flex; align-items: baseline; margin: 18px 0 8px; }
.price > span { align-self: flex-start; margin-top: 12px; margin-right: 8px; color: var(--lime); font-weight: 750; }
.price strong { font-family: Georgia, serif; font-size: 5.4rem; line-height: 1; font-weight: 500; }
.price small { color: #b8c7d6; }
.price-note { margin: 0 0 30px; color: #b8c7d6; font-size: .78rem; }
.compare-link { width: 100%; justify-content: center; margin-top: 20px; color: #d5e0ea; }
.plan-summary { margin-top: 92px; padding-top: 54px; border-top: 1px solid var(--line); }
.plan-summary-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; }
.plan-summary-head span { color: var(--teal); text-transform: uppercase; font-size: .7rem; font-weight: 850; letter-spacing: .14em; }
.plan-summary-head h3 { margin: 10px 0 0; font-family: Georgia, serif; font-size: 2.35rem; line-height: 1.1; font-weight: 500; letter-spacing: -.035em; }
.plan-summary-head p { margin: 0; color: var(--muted); line-height: 1.7; }
.plan-summary-table { margin-top: 36px; border-top: 1px solid #bfc8ce; }
.plan-summary-row { display: grid; grid-template-columns: .7fr 1.1fr 1.5fr .55fr; gap: 24px; align-items: center; min-height: 76px; padding: 12px 18px; border-bottom: 1px solid var(--line); }
.plan-summary-row > span { color: #5e6e80; font-size: .86rem; }
.plan-summary-row > b { color: var(--blue); font-size: .88rem; }
.plan-summary-labels { min-height: 48px; color: #718091; background: #eef1f1; text-transform: uppercase; font-size: .64rem; font-weight: 800; letter-spacing: .08em; }
.plan-summary-labels > span { color: inherit; font-size: inherit; }
.plan-summary-row.featured { background: #f0f6f3; border-left: 3px solid var(--teal); }
.plan-summary-actions { display: flex; gap: 12px; margin-top: 30px; }
.summary-outline { color: var(--ink); border-color: #aeb9c1; background: transparent; }
.summary-outline:hover { border-color: var(--ink); }

.faq-section { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-heading > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.accordion { border-top: 1px solid #bdc7cc; }
.faq-item { border-bottom: 1px solid #bdc7cc; }
.faq-item > button { width: 100%; min-height: 88px; padding: 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; border: 0; background: transparent; text-align: left; cursor: pointer; font-size: 1.03rem; font-weight: 700; }
.faq-item button i { position: relative; width: 20px; height: 20px; flex: 0 0 20px; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; top: 9px; left: 2px; width: 16px; height: 1px; background: var(--ink); transition: transform .2s ease; }
.faq-item button i::after { transform: rotate(90deg); }
.faq-item button[aria-expanded="true"] i::after { transform: rotate(0); }
.faq-answer { padding: 0 48px 24px 0; color: var(--muted); line-height: 1.7; }
.faq-answer p { margin: 0; }

.final-cta { padding: 92px 0; color: var(--white); background: var(--blue); }
.final-cta-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; }
.final-copy > p:not(.eyebrow) { max-width: 660px; color: #d2e2ed; line-height: 1.75; }
.final-actions { display: flex; flex-direction: column; align-items: flex-start; }
.final-actions > a { margin-top: 20px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.final-actions > small { margin-top: 18px; color: #c2d8e6; font-size: .72rem; }

.site-footer { padding: 75px 0 30px; color: #d6e0e9; background: #071528; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 70px; }
.footer-brand img { width: 120px; height: auto; }
.footer-brand p { max-width: 250px; color: #8fa3b7; line-height: 1.6; }
.footer-grid h3 { margin: 8px 0 20px; color: var(--white); font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid > div:not(:first-child) a { display: block; margin: 12px 0; color: #94a7ba; font-size: .83rem; }
.footer-grid a:hover { color: var(--lime); }
.footer-bottom { margin-top: 60px; padding-top: 24px; display: flex; justify-content: space-between; color: #6f8499; border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; }

.dialog-close { position: absolute; top: 14px; right: 18px; border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: 1.8rem; font-weight: 300; }
.dialog-mark { margin-bottom: 28px; color: var(--blue); font-weight: 900; letter-spacing: .06em; }
.login-dialog { width: min(calc(100% - 32px), 520px); max-height: calc(100dvh - 32px); padding: 42px; overflow-y: auto; border: 0; border-radius: 0; color: var(--ink); background: var(--white); box-shadow: 0 32px 90px rgba(4,18,37,.35); }
.login-dialog::backdrop { background: rgba(4,18,37,.78); backdrop-filter: blur(5px); }
.login-dialog h2 { margin: 0; font: 500 2.5rem/1 Georgia,serif; letter-spacing: -.035em; }
.login-dialog > p { color: var(--muted); line-height: 1.6; }
.login-dialog form { display: grid; gap: 14px; }
.login-dialog label { display: grid; gap: 7px; color: #465b73; font-size: .74rem; font-weight: 750; }
.login-dialog input { width: 100%; min-height: 58px; padding: 0 18px; border: 1px solid #cdd6dc; outline: 0; color: var(--ink); background: #fbfcfc; font-size: 1rem; font-weight: 500; line-height: 1.4; letter-spacing: 0; }
.login-dialog input::placeholder { color: #8895a5; font-weight: 400; opacity: 1; }
.login-dialog input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,103,155,.1); }
.login-feedback { margin: 0; padding: 11px 13px; color: #872e2e; background: #fff0f0; border-left: 3px solid var(--danger); font-size: .72rem; line-height: 1.45; }
.login-feedback[data-type="success"] { color: #235f42; background: #eef9f2; border-left-color: #38a56c; }
.login-options { display: grid; gap: 10px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.login-options details { padding: 12px 0; border-bottom: 1px solid var(--line); }
.login-options summary { color: var(--blue); cursor: pointer; font-size: .76rem; font-weight: 800; }
.login-options details > p { color: var(--muted); font-size: .7rem; line-height: 1.55; }
.login-option-explanation { margin: 12px 0 4px; padding: 12px 14px; background: #f3f7f9; border-left: 3px solid var(--blue-bright); }
.login-option-explanation p { margin: 0; color: var(--muted); font-size: .7rem; line-height: 1.55; }
.login-option-explanation p + p { margin-top: 8px; }
.login-options form { padding-top: 8px; }
.login-dialog button:disabled { cursor: wait; opacity: .7; }
.signup-dialog { width: min(calc(100% - 32px), 760px); max-height: calc(100dvh - 32px); padding: 42px; overflow-y: auto; border: 0; border-radius: 0; color: var(--ink); background: var(--white); box-shadow: 0 32px 90px rgba(4,18,37,.35); }
.signup-dialog::backdrop { background: rgba(4,18,37,.78); backdrop-filter: blur(5px); }
.signup-dialog h2 { margin: 0; font: 500 2.5rem/1 Georgia,serif; letter-spacing: -.035em; }
.signup-intro > p:not(.eyebrow) { color: var(--muted); line-height: 1.6; }
.signup-form { display: grid; gap: 16px; margin-top: 26px; }
.signup-grid, .signup-phone, .signup-code { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.signup-grid { align-items: start; }
.signup-phone, .signup-code { align-items: end; }
.signup-form label { display: grid; gap: 7px; color: #465b73; font-size: .74rem; font-weight: 750; }
.signup-form input, .signup-form select { width: 100%; min-height: 58px; padding: 0 18px; border: 1px solid #cdd6dc; border-radius: 0; outline: 0; color: var(--ink); background: #fbfcfc; font-size: 1rem; font-weight: 500; line-height: 1.4; letter-spacing: 0; }
.signup-form input::placeholder { color: #8895a5; font-weight: 400; opacity: 1; }
.signup-form input:focus, .signup-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,103,155,.1); }
.signup-form label small { color: var(--muted); font-size: .62rem; font-weight: 500; line-height: 1.4; }
.signup-phone, .signup-code { grid-template-columns: 1fr 180px; padding: 16px; background: #f3f7f9; border-left: 3px solid var(--blue-bright); }
.signup-phone .button, .signup-code .button { min-height: 58px; }
.signup-feedback { margin: 0; padding: 11px 13px; color: #872e2e; background: #fff0f0; border-left: 3px solid var(--danger); font-size: .72rem; line-height: 1.45; }
.signup-feedback[data-type="success"] { color: #235f42; background: #eef9f2; border-left-color: #38a56c; }
.signup-form button:disabled { cursor: not-allowed; opacity: .58; }
.signup-success { padding: 18px 0 4px; text-align: center; }
.signup-success > span { display: grid; width: 58px; height: 58px; margin: 0 auto 22px; place-items: center; color: #253c12; background: var(--lime); border-radius: 50%; font-weight: 900; }
.signup-success h2 { max-width: 620px; margin-inline: auto; font-size: clamp(2.1rem,5vw,3.2rem); }
.signup-success p { color: var(--muted); line-height: 1.6; }
.signup-email-steps { margin: 24px 0; padding: 18px 20px; background: #f3f7f9; border-left: 3px solid var(--blue-bright); text-align: left; }
.signup-email-steps b { color: var(--blue); text-transform: uppercase; font-size: .62rem; letter-spacing: .1em; }
.signup-email-steps p { margin: 8px 0; color: var(--ink); font-size: .82rem; }
.signup-email-steps small { color: var(--muted); font-size: .68rem; line-height: 1.45; }
.signup-success .button { margin-top: 18px; }
.footer-login { padding: 0; border: 0; color: #bac7d3; background: transparent; cursor: pointer; text-align: left; font-size: .72rem; }
.footer-login:hover { color: var(--white); }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s ease; }
.reveal-delay-1 { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .24s; }
.reveal.visible { opacity: 1; transform: translateY(0); }

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

@media (max-width: 1080px) {
  .main-nav { gap: 20px; }
  .main-nav a { font-size: .82rem; }
  .hero-grid { gap: 42px; }
  .hero h1 { font-size: 4.1rem; }
  .card-result { right: -8px; }
  .tab-panel { gap: 34px; padding: 42px; }
  .agenda-grid { grid-template-columns: 1fr; }
  .mini-calendar { display: none; }
  .migration-grid, .plans-grid { gap: 60px; }
  .security-grid, .faq-grid { gap: 70px; }
}

@media (max-width: 880px) {
  .section { padding: 90px 0; }
  .nav-wrap { height: 72px; }
  .brand { width: 102px; }
  .brand img { width: 102px; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: absolute; top: 72px; left: 0; right: 0; display: none; margin: 0; padding: 20px 24px 26px; flex-direction: column; align-items: flex-start; gap: 0; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 20px 35px rgba(16,36,63,.1); }
  .main-nav.open { display: flex; }
  .main-nav a { width: 100%; padding: 14px 0; font-size: .95rem; border-bottom: 1px solid #edf0f2; }
  .main-nav a::after { display: none; }
  .main-nav .mobile-login { display: block; width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid #edf0f2; color: #39506c; background: transparent; text-align: left; font-size: .95rem; font-weight: 650; cursor: pointer; }
  .nav-actions .text-link { display: none; }
  .nav-actions { margin: 0; }
  .hero { padding: 130px 0 80px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 700px; }
  .hero h1 { font-size: clamp(3.4rem, 9vw, 5rem); }
  .product-stage { max-width: 700px; margin-inline: auto; }
  .product-window img { aspect-ratio: 1.25 / 1; }
  .trust-grid { grid-template-columns: repeat(4, 1fr); padding: 22px 0; }
  .trust-intro { grid-column: 1 / -1; min-height: 36px !important; padding: 0 0 15px !important; }
  .trust-grid > div { min-height: 54px; padding: 0 16px; }
  .trust-grid > div:nth-child(2) { border-left: 0; padding-left: 0; }
  .split-heading, .migration-grid, .security-grid, .plans-grid, .faq-grid, .final-cta-grid { grid-template-columns: 1fr; }
  .split-heading { gap: 28px; }
  .split-heading > p { max-width: 650px; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome, .outcome + .outcome { min-height: auto; padding: 38px 0; border-left: 0; border-top: 1px solid var(--line); }
  .outcome:first-child { border-top: 0; }
  .outcome-number { right: 0; }
  .tab-panel { grid-template-columns: 1fr; }
  .ui-preview { min-height: 370px; }
  .real-screen { max-width: 700px; width: 100%; }
  .migration-grid { gap: 40px; }
  .migration-image { min-height: 400px; }
  .migration-image::before { width: 430px; height: 430px; }
  .migration-image::after { width: 300px; height: 300px; }
  .security-grid, .faq-grid, .final-cta-grid { gap: 50px; }
  .plans-grid { gap: 50px; }
  .plan-summary-head { grid-template-columns: 1fr; gap: 24px; }
  .plan-summary-row { grid-template-columns: .7fr 1fr 1.25fr .6fr; gap: 14px; }
  .price-block { max-width: 470px; }
  .footer-grid { grid-template-columns: 1.5fr repeat(3, 1fr); gap: 35px; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 76px 0; }
  .nav-actions .button { min-height: 38px; padding: 0 13px; font-size: .77rem; }
  .hero { min-height: 0; padding: 116px 0 64px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.25rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-assurances { display: grid; gap: 11px; }
  .product-stage { padding: 14px 0 58px; }
  .product-window { transform: none; }
  .window-bar { grid-template-columns: 1fr 2fr; }
  .window-bar .online { display: none; }
  .product-window img { aspect-ratio: .9 / 1; }
  .card-deadline { left: 10px; bottom: 24px; min-width: 190px; }
  .card-result { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-intro { grid-column: 1 / -1; }
  .trust-grid > div { border-left: 1px solid rgba(255,255,255,.1) !important; padding: 12px !important; }
  .trust-grid > div:nth-child(even) { border-left: 0 !important; }
  .section-heading h2, .migration-copy h2, .security-copy h2, .plans-copy h2, .faq-heading h2, .final-copy h2 { font-size: 2.65rem; }
  .outcome h3 { margin-top: 24px; }
  .tab-list { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .tab-list { scrollbar-width: none; }
  .tab-list::-webkit-scrollbar { display: none; }
  .tab-list button { min-width: 155px; padding: 0 16px; scroll-snap-align: start; }
  .tab-panel { min-height: 0; padding: 30px 20px 24px; }
  .feature-copy h3 { font-size: 2.05rem; }
  .ui-preview { min-height: 340px; padding: 0 14px 14px; }
  .real-screen-toolbar { padding: 0 12px; }
  .real-screen-viewport { aspect-ratio: 1.12 / 1; }
  .real-screen-processes .real-screen-viewport img, .real-screen-team .real-screen-viewport img { width: 190%; }
  .real-screen figcaption { padding: 12px; }
  .ui-top { margin: 0 -14px 18px; padding: 0 14px; }
  .agenda-item { grid-template-columns: 44px 1fr; }
  .agenda-item i { display: none; }
  .bars { gap: 7px; }
  .bars span { width: 25px; }
  .migration-image { min-height: 300px; }
  .migration-image::before { width: 320px; height: 320px; }
  .migration-image::after { width: 220px; height: 220px; }
  .migration-image img { width: 125%; }
  .migration-badge { bottom: 0; }
  .security-grid { gap: 38px; }
  .security-points article { grid-template-columns: 45px 1fr; }
  .plans-copy ul { columns: 1; }
  .price-block { padding: 32px 26px; box-shadow: 12px 12px 0 var(--cream); }
  .plan-summary { margin-top: 70px; padding-top: 42px; }
  .plan-summary-table { overflow-x: auto; }
  .plan-summary-row { min-width: 760px; }
  .plan-summary-actions { display: grid; }
  .plan-summary-actions .button { width: 100%; }
  .faq-item > button { min-height: 80px; font-size: .95rem; }
  .final-cta { padding: 74px 0; }
  .final-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .login-dialog { width: calc(100% - 20px); max-height: calc(100dvh - 20px); padding: 34px 22px 24px; }
  .login-dialog h2 { font-size: 2.15rem; }
  .signup-dialog { width: calc(100% - 20px); max-height: calc(100dvh - 20px); padding: 34px 20px 24px; }
  .signup-dialog h2 { font-size: 2.15rem; }
  .signup-grid, .signup-phone, .signup-code { grid-template-columns: 1fr; }
  .signup-phone, .signup-code { padding: 14px; }
}
