:root {
  --navy: #07111f;
  --navy-2: #0d2137;
  --blue: #82b8ff;
  --blue-deep: #286fc2;
  --blue-pale: #eaf3ff;
  --paper: #f5f7fa;
  --white: #fff;
  --ink: #172632;
  --muted: #5b6d7d;
  --line: #dce4eb;
  --orange: #ef9660;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 92px; }
body { margin: 0; min-width: 320px; background: var(--paper); -webkit-font-smoothing: antialiased; }
body, button { font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif; }
a { color: inherit; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -70px; left: 16px; z-index: 200; padding: 10px 14px; color: var(--navy); background: var(--white); border-radius: 8px; }
.skip-link:focus { top: 16px; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: var(--white); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--white); font: 800 1.03rem "Manrope", sans-serif; text-decoration: none; }
.brand img { width: 47px; height: 25px; object-fit: contain; }
.brand span { display: grid; line-height: 1.08; }
.brand small { margin-top: 3px; color: #8fa4b7; font: 600 .56rem "DM Sans", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 8px; }
nav a { padding: 10px 11px; color: #b8c7d6; border-radius: 8px; font-size: .83rem; font-weight: 600; text-decoration: none; }
nav a:hover { color: var(--white); background: rgba(255,255,255,.07); }
nav .sign-in { margin-left: 7px; padding-inline: 17px; color: var(--navy); background: var(--white); }
nav .sign-in:hover { color: var(--navy); background: #e9f3ff; }
.menu-button { display: none; width: 44px; height: 44px; padding: 0; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.menu-button span, .menu-button::before, .menu-button::after { display: block; width: 18px; height: 2px; margin: 4px auto; background: currentColor; content: ""; transition: .16s ease; }
.menu-button[aria-expanded="true"] span { opacity: 0; }
.menu-button[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }
.hero { position: relative; overflow: hidden; padding: 166px 0 108px; color: var(--white); background: radial-gradient(circle at 83% 22%, rgba(46,125,205,.3), transparent 29%), linear-gradient(145deg, #07111f 0%, #0a192a 56%, #102d4c 100%); }
.hero::after { position: absolute; right: -200px; bottom: -410px; width: 850px; height: 850px; border: 1px solid rgba(130,184,255,.15); border-radius: 50%; box-shadow: 0 0 0 90px rgba(130,184,255,.025), 0 0 0 180px rgba(130,184,255,.018); content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .98fr) minmax(450px, .82fr); gap: clamp(55px, 8vw, 105px); align-items: center; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: .71rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: var(--blue-deep); }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
h1 { max-width: 760px; margin: 0; font-size: clamp(3.2rem, 6.3vw, 5.85rem); line-height: .96; letter-spacing: -.064em; }
h1 span { display: block; color: var(--blue); }
h2 { margin: 0; color: var(--navy); font-size: clamp(2.15rem, 4.2vw, 3.65rem); line-height: 1.05; letter-spacing: -.052em; }
h3 { color: var(--navy); }
.lede { max-width: 710px; margin: 29px 0 0; color: #c8d5e2; font-size: clamp(1.04rem, 1.7vw, 1.2rem); line-height: 1.72; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 21px; border: 1px solid transparent; border-radius: 10px; font-size: .85rem; font-weight: 800; text-decoration: none; transition: transform .16s ease, background .16s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: var(--navy); background: var(--white); }
.button.secondary { color: var(--white); border-color: rgba(255,255,255,.23); background: rgba(255,255,255,.035); }
.hero-notes { display: flex; flex-wrap: wrap; gap: 8px 21px; margin: 23px 0 0; padding: 0; color: #92a6b9; font-size: .76rem; list-style: none; }
.hero-notes li::before { margin-right: 7px; color: var(--blue); content: "\2713"; }
.workspace-preview { overflow: hidden; color: var(--ink); background: #f7f9fb; border: 1px solid rgba(255,255,255,.2); border-radius: 23px; box-shadow: 0 35px 90px rgba(0,0,0,.27); transform: rotate(1deg); }
.preview-topbar { display: flex; height: 43px; align-items: center; gap: 6px; padding: 0 15px; color: #7d8d9b; background: var(--white); border-bottom: 1px solid #e3e8ed; font-size: .59rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.preview-topbar i { width: 7px; height: 7px; background: #cad2d9; border-radius: 50%; }
.preview-topbar span { margin-left: auto; }
.preview-body { display: grid; grid-template-columns: 112px 1fr; min-height: 390px; }
.preview-body aside { display: flex; flex-direction: column; gap: 7px; padding: 20px 12px; color: #8fa2b5; background: #0c1c2e; }
.preview-logo { display: grid; width: 34px; height: 34px; margin: 0 0 17px 6px; place-items: center; color: var(--navy); background: var(--blue); border-radius: 9px; font-size: .66rem; font-weight: 800; }
.preview-body aside span { padding: 9px; border-radius: 7px; font-size: .62rem; font-weight: 700; }
.preview-body aside span.active { color: var(--white); background: rgba(130,184,255,.14); }
.preview-main { padding: 25px 23px; }
.preview-heading { display: flex; justify-content: space-between; gap: 12px; align-items: end; }
.preview-heading small, .preview-heading strong { display: block; }
.preview-heading small { margin-bottom: 3px; color: #8998a5; font-size: .58rem; }
.preview-heading strong { color: var(--navy); font: 800 1.03rem "Manrope", sans-serif; }
.preview-heading button { padding: 8px 11px; color: var(--white); background: var(--blue-deep); border: 0; border-radius: 7px; font-size: .59rem; font-weight: 700; }
.preview-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 19px 0 10px; }
.preview-metrics > div { min-width: 0; padding: 12px; background: var(--white); border: 1px solid #e1e7ed; border-radius: 9px; }
.preview-metrics small, .preview-metrics b { display: block; }
.preview-metrics small { overflow: hidden; margin-bottom: 6px; color: #83929f; font-size: .51rem; white-space: nowrap; text-overflow: ellipsis; }
.preview-metrics b { color: var(--navy); font-size: .96rem; }
.preview-panel { padding: 15px; background: var(--white); border: 1px solid #e1e7ed; border-radius: 10px; }
.preview-panel > strong { color: var(--navy); font-size: .69rem; }
.progress { height: 5px; margin: 11px 0 15px; background: #e9eef3; border-radius: 5px; }
.progress span { display: block; height: 100%; background: var(--blue-deep); border-radius: inherit; }
.preview-list { display: flex; justify-content: space-between; gap: 15px; padding: 10px 0; color: #677887; border-top: 1px solid #edf0f3; font-size: .55rem; }
.preview-list b { color: #3174ba; text-align: right; }
.proof-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { min-height: 112px; padding: 25px; border-right: 1px solid var(--line); }
.proof-grid > div:first-child { padding-left: 0; }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { color: var(--navy); font: 800 .87rem "Manrope", sans-serif; }
.proof-grid span { margin-top: 7px; color: var(--muted); font-size: .75rem; line-height: 1.5; }
.section { padding: 105px 0; }
.section-heading { display: grid; grid-template-columns: minmax(0, .9fr) minmax(330px, .45fr); gap: 70px; align-items: end; margin-bottom: 55px; }
.section-heading > p { margin: 0 0 4px; color: var(--muted); font-size: .98rem; line-height: 1.7; }
.workflow-section { background: var(--white); }
.workflow { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line); border-radius: 17px; overflow: hidden; }
.workflow article { position: relative; min-height: 230px; padding: 24px 22px; border-right: 1px solid var(--line); }
.workflow article:last-child { border-right: 0; }
.workflow article:not(:last-child)::after { position: absolute; top: 32px; right: -8px; z-index: 1; width: 15px; height: 15px; background: var(--white); border-top: 1px solid var(--line); border-right: 1px solid var(--line); content: ""; transform: rotate(45deg); }
.workflow span { color: var(--blue-deep); font-size: .68rem; font-weight: 800; letter-spacing: .1em; }
.workflow strong { display: block; margin-top: 68px; color: var(--navy); font: 800 1.05rem "Manrope", sans-serif; }
.workflow p { margin: 9px 0 0; color: var(--muted); font-size: .79rem; line-height: 1.55; }
.tailored-section { color: var(--white); background: var(--navy); }
.tailored-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(450px, 1fr); gap: 100px; align-items: start; }
.tailored-section h2 { color: var(--white); }
.tailored-section h2 + p { max-width: 550px; margin: 25px 0 0; color: #b9c8d6; line-height: 1.75; }
.tailored-list { border-top: 1px solid rgba(255,255,255,.13); }
.tailored-list article { display: grid; grid-template-columns: 43px 1fr; gap: 19px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.tailored-list article > span { display: grid; width: 34px; height: 34px; place-items: center; color: var(--navy); background: var(--blue); border-radius: 50%; font-size: .65rem; font-weight: 800; }
.tailored-list h3 { margin: 0 0 6px; color: var(--white); font-size: .95rem; }
.tailored-list p { margin: 0; color: #aebfce; font-size: .82rem; line-height: 1.55; }
.included-section { color: var(--white); background: #0d2137; }
.section-heading.light h2 { color: var(--white); }
.section-heading.light > p { color: #b6c6d4; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.capability-grid article { min-height: 238px; padding: 27px; background: #122a43; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; }
.capability-grid article > span { color: var(--blue); font-size: .67rem; font-weight: 800; letter-spacing: .1em; }
.capability-grid h3 { margin: 55px 0 10px; color: var(--white); font-size: 1.08rem; }
.capability-grid p { margin: 0; color: #acbdcc; font-size: .82rem; line-height: 1.62; }
.security-section { background: var(--white); }
.security-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(430px, .9fr); gap: 95px; align-items: start; }
.security-grid > div:first-child > p:not(.eyebrow) { margin: 25px 0 20px; color: var(--muted); line-height: 1.75; }
.security-grid > div:first-child > a { color: var(--blue-deep); font-size: .83rem; font-weight: 700; }
.security-card { padding: 8px 30px; background: var(--paper); border: 1px solid var(--line); border-radius: 17px; }
.security-card article { display: grid; grid-template-columns: 12px 1fr; gap: 17px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.security-card article:last-child { border-bottom: 0; }
.security-card i { width: 10px; height: 10px; margin-top: 5px; background: var(--blue-deep); border-radius: 50%; box-shadow: 7px 0 0 rgba(40,111,194,.18); }
.security-card strong, .security-card span { display: block; }
.security-card strong { color: var(--navy); font-size: .88rem; }
.security-card span { margin-top: 5px; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.pricing-section { background: var(--blue-pale); }
.pricing-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(420px, .7fr); gap: 105px; align-items: center; }
.pricing-intro { max-width: 560px; margin: 25px 0 0; color: var(--muted); line-height: 1.75; }
.managed-card { max-width: 590px; margin-top: 34px; padding: 25px 27px; background: rgba(255,255,255,.58); border: 1px solid #cbdcf0; border-radius: 17px; }
.managed-label { color: var(--blue-deep); font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.managed-card h3 { margin: 10px 0 8px; color: var(--navy); font: 800 1.13rem/1.35 "Manrope", sans-serif; }
.managed-card p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.65; }
.managed-card a { display: inline-block; margin-top: 15px; color: var(--navy); font-size: .8rem; font-weight: 800; text-underline-offset: 4px; }
.managed-card a:hover { color: var(--blue-deep); }
.price-card { padding: 36px; background: var(--white); border: 1px solid #cbdcf0; border-radius: 21px; box-shadow: 0 25px 65px rgba(18,52,88,.12); }
.price-title { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.price-title span { color: var(--navy); font: 800 1rem "Manrope", sans-serif; }
.price-title small { color: var(--muted); }
.price { display: flex; align-items: center; margin: 28px 0 10px; color: var(--navy); }
.price sup { align-self: flex-start; margin-top: 13px; font: 800 1.2rem "Manrope", sans-serif; }
.price strong { font: 800 4.7rem/1 "Manrope", sans-serif; letter-spacing: -.07em; }
.price > span { margin-left: 12px; color: var(--muted); font-size: .73rem; line-height: 1.4; }
.price-card > p { margin: 0; color: var(--muted); font-size: .82rem; }
.price-card ul { margin: 25px 0; padding: 22px 0; border-block: 1px solid var(--line); list-style: none; }
.price-card li { margin: 11px 0; color: #405463; font-size: .84rem; }
.price-card li::before { margin-right: 9px; color: var(--blue-deep); content: "\2713"; font-weight: 800; }
.price-button { width: 100%; color: var(--white); background: var(--navy); }
.price-note { display: block; margin-top: 15px; color: #7b8995; line-height: 1.5; text-align: center; }
.faq-section { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: minmax(260px, .55fr) minmax(0, 1fr); gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { padding: 20px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { color: var(--navy); font-weight: 700; cursor: pointer; }
.faq-list p { margin: 14px 30px 0 0; color: var(--muted); font-size: .87rem; line-height: 1.65; }
.final-section { padding: 0 0 105px; background: var(--white); }
.final-card { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; padding: 54px; color: var(--white); background: var(--navy); border-radius: 22px; }
.final-card h2 { color: var(--white); }
.final-card p:not(.eyebrow) { max-width: 650px; margin: 16px 0 0; color: #b7c7d5; }
.final-card .actions { margin: 0; }
footer { padding: 62px 0; color: #aab9c7; background: #050c15; }
.footer-inner { display: flex; justify-content: space-between; gap: 50px; }
.footer-inner p { max-width: 520px; margin: 19px 0 0; font-size: .8rem; line-height: 1.6; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 29px; align-content: start; }
.footer-links a { font-size: .8rem; text-decoration: none; }
.footer-links a:hover { color: var(--white); }
@media (max-width: 980px) {
  .hero-grid, .tailored-grid, .security-grid, .pricing-grid { grid-template-columns: 1fr; gap: 55px; }
  .workspace-preview { max-width: 600px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div { border-bottom: 1px solid var(--line); }
  .proof-grid > div:nth-child(2) { border-right: 0; }
  .workflow { grid-template-columns: repeat(3, 1fr); }
  .workflow article { border-bottom: 1px solid var(--line); }
  .workflow article:nth-child(3) { border-right: 0; }
  .workflow article:nth-child(3)::after { display: none; }
  .capability-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 800px) {
  .menu-button { display: block; }
  nav { position: absolute; top: 76px; left: 20px; right: 20px; display: none; padding: 12px; background: #0b1c2e; border: 1px solid rgba(255,255,255,.13); border-radius: 13px; box-shadow: 0 22px 50px rgba(0,0,0,.25); }
  nav.open { display: grid; }
  nav a, nav .sign-in { margin: 0; padding: 12px; }
  .section-heading, .faq-grid { grid-template-columns: 1fr; gap: 24px; }
  .final-card { grid-template-columns: 1fr; gap: 30px; padding: 40px; }
  .final-card .actions { justify-content: start; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .hero { padding: 135px 0 80px; }
  h1 { font-size: 3.1rem; }
  .section { padding: 80px 0; }
  .preview-body { grid-template-columns: 80px 1fr; min-height: 350px; }
  .preview-body aside { padding-inline: 8px; }
  .preview-body aside span { padding: 8px 5px; font-size: .53rem; }
  .preview-main { padding: 20px 13px; }
  .preview-metrics { grid-template-columns: 1fr; }
  .preview-metrics > div:nth-child(n+2) { display: none; }
  .proof-grid, .workflow, .capability-grid { grid-template-columns: 1fr; }
  .proof-grid > div { padding-left: 0; border-right: 0; }
  .workflow article { min-height: 175px; border-right: 0; }
  .workflow article::after { display: none; }
  .workflow strong { margin-top: 42px; }
  .price-card { padding: 28px 23px; }
  .price strong { font-size: 4rem; }
  .final-section { padding-bottom: 75px; }
  .final-card { width: 100%; border-radius: 0; }
  .footer-inner { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }
