@font-face { font-family: "DM Sans"; font-style: normal; font-weight: 400 700; font-display: optional; src: url("assets/fonts/dm-sans-latin.woff2") format("woff2"); }
@font-face { font-family: "Space Grotesk"; font-style: normal; font-weight: 500 700; font-display: optional; src: url("assets/fonts/space-grotesk-latin.woff2") format("woff2"); }

:root {
  --ink: #070a0f;
  --ink-soft: #111722;
  --paper: #f4f6f8;
  --paper-deep: #e6ebf0;
  --text: #111821;
  --muted: #64707c;
  --blue: #0d6fe8;
  --blue-bright: #3b96ff;
  --line: rgba(255, 255, 255, .14);
  --line-dark: rgba(9, 16, 26, .12);
  --radius: 22px;
  --shadow: 0 24px 70px rgba(7, 15, 25, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: "DM Sans", Inter, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
button, a { font: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
address { font-style: normal; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.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; left: 20px; top: -80px; z-index: 100; padding: 12px 18px; background: var(--blue); color: white; border-radius: 9px; transition: top .2s; }
.skip-link:focus { top: 20px; }
.section-dark { background: var(--ink); color: white; }
.section-light { background: var(--paper); color: var(--text); }
.section-blue { background: var(--blue); color: white; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 20px; color: #a7b2bf; font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--blue-bright); }
.eyebrow--dark { color: #6e7883; }
.eyebrow--light { color: rgba(255, 255, 255, .74); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Space Grotesk", Inter, sans-serif; letter-spacing: -.045em; }
h1 { max-width: 650px; margin-bottom: 26px; font-size: clamp(3.25rem, 6vw, 6.4rem); line-height: .86; }
h1 em { color: var(--blue-bright); font-style: normal; }
h2 { margin-bottom: 20px; font-size: clamp(2.4rem, 4vw, 4.5rem); line-height: .98; }
h3 { margin-bottom: 12px; font-size: 1.3rem; line-height: 1.08; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 100px; font-size: .82rem; font-weight: 700; transition: transform .25s, background .25s, color .25s, border-color .25s; }
.button:hover { transform: translateY(-3px); }
.button--blue { background: var(--blue); color: #fff; box-shadow: 0 13px 28px rgba(22, 119, 244, .23); }
.button--blue:hover { background: var(--blue-bright); }
.button--dark { background: var(--ink); color: white; }
.button--dark:hover { background: #1d2734; }
.button--small { min-height: 42px; padding: 0 17px; font-size: .71rem; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: #e4ebf3; font-size: .84rem; font-weight: 700; }
.text-link:hover { color: var(--blue-bright); }
.text-link--dark { color: var(--text); }
.text-link--dark:hover { color: var(--blue); }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; border-bottom: 1px solid rgba(255,255,255,.11); color: white; }
.nav-wrap { display: flex; min-height: 80px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-logo { display: block; width: 240px; height: 76px; object-fit: contain; object-position: center; filter: brightness(1.08) saturate(1.16) drop-shadow(0 3px 12px rgba(22, 119, 244, .28)); transition: filter .25s ease, transform .25s ease; }
.brand picture { display: block; }
.brand:hover .brand-logo { filter: brightness(1.2) saturate(1.3) drop-shadow(0 4px 13px rgba(59, 150, 255, .28)); transform: translateY(-1px); }
.main-nav { display: flex; align-items: center; gap: 25px; color: #aab5c1; font-size: .73rem; }
.main-nav a:not(.button):hover { color: white; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: white; cursor: pointer; }
.menu-toggle span { display: block; width: 17px; height: 1px; margin: 4px auto; background: currentColor; }

.hero { position: relative; min-height: 825px; overflow: hidden; padding: 175px 0 90px; }
.hero-glow { position: absolute; top: -18%; right: -7%; width: 57vw; height: 850px; background: radial-gradient(ellipse at center, rgba(15, 109, 242, .3), transparent 67%); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 35px; }
.hero-copy { position: relative; z-index: 2; }
.hero-text { max-width: 490px; margin-bottom: 33px; color: #9ba7b4; font-size: 1.04rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; }
.hero-visual { position: relative; min-height: 0; margin: 18px -7vw 0 0; }
.hero-visual::after { position: absolute; right: 6%; bottom: 14%; width: 74%; height: 18%; background: rgba(0, 0, 0, .55); border-radius: 50%; filter: blur(28px); content: ""; }
.hero-visual picture { display: block; }
.hero-visual img { position: relative; z-index: 1; width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; object-position: 58% center; border-radius: 18px 0 0 18px; mix-blend-mode: screen; opacity: .93; box-shadow: -18px 28px 60px rgba(0,0,0,.25); }
.hero-caption { position: absolute; z-index: 2; right: 12%; bottom: 7%; color: #b7c1cc; font-size: .74rem; line-height: 1.25; text-align: right; }
.hero-caption strong { color: white; font-size: 1rem; }

.services { padding: 125px 0 140px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 70px; margin-bottom: 58px; }
.section-heading h2 { max-width: 620px; margin-bottom: 0; }
.section-heading > p { max-width: 350px; margin-bottom: 4px; color: var(--muted); font-size: .94rem; line-height: 1.7; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.service-card { overflow: hidden; background: white; border: 1px solid var(--line-dark); border-radius: var(--radius); box-shadow: 0 10px 28px rgba(20,30,40,.03); transition: transform .28s, box-shadow .28s; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.service-image { position: relative; height: 275px; overflow: hidden; background: #18202a; }
.service-image picture { display: block; width: 100%; height: 100%; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.service-card:hover .service-image img { transform: scale(1.06); }
.service-body { padding: 25px 23px 27px; }
.service-body p { min-height: 79px; margin-bottom: 22px; color: var(--muted); font-size: .78rem; line-height: 1.6; }
.service-body a { color: var(--blue); font-size: .74rem; font-weight: 700; }
.service-body a:hover { color: #075ecb; }

.process { position: relative; overflow: hidden; padding: 125px 0 135px; }
.process::before { position: absolute; top: -100px; right: -200px; width: 560px; height: 560px; border: 1px solid rgba(50,145,255,.18); border-radius: 50%; content: ""; }
.section-heading--light > p { color: #8996a4; }
.process-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.process-step { position: relative; min-height: 187px; padding: 0 21px 0 0; border-right: 1px solid var(--blue); }
.process-step:last-child { border-right: 0; }
.process-index { display: block; margin-bottom: 48px; color: var(--blue-bright); font-family: "Space Grotesk", sans-serif; font-size: 1.05rem; font-weight: 700; }
.process-step h3 { margin-bottom: 10px; color: white; font-size: 1.25rem; }
.process-step p { max-width: 190px; margin: 0; color: #84909d; font-size: .79rem; line-height: 1.6; }
.process-line { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: -1px; }
.process-line span { height: 3px; background: var(--blue); }

.comparisons { padding: 130px 0; }
.comparison-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.comparison-card { overflow: hidden; background: white; border: 1px solid var(--line-dark); border-radius: var(--radius); box-shadow: 0 10px 30px rgba(30,40,50,.04); }
.comparison-media { --position: 50%; position: relative; aspect-ratio: 16/9; overflow: hidden; background: #202831; }
.comparison-media > picture, .comparison-after, .comparison-before, .comparison-before picture, .comparison-before img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.comparison-before picture { display: block; }
.comparison-before { z-index: 1; clip-path: inset(0 calc(100% - var(--position)) 0 0); }
.comparison-handle { position: absolute; z-index: 2; top: 0; bottom: 0; left: var(--position); width: 2px; background: white; box-shadow: 0 0 13px rgba(0,0,0,.42); pointer-events: none; transform: translateX(-1px); }
.comparison-handle span { position: absolute; top: 50%; left: 50%; display: grid; width: 40px; height: 40px; place-items: center; border: 2px solid white; border-radius: 50%; background: var(--blue); color: white; font-size: 1.05rem; transform: translate(-50%, -50%); }
.comparison-range { position: absolute; z-index: 3; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.comparison-label { position: absolute; z-index: 2; top: 18px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.5); border-radius: 100px; background: rgba(5,8,12,.48); color: white; font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; pointer-events: none; }
.comparison-label--before { left: 18px; }
.comparison-label--after { right: 18px; }
.comparison-copy { padding: 25px 27px 28px; }
.comparison-copy > span { color: var(--blue); font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.comparison-copy h3 { margin: 10px 0 8px; font-size: 1.35rem; }
.comparison-copy p { margin: 0; color: var(--muted); font-size: .81rem; line-height: 1.6; }

.cta-location { position: relative; overflow: hidden; padding: 105px 0; }
.cta-location::after { position: absolute; right: -9%; bottom: -66%; width: 650px; height: 650px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; content: ""; }
.cta-location-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 70px; }
.cta-location h2 { max-width: 620px; margin-bottom: 22px; }
.cta-text { max-width: 525px; margin-bottom: 31px; color: rgba(255,255,255,.77); font-size: .97rem; line-height: 1.7; }
.location-panel { overflow: hidden; border: 1px solid rgba(255,255,255,.45); border-radius: 24px; background: white; box-shadow: 0 22px 55px rgba(4, 24, 58, .2); }
.location-map { position: relative; min-height: 340px; background: #dfe5e8; }
.location-map iframe { display: block; width: 100%; height: 340px; border: 0; }
.map-badge { position: absolute; top: 17px; left: 17px; display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.35); border-radius: 100px; background: rgba(7, 10, 15, .9); color: white; font-size: .68rem; font-weight: 700; letter-spacing: .05em; box-shadow: 0 8px 20px rgba(0,0,0,.18); }
.location-icon { width: 17px; height: 17px; color: var(--blue-bright); }
.location-details { display: flex; align-items: end; justify-content: space-between; gap: 25px; padding: 24px 27px 26px; color: var(--text); }
.location-label { margin-bottom: 10px; color: #63707d; font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.location-details address { color: var(--text); font-family: "Space Grotesk", sans-serif; font-size: .98rem; line-height: 1.5; }
.location-link { flex: 0 0 auto; color: var(--blue); font-size: .78rem; font-weight: 700; }
.location-link:hover { color: #075ecb; }

.faq { padding: 125px 0 135px; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq h2 { max-width: 300px; }
.faq-intro { max-width: 310px; margin: 0 0 26px; color: var(--muted); font-size: .88rem; line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line-dark); }
.faq-list details { border-bottom: 1px solid var(--line-dark); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; list-style: none; font-family: "Space Grotesk", sans-serif; font-size: 1.04rem; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { color: var(--blue); content: "+"; font-family: "DM Sans", sans-serif; font-size: 1.5rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 650px; max-height: 0; margin: 0 35px 0 0; overflow: hidden; color: var(--muted); font-size: .84rem; line-height: 1.65; opacity: 0; transition: max-height .46s cubic-bezier(.16, 1, .3, 1), opacity .24s ease, margin-bottom .46s cubic-bezier(.16, 1, .3, 1); }
.faq-list details[open] p { max-height: 260px; margin-bottom: 23px; opacity: 1; }
.faq-list details:not(.is-open) p { margin-bottom: 0; opacity: 0; }
.faq-list details p[style] { max-height: var(--faq-height, 0px); }

.site-footer { background: #05070a; color: white; }
.footer-main { display: grid; grid-template-columns: 1.4fr .75fr .9fr 1fr; gap: 50px; padding: 82px 0 75px; }
.brand--footer { margin-bottom: 20px; }
.footer-brand > p { max-width: 260px; color: #737f8c; font-size: .81rem; line-height: 1.65; }
.footer-socials { display: flex; gap: 9px; margin-top: 27px; }
.footer-socials a { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid #28303a; border-radius: 50%; color: #a9b4c0; font-size: .55rem; font-weight: 700; }
.footer-socials a:hover { border-color: var(--blue); color: white; }
.footer-column { display: grid; align-content: start; gap: 13px; }
.footer-column h3 { margin-bottom: 10px; color: white; font-size: .78rem; letter-spacing: .04em; }
.footer-column a, .footer-column address { color: #788491; font-size: .76rem; line-height: 1.5; }
.footer-column a:hover { color: var(--blue-bright); }
.footer-contact a:first-of-type { color: white; font-weight: 700; }
.footer-contact address { margin-top: 11px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0 26px; border-top: 1px solid #1b2128; color: #8190a0; font-size: .67rem; }
.footer-bottom a:hover { color: white; }

.reveal { transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.js .reveal { opacity: 0; }
.js .reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .13s; }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }

@media (max-width: 980px) {
  .main-nav { gap: 15px; }
  .hero { min-height: auto; padding-top: 150px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 0; margin: -10px -4vw 0 8vw; }
  .hero-visual img { height: auto; aspect-ratio: 16 / 10; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-image { height: 300px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 38px 28px; }
  .process-step:nth-child(2) { border-right: 0; }
  .process-line { display: none; }
  .cta-location-grid { gap: 45px; }
  .footer-main { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-contact { grid-column: 2 / -1; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 34px, 560px); }
  .site-header { position: absolute; }
  .nav-wrap { min-height: 70px; }
  .brand-logo { width: 200px; height: 64px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 70px; right: 17px; left: 17px; display: grid; gap: 0; padding: 11px; border: 1px solid var(--line); border-radius: 17px; background: #0b1017; box-shadow: 0 24px 55px rgba(0,0,0,.35); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .2s, transform .2s; }
  .main-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .main-nav a:not(.button) { padding: 13px 11px; }
  .main-nav .button { margin-top: 8px; }
  .hero { padding: 125px 0 75px; }
  h1 { font-size: clamp(3rem, 16vw, 4.8rem); }
  .hero-text { font-size: .92rem; }
  .hero-visual { min-height: 0; margin: -4px -18px 0 18px; }
  .hero-visual img { height: auto; aspect-ratio: 16 / 10; border-radius: 14px 0 0 14px; }
  .hero-caption { right: 8%; bottom: 3%; }
  .services, .comparisons, .faq { padding: 85px 0; }
  .process { padding: 85px 0 95px; }
  .section-heading { display: block; margin-bottom: 38px; }
  .section-heading > p { margin-top: 22px; }
  .services-grid, .comparison-grid, .cta-location-grid, .faq-grid { grid-template-columns: 1fr; }
  .service-image { height: 240px; }
  .service-body p { min-height: 0; }
  .process-grid { gap: 0; }
  .process-step { min-height: 0; padding: 23px 0 28px; border-right: 0; border-bottom: 1px solid var(--blue); }
  .process-step:last-child { border-bottom: 0; }
  .process-index { margin-bottom: 21px; }
  .process-step p { max-width: 280px; }
  .cta-location-grid { gap: 40px; }
  .location-map, .location-map iframe { min-height: 285px; height: 285px; }
  .location-details { align-items: flex-start; flex-direction: column; gap: 20px; }
  .cta-location { padding: 85px 0; }
  .faq-grid { gap: 48px; }
  .faq-list summary { font-size: .94rem; }
  .footer-main { grid-template-columns: repeat(2, 1fr); gap: 40px 28px; padding: 62px 0 55px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 9px; }
}

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