        :root {
            --accent: #f97316;
            --accent-dark: #ea580c;
            --text: #e5e7eb;
            --text-strong: #f8fafc;
            --text-soft: #cbd5e1;
            --muted: #94a3b8;
            --muted-2: #64748b;
            --page: #0b1120;
            --page-2: #0f172a;
            --panel: #111827;
            --panel-2: #172033;
            --panel-3: #1e293b;
            --surface-warm: rgba(249, 115, 22, 0.10);
            --line: rgba(148, 163, 184, 0.18);
            --line-strong: rgba(148, 163, 184, 0.30);
            --hero: #0b1120;
            --hero-2: #111827;
            --shadow-soft: 0 18px 45px rgba(0, 0, 0, 0.24);
            --shadow-strong: 0 24px 70px rgba(0, 0, 0, 0.38);
            --radius: 22px;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Inter', sans-serif;
            scroll-behavior: smooth;
        }

        html { scroll-padding-top: 82px; }

        body {
            color: var(--text);
            background:
                radial-gradient(circle at 12% 8%, rgba(249, 115, 22, 0.10), transparent 26%),
                radial-gradient(circle at 88% 20%, rgba(56, 189, 248, 0.08), transparent 24%),
                linear-gradient(180deg, var(--page), var(--page-2) 46%, #0a0f1c 100%);
            line-height: 1.65;
            overflow-x: hidden;
        }

        body::before {
            content: '';
            position: fixed;
            inset: 0;
            background-image:
                linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
            background-size: 44px 44px;
            pointer-events: none;
            z-index: -1;
        }

        a { color: inherit; }

        nav {
            position: sticky;
            top: 0;
            z-index: 1000;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0.95rem 2rem;
            background: rgba(11, 17, 32, 0.86);
            backdrop-filter: blur(16px);
            border-bottom: 1px solid var(--line);
        }

        .logo {
            text-decoration: none;
            font-size: 1.45rem;
            font-weight: 900;
            letter-spacing: -0.04em;
            color: var(--text-strong);
        }

        .logo span { color: var(--accent); }

        nav ul {
            list-style: none;
            display: flex;
            gap: 1.45rem;
            align-items: center;
        }

        nav a {
            text-decoration: none;
            font-size: 0.92rem;
            font-weight: 700;
            color: var(--text-soft);
            transition: color 0.2s ease, background 0.2s ease;
        }

        nav a:hover { color: #fdba74; }

        .nav-cta {
            background: var(--accent);
            color: white !important;
            padding: 0.7rem 1rem;
            border-radius: 999px;
        }

        .nav-cta:hover { background: var(--accent-dark); }

        .menu-toggle {
            display: none;
            flex-direction: column;
            gap: 5px;
            cursor: pointer;
            z-index: 1001;
        }

        .bar {
            width: 25px;
            height: 3px;
            border-radius: 999px;
            background: var(--text-strong);
        }

        section {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 5.5rem 2rem;
        }

        .section-kicker {
            display: block;
            width: fit-content;
            margin: 0 auto 0.8rem;
            padding: 0.38rem 0.75rem;
            border: 1px solid rgba(249, 115, 22, 0.34);
            border-radius: 999px;
            background: var(--surface-warm);
            color: #fdba74;
            font-size: 0.78rem;
            font-weight: 900;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        h1, h2, h3, h4 { color: var(--text-strong); }

        h2 {
            text-align: center;
            font-size: clamp(2rem, 4vw, 2.75rem);
            line-height: 1.1;
            font-weight: 900;
            letter-spacing: -0.045em;
            margin-bottom: 1rem;
        }

        .section-subtitle {
            max-width: 760px;
            margin: 0 auto 3.2rem;
            text-align: center;
            color: var(--muted);
            font-size: 1.05rem;
        }

        .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.45rem;
            min-height: 48px;
            padding: 0.78rem 1.45rem;
            border: 0;
            border-radius: 999px;
            background: var(--accent);
            color: white;
            text-decoration: none;
            font-weight: 850;
            cursor: pointer;
            box-shadow: 0 16px 34px rgba(249, 115, 22, 0.28);
            transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
        }

        .btn:hover {
            background: var(--accent-dark);
            transform: translateY(-2px);
            box-shadow: 0 18px 40px rgba(249, 115, 22, 0.34);
        }

        .btn-secondary {
            background: rgba(255, 255, 255, 0.08);
            border: 1px solid rgba(255, 255, 255, 0.18);
            color: white;
            box-shadow: none;
        }

        .btn-secondary:hover {
            background: rgba(255, 255, 255, 0.14);
            color: white;
            box-shadow: none;
        }

        .hero-shell {
            background:
                radial-gradient(circle at 14% 18%, rgba(249, 115, 22, 0.22), transparent 30%),
                radial-gradient(circle at 86% 28%, rgba(56, 189, 248, 0.14), transparent 28%),
                linear-gradient(135deg, var(--hero), var(--hero-2));
            color: white;
            position: relative;
            overflow: hidden;
            border-bottom: 1px solid var(--line);
        }

        .hero-shell::before {
            content: '';
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
            background-size: 42px 42px;
            mask-image: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.18));
            pointer-events: none;
        }

        .hero {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
            align-items: center;
            gap: 3rem;
            max-width: 1200px;
            min-height: 74vh;
            margin: 0 auto;
            padding: 5.5rem 2rem;
        }

        .eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 0.55rem;
            width: fit-content;
            margin-bottom: 1.25rem;
            padding: 0.52rem 0.85rem;
            border: 1px solid rgba(249, 115, 22, 0.45);
            border-radius: 999px;
            background: rgba(249, 115, 22, 0.12);
            color: #fed7aa;
            font-size: 0.85rem;
            font-weight: 900;
            letter-spacing: 0.04em;
            text-transform: uppercase;
        }

        .eyebrow::before {
            content: '';
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--accent);
            box-shadow: 0 0 0 6px rgba(249, 115, 22, 0.16);
        }

        .hero h1 {
            max-width: 760px;
            color: white;
            font-size: clamp(2.55rem, 6vw, 5rem);
            line-height: 0.98;
            letter-spacing: -0.07em;
            font-weight: 900;
            margin-bottom: 1.45rem;
        }

        .hero h1 span { color: #fdba74; }

        .hero p {
            max-width: 700px;
            color: #cbd5e1;
            font-size: 1.12rem;
            margin-bottom: 2rem;
        }

        .hero-actions {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
            margin-bottom: 1.4rem;
        }

        .trust-list {
            display: flex;
            flex-wrap: wrap;
            gap: 0.72rem;
        }

        .trust-list span {
            padding: 0.55rem 0.8rem;
            border: 1px solid rgba(148, 163, 184, 0.24);
            border-radius: 999px;
            background: rgba(15, 23, 42, 0.45);
            color: #cbd5e1;
            font-size: 0.9rem;
            font-weight: 650;
        }

        .hero-card {
            position: relative;
            padding: 0.9rem;
            border: 1px solid rgba(255, 255, 255, 0.14);
            border-radius: 30px;
            background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04));
            box-shadow: var(--shadow-strong);
        }

        .printer-mockup {
            min-height: 430px;
            border-radius: 23px;
            background-color: #1e293b;
            background-image: linear-gradient(to bottom, rgba(15, 23, 42, 0.05), rgba(15, 23, 42, 0.35)), url('drukarka.jpg');
            background-position: center;
            background-size: cover;
            overflow: hidden;
        }

        .hero-spec {
            position: absolute;
            left: 1.8rem;
            right: 1.8rem;
            bottom: 1.8rem;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 0.75rem;
        }

        .hero-spec span {
            padding: 0.75rem;
            border: 1px solid rgba(255,255,255,0.16);
            border-radius: 16px;
            background: rgba(15, 23, 42, 0.76);
            backdrop-filter: blur(12px);
            color: white;
            font-size: 0.82rem;
            font-weight: 800;
            text-align: center;
        }

        .bg-light {
            background: rgba(15, 23, 42, 0.52);
            border-top: 1px solid var(--line);
            border-bottom: 1px solid var(--line);
        }

        .intro-box {
            max-width: 900px;
            margin: 0 auto;
            padding: 2.6rem;
            border: 1px solid var(--line);
            border-radius: var(--radius);
            background: linear-gradient(180deg, rgba(30, 41, 59, 0.82), rgba(17, 24, 39, 0.92));
            box-shadow: var(--shadow-soft);
            color: var(--text-soft);
        }

        .intro-box p { font-size: 1.04rem; }

        .grid-3,
        .grid-4 {
            display: grid;
            gap: 1.25rem;
        }

        .grid-3 { grid-template-columns: repeat(3, 1fr); }
        .grid-4 { grid-template-columns: repeat(4, 1fr); }

        .card,
        .offer-card,
        .process-card,
        .pricing-card,
        .faq-card,
        .spec-card {
            position: relative;
            min-height: 100%;
            padding: 1.65rem;
            border: 1px solid var(--line);
            border-radius: var(--radius);
            background: linear-gradient(180deg, rgba(30, 41, 59, 0.78), rgba(17, 24, 39, 0.92));
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.03);
            transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
        }

        .card::before,
        .offer-card::before,
        .process-card::before,
        .pricing-card::before,
        .spec-card::before {
            content: '';
            position: absolute;
            left: 1.65rem;
            top: 0;
            width: 44px;
            height: 3px;
            border-radius: 0 0 999px 999px;
            background: var(--accent);
        }

        .card:hover,
        .offer-card:hover,
        .process-card:hover,
        .pricing-card:hover,
        .spec-card:hover {
            transform: translateY(-4px);
            border-color: rgba(249, 115, 22, 0.38);
            box-shadow: var(--shadow-soft);
        }

        .card h3,
        .offer-card h3,
        .process-card h3,
        .pricing-card h3,
        .faq-card h3,
        .spec-card h3 {
            margin-bottom: 0.65rem;
            color: var(--text-strong);
            font-size: 1.08rem;
            line-height: 1.28;
        }

        .card p,
        .offer-card p,
        .process-card p,
        .pricing-card p,
        .faq-card p,
        .spec-card p,
        .spec-card li {
            color: var(--text-soft);
            font-size: 0.96rem;
        }

        .offer-icon {
            width: 42px;
            height: 42px;
            margin-bottom: 1.1rem;
            color: var(--accent);
            stroke-width: 1.7;
        }

        .process-number {
            width: 42px;
            height: 42px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1rem;
            border-radius: 14px;
            background: rgba(249, 115, 22, 0.16);
            border: 1px solid rgba(249, 115, 22, 0.32);
            color: #fdba74;
            font-weight: 900;
        }

        .spec-section {
            background:
                radial-gradient(circle at 18% 8%, rgba(249,115,22,0.18), transparent 26%),
                linear-gradient(135deg, rgba(17,24,39,0.96), rgba(15,23,42,0.98));
            color: white;
            border: 1px solid var(--line);
            border-radius: 34px;
            padding: 4.5rem 2rem;
            overflow: hidden;
            position: relative;
        }

        .spec-section::before {
            content: '';
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
            background-size: 36px 36px;
            opacity: 0.55;
            pointer-events: none;
        }

        .spec-section > * { position: relative; z-index: 1; }
        .spec-section h2 { color: white; }
        .spec-section .section-subtitle { color: #cbd5e1; }

        .spec-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1rem;
        }

        .spec-card {
            background: rgba(255,255,255,0.06);
            border-color: rgba(255,255,255,0.12);
            box-shadow: none;
        }

        .spec-card h3 { color: white; }
        .spec-card p, .spec-card li { color: #cbd5e1; }
        .spec-card ul { padding-left: 1.1rem; }

        .portfolio-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.25rem;
        }

        .portfolio-item {
            overflow: hidden;
            border: 1px solid var(--line);
            border-radius: var(--radius);
            background: linear-gradient(180deg, rgba(30, 41, 59, 0.78), rgba(17, 24, 39, 0.92));
            box-shadow: 0 1px 0 rgba(255,255,255,0.03);
            transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
        }

        .portfolio-item:hover {
            transform: translateY(-4px);
            border-color: rgba(249, 115, 22, 0.32);
            box-shadow: var(--shadow-soft);
        }

        .portfolio-img-container {
            position: relative;
            width: 100%;
            height: 280px;
            overflow: hidden;
            cursor: pointer;
            background: #1e293b;
        }

        .portfolio-img-container::after {
            content: 'Powiększ';
            position: absolute;
            left: 1rem;
            bottom: 1rem;
            padding: 0.38rem 0.7rem;
            border: 1px solid rgba(255,255,255,0.22);
            border-radius: 999px;
            background: rgba(15,23,42,0.72);
            color: white;
            font-size: 0.75rem;
            font-weight: 800;
            opacity: 0;
            transition: opacity 0.2s ease;
        }

        .portfolio-img-container:hover::after { opacity: 1; }

        .portfolio-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.35s ease, filter 0.35s ease;
        }

        .portfolio-img-container:hover .portfolio-img {
            transform: scale(1.045);
            filter: brightness(0.86);
        }

        .portfolio-desc { padding: 1.3rem; }
        .portfolio-desc h4 { margin: 0.2rem 0 0.8rem; color: var(--text-strong); }
        .portfolio-desc p { color: var(--text-soft); font-size: 0.92rem; }

        .tag {
            display: inline-flex;
            margin-bottom: 0.55rem;
            padding: 0.32rem 0.62rem;
            border: 1px solid rgba(249, 115, 22, 0.28);
            border-radius: 999px;
            background: var(--surface-warm);
            color: #fdba74;
            font-size: 0.74rem;
            font-weight: 900;
        }

        .case-line { display: block; margin-top: 0.5rem; }
        .case-line strong { color: var(--text-strong); }

        .pricing-card .price {
            margin: 0.5rem 0 0.9rem;
            color: #fdba74;
            font-size: 1.9rem;
            font-weight: 900;
            letter-spacing: -0.04em;
        }

        .contact-box {
            max-width: 760px;
            margin: 0 auto;
            padding: 2.6rem;
            border: 1px solid rgba(249, 115, 22, 0.30);
            border-radius: 30px;
            background:
                radial-gradient(circle at 10% 0%, rgba(249,115,22,0.18), transparent 34%),
                linear-gradient(180deg, rgba(30,41,59,0.90), rgba(17,24,39,0.96));
            box-shadow: var(--shadow-soft);
        }

        .contact-box .email {
            display: inline-block;
            margin: 0.35rem 0 1rem;
            color: #fdba74;
            text-decoration: none;
            font-size: clamp(1.25rem, 4vw, 1.8rem);
            font-weight: 900;
            word-break: break-word;
        }

        footer {
            padding: 3rem 2rem;
            border-top: 1px solid var(--line);
            background: rgba(11, 17, 32, 0.86);
            color: var(--muted);
            text-align: center;
        }

        .modal {
            display: none;
            position: fixed;
            z-index: 2000;
            inset: 0;
            overflow: auto;
            background: rgba(0,0,0,0.9);
            backdrop-filter: blur(6px);
        }

        .modal-content {
            display: block;
            width: 82%;
            max-width: 960px;
            max-height: 90vh;
            margin: auto;
            object-fit: contain;
            border-radius: 12px;
            box-shadow: 0 0 28px rgba(0,0,0,0.55);
            animation: zoom 0.25s ease;
        }

        @keyframes zoom {
            from { transform: scale(0.92); opacity: 0; }
            to { transform: scale(1); opacity: 1; }
        }

        .close {
            position: absolute;
            top: 16px;
            right: 32px;
            color: white;
            font-size: 42px;
            font-weight: 900;
            cursor: pointer;
            z-index: 2001;
        }

        .close:hover { color: #fdba74; }

        .reveal-ready .reveal {
            opacity: 0;
            transform: translateY(28px);
            transition: opacity 0.7s ease, transform 0.7s ease;
        }

        .reveal-ready .reveal.active {
            opacity: 1;
            transform: translateY(0);
        }

        @media (max-width: 1050px) {
            .grid-4, .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
            .spec-grid, .grid-3 { grid-template-columns: 1fr; }
            .hero { grid-template-columns: 1fr; }
            .hero-card { max-width: 620px; }
        }

        @media (max-width: 850px) {
            .menu-toggle { display: flex; }

            nav ul {
                position: absolute;
                top: 63px;
                left: 0;
                width: 100%;
                max-height: 0;
                overflow: hidden;
                display: flex;
                flex-direction: column;
                gap: 0;
                background: rgba(11, 17, 32, 0.98);
                border-bottom: 1px solid var(--line);
                transition: max-height 0.3s ease;
            }

            nav ul.active { max-height: 560px; }
            nav ul li { width: 100%; text-align: center; }
            nav ul li a { display: block; width: 100%; padding: 1rem; }
            .nav-cta { border-radius: 0; background: var(--accent); }
            section { padding: 4rem 1.25rem; }
            .hero { padding: 2.5rem 1.25rem; min-height: auto; gap: 2rem; }
            .hero-card { order: 0; }
            .hero h1 { font-size: clamp(2.25rem, 8vw, 3.5rem); line-height: 1.06; letter-spacing: -0.05em; }
            .printer-mockup { min-height: 310px; }
            .hero-spec { grid-template-columns: 1fr; left: 1.2rem; right: 1.2rem; bottom: 1.2rem; }
            .calc-layout { grid-template-columns: 1fr; }
            .dims-wrapper { grid-template-columns: 1fr; }
            .portfolio-grid, .grid-4 { grid-template-columns: 1fr; }
            .contact-box { padding: 2rem 1.25rem; }
            .modal-content { width: 94%; }
        }

/* Shared consent controls and service pages. */
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #fdba74; outline-offset: 4px; }
.consent-banner { position: fixed; z-index: 2000; bottom: 1rem; left: 1rem; right: 1rem; max-width: 760px; margin: auto; padding: 1.5rem; background: #111827; border: 1px solid var(--line-strong); border-radius: 22px; box-shadow: var(--shadow-strong); max-height: 85vh; overflow-y: auto; }
.consent-banner p { margin: .6rem 0 1rem; }
.consent-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.consent-actions button { background: var(--panel-3); border: 1px solid var(--line-strong); box-shadow: none; color: white; font-size: 1rem; }
.privacy-control { background: transparent; border: 0; color: var(--text-soft); text-decoration: underline; cursor: pointer; padding: .75rem; font-size: 1rem; }
.service-image { display: block; width: 100%; border-radius: 23px; }
.article-content { max-width: 900px; }
.article-content h2 { text-align: left; margin-top: 2rem; }
.article-content p, .article-content ul, .article-content ol { margin-bottom: 1.25rem; }
.article-content ul, .article-content ol { padding-left: 1.5rem; }
@media (max-width: 600px) { .consent-banner { padding: 1rem; } .consent-actions button { width: 100%; } }

/* Guided quote request; uses the existing navy/orange theme. */
.menu-toggle { background: transparent; border: 0; padding: .5rem; }
.hero .hero-note { font-size: .95rem; margin-bottom: 1.4rem; color: #fed7aa; }
.text-cta { display: inline-block; margin-top: 1rem; padding: .4rem 0; font-weight: 700; color: #fdba74; }
.anchor-alias, #kontakt { scroll-margin-top: 6rem; }
.quote-section { max-width: 1100px; }
.quote-form { background: var(--panel); border: 1px solid var(--line-strong); border-radius: 24px; padding: 2rem; }
.quote-form fieldset { border: 0; min-width: 0; padding: 0; margin: 0; }
.quote-form legend { margin-bottom: .8rem; font-weight: 700; font-size: 1rem; }
.quote-type-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; }
.quote-type-grid label { display: flex; align-items: flex-start; gap: .65rem; border: 1px solid var(--line-strong); border-radius: 14px; padding: 1rem; cursor: pointer; background: var(--panel-2); }
.quote-type-grid label:has(:checked) { border-color: #fb923c; background: #332418; color: #ffedd5; }
.quote-type-grid input { margin-top: .3rem; width: 18px; height: 18px; flex: 0 0 auto; accent-color: #f97316; }
.quote-guidance { padding: 1rem; margin: 1rem 0 1.5rem; background: #131e30; border-left: 3px solid #fb923c; border-radius: 0 10px 10px 0; color: #cbd5e1; }
.quote-field { margin-bottom: 1.3rem; min-width: 0; }
.quote-field > label { display: block; font-weight: 700; margin-bottom: .5rem; }
.required-note { color: #b5c2d4; font-size: .875rem; font-weight: 400; }
.quote-field input, .quote-field textarea, .quote-field select { display: block; width: 100%; min-width: 0; padding: .85rem; background: #0b1322; border: 1px solid #64748b; border-radius: 10px; color: #f1f5f9; font: inherit; }
.quote-field input::placeholder, .quote-field textarea::placeholder { color: #a4b2c5; opacity: 1; }
.quote-field textarea { resize: vertical; }
.quote-field input[type=file] { padding: .7rem; font-size: .9rem; }
.quote-field input::file-selector-button { padding: .55rem .7rem; margin-right: .65rem; border: 1px solid #64748b; border-radius: 7px; background: #26344b; color: white; cursor: pointer; font: inherit; }
.quote-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); gap: 1.2rem; }
.field-help { margin-top: .5rem; color: #b5c2d4; font-size: .9rem; line-height: 1.6; }
.quote-details { border-block: 1px solid var(--line); padding: 1rem 0; margin-bottom: 1.3rem; }
.quote-details summary { cursor: pointer; color: #fed7aa; padding: .4rem 0; }
.quote-details[open] summary { margin-bottom: 1rem; }
.quote-privacy { margin-bottom: 1.3rem; }
.quote-form .btn { font-size: 1rem; }
.quote-form fieldset:disabled { opacity: .65; }
.quote-status { padding: 1.2rem; margin: 1rem 0; border-radius: 10px; border: 1px solid #64748b; background: #131e30; overflow-wrap: anywhere; }
.quote-status[data-state=success] { border-color: #4ade80; color: #dcfce7; }
.quote-status[data-state=error] { border-color: #fb923c; color: #ffedd5; }
.quote-fallback { text-align: center; margin-top: 1.5rem; overflow-wrap: anywhere; }
.quote-fallback a { color: #fdba74; }
.quote-honey, .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
@media (max-width: 700px) {
    .quote-form { padding: 1.15rem; border-radius: 18px; }
    .quote-type-grid, .quote-row { grid-template-columns: minmax(0, 1fr); }
    .quote-row { gap: 0; }
    .quote-form .btn { width: 100%; white-space: normal; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .reveal-ready .reveal { opacity: 1; transform: none; transition: none; }
}
