:root {
    --blue: #2368c2;
    --blue-dark: #164b91;
    --blue-soft: #eaf3ff;
    --ink: #101828;
    --muted: #647084;
    --line: #dfe6ee;
    --surface: #f5f7fa;
    --white: #fff;
    --radius: 28px;
    --shadow: 0 22px 60px rgba(17, 42, 77, .12);
    --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: "Segoe UI", Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
.ai-preview-banner { min-height: 48px; position: sticky; top: 0; z-index: 100; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 8px 20px; color: #fff; background: #9a3412; text-align: center; }
.ai-preview-banner strong { padding: 3px 7px; border-radius: 5px; color: #9a3412; background: #fff; font-size: 11px; letter-spacing: .08em; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.content-narrow { width: min(100%, 820px); }
.section { padding: 106px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.topbar { color: #dfeaff; background: #102943; font-size: 13px; }
.topbar-inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-details { display: flex; align-items: center; gap: 25px; }
.topbar-details span, .topbar-details a { display: flex; align-items: center; gap: 7px; }
.topbar svg { width: 15px; height: 15px; fill: none; stroke: #65a7ff; stroke-width: 1.8; }
.topbar-contact a { color: #fff; font-weight: 700; letter-spacing: .02em; }
.site-header { position: sticky; top: -42px; z-index: 50; background: #fff; }
.site-header.no-topbar { top: 0; }
.site-header.is-sticky { box-shadow: 0 8px 30px rgba(15, 35, 60, .08); }
.nav-shell { height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { width: 185px; height: 112px; align-self: stretch; overflow: hidden; display: flex; align-items: center; justify-content: center; border-radius: 0 0 28px 28px; background: #f3f8f6; }
.brand img, .footer-logo { width: 160px; height: 104px; object-fit: contain; mix-blend-mode: multiply; }
.main-nav { display: flex; align-items: center; gap: 18px; font-size: 13px; font-weight: 650; text-transform: uppercase; }
.menu-list { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.menu-item { position: relative; }
.menu-item > a { min-height: 44px; display: flex; align-items: center; gap: 6px; padding: 10px 15px; border-radius: 7px; transition: color .2s, background .2s; white-space: nowrap; }
.menu-item:hover > a, .menu-item.active > a { color: #fff; background: var(--blue); }
.menu-caret { font-size: 15px; line-height: 1; }
.submenu { min-width: 285px; position: absolute; left: 0; top: calc(100% + 8px); z-index: 60; margin: 0; padding: 10px; list-style: none; border: 1px solid var(--line); border-radius: 13px; background: #fff; box-shadow: 0 20px 45px rgba(15, 43, 76, .16); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s; }
.has-submenu:hover .submenu, .has-submenu:focus-within .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.submenu a { display: block; padding: 10px 12px; border-radius: 8px; color: var(--ink); font-size: 13px; text-transform: none; }
.submenu a:hover { color: var(--blue); background: var(--blue-soft); }
.language-switcher { position: relative; padding-left: 15px; border-left: 1px solid var(--line); text-transform: none; }
.language-switcher summary { min-width: 74px; height: 40px; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 0 10px; border: 1px solid var(--line); border-radius: 9px; background: #fff; cursor: pointer; list-style: none; }
.language-switcher summary::-webkit-details-marker { display: none; }
.language-switcher[open] summary, .language-switcher summary:hover { border-color: #a9c9f2; background: var(--blue-soft); }
.language-flag { font-size: 20px; line-height: 1; }
.language-arrow { margin-top: -3px; color: var(--muted); font-size: 15px; }
.language-menu { width: 180px; position: absolute; top: calc(100% + 9px); right: 0; z-index: 70; padding: 8px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 18px 40px rgba(15, 43, 76, .16); }
.language-menu a { display: flex; align-items: center; gap: 10px; padding: 10px 11px; border-radius: 8px; color: var(--ink); font-size: 13px; font-weight: 650; }
.language-menu a:hover, .language-menu a.active { color: var(--blue); background: var(--blue-soft); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 10px; background: var(--blue-soft); }
.nav-toggle span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--ink); transition: transform .2s, opacity .2s; }

.hero-wrap { padding: 20px 0 92px; overflow: hidden; }
.hero { min-height: 650px; position: relative; display: flex; align-items: center; overflow: hidden; border-radius: 34px; background: #edf0f4 var(--hero-image) no-repeat right center / cover; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .03); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.97) 35%, rgba(255,255,255,.69) 55%, rgba(255,255,255,0) 77%); }
.hero-content { width: min(650px, 60%); position: relative; z-index: 1; padding: 74px 0 96px 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-size: 13px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 2px; background: currentColor; }
.hero .eyebrow { color: var(--ink); letter-spacing: .04em; text-transform: none; }
.hero .eyebrow strong { color: #fff; padding: 5px 10px; border-radius: 5px; background: var(--blue); font-size: 12px; text-transform: uppercase; }
.hero .eyebrow::before { display: none; }
.hero h1 { max-width: 690px; margin: 24px 0 25px; font-size: clamp(46px, 5.4vw, 75px); font-weight: 430; letter-spacing: -.055em; line-height: 1.03; }
.hero h1 span { color: var(--blue); }
.hero p { max-width: 575px; margin: 0 0 34px; color: #536174; font-size: 18px; line-height: 1.72; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 13px 25px; border: 1px solid transparent; border-radius: 11px; font-weight: 700; line-height: 1.2; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 21px; font-weight: 400; }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 12px 25px rgba(35, 104, 194, .25); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 15px 30px rgba(35, 104, 194, .32); }
.button-outline { color: var(--blue); border-color: var(--blue); background: #fff; }
.button-light { color: var(--blue-dark); background: #fff; }
.hero-floating { position: relative; z-index: 2; width: calc(100% - 90px); margin: -58px auto 0; display: grid; grid-template-columns: repeat(3, 1fr) 1.18fr; gap: 14px; }
.hero-feature, .trust-card { min-height: 120px; display: flex; align-items: center; gap: 15px; padding: 22px; border: 1px solid #e7ebf1; border-radius: 17px; background: #fff; box-shadow: var(--shadow); }
.hero-feature svg { width: 38px; height: 38px; flex: 0 0 auto; fill: none; stroke: var(--blue); stroke-width: 1.6; }
.hero-feature strong { font-size: 15px; line-height: 1.4; }
.trust-card { position: relative; color: #fff; border: 0; background: linear-gradient(135deg, #2775d8, #194f9a); flex-direction: column; align-items: flex-start; justify-content: center; gap: 2px; overflow: hidden; }
.trust-card::after { content: ""; position: absolute; width: 130px; height: 130px; right: -45px; top: -65px; border: 24px solid rgba(255,255,255,.09); border-radius: 50%; }
.trust-card > span { font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.trust-card strong { position: relative; z-index: 1; line-height: 1.3; }
.trust-card small { color: #bdd9ff; }

.section-heading { max-width: 730px; margin: 0 auto 50px; text-align: center; }
.section-heading .eyebrow { margin-bottom: 16px; }
.section-heading h2, .about-content h2, .contact-copy h2, .page-hero h1 { margin: 0; font-size: clamp(36px, 4.5vw, 58px); font-weight: 430; letter-spacing: -.045em; line-height: 1.12; }
.section-heading p { max-width: 600px; margin: 20px auto 0; color: var(--muted); font-size: 17px; }
.services-section { background: var(--surface); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { min-height: 325px; padding: 36px 32px; border: 1px solid #e1e8ef; border-radius: 20px; background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-7px); border-color: #bad4f5; box-shadow: 0 22px 45px rgba(23, 61, 106, .1); }
.service-icon { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 27px; border-radius: 16px; color: var(--blue); background: var(--blue-soft); }
.service-icon svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.service-card h3 { margin: 0 0 14px; font-size: 22px; line-height: 1.25; }
.service-card p { margin: 0 0 22px; color: var(--muted); }
.service-card a { color: var(--blue); font-size: 14px; font-weight: 750; }
.service-card a span { margin-left: 7px; }

.about-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 78px; }
.about-image { min-height: 570px; position: relative; overflow: hidden; border-radius: var(--radius); background: #e8eef4; }
.about-image > img { width: 100%; height: 570px; object-fit: cover; }
.about-badge { position: absolute; right: 22px; bottom: 22px; max-width: 240px; padding: 23px 27px; color: #fff; border-radius: 16px; background: var(--blue); box-shadow: 0 15px 30px rgba(17, 65, 125, .3); }
.about-badge strong, .about-badge span { display: block; }
.about-badge strong { font-size: 13px; letter-spacing: .12em; }
.about-badge span { margin-top: 4px; font-weight: 600; }
.about-content .eyebrow { margin-bottom: 20px; }
.about-content > p, .about-text { margin: 25px 0; color: var(--muted); font-size: 17px; }
.about-text p, .contact-intro p { margin: 0; }
.check-list { margin: 27px 0 35px; padding: 0; list-style: none; display: grid; gap: 13px; }
.check-list li { display: flex; align-items: center; gap: 12px; font-weight: 650; }
.check-list li::before { content: "\2713"; width: 25px; height: 25px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--blue); font-size: 13px; }

.contact-section { color: #fff; background: #102943; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.contact-copy { padding-top: 22px; }
.contact-copy .eyebrow { color: #72affd; }
.contact-copy h2 { margin-top: 20px; color: #fff; }
.contact-copy > p, .contact-intro { margin: 22px 0 38px; color: #b9c7d8; font-size: 17px; }
.contact-detail { display: flex; gap: 14px; align-items: center; margin: 21px 0; }
.contact-detail > span { width: 44px; height: 44px; display: grid; place-items: center; color: #bcd9ff; border-radius: 11px; background: rgba(62, 134, 226, .18); }
.contact-detail small, .contact-detail a { display: block; }
.contact-detail small { color: #88a1bc; }
.contact-detail a { font-weight: 700; }
.contact-form { padding: 38px; color: var(--ink); border-radius: 22px; background: #fff; box-shadow: 0 30px 65px rgba(0,0,0,.18); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label:not(.checkbox):not(.honeypot) { display: block; margin-bottom: 18px; }
.contact-form label > span { display: block; margin-bottom: 6px; font-size: 13px; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; color: var(--ink); border: 1px solid #d9e1ea; border-radius: 9px; outline: 0; background: #f9fafc; }
.contact-form input, .contact-form select { height: 50px; padding: 0 14px; }
.contact-form textarea { padding: 12px 14px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(35,104,194,.12); background: #fff; }
.checkbox { display: flex; gap: 9px; align-items: flex-start; margin: 2px 0 22px; color: #566377; font-size: 13px; }
.checkbox input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 2px; }
.checkbox span { margin: 0 !important; font-weight: 400 !important; }
.honeypot { position: absolute !important; left: -10000px; }
.form-success, .form-errors { margin-bottom: 20px; padding: 12px 15px; border-radius: 8px; font-size: 14px; }
.form-success { color: #126035; background: #dff8e9; }
.form-errors { color: #9a2636; background: #ffe8eb; }

.page-hero { padding: 95px 0 105px; text-align: center; background: linear-gradient(135deg, #edf5ff, #f8fbff); }
.page-hero .eyebrow { margin-bottom: 16px; }
.page-hero h1 { max-width: 900px; margin-inline: auto; }
.page-hero p { max-width: 710px; margin: 20px auto 0; color: var(--muted); font-size: 18px; }
.blog-section { background: var(--surface); }
.category-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin: -20px 0 42px; }
.category-pills span { padding: 7px 14px; color: var(--blue); border-radius: 999px; background: var(--blue-soft); font-size: 13px; font-weight: 700; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; transition: transform .25s, box-shadow .25s; }
.post-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(23, 61, 106, .1); }
.post-image { height: 235px; display: block; overflow: hidden; background: #e8edf3; }
.post-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.post-card:hover .post-image img { transform: scale(1.035); }
.post-card-content { padding: 27px; }
.post-meta { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 12px; font-weight: 650; text-transform: uppercase; }
.post-meta span { color: var(--blue); }
.post-card h2 { margin: 12px 0; font-size: 23px; line-height: 1.25; }
.post-card p { margin: 0 0 20px; color: var(--muted); }
.post-more { color: var(--blue); font-size: 14px; font-weight: 750; }
.empty-state { grid-column: 1 / -1; padding: 70px 30px; text-align: center; border: 1px dashed #cbd5e1; border-radius: 20px; background: #fff; }
.empty-state h2 { margin: 0 0 8px; }
.empty-state p { margin: 0; color: var(--muted); }
.pagination { margin-top: 40px; }
.article-header { padding: 90px 0 55px; text-align: center; background: linear-gradient(135deg, #edf5ff, #f8fbff); }
.article-header .content-narrow { margin-inline: auto; }
.article-header .post-meta { justify-content: center; }
.article-header h1 { margin: 18px 0; font-size: clamp(42px, 5.5vw, 70px); font-weight: 430; letter-spacing: -.05em; line-height: 1.08; }
.article-header p { color: var(--muted); font-size: 18px; }
.article-image { max-height: 610px; margin-top: 55px; overflow: hidden; border-radius: 26px; }
.article-image img { width: 100%; max-height: 610px; object-fit: cover; }
.article-content { margin: 70px auto 100px; }
.related-posts { background: var(--surface); }
.post-grid.compact .post-card { min-height: 190px; }
.content-section, .text-section { padding: 85px 0; }
.content-section .content-narrow, .text-section .content-narrow { margin-inline: auto; }
.prose { color: #38465a; font-size: 17px; }
.prose h2, .prose h3 { color: var(--ink); line-height: 1.2; }
.prose h2 { margin: 1.4em 0 .6em; font-size: 38px; }
.prose h3 { margin-top: 1.4em; font-size: 25px; }
.prose p, .prose ul, .prose ol { margin: 0 0 1.3em; }
.prose a:not(.button) { color: var(--blue); text-decoration: underline; }
.prose .button { margin-top: 24px; color: #fff; }
.statistics-section { color: #fff; background: var(--blue); }
.statistics-section h2 { text-align: center; }
.statistics-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.statistics-grid > div { padding: 30px; text-align: center; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; }
.statistics-grid strong, .statistics-grid span { display: block; }
.statistics-grid strong { font-size: 44px; }
.statistics-grid span { color: #d7e8ff; }
.testimonials-section, .faq-section { background: var(--surface); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial-grid figure { margin: 0; padding: 30px; border-radius: 18px; background: #fff; }
.team-section { background: var(--surface); }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.team-card { overflow: hidden; border-radius: 20px; background: #fff; box-shadow: 0 16px 40px rgba(18, 52, 91, .08); }
.team-card > img { width: 100%; height: 350px; object-fit: cover; }
.team-card > div { padding: 25px; }
.team-card h3 { margin: 0; font-size: 22px; }
.team-card strong { display: block; margin: 4px 0 12px; color: var(--blue); font-size: 13px; }
.team-card p { margin: 0; color: var(--muted); }
.testimonial-grid blockquote { margin: 0 0 24px; color: #3d4b5d; }
.testimonial-grid figcaption span { display: block; color: var(--muted); font-size: 14px; }
.faq-section .content-narrow { margin-inline: auto; }
.faq-section details { margin-bottom: 12px; padding: 18px 22px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.faq-section summary { cursor: pointer; font-weight: 700; }
.faq-section details p { margin-bottom: 0; color: var(--muted); }
.cta-section { padding: 65px 0; }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 50px 55px; color: #fff; border-radius: 24px; background: linear-gradient(135deg, #2368c2, #174c91); }
.cta-card h2 { margin: 0 0 8px; font-size: 36px; line-height: 1.2; }
.cta-card p { margin: 0; color: #d4e5fb; }

.site-footer { padding: 74px 0 0; color: #aab8c8; background: #091c30; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 70px; padding-bottom: 55px; }
.footer-logo { margin: -18px 0 0; filter: brightness(0) invert(1); mix-blend-mode: screen; }
.footer-grid > div:first-child p { max-width: 440px; margin-top: 0; }
.footer-grid h2 { margin: 0 0 18px; color: #fff; font-size: 16px; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin-bottom: 7px; }
.footer-grid p { margin: 0 0 9px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.09); font-size: 13px; }
.footer-legal { display: flex; flex-direction: column; gap: 3px; padding: 14px 0; }
.footer-credit a { color: #fff; }
.footer-credit a:hover { color: #78b2ff; }
.back-to-top { width: 46px; height: 46px; position: fixed; right: 22px; bottom: 22px; z-index: 30; border: 0; border-radius: 50%; color: #fff; background: var(--blue); box-shadow: 0 10px 25px rgba(16,61,116,.3); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(10px); transition: .2s; }
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }

@media (max-width: 1050px) {
    .topbar-details span:nth-child(2) { display: none; }
    .main-nav { gap: 8px; }
    .menu-item > a { padding-inline: 10px; }
    .hero { min-height: 590px; }
    .hero-content { width: 68%; padding-left: 48px; }
    .hero-floating { width: calc(100% - 55px); grid-template-columns: repeat(2, 1fr); }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .about-grid { gap: 45px; }
    .contact-grid { gap: 45px; }
}

@media (max-width: 780px) {
    html { scroll-padding-top: 72px; }
    .container { width: min(calc(100% - 28px), var(--container)); }
    .section { padding: 76px 0; }
    .topbar { display: none; }
    .site-header { top: 0; }
    .nav-shell { height: 72px; }
    .brand { width: 138px; height: 58px; }
    .brand img { width: 140px; height: 88px; }
    .nav-toggle { display: block; position: relative; z-index: 3; }
    .nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
    .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .main-nav { position: fixed; inset: 72px 0 0; z-index: 2; display: flex; align-items: stretch; flex-direction: column; gap: 0; padding: 24px; background: #fff; transform: translateX(100%); transition: transform .25s; overflow-y: auto; }
    .nav-open .main-nav { transform: translateX(0); }
    .menu-list { align-items: stretch; flex-direction: column; }
    .menu-item > a { padding: 14px 10px; border-bottom: 1px solid var(--line); border-radius: 0; font-size: 16px; }
    .submenu { min-width: 0; position: static; display: block; margin: 0; padding: 4px 0 8px 17px; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
    .submenu a { font-size: 14px; }
    .language-switcher { width: 100%; margin-top: 22px; padding: 0; border: 0; }
    .language-switcher summary { width: 100%; justify-content: flex-start; }
    .language-menu { width: 100%; position: static; margin-top: 7px; box-shadow: none; }
    .hero-wrap { padding: 8px 0 70px; }
    .hero { min-height: 690px; align-items: flex-end; background-position: 64% center; }
    .hero::before { background: linear-gradient(0deg, #fff 2%, rgba(255,255,255,.96) 40%, rgba(255,255,255,.2) 78%); }
    .hero-content { width: 100%; padding: 255px 27px 90px; }
    .hero h1 { margin-top: 18px; font-size: clamp(42px, 12vw, 58px); }
    .hero p { font-size: 16px; }
    .hero-floating { width: calc(100% - 24px); margin-top: -52px; grid-template-columns: 1fr; }
    .hero-feature { min-height: 95px; }
    .trust-card { min-height: 110px; }
    .service-grid, .about-grid, .contact-grid, .testimonial-grid, .post-grid, .team-grid { grid-template-columns: 1fr; }
    .service-card { min-height: auto; }
    .about-grid { gap: 42px; }
    .about-image, .about-image > img { min-height: 420px; height: 420px; }
    .contact-grid { gap: 40px; }
    .contact-form { padding: 27px 20px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .statistics-grid { grid-template-columns: repeat(2, 1fr); }
    .cta-card { align-items: flex-start; flex-direction: column; padding: 36px 28px; }
    .footer-grid { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 480px) {
    .hero .eyebrow span { display: none; }
    .hero { border-radius: 22px; }
    .hero-content { padding-inline: 22px; }
    .hero h1 { font-size: 42px; }
    .button { width: 100%; }
    .section-heading h2, .about-content h2, .contact-copy h2, .page-hero h1 { font-size: 36px; }
    .statistics-grid { grid-template-columns: 1fr; }
    .about-badge { left: 15px; right: 15px; bottom: 15px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 3px; }
}

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