:root {
      --ink: #101828;
      --muted: #667085;
      --line: #e4e9f0;
      --soft: #f3f9ff;
      --soft-green: #e9f6ff;
      --green: #1ea7ff;
      --deep: #0b2a46;
      --gold: #f3b63f;
      --blue: #2563eb;
      --white: #ffffff;
      --shadow: 0 24px 70px rgba(16, 24, 40, .12);
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: Inter, "Segoe UI", Arial, sans-serif;
      color: var(--ink);
      background: var(--white);
      font-size: 15px;
      -webkit-font-smoothing: antialiased;
    }
    a { color: inherit; text-decoration: none; }
    button, input, select, textarea { font: inherit; }
    .container { width: min(1200px, calc(100% - 32px)); margin: 0 auto; }

    .nav {
      position: sticky;
      top: 0;
      z-index: 30;
      background: #f7fbff;
      border-top: 1px solid #edf1f5;
      border-bottom: 1px solid #cfe3f5;
      box-shadow: 0 2px 12px rgba(30, 117, 190, .07);
    }
    .nav .container {
      width: min(1320px, calc(100% - 18px));
      min-height: 78px;
      display: grid;
      grid-template-columns: 232px 130px minmax(220px, 1fr) auto;
      align-items: center;
      gap: 14px;
    }
    .brand {
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 900;
    }
    .brand-name {
      display: block;
      color: #10263d;
      font-size: 19px;
      line-height: 1.05;
      letter-spacing: 0;
      white-space: nowrap;
    }
    .brand-name span {
      color: #ff6b00;
    }
    .brand-name small {
      display: block;
      margin-top: 4px;
      color: #6b7d90;
      font-size: 11px;
      font-weight: 750;
      letter-spacing: .02em;
    }
    .brand-logo {
      width: 54px;
      height: 54px;
      border-radius: 12px;
      object-fit: contain;
      border: 1px solid #d7e6f2;
      box-shadow: 0 10px 22px rgba(15, 118, 189, .18);
      background: #fff;
    }
    .brand-badge {
      width: 58px;
      height: 58px;
      border-radius: 10px;
      background: linear-gradient(135deg, #1fb6ff, #1473e6);
      color: #fff;
      display: grid;
      place-items: center;
      font-size: 20px;
      box-shadow: 0 10px 22px rgba(31, 134, 230, .22);
    }
    .brand span span { color: #138de7; }
    .brand small { display: block; color: #98a2b3; font-size: 11px; margin-top: 2px; font-weight: 650; }
    .nav-spacer { min-width: 1px; }
    .city-select {
      height: 48px;
      border: 1px solid var(--line);
      border-radius: 6px;
      background: #fff;
      color: #475467;
      padding: 0 15px;
      outline: 0;
      box-shadow: 0 8px 18px rgba(16,24,40,.035);
    }
    .search {
      border: 1px solid var(--line);
      border-radius: 6px;
      height: 48px;
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 0 16px;
      background: var(--white);
      box-shadow: 0 10px 26px rgba(16,24,40,.05);
    }
    .search input {
      border: 0;
      outline: 0;
      width: 100%;
      color: var(--ink);
      background: transparent;
    }
    .nav-actions { display: flex; gap: 18px; align-items: center; white-space: nowrap; justify-content: flex-end; min-width: 0; }
    .chip {
      border: 0;
      background: transparent;
      border-radius: 0;
      padding: 29px 0 27px;
      font-weight: 750;
      font-size: 15px;
      color: #3f4650;
      position: relative;
    }
    .chip:hover { color: #ff5b2f; }
    .chip:hover:after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 58px;
      height: 3px;
      border-radius: 999px;
      background: #ff5b2f;
      transform: translateX(-50%);
    }
    .nav-dropdown {
      position: relative;
    }
    .assemble-menu {
      position: absolute;
      top: calc(100% + 1px);
      left: 50%;
      width: 430px;
      transform: translate(-50%, 12px);
      opacity: 0;
      pointer-events: none;
      background: #fff;
      border: 1px solid #e3e8ef;
      border-radius: 16px;
      box-shadow: 0 22px 52px rgba(15, 44, 72, .16);
      padding: 10px;
      z-index: 60;
      transition: opacity .18s ease, transform .18s ease;
    }
    .nav-dropdown:hover .assemble-menu,
    .nav-dropdown:focus-within .assemble-menu {
      opacity: 1;
      pointer-events: auto;
      transform: translate(-50%, 0);
    }
    .assemble-menu a {
      display: block;
      padding: 13px 14px;
      border-radius: 12px;
      color: #10263d;
    }
    .assemble-menu a:hover {
      background: #f2f8ff;
    }
    .assemble-menu span {
      display: block;
      font-weight: 900;
      font-size: 15px;
    }
    .assemble-menu small {
      display: block;
      margin-top: 4px;
      color: #667085;
      font-size: 12px;
      font-weight: 650;
      line-height: 1.4;
    }
    .chip.primary {
      color: #3f4650;
      background: transparent;
      border-color: transparent;
      box-shadow: none;
      font-weight: 750;
    }
    .whatsapp-chip {
      border-radius: 4px;
      padding: 16px 26px;
      background: #16a34a;
      color: #fff;
      font-weight: 900;
      letter-spacing: .03em;
      box-shadow: 0 12px 24px rgba(22,163,74,.18);
    }
    .cart-icon {
      color: #667085;
      font-size: 18px;
      line-height: 1;
      padding: 8px 0;
    }

    .home-stage {
      background: #eeeeee;
      border-bottom: 1px solid #cfd7df;
      padding: 22px 0 42px;
    }
    .promo-banner {
      width: min(1040px, 100%);
      margin: 0 auto 48px;
      height: 210px;
      border: 1px solid #cbd9e6;
      background: linear-gradient(90deg, rgba(235,247,255,.96) 0%, rgba(219,241,255,.92) 100%);
      position: relative;
      overflow: hidden;
      box-shadow: 0 10px 28px rgba(16,24,40,.08);
    }
    .promo-slide {
      position: absolute;
      inset: 0;
      display: grid;
      grid-template-columns: 250px 220px minmax(0, 1fr);
      align-items: center;
      gap: 28px;
      padding: 24px 44px 30px 28px;
      opacity: 0;
      transform: translateX(24px);
      animation: promoSlide 15s infinite;
    }
    .promo-slide:nth-child(2) { animation-delay: 5s; }
    .promo-slide:nth-child(3) { animation-delay: 10s; }
    @keyframes promoSlide {
      0% { opacity: 0; transform: translateX(24px); }
      5% { opacity: 1; transform: translateX(0); }
      30% { opacity: 1; transform: translateX(0); }
      35% { opacity: 0; transform: translateX(-24px); }
      100% { opacity: 0; transform: translateX(-24px); }
    }
    .promo-photo {
      width: 190px;
      height: 142px;
      border-radius: 18px;
      object-fit: cover;
      border: 1px solid rgba(18,109,168,.18);
      box-shadow: 0 10px 22px rgba(16,24,40,.12);
      justify-self: center;
    }
    .price-tag {
      width: 205px;
      border-radius: 18px;
      background: #fff;
      border: 1px solid #d5dce5;
      box-shadow: 0 12px 24px rgba(16,24,40,.12);
      text-align: center;
      overflow: hidden;
    }
    .price-tag span {
      display: block;
      padding: 9px 10px;
      background: #ff7a1a;
      color: #fff;
      font-size: 17px;
      font-weight: 850;
      white-space: nowrap;
    }
    .price-tag strong {
      display: block;
      padding: 13px 10px 14px;
      color: #ef6c16;
      font-size: 36px;
      line-height: 1;
    }
    .promo-title h1 {
      margin: 0;
      color: #102044;
      font-size: clamp(30px, 3.4vw, 44px);
      line-height: 1.06;
      letter-spacing: .5px;
      text-transform: uppercase;
      max-width: 560px;
    }
    .promo-title p {
      margin: 6px 0 14px;
      color: #64748b;
      font-size: 16px;
      line-height: 1.35;
      font-weight: 700;
      max-width: 520px;
    }
    .promo-points {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      color: #ff7a1a;
      font-size: 16px;
      font-weight: 850;
    }
    .promo-dots {
      position: absolute;
      left: 50%;
      bottom: 10px;
      transform: translateX(-50%);
      display: flex;
      gap: 7px;
      z-index: 4;
    }
    .promo-dots span {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: rgba(18,109,168,.26);
      animation: promoDot 15s infinite;
    }
    .promo-dots span:nth-child(2) { animation-delay: 5s; }
    .promo-dots span:nth-child(3) { animation-delay: 10s; }
    @keyframes promoDot {
      0%, 34% { background: #1ea7ff; transform: scale(1.3); }
      35%, 100% { background: rgba(18,109,168,.26); transform: scale(1); }
    }
    .services-home {
      width: min(1080px, 100%);
      margin: 0 auto;
    }
    .services-home h2 {
      margin: 0 0 32px;
      font-size: 24px;
      font-weight: 500;
      color: #111827;
    }
    .home-category-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 28px;
      align-items: start;
    }
    .home-service-card {
      background: #fff;
      border: 1px solid #d9dee6;
      border-radius: 5px;
      overflow: hidden;
      text-align: center;
      color: #111827;
      min-height: 178px;
      position: relative;
      box-shadow: 0 4px 12px rgba(16,24,40,.05);
      transition: transform .18s ease, box-shadow .18s ease;
    }
    .home-service-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 12px 24px rgba(16,24,40,.12);
    }
    .home-service-card:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 18px;
      height: 18px;
      background: #2448b8;
      clip-path: polygon(0 0, 100% 0, 0 100%);
      z-index: 2;
    }
    .home-service-card img {
      width: 100%;
      height: 132px;
      object-fit: cover;
      display: block;
    }
    .home-service-card strong {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 6px 8px;
      font-size: 13px;
      line-height: 1.2;
      font-weight: 650;
    }
    .hero {
      background:
        linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.92) 48%, rgba(255,255,255,.35) 70%),
        url("../img/5b4f4efc527d320f.avif") center right / cover no-repeat;
      border-bottom: 1px solid var(--line);
    }
    .hero .container {
      min-height: 480px;
      display: grid;
      grid-template-columns: 1fr 390px;
      align-items: center;
      gap: 30px;
      padding: 54px 0;
    }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 9px 13px;
      border-radius: 999px;
      background: var(--soft-green);
      color: #126da8;
      font-weight: 950;
      font-size: 13px;
    }
    .eyebrow:before {
      content: "";
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: var(--green);
      box-shadow: 0 0 0 6px rgba(30,167,255,.16);
    }
    h1 {
      max-width: 720px;
      margin: 18px 0 18px;
      font-size: clamp(42px, 6vw, 72px);
      line-height: .94;
      letter-spacing: 0;
    }
    h1 span { color: var(--green); }
    .lead {
      max-width: 630px;
      color: #475467;
      font-size: 18px;
      line-height: 1.75;
      font-weight: 650;
      margin: 0;
    }
    .hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
    .btn {
      border: 1px solid var(--line);
      border-radius: 999px;
      padding: 15px 20px;
      background: var(--white);
      font-weight: 900;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
    }
    .btn.primary { background: var(--deep); color: #fff; border-color: var(--deep); }
    .trust-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
    .trust {
      background: rgba(255,255,255,.88);
      border: 1px solid var(--line);
      border-radius: 16px;
      padding: 13px 15px;
      font-weight: 850;
      box-shadow: 0 12px 28px rgba(16,24,40,.06);
    }
    .trust small { display: block; color: var(--muted); font-size: 12px; margin-top: 3px; font-weight: 600; }

    .quote-card {
      background: rgba(255,255,255,.94);
      border: 1px solid rgba(255,255,255,.9);
      border-radius: 26px;
      box-shadow: var(--shadow);
      padding: 22px;
    }
    .quote-card .quick-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      margin-bottom: 16px;
    }
    .quick {
      border: 1px solid var(--line);
      border-radius: 16px;
      padding: 12px;
      background: #fff;
    }
    .quick strong { display: block; font-size: 18px; }
    .quick small { color: var(--muted); font-weight: 600; }
    .contact-lines {
      display: grid;
      gap: 8px;
      margin: 0 0 16px;
    }
    .contact-lines a {
      color: #0f76bd;
      font-weight: 800;
    }
    .quote-card h2 { margin: 0 0 8px; font-size: 26px; }
    .quote-card p { margin: 0 0 18px; color: var(--muted); line-height: 1.55; font-weight: 600; }
    .quote-form { display: grid; gap: 12px; }
    .quote-form label { display: block; font-size: 12px; font-weight: 850; text-transform: uppercase; margin-bottom: 6px; letter-spacing: .02em; }
    .quote-form input, .quote-form select {
      width: 100%;
      border: 1px solid var(--line);
      border-radius: 14px;
      padding: 13px 14px;
      outline: 0;
      background: #fff;
    }
    .quote-form button {
      border: 0;
      border-radius: 14px;
      padding: 14px;
      background: var(--green);
      color: #fff;
      font-weight: 850;
      cursor: pointer;
    }

    .section { padding: 70px 0; }
    .section.soft { background: var(--soft); }
    .section.dark { background: var(--deep); color: #fff; }
    .section-head {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 22px;
      margin-bottom: 28px;
    }
    .tag { color: var(--green); font-size: 13px; font-weight: 850; text-transform: uppercase; letter-spacing: .04em; }
    h2 { margin: 8px 0 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.05; }
    .section-head p { max-width: 470px; margin: 0; color: var(--muted); line-height: 1.65; font-weight: 600; }
    .dark .section-head p { color: #b5c9bf; }

    .marketplace {
      display: grid;
      grid-template-columns: 252px minmax(0, 1fr);
      gap: 18px;
      align-items: start;
    }
    .marketplace.has-cart {
      grid-template-columns: 252px minmax(0, 1fr) 350px;
    }
    .category-rail, .cart-panel {
      position: sticky;
      top: 96px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 22px;
      padding: 16px;
      box-shadow: 0 16px 42px rgba(16,24,40,.06);
    }
    .category-rail h3, .cart-panel h3 { margin: 0 0 12px; }
    .cat {
      display: grid;
      grid-template-columns: 50px 1fr;
      align-items: center;
      gap: 10px;
      padding: 10px;
      border-radius: 15px;
      color: #344054;
      font-weight: 850;
    }
    .cat.active, .cat:hover { background: var(--soft-green); color: #126da8; }
    .cat img {
      width: 50px;
      height: 50px;
      object-fit: cover;
      border-radius: 13px;
    }

    .service-list { display: grid; gap: 14px; }
    .service-card {
      display: grid;
      grid-template-columns: 146px 1fr auto;
      gap: 18px;
      align-items: center;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 22px;
      padding: 14px;
      box-shadow: 0 14px 34px rgba(16,24,40,.06);
    }
    .service-card img {
      width: 146px;
      height: 112px;
      object-fit: cover;
      border-radius: 16px;
      background: #eef2f6;
    }
    .rating { color: #126da8; font-size: 13px; font-weight: 800; }
    .meta-line {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 9px;
    }
    .mini-tag {
      border-radius: 999px;
      padding: 6px 8px;
      background: var(--soft);
      color: #475467;
      font-size: 12px;
      font-weight: 750;
    }
    .service-card h3 { margin: 7px 0 8px; font-size: 20px; }
    .service-card p { margin: 0; color: var(--muted); line-height: 1.55; font-weight: 600; }
    .price { font-weight: 850; margin-top: 10px; }
    .add {
      border: 1px solid var(--green);
      color: var(--green);
      background: #fff;
      border-radius: 999px;
      padding: 11px 18px;
      font-weight: 850;
      cursor: pointer;
    }
    .add.is-added {
      background: #16a34a;
      border-color: #16a34a;
      color: #fff;
    }

    .cart-panel {
      padding: 20px;
    }
    .cart-panel.is-hidden {
      display: none;
    }
    .cart-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
    }
    .cart-close {
      width: 30px;
      height: 30px;
      border: 0;
      border-radius: 999px;
      background: #eef6fc;
      color: #0f76bd;
      font-weight: 950;
      cursor: pointer;
    }
    .cart-count {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: var(--deep);
      color: #fff;
      display: grid;
      place-items: center;
      font-weight: 950;
    }
    .cart-box {
      border-radius: 18px;
      background: var(--soft);
      padding: 16px;
      margin: 12px 0;
      color: #344054;
      font-weight: 700;
      line-height: 1.6;
    }
    .cart-item {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 12px;
      padding: 13px 0;
      border-bottom: 1px solid var(--line);
    }
    .cart-item strong { display: block; font-size: 14px; }
    .cart-item small { display: block; color: var(--muted); margin-top: 4px; font-weight: 600; }
    .total-row {
      display: flex;
      justify-content: space-between;
      margin: 14px 0;
      font-weight: 950;
    }
    .cart-panel .btn { width: 100%; background: var(--green); border-color: var(--green); color: #fff; }

    .real-strip {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
      margin-top: 28px;
    }
    .real-card {
      border: 1px solid var(--line);
      border-radius: 20px;
      background: #fff;
      padding: 18px;
      box-shadow: 0 12px 30px rgba(16,24,40,.05);
    }
    .real-card strong { display: block; font-size: 20px; margin-bottom: 6px; }
    .real-card span { color: var(--muted); font-weight: 600; line-height: 1.5; }

    .seller-focus {
      background:
        radial-gradient(circle at top left, rgba(30,167,255,.16), transparent 34%),
        linear-gradient(135deg, #071d31 0%, #0b2a46 54%, #123d63 100%);
      color: #fff;
      border-top: 1px solid rgba(255,255,255,.06);
      border-bottom: 1px solid rgba(255,255,255,.06);
    }
    .seller-focus .section-head p {
      color: #c9d9e8;
    }
    .seller-proof-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }
    .proof-card {
      position: relative;
      min-height: 245px;
      padding: 24px;
      border-radius: 24px;
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.14);
      box-shadow: 0 24px 60px rgba(0,0,0,.18);
      overflow: hidden;
    }
    .proof-card:after {
      content: "";
      position: absolute;
      right: -34px;
      top: -34px;
      width: 110px;
      height: 110px;
      border-radius: 50%;
      background: rgba(30,167,255,.16);
    }
    .proof-card span {
      display: inline-flex;
      width: 40px;
      height: 40px;
      border-radius: 14px;
      align-items: center;
      justify-content: center;
      background: #fff;
      color: #0b2a46;
      font-weight: 950;
      margin-bottom: 28px;
    }
    .proof-card h3 {
      margin: 0 0 12px;
      color: #fff;
      font-size: 22px;
      line-height: 1.15;
    }
    .proof-card p {
      margin: 0;
      color: #c9d9e8;
      font-weight: 650;
      line-height: 1.65;
    }
    .seller-cta-strip {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 18px;
      align-items: center;
      margin-top: 18px;
      padding: 20px;
      border-radius: 22px;
      background: rgba(255,255,255,.1);
      border: 1px solid rgba(255,255,255,.14);
    }
    .seller-cta-strip strong {
      color: #fff;
      margin-right: 8px;
    }
    .seller-cta-strip span {
      color: #d8ecff;
      font-weight: 650;
      line-height: 1.5;
    }
    .seo-hub {
      background: #fff;
      border-top: 1px solid var(--line);
    }
    .seo-link-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
    }
    .seo-link-grid a {
      display: block;
      min-height: 150px;
      padding: 20px;
      border: 1px solid var(--line);
      border-radius: 22px;
      background: linear-gradient(180deg, #fff, #f4faff);
      box-shadow: 0 14px 34px rgba(16,24,40,.06);
    }
    .seo-link-grid strong {
      display: block;
      color: #10263d;
      font-size: 20px;
      line-height: 1.2;
      margin-bottom: 12px;
    }
    .seo-link-grid span {
      display: block;
      color: var(--muted);
      font-weight: 650;
      line-height: 1.5;
    }

    .partner-choice-section {
      display: none;
      background: var(--deep);
      color: #fff;
      min-height: calc(100vh - 82px);
      padding: 70px 0;
    }
    .partner-choice-section:target {
      display: block;
    }
    body:has(.partner-choice-section:target) main,
    body:has(.partner-choice-section:target) footer {
      display: none;
    }
    .partner-choice-head {
      text-align: center;
      max-width: 760px;
      margin: 0 auto 36px;
      position: relative;
    }
    .partner-choice-head h1 {
      margin: 10px 0 12px;
      max-width: none;
      color: #fff;
      font-size: clamp(36px, 5vw, 58px);
      line-height: 1.05;
    }
    .partner-choice-head p {
      color: #d8ecff;
      line-height: 1.7;
      font-weight: 600;
      margin: 0;
    }
    .partner-close {
      position: absolute;
      top: -26px;
      right: 0;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: rgba(255,255,255,.12);
      border: 1px solid rgba(255,255,255,.18);
      color: #fff;
      text-decoration: none;
      font-weight: 950;
    }
    .partner-choice-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 22px;
    }
    .partner-option {
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 28px;
      background: rgba(255,255,255,.07);
      padding: 30px;
      min-height: 420px;
      box-shadow: 0 28px 70px rgba(0,0,0,.22);
    }
    .partner-option .option-icon {
      width: 58px;
      height: 58px;
      border-radius: 18px;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, #fff, #dff4ff);
      color: var(--blue);
      font-size: 20px;
      font-weight: 950;
      margin-bottom: 22px;
    }
    .partner-option h2 {
      color: #fff;
      margin: 0 0 10px;
      font-size: 32px;
    }
    .partner-option p {
      color: #c8d9e6;
      line-height: 1.7;
      font-weight: 600;
      margin: 0 0 22px;
    }
    .partner-option ul {
      margin: 0 0 24px;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 12px;
    }
    .partner-option li {
      border: 1px solid rgba(255,255,255,.1);
      border-radius: 14px;
      padding: 12px 14px;
      background: rgba(255,255,255,.06);
      font-weight: 750;
    }
    .partner-option .btn {
      width: 100%;
      border-color: #fff;
      background: #fff;
      color: var(--deep);
    }
    .lead-form {
      display: grid;
      gap: 13px;
    }
    .form-grid {
      display: grid;
      gap: 12px;
    }
    .form-grid.two {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lead-form label {
      display: grid;
      gap: 7px;
      color: #eaf6ff;
      font-size: 12px;
      font-weight: 900;
      letter-spacing: .03em;
      text-transform: uppercase;
    }
    .lead-form input,
    .lead-form select,
    .lead-form textarea {
      width: 100%;
      border: 1px solid rgba(255,255,255,.16);
      border-radius: 14px;
      padding: 13px 14px;
      background: rgba(255,255,255,.94);
      color: #10263d;
      outline: 0;
      box-shadow: 0 10px 22px rgba(0,0,0,.06);
    }
    .lead-form textarea {
      min-height: 88px;
      resize: vertical;
    }
    .lead-form input:focus,
    .lead-form select:focus,
    .lead-form textarea:focus {
      border-color: #6bc7ff;
      box-shadow: 0 0 0 4px rgba(107,199,255,.18);
    }
    .lead-form .submit-btn {
      margin-top: 2px;
      width: 100%;
      border-color: #fff;
      background: #fff;
      color: var(--deep);
      cursor: pointer;
    }
    .form-note,
    .form-status {
      margin: 0;
      color: #c8d9e6;
      font-size: 13px;
      line-height: 1.55;
      font-weight: 650;
      text-transform: none;
      letter-spacing: 0;
    }
    .form-status {
      min-height: 18px;
      color: #b8f7d4;
      font-weight: 850;
    }
    .form-status.is-error {
      color: #ffd0d0;
    }
    .quote-form.lead-form label,
    .quote-form.lead-form .form-status {
      color: #10263d;
    }
    .quote-form.lead-form input,
    .quote-form.lead-form select {
      border-color: var(--line);
      background: #fff;
      box-shadow: none;
    }
    .quote-form.lead-form .form-status {
      color: #0b8f4d;
      font-size: 13px;
      font-weight: 850;
      min-height: 18px;
    }
    .quote-form.lead-form .form-status.is-error {
      color: #b42318;
    }
    .seller-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
    }
    .partner-logos {
      margin-top: 22px;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 12px;
    }
    .partner-logo {
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 16px;
      padding: 16px;
      background: rgba(255,255,255,.06);
      color: #fff;
      font-weight: 950;
      text-align: center;
    }

    .scope {
      display: grid;
      grid-template-columns: .8fr 1.2fr;
      gap: 18px;
      align-items: stretch;
      margin-top: 24px;
    }
    .scope-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 24px;
      overflow: hidden;
      box-shadow: 0 14px 38px rgba(16,24,40,.06);
    }
    .scope-card img {
      width: 100%;
      height: 260px;
      object-fit: cover;
      display: block;
    }
    .scope-card div { padding: 22px; }
    .scope-card h3 { margin: 0 0 10px; font-size: 24px; }
    .scope-card p { margin: 0; color: var(--muted); line-height: 1.65; font-weight: 600; }
    .seller-card {
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(255,255,255,.1);
      border-radius: 24px;
      padding: 28px;
      min-height: 340px;
    }
    .seller-card h3 { margin: 0 0 12px; font-size: 26px; }
    .seller-card p { color: #c8d9e6; line-height: 1.7; font-weight: 600; }
    .terms {
      display: grid;
      gap: 12px;
      margin-top: 22px;
    }
    .term {
      background: rgba(255,255,255,.07);
      border: 1px solid rgba(255,255,255,.1);
      border-radius: 16px;
      padding: 15px;
      display: flex;
      justify-content: space-between;
      gap: 14px;
      color: #e8f5ee;
      font-weight: 750;
    }
    .term span { color: var(--gold); }

    .steps {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
    }
    .step {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 22px;
      padding: 24px;
      box-shadow: 0 14px 34px rgba(16,24,40,.06);
    }
    .step b {
      display: grid;
      place-items: center;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: var(--deep);
      color: #fff;
      margin-bottom: 18px;
    }
    .step h3 { margin: 0 0 8px; }
    .step p { margin: 0; color: var(--muted); line-height: 1.55; font-weight: 600; }

    .area-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
      align-items: stretch;
    }
    .area-panel {
      border-radius: 26px;
      padding: 32px;
      background:
        linear-gradient(90deg, rgba(11,42,70,.92), rgba(11,42,70,.58)),
        url("../img/7caa480aeeee1089.avif") center / cover;
      color: #fff;
      min-height: 380px;
      display: flex;
      flex-direction: column;
      justify-content: end;
      box-shadow: var(--shadow);
    }
    .area-panel h2 { color: #fff; }
    .area-panel p { color: #d8ecff; line-height: 1.65; font-weight: 600; }
    .review-list { display: grid; gap: 14px; }
    .review {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 20px;
      padding: 20px;
    }
    .review strong { display: block; margin-bottom: 6px; }
    .review p { margin: 0; color: var(--muted); line-height: 1.6; font-weight: 600; }

    footer {
      background: #f7fafc;
      color: #52657a;
      padding: 46px 0 28px;
      font-weight: 500;
      border-top: 1px solid #dbe8f1;
    }
    .footer-grid {
      display: grid;
      grid-template-columns: 1.15fr 1.15fr 1.15fr 1fr;
      gap: 54px;
      align-items: start;
    }
    .footer-col h3 {
      margin: 0 0 22px;
      color: #10263d;
      font-size: 19px;
      line-height: 1.1;
      font-weight: 800;
      position: relative;
    }
    .footer-col h3:after {
      content: "";
      display: block;
      width: 46px;
      height: 4px;
      margin-top: 8px;
      border-radius: 999px;
      background: #3b82f6;
    }
    .footer-col a {
      display: block;
      color: #52657a;
      font-size: 15px;
      line-height: 1.45;
      margin: 0 0 15px;
    }
    .footer-col a:hover {
      color: #0f76bd;
    }
    .footer-contact {
      display: grid;
      gap: 10px;
      margin: 0 0 17px;
      color: #52657a;
      font-size: 15px;
      line-height: 1.45;
    }
    .footer-contact a {
      margin: 0;
      color: #0f76bd;
      font-weight: 800;
    }
    .social-row {
      display: flex;
      gap: 18px;
      align-items: center;
      margin-top: 6px;
    }
    .social-icon {
      width: 24px;
      height: 24px;
      display: grid;
      place-items: center;
      border-radius: 6px;
      color: #fff !important;
      font-size: 13px !important;
      font-weight: 900;
      margin: 0 !important;
      line-height: 1;
    }
    .social-icon.instagram { background: linear-gradient(135deg, #f58529, #dd2a7b, #515bd4); }
    .social-icon.facebook { background: #1877f2; }
    .social-icon.x { background: #111827; }
    .social-icon.youtube { background: #ff0000; }
    .social-icon.linkedin { background: #0a66c2; }
    .footer-cities {
      margin-top: 32px;
      color: #667085;
      font-size: 12px;
      line-height: 2.1;
    }
    .footer-cities strong {
      color: #111827;
      font-weight: 800;
    }
    .footer-cities a {
      color: #52657a;
      margin-right: 13px;
      white-space: nowrap;
    }
    .footer-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      margin-top: 32px;
      padding-top: 22px;
      border-top: 1px solid #e4ebf2;
      color: #667085;
      font-size: 12px;
      line-height: 1.7;
    }
    .made-india {
      color: #52657a;
      white-space: nowrap;
    }

    @media (max-width: 1100px) {
      .nav .container { grid-template-columns: 1fr auto; gap: 14px; }
      .city-select { display: none; }
      .search { display: none; }
      .hero .container, .marketplace, .seller-grid, .area-grid { grid-template-columns: 1fr; }
      .partner-choice-grid { grid-template-columns: 1fr; }
      .category-rail, .cart-panel { position: static; }
      .steps { grid-template-columns: repeat(2, 1fr); }
      .real-strip, .partner-logos, .scope { grid-template-columns: 1fr 1fr; }
      .home-category-grid { grid-template-columns: repeat(3, 1fr); }
      .promo-banner { min-height: 390px; }
      .promo-banner { height: 430px; }
      .promo-slide { grid-template-columns: 1fr; text-align: center; justify-items: center; gap: 14px; padding: 22px; }
      .promo-photo { width: 180px; height: 120px; }
      .promo-title h1 { font-size: 30px; }
    }
    @media (max-width: 720px) {
      .notice .container { display: block; padding: 9px 0; }
      .nav-actions .chip:nth-child(3), .nav-actions .chip:nth-child(4), .cart-icon { display: none; }
      .hero .container { min-height: auto; padding: 38px 0; }
      .service-card { grid-template-columns: 1fr; }
      .service-card img { width: 100%; height: 190px; }
      .steps { grid-template-columns: 1fr; }
      .real-strip, .partner-logos, .scope, .quote-card .quick-row { grid-template-columns: 1fr; }
      .home-category-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
      .promo-points { display: grid; gap: 8px; font-size: 15px; }
      .section { padding: 54px 0; }
    }
    /* Mature service-business polish */
    body {
      background: #f6f9fc;
      color: #122238;
    }
    .nav {
      background: rgba(255,255,255,.96);
      border-top: 0;
      border-bottom: 1px solid #d7e6f2;
      backdrop-filter: blur(12px);
      box-shadow: 0 8px 28px rgba(15, 44, 72, .08);
    }
    .nav .container {
      min-height: 74px;
      width: min(1320px, calc(100% - 18px));
      grid-template-columns: 232px 130px minmax(220px, 1fr) auto;
      gap: 14px;
    }
    .brand-badge {
      width: 46px;
      height: 46px;
      border-radius: 12px;
      background: linear-gradient(135deg, #0f76bd, #25b6ff);
      font-size: 17px;
      box-shadow: 0 12px 24px rgba(15, 118, 189, .2);
    }
    .brand small {
      color: #6b7d90;
      font-size: 10px;
    }
    .city-select, .search {
      height: 44px;
      border-color: #d9e5ef;
      box-shadow: 0 8px 20px rgba(15, 44, 72, .04);
    }
    .chip {
      color: #334155;
      font-weight: 750;
    }
    .chip.primary {
      padding: 10px 14px;
      border-radius: 999px;
      background: #0f76bd;
      color: #fff;
      box-shadow: 0 12px 24px rgba(15, 118, 189, .18);
    }
    .whatsapp-chip {
      background: #16a34a;
      color: #fff;
      box-shadow: 0 12px 24px rgba(22,163,74,.2);
      padding: 10px 13px;
    }
    .home-stage {
      background:
        radial-gradient(circle at top left, rgba(31,182,255,.12), transparent 36%),
        linear-gradient(180deg, #f7fbff 0%, #eef6fc 100%);
      border-bottom: 1px solid #dbe8f1;
      padding: 26px 0 52px;
    }
    .promo-banner {
      width: min(1100px, 100%);
      height: 238px;
      margin-bottom: 44px;
      border-radius: 18px;
      border: 1px solid #c9dfef;
      background: linear-gradient(105deg, #e8f7ff 0%, #f8fbff 58%, #dff1ff 100%);
      box-shadow: 0 24px 52px rgba(15, 44, 72, .13);
    }
    .promo-banner:after {
      content: "";
      position: absolute;
      inset: 14px;
      border-radius: 14px;
      border: 1px solid rgba(255,255,255,.8);
      pointer-events: none;
    }
    .promo-slide {
      grid-template-columns: 245px 200px minmax(0, 1fr);
      gap: 34px;
      padding: 28px 54px 36px 34px;
    }
    .promo-photo {
      width: 205px;
      height: 160px;
      border-radius: 16px;
      box-shadow: 0 18px 36px rgba(15,44,72,.16);
      filter: saturate(.92) contrast(1.02);
    }
    .price-tag {
      width: 190px;
      border-radius: 16px;
      border-color: #d8e2ec;
      box-shadow: 0 16px 34px rgba(15,44,72,.12);
    }
    .price-tag span {
      background: #0f76bd;
      font-size: 15px;
    }
    .price-tag strong {
      color: #0f76bd;
      font-size: 32px;
    }
    .promo-title h1 {
      color: #0f2742;
      font-size: clamp(31px, 3.1vw, 42px);
      letter-spacing: 0;
      text-transform: none;
    }
    .promo-title p {
      color: #50657a;
      font-size: 16px;
      max-width: 560px;
    }
    .promo-points {
      gap: 12px;
      color: #15324d;
      font-size: 14px;
      font-weight: 800;
    }
    .promo-points span {
      padding: 9px 12px;
      border: 1px solid #cfe0ec;
      border-radius: 999px;
      background: rgba(255,255,255,.72);
    }
    .services-home {
      background: #fff;
      border: 1px solid #dce8f2;
      border-radius: 18px;
      padding: 24px;
      box-shadow: 0 18px 42px rgba(15,44,72,.08);
    }
    .services-home h2 {
      margin-bottom: 22px;
      font-size: 22px;
      font-weight: 850;
      color: #10263d;
    }
    .home-category-grid {
      gap: 18px;
    }
    .home-service-card {
      border-radius: 14px;
      border-color: #d7e4ee;
      min-height: 186px;
      box-shadow: 0 10px 26px rgba(15,44,72,.06);
    }
    .home-service-card:before {
      background: #0f76bd;
      width: 22px;
      height: 22px;
    }
    .home-service-card img {
      height: 132px;
      filter: saturate(.95);
    }
    .home-service-card strong {
      min-height: 54px;
      padding: 8px 10px;
      font-size: 13px;
      font-weight: 800;
      color: #17324d;
    }
    .hero {
      background:
        linear-gradient(90deg, rgba(247,251,255,.98) 0%, rgba(247,251,255,.95) 46%, rgba(247,251,255,.55) 72%),
        url("../img/5b4f4efc527d320f.avif") center right / cover no-repeat;
    }
    .hero .container {
      min-height: 520px;
      grid-template-columns: minmax(0, 1fr) 420px;
      gap: 46px;
    }
    .eyebrow {
      background: #e9f6ff;
      color: #0f76bd;
      border: 1px solid #cfe6f6;
    }
    h1 {
      color: #0e2238;
      font-size: clamp(43px, 5.4vw, 68px);
      line-height: 1;
    }
    h1 span {
      color: #0f76bd;
    }
    .lead {
      color: #40566d;
      font-size: 17px;
      font-weight: 600;
    }
    .btn {
      border-radius: 12px;
      padding: 14px 19px;
    }
    .btn.primary {
      background: #0f76bd;
      border-color: #0f76bd;
      box-shadow: 0 16px 32px rgba(15,118,189,.18);
    }
    .trust {
      border-color: #d6e4ef;
      border-radius: 14px;
      background: rgba(255,255,255,.94);
    }
    .quote-card {
      border-radius: 20px;
      border: 1px solid #d8e6f0;
      background: rgba(255,255,255,.97);
      box-shadow: 0 24px 54px rgba(15,44,72,.14);
    }
    .quote-card h2 {
      color: #10263d;
    }
    .quote-form input, .quote-form select {
      border-radius: 10px;
      border-color: #d6e3ee;
    }
    .quote-form button {
      background: #0f76bd;
      border-radius: 10px;
    }
    .section {
      padding: 76px 0;
    }
    .section.soft {
      background: #eef6fc;
    }
    .tag {
      color: #0f76bd;
      letter-spacing: .06em;
    }
    h2 {
      color: #10263d;
      font-size: clamp(28px, 3.4vw, 43px);
    }
    .marketplace {
      grid-template-columns: 230px minmax(0, 1fr);
    }
    .marketplace.has-cart {
      grid-template-columns: 230px minmax(0, 1fr) 330px;
    }
    .category-rail, .cart-panel, .service-card, .real-card, .step, .review, .scope-card {
      border-color: #d7e4ee;
      box-shadow: 0 16px 40px rgba(15,44,72,.07);
    }
    .service-card {
      border-radius: 18px;
    }
    .service-card img {
      border-radius: 14px;
    }
    .add {
      background: #0f76bd;
      border-color: #0f76bd;
      color: #fff;
    }
    .add.is-added {
      background: #16a34a;
      border-color: #16a34a;
      color: #fff;
    }
    .price {
      color: #0f76bd;
    }
    .cart-count {
      background: #0f76bd;
    }
    .partner-choice-section {
      background:
        radial-gradient(circle at top right, rgba(31,182,255,.18), transparent 34%),
        #0c263f;
    }
    footer {
      background: #f7fafc;
      color: #52657a;
    }
    @media (max-width: 900px) {
      .promo-banner {
        height: 390px;
      }
      .promo-slide {
        grid-template-columns: 1fr;
        text-align: left;
        gap: 14px;
        padding: 26px;
      }
      .promo-photo {
        width: 100%;
        max-width: 260px;
        height: 128px;
        justify-self: start;
      }
      .price-tag {
        width: 180px;
      }
    }
    @media (max-width: 1100px) {
      .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 34px;
      }
      .seller-proof-grid,
      .seo-link-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }
    @media (max-width: 720px) {
      footer {
        padding: 36px 0 24px;
      }
      .footer-grid {
        grid-template-columns: 1fr;
        gap: 22px;
      }
      .footer-col h3 {
        margin-bottom: 16px;
      }
      .footer-bottom {
        display: grid;
      }
      .made-india {
        white-space: normal;
      }
      .social-row {
        flex-wrap: wrap;
      }
      .seller-proof-grid,
      .seo-link-grid,
      .seller-cta-strip {
        grid-template-columns: 1fr;
      }
    }
/* Inner pages */
.page-main { background: #f6f9fc; }
.page-hero { padding: 70px 0 34px; background: linear-gradient(135deg, #eef8ff 0%, #ffffff 72%); border-bottom: 1px solid #dbe8f1; }
.page-hero .container { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 42px; align-items: end; }
.page-hero h1 { margin: 12px 0 14px; font-size: clamp(38px, 5vw, 62px); line-height: 1; max-width: 780px; }
.page-hero p { color: #40566d; font-size: 17px; line-height: 1.75; font-weight: 600; margin: 0; max-width: 760px; }
.page-contact-card { background: #fff; border: 1px solid #d7e4ee; border-radius: 20px; padding: 22px; box-shadow: 0 18px 42px rgba(15,44,72,.08); }
.page-contact-card strong { display: block; color: #10263d; font-size: 18px; margin-bottom: 12px; }
.page-contact-card a { display: block; color: #0f76bd; font-weight: 850; margin-top: 9px; }
.content-section { padding: 54px 0 72px; }
.content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.content-grid.two { grid-template-columns: repeat(2, 1fr); }
.info-card { background: #fff; border: 1px solid #d7e4ee; border-radius: 18px; padding: 22px; box-shadow: 0 14px 34px rgba(15,44,72,.06); }
.info-card h2, .info-card h3 { margin: 0 0 10px; color: #10263d; font-size: 24px; line-height: 1.2; }
.info-card p, .info-card li { color: #52657a; line-height: 1.65; font-weight: 600; }
.info-card ul { margin: 12px 0 0; padding-left: 20px; }
.page-form { display: grid; gap: 12px; }
.page-form input, .page-form select, .page-form textarea { width: 100%; border: 1px solid #d6e3ee; border-radius: 10px; padding: 13px 14px; background: #fff; outline: 0; }
.page-form textarea { min-height: 120px; resize: vertical; }
.page-form button { border: 0; border-radius: 10px; padding: 14px; background: #0f76bd; color: #fff; font-weight: 850; cursor: pointer; }
.page-form-wrap {
  margin-top: 24px;
  border: 1px solid #d6e3ee;
  border-radius: 18px;
  background: #fff;
  padding: 22px;
  box-shadow: 0 16px 36px rgba(15,44,72,.06);
}
.page-form-wrap h2 {
  margin: 0 0 8px;
  font-size: 28px;
}
.page-form-wrap p {
  margin: 0 0 18px;
  color: #667085;
  line-height: 1.65;
  font-weight: 650;
}
.light-form input,
.light-form select,
.light-form textarea {
  border-color: #d6e3ee;
  background: #fff;
  color: #10263d;
  box-shadow: none;
}
.light-form .form-status {
  color: #0b8f4d;
  font-size: 13px;
  font-weight: 850;
}
.light-form .form-status.is-error {
  color: #b42318;
}
.lead-form button:disabled {
  opacity: .68;
  cursor: not-allowed;
}
.booking-payment-box {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(15,143,122,.18);
  border-radius: 20px;
  background:
    linear-gradient(135deg, #ffffff, #f3faf6 70%, #fff9e8);
  color: #0f1f2e;
  box-shadow: 0 18px 42px rgba(7,25,39,.1);
  position: relative;
  overflow: hidden;
}
.booking-payment-box:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #0f8f7a, #f5d889);
}
.booking-payment-box strong {
  display: block;
  color: #0f1f2e;
  font-size: 17px;
  line-height: 1.25;
}
.booking-payment-box small,
.booking-payment-note {
  display: block;
  margin: 6px 0 0;
  color: #607082;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}
.booking-pay-btn {
  width: 100%;
  border: 0;
  border-radius: 14px;
  padding: 15px 14px;
  background: linear-gradient(135deg, #cfd9e1, #e6edf2);
  color: #435464;
  font-weight: 950;
  cursor: not-allowed;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
}
.booking-payment-box.is-ready .booking-pay-btn:not(:disabled) {
  background: linear-gradient(135deg, #0d9f61, #0f8f7a);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(13,159,97,.18);
}
.booking-upi-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.booking-upi-details[hidden] {
  display: none;
}
.booking-upi-details div {
  border: 1px solid rgba(15,143,122,.14);
  border-radius: 14px;
  padding: 10px;
  background: rgba(255,255,255,.78);
}
.booking-upi-details span {
  display: block;
  color: #607082;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.booking-upi-details strong {
  display: block;
  margin-top: 4px;
  color: #0f1f2e;
  font-size: 12px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}
@media (max-width: 720px) {
  .booking-upi-details {
    grid-template-columns: 1fr;
  }
}
.status-row { display: grid; gap: 12px; }
.status-item { display: flex; justify-content: space-between; gap: 14px; border: 1px solid #d7e4ee; border-radius: 14px; padding: 14px; background: #fff; color: #52657a; font-weight: 700; }
.status-item b { color: #10263d; }
.blog-card small, .pill { display: inline-flex; border-radius: 999px; padding: 6px 10px; background: #e9f6ff; color: #0f76bd; font-weight: 850; font-size: 12px; margin-bottom: 10px; }
.page-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
@media (max-width: 900px) { .page-hero .container, .content-grid, .content-grid.two { grid-template-columns: 1fr; } }

.premium-page-hero {
  background:
    linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.86) 54%, rgba(255,255,255,.24) 100%),
    url("../img/5b4f4efc527d320f.avif") center right / cover;
}

.premium-page-hero .page-contact-card {
  border-radius: 24px;
  border-color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(14px);
  box-shadow: 0 28px 70px rgba(7,25,39,.14);
}

.content-section .container > .page-form-wrap {
  max-width: 820px;
}

.content-grid .info-card {
  min-height: 190px;
}

/* Premium refresh */
:root {
  --ink: #111827;
  --muted: #5f6f82;
  --line: #dbe5ee;
  --soft: #f4f8fb;
  --soft-green: #edf8f4;
  --green: #0f8f7a;
  --deep: #071927;
  --blue: #1f5eff;
  --gold: #c99a3d;
  --shadow: 0 22px 55px rgba(7, 25, 39, .12);
}

body {
  background:
    linear-gradient(180deg, #fbfcfd 0%, #f6f9fb 520px, #ffffff 980px);
  color: var(--ink);
}

.container {
  width: min(1180px, calc(100% - 36px));
}

.nav {
  background: rgba(255, 255, 255, .88);
  border-top: 0;
  border-bottom: 1px solid rgba(219, 229, 238, .9);
  box-shadow: 0 12px 36px rgba(7, 25, 39, .08);
  backdrop-filter: blur(18px);
}

.nav .container {
  min-height: 72px;
  grid-template-columns: 226px 118px minmax(180px, 1fr) auto;
}

.brand-logo {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  border-color: rgba(15, 143, 122, .22);
  box-shadow: 0 12px 28px rgba(15, 143, 122, .16);
}

.brand-name {
  color: #0f1f2e;
  font-size: 18px;
}

.brand-name span,
h1 span,
.price,
.rating {
  color: var(--green);
}

.city-select,
.search {
  height: 44px;
  border-radius: 999px;
  border-color: #d9e4ed;
  background: rgba(255,255,255,.94);
  box-shadow: 0 10px 24px rgba(7, 25, 39, .05);
}

.chip {
  padding: 27px 0 25px;
  color: #344052;
  font-size: 14px;
}

.chip:hover,
.contact-lines a {
  color: var(--green);
}

.chip:hover:after {
  background: var(--green);
}

.whatsapp-chip {
  border-radius: 999px;
  padding: 14px 22px;
  background: #0d9f61;
  box-shadow: 0 14px 30px rgba(13, 159, 97, .22);
}

.home-stage {
  position: relative;
  padding: 30px 0 54px;
  background:
    linear-gradient(135deg, #f7fbfd 0%, #eef5f1 48%, #f7f0e1 100%);
  border-bottom: 1px solid #dbe5ee;
}

.home-stage:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.8), rgba(255,255,255,0)),
    radial-gradient(circle at 82% 0%, rgba(201,154,61,.18), transparent 34%);
}

.home-stage > .container {
  position: relative;
}

.promo-banner {
  width: min(1120px, 100%);
  height: 238px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.7);
  background:
    linear-gradient(105deg, rgba(7,25,39,.92), rgba(17,45,62,.88)),
    url("../img/5b4f4efc527d320f.avif") center / cover;
  box-shadow: 0 28px 70px rgba(7,25,39,.22);
}

.promo-banner:before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 18px;
  pointer-events: none;
  z-index: 3;
}

.promo-slide {
  grid-template-columns: 190px 170px minmax(0, 1fr);
  padding: 28px 42px 34px 30px;
}

.promo-photo {
  width: 168px;
  height: 152px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.4);
  box-shadow: 0 18px 34px rgba(0,0,0,.24);
}

.price-tag {
  width: 170px;
  border-radius: 20px;
  border-color: rgba(255,255,255,.42);
  background: rgba(255,255,255,.94);
  box-shadow: 0 22px 38px rgba(0,0,0,.18);
}

.price-tag span {
  background: linear-gradient(135deg, var(--gold), #e8c56e);
  color: #1f2933;
}

.price-tag strong {
  color: #0f1f2e;
  font-size: 28px;
}

.promo-title h1 {
  color: #fff;
  text-transform: none;
  letter-spacing: 0;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.04;
  max-width: 100%;
}

.promo-title p {
  color: #d7e2e8;
  max-width: 100%;
  font-size: 15px;
  line-height: 1.45;
}

.promo-points {
  color: #f3d487;
  gap: 12px;
}

.promo-points span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #0f1f2e;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(0,0,0,.14);
}

.promo-points span,
.mini-tag,
.pill {
  border: 1px solid rgba(15,143,122,.12);
}

.services-home h2 {
  font-weight: 850;
  color: #0f1f2e;
}

.home-category-grid {
  gap: 18px;
}

.home-service-card {
  border-radius: 18px;
  border: 1px solid rgba(219, 229, 238, .9);
  box-shadow: 0 16px 38px rgba(7, 25, 39, .08);
  background: linear-gradient(180deg, #ffffff, #f9fbfb);
}

.home-service-card:before {
  width: 42px;
  height: 4px;
  background: var(--green);
  clip-path: none;
}

.home-service-card img {
  height: 140px;
  transition: transform .28s ease, filter .28s ease;
  filter: saturate(.95) contrast(1.02);
}

.home-service-card strong {
  min-height: 34px;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 850;
}

.home-service-card small {
  display: block;
  min-height: 34px;
  padding: 0 10px 12px;
  color: #607082;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 700;
}

.home-service-card:hover img {
  transform: scale(1.04);
  filter: saturate(1.05) contrast(1.06);
}

.premium-detail-row {
  width: min(1120px, 100%);
  margin: -18px auto 42px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  position: relative;
  z-index: 2;
}

.premium-detail-row div {
  display: grid;
  grid-template-columns: 38px 1fr;
  column-gap: 12px;
  align-items: center;
  min-height: 86px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 20px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 18px 42px rgba(7,25,39,.11);
  backdrop-filter: blur(16px);
}

.premium-detail-row span {
  grid-row: span 2;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #0f1f2e;
  color: #f2d48b;
  font-size: 12px;
  font-weight: 950;
}

.premium-detail-row strong {
  color: #0f1f2e;
  font-size: 15px;
  line-height: 1.2;
}

.premium-detail-row small {
  color: #607082;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.city-service-panel {
  width: min(1120px, 100%);
  margin: 0 auto 44px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 18px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(219, 229, 238, .92);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(248,251,250,.92)),
    radial-gradient(circle at top right, rgba(15,143,122,.14), transparent 32%);
  box-shadow: 0 24px 60px rgba(7,25,39,.1);
}

.city-service-panel h2 {
  margin: 8px 0 8px;
  font-size: clamp(26px, 3.2vw, 40px);
}

.city-service-panel h2 span {
  color: var(--green);
}

.city-service-panel p {
  margin: 0;
  max-width: 680px;
  color: #607082;
  font-weight: 650;
  line-height: 1.6;
}

.city-picker-wrap {
  display: grid;
  gap: 8px;
}

.city-picker-wrap label {
  color: #0f1f2e;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.city-service-select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d8e3ec;
  border-radius: 999px;
  padding: 0 16px;
  background: #fff;
  color: #0f1f2e;
  font-weight: 850;
  outline: 0;
  box-shadow: 0 12px 28px rgba(7,25,39,.08);
}

.city-service-list {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 2px;
}

.city-service-list span {
  border: 1px solid rgba(15,143,122,.16);
  border-radius: 999px;
  padding: 10px 13px;
  background: #edf8f4;
  color: #0f6659;
  font-size: 13px;
  font-weight: 850;
}

.city-service-summary {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  margin-top: 2px;
  padding: 14px 16px;
  border-radius: 18px;
  background: #0f1f2e;
  color: #fff;
}

.city-service-summary strong {
  color: #f5d889;
  font-size: 14px;
}

.city-service-summary small {
  color: #d6e4ec;
  font-size: 13px;
  font-weight: 700;
}

.is-unavailable {
  display: none !important;
}

.hero {
  position: relative;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 46%, rgba(255,255,255,.24) 72%),
    linear-gradient(180deg, rgba(7,25,39,.08), rgba(7,25,39,.12)),
    url("../img/5b4f4efc527d320f.avif") center right / cover no-repeat;
}

.hero:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 84px;
  background: linear-gradient(180deg, transparent, #fff);
  pointer-events: none;
}

.hero .container {
  position: relative;
  z-index: 1;
  min-height: 560px;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 44px;
}

.eyebrow {
  background: rgba(237,248,244,.94);
  color: var(--green);
  border: 1px solid rgba(15,143,122,.16);
}

.eyebrow:before {
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(201,154,61,.18);
}

h1 {
  color: #0e1823;
  font-size: clamp(44px, 6vw, 76px);
  line-height: .96;
}

.lead {
  color: #4d5d6e;
  font-size: 17px;
}

.btn,
.add,
.quote-form button,
.page-form button {
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.btn:hover,
.add:hover,
.quote-form button:hover,
.page-form button:hover {
  transform: translateY(-2px);
}

.btn.primary,
.quote-form button,
.cart-panel .btn {
  background: linear-gradient(135deg, #0a1f2e, #103c4c);
  border-color: #0a1f2e;
  color: #fff;
  box-shadow: 0 18px 32px rgba(7,25,39,.18);
}

.btn:not(.primary) {
  border-color: rgba(7,25,39,.12);
  color: #10263d;
}

.trust {
  border-radius: 18px;
  border-color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(12px);
}

.quote-card {
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.72);
  background: rgba(255,255,255,.9);
  box-shadow: 0 30px 80px rgba(7,25,39,.18);
  backdrop-filter: blur(16px);
}

.quote-card h2 {
  color: #0e1823;
}

.quick,
.quote-form input,
.quote-form select,
.lead-form input,
.lead-form select,
.lead-form textarea {
  border-color: #dbe5ee;
  border-radius: 16px;
}

.quick {
  background: linear-gradient(180deg, #ffffff, #f7faf9);
}

.section {
  padding: 86px 0;
}

.section.soft {
  background:
    linear-gradient(180deg, #f7fafb, #eef5f1);
}

.section-head {
  align-items: end;
}

.tag {
  color: var(--green);
}

h2 {
  color: #0e1823;
  letter-spacing: 0;
}

.real-card,
.service-card,
.category-rail,
.cart-panel,
.step,
.review,
.scope-card,
.seo-link-grid a,
.info-card {
  border-color: rgba(219, 229, 238, .92);
  box-shadow: 0 20px 48px rgba(7,25,39,.08);
}

.real-card,
.service-card,
.scope-card,
.seo-link-grid a {
  transition: transform .18s ease, box-shadow .18s ease;
}

.real-card:hover,
.service-card:hover,
.scope-card:hover,
.seo-link-grid a:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 62px rgba(7,25,39,.13);
}

.service-card {
  border-radius: 24px;
  padding: 16px;
}

.service-card img {
  border-radius: 20px;
}

.add {
  background: #fff;
  border-color: var(--green);
  color: var(--green);
}

.add.is-added,
.whatsapp-chip:hover {
  background: #0d9f61;
  color: #fff;
}

.seller-focus,
.partner-choice-section {
  background:
    radial-gradient(circle at 18% 0%, rgba(201,154,61,.22), transparent 34%),
    radial-gradient(circle at 84% 10%, rgba(15,143,122,.24), transparent 36%),
    linear-gradient(135deg, #06131d 0%, #0a2432 58%, #102f3c 100%);
}

.proof-card,
.seller-cta-strip,
.partner-option {
  border-color: rgba(255,255,255,.16);
  background: rgba(255,255,255,.075);
  backdrop-filter: blur(12px);
}

.proof-card:after {
  background: rgba(201,154,61,.14);
}

.proof-card span {
  color: #0f1f2e;
  background: #f2d48b;
}

.partner-option .option-icon {
  color: #0f1f2e;
  background: linear-gradient(135deg, #f3d487, #fff4ce);
}

.lead-form .submit-btn {
  background: #f5d889;
  border-color: #f5d889;
  color: #0f1f2e;
  box-shadow: 0 18px 34px rgba(0,0,0,.16);
}

.seo-link-grid a {
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,251,250,.98));
}

.city-seo-hub {
  background: linear-gradient(180deg, #ffffff, #f4f8fb);
}

.city-seo-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.city-seo-grid a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe5ee;
  border-radius: 999px;
  background: #fff;
  color: #0f1f2e;
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 10px 24px rgba(7,25,39,.06);
}

.city-seo-grid a:hover {
  border-color: rgba(15,143,122,.28);
  background: #edf8f4;
  color: var(--green);
}

footer {
  background: #071927;
  color: #bfd1dc;
}

footer h3,
.footer-contact a {
  color: #fff;
}

.footer-col a,
.footer-cities a {
  color: #bfd1dc;
}

.footer-cities a.is-active {
  color: #0f1f2e;
  background: #f5d889;
  border-color: #f5d889;
}

.footer-cities {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  min-width: 0;
}

.footer-cities strong {
  flex-basis: 100%;
}

.footer-cities a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
}

.social-icon {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.12);
  color: #fff;
}

@media (max-width: 1100px) {
  .nav .container {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px 0;
  }

  .nav-actions {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .chip {
    padding: 10px 0;
  }

  .chip:hover:after {
    display: none;
  }

  .hero .container,
  .marketplace,
  .marketplace.has-cart,
  .scope,
  .area-grid {
    grid-template-columns: 1fr;
  }

  .category-rail,
  .cart-panel {
    position: static;
  }

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

@media (max-width: 720px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  .home-stage {
    padding-top: 18px;
  }

  .promo-banner {
    height: auto;
    min-height: 0;
    border-radius: 20px;
  }

  .promo-slide {
    position: relative;
    inset: auto;
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 14px;
    opacity: 1;
    transform: none;
    animation: none;
  }

  .promo-slide:not(:first-child),
  .promo-dots {
    display: none;
  }

  .promo-photo {
    width: 100%;
    max-width: none;
    height: 150px;
  }

  .price-tag {
    width: 100%;
  }

  .price-tag span {
    font-size: 15px;
  }

  .price-tag strong {
    font-size: 28px;
  }

  .promo-title h1 {
    font-size: 30px;
    line-height: 1.02;
  }

  .promo-points span {
    color: #0f1f2e;
    background: rgba(255,255,255,.88);
    border-color: rgba(255,255,255,.72);
  }

  .home-category-grid,
  .real-strip,
  .premium-detail-row,
  .city-service-panel,
  .city-seo-grid,
  .partner-choice-grid,
  .form-grid.two,
  .quote-card .quick-row {
    grid-template-columns: 1fr;
  }

  .premium-detail-row {
    margin: 14px auto 30px;
    gap: 10px;
  }

  .premium-detail-row div {
    min-height: 78px;
    border-radius: 18px;
  }

  .city-service-panel {
    padding: 20px;
    border-radius: 22px;
  }

  .hero .container {
    min-height: auto;
    padding: 44px 0 58px;
  }

  h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .service-card {
    grid-template-columns: 1fr;
  }

  .service-card img {
    width: 100%;
    height: 180px;
  }

  .add {
    width: 100%;
  }

  .section-head {
    display: grid;
  }
}

/* Final mobile comfort layer: keep the premium layout usable on real phones. */
@media (max-width: 980px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .nav {
    position: static;
    z-index: 50;
  }

  .nav .container {
    width: min(100% - 28px, 1180px);
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 12px;
    padding: 10px 0;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .brand-name {
    font-size: 18px;
    line-height: 1.02;
  }

  .brand-name small {
    font-size: 9px;
    margin-top: 2px;
  }

  .city-select {
    display: block;
    width: 132px;
    min-height: 44px;
    padding: 0 34px 0 14px;
    font-size: 14px;
    border-radius: 999px;
  }

  .search {
    display: flex;
    grid-column: 1 / -1;
    order: 3;
  }

  .search input {
    min-height: 46px;
    font-size: 15px;
    border-radius: 999px;
  }

  .nav-actions {
    grid-column: 1 / -1;
    order: 4;
    width: 100%;
    gap: 8px;
    overflow-x: auto;
    padding: 0 0 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .nav-actions::-webkit-scrollbar {
    display: none;
  }

  .chip,
  .whatsapp-chip {
    min-height: 38px;
    flex: 0 0 auto;
    padding: 9px 14px;
    border: 1px solid rgba(15, 31, 46, .1);
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 8px 18px rgba(7, 25, 39, .06);
    font-size: 13px;
  }

  .whatsapp-chip {
    background: var(--green);
    color: #fff;
  }

  .nav-dropdown:hover .assemble-menu {
    display: none;
  }

  .home-stage {
    padding-top: 14px;
  }

  .promo-banner {
    height: auto;
    min-height: 0;
    border-radius: 22px;
  }

  .promo-slide {
    position: relative;
    inset: auto;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    opacity: 1;
    transform: none;
    animation: none;
  }

  .promo-slide:not(:first-child),
  .promo-dots {
    display: none;
  }

  .promo-photo {
    width: 100%;
    max-width: none;
    height: clamp(150px, 40vw, 230px);
    border-radius: 18px;
    order: -1;
  }

  .price-tag {
    width: 100%;
    align-items: flex-start;
    padding: 14px 16px;
    border-radius: 16px;
  }

  .promo-title h1 {
    max-width: 100%;
    font-size: clamp(30px, 9vw, 52px);
    line-height: 1.02;
  }

  .promo-title p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.55;
  }

  .hero {
    background-position: center top;
  }

  .hero:after {
    background:
      linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.84) 48%, rgba(255,255,255,.96)),
      linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.76));
  }

  .hero .container {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 34px 0 42px;
    gap: 24px;
  }

  .eyebrow,
  .tag {
    max-width: 100%;
    font-size: 12px;
    line-height: 1.35;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(40px, 11vw, 62px);
    line-height: .98;
    overflow-wrap: anywhere;
  }

  .lead {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.7;
  }

  .hero-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-cta .btn {
    width: 100%;
    min-height: 52px;
  }

  .trust-row,
  .premium-detail-row,
  .real-strip,
  .partner-logos,
  .scope,
  .city-service-panel,
  .partner-choice-grid,
  .form-grid.two,
  .quote-card .quick-row,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .trust-row {
    display: grid;
    gap: 10px;
  }

  .trust-row div {
    width: 100%;
    min-height: 68px;
  }

  .quote-card {
    width: 100%;
    max-width: none;
    padding: 22px;
    border-radius: 24px;
    box-shadow: 0 24px 54px rgba(7, 25, 39, .18);
  }

  .quote-card h2 {
    font-size: clamp(24px, 7vw, 32px);
    line-height: 1.08;
  }

  .quote-card p,
  .quote-card a,
  .quote-card small,
  .quote-card .form-note {
    line-height: 1.55;
  }

  .quote-card .quick-row {
    gap: 10px;
  }

  .quote-form label {
    gap: 7px;
  }

  .quote-form input,
  .quote-form select,
  .quote-form textarea,
  .partner-form input,
  .partner-form select,
  .partner-form textarea {
    width: 100%;
    min-height: 48px;
    font-size: 16px;
  }

  .quote-form textarea,
  .partner-form textarea {
    min-height: 92px;
  }

  .quote-form .btn,
  .booking-pay-btn,
  .submit-btn {
    width: 100%;
    min-height: 52px;
    font-size: 16px;
  }

  .booking-payment-box {
    margin-top: 16px;
    padding: 18px;
    border-radius: 20px;
  }

  .booking-payment-box strong {
    font-size: 18px;
    line-height: 1.25;
  }

  .booking-upi-details {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .booking-upi-details span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .city-service-panel {
    gap: 18px;
    padding: 22px;
    border-radius: 24px;
  }

  .city-service-panel h2 {
    font-size: clamp(27px, 8vw, 40px);
    line-height: 1.04;
  }

  .city-picker-wrap {
    width: 100%;
  }

  .city-service-select {
    width: 100%;
    min-height: 52px;
    font-size: 16px;
  }

  .city-service-list,
  .city-service-summary {
    grid-template-columns: 1fr;
  }

  .home-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .category-card {
    min-width: 0;
    padding: 14px;
  }

  .category-card h3 {
    font-size: 14px;
    line-height: 1.25;
  }

  .section,
  .premium-section {
    padding: 42px 0;
  }

  .section-head {
    display: grid;
    gap: 10px;
  }

  .section-head h2 {
    font-size: clamp(28px, 8vw, 42px);
    line-height: 1.06;
  }

  .city-seo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .city-seo-grid a {
    min-height: 42px;
    padding: 8px 10px;
    font-size: 12px;
    text-align: center;
  }

  .footer {
    padding-bottom: 24px;
  }

  .footer-cities {
    gap: 8px;
  }
}

@media (max-width: 560px) {
  .container,
  .nav .container {
    width: min(100% - 22px, 1180px);
  }

  .nav .container {
    grid-template-columns: 1fr;
  }

  .brand {
    justify-content: flex-start;
  }

  .city-select {
    width: 100%;
    order: 2;
  }

  .search {
    order: 3;
  }

  .nav-actions {
    order: 4;
  }

  .home-category-grid,
  .city-seo-grid {
    grid-template-columns: 1fr;
  }

  .promo-slide,
  .quote-card,
  .city-service-panel {
    padding: 18px;
  }

  h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .lead {
    font-size: 15px;
  }

  .premium-detail-row div,
  .trust-row div {
    border-radius: 16px;
  }

  .quote-card {
    border-radius: 22px;
  }

  .form-grid.two {
    gap: 12px;
  }

  .footer-cities a {
    width: 100%;
    justify-content: center;
  }
}
