@font-face {
  font-family: Manrope;
  src: url('/web-assets/fonts/manrope-variable.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --ink: #182c46;
  --muted: #657182;
  --blue: #2d6bed;
  --line: #e0e6ed;
  --ease: cubic-bezier(.22,1,.36,1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; font: 15px/1.7 Manrope, sans-serif; color: var(--ink); background: #fff; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button,input,select,textarea { font: inherit; }
button { cursor: pointer; }
button,a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
svg { flex-shrink: 0; vertical-align: middle; }
h1,h2,h3,p { margin: 0; }
h1,h2,h3 { font-weight: 500; letter-spacing: -.052em; line-height: 1.13; }
p { color: var(--muted); }
h2 { font-size: clamp(34px,3.8vw,50px); }
.container { width: min(1160px,calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: 104px; }
.eyebrow { font-size: 10px; font-weight: 600; letter-spacing: 1.5px; line-height: 1.6; color: #6f7e91; }
.eyebrow + h2 { margin-top: 22px; }
.header { height: 94px; position: sticky; top: 0; z-index: 30; background: #ffffffed; backdrop-filter: blur(16px); transition: box-shadow .35s; }
.header.is-scrolled { box-shadow: 0 3px 18px #1d334c08; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 30px; }
.brand { display: inline-flex; flex-shrink: 0; transition: opacity .3s; }
.brand:hover { opacity: .8; }
.brand-logo { width: 148px; height: auto; }
nav { display: flex; align-items: center; gap: 34px; font-size: 12px; font-weight: 500; }
nav > a:not(.button) { position: relative; }
nav > a:not(.button)::after { content: ''; position: absolute; bottom: -5px; left: 0; right: 0; height: 1px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
nav > a:hover::after,nav > a:focus-visible::after { transform: scaleX(1); }
.button { background: var(--blue); color: #fff; display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; border: 1px solid var(--blue); border-radius: 8px; padding: 15px 22px; font-size: 13px; font-weight: 550; transition: background .3s,transform .35s var(--ease),box-shadow .35s; }
.button-small { padding: 11px 18px; font-size: 12px; gap: 25px; }
.button svg { width: 19px; height: 19px; }
.button:hover { background: #2057ca; transform: translateY(-2px); box-shadow: 0 6px 20px #2d6bed15; }
.button:active { transform: translateY(0); }
.button svg,.text-link svg,.card-link svg { transition: transform .4s var(--ease); }
.button:hover svg,.text-link:hover svg,.card-link:hover svg { transform: translateX(5px); }
.menu-toggle { display: none; }
.reading-progress { position: fixed; top: 0; left: 0; height: 2px; width: 100%; background: linear-gradient(90deg,var(--blue),#84e4f4); transform-origin: left; transform: scaleX(0); z-index: 50; }
/* A spacious photographic hero; text remains actual HTML. */
.hero { position: relative; isolation: isolate; overflow: hidden; margin: 0 24px; border-radius: 22px; min-height: 630px; background: #edf1f4; }
.hero-media { position: absolute; inset: 0 0 0 32%; z-index: -3; overflow: hidden; mask-image: linear-gradient(90deg,transparent,#000 24%); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 70% 43%; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg,#edf1f4 0%,#edf1f4 23%,#edf1f4f7 33%,#edf1f4b0 45%,#edf1f410 63%,transparent 78%); }
.hero-copy { position: relative; width: 54%; max-width: 665px; padding: 62px 0 104px; margin-left: max(48px,calc((100vw - 1160px)/2 - 24px)); }
.hero .eyebrow { font-size: 8px; letter-spacing: 1.15px; }
.hero h1 { font-size: clamp(60px,6vw,84px); font-weight: 450; letter-spacing: -.062em; line-height: 1.01; margin-top: 28px; }
.hero h1 span { color: var(--blue); }
.hero-copy p { color: #5c6b7e; font-size: 15px; line-height: 1.8; margin: 24px 0 27px; }
.hero .button { min-width: 155px; }
.hero-chip { position: absolute; bottom: 76px; right: 5%; display: flex; align-items: center; gap: 15px; border: 1px solid #fff9; background: #ffffffdd; padding: 19px 22px; border-radius: 14px; backdrop-filter: blur(14px); box-shadow: 0 12px 40px #0e234313; }
.chip-icon { color: var(--blue); width: 37px; height: 37px; display: grid; place-items: center; border-radius: 10px; background: #eaf2ff; }
.hero-chip small { display: block; font-size: 7px; letter-spacing: 1px; color: #7e8da1; }
.hero-chip strong { display: block; font-size: 16px; font-weight: 500; margin-top: 4px; letter-spacing: -.5px; }
.chip-signal { display: flex; align-items: flex-end; gap: 3px; height: 24px; margin-left: 15px; }
.chip-signal i { width: 4px; height: 30%; border-radius: 2px; background: #77abf7; }
.chip-signal i:nth-child(2) { height: 50%; }
.chip-signal i:nth-child(3) { height: 75%; }
.chip-signal i:nth-child(4) { height: 100%; }
.hero-discover { position: absolute; bottom: 30px; left: max(48px,calc((100vw - 1160px)/2 - 24px)); display: flex; align-items: center; gap: 34px; font-size: 10px; color: #6b7a8d; }
.hero-discover span { font-size: 19px; transition: transform .3s; }
.hero-discover:hover span { transform: translateY(4px); }
.motion-toggle { position: absolute; right: 23px; bottom: 21px; border: 1px solid #fff7; color: #375270; border-radius: 50%; background: #ffffffe0; width: 31px; height: 31px; display: grid; place-items: center; font-size: 12px; }
.hero.is-inview .hero-media img { animation: photo-drift 18s ease-in-out infinite alternate; }
.hero.is-inview .hero-chip { animation: float 6s ease-in-out infinite; }
.hero.is-inview .chip-signal i { animation: signal 3s ease-in-out infinite alternate; }
.hero.is-inview .chip-signal i:nth-child(2n) { animation-delay: -.8s; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 49px; }
.section-heading > p { font-size: 14px; padding-bottom: 4px; }
.specialty-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.specialty-card { border-radius: 20px; padding: 34px 36px 26px; position: relative; overflow: hidden; scroll-margin-top: 113px; }
.internet-card { background: #edf5fd; }
.software-card { background: #f1f3f8; }
.specialty-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.specialty-top > span:last-child { font-size: 9px; letter-spacing: 1px; color: #8291a5; }
.service-icon { color: var(--blue); display: grid; place-items: center; width: 39px; height: 39px; border-radius: 10px; border: 1px solid #d6e4f6; }
.service-icon svg { width: 21px; height: 21px; }
.specialty-card h3 { font-size: 32px; font-weight: 500; }
.specialty-card > p { font-size: 14px; margin-top: 16px; line-height: 1.85; }
.specialty-art { height: 208px; position: relative; display: flex; align-items: center; justify-content: center; margin-block: 20px; }
.net-orbit { position: absolute; width: 115px; height: 115px; border: 1px solid #bdd6f5; border-radius: 50%; }
.net-orbit-two { width: 183px; height: 183px; opacity: .8; }
.net-orbit-three { width: 246px; height: 246px; opacity: .4; }
.network-art img { position: relative; z-index: 1; width: 65px; height: 65px; object-fit: contain; }
.net-point { position: absolute; border: 4px solid #edf5fd; background: #79b4f8; border-radius: 50%; width: 17px; height: 17px; left: calc(50% + 72px); top: calc(50% - 52px); }
.point-two { left: calc(50% - 87px); top: calc(50% + 36px); }
.point-three { left: calc(50% - 15px); top: calc(50% - 98px); width: 12px; height: 12px; }
.specialty-card.is-inview .net-orbit { animation: orbit-pulse 6s ease-in-out infinite; }
.specialty-card.is-inview .net-orbit-two { animation-delay: -1s; }
.specialty-card.is-inview .net-orbit-three { animation-delay: -2s; }
.code-window { background: #ffffffc9; border: 1px solid #fff; border-radius: 12px; width: 250px; box-shadow: 0 12px 35px #42547a09; transform: rotate(-3deg); transition: transform .65s var(--ease); }
.specialty-card:hover .code-window { transform: rotate(0) translateY(-5px); }
.code-toolbar { display: flex; align-items: center; gap: 4px; height: 32px; border-bottom: 1px solid #edf0f5; padding: 0 13px; }
.code-toolbar i { width: 4px; height: 4px; border-radius: 50%; background: #c4cede; }
.code-toolbar span { font-size: 8px; color: #8d98aa; margin-left: auto; }
.code-content { display: flex; align-items: center; justify-content: center; gap: 22px; height: 106px; }
.code-brace { font-size: 47px; font-weight: 200; color: #b3c8e9; }
.code-lines { width: 90px; display: grid; gap: 9px; }
.code-lines i { display: block; height: 4px; border-radius: 2px; background: #bed3f3; transform-origin: left; }
.code-lines i:nth-child(2) { width: 75%; margin-left: 12px; background: #d3deef; }
.code-lines i:nth-child(3) { width: 55%; margin-left: 12px; }
.code-lines i:nth-child(4) { width: 70%; }
.specialty-card.is-inview .code-lines { animation: float 7s ease-in-out infinite; }
.code-stamp { border-top: 1px solid #edf0f5; padding: 9px 13px; font-size: 8px; color: #8798b3; }
.code-stamp svg { width: 12px; height: 12px; margin-right: 6px; color: #679ceb; }
.card-link { display: flex; justify-content: space-between; gap: 15px; border-top: 1px solid #d7e3f1; padding-top: 20px; font-size: 13px; font-weight: 550; }
.card-link:hover { color: var(--blue); }
.card-link svg { width: 20px; height: 20px; }
.availability-note { display: block; font-size: 9px; color: #7c8ba0; margin-top: 10px; }
.services-section { background: #f8fafc; }
.services-layout { display: grid; grid-template-columns: 1fr 1.1fr; gap: 100px; align-items: start; }
.services-intro h2 span { color: var(--blue); }
.services-intro > p { margin-top: 24px; font-size: 14px; }
.service-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
.service-list summary { display: flex; align-items: center; gap: 24px; padding-block: 27px; }
.service-list summary > span { font-size: 10px; color: #8f9caf; }
.service-list h3 { font-size: 24px; letter-spacing: -.035em; }
summary svg { margin-left: auto; color: #8d9eb2; width: 17px; height: 17px; transition: transform .3s,color .3s; }
details[open] > summary svg { transform: rotate(45deg); }
summary:hover, summary:hover svg { color: var(--blue); }
.service-detail { padding-left: 40px; padding-bottom: 28px; }
.service-detail p { font-size: 13px; margin-bottom: 17px; }
.text-link { display: inline-flex; align-items: center; gap: 21px; font-size: 12px; font-weight: 550; color: #3368b5; }
.text-link svg { width: 16px; height: 16px; }
details[open] .service-detail,details[open] > p { animation: answer-in .4s var(--ease); }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; margin-top: 57px; }
.process-grid article { border-top: 1px solid var(--line); padding-top: 24px; transition: border-color .3s; }
.process-grid article:hover { border-color: var(--blue); }
.process-grid article > span { color: #8a9bb1; font-size: 11px; }
.process-grid h3 { font-size: 26px; margin-top: 30px; }
.process-grid p { font-size: 13px; margin-top: 12px; }
.faq-section { display: grid; grid-template-columns: 1fr 1.1fr; gap: 100px; border-top: 1px solid var(--line); padding-top: 75px; }
.faq-section h2 { font-size: 38px; }
.faqs summary { display: flex; align-items: center; gap: 15px; padding-block: 21px; font-size: 13px; }
.faqs p { font-size: 12px; padding: 0 26px 22px 0; }
.contact-section { padding-block: 88px; background: #eef4fb; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.contact-grid h2 { font-size: 53px; margin-top: 23px; }
.contact-grid > div > p { font-size: 15px; line-height: 1.9; margin-top: 24px; }
.contact-email { display: block; font-size: 23px; letter-spacing: -.7px; margin-top: 34px; }
.contact-phone { display: block; font-size: 12px; color: #617b9c; margin-top: 10px; }
.support-note { margin-top: 43px; max-width: 320px; font-size: 10px; color: #7d8da1; }
.support-note a { text-decoration: underline; text-underline-offset: 3px; }
form { padding: 31px; background: #fff; border-radius: 16px; }
form h3 { font-size: 25px; margin-bottom: 26px; }
label { display: block; font-size: 11px; font-weight: 600; margin-bottom: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
input,select,textarea { display: block; width: 100%; min-width: 0; border: 1px solid #dce3ed; border-radius: 6px; padding: 11px 12px; margin-top: 8px; background: #fff; color: var(--ink); font-size: 12px; font-weight: 400; transition: border-color .3s,box-shadow .3s; }
input::placeholder,textarea::placeholder { color: #909bad; }
input:focus,select:focus,textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px #2d6bed0a; }
textarea { resize: vertical; min-height: 93px; }
form .button { width: 100%; font-size: 11px; gap: 15px; }
.form-note { font-size: 9px; line-height: 1.8; margin-top: 13px; }
.form-note a { text-decoration: underline; }
.form-success { background: #f6fff9; padding: 26px; border: 1px solid #abcbbc; border-radius: 15px; margin-bottom: 22px; }
.success-icon { color: #307459; }
.form-success h3 { font-size: 23px; margin-top: 12px; }
.form-success p { font-size: 12px; margin-top: 14px; }
.form-success blockquote { overflow-wrap: anywhere; font-size: 12px; border-left: 2px solid #a5c5b5; padding-left: 12px; margin: 18px 0; }
.edit-message { display: block; margin-top: 13px; font-size: 12px; text-decoration: underline; }
.form-errors { padding: 12px; border: 1px solid #ebc0c0; background: #fff6f6; margin-bottom: 18px; }
.form-errors p { font-size: 12px; color: #9a4040; }
#consulta { scroll-margin-top: 115px; }
.footer { padding-top: 55px; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1.1fr; gap: 55px; padding-bottom: 48px; }
.footer-top p { font-size: 12px; margin-top: 19px; }
.footer h3 { font-size: 11px; letter-spacing: 0; font-weight: 600; margin: 10px 0 22px; }
.footer-top > div > a:not(.brand),.footer-top > div > span { display: block; font-size: 11px; color: #6b7c91; margin-top: 10px; }
.footer a:hover { color: var(--blue); }
.footer-bottom { display: flex; gap: 26px; border-top: 1px solid var(--line); padding-block: 25px; font-size: 9px; color: #8290a2; }
.footer-bottom > span { margin-right: auto; }
.legal { max-width: 760px; min-height: 65vh; }
.legal h1 { font-size: 45px; margin: 20px 0; }
.legal h2 { font-size: 24px; margin: 29px 0 12px; }
.legal p { font-size: 14px; }
.legal a { color: var(--blue); text-decoration: underline; }
.skip-link { position: fixed; top: -100px; left: 20px; padding: 12px; background: var(--ink); color: #fff; z-index: 100; }
.skip-link:focus { top: 8px; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
input:focus-visible,select:focus-visible,textarea:focus-visible { outline-offset: 1px; }
.motion-paused *, .motion-paused *::before,.motion-paused *::after { animation-play-state: paused !important; }
@keyframes photo-drift { from { transform: scale(1); } to { transform: scale(1.045); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes signal { from { opacity: .5; } to { opacity: 1; } }
@keyframes orbit-pulse { 0%,100% { transform: scale(.96); opacity: .4; } 50% { transform: scale(1.035); opacity: .9; } }
@keyframes answer-in { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }
@media (min-width:1550px) { .hero { max-width: 1490px; margin-inline: auto; } .hero-copy { margin-left: 100px; } .hero-discover { left: 100px; } }
@media (max-width:1100px) {
  .container { width: calc(100% - 72px); }
  .hero-copy { margin-left: 38px; width: 54%; }
  .hero-discover { left: 38px; }
  .hero h1 { font-size: 70px; }
  .hero-chip { right: 4%; bottom: 77px; padding: 16px; gap: 10px; }
  .hero-chip strong { font-size: 14px; }
  .services-layout,.faq-section,.contact-grid { gap: 60px; }
  .specialty-card { padding-inline: 29px; }
  .specialty-card h3 { font-size: 29px; }
  .contact-grid h2 { font-size: 47px; }
  nav { gap: 25px; }
}
@media (max-width:850px) {
  .container { width: calc(100% - 56px); }
  .header { height: 82px; }
  .brand-logo { width: 130px; }
  nav { gap: 19px; font-size: 10px; }
  .button-small { font-size: 10px; gap: 15px; padding: 11px 14px; }
  .hero { margin-inline: 16px; min-height: 590px; }
  .hero-copy { padding-top: 54px; margin-left: 30px; width: 53%; }
  .hero h1 { font-size: 60px; }
  .hero .eyebrow { max-width: 260px; font-size: 7px; }
  .hero-copy p { font-size: 13px; }
  .hero-media { left: 28%; }
  .hero-shade { background: linear-gradient(90deg,#edf1f4 0%,#edf1f4 18%,#edf1f4e8 33%,#edf1f459 55%,transparent 70%); }
  .hero-chip { right: 4%; bottom: 65px; padding: 13px; }
  .hero-chip strong { font-size: 12px; }
  .hero-chip small { font-size: 6px; }
  .chip-signal { margin-left: 3px; }
  .hero-discover { left: 30px; }
  .section { padding-block: 78px; }
  h2 { font-size: 39px; }
  .section-heading { gap: 30px; margin-bottom: 38px; }
  .section-heading > p { font-size: 12px; }
  .specialty-grid { gap: 18px; }
  .specialty-card { padding: 25px 25px 22px; }
  .specialty-card h3 { font-size: 27px; }
  .specialty-card > p { font-size: 12px; }
  .desktop-break { display: none; }
  .specialty-art { height: 190px; }
  .code-window { width: 220px; }
  .card-link { font-size: 11px; }
  .services-layout,.faq-section,.contact-grid { gap: 35px; }
  .service-list h3 { font-size: 21px; }
  .service-list summary { gap: 15px; }
  .service-detail { padding-left: 28px; }
  .service-detail p { font-size: 12px; }
  .services-intro p { font-size: 13px; }
  .process-grid { gap: 24px; }
  .process-grid h3 { font-size: 23px; }
  .process-grid p { font-size: 12px; }
  .faq-section h2 { font-size: 34px; }
  .contact-grid h2 { font-size: 39px; }
  .contact-grid > div > p { font-size: 13px; }
  .contact-email { font-size: 20px; }
  form { padding: 25px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top { gap: 30px; }
}
@media (max-width:650px) {
  html { scroll-padding-top: 88px; }
  .container { width: calc(100% - 40px); }
  .header { height: 74px; }
  .brand-logo { width: 126px; }
  .menu-toggle { display: flex; width: 38px; height: 38px; flex-direction: column; align-items: center; justify-content: center; gap: 6px; border: 1px solid var(--line); background: #fff; border-radius: 8px; }
  .menu-toggle span { width: 17px; height: 1.5px; background: var(--ink); transition: transform .3s; }
  .menu-toggle[aria-expanded=true] span:first-child { transform: translateY(3.75px) rotate(45deg); }
  .menu-toggle[aria-expanded=true] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
  nav { display: none; position: absolute; top: 73px; left: 0; right: 0; padding: 24px 20px; background: #fff; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 23px; font-size: 15px; box-shadow: 0 12px 18px #1528410a; }
  nav.is-open { display: flex; }
  nav .button { padding: 14px 18px; font-size: 13px; }
  .hero { margin-inline: 12px; min-height: 735px; border-radius: 17px; }
  .hero-copy { width: auto; padding: 36px 24px 0; margin-left: 0; }
  .hero .eyebrow { font-size: 7px; letter-spacing: 1px; max-width: none; }
  .hero h1 { font-size: clamp(51px,13.7vw,73px); margin-top: 22px; }
  .hero-copy p { margin-block: 20px; font-size: 13px; }
  .hero .button { padding: 12px 17px; min-width: 145px; font-size: 12px; }
  .hero-media { inset: 300px 0 0 0; mask-image: linear-gradient(180deg,transparent,#000 25%); }
  .hero-media img { object-position: 74% 40%; }
  .hero-shade { background: linear-gradient(180deg,#edf1f4 0%,#edf1f4 32%,#edf1f4f5 42%,#edf1f435 62%,transparent 75%); }
  .hero-chip { right: 18px; bottom: 46px; padding: 12px 15px; gap: 12px; }
  .hero-chip strong { font-size: 13px; }
  .hero-chip small { font-size: 6px; }
  .chip-icon { width: 31px; height: 31px; }
  .chip-icon svg { width: 19px; height: 19px; }
  .chip-signal { height: 20px; margin-left: 6px; }
  .hero-discover { left: 22px; bottom: 15px; color: #fff; font-size: 9px; text-shadow: 0 1px 4px #10203088; gap: 15px; }
  .motion-toggle { right: 17px; bottom: 8px; width: 27px; height: 27px; }
  .section { padding-block: 65px; }
  h2 { font-size: 35px; }
  .eyebrow { font-size: 8px; letter-spacing: 1.2px; }
  .eyebrow + h2 { margin-top: 19px; }
  .section-heading { display: block; margin-bottom: 32px; }
  .section-heading > p { font-size: 13px; margin-top: 21px; }
  .specialty-grid { grid-template-columns: 1fr; gap: 20px; }
  .specialty-card { padding: 26px; scroll-margin-top: 92px; }
  .specialty-top { margin-bottom: 24px; }
  .specialty-top > span:last-child { font-size: 8px; }
  .specialty-card h3 { font-size: 29px; }
  .specialty-card > p { font-size: 13px; }
  .specialty-art { height: 185px; margin-block: 18px; }
  .net-orbit-three { width: 220px; height: 220px; }
  .card-link { font-size: 12px; }
  .availability-note { font-size: 9px; }
  .services-layout { grid-template-columns: 1fr; gap: 33px; }
  .services-intro h2 { font-size: 39px; }
  .services-intro > p { font-size: 13px; margin-top: 20px; }
  .service-list summary { padding-block: 24px; gap: 20px; }
  .service-list h3 { font-size: 23px; }
  .service-detail { padding-left: 34px; }
  .service-detail p { font-size: 13px; }
  .process-grid { grid-template-columns: 1fr; gap: 27px; margin-top: 30px; }
  .process-grid article { padding-top: 20px; display: grid; grid-template-columns: 32px 1fr; gap: 8px 12px; }
  .process-grid article > span { grid-row: 1/3; padding-top: 3px; }
  .process-grid h3 { margin-top: 0; font-size: 25px; }
  .process-grid p { margin: 0; font-size: 13px; }
  .faq-section { grid-template-columns: 1fr; gap: 29px; }
  .faq-section h2 { font-size: 35px; }
  .faqs summary { font-size: 13px; }
  .contact-section { padding-block: 60px; }
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .contact-grid h2 { font-size: 43px; }
  .contact-grid > div > p { font-size: 14px; margin-top: 20px; }
  .contact-email { font-size: 22px; margin-top: 25px; }
  .support-note { margin-top: 25px; font-size: 10px; }
  form { padding: 24px; }
  .form-row { grid-template-columns: 1fr 1fr; gap: 12px; }
  input,select,textarea { font-size: 16px; padding: 10px; }
  input::placeholder,textarea::placeholder { font-size: 12px; }
  form .button { font-size: 11px; padding: 14px; }
  .form-note { font-size: 10px; }
  .footer { padding-top: 42px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 30px 24px; padding-bottom: 34px; }
  .footer-top > div:first-child { grid-column: 1/-1; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
  .footer-top p { margin: 0; font-size: 10px; }
  .footer-top > div > a:not(.brand),.footer-top > div > span { font-size: 10px; }
  .footer-bottom { flex-wrap: wrap; gap: 12px 22px; font-size: 9px; }
  .footer-bottom > span { width: 100%; }
  .legal h1 { font-size: 37px; }
}
@media (max-width:360px) {
  .hero { min-height: 710px; }
  .hero-copy { padding-inline: 21px; }
  .hero h1 { font-size: 50px; }
  .hero .eyebrow { font-size: 6px; }
  .hero-media { top: 305px; }
  .specialty-card { padding: 24px 21px; }
  .specialty-card h3 { font-size: 26px; }
  .service-list h3 { font-size: 21px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-grid h2 { font-size: 39px; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation: none !important; transition: none !important; }
  .motion-toggle { display: none; }
}
/* Commercial capture: progressive enhancement, works without JavaScript. */
.honey { position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden; }
.lead-form fieldset { border:0;padding:0;margin:0;min-width:0; }
.lead-form legend { position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%); }
.form-progress { display:flex;gap:22px;border-bottom:1px solid #e5ebf4;padding-bottom:17px;margin-bottom:25px;font-size:10px;color:#8c9db5; }
.form-progress .current { color:#2868da;font-weight:650; }
.form-next,.form-back { display:none; }
.lead-form.enhanced .form-next { display:flex; }
.lead-form.enhanced .form-back { display:inline-block; }
.lead-form label>small { display:block;font-weight:400;font-size:9px;color:#8b9bb0;line-height:1.6;margin-top:7px; }
.qualification-fields { margin:0 0 20px;border-block:1px solid #e4eaf3; }
.qualification-fields>summary { display:flex;justify-content:space-between;gap:10px;padding:15px 0;font-size:11px;color:#5e789b; }
.qualification-fields>summary>span { font-size:9px;color:#91a1b6; }
.qualification-fields>.form-row { margin-top:10px; }
.extra-interests { display:grid;grid-template-columns:1fr 1fr;gap:9px 12px;margin:10px 0 19px; }
.extra-interests>span { grid-column:1/-1;font-size:10px;color:#7890b0;margin-bottom:5px; }
.extra-interests label { display:flex;gap:7px;font-size:9px;margin:0;font-weight:400;align-items:center; }
.extra-interests input,.consent input { width:15px;height:15px;min-width:15px;padding:0;margin:2px 0 0;accent-color:#2868da; }
.consent { display:flex;align-items:flex-start;gap:9px;font-size:10px;font-weight:400;line-height:1.7; }
.consent a { text-decoration:underline; }
.consent small { display:block;font-size:9px;color:#889bb4; }
.form-buttons { display:flex;align-items:center;gap:15px; }
.form-back { background:none;border:0;padding:10px 0;font-size:10px;color:#7891b3; }
.form-buttons .button { flex:1; }
.lead-form [hidden] { display:none!important; }
.lead-form h3 { font-size:23px; }
.receipt { max-width:820px;min-height:70vh; }
.receipt h1 { font-size:clamp(35px,4.5vw,58px);margin-block:22px; }
.receipt>p { font-size:15px;margin-block:22px; }
.receipt-question { background:#f1f6ff;border:1px solid #e2ebfa;padding:30px;border-radius:18px;margin:35px 0; }
.receipt-question>span { font-size:9px;color:#7f95b3;letter-spacing:1px; }
.receipt-question h2 { font-size:27px;margin:16px 0; }
.receipt-question p { font-size:13px; }
.receipt a:not(.brand):not(.button) { color:#2f68c1; }
.meeting-offer { margin:30px 0;border-block:1px solid #e1e9f5;padding-block:24px; }
.meeting-offer h2 { font-size:28px; }
.meeting-offer p { font-size:13px;margin-top:12px; }
.meeting-offer form { padding:20px 0 0; }
@media(max-width:850px){nav{gap:14px}.button-small{font-size:9px;gap:12px}.hero .button{font-size:11px;gap:18px}.lead-form h3{font-size:21px}}
@media(max-width:650px){nav .button{font-size:12px}.hero .button{font-size:11px;gap:20px}.contact-grid{gap:30px}.consent{font-size:10px}.receipt-question{padding:23px}.receipt-question h2{font-size:24px}.lead-form .form-row{grid-template-columns:1fr;gap:0}}
