:root {
  --navy: #071b68;
  --blue: #087cff;
  --cyan: #08b8ef;
  --violet: #5a34ff;
  --ink: #07164d;
  --muted: #687296;
  --line: #dfe6f5;
  --pale: #f4f8ff;
  --white: #fff;
  --shadow: 0 24px 70px rgba(6, 25, 95, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font: 17px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: var(--blue); text-decoration: none; }
img { max-width: 100%; display: block; }
.site-header { height: 84px; max-width: 1240px; margin: auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { color: var(--ink); font-weight: 800; display: flex; align-items: center; gap: 11px; letter-spacing: -.02em; }
.brand img { width: 38px; height: 38px; border-radius: 10px; }
nav { display: flex; gap: 30px; }
nav a { color: #37426e; font-size: 15px; font-weight: 600; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 14px 23px; border-radius: 14px; color: #fff; background: linear-gradient(135deg, var(--navy), var(--blue) 70%, var(--cyan)); box-shadow: 0 10px 25px rgba(0, 101, 255, .22); font-weight: 750; }
.button-small { padding: 10px 17px; font-size: 14px; border-radius: 11px; }
.hero { min-height: 760px; padding: 100px max(28px, calc((100vw - 1180px)/2)); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; overflow: hidden; background: radial-gradient(circle at 82% 42%, #dcecff 0, #f5f9ff 25%, transparent 50%), linear-gradient(180deg, #fbfdff, #fff); }
.hero-copy { max-width: 650px; position: relative; z-index: 2; }
.eyebrow { color: var(--blue); text-transform: uppercase; letter-spacing: .15em; font-size: 12px; font-weight: 850; }
.hero h1, .statement h2, .section-heading h2, .plus-section h2, .download-section h2, .document-hero h1, .legal-heading h1 { margin: 15px 0 25px; color: var(--navy); font-size: clamp(52px, 6vw, 82px); line-height: .98; letter-spacing: -.055em; }
.hero h1 span { color: var(--blue); }
.hero-copy > p { max-width: 610px; color: var(--muted); font-size: 21px; line-height: 1.55; }
.hero-actions { margin-top: 35px; display: flex; align-items: center; gap: 26px; }
.text-link { font-weight: 750; color: var(--navy); }
.trust-row { margin-top: 30px; display: flex; gap: 20px; flex-wrap: wrap; color: #64709b; font-size: 13px; font-weight: 650; }
.hero-visual { min-height: 550px; position: relative; display: grid; place-items: center; }
.glow { width: 500px; height: 500px; position: absolute; border-radius: 50%; background: radial-gradient(circle, rgba(22, 124, 255, .28), transparent 68%); filter: blur(10px); }
.app-icon { width: min(390px, 75%); border-radius: 24%; box-shadow: 0 35px 90px rgba(1, 28, 117, .3); transform: rotate(2deg); position: relative; z-index: 1; }
.floating-card { position: absolute; z-index: 2; width: 250px; padding: 16px 19px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.8); border-radius: 17px; background: rgba(255,255,255,.88); backdrop-filter: blur(16px); box-shadow: var(--shadow); }
.floating-card strong { font-size: 15px; }.floating-card span { color: var(--muted); font-size: 12px; }
.card-one { left: -10px; top: 110px; }.card-two { right: -20px; bottom: 85px; }
.statement { padding: 120px 28px; text-align: center; background: var(--navy); color: #a9caff; }
.statement p { margin: 0; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 800; }
.statement h2 { color: #fff; font-size: clamp(42px, 5vw, 70px); margin-bottom: 0; }
.feature-grid { max-width: 1180px; margin: auto; padding: 120px 28px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.feature { padding: 38px; min-height: 270px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: 0 15px 45px rgba(8, 32, 104, .06); }
.feature-wide { grid-column: 1/-1; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.gradient-card { background: linear-gradient(135deg, #f2f7ff, #edf5ff 60%, #f2f0ff); }
.feature-icon { width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--navy), var(--blue)); font-size: 26px; font-weight: 700; }
.feature-icon.blue { background: linear-gradient(135deg, #0060e8, #17bdf4); }.feature-icon.violet { background: linear-gradient(135deg, #3620c8, #824dff); }.feature-icon.cyan { background: linear-gradient(135deg, #008fcb, #03cdda); }.feature-icon.indigo { background: linear-gradient(135deg, #172c8c, #596cff); }
.feature h3 { margin: 22px 0 8px; font-size: 27px; line-height: 1.2; letter-spacing: -.025em; }.feature p { margin: 0; color: var(--muted); }
.search-demo { padding: 25px; border-radius: 23px; background: rgba(255,255,255,.78); box-shadow: var(--shadow); }
.search-field { padding: 16px 18px; color: #8a92aa; border-radius: 13px; background: #edf0f5; }.search-field span { margin-left: 8px; }
.result-card { margin-top: 14px; padding: 16px; display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: 15px; }
.result-icon { width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center; color: #fff; background: var(--blue); }.result-card div:last-child { display: flex; flex-direction: column; }.result-card span { color: var(--muted); font-size: 12px; }
.screens-section { padding: 120px 28px; overflow: hidden; background: var(--pale); text-align: center; }
.section-heading { max-width: 720px; margin: 0 auto 65px; }.section-heading h2 { font-size: clamp(42px, 5vw, 64px); }.section-heading p { color: var(--muted); font-size: 19px; }
.screens { max-width: 1000px; height: 650px; margin: auto; display: flex; align-items: flex-start; justify-content: center; gap: 25px; }
.screens img { width: 285px; border-radius: 38px; box-shadow: var(--shadow); transform: translateY(55px); }
.screens .screen-main { width: 330px; transform: none; z-index: 2; }
.plus-section { padding: 120px max(28px, calc((100vw - 1180px)/2)); display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; color: #fff; background: radial-gradient(circle at 80% 20%, #1537bb, transparent 30%), linear-gradient(135deg, #061650, #071b68 55%, #08278e); }
.plus-section h2 { color: #fff; font-size: clamp(45px, 5vw, 67px); }.plus-copy > p { color: #b7c8f7; font-size: 19px; }.eyebrow.light { color: #78c8ff; }
.check-list { padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; list-style: none; color: #dce7ff; font-size: 14px; }.check-list li::before { content: "✓"; color: #5dd6ff; margin-right: 8px; }
.pricing-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.price-card { min-height: 175px; padding: 25px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.price-card.featured { background: linear-gradient(135deg, #075de8, #0aaef2); }.price-card span { color: #d7e4ff; font-weight: 750; }.price-card strong { margin-top: auto; font-size: 38px; line-height: 1; }.price-card small { margin-top: 7px; color: #bdccf1; }.badge { align-self: flex-start; padding: 4px 9px; border-radius: 99px; background: #fff; color: var(--blue); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.pricing-note { grid-column: 1/-1; margin: 6px 0 0; text-align: center; color: #aebfe9; font-size: 13px; }
.faq-section { max-width: 1050px; margin: auto; padding: 120px 28px; }.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
details { padding: 20px 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; } summary { cursor: pointer; font-weight: 750; } details p { color: var(--muted); margin-bottom: 0; }
.download-section, .contact-card { max-width: 1180px; margin: 0 auto 100px; padding: 60px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 35px; color: #fff; border-radius: 34px; background: linear-gradient(135deg, var(--navy), #0638bd 65%, var(--blue)); box-shadow: var(--shadow); }
.download-section img { width: 110px; border-radius: 25px; }.download-section h2 { margin: 9px 0; color: #fff; font-size: 44px; }.download-section p, .contact-card p { margin: 0; color: #c7d8ff; }.button-light { color: var(--navy); background: #fff; box-shadow: none; }
footer { max-width: 1240px; margin: auto; padding: 55px 28px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 25px; color: var(--muted); font-size: 13px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }.footer-brand img { width: 42px; border-radius: 11px; }.footer-brand div { display: flex; flex-direction: column; }.footer-brand strong { color: var(--ink); font-size: 15px; }.footer-links { display: flex; gap: 22px; }.footer-links a { color: #4f5a83; } footer > p { grid-column: 1/-1; margin: 0; }
.document-main, .legal-main { background: linear-gradient(180deg, #f7faff, #fff 450px); }
.document-hero, .legal-heading { padding: 100px 28px 80px; text-align: center; }.document-hero h1, .legal-heading h1 { font-size: clamp(48px, 6vw, 72px); }.document-hero p { max-width: 630px; margin: 0 auto 28px; color: var(--muted); font-size: 20px; }
.support-grid { max-width: 1080px; margin: auto; padding: 0 28px 100px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }.support-grid article { padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 12px 40px rgba(8,32,104,.05); }.support-grid article > span { color: var(--blue); font-size: 28px; }.support-grid h2 { font-size: 21px; }.support-grid p { color: var(--muted); font-size: 15px; }
.contact-card { margin-bottom: 100px; grid-template-columns: 1fr auto; }.contact-card h2 { margin: 8px 0; font-size: 40px; }
.legal-heading { padding-bottom: 60px; }.legal-heading p { color: var(--muted); }.legal-layout { max-width: 1060px; margin: auto; padding: 0 28px 100px; display: grid; grid-template-columns: 190px 1fr; gap: 70px; }.legal-layout aside { position: sticky; top: 25px; align-self: start; display: flex; flex-direction: column; gap: 11px; }.legal-layout aside a { color: #56618a; font-size: 14px; }
.legal-content { max-width: 760px; }.legal-content section { margin-bottom: 48px; scroll-margin-top: 30px; }.legal-content h2 { font-size: 28px; letter-spacing: -.025em; }.legal-content p { color: #505b7e; }.privacy-points { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 20px; border-radius: 15px; background: var(--pale); color: var(--navy); font-size: 14px; font-weight: 650; }.legal-centered { margin: auto; padding: 0 28px 100px; }
@media (max-width: 850px) {
  .site-header nav { display: none; }.site-header > .button { display: none; }
  .hero { padding-top: 65px; grid-template-columns: 1fr; text-align: center; }.hero-copy > p { margin-inline: auto; }.hero-actions, .trust-row { justify-content: center; }.hero-visual { min-height: 480px; }.card-one { left: 0; }.card-two { right: 0; }
  .feature-grid, .plus-section { grid-template-columns: 1fr; }.feature-wide { grid-template-columns: 1fr; }.plus-section { gap: 45px; }
  .screens { height: auto; align-items: center; }.screens img { width: 28%; transform: none; border-radius: 25px; }.screens .screen-main { width: 34%; }
  .support-grid { grid-template-columns: 1fr 1fr; }.download-section { margin-inline: 18px; padding: 40px; grid-template-columns: 1fr; text-align: center; }.download-section img { margin: auto; }
}
@media (max-width: 570px) {
  body { font-size: 16px; }.site-header { height: 70px; padding-inline: 18px; }.hero { padding-inline: 20px; }.hero h1 { font-size: 50px; }.hero-copy > p { font-size: 18px; }.hero-actions { flex-direction: column; }.trust-row { gap: 8px 14px; }.hero-visual { min-height: 420px; }.floating-card { width: 210px; }.card-one { top: 65px; }.card-two { bottom: 45px; }
  .feature-grid { padding: 75px 18px; }.feature { padding: 28px; }.feature-wide { grid-column: auto; }.screens-section { padding-inline: 12px; }.screens { gap: 8px; }.screens img { border-radius: 14px; }
  .plus-section { padding: 80px 20px; }.check-list, .faq-grid, .pricing-grid, .support-grid { grid-template-columns: 1fr; }.pricing-note { grid-column: auto; }.price-card { min-height: 145px; }
  .faq-section { padding: 80px 18px; }.download-section h2 { font-size: 35px; }.support-grid { padding-inline: 18px; }.contact-card { margin-inline: 18px; padding: 35px; grid-template-columns: 1fr; }
  .legal-layout { grid-template-columns: 1fr; gap: 20px; }.legal-layout aside { display: none; }.privacy-points { grid-template-columns: 1fr; } footer { grid-template-columns: 1fr; }.footer-links { flex-wrap: wrap; }
}
