@media (width <= 1200px) {
  :root {
    --s-section: 96px;
  }

  .container {
    max-width: 1080px;
  }

  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 40px;
  }

  .hero h1 {
    font-size: 56px;
  }

  .services-grid, .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (width <= 992px) {
  :root {
    --s-section: 80px;
  }

  .hero {
    padding: 32px 0 96px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hero-showcase {
    order: -1;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }

  .hero-content {
    text-align: center;
    order: 1;
  }

  .hero-content .eyebrow, .hero-content .hero-cta, .hero-content .hero-badges {
    justify-content: center;
  }

  .areas-grid, .why-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid:before {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }

  .quick-card {
    text-align: left;
    grid-template-columns: 1fr;
  }
}

@media (width <= 768px) {
  :root {
    --s-section: 64px;
    --s-section-mb: 40px;
  }

  .container {
    padding: 0 18px;
  }

  body {
    padding-bottom: 80px;
  }

  h1 {
    font-size: 38px;
    line-height: 1.1;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 20px;
  }

  p {
    font-size: 16px;
  }

  .section-head {
    margin-bottom: 40px;
  }

  .section-head h2 {
    font-size: 30px;
  }

  .hero {
    padding: 40px 0 80px;
  }

  .hero h1 {
    margin: 18px 0 16px;
    font-size: 38px;
  }

  .hero-sub {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .hero-cta {
    gap: 10px;
    margin-bottom: 28px;
  }

  .hero-cta .btn {
    flex: 1;
    min-width: calc(50% - 5px);
  }

  .hero-cta .btn:nth-child(3) {
    flex-basis: 100%;
  }

  .badge {
    padding: 8px 12px;
    font-size: 12px;
  }

  .quick-panel {
    margin-top: -48px;
  }

  .quick-card {
    padding: 24px;
  }

  .quick-card h3 {
    font-size: 20px;
  }

  .quick-actions {
    gap: 10px;
  }

  .quick-actions .btn {
    flex: 1;
    min-width: calc(50% - 5px);
    height: 52px;
    font-size: 15px;
  }

  .quick-actions .btn:nth-child(3) {
    flex-basis: 100%;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-card {
    padding: 26px 22px;
  }

  .area-chips {
    gap: 8px;
  }

  .chip {
    padding: 8px 14px;
    font-size: 13px;
  }

  .map-card {
    min-height: auto;
    padding: 22px;
  }

  .transport-list {
    grid-template-columns: 1fr;
  }

  .map-foot {
    flex-direction: column;
  }

  .map-foot .btn {
    width: 100%;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .step {
    text-align: left;
    align-items: flex-start;
    gap: 18px;
    padding: 24px;
    display: flex;
  }

  .step-num {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    margin: 0;
    font-size: 18px;
  }

  .step-body {
    flex: 1;
  }

  .features-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .feature {
    padding: 20px 18px;
  }

  .feature h4 {
    font-size: 14px;
  }

  .feature p {
    font-size: 13px;
  }

  .transfer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .transfer-card {
    padding: 20px;
  }

  .transfer-cta {
    flex-direction: column;
  }

  .transfer-cta .btn {
    width: 100%;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .review-card {
    padding: 24px;
  }

  .faq-q {
    gap: 14px;
    padding: 18px 20px;
    font-size: 15.5px;
  }

  .faq-a-inner {
    padding: 0 20px 20px;
    font-size: 14.5px;
  }

  .final-cta .hero-cta .btn {
    flex: 1;
    min-width: calc(50% - 5px);
  }

  .final-cta .hero-cta .btn:nth-child(3) {
    flex-basis: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 32px;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    gap: 10px;
  }

  .sticky-bar {
    display: flex;
  }

  .site-footer {
    padding-bottom: 100px;
  }
}

@media (width <= 576px) {
  .header-cta .icon-btn:not(.icon-call):not(.hamburger) {
    display: none;
  }

  .transfer-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 34px;
  }

  h2, .section-head h2 {
    font-size: 28px;
  }
}

@media (width <= 390px) {
  .container {
    padding: 0 16px;
  }

  .hero h1 {
    font-size: 30px;
  }

  .hero-sub {
    font-size: 15px;
  }

  .btn {
    height: 52px;
    padding: 0 20px;
    font-size: 15px;
  }

  .sticky-bar .btn {
    height: 48px;
    font-size: 14px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }
}

@media (width <= 992px) {
  .quick-v2-actions {
    grid-template-columns: 1fr;
  }

  .qa-tile {
    border-right: none;
    border-bottom: 1px solid var(--c-border);
  }

  .qa-tile:last-child {
    border-bottom: none;
  }

  .quick-v2-top {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .why-left {
    min-height: auto;
    padding: 32px 28px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width <= 768px) {
  .quick-panel-v2 {
    margin-top: -56px;
  }

  .quick-v2-top {
    padding: 26px 22px 20px;
  }

  .quick-v2-top h3 {
    font-size: 22px;
  }

  .qa-tile {
    padding: 18px 20px;
  }

  .qa-tile .qa-ico {
    width: 46px;
    height: 46px;
  }

  .qa-tile .qa-value {
    font-size: 15px;
  }

  .qa-tile .qa-arrow {
    display: none;
  }

  .quick-v2-stats {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .qa-stat {
    padding: 14px 8px;
  }

  .qa-stat .num {
    font-size: 19px;
  }

  .qa-stat .lbl {
    font-size: 11px;
  }

  .quick-v2-plate {
    justify-content: center;
    width: 100%;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .svc-media {
    aspect-ratio: 16 / 8;
  }

  .why-v2 .why-grid {
    grid-template-columns: 1fr;
  }

  .why-left {
    padding: 28px 24px;
  }

  .why-left h2 {
    font-size: 28px;
  }

  .why-stat .n {
    font-size: 24px;
  }
}

@media (width <= 992px) {
  .hero {
    background: radial-gradient(60% 50% at 50% 0%, #ffc40038, transparent 70%),
      var(--grad-dark);
    padding: 24px 0 80px;
  }

  .hero-showcase {
    gap: 14px;
    animation: .8s cubic-bezier(.2, .8, .2, 1) both hs-in;
    display: grid;
    position: relative;
  }

  .showcase-frame {
    aspect-ratio: 4 / 5;
    isolation: isolate;
    background: #0a0a0c;
    border: 1px solid #ffc40040;
    border-radius: 26px;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 70px -30px #ffc4008c, 0 20px 50px -20px #000000b3;
  }

  .showcase-glow {
    filter: blur(40px);
    opacity: .55;
    z-index: 0;
    background: conic-gradient(#ffc400, #0000 30%, #ff9500 60%, #0000 90%, #ffc400);
    animation: 10s linear infinite hs-rotate;
    position: absolute;
    inset: -40%;
  }

  .showcase-photo {
    object-fit: cover;
    z-index: 1;
    width: 100%;
    height: 100%;
    animation: 12s ease-in-out infinite alternate hs-zoom;
    display: block;
    position: absolute;
    inset: 0;
  }

  .showcase-veil {
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(#0000 30%, #0000008c 75%, #000000eb 100%), radial-gradient(80% 60% at 50% 100%, #ffc40040, #0000 70%);
    position: absolute;
    inset: 0;
  }

  .showcase-scan {
    z-index: 3;
    mix-blend-mode: screen;
    pointer-events: none;
    background: linear-gradient(#0000 0%, #ffc4002e 50%, #0000 100%);
    animation: 5s ease-in-out infinite hs-scan;
    position: absolute;
    inset: 0;
    transform: translateY(-100%);
  }

  .showcase-plate {
    z-index: 5;
    letter-spacing: 1px;
    border-radius: 10px;
    align-items: stretch;
    font-weight: 800;
    animation: .8s .3s both hs-pop;
    display: inline-flex;
    position: absolute;
    top: 16px;
    left: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px -8px #000000b3;
  }

  .sp-flag {
    color: #fff;
    background: #1d4ed8;
    place-items: center;
    padding: 7px 9px;
    font-size: 11px;
    display: grid;
  }

  .sp-num {
    color: #111;
    background: #fff;
    padding: 7px 12px;
    font-size: 16px;
  }

  .showcase-live {
    z-index: 5;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    color: #fff;
    letter-spacing: .08em;
    background: #0a0a0ac7;
    border: 1px solid #4ade8080;
    border-radius: 999px;
    align-items: center;
    gap: 7px;
    padding: 7px 11px;
    font-size: 10.5px;
    font-weight: 700;
    animation: .8s .45s both hs-pop;
    display: inline-flex;
    position: absolute;
    top: 16px;
    right: 16px;
  }

  .lv-dot {
    background: #22c55e;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    animation: 1.6s infinite lvPulse;
    box-shadow: 0 0 #22c55e99;
  }

  @keyframes lvPulse {
    0% {
      box-shadow: 0 0 #22c55e99;
    }

    70% {
      box-shadow: 0 0 0 10px #22c55e00;
    }

    100% {
      box-shadow: 0 0 #22c55e00;
    }
  }

  .showcase-meta {
    z-index: 5;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    animation: .8s .6s both hs-pop;
    display: grid;
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
  }

  .meta-row {
    -webkit-backdrop-filter: blur(14px) saturate(160%);
    backdrop-filter: blur(14px) saturate(160%);
    color: #fff;
    background: #0a0a0ac7;
    border: 1px solid #ffffff1a;
    border-radius: 14px;
    align-items: center;
    gap: 9px;
    padding: 9px 11px;
    display: flex;
  }

  .meta-ico {
    color: #111;
    background: linear-gradient(135deg, #ffc400, #ff9500);
    border-radius: 9px;
    flex-shrink: 0;
    place-items: center;
    width: 30px;
    height: 30px;
    display: grid;
  }

  .meta-ico svg {
    width: 15px;
    height: 15px;
  }

  .meta-txt strong {
    font-size: 13px;
    font-weight: 800;
    line-height: 1.1;
    display: block;
  }

  .meta-txt em {
    opacity: .7;
    margin-top: 2px;
    font-size: 10px;
    font-style: normal;
    display: block;
  }

  .showcase-cta {
    color: #111;
    background: linear-gradient(135deg, #ffc400 0%, #ffb000 60%, #ff9500 100%);
    border: 1px solid #0000001a;
    border-radius: 18px;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    text-decoration: none;
    animation: .8s .75s both hs-pop;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 0 18px 40px -14px #ffb400a6, inset 0 1px #ffffff80;
  }

  .showcase-cta:before {
    content: "";
    background: linear-gradient(110deg, #0000 30%, #ffffff8c 50%, #0000 70%);
    animation: 3.5s ease-in-out infinite hs-shine;
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
  }

  .sc-ico {
    color: #ffc400;
    background: #111;
    border-radius: 12px;
    flex-shrink: 0;
    place-items: center;
    width: 42px;
    height: 42px;
    display: grid;
    box-shadow: inset 0 0 0 1px #ffc40066;
  }

  .sc-ico svg {
    width: 20px;
    height: 20px;
  }

  .sc-txt {
    flex: 1;
    min-width: 0;
  }

  .sc-txt strong {
    font-size: 15px;
    font-weight: 800;
    line-height: 1.1;
    display: block;
  }

  .sc-txt em {
    opacity: .75;
    margin-top: 3px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    display: block;
  }

  .sc-arrow {
    color: #111;
    opacity: .7;
    flex-shrink: 0;
    place-items: center;
    width: 28px;
    height: 28px;
    display: grid;
  }

  .sc-arrow svg {
    width: 18px;
    height: 18px;
  }

  .showcase-cta:active {
    transform: scale(.98);
  }

  .showcase-marquee {
    background: linear-gradient(90deg, #111, #1c1c1c, #111);
    border: 1px solid #ffc40040;
    border-radius: 14px;
    padding: 9px 0;
    animation: .8s .9s both hs-pop;
    position: relative;
    overflow: hidden;
  }

  .showcase-marquee:before, .showcase-marquee:after {
    content: "";
    z-index: 2;
    pointer-events: none;
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .showcase-marquee:before {
    background: linear-gradient(90deg, #111, #0000);
    left: 0;
  }

  .showcase-marquee:after {
    background: linear-gradient(-90deg, #111, #0000);
    right: 0;
  }

  .sm-track {
    white-space: nowrap;
    color: #ffc400;
    letter-spacing: 1.5px;
    gap: 28px;
    padding-left: 28px;
    font-size: 11px;
    font-weight: 800;
    animation: 22s linear infinite hs-marquee;
    display: inline-flex;
  }

  .sm-track span {
    align-items: center;
    display: inline-flex;
  }

  .sm-track span + span:before {
    content: "●";
    color: #ffc40066;
    margin-right: 28px;
  }

  .hero-content {
    margin-top: 8px;
  }

  .hero-grid {
    gap: 22px;
  }
}

@media (width <= 768px) {
  .showcase-frame {
    aspect-ratio: 3 / 4;
    border-radius: 22px;
  }

  .sp-num {
    padding: 6px 11px;
    font-size: 15px;
  }

  .sp-flag {
    padding: 6px 8px;
    font-size: 10px;
  }

  .showcase-meta {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .meta-row {
    padding: 8px 10px;
  }

  .meta-txt strong {
    font-size: 12px;
  }

  .meta-txt em {
    font-size: 9.5px;
  }
}

@keyframes hs-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hs-pop {
  from {
    opacity: 0;
    transform: translateY(-6px) scale(.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes hs-zoom {
  from {
    transform: scale(1.05);
  }

  to {
    transform: scale(1.15);
  }
}

@keyframes hs-rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes hs-scan {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}

@keyframes hs-shine {
  0%, 100% {
    transform: translateX(-100%);
  }

  50% {
    transform: translateX(100%);
  }
}

@keyframes hs-marquee {
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .showcase-glow, .showcase-photo, .showcase-scan, .sm-track, .showcase-cta:before {
    animation: none !important;
  }
}

@media (width <= 992px) {
  body {
    color: #18181b;
    background: #fafafa;
  }

  .nav-bar {
    -webkit-backdrop-filter: blur(6px);
    box-shadow: none;
    background: linear-gradient(#08080a8c 0%, #08080a40 60%, #0000 100%);
    border-bottom: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .nav-bar:after {
    display: none;
  }

  .hero {
    color: #18181b;
    background: linear-gradient(#0000 0% 58%, #fafafa 100%), linear-gradient(#fafafa 0% 100%);
    padding: 0 0 56px;
    position: relative;
  }

  .hero .container {
    max-width: 100%;
    padding: 0;
  }

  .hero-grid {
    gap: 0;
  }

  .hero-showcase {
    gap: 0;
    max-width: 100%;
  }

  .showcase-frame {
    aspect-ratio: 3 / 4;
    border: none;
    border-radius: 0 0 32px 32px;
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 30px 60px -30px #00000073;
  }

  .showcase-glow {
    opacity: .35;
  }

  .showcase-veil {
    background: linear-gradient(#00000026 0%, #0000 25% 50%, #0000008c 80%, #000000d9 100%), radial-gradient(80% 50% at 50% 100%, #ffc40038, #0000 70%);
  }

  .showcase-plate {
    top: 88px;
    left: 16px;
  }

  .showcase-live {
    top: 88px;
    right: 16px;
  }

  .showcase-meta {
    gap: 10px;
    bottom: 14px;
    left: 14px;
    right: 14px;
  }

  .meta-row {
    color: #18181b;
    background: linear-gradient(135deg, #fffffff7, #ffffffe0);
    border: 1px solid #ffc40066;
    animation: .8s .6s both hs-pop, 4.5s ease-in-out 1.5s infinite meta-float;
    position: relative;
    overflow: hidden;
    box-shadow: 0 14px 32px -14px #00000073, inset 0 1px #ffffffe6;
  }

  .meta-row:nth-child(2) {
    animation: .8s .75s both hs-pop, 4.5s ease-in-out 1.9s infinite meta-float;
  }

  .meta-row:before {
    content: "";
    pointer-events: none;
    background: linear-gradient(115deg, #0000 30%, #ffc40059 50%, #0000 70%);
    animation: 5s ease-in-out infinite meta-shine;
    position: absolute;
    inset: 0;
    transform: translateX(-120%);
  }

  .meta-row:after {
    content: "";
    background: linear-gradient(#ffc400, #ff9500);
    border-radius: 3px;
    width: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .meta-txt strong {
    color: #18181b;
    font-size: 13.5px;
  }

  .meta-txt em {
    color: #6b7280;
    opacity: 1;
  }

  .meta-ico {
    animation: 2.4s ease-in-out infinite meta-ico-pulse;
    box-shadow: 0 8px 18px -6px #ffb400a6;
  }

  .showcase-plate {
    animation: .8s .3s both hs-pop, 3s ease-in-out 1.3s infinite plate-glow;
    box-shadow: 0 12px 28px -8px #00000080, 0 0 0 2px #ffc40080;
  }

  .showcase-live {
    color: #18181b;
    background: #ffffffeb;
    border-color: #22c55e8c;
    box-shadow: 0 10px 24px -8px #00000059;
  }

  .showcase-cta, .showcase-marquee {
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .showcase-cta {
    box-shadow: 0 22px 44px -16px #ffb400b3, 0 0 0 2px #fff9, inset 0 1px #ffffff80;
  }

  .showcase-marquee {
    background: linear-gradient(90deg, #18181b, #27272a, #18181b);
    border-color: #ffc40066;
  }

  .hero-content {
    color: #18181b;
    margin-top: 0;
    padding: 28px 18px 0;
  }

  .hero-content h1 {
    color: #0a0a0c;
  }

  .hero-content h1 .accent {
    color: #b45309;
  }

  .hero-content .hero-sub {
    color: #4b5563;
  }

  .hero-content .eyebrow {
    color: #92400e;
    background: #ffc40026;
    border: 1px solid #ffc40066;
    border-radius: 999px;
    padding: 6px 12px;
  }

  .hero-badges .badge {
    color: #18181b;
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 14px -8px #00000026;
  }

  .hero-badges .badge.live {
    color: #18181b;
    background: linear-gradient(135deg, #ffc400, #ff9500);
    border-color: #0000;
  }

  .quick-panel-v2 .quick-v2 {
    background: #fff;
    box-shadow: 0 30px 60px -30px #0000002e;
  }
}

@keyframes meta-float {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@keyframes meta-shine {
  0%, 60%, 100% {
    transform: translateX(-120%);
  }

  80% {
    transform: translateX(120%);
  }
}

@keyframes meta-ico-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 8px 18px -6px #ffb400a6;
  }

  50% {
    transform: scale(1.05);
    box-shadow: 0 12px 26px -6px #ffb400d9;
  }
}

@keyframes plate-glow {
  0%, 100% {
    box-shadow: 0 12px 28px -8px #00000080, 0 0 0 2px #ffc40080;
  }

  50% {
    box-shadow: 0 14px 34px -8px #0000008c, 0 0 0 3px #ffc400d9;
  }
}

@media (prefers-reduced-motion: reduce) {
  .meta-row, .meta-row:before, .meta-ico, .showcase-plate {
    animation: none !important;
  }
}

@media (width <= 768px) {
  .sticky-bar.premium {
    -webkit-backdrop-filter: blur(14px) saturate(160%);
    background: linear-gradient(#18181beb, #0a0a0ceb);
    border-radius: 18px;
    gap: 6px;
    padding: 6px;
    bottom: 12px;
    left: 12px;
    right: 12px;
    box-shadow: 0 18px 40px -18px #0000008c;
  }

  .sticky-bar.premium .sb-btn {
    border-radius: 13px;
    gap: 9px;
    min-height: 46px;
    padding: 9px 12px;
  }

  .sticky-bar.premium .sb-ico {
    border-radius: 9px;
    width: 30px;
    height: 30px;
  }

  .sticky-bar.premium .sb-ico svg {
    width: 15px;
    height: 15px;
  }

  .sticky-bar.premium .sb-text {
    line-height: 1.05;
  }

  .sticky-bar.premium .sb-label {
    letter-spacing: .08em;
    font-size: 9px;
  }

  .sticky-bar.premium .sb-title {
    font-size: 13.5px;
    font-weight: 800;
  }

  .sticky-bar.premium .sb-pulse {
    border-width: 1.5px;
  }

  body {
    padding-bottom: 76px;
  }

  .site-footer {
    padding-bottom: 88px;
  }
}

@media (width <= 390px) {
  .sticky-bar.premium {
    gap: 5px;
    padding: 5px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .sticky-bar.premium .sb-btn {
    gap: 8px;
    min-height: 44px;
    padding: 8px 10px;
  }

  .sticky-bar.premium .sb-ico {
    width: 28px;
    height: 28px;
  }

  .sticky-bar.premium .sb-title {
    font-size: 12.5px;
  }

  .sticky-bar.premium .sb-label {
    font-size: 8.5px;
  }
}

@media (width <= 992px) {
  .areas {
    background: #fafafa;
    padding: 56px 0;
  }

  .areas .areas-text {
    text-align: center;
  }

  .areas .areas-text .eyebrow {
    display: inline-flex;
  }

  .areas-text > p {
    color: #4b5563;
    max-width: 520px;
    margin: 8px auto 18px;
    font-size: 15px;
  }

  .area-chips {
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    margin: 0 0 18px;
    display: grid !important;
  }

  .area-chips .chip, .area-chips .chip.featured {
    color: #18181b;
    background: #fff;
    border: 1px solid #ececef;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    min-height: 40px;
    padding: 9px 6px;
    font-size: 12.5px;
    font-weight: 700;
    transition: transform .18s, box-shadow .18s, border-color .18s;
    display: inline-flex;
    box-shadow: 0 4px 12px -8px #0000002e;
  }

  .area-chips .chip .dot {
    background: linear-gradient(135deg, #ffc400, #ff9500);
    border-radius: 99px;
    flex-shrink: 0;
    width: 6px;
    height: 6px;
  }

  .area-chips .chip .chip-arrow {
    display: none;
  }

  .area-chips .chip.featured {
    color: #18181b;
    background: linear-gradient(135deg, #ffc400, #ff9500);
    border: none;
    grid-column: span 3;
    min-height: 48px;
    padding: 12px;
    font-size: 14px;
    animation: 3s ease-in-out infinite chip-glow;
    box-shadow: 0 12px 24px -10px #ffb40099;
  }

  .area-chips .chip:active {
    transform: scale(.96);
  }

  @keyframes chip-glow {
    0%, 100% {
      box-shadow: 0 12px 24px -10px #ffb40099;
    }

    50% {
      box-shadow: 0 16px 32px -10px #ffb400e6;
    }
  }

  .areas-text > div[style*="flex-wrap"] {
    display: none !important;
  }

  .map-card {
    background: #fff;
    border: 1px solid #ececef;
    border-radius: 20px;
    margin-top: 24px;
    box-shadow: 0 20px 40px -24px #0000002e;
    padding: 16px !important;
  }

  .map-head {
    font-size: 14px;
    margin-bottom: 12px !important;
  }

  .map-svg-wrap {
    aspect-ratio: 16 / 9;
    background: linear-gradient(160deg, #18181b, #0a0a0c);
    border-radius: 14px;
    overflow: hidden;
    min-height: 0 !important;
  }

  .map-pin-label {
    padding: 3px 7px !important;
    font-size: 10px !important;
  }

  .transport-list {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 6px !important;
    margin: 14px 0 !important;
    display: grid !important;
  }

  .transport-list li {
    align-items: center;
    gap: 6px;
    list-style: none;
    display: flex;
    color: #18181b !important;
    background: #f7f8fa !important;
    border: 1px solid #ececef !important;
    border-radius: 10px !important;
    padding: 8px 10px !important;
    font-size: 12.5px !important;
  }

  .transport-list li:before {
    content: "";
    background: linear-gradient(135deg, #ffc400, #ff9500);
    border-radius: 99px;
    flex-shrink: 0;
    width: 5px;
    height: 5px;
  }

  .map-foot {
    flex-direction: unset !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    display: grid !important;
  }

  .map-foot .btn {
    gap: 8px;
    position: relative;
    overflow: hidden;
    border-radius: 14px !important;
    width: 100% !important;
    height: 50px !important;
    padding: 0 10px !important;
    font-size: 13.5px !important;
    font-weight: 800 !important;
  }

  .map-foot .btn.btn-primary {
    color: #111 !important;
    background: linear-gradient(135deg, #ffc400, #ff9500) !important;
    border: none !important;
    box-shadow: 0 14px 26px -12px #ffb400b3 !important;
  }

  .map-foot .btn.btn-ghost {
    color: #fff !important;
    background: linear-gradient(135deg, #25d366, #1ebe59) !important;
    border: none !important;
    box-shadow: 0 14px 26px -12px #25d36699 !important;
  }

  .map-foot .btn:after {
    content: "";
    background: linear-gradient(110deg, #0000 30%, #fff6 50%, #0000 70%);
    animation: 3.2s ease-in-out infinite btn-shine;
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
  }

  @keyframes btn-shine {
    50% {
      transform: translateX(100%);
    }
  }

  .process {
    background: #fafafa;
    padding: 56px 0;
  }

  .process .process-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    display: grid !important;
  }

  .process .step {
    min-height: 150px;
    position: relative;
    overflow: hidden;
    text-align: left !important;
    background: #fff !important;
    border: 1px solid #ececef !important;
    border-radius: 18px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
    padding: 16px 14px !important;
    display: flex !important;
    box-shadow: 0 12px 26px -18px #0003 !important;
  }

  .process .step:before {
    content: "";
    background: linear-gradient(90deg, #ffc400, #ff9500);
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .process .step-num {
    place-items: center;
    font-weight: 900;
    display: grid;
    color: #111 !important;
    background: linear-gradient(135deg, #ffc400, #ff9500) !important;
    border-radius: 10px !important;
    width: 36px !important;
    height: 36px !important;
    font-size: 15px !important;
    box-shadow: 0 8px 16px -6px #ffb40080 !important;
  }

  .process .step-body h3 {
    color: #18181b;
    margin: 0 0 4px !important;
    font-size: 14px !important;
  }

  .process .step-body p {
    color: #6b7280;
    font-size: 11.5px !important;
    line-height: 1.4 !important;
  }

  .why.why-v2 {
    padding: 56px 0;
  }

  .why-left {
    border-radius: 22px !important;
    min-height: auto !important;
    padding: 24px 20px !important;
  }

  .why-left h2 {
    font-size: 24px !important;
  }

  .why-left > div:first-of-type + div {
    gap: 8px !important;
  }

  .why-stats-row {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
    margin-top: 16px !important;
    display: grid !important;
  }

  .why-stat {
    border-radius: 12px !important;
    padding: 12px 6px !important;
  }

  .why-stat .n {
    font-size: 20px !important;
  }

  .why-stat .l {
    font-size: 10.5px !important;
  }

  .why .why-left-cta, .why-left-cta {
    display: none !important;
  }

  .features-grid {
    margin-top: 16px;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    display: grid !important;
  }

  .feature {
    text-align: left;
    transition: transform .2s;
    background: #fff !important;
    border: 1px solid #ececef !important;
    border-radius: 14px !important;
    padding: 14px 12px !important;
    box-shadow: 0 8px 18px -14px #0000002e !important;
  }

  .feature:active {
    transform: scale(.97);
  }

  .feature .fico {
    place-items: center;
    display: grid;
    box-shadow: 0 6px 14px -6px #ffb4008c;
    color: #111 !important;
    background: linear-gradient(135deg, #ffc400, #ff9500) !important;
    border-radius: 10px !important;
    width: 34px !important;
    height: 34px !important;
    margin-bottom: 8px !important;
  }

  .feature .fico svg {
    width: 17px;
    height: 17px;
  }

  .feature h4 {
    color: #18181b;
    margin-bottom: 3px !important;
    font-size: 12.5px !important;
  }

  .feature p {
    color: #6b7280;
    font-size: 11px !important;
    line-height: 1.35 !important;
  }

  .transfer {
    background: #fafafa;
    padding: 56px 0;
  }

  .transfer .transfer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    display: grid !important;
  }

  .transfer-card {
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #fff !important;
    border: 1px solid #ececef !important;
    border-radius: 18px !important;
    padding: 18px 14px !important;
    box-shadow: 0 14px 28px -18px #0003 !important;
  }

  .transfer-card:before {
    content: "";
    pointer-events: none;
    background: radial-gradient(80% 60% at 50% 0, #ffc4001f, #0000 70%);
    position: absolute;
    inset: 0;
  }

  .transfer-card .tico {
    place-items: center;
    display: grid;
    box-shadow: 0 10px 20px -8px #ffb40099;
    color: #111 !important;
    background: linear-gradient(135deg, #ffc400, #ff9500) !important;
    border-radius: 12px !important;
    width: 44px !important;
    height: 44px !important;
    margin: 0 auto 10px !important;
  }

  .transfer-card .tico svg {
    width: 22px;
    height: 22px;
  }

  .transfer-card h4 {
    color: #18181b;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 !important;
    font-size: 13px !important;
  }

  .transfer-cta {
    display: none !important;
  }

  .reviews {
    background: #fff;
    padding: 56px 0;
  }

  .reviews-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    display: grid !important;
  }

  .review-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, #fff, #fafafa) !important;
    border: 1px solid #ececef !important;
    border-radius: 18px !important;
    padding: 18px 18px 16px !important;
    box-shadow: 0 14px 30px -18px #0003 !important;
  }

  .review-card:before {
    content: "“";
    color: #ffc4002e;
    pointer-events: none;
    font-family: Georgia, serif;
    font-size: 90px;
    font-weight: 900;
    line-height: 1;
    position: absolute;
    top: -18px;
    right: 10px;
  }

  .review-card:after {
    content: "";
    background: linear-gradient(#ffc400, #ff9500);
    width: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .review-card .stars {
    gap: 2px;
    display: flex;
    margin-bottom: 8px !important;
  }

  .review-card .stars svg {
    color: #ffc400;
    fill: #ffc400;
    width: 14px !important;
    height: 14px !important;
  }

  .review-card > p {
    font-style: italic;
    color: #18181b !important;
    margin-bottom: 14px !important;
    font-size: 13.5px !important;
    line-height: 1.5 !important;
  }

  .review-author {
    border-top: 1px dashed #e5e7eb;
    align-items: center;
    gap: 10px;
    padding-top: 12px;
    display: flex;
  }

  .review-author .avatar {
    place-items: center;
    display: grid;
    box-shadow: 0 6px 14px -4px #ffb4008c;
    color: #111 !important;
    background: linear-gradient(135deg, #ffc400, #ff9500) !important;
    border-radius: 11px !important;
    width: 38px !important;
    height: 38px !important;
    font-size: 15px !important;
    font-weight: 900 !important;
  }

  .review-author .name {
    color: #18181b;
    font-weight: 800;
    font-size: 13.5px !important;
  }

  .review-author .loc {
    color: #6b7280;
    font-size: 11.5px !important;
  }

  .faq {
    background: #fafafa;
    padding: 56px 0;
  }

  .faq-list {
    flex-direction: column;
    gap: 9px;
    display: flex;
  }

  .faq-item {
    transition: box-shadow .25s, border-color .25s;
    overflow: hidden;
    box-shadow: 0 8px 20px -14px #00000026;
    background: #fff !important;
    border: 1px solid #ececef !important;
    border-radius: 16px !important;
  }

  .faq-item.open {
    border-color: #ffc4008c !important;
    box-shadow: 0 18px 36px -18px #ffb40059 !important;
  }

  .faq-q {
    text-align: left;
    background: none;
    border: none;
    align-items: center;
    width: 100%;
    display: flex;
    color: #18181b !important;
    gap: 10px !important;
    padding: 14px !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
  }

  .faq-q:before {
    content: "?";
    color: #111;
    background: linear-gradient(135deg, #ffc400, #ff9500);
    border-radius: 9px;
    flex-shrink: 0;
    place-items: center;
    width: 28px;
    height: 28px;
    font-size: 14px;
    font-weight: 900;
    display: grid;
    box-shadow: 0 6px 12px -4px #ffb4008c;
  }

  .faq-q > span:first-of-type {
    flex: 1;
  }

  .faq-q .plus {
    color: #18181b;
    background: #f3f4f6;
    border-radius: 50%;
    flex-shrink: 0;
    place-items: center;
    width: 26px;
    height: 26px;
    font-size: 18px;
    font-weight: 700;
    transition: transform .3s, background .3s, color .3s;
    display: grid;
  }

  .faq-item.open .faq-q .plus {
    color: #111;
    background: linear-gradient(135deg, #ffc400, #ff9500);
    transform: rotate(45deg);
  }

  .faq-a-inner {
    color: #4b5563 !important;
    padding: 0 14px 14px 52px !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  .final-cta {
    text-align: center;
    border-radius: 24px;
    margin: 0 14px 40px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(70% 60% at 50% 0, #ffc40040, #0000 70%), linear-gradient(160deg, #18181b, #0a0a0c) !important;
    padding: 56px 18px !important;
  }

  .final-cta:before {
    content: "";
    pointer-events: none;
    background: conic-gradient(#0000, #ffc40026, #0000 40%);
    animation: 14s linear infinite hs-rotate;
    position: absolute;
    inset: 0;
  }

  .final-cta .container {
    padding: 0;
    position: relative;
  }

  .final-cta .plate-badge {
    animation: 3s ease-in-out infinite plate-glow;
    transform: scale(1);
    margin: 0 auto 18px !important;
    display: inline-flex !important;
  }

  .final-cta h2 {
    line-height: 1.2;
    color: #fff !important;
    margin-bottom: 10px !important;
    font-size: 26px !important;
  }

  .final-cta p {
    color: #ffffffb3 !important;
    margin-bottom: 22px !important;
    font-size: 14px !important;
  }

  .final-cta .hero-cta {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    display: grid !important;
  }

  .final-cta .hero-cta .btn {
    flex: unset !important;
    border-radius: 14px !important;
    min-width: 0 !important;
    height: 50px !important;
    padding: 0 10px !important;
    font-size: 13.5px !important;
  }

  .final-cta .hero-cta .btn:nth-child(3) {
    grid-column: span 2;
    color: #fff !important;
    background: #ffffff14 !important;
    border: 1px solid #ffffff2e !important;
  }

  .site-footer {
    color: #ffffffa6;
    position: relative;
    background: linear-gradient(#18181b 0%, #0a0a0c 100%) !important;
    margin: 0 !important;
    padding: 32px 0 100px !important;
  }

  .site-footer:before {
    content: "";
    background: linear-gradient(90deg, #0000, #ffc400, #ff9500, #0000);
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 22px 16px !important;
    margin-bottom: 22px !important;
    display: grid !important;
  }

  .footer-brand {
    text-align: center;
    border-bottom: 1px solid #ffffff14;
    grid-column: span 2;
    padding-bottom: 18px;
  }

  .footer-brand .brand {
    justify-content: center;
  }

  .footer-brand p {
    line-height: 1.5;
    color: #fff9 !important;
    margin-top: 10px !important;
    font-size: 12.5px !important;
  }

  .footer-col h5 {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 800;
    color: #ffc400 !important;
    margin-bottom: 10px !important;
    font-size: 12px !important;
  }

  .footer-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .footer-col li {
    margin-bottom: 7px;
  }

  .footer-col a {
    align-items: center;
    gap: 6px;
    text-decoration: none;
    transition: color .2s;
    display: inline-flex;
    color: #ffffffb3 !important;
    font-size: 12.5px !important;
  }

  .footer-col a:hover {
    color: #ffc400 !important;
  }

  .footer-col a svg {
    width: 13px;
    height: 13px;
  }

  .footer-bottom {
    color: #ffffff73 !important;
    text-align: center !important;
    border-top: 1px solid #ffffff14 !important;
    gap: 4px !important;
    padding-top: 18px !important;
    font-size: 11px !important;
  }

  html, body {
    background: #0a0a0c !important;
  }

  body {
    padding-bottom: 0 !important;
  }

  main {
    background: #fafafa;
  }
}

@media (width <= 576px) {
  .area-chips {
    grid-template-columns: repeat(2, 1fr);
  }

  .area-chips .chip.featured {
    grid-column: span 2;
  }
}

@media (width <= 992px) {
  .areas {
    background: #fafafa;
    padding: 56px 0;
  }

  .areas .areas-grid {
    background: #fff;
    border: 1px solid #ececef;
    border-radius: 24px;
    padding: 22px 18px 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 24px 48px -28px #0000002e;
    display: block !important;
  }

  .areas .areas-grid:before {
    content: "";
    background: linear-gradient(90deg, #ffc400, #ff9500, #ffc400) 0 0 / 200% 100%;
    height: 3px;
    animation: 4s linear infinite areas-shine;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  @keyframes areas-shine {
    to {
      background-position: 200% 0;
    }
  }

  .areas .areas-text {
    text-align: center;
    margin-bottom: 4px;
  }

  .areas .areas-text h2 {
    margin-bottom: 6px !important;
    font-size: 22px !important;
  }

  .areas-text > p {
    margin: 6px auto 14px;
    font-size: 13px;
  }

  .areas .map-card {
    border-top: 1px dashed #e5e7eb;
    box-shadow: none !important;
    background: none !important;
    border: none !important;
    margin-top: 18px !important;
    padding: 18px 0 0 !important;
  }

  .map-head {
    color: #18181b;
    padding: 0 2px;
    font-weight: 800;
    font-size: 13px !important;
  }

  .why.why-v2 {
    background: linear-gradient(#fafafa, #f3f4f6);
    padding: 60px 0;
  }

  .why-left {
    position: relative;
    overflow: hidden;
    background: linear-gradient(155deg, #0f0f12 0%, #1a1a1f 100%) !important;
    border-radius: 24px !important;
    padding: 26px 22px !important;
    box-shadow: 0 30px 60px -30px #ffb40059, 0 20px 40px -24px #00000080 !important;
  }

  .why-left:after {
    content: "";
    pointer-events: none;
    background: radial-gradient(60% 50% at 90% 0, #ffc40038, #0000 70%), radial-gradient(50% 40% at 0 100%, #ff8c002e, #0000 70%);
    position: absolute;
    inset: 0;
  }

  .why-left .why-left-bg {
    opacity: .12 !important;
  }

  .why-left > div {
    z-index: 2;
    position: relative;
  }

  .why-left .eyebrow.dark {
    letter-spacing: .12em;
    border: 1px solid #ffc40059;
    border-radius: 99px;
    align-items: center;
    gap: 6px;
    background: #ffc40026 !important;
    padding: 5px 11px !important;
    font-size: 11px !important;
    display: inline-flex !important;
  }

  .why-left h2 {
    background: linear-gradient(135deg, #fff 30%, #ffc400);
    -webkit-background-clip: text;
    background-clip: text;
    color: #0000 !important;
    margin: 10px 0 !important;
    font-size: 22px !important;
  }

  .why-left p {
    line-height: 1.55;
    color: #ffffffbf !important;
    font-size: 13px !important;
  }

  .why-stat {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    transition: transform .25s;
    background: #ffffff0a !important;
    border: 1px solid #ffc4002e !important;
  }

  .why-stat:active {
    transform: scale(.96);
  }

  .why-stat .n {
    background: linear-gradient(135deg, #ffc400, #ff9500);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 900;
    color: #0000 !important;
  }

  .why-stat .l {
    color: #fff9 !important;
  }

  .features-grid {
    gap: 10px !important;
  }

  .feature {
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, #fff, #fafafa) !important;
    border: 1px solid #ececef !important;
    border-radius: 16px !important;
    padding: 16px 13px !important;
    box-shadow: 0 12px 24px -16px #00000026 !important;
  }

  .feature:before {
    content: "";
    opacity: 0;
    background: linear-gradient(90deg, #0000, #ffc400, #0000);
    height: 2px;
    transition: opacity .3s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .feature:active:before {
    opacity: 1;
  }

  .feature .fico {
    box-shadow: 0 10px 18px -8px #ffb40099, inset 0 1px #fff6;
    border-radius: 11px !important;
    width: 38px !important;
    height: 38px !important;
  }

  .feature .fico svg {
    width: 19px;
    height: 19px;
  }

  .feature h4 {
    font-weight: 800;
    font-size: 13px !important;
  }

  .feature p {
    font-size: 11.5px !important;
  }

  .transfer {
    background: linear-gradient(#fff, #fafafa) !important;
  }

  .transfer:before {
    display: none !important;
  }

  .transfer .section-head h2, .transfer .section-head {
    color: #18181b !important;
  }

  .transfer .section-head p {
    color: #4b5563 !important;
  }

  .transfer .section-head .eyebrow.dark {
    background: #ffc40026;
    border: 1px solid #ffc40059;
    border-radius: 99px;
    padding: 5px 11px;
    color: #b45309 !important;
    display: inline-flex !important;
  }

  .transfer .transfer-grid {
    gap: 12px !important;
  }

  .transfer-card {
    transition: transform .25s;
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, #fff, #fafafa) !important;
    border: 1px solid #ececef !important;
    border-radius: 20px !important;
    padding: 20px 14px 18px !important;
    box-shadow: 0 18px 36px -22px #00000038, 0 2px 6px -2px #ffb40026 !important;
  }

  .transfer-card:active {
    transform: translateY(2px) scale(.98);
  }

  .transfer-card:after {
    content: "";
    opacity: .75;
    background: linear-gradient(90deg, #ffc400, #ff9500);
    border-radius: 3px 3px 0 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 14px;
    right: 14px;
  }

  .transfer-card .tico {
    animation: 4s ease-in-out infinite tico-float;
    border-radius: 14px !important;
    width: 48px !important;
    height: 48px !important;
    box-shadow: 0 14px 24px -10px #ffb400a6, inset 0 1px #ffffff73 !important;
  }

  @keyframes tico-float {
    0%, 100% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-3px);
    }
  }

  .transfer-card .tico svg {
    width: 23px;
    height: 23px;
  }

  .transfer-card h4 {
    color: #18181b !important;
    font-size: 13.5px !important;
  }

  .final-cta {
    background: radial-gradient(70% 60% at 50% 0, #ffc40047, #0000 70%), linear-gradient(#18181b 0%, #0a0a0c 100%) !important;
    border-radius: 28px 28px 0 0 !important;
    margin: 0 !important;
    padding: 60px 22px 70px !important;
  }

  .final-cta:after {
    content: "";
    pointer-events: none;
    background: linear-gradient(#0000, #0a0a0c);
    height: 40px;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
  }

  .site-footer {
    background: linear-gradient(#0a0a0c 0%, #050507 100%) !important;
    margin-top: -1px !important;
    padding-top: 28px !important;
  }

  .site-footer:before {
    background: linear-gradient(90deg, #0000, #ffc40066, #0000) !important;
    height: 1px !important;
  }

  main {
    background: #fafafa;
    padding-bottom: 0 !important;
  }

  main > section:last-of-type {
    margin-bottom: 0 !important;
  }
}
