:root {
    --ink: #13203a;
    --ink-soft: #43506a;
    --muted: #667189;
    --primary: #6955f6;
    --primary-dark: #4e3bd0;
    --secondary: #00a79d;
    --line: rgba(24, 37, 72, 0.11);
    --white: #ffffff;
    --surface: #ffffff;
    --shadow-sm: 0 14px 38px rgba(25, 34, 73, 0.08);
    --shadow-lg: 0 32px 80px rgba(29, 34, 79, 0.16);
    --radius-sm: 16px;
    --radius-md: 24px;
    --radius-lg: 34px;
    --header-height: 78px;
    --transition: 220ms ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 16px); }
body {
    margin: 0;
    color: var(--ink);
    background: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1rem;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
img { max-width: 100%; }
a { color: inherit; }
::selection { color: #fff; background: var(--primary); }

.skip-link {
    position: fixed;
    z-index: 9999;
    top: -100px;
    left: 1rem;
    padding: .8rem 1rem;
    border-radius: 10px;
    color: #fff;
    background: var(--ink);
    text-decoration: none;
}
.skip-link:focus { top: 1rem; }

.section-space { padding: clamp(5.2rem, 8vw, 8rem) 0; }
.section-space-sm { padding: clamp(3.4rem, 5vw, 5rem) 0; }
.page-band { position: relative; overflow: hidden; isolation: isolate; }
.page-band + .page-band { border-top: 1px solid rgba(24, 37, 72, .07); }

/* De achtergrondwissels zijn bewust duidelijk zichtbaar. */
.page-band-hero {
    background:
        radial-gradient(circle at 88% 12%, rgba(105, 85, 246, .22), transparent 30%),
        radial-gradient(circle at 10% 88%, rgba(0, 167, 157, .12), transparent 26%),
        linear-gradient(180deg, #f8f9ff 0%, #edf1ff 100%);
}
.page-band-white { background: #fff; }
.page-band-lilac {
    background:
        linear-gradient(135deg, rgba(105, 85, 246, .08), transparent 34%),
        #f2f0ff;
}
.page-band-mint {
    background:
        radial-gradient(circle at 12% 82%, rgba(0, 167, 157, .13), transparent 27%),
        #eaf8f5;
}
.page-band-soft { background: #f3f6fb; }
.page-band-contact {
    background:
        radial-gradient(circle at 90% 10%, rgba(128, 106, 255, .3), transparent 28%),
        linear-gradient(140deg, #18223d 0%, #222a50 56%, #172e46 100%);
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    color: var(--ink);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -.035em;
}
h1 { font-size: clamp(2.65rem, 5.4vw, 5.35rem); }
h2 { font-size: clamp(2.05rem, 4vw, 3.7rem); }
h3 { font-size: clamp(1.2rem, 1.8vw, 1.55rem); }
p { color: var(--muted); }

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1.05rem;
    color: var(--primary-dark);
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .115em;
    text-transform: uppercase;
}
.eyebrow i { font-size: 1rem; }
.eyebrow-light { color: #cbc4ff; }

.section-heading { margin-bottom: 3.3rem; }
.section-heading h2 { margin-bottom: 0; }
.section-heading p { max-width: 660px; margin-bottom: 0; font-size: 1.08rem; }
.section-heading.centered { max-width: 820px; margin-right: auto; margin-left: auto; text-align: center; }
.section-heading.centered p { margin-right: auto; margin-left: auto; }

.btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    border-radius: 999px;
    font-weight: 800;
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition), background var(--transition);
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
    border-color: var(--primary);
    background: linear-gradient(135deg, #755fff, #5a46e7);
    box-shadow: 0 13px 30px rgba(105, 85, 246, .27);
}
.btn-primary:hover, .btn-primary:focus { border-color: var(--primary-dark); background: linear-gradient(135deg, #654ff0, #4936cb); }
.btn-outline-dark { border-color: rgba(19, 32, 58, .2); background: rgba(255,255,255,.56); }
.btn-light { color: var(--ink); box-shadow: 0 16px 34px rgba(0,0,0,.13); }
.btn-sm { min-height: 40px; padding: .5rem .95rem; }
.btn-lg { min-height: 54px; padding: .75rem 1.4rem; }

/* Header */
.site-header {
    min-height: var(--header-height);
    display: flex;
    align-items: center;
    border-bottom: 1px solid transparent;
    background: rgba(248, 249, 255, .78);
    backdrop-filter: blur(16px);
    transition: background var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.site-header.is-scrolled {
    border-color: var(--line);
    background: rgba(255,255,255,.93);
    box-shadow: 0 10px 36px rgba(25, 34, 73, .08);
}
.navbar { width: 100%; padding: .75rem 0; }
.navbar-brand { display: inline-flex; align-items: center; gap: .72rem; color: var(--ink); font-size: 1.22rem; font-weight: 900; text-decoration: none; letter-spacing: -.025em; }
.navbar-brand img { filter: drop-shadow(0 8px 16px rgba(105,85,246,.24)); }
.nav-link { padding: .7rem .78rem !important; color: var(--ink-soft); font-size: .91rem; font-weight: 750; }
.nav-link:hover, .nav-link:focus { color: var(--primary); }
.nav-cta { color: #fff !important; }
.navbar-toggler { width: 45px; height: 42px; padding: 8px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: none !important; }
.navbar-toggler span { width: 24px; height: 2px; display: block; margin: 5px auto; border-radius: 2px; background: var(--ink); }

.language-switcher {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    padding: .25rem;
    border: 1px solid rgba(105, 85, 246, .2);
    border-radius: 999px;
    background: rgba(255,255,255,.78);
    box-shadow: 0 8px 22px rgba(28, 36, 79, .07);
}
.language-option {
    min-width: 38px;
    min-height: 32px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    color: var(--ink-soft);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-decoration: none;
}
.language-option.active { color: #fff; background: var(--primary); box-shadow: 0 7px 18px rgba(105,85,246,.26); }
.language-option.is-disabled { color: #9aa0b2; cursor: not-allowed; }
.language-divider { width: 1px; height: 16px; background: rgba(24,37,72,.11); }

/* Hero */
.hero-section { min-height: 760px; display: flex; align-items: center; padding-top: calc(var(--header-height) + 4.5rem); }
.hero-grid {
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: .5;
    background-image: linear-gradient(rgba(72,87,139,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(72,87,139,.055) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: linear-gradient(to bottom, black, transparent 86%);
}
.hero-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); }
.hero-orb-one { width: 420px; height: 420px; right: -180px; top: 12%; background: rgba(105,85,246,.12); }
.hero-orb-two { width: 280px; height: 280px; left: -120px; bottom: 0; background: rgba(0,167,157,.09); }
.hero-copy { max-width: 780px; }
.hero-copy h1 { margin-bottom: 1.5rem; }
.hero-lead { max-width: 710px; margin-bottom: 2rem; color: #4e5a72; font-size: clamp(1.07rem, 1.5vw, 1.24rem); }
.hero-actions { margin-bottom: 2rem; }
.hero-proof { gap: .75rem 1.25rem; margin: 0; }
.hero-proof li { display: inline-flex; align-items: center; gap: .45rem; color: #3f4d66; font-size: .87rem; font-weight: 750; }
.hero-proof i { color: var(--secondary); }
.hero-visual { max-width: 540px; margin-inline: auto; }

.solution-flow {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(69, 71, 150, .15);
    border-radius: 32px;
    background: rgba(255,255,255,.92);
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(18px);
}
.solution-flow::before { content: ""; position: absolute; width: 260px; height: 260px; top: -160px; right: -120px; border-radius: 50%; background: rgba(105,85,246,.12); }
.solution-flow__topline { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: .75rem; padding: 1rem 1.2rem; border-bottom: 1px solid var(--line); background: rgba(248,249,255,.86); color: var(--ink); font-size: .77rem; font-weight: 850; }
.solution-flow__topline > span:first-child { display: inline-flex; align-items: center; gap: .45rem; }
.solution-flow__topline i { color: var(--primary); }
.solution-flow__status { padding: .35rem .55rem; border-radius: 999px; color: #fff; background: var(--secondary); font-size: .64rem; letter-spacing: .07em; text-transform: uppercase; }
.solution-flow__steps { position: relative; z-index: 1; padding: 1.2rem 1.2rem .75rem; }
.solution-flow__step { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: .9rem; padding: 1rem; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(28,36,79,.05); }
.solution-flow__step--build { border-color: rgba(105,85,246,.24); background: linear-gradient(135deg, rgba(105,85,246,.1), rgba(0,167,157,.055)); }
.solution-flow__step--result { border-color: rgba(0,167,157,.23); background: linear-gradient(135deg, rgba(0,167,157,.08), rgba(255,255,255,.96)); }
.solution-flow__icon, .solution-flow__brand { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; flex: 0 0 auto; }
.solution-flow__icon { color: var(--primary); background: rgba(105,85,246,.1); font-size: 1.3rem; }
.solution-flow__step--result .solution-flow__icon { color: #087f77; background: rgba(0,167,157,.12); }
.solution-flow__brand { background: #fff; box-shadow: 0 10px 22px rgba(33,42,91,.12); }
.solution-flow__step small { display: block; margin-bottom: .18rem; color: var(--primary); font-size: .64rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.solution-flow__step strong { display: block; margin-bottom: .2rem; color: var(--ink); font-size: .94rem; }
.solution-flow__step p { margin: 0; font-size: .76rem; line-height: 1.45; }
.solution-flow__connector { height: 42px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: .55rem; color: var(--primary); }
.solution-flow__connector span { height: 1px; background: linear-gradient(90deg, transparent, rgba(105,85,246,.26)); }
.solution-flow__connector span:last-child { background: linear-gradient(90deg, rgba(105,85,246,.26), transparent); }
.solution-flow__connector i { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(105,85,246,.16); border-radius: 50%; background: #fff; font-size: .82rem; }
.solution-flow__types { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,1fr); gap: .55rem; padding: 0 1.2rem 1.2rem; }
.solution-flow__types span { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: .4rem; border-radius: 13px; color: #eaf0ff; background: #17233e; font-size: .72rem; font-weight: 800; }
.solution-flow__types i { color: #a89cff; }

/* Intro */
.intro-panel { padding: clamp(2rem,4vw,3.4rem); border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); }
.intro-panel h2 { margin-bottom: .85rem; font-size: clamp(1.75rem,3vw,2.75rem); }
.intro-panel p { max-width: 800px; margin-bottom: 0; font-size: 1.05rem; }

/* Services */
.services-section::after { content: ""; position: absolute; z-index: -1; width: 420px; height: 420px; top: -230px; right: -170px; border-radius: 50%; background: rgba(105,85,246,.1); }
.service-card { position: relative; display: flex; flex-direction: column; padding: 2rem; border: 1px solid rgba(105,85,246,.13); border-radius: var(--radius-md); background: rgba(255,255,255,.88); box-shadow: var(--shadow-sm); transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition); }
.service-card:hover { transform: translateY(-8px); border-color: rgba(105,85,246,.3); box-shadow: 0 24px 52px rgba(49,41,112,.13); }
.service-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.6rem; }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; color: var(--primary); background: rgba(105,85,246,.1); font-size: 1.45rem; }
.service-number { color: rgba(19,32,58,.28); font-size: .78rem; font-weight: 900; letter-spacing: .1em; }
.service-card h3 { margin-bottom: .85rem; }
.service-card > p { margin-bottom: 1.2rem; }
.service-card ul { margin-bottom: 1.5rem; }
.service-card li { display: flex; align-items: center; gap: .55rem; margin: .55rem 0; color: #4a5770; font-size: .9rem; }
.service-card li i { color: var(--secondary); }
.card-link { margin-top: auto; display: inline-flex; align-items: center; gap: .55rem; color: var(--primary-dark); font-size: .9rem; font-weight: 850; text-decoration: none; }
.card-link:hover { color: var(--primary); }

/* Benefits: intentionally dark for a strong visual break. */
.benefits-section { background: #17223d; }
.benefits-section .eyebrow { color: #a99eff; }
.benefits-section h2 { color: #fff; }
.sticky-offset { top: calc(var(--header-height) + 30px); }
.experience-badge { max-width: 255px; display: flex; align-items: center; gap: 1rem; margin-top: 2rem; padding: 1.05rem 1.2rem; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.06); }
.experience-badge strong { color: #fff; font-size: 2.35rem; line-height: 1; }
.experience-badge span { color: #bdc5d9; font-size: .8rem; font-weight: 750; line-height: 1.4; }
.benefit-list { display: grid; gap: 1rem; }
.benefit-item { display: grid; grid-template-columns: auto 1fr; gap: 1.15rem; padding: 1.45rem; border: 1px solid rgba(255,255,255,.11); border-radius: 20px; background: rgba(255,255,255,.065); transition: transform var(--transition), background var(--transition); }
.benefit-item:hover { transform: translateX(7px); background: rgba(255,255,255,.095); }
.benefit-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; color: #afa4ff; background: rgba(138,121,255,.14); font-size: 1.25rem; }
.benefit-count { display: block; margin-bottom: .25rem; color: #7e8aa7; font-size: .67rem; font-weight: 900; letter-spacing: .1em; }
.benefit-item h3 { margin-bottom: .5rem; color: #fff; }
.benefit-item p { margin: 0; color: #b7c0d3; }

/* Process */
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.process-grid::before { content: ""; position: absolute; top: 54px; left: 9%; right: 9%; height: 2px; background: linear-gradient(90deg, rgba(0,167,157,.12), rgba(105,85,246,.35), rgba(0,167,157,.12)); }
.process-step { position: relative; z-index: 1; padding: 1.4rem; border: 1px solid rgba(0,128,120,.13); border-radius: 20px; background: rgba(255,255,255,.75); box-shadow: 0 15px 36px rgba(22,83,78,.07); }
.process-number { display: block; margin-bottom: 1.2rem; color: var(--primary); font-size: .74rem; font-weight: 900; letter-spacing: .1em; }
.process-dot { width: 14px; height: 14px; display: block; margin: 0 0 1.25rem; border: 4px solid #fff; border-radius: 50%; background: var(--secondary); box-shadow: 0 0 0 5px rgba(0,167,157,.12); }
.process-step h3 { margin-bottom: .65rem; }
.process-step p { margin: 0; font-size: .9rem; }

/* Technology carousel: real local SVG logo files, not icon text. */
.tech-section { background: #fff; }
.tech-carousel { position: relative; width: 100%; overflow: hidden; padding: .75rem 0 1.2rem; }
.tech-track { width: max-content; display: flex; animation: tech-scroll 30s linear infinite; }
.tech-carousel:hover .tech-track, .tech-carousel:focus-within .tech-track { animation-play-state: paused; }
.tech-group { display: flex; gap: 1rem; padding-right: 1rem; }
.tech-logo-card { width: 170px; min-height: 138px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .85rem; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 14px 34px rgba(27,36,78,.07); transition: transform var(--transition), box-shadow var(--transition); }
.tech-logo-card:hover { transform: translateY(-7px); box-shadow: 0 22px 48px rgba(27,36,78,.13); }
.tech-logo-card img { width: 58px; height: 58px; object-fit: contain; filter: drop-shadow(0 8px 12px rgba(22,30,65,.13)); }
.tech-logo-card span { color: var(--ink-soft); font-size: .78rem; font-weight: 850; letter-spacing: .04em; }
.tech-carousel-fade { position: absolute; z-index: 2; top: 0; bottom: 0; width: min(10vw,140px); pointer-events: none; }
.tech-carousel-fade-left { left: 0; background: linear-gradient(90deg,#fff,transparent); }
.tech-carousel-fade-right { right: 0; background: linear-gradient(270deg,#fff,transparent); }
@keyframes tech-scroll { to { transform: translateX(-50%); } }

/* CTA */
.cta-panel { position: relative; overflow: hidden; padding: clamp(2.1rem,4vw,3.4rem); border-radius: var(--radius-lg); background: linear-gradient(135deg,#6651ef,#4f3bcf 55%,#267fa4); box-shadow: var(--shadow-lg); }
.cta-panel h2 { max-width: 760px; margin-bottom: .9rem; color: #fff; }
.cta-panel p { max-width: 720px; margin-bottom: 0; color: rgba(255,255,255,.78); }
.cta-orb { position: absolute; width: 280px; height: 280px; right: -90px; bottom: -170px; border-radius: 50%; background: rgba(255,255,255,.12); }

/* Contact */
.contact-section { color: #fff; }
.contact-panel { overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius-lg); background: #fff; box-shadow: 0 32px 88px rgba(3,8,25,.24); }
.contact-copy { min-height: 100%; padding: clamp(2rem,4vw,3.4rem); background: linear-gradient(150deg,#1f2850,#151d38 72%); }
.contact-copy h2 { margin-bottom: 1rem; color: #fff; }
.contact-copy > p { margin-bottom: 2rem; color: #bdc6d9; }
.contact-detail { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: .9rem; margin-top: 1rem; padding: .95rem; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.055); }
.contact-detail > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; color: #b7adff; background: rgba(132,113,255,.14); }
.contact-detail strong, .contact-detail small { display: block; }
.contact-detail strong { color: #fff; font-size: .9rem; }
.contact-detail small { color: #aeb8ce; font-size: .75rem; }
.contact-form-wrap { padding: clamp(2rem,4vw,3.4rem); color: var(--ink); background: #fff; }
.form-label { margin-bottom: .45rem; color: var(--ink); font-size: .82rem; font-weight: 800; }
.form-label span { color: var(--muted); font-weight: 600; }
.form-control { min-height: 52px; border: 1px solid rgba(29,43,79,.14); border-radius: 13px; color: var(--ink); background: #f9faff; }
textarea.form-control { min-height: 150px; resize: vertical; }
.form-control:focus { border-color: rgba(105,85,246,.55); background: #fff; box-shadow: 0 0 0 .25rem rgba(105,85,246,.1); }
.privacy-note { display: inline-flex; align-items: center; gap: .4rem; color: var(--muted); font-size: .74rem; }
.privacy-note i { color: var(--secondary); }
.alert { border-radius: 14px; }

/* FAQ is deliberately the final section above the footer. */
.faq-section { background: #f7f8fc; }
.accordion { display: grid; gap: .85rem; }
.accordion-item { overflow: hidden; border: 1px solid var(--line) !important; border-radius: 16px !important; background: #fff; box-shadow: 0 10px 28px rgba(27,36,78,.05); }
.accordion-button { padding: 1.25rem 1.35rem; color: var(--ink); background: #fff; font-size: 1rem; font-weight: 800; box-shadow: none !important; }
.accordion-button:not(.collapsed) { color: var(--primary-dark); background: rgba(105,85,246,.055); }
.accordion-button::after { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background-color: rgba(105,85,246,.08); background-size: 14px; background-position: center; }
.accordion-body { padding: 0 1.35rem 1.35rem; color: var(--muted); }

/* Footer */
.site-footer { padding: 3.2rem 0 1.5rem; color: #c9d0df; background: #10182d; }
.footer-top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,.09); }
.footer-brand { display: inline-flex; align-items: center; gap: .65rem; color: #fff; font-size: 1.2rem; font-weight: 900; text-decoration: none; }
.footer-top p { margin: 0; color: #aeb8ca; text-align: center; }
.back-to-top { color: #fff; font-size: .86rem; font-weight: 800; text-decoration: none; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1.4rem; color: #7f899d; font-size: .76rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1199.98px) {
    .nav-link { padding-inline: .55rem !important; }
    .solution-flow__step p { font-size: .72rem; }
}

@media (max-width: 991.98px) {
    :root { --header-height: 72px; }
    .navbar-collapse { margin-top: .8rem; padding: .9rem; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.97); box-shadow: var(--shadow-sm); }
    .nav-link { padding: .7rem .5rem !important; }
    .language-switcher { width: fit-content; margin: .45rem 0; }
    .nav-cta { width: 100%; margin-top: .35rem; }
    .hero-section { min-height: auto; padding-top: calc(var(--header-height) + 4rem); }
    .hero-copy { max-width: none; text-align: center; }
    .hero-actions { justify-content: center; }
    .hero-proof { justify-content: center; }
    .hero-visual { max-width: 650px; }
    .sticky-offset { position: static !important; }
    .process-grid { grid-template-columns: repeat(2,1fr); }
    .process-grid::before { display: none; }
    .contact-copy { min-height: auto; }
    .footer-top { grid-template-columns: 1fr; text-align: center; }
    .footer-brand, .back-to-top { justify-self: center; }
}

@media (max-width: 767.98px) {
    .section-space { padding: 4.7rem 0; }
    .section-space-sm { padding: 3.2rem 0; }
    .service-card { padding: 1.55rem; }
    .process-grid { grid-template-columns: 1fr; }
    .tech-logo-card { width: 145px; min-height: 122px; }
    .tech-logo-card img { width: 50px; height: 50px; }
    .footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 575.98px) {
    h1 { font-size: clamp(2.35rem, 12vw, 3.25rem); }
    h2 { font-size: clamp(1.85rem, 9vw, 2.55rem); }
    .hero-section { padding-top: calc(var(--header-height) + 3rem); }
    .hero-actions .btn { width: 100%; }
    .hero-proof { display: grid !important; gap: .65rem; text-align: left; }
    .solution-flow { border-radius: 24px; }
    .solution-flow__topline { align-items: flex-start; flex-direction: column; }
    .solution-flow__types { grid-template-columns: 1fr; }
    .intro-panel, .cta-panel, .contact-panel { border-radius: 24px; }
    .benefit-item { grid-template-columns: 1fr; }
    .tech-carousel-fade { display: none; }
    .contact-form-wrap, .contact-copy { padding: 1.5rem; }
}

@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; }
    .tech-track { animation: none; }
}
