:root {
      --yellow: #ffd000;
      --blue: #003b78;
      --dark-blue: #001f3f;
      --header-gray: #b2b2b2;
      --text: #111827;
      --muted: #5b6472;
      --white: #ffffff;
      --soft: #f7f9fc;
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }

    html {
      scroll-padding-top: 104px;
      scroll-behavior: smooth;
    }

    body {
      padding-top: 100px;
      font-family: Arial, Helvetica, sans-serif;
      color: var(--text);
      background: var(--white);
      line-height: 1.6;
    }

    a { text-decoration: none; color: inherit; }

    .topbar {
      min-height: 100px;
      background:
        linear-gradient(rgba(178, 178, 178, .12), rgba(178, 178, 178, .12)),
        url("fejlec-szalcsiszolt.jpg") center / cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      padding: 14px 5%;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      z-index: 1000;
      box-shadow: 0 10px 24px rgba(0, 0, 0, .50);
    }

    .logo {
      display: flex;
      align-items: center;
      flex: 0 0 auto;
    }

    .logo img {
      width: 220px;
      max-width: 42vw;
      display: block;
      object-fit: contain;
    }

    .nav {
      display: flex;
      align-items: center;
      gap: clamp(14px, 1.8vw, 28px);
      font-weight: 800;
    }

    .nav a {
      color: #111;
      position: relative;
      white-space: nowrap;
      transition: color .2s ease;
    }

    .nav a:hover { color: var(--blue); }
    .nav a.active { color: var(--yellow); }
    .nav a.active::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -12px;
      height: 3px;
      background: var(--yellow);
      border-radius: 99px;
    }

    .menu-toggle {
      display: none;
      min-width: 62px;
      height: 44px;
      align-items: center;
      justify-content: center;
      border: 0;
      border-radius: 7px;
      background: var(--yellow);
      color: #111;
      cursor: pointer;
      font-family: inherit;
      font-size: 14px;
      font-weight: 900;
      letter-spacing: .2px;
    }


    .phone {
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 700;
      color: #111;
      white-space: nowrap;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      background: var(--yellow);
      color: #111;
      padding: 15px 26px;
      border-radius: 7px;
      font-weight: 900;
      border: none;
      cursor: pointer;
      box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
      transition: .2s ease;
      white-space: nowrap;
    }

    .btn:hover { transform: translateY(-2px); }

    .btn-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1em;
      line-height: 1;
      height: 1em;
      width: 1em;
      flex: 0 0 1em;
    }

    .btn-icon img {
      display: block;
      width: 1em;
      height: 1em;
      object-fit: contain;
    }

    .ghost-btn .btn-icon img {
      filter: brightness(0) invert(1);
    }

    .hero {
      min-height: 650px;
      position: relative;
      overflow: hidden;
      background:
        linear-gradient(90deg, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .52) 42%, rgba(0, 0, 0, .16) 100%),
        url("hatterkep.jpg") center / 120% auto no-repeat;
    }

    .hero-inner {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: center;
      min-height: 650px;
      padding: 70px 5% 120px;
    }

    .hero h1 {
      color: white;
      font-size: clamp(44px, 6vw, 76px);
      line-height: 1.05;
      margin-bottom: 24px;
    }

    .hero h1 span { color: var(--yellow); display: block; }

    .hero p {
      color: white;
      font-size: clamp(20px, 2vw, 27px);
      max-width: 700px;
      margin-bottom: 34px;
    }

    .hero-actions { display: flex; gap: 20px; flex-wrap: wrap; }

    .ghost-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      padding: 14px 26px;
      border: 2px solid rgba(255, 255, 255, .85);
      color: white;
      border-radius: 7px;
      font-weight: 900;
      background: rgba(255, 255, 255, .05);
      backdrop-filter: blur(4px);
      white-space: nowrap;
    }

    .benefits-wrap {
      position: relative;
      z-index: 5;
      width: min(90%, 1280px);
      margin: -66px auto 0;
      color: white;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 24px;
    }

    .benefit {
      padding: 32px 30px;
      display: flex;
      gap: 18px;
      align-items: flex-start;
      background: linear-gradient(135deg, var(--dark-blue), var(--blue));
      border-radius: 7px;
      box-shadow: 0 18px 45px rgba(0, 31, 63, .28);
      min-height: 160px;
    }

    .benefit .icon {
      width: 42px;
      min-width: 42px;
      height: 42px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 38px;
      color: var(--yellow);
      line-height: 1;
    }

    .benefit .icon img {
      width: 42px;
      height: 42px;
      display: block;
      object-fit: contain;
      filter: brightness(0) saturate(100%) invert(77%) sepia(86%) saturate(1268%) hue-rotate(359deg) brightness(103%) contrast(103%);
    }
    .benefit h3 { font-size: 19px; margin-bottom: 5px; }
    .benefit p { color: rgba(255, 255, 255, .84); font-size: 15px; }

    .section { padding: 86px 5%; background: white; }

    .section,
    .card {
      scroll-margin-top: 104px;
    }

    .section-label {
      color: var(--yellow);
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .5px;
      margin-bottom: 10px;
    }

    .section h1,
    .section h2 {
      font-size: clamp(34px, 4vw, 48px);
      line-height: 1.15;
      margin-bottom: 18px;
    }

    .title-small {
      display: block;
      font-size: .58em;
      margin-top: 6px;
    }

    .underline {
      width: 64px;
      height: 4px;
      background: var(--yellow);
      margin: 20px 0 26px;
    }

    .service-layout {
      display: grid;
      grid-template-columns: .8fr 1.6fr;
      gap: 60px;
      align-items: start;
    }

    .service-intro p { color: var(--muted); font-size: 18px; }

    .cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
      gap: 24px;
    }

    .card {
      display: block;
      background: white;
      border: 1px solid #e7ebf0;
      border-radius: 7px;
      padding: 34px 28px;
      box-shadow: 0 14px 35px rgba(0, 0, 0, .06);
      transition: .2s ease;
      cursor: pointer;
    }

    .card:hover {
      transform: translateY(-5px);
      box-shadow: 0 18px 45px rgba(0, 59, 120, .14);
    }

    .card-icon {
      width: 62px;
      height: 62px;
      border-radius: 999px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, var(--blue), var(--dark-blue));
      color: white;
      font-size: 30px;
      margin-bottom: 24px;
    }

    .card-icon img {
      width: 34px;
      height: 34px;
      display: block;
      object-fit: contain;
      filter: brightness(0) invert(1);
    }

    .card h3 { font-size: 21px; margin-bottom: 10px; }
    .card p { color: var(--muted); margin-bottom: 18px; }
    .more {
      color: var(--blue);
      font-weight: 900;
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }

    .more img {
      width: 1em;
      height: 1em;
      display: block;
      object-fit: contain;
      filter: brightness(0) saturate(100%) invert(16%) sepia(96%) saturate(1718%) hue-rotate(192deg) brightness(92%) contrast(104%);
    }

    .prices { background: var(--soft); }

    .detail-section {
      background: var(--soft);
    }

    .detail-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 48px;
      align-items: start;
      max-width: 1180px;
    }

    .detail-copy p {
      color: var(--muted);
      font-size: 18px;
      margin-bottom: 18px;
    }

    .detail-photo {
      width: 100%;
      max-width: none;
      display: block;
      border-radius: 7px;
      box-shadow: 0 14px 35px rgba(0, 0, 0, .10);
    }

    .detail-media {
      display: grid;
      grid-template-columns: 1fr;
      gap: 18px;
      align-items: start;
      margin-top: 26px;
    }

    .detail-media .btn {
      justify-self: start;
    }

    .h-tarifa-layout {
      grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
      align-items: start;
    }

    .h-tarifa-side {
      display: grid;
      gap: 28px;
      align-content: start;
    }

    .h-tarifa-photo {
      aspect-ratio: 16 / 11;
      object-fit: cover;
      object-position: center;
    }

    .h-tarifa-layout .detail-copy .btn {
      margin-top: 10px;
    }

    .service-detail-side {
      display: grid;
      gap: 24px;
      align-content: start;
    }

    .service-detail-side .detail-photo {
      aspect-ratio: 16 / 11;
      object-fit: cover;
      object-position: center;
    }

    .service-list {
      display: grid;
      gap: 12px;
      list-style: none;
      background: white;
      border: 1px solid #e7ebf0;
      border-radius: 7px;
      padding: 28px;
      box-shadow: 0 14px 35px rgba(0, 0, 0, .06);
    }

    .service-list li {
      position: relative;
      display: block;
      color: var(--muted);
      font-size: 17px;
      padding-left: 32px;
    }

    .service-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: .62em;
      width: 9px;
      height: 9px;
      border-radius: 999px;
      background: var(--blue);
    }

    .service-list-label {
      color: var(--blue);
    }

    .detail-copy .service-list {
      margin-bottom: 22px;
    }

    .detail-copy .service-list + .btn {
      margin-top: 24px;
    }

    .spec-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
      margin-top: 28px;
      max-width: 980px;
    }

    .spec-item {
      background: white;
      border: 1px solid #e7ebf0;
      border-radius: 7px;
      padding: 20px;
      box-shadow: 0 14px 35px rgba(0, 0, 0, .06);
    }

    .spec-item span {
      display: block;
      color: var(--muted);
      font-size: 14px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .4px;
      margin-bottom: 4px;
    }

    .spec-item strong {
      color: var(--blue);
      font-size: 20px;
    }

    .product-menu {
      margin: 34px 0 28px;
      max-width: 1180px;
    }

    .product-menu h3 {
      display: flex;
      align-items: center;
      gap: 14px;
      flex-wrap: wrap;
      font-size: 26px;
      margin-bottom: 16px;
      color: var(--text);
    }

    .kaisai-logo-mark {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: white;
      border: 1px solid #e7ebf0;
      border-radius: 7px;
      padding: 9px 12px;
      line-height: 1;
    }

    .kaisai-logo-mark img {
      display: block;
      width: 220px;
      height: auto;
    }

    .product-category-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }

    .product-category {
      display: block;
      background: white;
      border: 1px solid #e7ebf0;
      border-radius: 7px;
      padding: 24px;
      box-shadow: 0 14px 35px rgba(0, 0, 0, .06);
      cursor: pointer;
      transition: .2s ease;
    }

    .product-category:hover {
      transform: translateY(-4px);
      box-shadow: 0 14px 35px rgba(0, 59, 120, .12);
    }

    .product-category h4 {
      color: var(--blue);
      font-size: 21px;
      margin-bottom: 12px;
    }

    .product-category ul {
      display: grid;
      gap: 8px;
      color: var(--muted);
      list-style: none;
      font-size: 16px;
    }

    .product-category li::before {
      content: "•";
      color: var(--blue);
      font-weight: 900;
      margin-right: 8px;
    }

    .product-type-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
      margin-top: 24px;
    }

    .product-type {
      display: block;
      background: var(--soft);
      border: 1px solid #e7ebf0;
      border-radius: 7px;
      padding: 22px;
      transition: .2s ease;
    }

    .product-type:hover {
      transform: translateY(-4px);
      box-shadow: 0 14px 35px rgba(0, 59, 120, .12);
    }

    .product-type img {
      width: 100%;
      height: 150px;
      display: block;
      object-fit: contain;
      background: white;
      border: 1px solid #e7ebf0;
      border-radius: 7px;
      padding: 14px;
      margin-bottom: 16px;
    }

    .product-type h4 {
      color: var(--blue);
      font-size: 20px;
      margin-bottom: 8px;
    }

    .product-type p {
      color: var(--muted);
      font-size: 16px;
    }

    .product-details {
      display: grid;
      gap: 14px;
      margin-top: 16px;
      padding-top: 16px;
      border-top: 1px solid #dfe6ef;
    }

    .product-details strong {
      display: block;
      color: var(--blue);
      font-size: 15px;
      margin-bottom: 6px;
    }

    .product-details ul {
      display: grid;
      gap: 6px;
      list-style: none;
      color: var(--muted);
      font-size: 15px;
    }

    .product-details li::before {
      content: "•";
      color: var(--blue);
      font-weight: 900;
      margin-right: 7px;
    }

    .product-badge {
      display: inline-block;
      color: var(--blue);
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .4px;
      margin-bottom: 8px;
    }

    .product-modal {
      position: fixed;
      inset: 0;
      z-index: 300;
      display: none;
      padding: 28px;
    }

    .product-modal.is-open {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .product-modal-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, .76);
    }

    .product-modal-panel {
      position: relative;
      z-index: 1;
      width: min(1180px, 100%);
      max-height: min(86vh, 920px);
      overflow: auto;
      background: white;
      border-radius: 7px;
      padding: 30px;
      box-shadow: 0 24px 70px rgba(0, 0, 0, .34);
    }

    .product-modal-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 20px;
      margin-bottom: 20px;
      padding-right: 62px;
    }

    .product-modal-head h3 {
      color: var(--blue);
      font-size: 30px;
      margin-bottom: 6px;
    }

    .product-modal-head p {
      color: var(--muted);
      font-size: 17px;
    }

    .product-modal-close {
      position: fixed;
      top: 58px;
      right: calc((100vw - min(1180px, calc(100vw - 56px))) / 2 + 30px);
      z-index: 310;
      width: 42px;
      height: 42px;
      border: 0;
      border-radius: 7px;
      background: var(--yellow);
      color: #111;
      font-size: 28px;
      line-height: 1;
      cursor: pointer;
      margin-top: 0;
    }

    .product-modal-terms {
      position: fixed;
      bottom: 58px;
      right: calc((100vw - min(1180px, calc(100vw - 56px))) / 2 + 30px);
      z-index: 310;
      box-shadow: none;
      padding: 12px 18px;
      font-size: 13px;
    }

    .product-type.is-hidden {
      display: none;
    }

    .detail-note {
      margin-top: 22px;
      color: var(--blue);
      font-weight: 900;
      font-size: 18px;
    }

    .about-copy {
      max-width: 980px;
      color: var(--muted);
      font-size: 19px;
    }

    .about-copy p {
      margin-bottom: 18px;
    }

    .price-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-top: 34px;
    }

    .price-card {
      background: white;
      border-radius: 7px;
      padding: 34px;
      border-top: 6px solid var(--yellow);
      box-shadow: 0 14px 35px rgba(0, 0, 0, .07);
    }

    .price-card strong {
      display: block;
      font-size: 34px;
      color: var(--blue);
      margin: 12px 0;
    }

    .contact {
      background: linear-gradient(135deg, var(--dark-blue), var(--blue));
      color: white;
    }

    .contact-grid {
      display: grid;
      grid-template-columns: 1fr 1.2fr;
      gap: 40px;
      align-items: center;
    }

    .contact p {
      color: rgba(255, 255, 255, .86);
      font-size: 19px;
      margin-bottom: 28px;
    }

    .service-map {
      background: rgba(255, 255, 255, .08);
      border: 1px solid rgba(255, 255, 255, .18);
      border-radius: 7px;
      overflow: hidden;
      margin: 28px 0;
      max-width: 560px;
    }

    #serviceAreaMap {
      display: block;
      width: 100%;
      height: 300px;
      background: rgba(255, 255, 255, .12);
      position: relative;
      z-index: 1;
    }

    .service-map .leaflet-pane,
    .service-map .leaflet-top,
    .service-map .leaflet-bottom {
      z-index: 1;
    }

    .map-caption {
      padding: 12px 14px;
      color: rgba(255, 255, 255, .86);
      font-size: 14px;
      font-weight: 700;
    }

    .contact-list {
      display: grid;
      gap: 14px;
      font-size: 19px;
      margin-top: 28px;
    }

    .contact-list span {
      color: var(--yellow);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 1.3em;
      height: 1em;
      margin-right: 10px;
      line-height: 1;
      vertical-align: -0.1em;
    }

    .contact-list img {
      display: block;
      width: 1em;
      height: 1em;
      object-fit: contain;
      filter: brightness(0) saturate(100%) invert(77%) sepia(86%) saturate(1268%) hue-rotate(359deg) brightness(103%) contrast(103%);
    }

    .contact-list .location-icon {
      font-size: 1.04em;
      width: 1em;
      margin-right: 10px;
    }

    .area-link {
      margin-top: 18px;
      box-shadow: none;
    }

    .service-area {
      background: var(--soft);
    }

    .area-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
      max-width: 980px;
    }

    .area-box {
      background: white;
      border: 1px solid #e7ebf0;
      border-radius: 7px;
      padding: 28px;
      box-shadow: 0 14px 35px rgba(0, 0, 0, .06);
    }

    .area-box h3 {
      color: var(--blue);
      font-size: 22px;
      margin-bottom: 12px;
    }

    .area-box p {
      color: var(--muted);
      font-size: 17px;
    }

    .terms-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }

    .term-card {
      background: white;
      border: 1px solid #e7ebf0;
      border-radius: 7px;
      padding: 24px;
      box-shadow: 0 14px 35px rgba(0, 0, 0, .06);
    }

    .term-card:target {
      background: #B5C0D7;
      border-color: #8f9fbd;
      box-shadow: 0 18px 45px rgba(0, 59, 120, .18);
    }

    .term-card:target h3,
    .term-card:target p {
      color: #001f3f;
    }

    .term-card h3 {
      color: var(--blue);
      font-size: 20px;
      margin-bottom: 8px;
    }

    .term-card p {
      color: var(--muted);
      font-size: 16px;
    }

    .area-intro {
      max-width: 980px;
      color: var(--muted);
      font-size: 18px;
      margin-bottom: 28px;
    }

    form {
      background: white;
      border-radius: 7px;
      padding: 34px;
      box-shadow: 0 18px 45px rgba(0, 0, 0, .2);
    }

    input, select, textarea {
      width: 100%;
      padding: 15px 16px;
      margin-bottom: 16px;
      border: 1px solid #d7dde6;
      border-radius: 7px;
      font-size: 16px;
      font-family: inherit;
    }

    textarea { resize: vertical; min-height: 120px; }

    .file-field {
      margin-bottom: 16px;
    }

    .file-field label {
      display: block;
      color: var(--text);
      font-weight: 800;
      margin-bottom: 8px;
    }

    .file-field input {
      margin-bottom: 0;
      background: var(--soft);
    }

    .privacy-note {
      color: var(--muted);
      font-size: 13px;
      margin: -4px 0 16px;
    }

    form .btn { width: 100%; }

    .legal-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
      margin-top: 28px;
    }

    .legal-box {
      background: white;
      border: 1px solid #e7ebf0;
      border-radius: 7px;
      padding: 28px;
      box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
    }

    .legal-box h3 {
      color: var(--blue);
      font-size: 22px;
      margin-bottom: 12px;
    }

    .legal-box p {
      color: var(--muted);
      margin-bottom: 10px;
    }

    .legal-box p:last-child { margin-bottom: 0; }

    footer {
      background: #070b12;
      color: white;
      padding: 30px 5%;
      text-align: center;
    }

    .footer-links {
      display: flex;
      justify-content: center;
      gap: 18px;
      flex-wrap: wrap;
      margin-top: 10px;
      color: rgba(255,255,255,.72);
      font-size: 14px;
    }

    .footer-links a:hover { color: var(--yellow); }

    @media (max-width: 1100px) {
      body {
        padding-top: 86px;
      }

      .topbar {
        min-height: 86px;
        gap: 14px;
      }

      .menu-toggle { display: inline-flex; }

      .nav {
        position: absolute;
        left: 5%;
        right: 5%;
        top: calc(100% + 10px);
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
        padding: 10px;
        border-radius: 7px;
        background: rgba(255,255,255,.96);
        box-shadow: 0 18px 40px rgba(0,0,0,.24);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
        transition: .2s ease;
      }

      body.nav-open .nav {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
      }

      .nav a {
        padding: 13px 14px;
        border-radius: 7px;
      }

      .nav a.active::after { display: none; }
      .nav a.active { background: var(--yellow); color: #111; }
      .hero-inner,
      .service-layout,
      .detail-layout,
      .contact-grid { grid-template-columns: 1fr; }
      .benefits-wrap { grid-template-columns: repeat(2, 1fr); }
      .cards { grid-template-columns: repeat(2, 1fr); }
      .price-grid { grid-template-columns: 1fr; }
      .area-grid { grid-template-columns: 1fr; }
      .terms-grid { grid-template-columns: 1fr; }
      .legal-grid { grid-template-columns: 1fr; }
      .spec-grid { grid-template-columns: 1fr; }
      .product-category-grid { grid-template-columns: 1fr; }
      .product-type-grid { grid-template-columns: 1fr; }
    }

    @media (max-width: 640px) {
      .topbar {
        padding: 12px 4%;
        gap: 8px;
      }

      .logo img { width: 160px; max-width: 100%; }
      .menu-toggle { min-width: 62px; height: 44px; margin-left: auto; }
      .phone { display: none; }
      .topbar > .btn { display: none; }
      .nav { grid-template-columns: 1fr; }
      .hero { background-position: 55% center; }
      .hero-inner { padding: 50px 5% 110px; }
      .hero-actions { flex-direction: column; align-items: stretch; }
      .detail-media { grid-template-columns: 1fr; }
      .detail-media .btn { width: 100%; }
      .product-modal { padding: 16px; }
      .product-modal-panel { padding: 22px; }
      .product-modal-head { align-items: center; }
      .product-modal-close {
        top: 38px;
        right: 38px;
      }
      .product-modal-terms {
        bottom: 38px;
        right: 38px;
      }
      .benefits-wrap { grid-template-columns: 1fr; margin: -50px 5% 0; }
      .cards { grid-template-columns: 1fr; }
      .section { padding: 64px 5%; }
    }
  

    /* responsive-polish-v3 */
    html,
    body {
      max-width: 100%;
      overflow-x: hidden;
    }

    img,
    svg,
    video,
    iframe {
      max-width: 100%;
    }

    .section {
      padding-left: clamp(18px, 5vw, 5%);
      padding-right: clamp(18px, 5vw, 5%);
    }

    .section h1,
    .section h2,
    .hero h1 {
      overflow-wrap: anywhere;
    }

    .btn,
    .ghost-btn,
    .more,
    button,
    select,
    input,
    textarea {
      max-width: 100%;
    }

    .card,
    .benefit,
    .price-card,
    .product-category,
    .product-type,
    .term-card,
    .legal-card,
    .faq-item {
      min-width: 0;
    }

    .detail-photo,
    .service-map,
    #serviceAreaMap,
    .product-type img {
      max-width: 100%;
    }

    @media (max-width: 1240px) {
      .topbar {
        min-height: 86px;
        gap: 14px;
      }

      .menu-toggle {
        display: inline-flex;
      }

      .phone,
      .topbar > .btn {
        display: none;
      }

      .nav {
        position: absolute;
        left: 5%;
        right: 5%;
        top: calc(100% + 10px);
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
        padding: 10px;
        border-radius: 7px;
        background: rgba(255, 255, 255, .97);
        box-shadow: 0 18px 40px rgba(0, 0, 0, .24);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
        transition: .2s ease;
      }

      body.nav-open .nav {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
      }

      .nav a {
        padding: 13px 14px;
        border-radius: 7px;
        white-space: normal;
      }

      .nav a.active::after {
        display: none;
      }

      .nav a.active {
        background: var(--yellow);
        color: #111;
      }
    }

    @media (min-width: 641px) and (max-width: 1024px) {
      .section {
        padding-top: 72px;
        padding-bottom: 72px;
      }

      .hero,
      .hero-inner {
        min-height: 600px;
      }

      .hero-inner,
      .service-layout,
      .detail-layout,
      .contact-grid {
        grid-template-columns: 1fr;
      }

      .cards,
      .benefits-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .price-grid,
      .area-grid,
      .terms-grid,
      .legal-grid,
      .spec-grid,
      .product-category-grid {
        grid-template-columns: 1fr;
      }

      form {
        width: min(680px, 100%);
      }
    }

    @media (max-width: 640px) {
      html {
        scroll-padding-top: 82px;
      }

      .topbar {
        min-height: 72px;
        padding: 10px 4%;
      }

      .logo img {
        width: 150px;
      }

      .menu-toggle {
        min-width: 62px;
        height: 42px;
      }

      .nav {
        left: 4%;
        right: 4%;
        grid-template-columns: 1fr;
        max-height: calc(100vh - 96px);
        overflow-y: auto;
      }

      .hero {
        min-height: 540px;
        background-size: cover;
        background-position: 58% center;
      }

      .hero-inner {
        min-height: 540px;
        padding: 42px 5% 92px;
      }

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

      .hero p {
        font-size: 18px;
      }

      .hero-actions,
      .detail-actions,
      .compare-actions,
      .social-login-grid {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
      }

      .btn,
      .ghost-btn,
      .compare-open-btn,
      .compare-clear-btn,
      .compare-add-btn,
      .social-login-btn {
        width: 100%;
        min-height: 46px;
        white-space: normal;
        text-align: center;
      }

      .benefits-wrap {
        width: 90%;
      }

      .benefit,
      .card,
      .price-card,
      form,
      .product-category,
      .product-type,
      .term-card,
      .legal-card,
      .faq-item {
        padding: 24px 20px;
      }

      .section {
        padding-top: 56px;
        padding-bottom: 56px;
      }

      .section h1,
      .section h2 {
        font-size: clamp(28px, 9vw, 38px);
      }

      .contact-list > div {
        grid-template-columns: 30px minmax(0, 1fr);
      }

      #serviceAreaMap {
        min-height: 320px;
      }

      .product-modal {
        padding: 10px;
      }

      .product-modal-panel {
        width: 100%;
        max-height: calc(100vh - 20px);
        padding: 18px;
      }

      .product-modal-head {
        display: grid;
        gap: 14px;
        padding-right: 0;
      }

      .product-modal-head h3 {
        font-size: 25px;
        padding-right: 120px;
      }

      .product-modal-close {
        top: 20px;
        right: 20px;
      }

      .product-modal-bottom-terms {
        right: 20px;
        bottom: 20px;
        max-width: calc(100vw - 40px);
      }

      .product-modal-bottom-terms .btn,
      .product-modal-terms {
        width: fit-content;
        max-width: 100%;
      }

      .compare-bar {
        width: calc(100% - 20px);
        bottom: 10px;
        padding: 12px;
      }
    }

  

    /* responsive-header-fit-v1 */
    @media (min-width: 1241px) and (max-width: 1440px) {
      .topbar {
        padding-left: 3%;
        padding-right: 3%;
        gap: 12px;
      }

      .logo img {
        width: 178px;
        max-width: 22vw;
      }

      .nav {
        gap: 12px;
        font-size: 15px;
      }

      .phone {
        gap: 7px;
        font-size: 14px;
      }

      .topbar > .btn {
        padding: 13px 18px;
        font-size: 14px;
      }
    }

    @media (min-width: 1241px) and (max-width: 1320px) {
      .phone {
        display: none;
      }
    }

  

    /* fixed-header-all-viewports-v2 */
    body {
      padding-top: 100px !important;
    }

    .topbar {
      position: fixed !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important;
      width: 100% !important;
      z-index: 10000 !important;
    }

    @media (min-width: 641px) and (max-width: 1100px) {
      body {
        padding-top: 86px !important;
      }
    }

    @media (max-width: 640px) {
      body {
        padding-top: 72px !important;
      }
    }

    .h-tarifa-info-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 22px;
      align-items: start;
      margin: 8px 0 28px;
    }

    .h-tarifa-info-block {
      display: grid;
      grid-template-rows: auto 1fr;
      gap: 10px;
      min-width: 0;
    }

    .h-tarifa-info-block .service-list-label {
      margin: 0;
    }

    .h-tarifa-info-block .service-list {
      height: 100%;
      margin-bottom: 0 !important;
    }

    @media (max-width: 900px) {
      .h-tarifa-info-grid {
        grid-template-columns: 1fr;
      }
    }


    /* h-tarifa-stable-columns-v1 */
    .h-tarifa-info-grid {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
      align-items: start;
    }

    .h-tarifa-info-block,
    .h-tarifa-info-block .service-list {
      width: 100%;
      min-width: 0;
    }

    @media (max-width: 900px) {
      .h-tarifa-info-grid {
        grid-template-columns: 1fr !important;
      }
    }


    /* h-tarifa-500-columns-v1 */
    .h-tarifa-layout .h-tarifa-info-grid {
      grid-column: 1 / -1;
      display: grid;
      grid-template-columns: 500px 500px !important;
      justify-content: start;
      gap: 22px;
      align-items: start;
      width: 100%;
      margin: 8px 0 28px;
    }

    .h-tarifa-layout .h-tarifa-info-block {
      width: 500px;
      min-width: 500px;
      max-width: 500px;
      display: grid;
      grid-template-rows: auto 1fr;
      gap: 10px;
    }

    .h-tarifa-layout .h-tarifa-info-block .service-list {
      width: 100%;
      min-width: 0;
      height: 100%;
      margin-bottom: 0 !important;
    }

    .h-tarifa-layout .h-tarifa-cta {
      grid-column: 1 / -1;
      justify-self: start;
      margin-top: 0 !important;
    }

    @media (max-width: 1100px) {
      .h-tarifa-layout .h-tarifa-info-grid {
        grid-template-columns: minmax(0, 500px) !important;
      }

      .h-tarifa-layout .h-tarifa-info-block {
        width: min(500px, 100%);
        min-width: 0;
        max-width: 500px;
      }
    }
