:root {
  --navy-950: #0a1f44;
  --navy-900: #0a1f44;
  --navy-800: #1e3a8a;
  --ink: #0a1f44;
  --muted: #5e6f85;
  --line: #e2e8f0;
  --surface: #f8fafc;
  --white: #fff;
  --cyan: #06b6d4;
  --blue: #2563eb;
  --radius: 14px;
  --shadow: 0 22px 55px rgba(10, 31, 68, .11);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 16px; color: var(--navy-950); background: var(--white); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 76px; color: var(--white); background: var(--navy-950); border-bottom: 1px solid rgba(226,232,240,.12); transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(10,31,68,.96); box-shadow: 0 10px 35px rgba(5,15,35,.18); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; line-height: 0; }
.brand-logo { width: 220px; height: auto; display: block; }
.main-menu { display: flex; align-items: center; gap: 24px; }
.main-menu ul { display: flex; align-items: center; gap: 21px; padding: 0; margin: 0; list-style: none; }
.main-menu ul a { color: #c9d3dc; font-size: 13.5px; font-weight: 600; transition: color .2s; white-space: nowrap; }
.main-menu ul a:hover { color: var(--white); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span:not(.visually-hidden) { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--white); transition: .25s; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 24px; border: 1px solid transparent; border-radius: 8px; font-size: 14px; font-weight: 700; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-sm { min-height: 42px; padding-inline: 18px; font-size: 13px; }
.button-primary { color: var(--navy-950); background: var(--cyan); box-shadow: 0 10px 26px rgba(6,182,212,.18); }
.button-primary:hover { background: #22c4df; box-shadow: 0 13px 30px rgba(6,182,212,.26); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.04); }
.button-ghost:hover { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.1); }
.button-dark { color: var(--white); background: var(--navy-900); }
.button-dark:hover { color: var(--white); background: var(--blue); }
.button-light { color: var(--navy-950); background: var(--white); }

.hero { position: relative; min-height: 760px; display: flex; align-items: center; padding: 122px 0 78px; color: var(--white); background: linear-gradient(118deg, #07172f 0%, var(--navy-950) 54%, #0b315b 100%); overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 420px; height: 420px; right: 8%; top: 22%; border-radius: 50%; background: rgba(37,99,235,.08); filter: blur(95px); }
.hero-grid, .cta-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, transparent 4%, #000 55%, transparent 96%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 48px; }
.hero-content { max-width: 570px; }
.eyebrow { margin: 0 0 22px; color: #9fbbc9; font-size: 11px; font-weight: 750; letter-spacing: 2px; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; display: inline-block; margin: 0 10px 3px 0; background: var(--cyan); }
.eyebrow.dark { color: #587080; }
.hero h1, .section-heading h2, .why-copy h2, .solutions-copy h2, .audience-copy h2, .philosophy h2, .faq-copy h2, .contact-copy h2, .final-cta h2 { margin: 0; font-weight: 680; letter-spacing: -2.5px; line-height: 1.07; }
.hero h1 { font-size: clamp(48px, 4.8vw, 69px); text-wrap: balance; }
.hero h1 span, .section-heading h2 span, .why-copy h2 span, .solutions-copy h2 span, .audience-copy h2 span, .philosophy h2 span, .faq-copy h2 span, .contact-copy h2 span, .final-cta h2 span { color: var(--cyan); }
.hero-lead { max-width: 560px; margin: 25px 0 29px; color: #c6d1df; font-size: 16.5px; line-height: 1.78; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { display: flex; align-items: center; gap: 14px; margin-top: 35px; }
.hero-proof p { margin: 0; color: #8fa7b6; font-size: 11px; line-height: 1.5; }
.hero-proof strong { color: #dbe6ec; font-size: 12px; }
.proof-avatars { display: flex; }
.proof-avatars i { width: 34px; height: 34px; display: grid; place-items: center; margin-left: -7px; color: var(--navy-950); background: #cde8ec; border: 2px solid var(--navy-950); border-radius: 50%; font-size: 8px; font-style: normal; font-weight: 800; }
.proof-avatars i:first-child { margin-left: 0; background: var(--cyan); }
.proof-avatars i:last-child { background: #91aaff; }

.system-visual { position: relative; min-height: 490px; }
.desktop-frame { position: absolute; width: 90%; right: 0; top: 58px; padding: 7px; background: #102b51; border: 1px solid rgba(226,232,240,.2); border-radius: 14px; box-shadow: 0 28px 65px rgba(3,12,30,.38); transform: perspective(1000px) rotateY(-2deg) rotateX(1deg); }
.frame-bar { height: 27px; display: flex; align-items: center; gap: 5px; padding: 0 7px; }
.frame-bar span { width: 6px; height: 6px; border-radius: 50%; background: #5d7587; }
.frame-bar em { margin-left: auto; margin-right: auto; color: #7890a1; font-size: 7px; font-style: normal; }
.dashboard { height: 335px; display: flex; background: #eef3f5; border-radius: 9px; overflow: hidden; }
.dashboard aside { width: 52px; display: flex; flex-direction: column; align-items: center; gap: 23px; padding: 18px 0; background: var(--navy-950); }
.dashboard aside b { width: 22px; height: 22px; display: grid; place-items: center; color: #0d2234; background: var(--cyan); border-radius: 6px; font-size: 10px; }
.dashboard aside i { width: 15px; height: 3px; background: #4d6271; border-radius: 4px; }
.dashboard-main { flex: 1; padding: 30px 24px 20px; color: #172b3b; }
.dash-head { display: flex; justify-content: space-between; align-items: center; }
.dash-head small { display: block; color: #82909a; font-size: 6px; letter-spacing: 1px; }
.dash-head strong { display: block; margin-top: 3px; font-size: 17px; }
.dash-head > span { padding: 5px 8px; color: #168c72; background: #dbf1e9; border-radius: 20px; font-size: 7px; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 22px; }
.metric-row > div { position: relative; padding: 12px; background: var(--white); border: 1px solid #dfe8eb; border-radius: 7px; }
.metric-row small { display: block; color: #7d8d98; font-size: 7px; }
.metric-row b { display: block; margin-top: 5px; font-size: 16px; }
.chart-up { position: absolute; width: 25px; height: 11px; right: 8px; bottom: 12px; border-top: 2px solid #2ea6ba; transform: skewY(-18deg); }
.chart-card { margin-top: 12px; padding: 14px; background: var(--white); border: 1px solid #dfe8eb; border-radius: 7px; }
.chart-label { display: flex; justify-content: space-between; font-size: 8px; }
.chart-label span { color: #8b9aa4; }
.chart-bars { height: 85px; display: flex; align-items: end; gap: 8px; padding-top: 13px; border-bottom: 1px solid #dfe7ea; }
.chart-bars i { flex: 1; height: 40%; background: linear-gradient(var(--cyan), var(--blue)); border-radius: 2px 2px 0 0; }
.chart-bars i:nth-child(2), .chart-bars i:nth-child(7) { height: 68%; }.chart-bars i:nth-child(3) { height: 50%; }.chart-bars i:nth-child(4), .chart-bars i:nth-child(8) { height: 82%; }.chart-bars i:nth-child(5) { height: 61%; }.chart-bars i:nth-child(6) { height: 94%; }.chart-bars i:nth-child(9) { height: 72%; }
.mobile-frame { position: absolute; width: 142px; height: 285px; right: -20px; bottom: -1px; z-index: 3; padding: 27px 17px 15px; color: #142a3b; background: #f8fbfc; border: 6px solid #12293b; border-radius: 24px; box-shadow: 0 22px 50px rgba(0,0,0,.5); transform: rotate(3deg); }
.mobile-top { position: absolute; width: 45px; height: 8px; top: 6px; left: 50%; background: #12293b; border-radius: 10px; transform: translateX(-50%); }
.mobile-brand { margin-bottom: 32px; color: var(--blue); font-weight: 800; }.mobile-frame b { font-size: 14px; line-height: 1.25; }.mobile-frame > span { display: block; height: 4px; margin-top: 12px; background: #dce5e9; border-radius: 5px; }.mobile-frame > span:nth-of-type(2) { width: 70%; }.mobile-frame button { margin-top: 24px; padding: 7px 13px; color: white; background: #167e9e; border: 0; border-radius: 4px; font-size: 7px; }
.integration-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 11px 13px; color: #d8e4ea; background: rgba(14,38,55,.95); border: 1px solid rgba(123,188,210,.26); border-radius: 9px; box-shadow: 0 12px 30px rgba(0,0,0,.3); backdrop-filter: blur(8px); }
.integration-card > span { width: 31px; height: 31px; display: grid; place-items: center; color: var(--cyan); background: rgba(33,198,217,.12); border-radius: 7px; font-size: 12px; font-weight: 700; }.integration-card small { display: block; color: #7292a5; font-size: 6px; letter-spacing: .7px; }.integration-card b { font-size: 8px; }.integration-card > i { margin-left: 8px; color: #6be1a4; font-size: 9px; font-style: normal; }.integration-api { left: 0; bottom: 44px; }.integration-speed { top: 28px; right: 15px; }.orbit { position: absolute; border: 1px solid rgba(50,197,218,.14); border-radius: 50%; }.orbit-one { width: 460px; height: 460px; top: 24px; right: 16px; }.orbit-two { width: 350px; height: 350px; top: 80px; right: 75px; }

.trust-strip { background: #0d2850; border-top: 1px solid rgba(226,232,240,.12); border-bottom: 1px solid rgba(226,232,240,.12); }
.trust-list { min-height: 82px; display: grid; grid-template-columns: repeat(6, 1fr); align-items: center; }
.trust-list span { position: relative; padding: 0 17px; color: #adbec9; border-right: 1px solid #2b4050; font-size: 11px; font-weight: 650; text-align: center; }.trust-list span::before { content: "✓"; margin-right: 7px; color: var(--cyan); }.trust-list span:last-child { border: 0; }

.section { padding: 96px 0; }
.section-heading { margin-bottom: 44px; }.section-heading h2, .solutions-copy h2, .why-copy h2, .audience-copy h2, .philosophy h2, .faq-copy h2, .contact-copy h2 { font-size: clamp(36px, 3.8vw, 54px); }.section-heading h2 { color: var(--ink); }.section-heading h2 span, .solutions-copy h2 span, .faq-copy h2 span, .contact-copy h2 span { color: var(--blue); }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; }.split-heading > p { max-width: 420px; margin: 0 0 5px; color: var(--muted); }.centered { max-width: 790px; margin-inline: auto; text-align: center; }.centered > p:last-child { max-width: 650px; margin: 22px auto 0; color: var(--muted); }
.services { background: var(--surface); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { min-height: 296px; display: flex; flex-direction: column; padding: 27px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 5px 16px rgba(10,31,68,.025); transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-4px); border-color: rgba(37,99,235,.3); box-shadow: var(--shadow); }
.service-card.featured { color: white; background: var(--navy-950); border-color: rgba(6,182,212,.4); box-shadow: 0 18px 38px rgba(10,31,68,.16); }
.service-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--blue); background: #eff6ff; border: 1px solid #dbeafe; border-radius: 10px; font-size: 11px; font-weight: 800; }
.featured .service-icon { color: var(--cyan); background: rgba(6,182,212,.1); border-color: rgba(6,182,212,.22); }
.service-card h3 { margin: 36px 0 11px; font-size: 18px; }.service-card p { margin: 0 0 22px; color: var(--muted); font-size: 13px; line-height: 1.7; }.featured p { color: #b8c7d9; }.service-card a { margin-top: auto; color: var(--blue); font-size: 12px; font-weight: 750; }.featured a { color: var(--cyan); }.service-card a span { margin-left: 5px; }

.product-model { background: var(--white); }.product-heading { max-width: 880px; }.product-offer { display: grid; grid-template-columns: 1.15fr 1fr auto; align-items: center; gap: 34px; margin-bottom: 22px; padding: 30px 34px; color: var(--white); background: linear-gradient(115deg, var(--navy-950), #12366e); border: 1px solid rgba(6,182,212,.32); border-radius: var(--radius); box-shadow: 0 22px 52px rgba(10,31,68,.14); }.offer-label { display: block; margin-bottom: 5px; color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: 1.3px; text-transform: uppercase; }.product-offer strong { display: block; font-size: clamp(22px, 2.5vw, 32px); line-height: 1.25; }.product-offer strong em { display: block; color: #bed1e7; font-size: .58em; font-style: normal; font-weight: 600; }.product-offer p { margin: 0; color: #b8c8da; font-size: 12px; line-height: 1.7; }.product-offer .button { white-space: nowrap; }
.product-layers { display: grid; gap: 18px; }.product-layer { min-width: 0; padding: 34px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }.layer-head { display: flex; align-items: center; gap: 16px; }.layer-head > span { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 auto; color: var(--blue); background: #e8f1ff; border: 1px solid #cfe0fb; border-radius: 12px; font-size: 14px; font-weight: 850; }.layer-head small { display: block; color: #728399; font-size: 9px; font-weight: 750; letter-spacing: 1px; text-transform: uppercase; }.layer-head h3 { margin: 3px 0 0; font-size: 22px; }.product-layer > p { max-width: 820px; margin: 18px 0 24px; color: var(--muted); font-size: 13px; }.foundation ul { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 0; padding: 0; list-style: none; }.foundation li { padding: 12px 14px; color: #40546d; background: var(--white); border: 1px solid var(--line); border-radius: 8px; font-size: 11px; }.foundation li::before { content: "✓"; margin-right: 8px; color: var(--blue); font-weight: 800; }
.product-layer.modules { color: var(--white); background: #0c2550; border-color: rgba(6,182,212,.35); }.modules .layer-head > span { color: var(--navy-950); background: var(--cyan); border-color: var(--cyan); }.modules .layer-head small { color: #7fabc4; }.modules .layer-head h3 { color: var(--white); }.module-promise { display: block; margin-top: 23px; color: var(--cyan); font-size: clamp(18px, 2.2vw, 25px); }.product-layer.modules > p { margin: 8px 0 25px; color: #b4c5d9; }.module-categories { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; align-items: start; }.module-category { min-width: 0; overflow: hidden; background: rgba(255,255,255,.045); border: 1px solid rgba(226,232,240,.14); border-radius: 10px; }.module-category summary { position: relative; padding: 15px 42px 15px 16px; color: #f4f8fd; font-size: 12px; font-weight: 750; cursor: pointer; list-style: none; }.module-category summary::-webkit-details-marker { display: none; }.module-category summary span { position: absolute; top: 50%; right: 16px; color: var(--cyan); font-size: 17px; font-weight: 400; transform: translateY(-50%); transition: transform .2s; }.module-category[open] summary span { transform: translateY(-50%) rotate(45deg); }.module-category ul { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0 14px 15px; list-style: none; }.module-category li { max-width: 100%; padding: 5px 8px; color: #b9cce0; background: rgba(255,255,255,.055); border: 1px solid rgba(226,232,240,.1); border-radius: 5px; font-size: 9px; line-height: 1.4; overflow-wrap: anywhere; }.product-layer.modules .module-pricing-note { max-width: none; margin: 20px 0 0; padding-top: 18px; color: #94abc3; border-top: 1px solid rgba(226,232,240,.14); font-size: 11px; }.custom-flow { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }.custom-flow span { padding: 9px 13px; color: var(--navy-800); background: #e8f1ff; border: 1px solid #cfdef5; border-radius: 7px; font-size: 10px; font-weight: 750; }.custom-flow i { color: var(--cyan); font-style: normal; font-weight: 800; }

.approach { color: var(--white); background: var(--navy-950); }.approach .section-heading h2 { color: var(--white); }.approach .section-heading h2 span, .why-copy h2 span, .audience-copy h2 span { color: var(--cyan); }.approach .centered > p:last-child { color: #aebdd0; }.compare-grid { display: grid; grid-template-columns: 1fr 56px 1fr; align-items: center; max-width: 990px; margin: 0 auto; }.compare-card { min-height: 374px; padding: 40px 44px; border-radius: var(--radius); }.compare-card.muted { color: #aab7c6; background: rgba(255,255,255,.035); border: 1px solid rgba(226,232,240,.13); }.compare-card.premium { color: var(--white); background: #102d62; border: 1px solid rgba(6,182,212,.42); box-shadow: 0 24px 55px rgba(3,12,30,.3); }.compare-label { color: #91a2b5; font-size: 10px; font-weight: 750; letter-spacing: 1.5px; text-transform: uppercase; }.premium .compare-label { color: var(--cyan); }.compare-card h3 { margin: 12px 0 23px; font-size: 23px; }.compare-card ul { margin: 0; padding: 0; list-style: none; }.compare-card li { padding: 10px 0; border-bottom: 1px solid rgba(226,232,240,.09); font-size: 13px; }.compare-card li::before { content: "—"; margin-right: 12px; color: #718198; }.premium li::before { content: "✓"; color: var(--cyan); }.compare-mark { width: 56px; height: 56px; z-index: 2; display: grid; place-items: center; color: var(--cyan); background: #123064; border: 5px solid var(--navy-950); border-radius: 50%; font-size: 19px; }

.solutions { background: #f1f5f9; }.solutions-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 84px; align-items: center; }.solutions-copy p:not(.eyebrow) { margin: 24px 0 30px; color: var(--muted); }.solution-list { display: grid; grid-template-columns: 1fr 1fr; background: white; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 24px 58px rgba(10,31,68,.07); }.solution-list div { min-height: 73px; display: flex; align-items: center; gap: 17px; padding: 15px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s; }.solution-list div:hover { background: #f8fbff; }.solution-list div:nth-child(2n) { border-right: 0; }.solution-list div:nth-last-child(-n+2) { border-bottom: 0; }.solution-list span { color: var(--blue); font-size: 10px; font-weight: 800; }.solution-list b { font-size: 13px; }

.process { color: var(--white); background: #081a38; }.process .section-heading h2 { color: var(--white); }.process .split-heading > p { color: #a8b7ca; }.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(226,232,240,.16); border-left: 1px solid rgba(226,232,240,.16); }.process-item { position: relative; min-height: 198px; display: flex; gap: 20px; padding: 32px; border-right: 1px solid rgba(226,232,240,.16); border-bottom: 1px solid rgba(226,232,240,.16); transition: background .2s; }.process-item::after { content: ""; position: absolute; top: 48px; left: 69px; width: 34px; height: 1px; background: linear-gradient(90deg, rgba(6,182,212,.75), transparent); }.process-item > span { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; color: var(--cyan); background: rgba(6,182,212,.08); border: 1px solid rgba(6,182,212,.28); border-radius: 50%; font-size: 9px; font-weight: 800; }.process-item h3 { margin: 6px 0 11px; font-size: 17px; }.process-item p { margin: 0; color: #a6b4c5; font-size: 13px; }.process-item:hover { background: rgba(37,99,235,.09); }
.why-us { color: white; background: linear-gradient(120deg, #1e3a8a, #102d62); }.why-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 92px; align-items: center; }.why-copy p:last-child { color: #c4d0e1; margin-top: 24px; }.why-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(226,232,240,.22); border-left: 1px solid rgba(226,232,240,.22); }.why-grid div { min-height: 80px; display: flex; align-items: center; padding: 19px; border-right: 1px solid rgba(226,232,240,.22); border-bottom: 1px solid rgba(226,232,240,.22); font-size: 13px; font-weight: 600; }.why-grid span { width: 26px; height: 26px; display: grid; place-items: center; margin-right: 12px; color: var(--navy-950); background: var(--cyan); border-radius: 50%; font-size: 11px; }

.quality { background: var(--white); }.quality-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }.quality-card { position: relative; overflow: hidden; padding: 31px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s, box-shadow .25s; }.quality-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, var(--blue), var(--cyan)); }.quality-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }.quality-score, .quality-symbol { height: 48px; color: var(--blue); font-size: 32px; font-weight: 750; line-height: 1; }.quality-score small { font-size: 10px; }.quality-symbol { display: flex; align-items: center; width: max-content; padding: 0 12px; color: var(--navy-950); background: #eaf1ff; border: 1px solid #d5e2ff; border-radius: 8px; font-size: 15px; letter-spacing: 1px; }.quality-card h3 { margin: 27px 0 8px; font-size: 17px; }.quality-card p { min-height: 48px; color: var(--muted); font-size: 12px; }.quality-line { display: block; height: 3px; margin-top: 24px; background: #dbe4f0; }.quality-line i { display: block; height: 100%; background: linear-gradient(90deg, var(--blue), var(--cyan)); }.quality-card:nth-child(1) .quality-line i { width: 98%; }.quality-card:nth-child(2) .quality-line i { width: 92%; }.quality-card:nth-child(3) .quality-line i { width: 96%; }.quality-card:nth-child(4) .quality-line i { width: 94%; }

.projects { background: #f1f5f9; }.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.project-card { display: flex; flex-direction: column; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s, box-shadow .25s; }.project-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }.project-cover { height: 270px; display: grid; place-items: center; overflow: hidden; border-bottom: 1px solid var(--line); }.project-one .project-cover { background: linear-gradient(135deg, #cbd9e8, #eef4fa); }.project-two .project-cover { background: #102d62; }.project-three .project-cover { background: linear-gradient(135deg, #d9dfea, #f4f7fb); }.project-browser { width: 78%; height: 70%; padding: 38px 24px 15px; color: white; background: var(--navy-950); border: 6px solid rgba(255,255,255,.76); border-radius: 8px; box-shadow: 0 20px 45px rgba(10,31,68,.25); transform: rotate(-4deg); }.project-browser span, .project-shop span { font-size: 7px; letter-spacing: 1px; }.project-browser b { display: block; margin-top: 13px; font-size: 20px; line-height: 1.1; }.project-browser i { width: 45px; height: 3px; display: block; margin-top: 22px; background: var(--cyan); }.project-dashboard { width: 80%; height: 72%; display: grid; grid-template-columns: 20% 1fr; background: #f1f5f9; border: 5px solid #315a91; border-radius: 7px; transform: rotate(3deg); }.project-dashboard > div { display: flex; flex-direction: column; gap: 13px; padding: 18px 8px; background: var(--navy-950); }.project-dashboard i { height: 3px; background: #58719b; }.project-dashboard section { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 18px; }.project-dashboard section span { min-height: 45px; background: white; border: 1px solid var(--line); }.project-dashboard section span:last-child { grid-column: 1 / -1; }.project-shop { width: 75%; height: 77%; padding: 35px; color: var(--navy-950); background: rgba(255,255,255,.84); border-radius: 7px; box-shadow: 0 20px 45px rgba(10,31,68,.13); transform: rotate(-2deg); }.project-shop b { display: block; margin: 12px 0 20px; font-family: Georgia, serif; font-size: 26px; line-height: 1; }.project-shop button { padding: 7px 10px; color: white; background: var(--blue); border: 0; font-size: 6px; }.project-info { min-height: 225px; display: flex; justify-content: space-between; gap: 15px; padding: 24px; }.project-info > div { display: flex; flex-direction: column; }.project-info p:not(.project-summary) { margin: 0 0 5px; color: var(--blue); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }.project-info h3 { margin: 0 0 10px; font-size: 17px; }.project-info .project-summary { margin: 0 0 17px; color: var(--muted); font-size: 11px; line-height: 1.6; }.tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: auto; }.tags span { padding: 4px 7px; color: #50627a; background: #eff4fa; border: 1px solid #e3eaf3; border-radius: 4px; font-size: 8px; }.project-info > a { width: 38px; height: 38px; display: grid; place-items: center; color: var(--white); background: var(--navy-950); border-radius: 50%; flex: 0 0 auto; transition: background .2s, transform .2s; }.project-info > a:hover { background: var(--blue); transform: rotate(8deg); }

.audience { color: white; background: #071521; }.audience-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }.audience-list { border-top: 1px solid #2a4050; }.audience-list div { display: grid; grid-template-columns: 45px 1fr; gap: 12px; padding: 18px 5px; border-bottom: 1px solid #2a4050; }.audience-list span { color: var(--cyan); font-size: 9px; font-weight: 800; }.audience-list p { margin: 0; color: #c1cdd4; font-size: 13px; }
.philosophy { background: #e9eef0; }.philosophy-card { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; padding: 70px; background: white; border-left: 4px solid var(--blue); box-shadow: 0 25px 70px rgba(16,33,49,.08); }.philosophy-number { position: absolute; top: 22px; right: 28px; color: #e2e9ec; font-size: 50px; font-weight: 750; }.philosophy blockquote { margin: 0; color: #506473; font-size: 19px; font-weight: 500; line-height: 1.8; }

.faq { background: white; }.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; align-items: start; }.faq-copy { position: sticky; top: 120px; }.faq-copy > p:not(.eyebrow) { color: var(--muted); margin: 25px 0 5px; }.text-link { color: var(--cyan); font-size: 13px; font-weight: 750; }.text-link.dark { color: var(--blue); }.accordion { border-top: 1px solid var(--line); }.accordion details { border-bottom: 1px solid var(--line); }.accordion summary { position: relative; padding: 23px 48px 23px 0; font-size: 15px; font-weight: 700; cursor: pointer; list-style: none; }.accordion summary::-webkit-details-marker { display: none; }.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; width: 14px; height: 1px; top: 50%; right: 8px; background: var(--blue); transition: transform .2s; }.accordion summary span::after { transform: rotate(90deg); }.accordion details[open] summary span::after { transform: rotate(0); }.accordion details p { margin: -5px 45px 23px 0; color: var(--muted); font-size: 13px; }

.final-cta { position: relative; padding: 94px 0; color: var(--white); background: linear-gradient(120deg, var(--navy-950), #153c7a 62%, #0e5681); overflow: hidden; }.final-cta-inner { position: relative; z-index: 1; text-align: center; }.final-cta h2 { font-size: clamp(40px, 5vw, 66px); }.final-cta p:not(.eyebrow) { max-width: 570px; margin: 22px auto 30px; color: #c2cede; }.final-cta .eyebrow span { margin-left: 0; }
.contact { background: #f1f5f9; }.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 78px; }.contact-copy > p:not(.eyebrow) { margin: 24px 0 42px; color: var(--muted); }.contact-note { display: flex; gap: 17px; padding: 19px 0; border-top: 1px solid var(--line); }.contact-note > span { color: var(--blue); font-size: 10px; font-weight: 800; }.contact-note p { margin: 0; color: var(--muted); font-size: 12px; }.contact-note strong { color: var(--ink); font-size: 13px; }.contact-form-wrap { padding: 38px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 24px 58px rgba(10,31,68,.08); }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }.field { display: flex; flex-direction: column; }.field-full { grid-column: 1 / -1; }.field > label { margin-bottom: 7px; color: var(--navy-950); font-size: 11px; font-weight: 750; }.field input:not([type="checkbox"]), .field textarea, .field select { width: 100%; padding: 12px 14px; color: var(--ink); background: #fbfdff; border: 1px solid #cbd6e4; border-radius: 8px; font-size: 13px; outline: 0; transition: border-color .2s, box-shadow .2s, background .2s; }.field input:not([type="checkbox"]) { height: 47px; }.field textarea { resize: vertical; }.field input:focus, .field textarea:focus, .field select:focus { background: white; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37,99,235,.13); }.field > span { margin-top: 4px; color: #b42318; font-size: 10px; }.consent { display: grid; grid-template-columns: 19px 1fr; gap: 0 9px; }.consent input { width: 17px; height: 17px; margin-top: 3px; accent-color: var(--blue); }.consent label { color: #5f7086; font-size: 10px; font-weight: 400; line-height: 1.55; }.consent label a { color: var(--blue); text-decoration: underline; }.consent span { grid-column: 2; }.form-submit { width: 100%; margin-top: 24px; border: 0; box-shadow: 0 12px 28px rgba(10,31,68,.15); }.form-footnote { margin: 10px 0 0; color: #738299; font-size: 9px; text-align: center; }.form-alert { margin-bottom: 18px; padding: 12px 14px; border-radius: 7px; font-size: 12px; }.form-alert:empty { display: none; }.form-alert.success { color: #176044; background: #e3f6ed; border: 1px solid #b7e5d0; }.form-alert.error { color: #8e231c; background: #fff0ef; }.form-alert ul { margin: 0; padding-left: 18px; }

.sdso-fast-quote { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px 24px; align-items: center; margin-top: 24px; padding: 22px; overflow: hidden; background: linear-gradient(135deg, rgba(37,99,235,.07), rgba(6,182,212,.05)); border: 1px solid rgba(37,99,235,.18); border-radius: 12px; }.sdso-fast-quote-copy { min-width: 0; }.sdso-fast-quote-label { display: block; margin-bottom: 6px; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: 1.1px; text-transform: uppercase; }.sdso-fast-quote h3 { margin: 0 0 7px; color: var(--navy-950); font-size: clamp(16px, 1.5vw, 19px); line-height: 1.3; }.sdso-fast-quote p, .sdso-fast-quote small { margin: 0; color: var(--muted); line-height: 1.65; }.sdso-fast-quote p { font-size: 11px; }.sdso-fast-quote small { grid-column: 1 / -1; padding-top: 12px; border-top: 1px solid rgba(37,99,235,.12); font-size: 9px; }.sdso-fast-quote-link { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 11px 16px; color: var(--blue); font-size: 11px; font-weight: 800; line-height: 1.25; text-align: center; text-decoration: none; background: rgba(255,255,255,.88); border: 1px solid rgba(37,99,235,.38); border-radius: 9px; transition: color .2s, border-color .2s, background-color .2s, transform .2s; }.sdso-fast-quote-link:hover { color: #0e7490; background: #fff; border-color: rgba(6,182,212,.7); transform: translateY(-1px); }.sdso-fast-quote-link:focus-visible { outline: 3px solid rgba(6,182,212,.26); outline-offset: 3px; }

.privacy-notice-trigger { display: inline; margin: 0; padding: 0; color: var(--blue); background: transparent; border: 0; font: inherit; text-decoration: underline; cursor: pointer; }.privacy-notice-trigger:focus-visible { border-radius: 2px; outline: 2px solid var(--blue); outline-offset: 2px; }

.module-selector { min-width: 0; margin: 0; padding: 0; border: 0; }.module-selector legend { width: 100%; margin-bottom: 10px; color: var(--navy-950); font-size: 11px; font-weight: 750; }.module-selector legend small { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; font-weight: 500; }.form-module-categories { display: grid; gap: 8px; }.form-module-category { overflow: hidden; background: #fbfdff; border: 1px solid #cbd6e4; border-radius: 8px; }.form-module-category summary { position: relative; padding: 12px 40px 12px 14px; color: var(--navy-950); font-size: 11px; font-weight: 750; cursor: pointer; list-style: none; }.form-module-category summary::-webkit-details-marker { display: none; }.form-module-category summary span { position: absolute; top: 50%; right: 15px; color: var(--blue); font-size: 16px; font-weight: 500; transform: translateY(-50%); transition: transform .2s; }.form-module-category[open] summary { background: #f2f7fd; border-bottom: 1px solid var(--line); }.form-module-category[open] summary span { transform: translateY(-50%) rotate(45deg); }.module-option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; padding: 12px; }.module-option-grid label { min-width: 0; display: flex; align-items: flex-start; gap: 8px; padding: 8px 9px; color: #52657d; background: var(--white); border: 1px solid #e2e9f2; border-radius: 6px; font-size: 10px; line-height: 1.45; cursor: pointer; }.module-option-grid input { width: 15px; height: 15px; flex: 0 0 auto; margin: 0; accent-color: var(--blue); }.module-option-grid label:has(input:checked) { color: var(--navy-950); background: #edf5ff; border-color: #aecbf5; }.module-option-grid span { overflow-wrap: anywhere; }

body.privacy-modal-open { overflow: hidden; }.privacy-modal[hidden] { display: none; }.privacy-modal { position: fixed; z-index: 1200; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(4,15,34,.72); backdrop-filter: blur(5px); }.privacy-modal-panel { width: min(760px, 100%); max-height: min(86vh, 760px); display: flex; flex-direction: column; overflow: hidden; color: var(--ink); background: var(--white); border: 1px solid rgba(226,232,240,.9); border-radius: 16px; box-shadow: 0 30px 90px rgba(4,15,34,.35); outline: 0; }.privacy-modal-panel:focus-visible { box-shadow: 0 0 0 3px rgba(6,182,212,.7), 0 30px 90px rgba(4,15,34,.35); }.privacy-modal-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding: 25px 27px 20px; border-bottom: 1px solid var(--line); }.privacy-modal-header h2 { margin: 0; color: var(--navy-950); font-size: clamp(20px, 3vw, 27px); line-height: 1.25; letter-spacing: -.5px; }.privacy-modal-close { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; padding: 0; color: var(--navy-950); background: #eff4fa; border: 1px solid var(--line); border-radius: 50%; font-size: 25px; line-height: 1; cursor: pointer; }.privacy-modal-close:hover { color: var(--white); background: var(--blue); border-color: var(--blue); }.privacy-modal-close:focus-visible, .privacy-modal-footer .button:focus-visible { outline: 3px solid rgba(6,182,212,.55); outline-offset: 2px; }.privacy-modal-body { min-height: 0; padding: 24px 27px; overflow-y: auto; overscroll-behavior: contain; }.privacy-notice-content > p:first-child { margin-top: 0; }.privacy-notice-content h2 { margin: 28px 0 8px; color: var(--navy-950); font-size: 18px; }.privacy-notice-content p { color: var(--muted); }.privacy-modal-body .legal-notice { margin-bottom: 0; }.privacy-modal-footer { display: flex; justify-content: flex-end; padding: 18px 27px; background: #f8fafc; border-top: 1px solid var(--line); }.privacy-modal-footer .button { border: 0; }

.site-footer { color: #aab8c9; background: var(--navy-950); }.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .9fr 1fr; gap: 56px; padding-top: 64px; padding-bottom: 52px; }.footer-logo { width: 225px; }.footer-brand p { max-width: 310px; margin: 18px 0 0; font-size: 12px; }.site-footer h2 { margin: 5px 0 18px; color: white; font-size: 11px; text-transform: uppercase; letter-spacing: 1.3px; }.site-footer ul { margin: 0; padding: 0; list-style: none; }.site-footer li { margin: 9px 0; }.site-footer li a, .footer-contact p { font-size: 11px; }.site-footer a:hover { color: var(--cyan); }.footer-contact .text-link { display: inline-block; margin-top: 12px; }.footer-bottom { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 12px 28px; flex-wrap: wrap; border-top: 1px solid rgba(226,232,240,.12); font-size: 9px; }.footer-bottom p { margin: 0; }.footer-credit { color: #7f91aa; letter-spacing: .02em; }.footer-credit a { color: #b7c6d9; font-weight: 650; transition: color .2s ease; }.footer-credit a:hover { color: var(--cyan); }.footer-bottom div { display: flex; gap: 20px; }
.legal-page { min-height: 75vh; padding: 150px 0 100px; background: #f1f5f6; }.legal-content { max-width: 800px; }.legal-content h1 { margin: 0 0 30px; font-size: clamp(40px, 5vw, 64px); letter-spacing: -2px; }.legal-content h2 { margin: 35px 0 8px; font-size: 20px; }.legal-content p { color: var(--muted); }.legal-notice { margin: 30px 0; padding: 20px; background: #fff7df; border-left: 3px solid #e5ad23; font-size: 12px; }.request-id { font-size: 11px; }

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

@media (max-width: 1100px) {
  .brand-logo { width: 190px; }.main-menu ul { gap: 14px; }.main-menu ul a { font-size: 12px; }.menu-cta { display: none; }
  .hero-layout { grid-template-columns: 1fr 1fr; }.system-visual { transform: scale(.88); transform-origin: center right; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }.quality-grid { grid-template-columns: repeat(2, 1fr); }.product-offer { grid-template-columns: 1fr 1fr; }.product-offer .button { grid-column: 1 / -1; width: max-content; }.module-categories { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .solutions-layout, .why-layout, .audience-layout { gap: 50px; }.project-cover { height: 240px; }
}

@media (max-width: 900px) {
  .site-header { height: 70px; }.brand-logo { width: 192px; }.menu-toggle { display: block; }
  .main-menu { position: fixed; inset: 70px 0 0; display: block; padding: 25px 24px 40px; background: rgba(10,31,68,.995); opacity: 0; visibility: hidden; transform: translateX(100%); transition: .3s; overflow-y: auto; }.main-menu.open { opacity: 1; visibility: visible; transform: none; }.main-menu ul { display: block; }.main-menu li { border-bottom: 1px solid rgba(226,232,240,.14); }.main-menu ul a { display: block; padding: 17px 5px; color: #dbe5eb; font-size: 16px; }.main-menu .menu-cta { display: flex; margin-top: 22px; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }.menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 115px; }.hero-layout { grid-template-columns: 1fr; }.hero-content { max-width: 680px; }.system-visual { min-height: 450px; width: min(650px, 100%); margin: 0 auto; transform: none; }
  .trust-list { grid-template-columns: repeat(3, 1fr); padding-block: 12px; }.trust-list span { min-height: 38px; display: flex; align-items: center; justify-content: center; border-right: 0; }
  .split-heading { display: block; }.split-heading > p { margin-top: 20px; }
  .solutions-layout, .why-layout, .audience-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; }.solutions-copy { max-width: 700px; }.why-layout, .audience-layout { gap: 45px; }.faq-layout, .contact-layout { gap: 50px; }.faq-copy { position: static; }.process-grid { grid-template-columns: repeat(2, 1fr); }.project-grid { grid-template-columns: 1fr 1fr; }.project-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 9px); }.philosophy-card { gap: 40px; padding: 50px; }.footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }.footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 32px, 1180px); }.section { padding: 75px 0; }.hero { min-height: 0; padding: 105px 0 60px; }.hero h1, .section-heading h2, .why-copy h2, .solutions-copy h2, .audience-copy h2, .philosophy h2, .faq-copy h2, .contact-copy h2 { letter-spacing: -1.7px; }.hero-lead { font-size: 15px; }.hero-actions { display: grid; }.hero-actions .button { width: 100%; }.hero-proof { margin-top: 28px; }.privacy-modal { padding: 12px; }.privacy-modal-panel { max-height: calc(100dvh - 24px); border-radius: 12px; }.privacy-modal-header { gap: 14px; padding: 19px 18px 16px; }.privacy-modal-header h2 { font-size: 20px; }.privacy-modal-close { width: 34px; height: 34px; }.privacy-modal-body { padding: 19px 18px; }.privacy-modal-footer { padding: 14px 18px; }.privacy-modal-footer .button { width: 100%; }
  .system-visual { min-height: 345px; margin-top: 15px; }.desktop-frame { width: 96%; top: 35px; right: -12px; }.dashboard { height: 235px; }.dashboard aside { width: 38px; }.dashboard-main { padding: 18px 13px; }.metric-row { gap: 5px; margin-top: 13px; }.metric-row > div { padding: 8px; }.metric-row b { font-size: 12px; }.chart-card { padding: 9px; }.chart-bars { height: 53px; }.mobile-frame { width: 96px; height: 200px; right: -5px; padding: 22px 10px; border-width: 4px; border-radius: 17px; }.mobile-frame .mobile-brand { margin-bottom: 20px; }.mobile-frame b { font-size: 9px; }.mobile-frame button { margin-top: 12px; }.integration-api { left: -5px; bottom: 12px; }.integration-speed { top: 4px; right: 0; }.integration-card { padding: 8px; }.integration-card > span { width: 24px; height: 24px; }.orbit { display: none; }
  .trust-list { grid-template-columns: 1fr 1fr; }.trust-list span { font-size: 9px; text-align: left; justify-content: flex-start; padding: 5px; }
  .service-grid, .quality-grid, .process-grid, .project-grid, .solution-list, .why-grid { grid-template-columns: 1fr; }.service-card { min-height: 280px; }.product-offer { grid-template-columns: 1fr; gap: 20px; padding: 26px 22px; }.product-offer .button { grid-column: auto; width: 100%; }.product-layer { padding: 26px 20px; }.foundation ul, .module-categories { grid-template-columns: 1fr; }.layer-head { align-items: flex-start; }.layer-head h3 { font-size: 19px; }.module-category summary { padding-block: 14px; }.custom-flow { align-items: stretch; }.custom-flow span { flex: 1 1 100%; text-align: center; }.custom-flow i { align-self: center; transform: rotate(90deg); }.solution-list div, .solution-list div:nth-child(2n), .solution-list div:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--line); }.solution-list div:last-child { border-bottom: 0; }.process-grid { border-left: 0; }.process-item { min-height: 150px; padding: 26px 20px; border-left: 1px solid rgba(226,232,240,.16); }.process-item::after { top: 43px; left: 57px; width: 27px; }.why-grid div { min-height: 70px; }.compare-grid { grid-template-columns: 1fr; gap: 0; }.compare-card { min-height: 0; }.module-option-grid { grid-template-columns: 1fr; }.compare-card { padding: 30px 26px; }.compare-mark { margin: -5px auto; }.project-card:last-child { grid-column: auto; max-width: none; }.project-cover { height: 250px; }.project-info { min-height: 215px; }.audience-list div { grid-template-columns: 35px 1fr; }.philosophy-card { grid-template-columns: 1fr; gap: 25px; padding: 40px 26px; }.philosophy blockquote { font-size: 16px; }.faq-layout { gap: 35px; }.contact-form-wrap { padding: 25px 20px; }.form-grid { grid-template-columns: 1fr; }.field-full { grid-column: auto; }.consent { grid-template-columns: 19px 1fr; }.consent span { grid-column: 2; }.sdso-fast-quote { grid-template-columns: 1fr; padding: 19px 17px; }.sdso-fast-quote-link { width: 100%; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; padding-top: 55px; }.footer-brand { grid-column: 1 / -1; }.footer-contact { grid-column: 1 / -1; }.footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; padding-block: 18px; }.legal-page { padding-top: 120px; }
}

@media (max-width: 370px) {
  .container { width: calc(100% - 24px); }.brand-logo { width: 178px; }.hero h1 { font-size: 40px; }.service-card { min-height: 305px; }.system-visual { transform: scale(.92); transform-origin: left top; width: 108%; }.integration-card b { font-size: 7px; }.section-heading h2, .why-copy h2, .solutions-copy h2, .audience-copy h2, .philosophy h2, .faq-copy h2, .contact-copy h2 { font-size: 34px; }
}

@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 { opacity: 1; transform: none; }
}
