:root {
    --bg: #071631;
    --bg-alt: #0d234a;
    --surface: rgba(10, 26, 58, 0.78);
    --text: #f5f7fb;
    --muted: #b8c3df;
    --accent: #ff9b21;
    --accent-strong: #ff7a00;
    --line: rgba(255, 255, 255, 0.1);
    --success: #4ade80;
    --error: #f87171;
    --shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
    --radius-lg: 28px;
    --radius-md: 18px;
    --container: min(1180px, calc(100% - 2rem));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.32), transparent 30%),
        radial-gradient(circle at bottom right, rgba(255, 122, 0, 0.2), transparent 26%),
        linear-gradient(180deg, #071631 0%, #08182e 38%, #0a2143 100%);
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
select { font: inherit; }
.container { width: var(--container); margin: 0 auto; }
.page-shell { position: relative; overflow: hidden; }

.page-shell::before,
.page-shell::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    opacity: 0.55;
    pointer-events: none;
}

.page-shell::before {
    width: 26rem;
    height: 26rem;
    top: 5rem;
    right: -10rem;
    background: radial-gradient(circle, rgba(34, 112, 255, 0.25) 0%, transparent 65%);
}

.page-shell::after {
    width: 30rem;
    height: 30rem;
    bottom: 8rem;
    left: -14rem;
    background: radial-gradient(circle, rgba(255, 122, 0, 0.18) 0%, transparent 65%);
}

.top-contact-bar {
    background: #0f3472;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.top-contact-wrap {
    display: flex;
    justify-content: flex-end;
}

.top-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.9rem 0;
    color: #ffffff;
    font-size: 1.45rem;
    font-weight: 500;
}

.top-contact-link strong {
    color: var(--accent);
    font-weight: 700;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(18px);
    background: rgba(7, 22, 49, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    min-height: 5.5rem;
}

.brand { display: inline-flex; align-items: center; gap: 0.9rem; min-width: 0; }
.brand img {
    width: min(18rem, 42vw);
    height: auto;
    object-fit: contain;
}
.brand-fallback { display: none; font-family: 'Space Grotesk', sans-serif; font-weight: 700; }
.site-nav { display: flex; gap: 1.5rem; align-items: center; }
.site-nav a, .footer-links a { color: var(--muted); transition: color 0.25s ease; }
.site-nav a:hover, .footer-links a:hover, .inline-link:hover { color: var(--text); }
.nav-actions { display: flex; align-items: center; gap: 0.9rem; }

.language-switcher {
    display: inline-flex;
    padding: 0.3rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.lang-btn {
    border: 0;
    background: transparent;
    color: var(--muted);
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.lang-btn.active {
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
    color: #041223;
    font-weight: 700;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 1.45rem;
    border-radius: 999px;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #041223; background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%); box-shadow: 0 18px 35px rgba(255, 122, 0, 0.28); }
.btn-secondary { color: var(--text); background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.12); }

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 0.32rem;
    width: 2.8rem;
    height: 2.8rem;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.8rem;
    cursor: pointer;
}

.menu-toggle span { width: 1.3rem; height: 2px; background: var(--text); }
.hero-section { padding: 3rem 0 0; }
.hero-grid, .split-layout, .contact-grid { display: grid; gap: 2rem; }
.hero-grid, .split-layout { grid-template-columns: 1.1fr 0.9fr; align-items: center; }
.contact-grid { grid-template-columns: 0.95fr 1.05fr; }

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: #97b4ff;
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.eyebrow::before {
    content: '';
    width: 2.2rem;
    height: 2px;
    background: linear-gradient(90deg, var(--accent), transparent);
}

.hero-copy h1,
.section-intro h2,
.section-heading h2,
.quote-grid h2,
.contact-copy h2 {
    margin: 1rem 0;
    line-height: 1.04;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    letter-spacing: -0.03em;
}

.hero-copy p,
.section-intro p,
.section-heading p,
.quote-grid p,
.contact-copy p,
.service-card p,
.feature-card p,
.process-card p,
.mini-card p,
.glass-card p,
.site-footer p {
    color: var(--muted);
    line-height: 1.75;
    margin: 0;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.hero-highlights { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 2rem; }

.hero-highlights div,
.feature-card,
.service-card,
.process-card,
.stat-card,
.contact-form,
.contact-copy,
.mini-card,
.glass-card,
.feature-strip,
.quote-band,
.stats-panel {
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.hero-highlights div {
    padding: 1rem;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.04);
}

.hero-highlights strong {
    display: block;
    margin-bottom: 0.35rem;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.35rem;
}

.hero-panel { position: relative; padding: 1.5rem 0 1.5rem 1rem; }

.hero-banner {
    position: relative;
    min-height: 46rem;
    border-radius: 0 0 2rem 2rem;
    overflow: hidden;
    background: #0e254d;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: var(--shadow);
}

.hero-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.hero-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(8, 18, 37, 0.12), rgba(8, 18, 37, 0.22)),
        linear-gradient(90deg, rgba(255, 147, 70, 0.18), rgba(20, 110, 197, 0.12));
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.7s ease;
}

.hero-slide.active {
    opacity: 1;
}

.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-neon {
    position: absolute;
    height: 0.55rem;
    border-radius: 999px;
    background: #ffd08a;
    box-shadow: 0 0 22px rgba(255, 197, 94, 0.95), 0 0 48px rgba(255, 165, 0, 0.65);
}

.hero-neon-top {
    width: 56%;
    top: 6.5rem;
    left: 22%;
    transform: rotate(1deg);
}

.hero-neon-middle {
    width: 60%;
    top: 15.8rem;
    left: 18%;
    transform: rotate(9deg);
}

.hero-neon-bottom {
    width: 36%;
    top: 22rem;
    right: 13%;
    transform: rotate(-18deg);
}

.hero-device {
    position: absolute;
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(18, 34, 68, 0.95), rgba(8, 20, 40, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.26);
}

.hero-device-monitor {
    width: 20rem;
    height: 12rem;
    left: 3rem;
    bottom: 2.5rem;
    transform: rotate(-6deg);
}

.hero-device-laptop {
    width: 18rem;
    height: 11rem;
    right: 2.8rem;
    bottom: 1.7rem;
    transform: rotate(1deg);
}

.hero-device-tower {
    width: 8.5rem;
    height: 16rem;
    left: 50%;
    bottom: 2rem;
    transform: translateX(-50%);
}

.hero-overlay {
    position: absolute;
    inset: 50%;
    width: min(58rem, calc(100% - 7rem));
    min-height: 19rem;
    transform: translate(-50%, -33%);
    padding: 2.5rem 3rem;
    border-radius: 1.4rem;
    background: rgba(16, 41, 88, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero-banner-tag {
    color: var(--accent);
    font-size: 1.1rem;
    letter-spacing: 0.04em;
}

.hero-banner-tag::before {
    display: none;
}

.hero-overlay h1 {
    margin: 1rem 0;
    font-size: clamp(3rem, 7vw, 5.2rem);
    line-height: 0.95;
    font-family: 'Space Grotesk', sans-serif;
}

.hero-overlay p {
    max-width: 42rem;
    font-size: 1.15rem;
    color: #edf1fc;
}

.hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4.5rem;
    height: 4.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0.78);
    background: transparent;
    border: 0;
    z-index: 2;
    user-select: none;
    cursor: pointer;
}

.hero-arrow-left { left: 2.8rem; }
.hero-arrow-right { right: 2.8rem; }

.marquee-strip {
    position: relative;
    z-index: 3;
    background: linear-gradient(135deg, #ffb23d 0%, #ff9b21 100%);
    color: #0b1f43;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marquee-scroll 26s linear infinite;
}

.marquee-content {
    display: flex;
    align-items: center;
    gap: 2.75rem;
    padding: 1rem 1.5rem;
    white-space: nowrap;
    font-size: 1.55rem;
    font-weight: 700;
}

.marquee-content span {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
}

.marquee-icon {
    position: relative;
    display: inline-flex;
    width: 1.35rem;
    height: 1.35rem;
    flex: 0 0 1.35rem;
}

.marquee-icon::before,
.marquee-icon::after {
    content: '';
    position: absolute;
    box-sizing: border-box;
}

.marquee-icon[data-icon='headset']::before {
    inset: 0.12rem 0.14rem 0.42rem;
    border: 0.18rem solid currentColor;
    border-bottom: 0;
    border-radius: 0.8rem 0.8rem 0 0;
}

.marquee-icon[data-icon='headset']::after {
    left: 0.22rem;
    right: 0.22rem;
    bottom: 0.08rem;
    height: 0.42rem;
    border-left: 0.18rem solid currentColor;
    border-right: 0.18rem solid currentColor;
    border-bottom: 0.18rem solid currentColor;
    border-radius: 0 0 0.35rem 0.35rem;
}

.marquee-icon[data-icon='tool']::before {
    width: 1rem;
    height: 0.22rem;
    top: 0.56rem;
    left: 0.14rem;
    background: currentColor;
    transform: rotate(-45deg);
    border-radius: 999px;
}

.marquee-icon[data-icon='tool']::after {
    width: 0.46rem;
    height: 0.46rem;
    top: 0.14rem;
    left: 0.72rem;
    border: 0.16rem solid currentColor;
    border-radius: 50%;
    background: transparent;
}

.marquee-icon[data-icon='download']::before {
    width: 0.22rem;
    height: 0.82rem;
    top: 0.12rem;
    left: 0.57rem;
    background: currentColor;
    border-radius: 999px;
}

.marquee-icon[data-icon='download']::after {
    width: 0.72rem;
    height: 0.72rem;
    left: 0.31rem;
    top: 0.48rem;
    border-right: 0.18rem solid currentColor;
    border-bottom: 0.18rem solid currentColor;
    transform: rotate(45deg);
}

.marquee-icon[data-icon='monitor']::before {
    inset: 0.12rem 0.08rem 0.48rem;
    border: 0.16rem solid currentColor;
    border-radius: 0.18rem;
}

.marquee-icon[data-icon='monitor']::after {
    left: 0.36rem;
    right: 0.36rem;
    bottom: 0.1rem;
    height: 0.22rem;
    background: currentColor;
    border-radius: 999px;
    box-shadow: 0 -0.28rem 0 0 currentColor;
}

.marquee-icon[data-icon='laptop']::before {
    inset: 0.16rem 0.24rem 0.52rem;
    border: 0.16rem solid currentColor;
    border-bottom: 0;
    border-radius: 0.18rem 0.18rem 0 0;
}

.marquee-icon[data-icon='laptop']::after {
    left: 0.08rem;
    right: 0.08rem;
    bottom: 0.14rem;
    height: 0.24rem;
    background: currentColor;
    border-radius: 0.12rem;
}

.marquee-icon[data-icon='palette']::before {
    width: 1rem;
    height: 1rem;
    top: 0.14rem;
    left: 0.12rem;
    border: 0.16rem solid currentColor;
    border-radius: 50% 50% 45% 50%;
}

.marquee-icon[data-icon='palette']::after {
    width: 0.18rem;
    height: 0.18rem;
    left: 0.42rem;
    top: 0.38rem;
    background: currentColor;
    border-radius: 50%;
    box-shadow: 0.32rem -0.06rem 0 0 currentColor, 0.12rem 0.32rem 0 0 currentColor;
}

.marquee-icon[data-icon='code']::before {
    width: 0.5rem;
    height: 0.5rem;
    left: 0.12rem;
    top: 0.42rem;
    border-left: 0.16rem solid currentColor;
    border-bottom: 0.16rem solid currentColor;
    transform: rotate(45deg);
}

.marquee-icon[data-icon='code']::after {
    width: 0.5rem;
    height: 0.5rem;
    right: 0.12rem;
    top: 0.42rem;
    border-right: 0.16rem solid currentColor;
    border-top: 0.16rem solid currentColor;
    transform: rotate(45deg);
}

@keyframes marquee-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.glass-card,
.contact-form,
.contact-copy,
.feature-strip,
.quote-band,
.stats-panel {
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, rgba(15, 39, 84, 0.88) 0%, rgba(10, 26, 58, 0.92) 100%);
}

.card-main { padding: 2rem; position: relative; overflow: hidden; }
.card-main::after {
    content: '';
    position: absolute;
    inset: auto -3rem -4rem auto;
    width: 14rem;
    height: 14rem;
    background: radial-gradient(circle, rgba(255, 122, 0, 0.24), transparent 65%);
}

.card-chip {
    display: inline-flex;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    color: #041223;
    background: rgba(255, 155, 33, 0.95);
    font-size: 0.9rem;
    font-weight: 700;
}

.card-main h2 {
    margin: 1.2rem 0 1rem;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    line-height: 1.1;
    font-family: 'Space Grotesk', sans-serif;
}

.mini-stack, .feature-grid, .services-grid, .process-grid {
    display: grid;
    gap: 1.25rem;
}

.mini-stack { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 1rem; }
.feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.services-grid, .process-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.mini-card, .feature-card, .service-card, .process-card, .stat-card { padding: 1.5rem; border-radius: var(--radius-md); background: rgba(255, 255, 255, 0.03); }

.icon-badge {
    display: inline-grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 0.9rem;
    color: #041223;
    background: linear-gradient(135deg, var(--accent), var(--accent-strong));
    font-weight: 800;
    margin-bottom: 1rem;
}

.content-section { padding: 4rem 0; }
.alt-section { background: linear-gradient(180deg, rgba(13, 35, 74, 0.45), rgba(6, 16, 33, 0)); }
.check-list { list-style: none; padding: 0; margin: 1.75rem 0 0; display: grid; gap: 0.9rem; }
.check-list li { position: relative; padding-left: 1.8rem; color: var(--muted); }
.check-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.65rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), var(--accent-strong));
    box-shadow: 0 0 0 0.28rem rgba(255, 122, 0, 0.15);
}

.stats-panel { padding: 1.2rem; display: grid; gap: 1rem; }
.stat-card strong, .process-card span { display: inline-flex; margin-bottom: 0.55rem; font-family: 'Space Grotesk', sans-serif; color: var(--accent); font-size: 1.5rem; font-weight: 700; }
.section-heading.center { max-width: 46rem; margin: 0 auto 2rem; text-align: center; }
.section-heading.center .eyebrow { justify-content: center; }
.service-card h3, .feature-card h3, .process-card h3 { margin: 0 0 0.8rem; font-size: 1.3rem; }
.accent-card { background: linear-gradient(180deg, rgba(255, 122, 0, 0.18) 0%, rgba(255, 255, 255, 0.05) 100%); }
.inline-link { display: inline-flex; margin-top: 1rem; color: #ffc680; font-weight: 700; }
.quote-band { padding: 2rem; margin: 0 auto; }
.quote-grid { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.quote-grid h2, .contact-copy h2 { font-size: clamp(2rem, 4.2vw, 3.3rem); }
.quote-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18rem;
    padding: 1.15rem 1.5rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 700;
}

.contact-section { padding: 4rem 0 5rem; }
.contact-copy, .contact-form { padding: 2rem; }
.contact-points { display: grid; gap: 1rem; margin-top: 2rem; }
.contact-points span { display: block; margin-bottom: 0.3rem; color: #97b4ff; text-transform: uppercase; font-size: 0.86rem; letter-spacing: 0.1em; }
.contact-points a, .contact-points p { margin: 0; font-weight: 600; }
.form-row { display: grid; gap: 0.55rem; margin-bottom: 1rem; }
.form-row label { color: #d6dff6; font-weight: 600; }

.form-row input,
.form-row select,
.form-row textarea {
    width: 100%;
    padding: 1rem 1.05rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    outline: none;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
    border-color: rgba(255, 155, 33, 0.85);
    background: rgba(255, 255, 255, 0.06);
}

.form-row select {
    appearance: none;
    color: var(--text);
    background-image:
        linear-gradient(45deg, transparent 50%, #d6dff6 50%),
        linear-gradient(135deg, #d6dff6 50%, transparent 50%);
    background-position:
        calc(100% - 1.35rem) calc(50% - 0.18rem),
        calc(100% - 0.95rem) calc(50% - 0.18rem);
    background-size: 0.45rem 0.45rem, 0.45rem 0.45rem;
    background-repeat: no-repeat;
    padding-right: 3rem;
}

.form-row select option {
    color: #12233f;
    background-color: #ffffff;
}

.submit-btn { width: 100%; margin-top: 0.5rem; border: 0; cursor: pointer; }
.submit-btn.is-loading { opacity: 0.8; pointer-events: none; }
.form-status { min-height: 1.5rem; margin: 1rem 0 0; color: var(--muted); }
.form-status.success { color: var(--success); }
.form-status.error { color: var(--error); }

.site-footer { padding: 1.8rem 0 2.8rem; border-top: 1px solid rgba(255, 255, 255, 0.08); }
.footer-wrap { display: flex; justify-content: space-between; gap: 1.5rem; align-items: flex-start; }
.footer-brand img {
    width: min(16rem, 48vw);
    height: auto;
    object-fit: contain;
}
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem 1.3rem; justify-content: flex-end; }

@media (max-width: 1024px) {
    .feature-grid, .services-grid, .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hero-grid, .split-layout, .contact-grid { grid-template-columns: 1fr; }
    .hero-panel { padding-left: 0; }
    .quote-grid { flex-direction: column; align-items: flex-start; }
    .hero-banner { min-height: 40rem; }
    .hero-overlay { width: calc(100% - 4rem); padding: 2rem; transform: translate(-50%, -27%); }
}

@media (max-width: 860px) {
    .menu-toggle { display: inline-flex; }
    .site-nav, .nav-actions .btn { display: none; }
    .site-header.open .site-nav {
        display: flex;
        position: absolute;
        top: calc(100% + 0.8rem);
        left: 1rem;
        right: 1rem;
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem;
        border-radius: var(--radius-md);
        background: rgba(9, 23, 49, 0.98);
        border: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: var(--shadow);
    }
    .nav-actions { margin-left: auto; }
}

@media (max-width: 720px) {
    .hero-section { padding-top: 2rem; }
    .hero-highlights, .feature-grid, .services-grid, .process-grid, .mini-stack { grid-template-columns: 1fr; }
    .quote-phone { min-width: 100%; }
    .footer-wrap { flex-direction: column; }
    .hero-banner { min-height: 34rem; border-radius: 0 0 1.4rem 1.4rem; }
    .hero-arrow { font-size: 3.2rem; }
    .hero-arrow-left { left: 1rem; }
    .hero-arrow-right { right: 1rem; }
    .hero-overlay {
        width: calc(100% - 2rem);
        min-height: auto;
        padding: 1.5rem;
        transform: translate(-50%, -18%);
    }
    .hero-device-monitor { width: 11rem; height: 7rem; left: 0.75rem; bottom: 1.5rem; }
    .hero-device-laptop { width: 10rem; height: 6.5rem; right: 0.8rem; bottom: 1rem; }
    .hero-device-tower { width: 5.2rem; height: 11rem; bottom: 1.1rem; }
    .marquee-content { gap: 1.8rem; font-size: 1.1rem; padding: 0.9rem 1rem; }
    .top-contact-wrap { justify-content: center; }
    .top-contact-link { font-size: 1rem; text-align: center; flex-wrap: wrap; justify-content: center; padding: 0.75rem 0; }
}

@media (max-width: 560px) {
    .nav-wrap { min-height: 5rem; }
    .brand img { width: min(13.5rem, 52vw); }
    .hero-copy h1, .section-intro h2, .section-heading h2, .quote-grid h2, .contact-copy h2 { font-size: 2.2rem; }
    .contact-copy, .contact-form, .card-main, .feature-strip, .quote-band { padding: 1.35rem; }
    .hero-overlay h1 { font-size: 2.7rem; }
    .hero-overlay p { font-size: 1rem; }
    .hero-banner-tag { font-size: 0.95rem; }
}
