:root {
  --ink: #0b1220;
  --ink-2: #131e31;
  --slate: #536176;
  --muted: #8490a3;
  --line: #dfe5ec;
  --soft: #f3f6f9;
  --white: #fff;
  --orange: #ff6b1a;
  --orange-2: #ff8a3d;
  --green: #3de2a0;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(13, 25, 43, .12);
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 10px 16px; background: var(--white); border-radius: 10px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.12);
  transition: background .3s, box-shadow .3s, color .3s;
}
.site-header.scrolled { color: var(--ink); background: rgba(255,255,255,.92); box-shadow: 0 8px 30px rgba(10,20,36,.08); backdrop-filter: blur(18px); border-color: rgba(12,24,42,.08); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: none; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; color: var(--white); background: linear-gradient(145deg, var(--orange-2), var(--orange)); border-radius: 14px; box-shadow: 0 10px 30px rgba(255,107,26,.27); transform: rotate(-4deg); }
.brand-mark span { font-size: 14px; font-weight: 900; letter-spacing: -.06em; transform: rotate(4deg); }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-size: 15px; letter-spacing: .01em; }
.brand-copy small { margin-top: 5px; color: rgba(255,255,255,.58); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.scrolled .brand-copy small { color: var(--muted); }
.site-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.site-nav a { position: relative; font-size: 13px; font-weight: 650; color: rgba(255,255,255,.72); }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--orange); transition: right .2s; }
.site-nav a:hover { color: var(--white); }
.site-nav a:hover::after { right: 0; }
.scrolled .site-nav a { color: #47546a; }
.scrolled .site-nav a:hover { color: var(--ink); }
.nav-phone { display: grid; line-height: 1.15; padding-left: 24px; border-left: 1px solid rgba(255,255,255,.18); }
.nav-phone span { font-size: 10px; text-transform: uppercase; letter-spacing: .13em; color: rgba(255,255,255,.52); }
.nav-phone strong { margin-top: 5px; font-size: 14px; }
.scrolled .nav-phone { border-color: var(--line); }
.scrolled .nav-phone span { color: var(--muted); }
.menu-button { display: none; width: 44px; height: 44px; padding: 12px; border: 0; border-radius: 12px; background: rgba(255,255,255,.1); }
.menu-button i { display: block; height: 2px; margin: 4px 0; background: currentColor; border-radius: 5px; }

.hero { position: relative; overflow: hidden; min-height: 820px; color: var(--white); background: radial-gradient(circle at 72% 38%, #273852 0, var(--ink-2) 28%, var(--ink) 70%); padding: 170px 0 0; }
.hero-grid, .cta-grid { position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.orb-one { width: 480px; height: 480px; right: -230px; top: 80px; border: 1px solid rgba(255,107,26,.22); box-shadow: inset 0 0 120px rgba(255,107,26,.05); }
.orb-two { width: 260px; height: 260px; left: -160px; bottom: 100px; background: rgba(255,107,26,.07); filter: blur(30px); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.2; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 2px; background: var(--orange); }
.eyebrow.dark { color: #758196; }
.eyebrow.light { color: rgba(255,255,255,.58); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 730px; margin-bottom: 26px; font-size: clamp(46px, 5.7vw, 76px); line-height: 1.02; letter-spacing: -.055em; font-weight: 780; }
h1 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 640px; margin-bottom: 35px; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.75; }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 54px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border-radius: 14px; font-size: 14px; font-weight: 760; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--orange-2), var(--orange)); box-shadow: 0 15px 36px rgba(255,107,26,.22); }
.button-primary:hover { box-shadow: 0 20px 44px rgba(255,107,26,.35); }
.button-ghost { color: var(--white); border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.04); }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.hero-checks { display: flex; flex-wrap: wrap; gap: 24px; padding: 0; margin: 32px 0 0; list-style: none; color: rgba(255,255,255,.62); font-size: 13px; }
.hero-checks li { display: flex; align-items: center; gap: 8px; }
.hero-checks span { width: 19px; height: 19px; display: grid; place-items: center; color: var(--green); border: 1px solid rgba(61,226,160,.35); border-radius: 50%; font-size: 10px; }

.hero-visual { position: relative; min-height: 470px; display: grid; place-items: center; }
.dashboard-card { position: relative; width: min(100%, 490px); min-height: 430px; padding: 28px; background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.045)); border: 1px solid rgba(255,255,255,.15); border-radius: 28px; box-shadow: 0 40px 100px rgba(0,0,0,.26); backdrop-filter: blur(20px); }
.dashboard-top { display: flex; justify-content: space-between; align-items: flex-start; }
.dashboard-top div { display: grid; gap: 7px; }
.dashboard-top small { color: rgba(255,255,255,.45); }
.dashboard-top strong { display: flex; align-items: center; gap: 8px; font-size: 14px; }
.dashboard-top strong i { width: 8px; height: 8px; background: var(--green); border-radius: 50%; box-shadow: 0 0 18px var(--green); }
.live { padding: 5px 9px; color: var(--green); background: rgba(61,226,160,.08); border: 1px solid rgba(61,226,160,.2); border-radius: 8px; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.pulse-map { position: relative; height: 268px; }
.core { position: absolute; left: 50%; top: 50%; width: 64px; height: 64px; display: grid; place-items: center; transform: translate(-50%,-50%); color: var(--white); background: linear-gradient(135deg, var(--orange-2), var(--orange)); border: 8px solid rgba(255,255,255,.08); border-radius: 22px; font-weight: 900; box-shadow: 0 0 40px rgba(255,107,26,.35); z-index: 2; }
.ring { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.r1 { width: 118px; height: 118px; }.r2 { width: 205px; height: 205px; }.r3 { width: 285px; height: 285px; border-style: dashed; animation: spin 25s linear infinite; }
.node { position: absolute; padding: 7px 11px; color: rgba(255,255,255,.68); background: rgba(8,15,27,.78); border: 1px solid rgba(255,255,255,.1); border-radius: 9px; font-size: 10px; font-weight: 700; }
.n1 { left: 11%; top: 46%; }.n2 { right: 7%; top: 32%; }.n3 { right: 12%; bottom: 19%; }.n4 { left: 19%; top: 15%; }
.dashboard-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.dashboard-stats div { display: grid; padding: 12px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; }
.dashboard-stats span { color: rgba(255,255,255,.35); font-size: 9px; }
.dashboard-stats strong { margin-top: 4px; font-size: 13px; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; padding: 13px 16px; color: var(--ink); background: var(--white); border-radius: 13px; box-shadow: var(--shadow); }
.floating-card > span { width: 30px; height: 30px; display: grid; place-items: center; color: #05724b; background: #e0f8ef; border-radius: 9px; font-size: 13px; font-weight: 900; }
.floating-card div { display: grid; line-height: 1.25; }
.floating-card strong { font-size: 11px; }.floating-card small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.fc-one { left: -32px; bottom: 68px; }.fc-two { right: -30px; top: 104px; }
.fc-two > span { color: #d75610; background: #fff0e8; }
@keyframes spin { to { transform: translate(-50%,-50%) rotate(360deg); } }

.trust-strip { position: relative; z-index: 3; margin-top: 85px; min-height: 108px; display: flex; align-items: center; gap: 44px; border-top: 1px solid rgba(255,255,255,.1); }
.trust-strip p { width: 160px; margin: 0; color: rgba(255,255,255,.36); font-size: 10px; line-height: 1.5; letter-spacing: .12em; text-transform: uppercase; }
.trust-strip div { flex: 1; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: rgba(255,255,255,.5); font-size: 15px; font-weight: 760; }

.section { padding: 118px 0; }
.section-head { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 80px; margin-bottom: 58px; }
.section-head h2, .adv-copy h2, .company-story h2, .cta-copy h2 { margin-bottom: 0; font-size: clamp(36px, 4.2vw, 57px); line-height: 1.08; letter-spacing: -.045em; }
.section-head > p { max-width: 520px; margin: 0 0 6px; color: var(--slate); font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 320px; padding: 30px; overflow: hidden; background: var(--soft); border: 1px solid transparent; border-radius: var(--radius); transition: transform .25s, border-color .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-6px); border-color: #d9e0e8; box-shadow: var(--shadow); }
.service-featured { grid-row: span 2; min-height: 658px; color: var(--white); background: radial-gradient(circle at 70% 25%, #263b58 0, #162439 38%, var(--ink) 85%); }
.service-card::after { content: ""; position: absolute; width: 210px; height: 210px; right: -120px; top: -130px; background: var(--orange); border-radius: 50%; opacity: .05; }
.service-number { position: absolute; right: 26px; top: 25px; color: #abb4c1; font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.service-featured .service-number { color: rgba(255,255,255,.3); }
.service-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 62px; color: var(--orange); background: var(--white); border-radius: 14px; box-shadow: 0 10px 30px rgba(25,38,57,.08); font-size: 20px; font-weight: 800; }
.service-featured .service-icon { margin-bottom: 92px; color: var(--white); background: linear-gradient(135deg,var(--orange-2),var(--orange)); }
.service-card h3 { margin-bottom: 15px; font-size: 23px; line-height: 1.2; letter-spacing: -.025em; }
.service-card p { margin-bottom: 22px; color: var(--slate); font-size: 14px; }
.service-featured p { color: rgba(255,255,255,.62); font-size: 15px; }
.service-card ul { padding: 0; margin: 35px 0 48px; list-style: none; }
.service-card li { padding: 11px 0; color: rgba(255,255,255,.78); border-bottom: 1px solid rgba(255,255,255,.1); font-size: 13px; }
.service-card li::before { content: "✓"; margin-right: 10px; color: var(--green); }
.service-card a { position: absolute; left: 30px; bottom: 30px; right: 30px; display: flex; justify-content: space-between; align-items: center; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: var(--white); font-size: 13px; font-weight: 750; }
.service-card a span { color: var(--orange); font-size: 20px; }
.tag { display: inline-flex; padding: 6px 10px; color: #667386; background: var(--white); border-radius: 8px; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }

.advantages { color: var(--white); background: var(--ink); }
.advantages-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.adv-copy > p:not(.eyebrow) { max-width: 520px; margin: 27px 0 34px; color: rgba(255,255,255,.6); font-size: 17px; }
.button-light { color: var(--ink); background: var(--white); }
.adv-grid { display: grid; grid-template-columns: repeat(2,1fr); }
.adv-grid article { min-height: 225px; padding: 30px; border: 1px solid rgba(255,255,255,.09); }
.adv-grid article:first-child { border-radius: 22px 0 0 0; }.adv-grid article:nth-child(2) { border-radius: 0 22px 0 0; }.adv-grid article:nth-child(3) { border-radius: 0 0 0 22px; }.adv-grid article:last-child { border-radius: 0 0 22px 0; }
.adv-grid article:hover { background: rgba(255,255,255,.04); }
.adv-grid article > span { color: var(--orange); font-size: 11px; font-weight: 800; }
.adv-grid h3 { margin: 54px 0 10px; font-size: 18px; }
.adv-grid p { margin: 0; color: rgba(255,255,255,.48); font-size: 13px; }

.process { background: var(--soft); }
.process-list { padding: 0; margin: 0; list-style: none; counter-reset: process; }
.process-list li { display: grid; grid-template-columns: 100px 1fr 52px; gap: 30px; align-items: center; padding: 26px 18px; border-top: 1px solid #d9e0e8; transition: background .2s, padding .2s; }
.process-list li:last-child { border-bottom: 1px solid #d9e0e8; }
.process-list li:hover { padding-inline: 28px; background: var(--white); }
.process-list li > span { color: var(--orange); font-size: 12px; font-weight: 850; letter-spacing: .1em; }
.process-list h3 { margin: 0 0 4px; font-size: 20px; }
.process-list p { margin: 0; color: var(--slate); font-size: 14px; }
.process-list li::after { content: "↗"; width: 42px; height: 42px; display: grid; place-items: center; color: var(--orange); border: 1px solid #d7dee7; border-radius: 50%; }

.company-layout { display: grid; grid-template-columns: 1fr .92fr; gap: 100px; align-items: center; }
.company-story > p:not(.eyebrow) { color: var(--slate); font-size: 16px; }
.company-story h2 { margin-bottom: 30px; }
.company-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 38px; }
.company-facts div { display: grid; padding: 20px; background: var(--soft); border-radius: 15px; }
.company-facts strong { color: var(--orange); font-size: 22px; }
.company-facts span { color: var(--slate); font-size: 10px; line-height: 1.4; }
.testimonial-stack { position: relative; min-height: 520px; }
.quote-card { position: absolute; padding: 38px; border-radius: 25px; }
.quote-main { inset: 0 52px 82px 0; color: var(--white); background: linear-gradient(145deg,#17253a,var(--ink)); box-shadow: var(--shadow); }
.quote-secondary { right: 0; bottom: 0; width: 75%; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.quote-mark { display: block; height: 70px; color: var(--orange); font: 110px/1 Georgia, serif; }
.quote-card blockquote { margin: 0; font-size: 20px; line-height: 1.55; letter-spacing: -.01em; }
.quote-secondary blockquote { font-size: 17px; }
.quote-card footer { display: grid; margin-top: 40px; }
.quote-card footer strong { font-size: 13px; }.quote-card footer span { margin-top: 5px; color: rgba(255,255,255,.48); font-size: 11px; }
.quote-secondary footer { margin-top: 20px; }.quote-secondary footer span { color: var(--muted); }

.cta-section { padding: 0 0 38px; }
.cta-card { position: relative; min-height: 480px; padding: 68px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: center; overflow: hidden; color: var(--white); background: linear-gradient(135deg, #f05a0a, var(--orange) 45%, #ff8441); border-radius: 30px; }
.cta-grid { opacity: .24; background-size: 46px 46px; mask-image: linear-gradient(90deg,black,transparent); }
.cta-copy, .contact-card { position: relative; z-index: 2; }
.cta-copy h2 { max-width: 740px; }
.cta-copy > p:not(.eyebrow) { max-width: 650px; margin: 25px 0 32px; color: rgba(255,255,255,.78); }
.button-white { color: var(--ink); background: var(--white); }
.button-outline { color: var(--white); border: 1px solid rgba(255,255,255,.4); }
.contact-card { display: grid; gap: 1px; margin: 0; overflow: hidden; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.2); border-radius: 18px; font-style: normal; backdrop-filter: blur(12px); }
.contact-card div { display: grid; padding: 20px 22px; background: rgba(10,18,32,.22); }
.contact-card span { margin-bottom: 7px; color: rgba(255,255,255,.55); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.contact-card strong { font-size: 13px; line-height: 1.5; }

.site-footer { padding: 66px 0 24px; background: var(--ink); color: var(--white); }
.footer-main { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 60px; padding-bottom: 52px; }
.footer-main > p { margin: 0; color: rgba(255,255,255,.45); font-size: 13px; }
.footer-main nav { display: flex; justify-content: flex-end; gap: 24px; font-size: 12px; font-weight: 700; color: rgba(255,255,255,.58); }
.footer-main nav a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; color: rgba(255,255,255,.3); border-top: 1px solid rgba(255,255,255,.08); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Inner pages */
.page-hero { position: relative; overflow: hidden; min-height: 470px; padding: 170px 0 84px; color: var(--white); background: radial-gradient(circle at 78% 18%, #2a3d59 0, #142136 38%, var(--ink) 78%); }
.page-hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -130px; top: 40px; border: 1px solid rgba(255,107,26,.2); border-radius: 50%; box-shadow: inset 0 0 100px rgba(255,107,26,.04); }
.page-hero .container { position: relative; z-index: 2; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 40px; color: rgba(255,255,255,.44); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.breadcrumbs a:hover { color: var(--white); }
.page-hero h1 { max-width: 880px; margin-bottom: 24px; font-size: clamp(44px, 6vw, 72px); }
.page-hero p:not(.eyebrow) { max-width: 760px; margin: 0; color: rgba(255,255,255,.64); font-size: 18px; }
.page-content { padding: 90px 0 110px; }
.content-layout { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: 80px; align-items: start; }
.prose h2 { margin: 0 0 22px; font-size: clamp(31px,4vw,46px); line-height: 1.15; letter-spacing: -.04em; }
.prose h3 { margin: 46px 0 14px; font-size: 24px; line-height: 1.25; }
.prose p { color: var(--slate); font-size: 16px; }
.prose ul, .prose ol { display: grid; gap: 12px; padding-left: 22px; color: var(--slate); }
.prose li::marker { color: var(--orange); font-weight: 800; }
.lead-paragraph { color: var(--ink) !important; font-size: 20px !important; line-height: 1.65; }
.info-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin: 34px 0 48px; }
.info-card { padding: 25px; background: var(--soft); border: 1px solid #e7ebf0; border-radius: 18px; }
.info-card span { display: block; margin-bottom: 26px; color: var(--orange); font-size: 11px; font-weight: 850; }
.info-card h3 { margin: 0 0 8px; font-size: 18px; }
.info-card p { margin: 0; font-size: 13px; }
.side-card { position: sticky; top: 112px; padding: 30px; color: var(--white); background: var(--ink); border-radius: 22px; box-shadow: var(--shadow); }
.side-card .eyebrow { margin-bottom: 18px; }
.side-card h2 { margin-bottom: 14px; font-size: 28px; line-height: 1.16; letter-spacing: -.03em; }
.side-card > p { color: rgba(255,255,255,.55); font-size: 13px; }
.side-card .button { width: 100%; margin-top: 12px; }
.side-contacts { display: grid; gap: 11px; margin-top: 22px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; color: rgba(255,255,255,.62); }
.side-contacts a:hover { color: var(--white); }
.all-services { padding: 90px 0 110px; background: var(--soft); }
.all-services .service-grid { grid-template-columns: repeat(3,1fr); }
.all-services .service-card { min-height: 285px; background: var(--white); border-color: #e5eaf0; }
.all-services .service-card a { color: var(--ink); border-top-color: #e3e8ee; }
.all-services .service-card a span { color: var(--orange); }
.page-cta { padding: 70px 0; color: var(--white); background: var(--orange); }
.page-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.page-cta h2 { margin: 0; font-size: clamp(30px,4vw,46px); letter-spacing: -.04em; line-height: 1.1; }
.page-cta p { margin: 10px 0 0; color: rgba(255,255,255,.75); }
.page-cta .button { flex: none; }
.partner-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.partner-card { padding: 30px; border: 1px solid var(--line); border-radius: 20px; }
.partner-card .partner-name { display: inline-flex; padding: 7px 11px; margin-bottom: 30px; color: var(--orange); background: #fff0e8; border-radius: 9px; font-size: 12px; font-weight: 850; }
.partner-card h2 { margin-bottom: 12px; font-size: 23px; }
.partner-card p { margin: 0; color: var(--slate); font-size: 14px; }
.reviews-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.review-card { padding: 34px; background: var(--soft); border-radius: 22px; }
.review-card blockquote { margin: 0 0 30px; font-size: 17px; line-height: 1.7; }
.review-card footer { display: grid; }
.review-card footer strong { font-size: 13px; }.review-card footer span { margin-top: 5px; color: var(--slate); font-size: 11px; }
.contact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-bottom: 60px; }
.contact-box { padding: 28px; background: var(--soft); border-radius: 20px; }
.contact-box > span { display: block; margin-bottom: 28px; color: var(--orange); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.contact-box strong, .contact-box a { display: block; font-size: 18px; line-height: 1.5; }
.contact-box a:hover { color: var(--orange); }
.contact-box small { display: block; margin-top: 8px; color: var(--slate); }
.map-placeholder { min-height: 380px; display: grid; place-items: center; padding: 35px; text-align: center; color: var(--white); background: radial-gradient(circle at 50% 50%, #253956, var(--ink)); border-radius: 24px; }
.map-placeholder div { max-width: 490px; }
.map-placeholder span { width: 62px; height: 62px; display: grid; place-items: center; margin: 0 auto 20px; background: var(--orange); border-radius: 20px; font-size: 24px; }
.map-placeholder h2 { margin-bottom: 10px; font-size: 29px; }
.map-placeholder p { color: rgba(255,255,255,.55); }

@media (max-width: 820px) {
  .page-hero { min-height: auto; padding: 135px 0 70px; }
  .content-layout { grid-template-columns: 1fr; gap: 50px; }
  .side-card { position: static; }
  .all-services .service-grid { grid-template-columns: repeat(2,1fr); }
  .page-cta .container { display: grid; }
  .partner-grid, .reviews-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .page-hero { padding-top: 120px; }
  .page-content, .all-services { padding: 70px 0; }
  .info-grid, .all-services .service-grid { grid-template-columns: 1fr; }
  .page-cta { padding: 55px 0; }
  .page-cta .button { width: 100%; }
}

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

@media (max-width: 1040px) {
  .nav-phone { display: none; }
  .hero-layout { gap: 35px; }
  .fc-one { left: 0; }.fc-two { right: 0; }
  .advantages-layout, .company-layout { gap: 55px; }
  .cta-card { padding: 55px; gap: 40px; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 30px, 680px); }
  .site-header { background: rgba(11,18,32,.75); backdrop-filter: blur(16px); }
  .site-header.scrolled { background: rgba(255,255,255,.95); }
  .nav-wrap { min-height: 72px; }
  .brand-copy small { display: none; }
  .menu-button { display: block; margin-left: auto; color: inherit; }
  .site-nav { position: fixed; left: 15px; right: 15px; top: 78px; display: grid; gap: 0; padding: 12px; visibility: hidden; opacity: 0; transform: translateY(-12px); color: var(--ink); background: var(--white); border-radius: 18px; box-shadow: var(--shadow); transition: .2s; }
  .site-nav.open { visibility: visible; opacity: 1; transform: translateY(0); }
  .site-nav a, .scrolled .site-nav a { padding: 12px 14px; color: var(--ink); border-radius: 10px; }
  .site-nav a:hover { color: var(--ink); background: var(--soft); }
  .site-nav a::after { display: none; }
  .hero { min-height: auto; padding-top: 135px; }
  .hero-layout, .advantages-layout, .company-layout { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero .eyebrow, .hero-actions, .hero-checks { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-visual { min-height: 450px; margin-top: 20px; }
  .dashboard-card { max-width: 520px; }
  .trust-strip { margin-top: 35px; padding: 28px 0; align-items: flex-start; }
  .trust-strip div { flex-wrap: wrap; justify-content: flex-start; }
  .section { padding: 88px 0; }
  .section-head { grid-template-columns: 1fr; gap: 24px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .service-featured { grid-column: span 2; grid-row: auto; min-height: 560px; }
  .advantages-layout { gap: 50px; }
  .adv-copy { text-align: center; }.adv-copy .eyebrow { justify-content: center; }.adv-copy > p:not(.eyebrow) { margin-inline: auto; }
  .company-story { text-align: center; }.company-story .eyebrow { justify-content: center; }
  .testimonial-stack { max-width: 570px; width: 100%; margin-inline: auto; }
  .cta-card { grid-template-columns: 1fr; }
  .contact-card { grid-template-columns: repeat(3,1fr); }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main nav { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 560px) {
  :root { --container: calc(100% - 24px); --radius: 20px; }
  .brand-mark { width: 40px; height: 40px; }
  .hero { padding-top: 118px; }
  h1 { font-size: clamp(40px, 13vw, 56px); }
  .hero-lead { font-size: 16px; }
  .hero-actions .button, .cta-actions .button { width: 100%; }
  .hero-checks { gap: 12px; font-size: 11px; }
  .hero-visual { min-height: 390px; }
  .dashboard-card { min-height: 365px; padding: 19px; border-radius: 22px; }
  .pulse-map { height: 225px; transform: scale(.82); }
  .dashboard-stats div { padding: 8px; }
  .fc-one { left: -5px; bottom: 35px; }.fc-two { right: -5px; top: 75px; }
  .trust-strip { display: block; }
  .trust-strip p { width: auto; margin-bottom: 20px; }
  .trust-strip div { gap: 18px 26px; font-size: 13px; }
  .section { padding: 70px 0; }
  .section-head { margin-bottom: 40px; }
  .section-head h2, .adv-copy h2, .company-story h2, .cta-copy h2 { font-size: 37px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-featured { grid-column: auto; min-height: 610px; }
  .service-card { min-height: 300px; }
  .adv-grid { grid-template-columns: 1fr; }
  .adv-grid article { min-height: auto; border-radius: 0 !important; }
  .adv-grid article:first-child { border-radius: 18px 18px 0 0 !important; }.adv-grid article:last-child { border-radius: 0 0 18px 18px !important; }
  .adv-grid h3 { margin-top: 30px; }
  .process-list li { grid-template-columns: 46px 1fr; gap: 12px; padding: 22px 8px; }
  .process-list li::after { display: none; }
  .company-facts { grid-template-columns: 1fr; }
  .company-facts div { display: flex; align-items: center; gap: 18px; text-align: left; }
  .testimonial-stack { min-height: 595px; }
  .quote-main { inset: 0 0 130px; padding: 28px; }
  .quote-secondary { width: 92%; padding: 25px; }
  .quote-card blockquote { font-size: 18px; }
  .cta-section { padding-bottom: 0; background: var(--orange); }
  .cta-card { width: 100%; padding: 58px 20px; border-radius: 0; }
  .contact-card { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-main nav { grid-column: auto; flex-wrap: wrap; }
  .footer-bottom { display: grid; gap: 8px; }
}
