:root {
  --ink: #0b1830;
  --muted: #617087;
  --line: #dfe7ef;
  --surface: #f4f8fb;
  --white: #ffffff;
  --accent: #3b82f6;
  --accent-dark: #155ac7;
  --navy: #081529;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(8, 21, 41, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.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; z-index: 100; top: 8px; left: 8px; padding: 10px 16px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 20; background: rgba(255, 255, 255, .96); border-bottom: 1px solid rgba(223, 231, 239, .8); backdrop-filter: blur(14px); }
.nav-wrap { position: relative; min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.header-name { position: relative; z-index: 2; color: var(--ink); font-size: clamp(1.05rem, 2.2vw, 1.55rem); font-weight: 800; letter-spacing: -.015em; text-decoration: none; white-space: nowrap; }
.header-name strong { color: var(--accent-dark); }
.header-logo-link { position: absolute; z-index: 3; top: 7px; left: 50%; width: 142px; height: 170px; display: grid; place-items: center; transform: translateX(-50%); }
.header-logo { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 12px 13px rgba(8, 21, 41, .18)); }
.brand { display: inline-flex; align-items: center; gap: 15px; color: var(--ink); font-size: 1.22rem; font-weight: 800; letter-spacing: .015em; text-decoration: none; }
.brand strong { color: var(--accent-dark); }
.brand strong { font-size: inherit; letter-spacing: inherit; }
.brand-name { white-space: nowrap; }
.brand-logo { width: 58px; height: 68px; object-fit: contain; }
.navigation { position: relative; z-index: 2; display: flex; align-items: center; gap: 34px; margin-left: auto; }
.navigation a { position: relative; color: #41516a; font-size: .94rem; font-weight: 650; text-decoration: none; }
.navigation a::after { content: ""; position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; background: var(--accent-dark); transform: scaleX(0); transition: transform .2s ease; }
.navigation a:hover::after, .navigation a.active::after { transform: scaleX(1); }
.navigation a.active { color: var(--ink); }
.menu-button { display: none; border: 0; background: transparent; padding: 9px; cursor: pointer; }
.menu-icon { display: grid; gap: 4px; width: 25px; }
.menu-icon span { height: 2px; background: var(--ink); border-radius: 9px; transition: .2s ease; }

.hero { position: relative; overflow: hidden; padding: 108px 0 122px; background: linear-gradient(135deg, #f8fbfd 0%, #eef4ff 100%); }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; left: -260px; top: -300px; border: 1px solid rgba(21, 90, 199, .17); border-radius: 50%; box-shadow: 0 0 0 65px rgba(21, 90, 199, .035), 0 0 0 130px rgba(21, 90, 199, .025); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--accent-dark); font-size: .75rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow > span { width: 27px; height: 2px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { line-height: 1.08; letter-spacing: -.045em; }
h1 { max-width: 690px; margin-bottom: 28px; font-size: clamp(3rem, 6vw, 5.4rem); }
h1 em, h2 em { color: var(--accent-dark); font-style: normal; }
.hero-text { max-width: 620px; margin-bottom: 34px; color: var(--muted); font-size: 1.16rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 13px 22px; border: 1px solid transparent; border-radius: 9px; font-weight: 750; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--accent-dark); box-shadow: 0 12px 30px rgba(59, 130, 246, .25); }
.button-primary:hover { background: #2871e6; }
.button-secondary { background: white; border-color: var(--line); }
.trust-list { display: flex; flex-wrap: wrap; gap: 22px; margin: 34px 0 0; padding: 0; color: #4b5b70; list-style: none; font-size: .88rem; font-weight: 650; }
.trust-list span { color: var(--accent-dark); margin-right: 6px; }

.hero-visual { position: relative; min-height: 475px; display: grid; place-items: center; }
.visual-glow { position: absolute; width: 390px; height: 390px; background: var(--accent); border-radius: 50%; opacity: .11; filter: blur(4px); }
.status-card { position: relative; z-index: 2; width: min(430px, 92%); padding: 26px; background: rgba(255,255,255,.94); border: 1px solid white; border-radius: var(--radius); box-shadow: var(--shadow); transform: rotate(-2deg); }
.status-head { display: flex; justify-content: space-between; gap: 10px; padding-bottom: 20px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .75rem; font-weight: 750; text-transform: uppercase; letter-spacing: .07em; }
.status-live { color: var(--accent-dark); }
.status-live i { display: inline-block; width: 8px; height: 8px; margin-right: 5px; background: var(--accent); border-radius: 50%; box-shadow: 0 0 0 4px rgba(59,130,246,.14); }
.status-main { display: flex; align-items: center; gap: 17px; padding: 30px 0; }
.status-main .shield { width: 58px; height: 58px; display: grid; place-items: center; background: #eaf2ff; color: var(--accent-dark); border-radius: 18px 18px 24px 24px; font-size: 1.55rem; font-weight: 900; }
.status-main strong, .status-main small { display: block; }
.status-main small { color: var(--muted); margin-top: 3px; }
.status-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.status-grid div { padding: 14px 11px; background: var(--surface); border-radius: 10px; }
.status-grid span, .status-grid strong { display: block; }
.status-grid span { color: var(--muted); font-size: .72rem; }
.status-grid strong { margin-top: 2px; font-size: .85rem; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 16px; background: var(--ink); color: white; border-radius: 10px; box-shadow: 0 16px 35px rgba(8,21,41,.22); font-size: .78rem; font-weight: 700; }
.floating-card span { color: var(--accent); }
.floating-card-one { top: 48px; right: -8px; }
.floating-card-two { bottom: 55px; left: -8px; }

.section-heading { display: grid; grid-template-columns: 1fr .78fr; align-items: end; gap: 70px; margin-bottom: 50px; }
.section-heading h2, .approach h2, .cta-card h2 { margin-bottom: 0; font-size: clamp(2.2rem, 4vw, 3.65rem); }
.section-heading > p { margin-bottom: 5px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 295px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { z-index: 2; transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card.featured { color: white; background: var(--ink); border-color: var(--ink); }
.service-number { position: absolute; top: 25px; right: 26px; color: #9aa7b7; font-size: .73rem; font-weight: 750; }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 28px; color: var(--accent-dark); background: #eef4ff; border-radius: 13px; font-weight: 850; }
.featured .service-icon { color: var(--accent); background: rgba(59,130,246,.11); }
.service-card h3 { margin-bottom: 12px; font-size: 1.25rem; }
.service-card p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }
.service-card.featured p { color: #afbdd0; }

.approach { color: white; background: var(--navy); }
.approach-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: start; }
.eyebrow.light { color: var(--accent); }
.approach h2 em { color: var(--accent); }
.steps { display: grid; }
.step { display: grid; grid-template-columns: 58px 1fr; gap: 23px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.11); }
.step:first-child { padding-top: 0; }
.step > span { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(59,130,246,.45); color: var(--accent); border-radius: 50%; font-size: .78rem; font-weight: 800; }
.step h3 { margin-bottom: 6px; }
.step p { margin-bottom: 0; color: #9eacc0; font-size: .93rem; }

.cta-section { padding: 70px 0; background: var(--surface); }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 56px 60px; background: var(--accent); border-radius: var(--radius); }
.cta-card .eyebrow { color: var(--ink); margin-bottom: 13px; }
.cta-card h2 { max-width: 700px; }
.button-dark { flex: none; color: white; background: var(--ink); }

.site-footer { padding: 48px 0; background: white; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1.5fr auto; align-items: center; gap: 30px; }
.brand-footer { gap: 11px; font-size: .88rem; }
.brand-footer .brand-logo { width: 38px; height: 44px; }
.footer-grid > p { margin-bottom: 0; color: var(--muted); font-size: .85rem; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { color: #4b5b70; font-size: .85rem; text-decoration: none; }
.copyright { grid-column: 1 / -1; padding-top: 25px; border-top: 1px solid var(--line); }

.contact-main { min-height: calc(100vh - 250px); background: var(--surface); }
.contact-hero { position: relative; overflow: hidden; padding: 115px 0 100px; }
.contact-hero::after { content: "@"; position: absolute; right: -30px; bottom: -230px; color: white; font-size: 520px; font-weight: 900; line-height: 1; pointer-events: none; }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .78fr; gap: 110px; align-items: center; }
.contact-copy > p:last-child { max-width: 620px; color: var(--muted); font-size: 1.08rem; }
.contact-card { padding: 42px; background: white; border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-icon { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 28px; background: var(--accent); border-radius: 18px; font-size: 1.55rem; font-weight: 850; }
.contact-label { margin-bottom: 6px; color: var(--muted); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-email { display: block; margin-bottom: 15px; color: var(--ink); font-size: clamp(1.25rem, 2.4vw, 1.75rem); font-weight: 800; text-decoration-color: var(--accent); text-underline-offset: 5px; overflow-wrap: anywhere; }
.contact-note { margin-bottom: 28px; color: var(--muted); font-size: .88rem; }
.full-width { width: 100%; }
.contact-details { background: white; }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; }
.detail-grid article { padding-top: 24px; border-top: 2px solid var(--accent); }
.detail-grid span { color: var(--accent-dark); font-size: .72rem; font-weight: 800; }
.detail-grid h2 { margin: 16px 0 10px; font-size: 1.45rem; letter-spacing: -.02em; }
.detail-grid p { margin-bottom: 0; color: var(--muted); font-size: .92rem; }

.legal-main { background: var(--surface); }
.legal-hero { padding: 112px 0 64px; background: linear-gradient(135deg, #f8fbfd 0%, #eef4ff 100%); }
.legal-hero h1 { margin-bottom: 22px; font-size: clamp(3rem, 6vw, 5rem); }
.legal-hero > .container > p:last-child { max-width: 720px; margin-bottom: 0; color: var(--muted); font-size: 1.08rem; }
.legal-section { padding: 70px 0 110px; }
.legal-layout { max-width: 930px; }
.legal-content { display: grid; gap: 20px; }
.legal-card { padding: 36px 40px; background: white; border: 1px solid var(--line); border-radius: 16px; }
.legal-card h2 { margin-bottom: 20px; font-size: 1.45rem; letter-spacing: -.025em; }
.legal-card p { color: #536278; }
.legal-card p:last-child { margin-bottom: 0; }
.legal-card a { color: var(--accent-dark); font-weight: 650; text-underline-offset: 3px; }
.legal-card mark { padding: 2px 5px; color: #6b5100; background: #fff1ba; border-radius: 3px; }
.legal-details { margin: 0; }
.legal-details > div { display: grid; grid-template-columns: minmax(175px, .8fr) 1.2fr; gap: 24px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.legal-details > div:first-child { padding-top: 0; }
.legal-details > div:last-child { padding-bottom: 0; border-bottom: 0; }
.legal-details dt { color: var(--muted); font-size: .84rem; font-weight: 700; }
.legal-details dd { margin: 0; overflow-wrap: anywhere; }

@media (max-width: 900px) {
  .hero-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero { padding-top: 80px; }
  .hero-visual { min-height: 410px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .approach-grid { grid-template-columns: 1fr; gap: 60px; }
  .cta-card { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr auto; }
  .footer-grid > p:not(.copyright) { grid-column: 1 / -1; grid-row: 2; }
  .contact-grid { gap: 45px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 76px 0; }
  .nav-wrap { min-height: 82px; gap: 10px; }
  .header-name { max-width: calc(50% - 49px); font-size: clamp(.56rem, 2.55vw, .76rem); letter-spacing: 0; }
  .header-logo-link { top: 6px; width: 78px; height: 94px; }
  .brand { gap: 8px; font-size: clamp(.72rem, 3.45vw, .92rem); }
  .brand-logo { width: 44px; height: 52px; }
  .menu-button { position: relative; z-index: 2; display: block; margin-left: auto; }
  .navigation { position: absolute; top: 82px; right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: 10px 14px 18px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 12px 25px rgba(8,21,41,.08); }
  .navigation.open { display: grid; }
  .navigation a { padding: 14px; border-radius: 8px; }
  .navigation a:hover, .navigation a.active { background: var(--surface); }
  .navigation a::after { display: none; }
  .menu-button[aria-expanded="true"] .menu-icon span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] .menu-icon span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] .menu-icon span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero { padding: 70px 0 80px; }
  h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-list { align-items: flex-start; flex-direction: column; gap: 9px; }
  .hero-visual { min-height: 350px; }
  .status-card { width: 100%; padding: 20px; }
  .status-grid { gap: 6px; }
  .status-grid div { padding: 11px 7px; }
  .floating-card { font-size: .69rem; }
  .floating-card-one { top: 5px; right: 2px; }
  .floating-card-two { bottom: 2px; left: 2px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .cta-card { padding: 40px 25px; }
  .cta-card .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .brand-footer { font-size: .82rem; }
  .footer-grid > p:not(.copyright), .copyright { grid-column: auto; grid-row: auto; }
  .footer-links { flex-wrap: wrap; }
  .contact-hero { padding: 75px 0 65px; }
  .contact-card { padding: 28px 22px; }
  .detail-grid { grid-template-columns: 1fr; }
  .legal-hero { padding: 84px 0 50px; }
  .legal-section { padding: 45px 0 76px; }
  .legal-card { padding: 27px 22px; }
  .legal-details > div { grid-template-columns: 1fr; gap: 5px; }
}

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