.eyebrow { margin: 0 0 10px; color: var(--blue-700); font-size: .78rem; letter-spacing: .14em; }
    h1, h2, h3, p { margin-top: 0; }
    h1, h2, h3 { font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif; }
    h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(2.4rem, 6vw, 5.2rem); line-height: .98; letter-spacing: -.055em; }
    h2 { margin-bottom: 16px; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.05; letter-spacing: -.04em; }
    h3 { margin-bottom: 8px; font-size: 1.17rem; line-height: 1.25; }
    .lead { max-width: 650px; color: #42566e; font-size: clamp(1.05rem, 2vw, 1.2rem); }
.section-head { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 50px; margin-bottom: 42px; }
    .section-head p { color: var(--muted); }
.btn-primary { color: var(--white); background: var(--blue-700); box-shadow: 0 12px 28px rgba(7,89,199,.22); }
    .btn-primary:hover { background: var(--blue-600); }
    .btn-white { color: var(--blue-950); background: var(--white); box-shadow: var(--shadow); }
    .btn-ghost { color: var(--blue-700); border-color: var(--line); background: var(--white); }

    .hero { position: relative; overflow: hidden; padding: 72px 0 84px; background: radial-gradient(circle at 90% 15%, #d9eaff 0, transparent 38%), linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%); }
    .hero::before { position: absolute; width: 340px; height: 340px; top: -180px; left: -130px; border: 55px solid rgba(10,110,232,.07); border-radius: 50%; content: ""; }
    .hero-grid { display: grid; grid-template-columns: 1.05fr .82fr; align-items: center; gap: 56px; }
    .location { width: fit-content; display: flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--blue-700); font-size: .82rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
    .location i { width: 8px; height: 8px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(26,154,97,.11); }
    .hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin: 32px 0 28px; }
    .hero-actions .btn { border-radius: 5px; box-shadow: none; }
    .hero-actions .btn-primary { padding: 15px 22px; background: var(--blue-950); }
    .hero-actions .btn-primary:hover { background: var(--blue-700); box-shadow: 0 10px 24px rgba(8, 49, 101, .18); }
    .hero-actions .btn-primary i { transition: transform .2s ease; }
    .hero-actions .btn-primary:hover i { transform: translateX(3px); }
    .hero-actions .btn-ghost { min-height: auto; padding: 10px 3px 8px; color: var(--blue-900); background: transparent; border: 0; border-bottom: 1px solid var(--blue-700); border-radius: 0; }
    .hero-actions .btn-ghost:hover { color: var(--blue-600); background: transparent; transform: none; }
    .hero-actions .btn-ghost i { margin-left: 3px; font-size: .9em; transition: transform .2s ease; }
    .hero-actions .btn-ghost:hover i { transform: translateX(4px); }
    .trust-row { display: flex; flex-wrap: wrap; gap: 18px; color: #4b5d73; font-size: .88rem; font-weight: 700; }
    .trust-row span::before { margin-right: 7px; color: var(--green); content: "✓"; font-weight: 900; }
    .hero-media { position: relative; z-index: 1; isolation: isolate; }
    .hero-media::before { position: absolute; z-index: -1; top: 32px; right: -18px; bottom: -18px; left: 30px; background: linear-gradient(145deg, var(--blue-700), var(--blue-900)); border-radius: 30px; content: ""; }
    .hero-media::after { position: absolute; z-index: 2; top: -14px; right: -14px; width: 94px; height: 94px; border-top: 3px solid var(--blue-600); border-right: 3px solid var(--blue-600); content: ""; pointer-events: none; }
    .hero-media img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 5; border-radius: 30px; object-fit: cover; box-shadow: 0 30px 70px rgba(6,34,76,.2); }
    .floating-card { position: absolute; z-index: 3; left: -30px; right: 26px; bottom: 26px; width: auto; padding: 18px 22px; background: rgba(255,255,255,.58); border: 1px solid rgba(255,255,255,.82); border-radius: 14px; box-shadow: 0 14px 36px rgba(6,34,76,.16), inset 0 1px 0 rgba(255,255,255,.72); -webkit-backdrop-filter: blur(18px) saturate(145%); backdrop-filter: blur(18px) saturate(145%); }
    .floating-card strong { display: block; margin: 3px 0 1px; color: var(--blue-950); font-size: 1.08rem; }
    .floating-card span { color: #43566c; font-size: .85rem; }
    .stars { color: #f3a900; letter-spacing: 2px; }

    .brands { padding: 38px 0 12px; }


    .quick { position: relative; z-index: 2; margin-top: 28px; padding-block: 52px; }
    .quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
    .quick-item { min-height: 190px; display: flex; align-items: center; flex-direction: column; padding: 0 28px; border-right: 1px solid #ded7d0; text-align: center; opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
    .quick-item.is-visible { opacity: 1; transform: translateY(0); }
    .quick-item:nth-child(2) { transition-delay: .1s; }
    .quick-item:nth-child(3) { transition-delay: .2s; }
    .quick-item:nth-child(4) { transition-delay: .3s; }
    .quick-item:last-child { border-right: 0; }
    .stat-number { display: flex; align-items: baseline; justify-content: center; color: var(--blue-700); font-size: clamp(3rem, 5vw, 4rem); font-weight: 800; line-height: 1; letter-spacing: -.055em; }
    .stat-suffix { margin-left: 2px; font-size: .38em; letter-spacing: 0; }
    .stat-label { min-height: 48px; display: grid; place-items: start center; margin-top: 10px; color: #141a28; font-size: .98rem; line-height: 1.4; }
    .stat-icon { width: 62px; height: 62px; display: grid; place-items: center; margin-top: 17px; color: var(--blue-900); border: 2px solid var(--blue-900); border-radius: 50%; font-size: 1.65rem; line-height: 1; }
    .quick-item:nth-child(1) .stat-icon, .quick-item:nth-child(3) .stat-icon, .quick-item:nth-child(4) .stat-icon { border-radius: 16px; }

    .services { background: linear-gradient(180deg, var(--white) 0%, #f5f9fe 100%); }
    .cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .card { padding: 28px; background: var(--sky); border: 1px solid transparent; border-radius: var(--radius); transition: transform .2s, border-color .2s, box-shadow .2s; }
    .card:hover { transform: translateY(-4px); border-color: var(--line); box-shadow: var(--shadow); }
    .icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 22px; color: var(--white); background: var(--blue-700); border-radius: 14px; font-size: 1.3rem; }
    .card p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }
    .card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; color: var(--blue-700); text-decoration: none; font-family: Manrope, sans-serif; font-size: .84rem; font-weight: 800; }
    .card-link i { transition: transform .2s ease; }
    .card-link:hover i { transform: translateX(3px); }

    .work { padding: 54px 0 118px; background: linear-gradient(180deg, #f5f9fe 0%, var(--white) 72%); }
    .work-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 34px; }
    .work-head > div { max-width: 680px; }
    .work-head p:last-child { max-width: 420px; color: var(--muted); }
    .work-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 240px; gap: 14px; }
    .work-shot { position: relative; overflow: hidden; margin: 0; border-radius: 18px; background: var(--blue-100); cursor: zoom-in; }
    .work-shot:focus-visible { outline: 3px solid var(--blue-600); outline-offset: 4px; }
    .work-shot:first-child { grid-row: span 2; }
    .work-shot::after { position: absolute; inset: auto 0 0; height: 38%; background: linear-gradient(to top, rgba(5,22,45,.72), transparent); content: ""; pointer-events: none; }
    .work-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
    .work-shot:hover img { transform: scale(1.045); }
    .work-shot figcaption { position: absolute; z-index: 1; left: 20px; right: 20px; bottom: 17px; padding-top: 9px; color: var(--white); border-top: 1px solid rgba(255,255,255,.62); font-size: .78rem; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
    .image-lightbox { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(3, 15, 33, .91); opacity: 0; visibility: hidden; transition: opacity .22s ease, visibility .22s ease; }
    .image-lightbox.is-open { opacity: 1; visibility: visible; }
    .image-lightbox img { display: block; width: auto; height: auto; max-width: calc(100vw - 48px); max-height: calc(100vh - 48px); object-fit: contain; box-shadow: 0 24px 70px rgba(0,0,0,.38); transform: scale(.975); transition: transform .22s ease; }
    .image-lightbox.is-open img { transform: scale(1); }
    .lightbox-close { position: absolute; top: 18px; right: 18px; width: 46px; height: 46px; display: grid; place-items: center; padding: 0; color: var(--white); background: rgba(6,34,76,.68); border: 1px solid rgba(255,255,255,.4); border-radius: 50%; cursor: pointer; font-size: 1.15rem; backdrop-filter: blur(8px); }
    .lightbox-close:hover { background: var(--blue-700); }

    .feature, #vorteile, .contact, .areas { position: relative; isolation: isolate; overflow: hidden; }
    .feature > .container, #vorteile > .container, .contact > .container, .areas > .container { position: relative; z-index: 1; }
    .feature::before, #vorteile::before, .contact::before, .areas::before { position: absolute; z-index: 0; top: -1px; left: 0; width: 100%; height: 58px; content: ""; pointer-events: none; }
    .feature::before { background: var(--white); clip-path: polygon(0 0, 100% 0, 100% 18%, 73% 78%, 39% 38%, 0 88%); }
    .feature { padding-top: 136px; background: var(--blue-950); color: var(--white); }
    .feature-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 64px; }
    .feature-image { position: relative; }
    .feature-image img { width: 100%; max-height: 560px; border-radius: 26px; object-fit: cover; }
    .feature .eyebrow { color: #75b3ff; }
    .feature .lead { color: #c1d1e7; }
    .steps { margin-top: 32px; }
    .step { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
    .step:last-child { border: 0; }
    .step-num { width: 38px; height: 38px; display: grid; place-items: center; color: var(--blue-950); background: #88c0ff; border-radius: 50%; font-size: .82rem; font-weight: 900; }
    .step p { margin: 3px 0 0; color: #b9cbe0; font-size: .9rem; }

    #vorteile::before { background: var(--blue-950); clip-path: polygon(0 0, 100% 0, 100% 62%, 67% 24%, 31% 84%, 0 35%); }
    #vorteile { padding-top: 142px; }
    .why-grid { display: block; }
    .why-grid > div:first-child { max-width: 900px; }
    .why-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 30px; }
    .why-item { padding: 20px; border: 1px solid var(--line); border-radius: 16px; }
    .why-item b { display: block; margin-bottom: 4px; }
    .why-item span { color: var(--muted); font-size: .88rem; }
    .reviews { margin-top: 72px; padding: 40px; background: #f3f7fc; border-top: 3px solid var(--blue-700); }
    .reviews-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
    .reviews-top h3 { margin: 0; font-size: 1.35rem; }
    .reviews-top h3 i { margin-right: 9px; color: #4285f4; }
    .review-controls { display: none; gap: 8px; }
    .review-control { width: 42px; height: 42px; display: grid; place-items: center; color: var(--blue-900); background: var(--white); border: 1px solid var(--line); border-radius: 50%; cursor: pointer; }
    .review-control:hover { border-color: var(--blue-700); }
    .review-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .review-card { min-height: 278px; padding: 25px; background: var(--white); border: 1px solid #dbe4ef; text-align: left; }
    .review-head { display: flex; align-items: center; gap: 13px; }
    .review-avatar { position: relative; width: 48px; height: 48px; display: grid; flex: 0 0 auto; place-items: center; color: var(--white); background: var(--blue-700); border-radius: 50%; font-family: Manrope, sans-serif; font-size: .9rem; font-weight: 800; }
    .review-avatar .fa-google { position: absolute; right: -5px; bottom: -2px; width: 20px; height: 20px; display: grid; place-items: center; color: #4285f4; background: var(--white); border: 1px solid #e3e8ef; border-radius: 50%; font-size: .7rem; }
    .review-name { display: block; font-family: Manrope, sans-serif; font-size: .95rem; }
    .review-date { display: block; margin-top: 1px; color: #8a95a3; font-size: .76rem; }
    .review-stars { margin: 18px 0 12px; color: #f4aa00; font-size: 1.02rem; letter-spacing: 1px; }
    .review-stars .fa-circle-check { margin-left: 4px; color: #4285f4; font-size: .78rem; vertical-align: 1px; }
    .review-text { margin: 0; color: #263549; font-size: .9rem; line-height: 1.55; }
    .owner-reply { margin: 12px 0 0; padding-top: 10px; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; }
    .owner-reply b { display: block; margin-bottom: 2px; color: var(--ink); }

    .contact::before { background: var(--white); clip-path: polygon(0 0, 100% 0, 100% 72%, 74% 30%, 42% 82%, 0 40%); }
    .contact { padding-top: 144px; background: var(--sky); }
    .contact-shell { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); }
    .contact-copy { padding: 48px; color: var(--white); background: var(--blue-900); }
    .contact-copy .eyebrow { color: #8bc4ff; }
    .contact-copy p { color: #d2e2f6; }
    .contact-points { display: grid; gap: 14px; margin-top: 32px; }
    .contact-points span { display: flex; align-items: center; gap: 10px; font-weight: 700; }
    .contact-points span::before { content: "✓"; color: #8eddb5; }
    .whatsapp-btn { width: fit-content; margin-top: 30px; color: var(--white); background: #168a55; box-shadow: 0 12px 28px rgba(0,0,0,.18); }
    .whatsapp-btn:hover { color: var(--white); background: #1da866; }
    form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 48px; background: var(--white); }
    label { display: grid; gap: 7px; color: #32465e; font-size: .82rem; font-weight: 800; }
    label.full { grid-column: 1 / -1; }
    input, select, textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #fbfdff; border: 1px solid #cddbea; border-radius: 10px; }
    textarea { min-height: 100px; resize: vertical; }
    form .btn { grid-column: 1 / -1; }
    .form-note { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: .75rem; }

    .areas::before { background: var(--sky); clip-path: polygon(0 0, 100% 0, 100% 28%, 69% 80%, 36% 34%, 0 76%); }
    .areas { padding: 140px 0 92px; background: var(--white); }
    .areas-head { max-width: 760px; margin-bottom: 38px; }
    .areas-head p:last-child { color: var(--muted); }
    .areas-grid { display: grid; grid-template-columns: repeat(4, 1fr); column-gap: 34px; }
    .area-item { display: flex; align-items: center; gap: 11px; min-height: 48px; border-bottom: 1px solid var(--line); color: #344860; font-size: .92rem; font-weight: 700; }
    a.area-item { text-decoration: none; transition: color .2s ease, padding-left .2s ease; }
    a.area-item:hover { padding-left: 5px; color: var(--blue-700); }
    .area-item::before { width: 7px; height: 7px; flex: 0 0 auto; background: var(--blue-600); border-radius: 50%; content: ""; box-shadow: 0 0 0 4px var(--blue-100); }
    .district-cta-wrap { padding: 0 0 92px; background: var(--white); }
    .district-cta { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: 34px 38px; color: var(--white); background: var(--blue-900); border-left: 6px solid var(--blue-600); }
    .district-cta h2 { margin: 0; font-size: clamp(1.55rem, 3vw, 2.35rem); letter-spacing: -.025em; }
    .district-cta-actions { display: flex; flex: 0 0 auto; gap: 10px; }
    .district-cta .btn-call { color: var(--blue-950); background: var(--white); }
    .district-cta .btn-request { color: var(--white); border-color: rgba(255,255,255,.42); background: transparent; }
    .district-cta .btn-request:hover { border-color: var(--white); }

    .faq { background: var(--white); }
    .faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 70px; }
    .faq-intro { position: sticky; top: 110px; }
    .faq-intro p:last-child { color: var(--muted); }
    .faq-list { border-top: 1px solid var(--line); }
    details { border-bottom: 1px solid var(--line); }
    summary { position: relative; padding: 23px 52px 23px 0; cursor: pointer; list-style: none; font-weight: 800; }
    summary::-webkit-details-marker { display: none; }
    summary::after { position: absolute; top: 21px; right: 4px; width: 28px; height: 28px; display: grid; place-items: center; color: var(--blue-700); background: var(--blue-100); border-radius: 50%; content: "+"; font-size: 1.15rem; line-height: 1; }
    details[open] summary::after { content: "−"; }
    details p { max-width: 720px; margin: -4px 52px 22px 0; color: var(--muted); font-size: .94rem; }
.mobile-cta { display: none; }
    .scroll-top { --scroll-progress: 0deg; position: fixed; z-index: 32; right: 24px; bottom: 24px; width: 56px; height: 56px; display: grid; place-items: center; padding: 3px; border: 0; border-radius: 50%; color: var(--blue-900); background: conic-gradient(var(--blue-700) var(--scroll-progress), #dbe6f3 0); box-shadow: 0 10px 30px rgba(6,34,76,.2); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(14px); transition: opacity .25s ease, transform .25s ease; }
    .scroll-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
    .scroll-top:hover { transform: translateY(-3px); }
    .scroll-top-inner { width: 48px; height: 48px; display: grid; place-items: center; background: var(--white); border-radius: 50%; font-size: 1.4rem; font-weight: 800; transition: color .25s ease, background .25s ease; }
    .scroll-top.complete .scroll-top-inner { color: var(--white); background: var(--blue-700); }
@media (max-width: 900px) {
.hero-grid, .feature-grid, .why-grid, .contact-shell, .faq-layout { grid-template-columns: 1fr; }
      .faq-intro { position: static; }
      .hero-media { max-width: 600px; margin-inline: auto; }
      .brand-logo { width: calc((100vw - 28px) / 2); padding-inline: 24px; }
      .cards { grid-template-columns: 1fr 1fr; }
      .why-list { grid-template-columns: 1fr 1fr; }
      .review-controls { display: flex; }
      .review-track { display: flex; overflow-x: auto; margin-right: -20px; padding: 28px 20px 20px 0; scroll-snap-type: x mandatory; scrollbar-width: none; }
      .review-track::-webkit-scrollbar { display: none; }
      .review-card { width: min(78vw, 350px); flex: 0 0 auto; scroll-snap-align: start; }
      .work-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 230px; }
      .work-shot:first-child { grid-row: span 1; }
      .work-shot:last-child { grid-column: 1 / -1; }
      .quick-grid { grid-template-columns: 1fr 1fr; }
      .quick-item:nth-child(2) { border-right: 0; }
      .quick-item:nth-child(-n+2) { margin-bottom: 34px; padding-bottom: 34px; border-bottom: 1px solid #ded7d0; }
      .feature-image { order: 2; }
.areas-grid { grid-template-columns: repeat(3, 1fr); }
    }

    @media (max-width: 620px) {
.hero { padding: 46px 0 72px; }
      h1 { font-size: clamp(2.3rem, 13vw, 3.5rem); }
      .hero-actions { display: grid; gap: 14px; }
      .hero-actions .btn-ghost { width: fit-content; justify-self: start; }
.hero-media img { aspect-ratio: 4 / 4.5; }
      .hero-media::before { top: 24px; right: -8px; bottom: -10px; left: 22px; }
      .hero-media::after { top: -8px; right: -6px; width: 70px; height: 70px; }
      .brands { padding-top: 30px; }
      .brands-label { margin-bottom: 12px; }
      .floating-card { left: 10px; right: 10px; bottom: 10px; width: auto; padding: 16px 18px; }
      .quick { margin-top: 10px; padding-block: 42px; }
      .quick-item { min-height: 175px; padding-inline: 12px; }
      .section { padding: 72px 0; }
      .feature::before, #vorteile::before, .contact::before, .areas::before { height: 34px; }
      .feature, #vorteile, .contact { padding-top: 96px; }
      .section-head { grid-template-columns: 1fr; gap: 0; margin-bottom: 28px; }
      .cards, .why-list { grid-template-columns: 1fr; }
      .reviews { margin-top: 58px; padding: 28px 18px; }
      .reviews-top h3 { font-size: 1.1rem; }
      .work { padding: 28px 0 82px; }
      .work-head { align-items: flex-start; flex-direction: column; gap: 0; }
      .work-grid { display: flex; overflow-x: auto; margin-right: -14px; padding: 0 14px 12px 0; scroll-snap-type: x mandatory; scrollbar-width: thin; }
      .work-shot, .work-shot:last-child { width: 82vw; height: 360px; flex: 0 0 auto; grid-column: auto; scroll-snap-align: start; }
      .feature-grid { gap: 38px; }
      .contact-copy, form { padding: 30px 22px; }
      form { grid-template-columns: 1fr; }
      label.full, form .btn, .form-note { grid-column: auto; }
.areas { padding: 98px 0 72px; }
      .areas-grid { grid-template-columns: 1fr 1fr; column-gap: 20px; }
      .area-item { font-size: .84rem; }
      .district-cta-wrap { padding-bottom: 72px; }
      .district-cta { align-items: stretch; flex-direction: column; padding: 28px 22px; }
      .district-cta-actions { display: grid; }
      .mobile-cta { position: fixed; z-index: 30; left: 10px; right: 10px; bottom: 10px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 8px; background: rgba(255,255,255,.95); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 15px 40px rgba(6,34,76,.25); backdrop-filter: blur(12px); }
      .mobile-cta .btn { min-height: 46px; padding: 10px; font-size: .86rem; }
      .mobile-cta .whatsapp-btn { margin-top: 0; }
      .scroll-top { right: 14px; bottom: 86px; width: 50px; height: 50px; }
      .scroll-top-inner { width: 42px; height: 42px; }
    }

    @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } .brands-track { animation: none; } }
