/*
 * iCareFix Home Page Exact Design CSS
 * Generated from the supplied home page HTML so the front page matches the approved design.
 * Keep this file scoped to the front page enqueue only.
 */

:root {
      --green: #24b33f;
      --green-2: #35d85b;
      --green-dark: #073d18;
      --green-soft: #eaf8ee;
      --dark: #101812;
      --text: #26332a;
      --muted: #66736a;
      --white: #ffffff;
      --light: #f6f8f7;
      --border: #e5ebe7;
      --red: #ff2d2d;
      --shadow: 0 22px 60px rgba(0, 0, 0, 0.12);
      --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.07);
      --container: 1180px;
      --radius: 24px;
    }

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

    html,
    body {
      margin: 0 !important;
      padding: 0 !important;
      width: 100%;
      min-height: 100%;
      overflow-x: hidden;
      scroll-behavior: smooth;
    }

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

    body.mobile-menu-open {
      overflow: hidden;
    }

    /*
      WordPress / Elementor / Gutenberg hard gap reset
      This removes the extra white space above the header and below the service rail.
    */
    html,
    body,
    body:has(.icarefix-page) {
      margin: 0 !important;
      padding: 0 !important;
      --wp--style--block-gap: 0px !important;
    }

    body:has(.icarefix-page) #page,
    body:has(.icarefix-page) .site,
    body:has(.icarefix-page) .site-content,
    body:has(.icarefix-page) .content-area,
    body:has(.icarefix-page) .site-main,
    body:has(.icarefix-page) main,
    body:has(.icarefix-page) article,
    body:has(.icarefix-page) .entry-content,
    body:has(.icarefix-page) .page-content,
    body:has(.icarefix-page) .wp-site-blocks,
    body:has(.icarefix-page) .wp-block-post-content,
    body:has(.icarefix-page) .wp-block-group,
    body:has(.icarefix-page) .wp-block-html,
    body:has(.icarefix-page) .elementor,
    body:has(.icarefix-page) .elementor-section,
    body:has(.icarefix-page) .elementor-container,
    body:has(.icarefix-page) .elementor-column,
    body:has(.icarefix-page) .elementor-widget,
    body:has(.icarefix-page) .elementor-widget-wrap,
    body:has(.icarefix-page) .elementor-widget-container,
    body:has(.icarefix-page) .elementor-widget-html,
    body:has(.icarefix-page) .elementor-element,
    body:has(.icarefix-page) .e-con,
    body:has(.icarefix-page) .e-con-inner,
    .elementor-section:has(.icarefix-page),
    .elementor-container:has(.icarefix-page),
    .elementor-column:has(.icarefix-page),
    .elementor-widget:has(.icarefix-page),
    .elementor-widget-wrap:has(.icarefix-page),
    .elementor-widget-container:has(.icarefix-page),
    .elementor-widget-html:has(.icarefix-page),
    .elementor-element:has(.icarefix-page),
    .e-con:has(.icarefix-page),
    .e-con-inner:has(.icarefix-page) {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      --padding-top: 0px !important;
      --padding-bottom: 0px !important;
      --margin-top: 0px !important;
      --margin-bottom: 0px !important;
      --wp--style--block-gap: 0px !important;
    }

    body:has(.icarefix-page) .entry-content > *,
    body:has(.icarefix-page) .page-content > *,
    body:has(.icarefix-page) .wp-block-post-content > *,
    body:has(.icarefix-page) .is-layout-flow > * + *,
    body:has(.icarefix-page) .is-layout-constrained > * + *,
    body:has(.icarefix-page) .elementor-widget:not(:last-child) {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }

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

    button,
    input {
      font-family: inherit;
    }

    svg {
      display: block;
    }

    .icarefix-page {
      width: 100%;
      max-width: 100%;
      margin: 0 !important;
      padding: 0 !important;
      overflow: hidden;
      background: var(--white);
    }

    .container {
      width: min(var(--container), calc(100% - 32px));
      max-width: var(--container);
      margin-left: auto;
      margin-right: auto;
    }

    .premium-icon {
      width: 20px;
      height: 20px;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: none;
    }

    .premium-icon-fill {
      width: 22px;
      height: 22px;
      fill: currentColor;
    }

    .section {
      padding: 76px 0;
    }

    .section-title {
      text-align: center;
      margin-bottom: 34px;
    }

    .section-title h2 {
      font-size: clamp(28px, 4vw, 46px);
      line-height: 1.1;
      color: var(--dark);
      letter-spacing: -0.04em;
    }

    .section-title p {
      max-width: 620px;
      margin: 14px auto 0;
      color: var(--muted);
    }

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

    .text-red {
      color: var(--red);
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 46px;
      padding: 12px 22px;
      border-radius: 999px;
      border: 1px solid transparent;
      font-size: 14px;
      font-weight: 900;
      cursor: pointer;
      transition: 0.25s ease;
      white-space: nowrap;
    }

    .btn svg {
      width: 18px;
      height: 18px;
    }

    .btn-primary {
      background: linear-gradient(135deg, var(--green), #15a832);
      color: var(--white);
      box-shadow: 0 12px 26px rgba(37, 179, 63, 0.28);
    }

    .btn-primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 18px 38px rgba(37, 179, 63, 0.36);
    }

    .btn-outline {
      color: var(--white);
      border-color: rgba(255, 255, 255, 0.35);
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(12px);
    }

    .btn-outline:hover {
      background: var(--green);
      border-color: var(--green);
    }

    .btn-white {
      background: var(--white);
      color: var(--green-dark);
      box-shadow: var(--shadow-soft);
    }

    .btn-white:hover {
      color: var(--green);
      transform: translateY(-2px);
    }


    .icarefix-page,
    .icarefix-page .site-header,
    .icarefix-page .header-utility,
    .icarefix-page .header-main,
    .icarefix-page .service-rail,
    .icarefix-page .hero {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }

    .icarefix-page .site-header {
      top: 0 !important;
    }

    .icarefix-page .site-header + .hero,
    .icarefix-page .service-rail + .hero {
      margin-top: 0 !important;
    }

    /* Header */
    .site-header {
      position: sticky;
      top: 0;
      z-index: 9999;
      width: 100vw !important;
      max-width: 100vw !important;
      margin-top: 0 !important;
      margin-left: calc((100% - 100vw) / 2) !important;
      margin-right: calc((100% - 100vw) / 2) !important;
      left: auto !important;
      right: auto !important;
      transform: none !important;
      background: var(--white);
      border-bottom: 1px solid var(--border);
      box-shadow: 0 8px 28px rgba(0, 0, 0, 0.055);
      overflow: visible;
    }

    .site-header .container {
      width: min(var(--container), calc(100% - 32px));
      max-width: var(--container);
      margin-left: auto;
      margin-right: auto;
    }

    .header-utility,
    .header-main,
    .service-rail {
      width: 100%;
    }

    .header-utility {
      background: var(--green-dark);
      color: var(--white);
      font-size: 13px;
      font-weight: 800;
    }

    .utility-inner {
      min-height: 36px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    .utility-group {
      display: flex;
      align-items: center;
      gap: 22px;
      min-width: 0;
    }

    .utility-item {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      white-space: nowrap;
      color: rgba(255, 255, 255, 0.92);
    }

    .utility-item svg {
      width: 15px;
      height: 15px;
      color: var(--green-2);
      flex: 0 0 auto;
    }

    .header-main {
      background: var(--white);
    }

    .main-nav {
      min-height: 82px;
      display: grid;
      grid-template-columns: 245px minmax(0, 1fr) auto;
      align-items: center;
      gap: 22px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
    }

    .brand-logo {
      width: 48px;
      height: 48px;
      border-radius: 14px;
      display: grid;
      place-items: center;
      flex: 0 0 auto;
      background: linear-gradient(135deg, var(--green), var(--green-dark));
      color: var(--white);
      font-size: 18px;
      font-weight: 950;
      letter-spacing: -0.04em;
      box-shadow: 0 12px 26px rgba(36, 179, 63, 0.24);
    }

    .brand-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      line-height: 1;
      min-width: 0;
    }

    .brand-name {
      font-size: 25px;
      font-weight: 950;
      letter-spacing: -0.07em;
      color: var(--green-dark);
      white-space: nowrap;
    }

    .brand-name span {
      color: var(--green);
    }

    .brand-tagline {
      margin-top: 6px;
      font-size: 10px;
      font-weight: 850;
      color: var(--muted);
      text-transform: uppercase;
      letter-spacing: 0.15em;
      white-space: nowrap;
    }

    .desktop-nav {
      justify-self: center;
      min-width: 0;
      width: 100%;
    }

    .desktop-nav ul {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 3px;
      list-style: none;
      padding: 5px;
      border-radius: 999px;
      background: #f7faf8;
      border: 1px solid var(--border);
      max-width: 100%;
    }

    .desktop-nav a {
      height: 40px;
      padding: 0 13px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--dark);
      font-size: 14px;
      font-weight: 850;
      line-height: 1;
      white-space: nowrap;
      transition: 0.22s ease;
    }

    .desktop-nav a:hover,
    .desktop-nav a.active {
      background: var(--white);
      color: var(--green);
      box-shadow: 0 5px 16px rgba(0, 0, 0, 0.055);
    }

    .header-search {
      justify-self: stretch;
      width: 100%;
      min-width: 0;
      height: 50px;
      padding: 0 7px 0 18px;
      border-radius: 999px;
      border: 1px solid #dfe8e2;
      background: linear-gradient(180deg, #ffffff 0%, #f7faf8 100%);
      display: flex;
      align-items: center;
      gap: 12px;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96), 0 8px 22px rgba(16, 24, 18, 0.055);
    }

    .header-search svg {
      width: 20px;
      height: 20px;
      color: var(--green-dark);
      flex: 0 0 auto;
    }

    .header-search input {
      width: 100%;
      min-width: 0;
      border: none;
      outline: none;
      background: transparent;
      color: var(--dark);
      font-size: 14px;
      font-weight: 800;
    }

    .header-search input::placeholder {
      color: #7d8a82;
      opacity: 1;
    }

    .header-search button {
      height: 38px;
      padding: 0 18px;
      border: none;
      border-radius: 999px;
      background: var(--green);
      color: var(--white);
      font-size: 13px;
      font-weight: 950;
      cursor: pointer;
      white-space: nowrap;
      transition: 0.22s ease;
      flex: 0 0 auto;
    }

    .header-search button:hover {
      background: var(--green-dark);
      transform: translateY(-1px);
    }

    .header-actions {
      justify-self: end;
      display: inline-flex;
      align-items: center;
      justify-content: flex-end;
      gap: 10px;
      white-space: nowrap;
    }

    .header-action-btn {
      width: 44px;
      height: 44px;
      padding: 0;
      border-radius: 50%;
      border: 1px solid #dbe6df;
      background: linear-gradient(180deg, #ffffff 0%, #f6faf7 100%);
      color: var(--green-dark);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: 0.22s ease;
      position: relative;
      flex: 0 0 auto;
      line-height: 1;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 8px 20px rgba(16, 24, 18, 0.08);
    }

    .header-action-btn .premium-icon {
      width: 20px;
      height: 20px;
      display: block;
      flex: 0 0 auto;
      margin: 0;
    }

    .header-action-btn[aria-label="Search"] .premium-icon {
      transform: translate(1px, 1px);
    }

    .header-action-btn[aria-label="Cart"] .premium-icon {
      transform: translate(-1px, 0.5px);
    }

    .header-action-btn:hover {
      background: var(--green);
      color: var(--white);
      border-color: var(--green);
      transform: translateY(-1px);
      box-shadow: 0 10px 24px rgba(36, 179, 63, 0.22);
    }

    .cart-badge {
      position: absolute;
      top: -6px;
      right: -5px;
      width: 19px;
      height: 19px;
      min-width: 19px;
      padding: 0;
      border-radius: 999px;
      background: linear-gradient(135deg, #35d85b 0%, #18a936 54%, #0d7f28 100%);
      color: var(--white);
      border: 2px solid var(--white);
      font-size: 10px;
      font-weight: 950;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
      letter-spacing: -0.02em;
      box-shadow: 0 8px 16px rgba(24, 169, 54, 0.34), 0 0 0 3px rgba(36, 179, 63, 0.10);
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
      z-index: 3;
      pointer-events: none;
    }

    .cart-badge::after {
      content: "";
      position: absolute;
      inset: 3px 4px auto 4px;
      height: 5px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.38);
      pointer-events: none;
    }

    .header-action-btn:hover .cart-badge {
      background: var(--white);
      color: var(--green);
      border-color: rgba(255, 255, 255, 0.96);
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16), 0 0 0 3px rgba(255, 255, 255, 0.20);
      text-shadow: none;
    }

    .header-cta {
      height: 44px;
      padding: 0 20px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      background: var(--green);
      color: var(--white);
      font-size: 14px;
      font-weight: 900;
      white-space: nowrap;
      transition: 0.22s ease;
      box-shadow: 0 10px 24px rgba(36, 179, 63, 0.24);
      flex: 0 0 auto;
    }

    .header-cta:hover {
      background: #1da637;
      transform: translateY(-1px);
      box-shadow: 0 14px 30px rgba(36, 179, 63, 0.34);
    }

    .header-cta svg {
      width: 17px;
      height: 17px;
    }

    .service-rail {
      background: #f8fbf9;
      border-top: 1px solid var(--border);
    }

    .service-rail-inner {
      min-height: 46px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .service-rail .desktop-nav {
      width: auto;
      justify-self: center;
    }

    .service-rail .desktop-nav ul {
      gap: 22px;
      padding: 0;
      border: none;
      background: transparent;
      border-radius: 0;
    }

    .service-rail .desktop-nav a {
      height: 46px;
      padding: 0 6px;
      border-radius: 0;
      color: var(--muted);
      font-size: 13px;
      font-weight: 900;
      letter-spacing: 0.01em;
      position: relative;
    }

    .service-rail .desktop-nav a::after {
      content: "";
      position: absolute;
      left: 6px;
      right: 6px;
      bottom: 0;
      height: 2px;
      border-radius: 999px;
      background: var(--green);
      transform: scaleX(0);
      transform-origin: center;
      transition: 0.22s ease;
    }

    .service-rail .desktop-nav a:hover,
    .service-rail .desktop-nav a.active {
      background: transparent;
      color: var(--green);
      box-shadow: none;
    }

    .service-rail .desktop-nav a:hover::after,
    .service-rail .desktop-nav a.active::after {
      transform: scaleX(1);
    }

    .service-rail-item {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      color: var(--muted);
      font-size: 13px;
      font-weight: 800;
      text-align: center;
      white-space: nowrap;
      min-width: 0;
    }

    .service-rail-item svg {
      width: 16px;
      height: 16px;
      color: var(--green);
      flex: 0 0 auto;
    }

    .service-rail-item:hover {
      color: var(--green);
    }

    .mobile-menu-btn {
      display: none;
    }

    .mobile-panel {
      display: none;
    }

    /* Hero */
    .hero {
      position: relative;
      overflow: hidden;
      color: var(--white);
      background:
        radial-gradient(circle at 16% 20%, rgba(53, 216, 91, .34), transparent 24%),
        radial-gradient(circle at 78% 22%, rgba(37, 179, 63, .48), transparent 28%),
        linear-gradient(130deg, #021708 0%, #063916 46%, #071d2d 100%);
      min-height: 760px;
      display: flex;
      align-items: center;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
      background-size: 74px 74px;
      mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 88%);
    }

    .hero::after {
      content: "";
      position: absolute;
      left: -15%;
      right: -15%;
      bottom: -150px;
      height: 330px;
      background: var(--white);
      transform: rotate(-3deg);
      transform-origin: left top;
      z-index: 1;
    }

    .hero-glow {
      position: absolute;
      width: 480px;
      height: 480px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(53,216,91,.28), transparent 65%);
      filter: blur(10px);
      right: 12%;
      top: 14%;
      animation: floatGlow 7s ease-in-out infinite;
    }

    @keyframes floatGlow {
      0%, 100% {
        transform: translateY(0) scale(1);
      }

      50% {
        transform: translateY(24px) scale(1.05);
      }
    }

    .hero-content {
      position: relative;
      z-index: 3;
      display: grid;
      grid-template-columns: 1.02fr .98fr;
      align-items: center;
      gap: 56px;
      padding: 96px 0 130px;
    }

    .hero-text .badge {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 9px 16px;
      border-radius: 999px;
      background: rgba(255,255,255,.1);
      border: 1px solid rgba(255,255,255,.16);
      color: #dfffe6;
      font-weight: 900;
      font-size: 13px;
      margin-bottom: 24px;
      backdrop-filter: blur(14px);
    }

    .hero-text .badge svg {
      width: 18px;
      height: 18px;
      color: var(--green-2);
    }

    .hero-text h1 {
      font-size: clamp(44px, 7vw, 80px);
      line-height: .92;
      letter-spacing: -0.075em;
      max-width: 740px;
      margin-bottom: 24px;
    }

    .hero-text h1 span {
      color: var(--green-2);
    }

    .hero-text p {
      max-width: 580px;
      color: rgba(255,255,255,.84);
      font-size: 17px;
      margin-bottom: 28px;
    }

    .google-review {
      display: inline-grid;
      grid-template-columns: auto 1fr;
      align-items: center;
      gap: 14px;
      padding: 15px 18px;
      margin-bottom: 24px;
      border-radius: 20px;
      background: rgba(255,255,255,.1);
      border: 1px solid rgba(255,255,255,.15);
      backdrop-filter: blur(14px);
    }

    .google-logo {
      width: 52px;
      height: 52px;
      border-radius: 18px;
      background: var(--white);
      display: grid;
      place-items: center;
      color: #4285f4;
      font-weight: 950;
      font-size: 27px;
      letter-spacing: -0.08em;
      box-shadow: 0 14px 28px rgba(0,0,0,.12);
    }

    .stars {
      color: #ffcc28;
      letter-spacing: 1px;
      font-size: 13px;
      margin-top: 3px;
    }

    .google-review small {
      color: rgba(255,255,255,.74);
    }

    .hero-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-bottom: 28px;
    }

    .hero-trust-row {
      display: grid;
      grid-template-columns: repeat(3, max-content);
      gap: 14px;
      align-items: center;
    }

    .trust-pill {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 12px 15px;
      border-radius: 999px;
      background: rgba(255,255,255,.09);
      border: 1px solid rgba(255,255,255,.14);
      color: rgba(255,255,255,.88);
      font-size: 13px;
      font-weight: 800;
      backdrop-filter: blur(12px);
    }

    .trust-pill svg {
      width: 18px;
      height: 18px;
      color: var(--green-2);
    }

    .hero-visual {
      position: relative;
      min-height: 560px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .device-orbit {
      position: relative;
      width: min(530px, 100%);
      aspect-ratio: 1 / 1;
      border-radius: 50%;
      display: grid;
      place-items: center;
    }

    .orbit-ring {
      position: absolute;
      inset: 18px;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,.13);
      background:
        radial-gradient(circle at center, rgba(255,255,255,.04), transparent 58%),
        conic-gradient(from 120deg, rgba(53,216,91,.5), transparent 22%, rgba(255,255,255,.18), transparent 60%, rgba(53,216,91,.42));
      animation: rotateOrbit 18s linear infinite;
      mask-image: radial-gradient(circle, transparent 0 50%, #000 51%);
    }

    .orbit-ring.ring-2 {
      inset: 62px;
      animation-duration: 24s;
      animation-direction: reverse;
      opacity: .75;
    }

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

    .premium-device-card {
      position: relative;
      width: min(390px, 88%);
      padding: 22px;
      border-radius: 38px;
      background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(230,255,237,.9));
      color: var(--dark);
      box-shadow: 0 40px 90px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.8);
      overflow: hidden;
      transform: rotate(-2deg);
    }

    .premium-device-card::before {
      content: "";
      position: absolute;
      width: 210px;
      height: 210px;
      right: -80px;
      top: -80px;
      border-radius: 50%;
      background: rgba(37,179,63,.18);
    }

    .premium-device-top {
      position: relative;
      z-index: 2;
      display: flex;
      justify-content: space-between;
      gap: 12px;
      align-items: center;
      margin-bottom: 16px;
    }

    .premium-device-top span {
      font-size: 13px;
      font-weight: 900;
      color: var(--muted);
      text-transform: uppercase;
      letter-spacing: .06em;
    }

    .live-dot {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 7px 10px;
      border-radius: 999px;
      background: var(--green-soft);
      color: var(--green);
      font-size: 12px;
      font-weight: 900;
    }

    .live-dot::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--green);
      box-shadow: 0 0 0 6px rgba(37,179,63,.13);
    }

    .premium-device-card h2 {
      position: relative;
      z-index: 2;
      font-size: 34px;
      line-height: 1;
      letter-spacing: -0.06em;
      max-width: 250px;
      margin-bottom: 18px;
    }

    .premium-device-card h2 span {
      color: var(--green);
    }

    .device-screen-wrap {
      height: 310px;
      border-radius: 30px;
      background:
        radial-gradient(circle at 24% 28%, rgba(53,216,91,.35), transparent 26%),
        linear-gradient(135deg, #04120a, #0d3d1d 45%, #eaffef 46%, #9bf0ab 74%, #07130b);
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    .mock-phone {
      position: relative;
      width: 154px;
      height: 268px;
      border-radius: 30px;
      background:
        radial-gradient(circle at 72% 13%, #0b0d0f 0 8px, transparent 9px),
        radial-gradient(circle at 72% 24%, #0b0d0f 0 8px, transparent 9px),
        radial-gradient(circle at 60% 17%, #0b0d0f 0 8px, transparent 9px),
        linear-gradient(135deg, #0c1115 0 18%, #76ff91 19% 48%, #eaffef 49% 76%, #11161a 77%);
      box-shadow: 0 28px 48px rgba(0,0,0,.34);
      transform: rotate(-8deg);
    }

    .hero-search-card {
      position: absolute;
      right: 6px;
      top: 28px;
      width: 260px;
      padding: 16px;
      border-radius: 24px;
      background: rgba(255,255,255,.93);
      color: var(--dark);
      box-shadow: var(--shadow-soft);
      backdrop-filter: blur(16px);
      z-index: 5;
      border: 1px solid rgba(255,255,255,.7);
    }

    .hero-search-card strong {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      margin-bottom: 12px;
    }

    .hero-search-card label {
      height: 42px;
      border-radius: 999px;
      border: 1px solid var(--border);
      display: flex;
      align-items: center;
      gap: 9px;
      padding: 0 13px;
      background: #fbfdfc;
    }

    .hero-search-card input {
      width: 100%;
      border: none;
      background: transparent;
      outline: none;
      font-weight: 700;
    }

    .repair-status-card {
      position: absolute;
      left: 4px;
      bottom: 46px;
      width: 250px;
      padding: 17px;
      border-radius: 24px;
      background: rgba(255,255,255,.12);
      border: 1px solid rgba(255,255,255,.18);
      backdrop-filter: blur(16px);
      color: var(--white);
      box-shadow: var(--shadow-soft);
      z-index: 5;
    }

    .status-top {
      display: flex;
      justify-content: space-between;
      margin-bottom: 14px;
      font-weight: 900;
    }

    .status-bar {
      height: 8px;
      border-radius: 999px;
      background: rgba(255,255,255,.16);
      overflow: hidden;
      margin-bottom: 12px;
    }

    .status-bar span {
      display: block;
      width: 76%;
      height: 100%;
      background: linear-gradient(90deg, var(--green), var(--green-2));
    }

    .repair-status-card small {
      color: rgba(255,255,255,.76);
    }

    .floating-chip {
      position: absolute;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 11px 13px;
      border-radius: 999px;
      background: rgba(255,255,255,.13);
      border: 1px solid rgba(255,255,255,.16);
      backdrop-filter: blur(14px);
      color: rgba(255,255,255,.9);
      font-weight: 900;
      font-size: 12px;
      box-shadow: var(--shadow-soft);
      z-index: 6;
    }

    .chip-one {
      left: 42px;
      top: 104px;
    }

    .chip-two {
      right: 22px;
      bottom: 100px;
    }

    .hero-bottom-stats {
      position: absolute;
      left: 50%;
      bottom: 34px;
      transform: translateX(-50%);
      width: min(var(--container), calc(100% - 32px));
      z-index: 4;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }

    .hero-stat {
      padding: 18px 20px;
      border-radius: 22px;
      background: rgba(255,255,255,.94);
      color: var(--dark);
      display: flex;
      align-items: center;
      gap: 14px;
      box-shadow: 0 20px 50px rgba(0,0,0,.1);
      border: 1px solid rgba(255,255,255,.7);
    }

    .hero-stat-icon {
      width: 48px;
      height: 48px;
      border-radius: 17px;
      display: grid;
      place-items: center;
      background: var(--green-soft);
      color: var(--green);
      flex: 0 0 auto;
    }

    .hero-stat strong {
      display: block;
      font-size: 21px;
      line-height: 1;
    }

    .hero-stat span {
      color: var(--muted);
      font-size: 12px;
      font-weight: 800;
    }

    .brand-strip {
      background: #f1f3f2;
      border-bottom: 1px solid var(--border);
      position: relative;
      z-index: 5;
    }

    .brands {
      min-height: 80px;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      align-items: center;
      gap: 18px;
      text-align: center;
      color: #6c7470;
      font-weight: 900;
      font-size: 22px;
      filter: grayscale(1);
    }

    .brand-oneplus {
      color: #ef2b2d;
    }

    .brand-xiaomi {
      color: #ff6900;
    }

    .repair-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 22px;
    }

    .repair-card {
      min-height: 270px;
      padding: 24px;
      border-radius: var(--radius);
      color: var(--white);
      background: linear-gradient(145deg, #0e1724, #28313d);
      position: relative;
      overflow: hidden;
      transition: .3s ease;
      box-shadow: var(--shadow-soft);
    }

    .repair-card:hover {
      transform: translateY(-8px);
      box-shadow: var(--shadow);
    }

    .repair-card:nth-child(2) {
      background: linear-gradient(145deg, #121212, #4b4b4b);
    }

    .repair-card:nth-child(3) {
      background: linear-gradient(145deg, #27313d, #77808a);
    }

    .repair-card:nth-child(4) {
      background: linear-gradient(145deg, #1d1f22, #8b8f91);
    }

    .repair-card-icon {
      width: 54px;
      height: 54px;
      border-radius: 18px;
      display: grid;
      place-items: center;
      background: rgba(255,255,255,.12);
      color: var(--green-2);
      margin-bottom: 18px;
    }

    .repair-card h3 {
      font-size: 20px;
      margin-bottom: 6px;
    }

    .repair-card p {
      color: rgba(255,255,255,.72);
      font-size: 14px;
      max-width: 180px;
    }

    .repair-device {
      position: absolute;
      right: 18px;
      bottom: 18px;
      width: 118px;
      height: 132px;
      border-radius: 24px;
      background: linear-gradient(135deg, #f5fff7, #9bf0a9);
      box-shadow: 0 18px 35px rgba(0,0,0,.28);
    }

    .repair-device.watch {
      width: 130px;
      height: 130px;
      border-radius: 34px;
      background: radial-gradient(circle, #111 0 34%, #ff5a33 35% 45%, #24c24d 46% 56%, #111 57%);
    }

    .repair-device.airpods {
      background:
        radial-gradient(circle at 38% 45%, #e9e9e9 0 17px, transparent 18px),
        radial-gradient(circle at 68% 35%, #efefef 0 19px, transparent 20px),
        linear-gradient(135deg, #ffffff, #dfe5e3);
    }

    .repair-device.iphone {
      background:
        radial-gradient(circle at 70% 16%, #111 0 7px, transparent 8px),
        radial-gradient(circle at 70% 27%, #111 0 7px, transparent 8px),
        linear-gradient(145deg, #1a1c20, #e4e7e8);
    }

    .section-heading-row {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 20px;
      margin-bottom: 24px;
    }

    .section-heading-row h2 {
      color: var(--dark);
      font-size: clamp(28px, 4vw, 42px);
      line-height: 1.1;
      letter-spacing: -0.04em;
    }

    .section-heading-row p {
      color: var(--muted);
      margin-top: 6px;
    }

    .view-all {
      color: var(--green-dark);
      font-size: 14px;
      font-weight: 900;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .view-all:hover {
      color: var(--green);
    }

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

    .product-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 18px;
      padding: 14px;
      transition: .25s ease;
      position: relative;
      overflow: hidden;
    }

    .product-card:hover {
      transform: translateY(-7px);
      box-shadow: var(--shadow-soft);
      border-color: rgba(37, 179, 63, .35);
    }

    .product-card::before {
      content: "iCareFix";
      position: absolute;
      left: 14px;
      top: 10px;
      color: var(--green);
      font-size: 11px;
      font-weight: 900;
    }

    .product-img {
      height: 160px;
      border-radius: 14px;
      background:
        linear-gradient(145deg, rgba(37,179,63,.08), rgba(255,255,255,.9)),
        radial-gradient(circle at center, rgba(37,179,63,.25), transparent 46%);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 14px;
      overflow: hidden;
    }

    .product-phone {
      width: 76px;
      height: 130px;
      border-radius: 18px;
      background:
        radial-gradient(circle at 70% 12%, #111 0 5px, transparent 6px),
        linear-gradient(145deg, #101419, #3fc35a 45%, #e7ffe9);
      box-shadow: 0 14px 28px rgba(0,0,0,.2);
      transform: rotate(7deg);
    }

    .product-card:nth-child(2n) .product-phone {
      background:
        radial-gradient(circle at 70% 12%, #111 0 5px, transparent 6px),
        linear-gradient(145deg, #ff3c78, #33d465 52%, #f9ffe7);
      transform: rotate(-6deg);
    }

    .product-card:nth-child(3n) .product-phone {
      background:
        radial-gradient(circle at 70% 12%, #111 0 5px, transparent 6px),
        linear-gradient(145deg, #2b72ff, #42dc5c 55%, #fff);
    }

    .product-card h3 {
      font-size: 14px;
      line-height: 1.35;
      min-height: 40px;
      color: var(--dark);
      margin-bottom: 8px;
    }

    .price {
      color: var(--green);
      font-weight: 900;
      margin-bottom: 12px;
      font-size: 14px;
    }

    .add-cart {
      width: 100%;
      height: 36px;
      border: none;
      border-radius: 999px;
      background: var(--green);
      color: var(--white);
      font-weight: 900;
      cursor: pointer;
      transition: .2s ease;
    }

    .add-cart:hover {
      background: var(--green-dark);
    }


    /* Spare Parts Deals - shop shelf layout */
    .parts-deals-section {
      background:
        radial-gradient(circle at 8% 10%, rgba(36, 179, 63, 0.08), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
    }

    .parts-store-shell {
      position: relative;
      overflow: hidden;
      padding: 26px;
      border-radius: 34px;
      background: #ffffff;
      border: 1px solid var(--border);
      box-shadow: 0 24px 70px rgba(16, 24, 18, 0.08);
    }

    .parts-store-shell::before {
      content: "";
      position: absolute;
      width: 360px;
      height: 360px;
      right: -170px;
      top: -190px;
      border-radius: 50%;
      background: rgba(36, 179, 63, 0.09);
      pointer-events: none;
    }

    .parts-titlebar {
      position: relative;
      z-index: 2;
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 22px;
      padding-bottom: 22px;
      margin-bottom: 22px;
      border-bottom: 1px solid var(--border);
    }

    .parts-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 8px 12px;
      border-radius: 999px;
      background: var(--green-soft);
      color: var(--green-dark);
      font-size: 12px;
      font-weight: 950;
      margin-bottom: 10px;
      text-transform: uppercase;
      letter-spacing: 0.08em;
    }

    .parts-eyebrow::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--green);
      box-shadow: 0 0 0 5px rgba(36, 179, 63, 0.12);
    }

    .parts-titlebar h2 {
      color: var(--dark);
      font-size: clamp(30px, 4vw, 46px);
      line-height: 1.06;
      letter-spacing: -0.05em;
    }

    .parts-titlebar p {
      color: var(--muted);
      margin-top: 7px;
      font-size: 15px;
    }

    .parts-view-all {
      min-height: 44px;
      padding: 0 18px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      color: var(--green-dark);
      background: #f8fbf9;
      border: 1px solid var(--border);
      font-size: 14px;
      font-weight: 950;
      white-space: nowrap;
      transition: 0.22s ease;
    }

    .parts-view-all:hover {
      background: var(--green);
      color: var(--white);
      border-color: var(--green);
      transform: translateY(-2px);
    }

    .parts-shop-layout {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: 330px minmax(0, 1fr);
      gap: 22px;
      align-items: stretch;
    }

    .parts-promo-panel {
      min-height: 430px;
      padding: 28px;
      border-radius: 28px;
      color: var(--white);
      background:
        radial-gradient(circle at 82% 18%, rgba(53, 216, 91, 0.34), transparent 28%),
        linear-gradient(145deg, #061a0d 0%, #073d18 58%, #101812 100%);
      box-shadow: 0 22px 55px rgba(7, 61, 24, 0.2);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      overflow: hidden;
      position: relative;
    }

    .parts-promo-panel::after {
      content: "";
      position: absolute;
      width: 160px;
      height: 160px;
      right: -56px;
      bottom: -56px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.08);
    }

    .promo-label {
      display: inline-flex;
      width: fit-content;
      padding: 8px 12px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.12);
      border: 1px solid rgba(255, 255, 255, 0.16);
      color: rgba(255, 255, 255, 0.92);
      font-size: 12px;
      font-weight: 900;
      margin-bottom: 18px;
    }

    .parts-promo-panel h3 {
      position: relative;
      z-index: 2;
      max-width: 260px;
      font-size: 34px;
      line-height: 1.05;
      letter-spacing: -0.05em;
      margin-bottom: 13px;
    }

    .parts-promo-panel p {
      position: relative;
      z-index: 2;
      color: rgba(255, 255, 255, 0.74);
      font-size: 14px;
      line-height: 1.7;
    }

    .promo-points {
      position: relative;
      z-index: 2;
      display: grid;
      gap: 10px;
      margin-top: 22px;
    }

    .promo-point {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 13px;
      font-weight: 850;
      color: rgba(255, 255, 255, 0.88);
    }

    .promo-point span {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: rgba(53, 216, 91, 0.18);
      color: var(--green-2);
      flex: 0 0 auto;
    }

    .promo-action {
      position: relative;
      z-index: 2;
      width: 100%;
      min-height: 48px;
      border: none;
      border-radius: 999px;
      background: var(--white);
      color: var(--green-dark);
      font-weight: 950;
      cursor: pointer;
      transition: 0.22s ease;
    }

    .promo-action:hover {
      transform: translateY(-2px);
      color: var(--green);
    }

    .parts-deal-list {
      display: grid;
      gap: 12px;
    }

    .parts-list-item {
      display: grid;
      grid-template-columns: 58px 86px minmax(0, 1fr) auto;
      align-items: center;
      gap: 18px;
      padding: 15px;
      border-radius: 24px;
      background: #ffffff;
      border: 1px solid var(--border);
      box-shadow: 0 10px 26px rgba(16, 24, 18, 0.045);
      transition: 0.25s ease;
    }

    .parts-list-item:hover {
      transform: translateX(6px);
      border-color: rgba(36, 179, 63, 0.32);
      box-shadow: 0 16px 36px rgba(16, 24, 18, 0.08);
    }

    .parts-rank {
      width: 48px;
      height: 48px;
      border-radius: 18px;
      display: grid;
      place-items: center;
      background: #f3f8f5;
      color: var(--green-dark);
      font-size: 15px;
      font-weight: 950;
      border: 1px solid var(--border);
    }

    .parts-thumb {
      width: 76px;
      height: 76px;
      border-radius: 22px;
      background:
        radial-gradient(circle at 72% 18%, #111 0 4px, transparent 5px),
        linear-gradient(145deg, #101419, #35d85b 48%, #eaffef 49% 78%, #ffffff);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 12px 24px rgba(16, 24, 18, 0.11);
      position: relative;
      overflow: hidden;
    }

    .parts-thumb::after {
      content: "";
      position: absolute;
      left: 15px;
      top: 13px;
      width: 11px;
      height: 42px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.5);
      transform: rotate(18deg);
    }

    .parts-list-item:nth-child(2n) .parts-thumb {
      background:
        radial-gradient(circle at 72% 18%, #111 0 4px, transparent 5px),
        linear-gradient(145deg, #151515, #ffffff 42%, #c9f7d4 43% 78%, #35d85b);
    }

    .parts-list-item:nth-child(3n) .parts-thumb {
      background:
        radial-gradient(circle at 72% 18%, #111 0 4px, transparent 5px),
        linear-gradient(145deg, #073d18, #35d85b 48%, #f6fff8 49% 82%, #dbe6df);
    }

    .parts-item-content h3 {
      color: var(--dark);
      font-size: 16px;
      line-height: 1.35;
      margin-bottom: 5px;
    }

    .parts-item-content p {
      color: var(--muted);
      font-size: 13px;
      font-weight: 750;
    }

    .parts-buy-area {
      display: flex;
      align-items: center;
      gap: 14px;
    }

    .parts-price {
      color: var(--green-dark);
      font-size: 18px;
      font-weight: 950;
      white-space: nowrap;
    }

    .parts-add-btn {
      min-height: 40px;
      padding: 0 15px;
      border: none;
      border-radius: 999px;
      background: var(--green);
      color: var(--white);
      font-size: 13px;
      font-weight: 950;
      cursor: pointer;
      white-space: nowrap;
      transition: 0.22s ease;
    }

    .parts-add-btn:hover {
      background: var(--green-dark);
      transform: translateY(-2px);
    }

    @media (max-width: 1180px) {
      .parts-shop-layout {
        grid-template-columns: 1fr;
      }

      .parts-promo-panel {
        min-height: auto;
        gap: 28px;
      }
    }

    @media (max-width: 767px) {
      .parts-store-shell {
        padding: 18px;
        border-radius: 26px;
      }

      .parts-titlebar {
        display: block;
      }

      .parts-view-all {
        margin-top: 15px;
      }

      .parts-promo-panel {
        padding: 24px;
        border-radius: 24px;
      }

      .parts-promo-panel h3 {
        font-size: 28px;
      }

      .parts-list-item {
        grid-template-columns: 42px 68px minmax(0, 1fr);
        gap: 12px;
        padding: 13px;
        border-radius: 20px;
      }

      .parts-rank {
        width: 38px;
        height: 38px;
        border-radius: 14px;
        font-size: 13px;
      }

      .parts-thumb {
        width: 62px;
        height: 62px;
        border-radius: 18px;
      }

      .parts-buy-area {
        grid-column: 2 / -1;
        justify-content: space-between;
      }

      .parts-item-content h3 {
        font-size: 14px;
      }
    }

    .service-highlight,
    .help-section,
    .faq-section {
      background: var(--green);
      color: var(--white);
    }

    .service-grid,
    .benefit-layout,
    .help-bottom,
    .faq-wrap {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 42px;
      align-items: center;
    }

    .service-photo,
    .map-card,
    .request-card,
    .video-box {
      min-height: 360px;
      border-radius: var(--radius);
      background:
        linear-gradient(120deg, rgba(5,63,22,.78), rgba(0,0,0,.66)),
        url("https://images.unsplash.com/photo-1581092160562-40aa08e78837?auto=format&fit=crop&w=900&q=80");
      background-size: cover;
      background-position: center;
      box-shadow: var(--shadow);
    }

    .service-copy h2,
    .request-card h3,
    .map-card h3 {
      font-size: clamp(30px, 4vw, 52px);
      line-height: 1.08;
      letter-spacing: -0.05em;
      margin-bottom: 18px;
    }

    .service-copy p,
    .request-card p,
    .map-card p {
      color: rgba(255,255,255,.86);
      margin-bottom: 20px;
    }

    .call-card {
      display: inline-flex;
      align-items: center;
      gap: 16px;
      padding: 16px 24px;
      border-radius: 20px;
      background: var(--white);
      color: var(--green-dark);
      font-weight: 900;
    }

    .call-card span {
      display: block;
      color: var(--muted);
      font-size: 13px;
      font-weight: 700;
    }

    .call-icon,
    .benefit-icon,
    .help-icon,
    .map-pin {
      width: 54px;
      height: 54px;
      border-radius: 18px;
      display: grid;
      place-items: center;
      background: var(--green-soft);
      color: var(--green);
    }

    .benefit-grid,
    .service-mini-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      overflow: hidden;
      background: var(--white);
      box-shadow: var(--shadow-soft);
    }

    .benefit-item,
    .service-mini {
      padding: 34px;
      border-right: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
      min-height: 180px;
      background: var(--white);
    }

    .benefit-item:nth-child(2n),
    .service-mini:nth-child(2n) {
      border-right: none;
    }

    .benefit-item:nth-child(3),
    .benefit-item:nth-child(4),
    .service-mini:nth-child(3),
    .service-mini:nth-child(4) {
      border-bottom: none;
    }

    .benefit-item h3,
    .service-mini h3 {
      color: var(--dark);
      margin: 12px 0 8px;
    }

    .benefit-item p,
    .service-mini p {
      color: var(--muted);
      font-size: 14px;
    }

    .request-card,
    .map-card {
      padding: 42px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .help-section .section-title h2,
    .faq-section .section-title h2 {
      color: var(--white);
    }

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

    .help-action {
      text-align: center;
      padding: 34px 24px;
      border-radius: var(--radius);
      border: 1px solid rgba(255,255,255,.18);
      background: rgba(255,255,255,.08);
      transition: .25s ease;
    }

    .help-action:hover {
      transform: translateY(-6px);
      background: rgba(255,255,255,.14);
    }

    .help-icon {
      background: var(--white);
      margin: 0 auto 18px;
    }

    .help-action p {
      color: rgba(255,255,255,.82);
      margin-bottom: 14px;
    }

    .help-action a {
      font-weight: 900;
      text-decoration: underline;
      text-underline-offset: 5px;
    }

    .video-box {
      position: relative;
      background:
        linear-gradient(120deg, rgba(0,0,0,.25), rgba(0,0,0,.55)),
        url("https://images.unsplash.com/photo-1581092921461-39b9d08a9b21?auto=format&fit=crop&w=900&q=80");
      background-size: cover;
      background-position: center;
    }

    .play-btn {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 76px;
      height: 76px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: #ff2525;
      color: var(--white);
      box-shadow: 0 18px 45px rgba(0,0,0,.32);
    }

    .video-caption {
      position: absolute;
      left: 22px;
      right: 22px;
      bottom: 20px;
      font-weight: 900;
    }

    .accordion {
      display: grid;
      gap: 12px;
    }

    .faq-item {
      border-radius: 16px;
      overflow: hidden;
      background: rgba(255,255,255,.1);
      border: 1px solid rgba(255,255,255,.18);
    }

    .faq-question {
      width: 100%;
      padding: 18px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: transparent;
      border: none;
      color: var(--white);
      font-size: 16px;
      font-weight: 900;
      cursor: pointer;
      text-align: left;
    }

    .faq-answer {
      display: none;
      padding: 0 20px 18px;
      color: rgba(255,255,255,.84);
      font-size: 14px;
    }

    .faq-item.active .faq-answer {
      display: block;
    }

    .faq-cta {
      margin-top: 22px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 16px 18px;
      border-radius: 18px;
      background: var(--green-dark);
    }

    /* Home Store Locations - synced with Store Location CPT */
    .icarefix-home-locations-section {
      position: relative;
      width: 100%;
      padding: 94px 20px 88px;
      overflow: hidden;
      background:
        radial-gradient(circle at 8% 18%, rgba(36, 179, 63, 0.08), transparent 28%),
        radial-gradient(circle at 92% 78%, rgba(53, 216, 91, 0.08), transparent 26%),
        linear-gradient(180deg, #f8fcf9 0%, #f2f8f4 100%);
      border-top: 1px solid rgba(36, 179, 63, 0.07);
      border-bottom: 1px solid rgba(36, 179, 63, 0.07);
    }

    .icarefix-home-locations-container {
      position: relative;
      z-index: 1;
      max-width: 1180px;
      margin: 0 auto;
    }

    .icarefix-home-locations-header {
      max-width: 760px;
      margin: 0 auto 44px;
      text-align: center;
    }

    .icarefix-home-locations-badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      margin-bottom: 18px;
      padding: 9px 16px;
      border: 1px solid rgba(22, 163, 74, 0.16);
      border-radius: 999px;
      background: rgba(22, 163, 74, 0.1);
      color: #14a347;
      font-size: 14px;
      font-weight: 800;
      letter-spacing: 0.02em;
    }

    .icarefix-home-locations-badge svg {
      width: 17px;
      height: 17px;
      flex: 0 0 17px;
    }

    .icarefix-home-locations-header h2 {
      margin: 0;
      color: #06140b;
      font-size: clamp(34px, 4.5vw, 52px);
      font-weight: 850;
      line-height: 1.06;
      letter-spacing: -0.045em;
    }

    .icarefix-home-locations-header h2 span {
      color: #13a538;
    }

    .icarefix-home-locations-header p {
      max-width: 620px;
      margin: 18px auto 0;
      color: #667085;
      font-size: 17px;
      font-weight: 500;
      line-height: 1.7;
    }

    .icarefix-home-locations-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 22px;
    }

    .icarefix-home-location-card {
      display: flex;
      min-width: 0;
      overflow: hidden;
      flex-direction: column;
      border: 1px solid rgba(15, 23, 42, 0.08);
      border-radius: 26px;
      background: #ffffff;
      box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
      transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    }

    .icarefix-home-location-card:hover {
      transform: translateY(-6px);
      border-color: rgba(19, 165, 56, 0.2);
      box-shadow: 0 26px 58px rgba(15, 23, 42, 0.11);
    }

    .icarefix-home-location-media {
      position: relative;
      display: block;
      height: 215px;
      overflow: hidden;
      background: #edf5ef;
    }

    .icarefix-home-location-media::after {
      position: absolute;
      inset: auto 0 0;
      height: 46%;
      content: "";
      pointer-events: none;
      background: linear-gradient(180deg, transparent, rgba(3, 20, 9, 0.2));
    }

    .icarefix-home-location-media img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      transition: transform 0.45s ease;
    }

    .icarefix-home-location-card:hover .icarefix-home-location-media img {
      transform: scale(1.035);
    }

    .icarefix-home-location-status {
      position: absolute;
      z-index: 2;
      top: 16px;
      left: 16px;
      display: inline-flex;
      align-items: center;
      gap: 7px;
      max-width: calc(100% - 32px);
      padding: 8px 12px;
      border: 1px solid rgba(255, 255, 255, 0.8);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.94);
      color: #0b7f2d;
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
      font-size: 12px;
      font-weight: 850;
      line-height: 1;
      backdrop-filter: blur(8px);
    }

    .icarefix-home-location-status > span {
      width: 7px;
      height: 7px;
      flex: 0 0 7px;
      border-radius: 50%;
      background: #24b33f;
      box-shadow: 0 0 0 4px rgba(36, 179, 63, 0.12);
    }

    .icarefix-home-location-body {
      display: flex;
      flex: 1 1 auto;
      flex-direction: column;
      padding: 22px 22px 20px;
    }

    .icarefix-home-location-title-row {
      display: flex;
      align-items: flex-start;
      gap: 12px;
    }

    .icarefix-home-location-pin {
      width: 38px;
      height: 38px;
      display: inline-grid;
      flex: 0 0 38px;
      place-items: center;
      border-radius: 12px;
      background: #eaf8ee;
      color: #13a538;
    }

    .icarefix-home-location-pin svg {
      width: 19px;
      height: 19px;
    }

    .icarefix-home-location-title-row h3 {
      margin: 3px 0 0;
      color: #101812;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.28;
      letter-spacing: -0.02em;
    }

    .icarefix-home-location-title-row h3 a {
      color: inherit;
      text-decoration: none;
    }

    .icarefix-home-location-details {
      display: grid;
      gap: 11px;
      margin-top: 20px;
    }

    .icarefix-home-location-detail {
      display: grid;
      grid-template-columns: 19px minmax(0, 1fr);
      align-items: start;
      gap: 10px;
      color: #667085;
      font-size: 13px;
      font-weight: 600;
      line-height: 1.55;
    }

    .icarefix-home-location-detail svg {
      width: 18px;
      height: 18px;
      margin-top: 1px;
      color: #13a538;
    }

    .icarefix-home-location-detail a {
      color: #425048;
      text-decoration: none;
    }

    .icarefix-home-location-detail a:hover {
      color: #13a538;
    }

    .icarefix-home-location-card-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 46px;
      margin-top: auto;
      padding: 0 18px;
      border: 1px solid rgba(19, 165, 56, 0.2);
      border-radius: 14px;
      background: #f2fbf4;
      color: #0d8e31;
      font-size: 14px;
      font-weight: 850;
      text-decoration: none;
      transition: 0.25s ease;
    }

    .icarefix-home-location-details + .icarefix-home-location-card-link,
    .icarefix-home-location-title-row + .icarefix-home-location-card-link {
      margin-top: 22px;
    }

    .icarefix-home-location-card-link:hover {
      border-color: #13a538;
      background: #13a538;
      color: #ffffff;
      transform: translateY(-2px);
      box-shadow: 0 12px 28px rgba(19, 165, 56, 0.2);
    }

    .icarefix-home-location-card-link svg {
      width: 17px;
      height: 17px;
      transition: transform 0.25s ease;
    }

    .icarefix-home-location-card-link:hover svg {
      transform: translateX(3px);
    }

    .icarefix-home-locations-footer {
      display: flex;
      justify-content: center;
      margin-top: 38px;
    }

    .icarefix-home-locations-view-all {
      display: inline-flex;
      min-height: 54px;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 0 28px;
      border-radius: 999px;
      background: #13a538;
      color: #ffffff;
      box-shadow: 0 16px 34px rgba(19, 165, 56, 0.24);
      font-size: 15px;
      font-weight: 850;
      text-decoration: none;
      transition: 0.28s ease;
    }

    .icarefix-home-locations-view-all:hover {
      transform: translateY(-3px);
      background: #0e8f31;
      box-shadow: 0 22px 42px rgba(19, 165, 56, 0.3);
    }

    .icarefix-home-locations-view-all svg {
      width: 18px;
      height: 18px;
      transition: transform 0.25s ease;
    }

    .icarefix-home-locations-view-all:hover svg {
      transform: translateX(3px);
    }

    @media (max-width: 980px) {
      .icarefix-home-locations-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 640px) {
      .icarefix-home-locations-section {
        padding: 68px 16px 64px;
      }

      .icarefix-home-locations-header {
        margin-bottom: 32px;
      }

      .icarefix-home-locations-header p {
        font-size: 16px;
      }

      .icarefix-home-locations-grid {
        grid-template-columns: 1fr;
        gap: 18px;
      }

      .icarefix-home-location-media {
        height: 205px;
      }

      .icarefix-home-location-body {
        padding: 20px 18px 18px;
      }

      .icarefix-home-location-title-row h3 {
        font-size: 16px;
        font-weight: 700;
      }

      .icarefix-home-locations-footer {
        margin-top: 30px;
      }
    }

    /* iCareFix Expert Insights - New Design */
.icarefix-blog-section {
      width: 100%;
      padding: 95px 20px;
      background: #ffffff;
    }

    .icarefix-blog-container {
      max-width: 1180px;
      margin: 0 auto;
    }

    .icarefix-blog-header {
      max-width: 760px;
      margin: 0 auto 46px;
      text-align: center;
    }

    .icarefix-blog-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 18px;
      padding: 9px 16px;
      border-radius: 999px;
      background: rgba(22, 163, 74, 0.1);
      border: 1px solid rgba(22, 163, 74, 0.16);
      color: #14a347;
      font-size: 14px;
      font-weight: 800;
      letter-spacing: 0.02em;
    }

    .icarefix-blog-badge svg {
      width: 17px;
      height: 17px;
    }

    .icarefix-blog-header h2 {
      font-size: clamp(34px, 4.5vw, 56px);
      line-height: 1.05;
      font-weight: 850;
      letter-spacing: -0.045em;
      color: #06140b;
    }

    .icarefix-blog-header h2 span {
      color: #13a538;
    }

    .icarefix-blog-header p {
      max-width: 590px;
      margin: 18px auto 0;
      color: #667085;
      font-size: 17px;
      line-height: 1.7;
      font-weight: 500;
    }

    .icarefix-blog-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 22px;
    }

    .icarefix-blog-card {
      position: relative;
      overflow: hidden;
      border-radius: 28px;
      background: #ffffff;
      border: 1px solid rgba(15, 23, 42, 0.08);
      box-shadow:
        0 18px 46px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
      transition: 0.32s ease;
    }

    .icarefix-blog-card:hover {
      transform: translateY(-8px);
      box-shadow:
        0 28px 70px rgba(15, 23, 42, 0.13),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
      border-color: rgba(19, 165, 56, 0.18);
    }

    .icarefix-blog-image {
      position: relative;
      height: 184px;
      overflow: hidden;
      background: #eaf3ed;
    }

    .icarefix-blog-image img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      transition: 0.45s ease;
    }

    .icarefix-blog-card:hover .icarefix-blog-image img {
      transform: scale(1.08);
    }

    .icarefix-blog-image::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.42));
      opacity: 0.85;
    }

    .icarefix-category {
      position: absolute;
      left: 16px;
      top: 16px;
      z-index: 2;
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 8px 12px;
      border-radius: 999px;
      color: #ffffff;
      font-size: 12px;
      font-weight: 800;
      background: rgba(19, 165, 56, 0.92);
      backdrop-filter: blur(12px);
      box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
    }

    .icarefix-category span {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #ffffff;
    }

    .icarefix-blog-content {
      padding: 22px 20px 20px;
    }

    .icarefix-blog-meta {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
      margin-bottom: 13px;
      color: #7b8794;
      font-size: 13px;
      font-weight: 700;
    }

    .icarefix-blog-meta span {
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }

    .icarefix-blog-meta svg {
      width: 15px;
      height: 15px;
      color: #13a538;
    }

    .icarefix-blog-card h3 {
      min-height: 78px;
      color: #07150d;
      font-size: 20px;
      line-height: 1.28;
      letter-spacing: -0.025em;
      font-weight: 550;
    }

    .icarefix-blog-card h3 a {
      display: -webkit-box;
      overflow: hidden;
      color: inherit;
      text-decoration: none;
      transition: 0.25s ease;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
    }

    .icarefix-blog-card h3 a:hover {
      color: #13a538;
    }

    .icarefix-read-more {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: 20px;
      color: #13a538;
      text-decoration: none;
      font-size: 15px;
      font-weight: 850;
      transition: 0.25s ease;
    }

    .icarefix-read-more svg {
      width: 18px;
      height: 18px;
      transition: 0.25s ease;
    }

    .icarefix-read-more:hover {
      color: #087f2c;
    }

    .icarefix-read-more:hover svg {
      transform: translateX(4px);
    }

    .icarefix-blog-footer {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 42px;
    }

    .icarefix-view-all {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 54px;
      padding: 0 28px;
      border-radius: 999px;
      background: #13a538;
      color: #ffffff;
      text-decoration: none;
      font-size: 15px;
      font-weight: 850;
      box-shadow: 0 16px 34px rgba(19, 165, 56, 0.26);
      transition: 0.28s ease;
    }

    .icarefix-view-all:hover {
      transform: translateY(-3px);
      background: #0e8f31;
      box-shadow: 0 22px 42px rgba(19, 165, 56, 0.32);
    }

    .icarefix-view-all svg {
      width: 18px;
      height: 18px;
    }

    @media (max-width: 1100px) {
      .icarefix-blog-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .icarefix-blog-card h3 {
        min-height: auto;
      }
    }

    @media (max-width: 640px) {
      .icarefix-blog-section {
        padding: 68px 16px;
      }

      .icarefix-blog-header {
        margin-bottom: 34px;
      }

      .icarefix-blog-header p {
        font-size: 16px;
      }

      .icarefix-blog-grid {
        grid-template-columns: 1fr;
        gap: 18px;
      }

      .icarefix-blog-image {
        height: 210px;
      }

      .icarefix-blog-content {
        padding: 20px 18px 18px;
      }

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

    /* Premium CTA Section */
    .cta-section {
      width: 100%;
      padding: 80px 0 88px;
      background: #ffffff;
    }

    .icarefix-cta {
      position: relative;
      overflow: hidden;
      border-radius: 36px;
      padding: 76px 28px 62px;
      text-align: center;
      color: #ffffff;
      background:
        linear-gradient(135deg, rgba(29, 185, 72, 0.98), rgba(8, 145, 49, 1)),
        #13a538;
      box-shadow:
        0 30px 80px rgba(12, 115, 42, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.24);
    }

    .icarefix-cta::before {
      content: "";
      position: absolute;
      width: 340px;
      height: 340px;
      top: -160px;
      left: -120px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.16);
      filter: blur(2px);
    }

    .icarefix-cta::after {
      content: "";
      position: absolute;
      width: 430px;
      height: 430px;
      right: -200px;
      bottom: -220px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.12);
      filter: blur(2px);
    }

    .icarefix-cta-content {
      position: relative;
      z-index: 2;
      max-width: 780px;
      margin: 0 auto;
    }

    .icarefix-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 22px;
      padding: 9px 16px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.15);
      color: rgba(255, 255, 255, 0.92);
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.02em;
      backdrop-filter: blur(14px);
      border: 1px solid rgba(255, 255, 255, 0.18);
    }

    .icarefix-badge span {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #ffffff;
      box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.14);
    }

    .icarefix-cta h2 {
      max-width: 780px;
      margin: 0 auto;
      color: #ffffff;
      font-size: clamp(34px, 5vw, 58px);
      line-height: 1.08;
      font-weight: 800;
      letter-spacing: -0.045em;
    }

    .icarefix-cta p {
      max-width: 620px;
      margin: 22px auto 0;
      color: rgba(255, 255, 255, 0.84);
      font-size: 18px;
      line-height: 1.7;
      font-weight: 500;
    }

    .icarefix-actions {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      flex-wrap: wrap;
      margin-top: 34px;
    }

    .icarefix-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 52px;
      padding: 0 26px;
      border-radius: 999px;
      text-decoration: none;
      font-size: 15px;
      font-weight: 800;
      transition: 0.25s ease;
      border: 1px solid transparent;
    }

    .icarefix-btn-primary {
      background: #ffffff;
      color: #0a7d2e;
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
    }

    .icarefix-btn-primary:hover {
      transform: translateY(-3px);
      box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2);
    }

    .icarefix-btn-secondary {
      color: #ffffff;
      background: rgba(255, 255, 255, 0.12);
      border-color: rgba(255, 255, 255, 0.22);
      backdrop-filter: blur(12px);
    }

    .icarefix-btn-secondary:hover {
      background: rgba(255, 255, 255, 0.18);
      transform: translateY(-3px);
    }

    .icarefix-features {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      max-width: 760px;
      margin: 40px auto 0;
    }

    .icarefix-feature {
      position: relative;
      overflow: hidden;
      min-height: 86px;
      padding: 18px 18px;
      border-radius: 22px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
      border: 1px solid rgba(255, 255, 255, 0.18);
      backdrop-filter: blur(16px);
      color: #ffffff;
      font-size: 15px;
      font-weight: 800;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
      transition: 0.28s ease;
    }

    .icarefix-feature::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 42%);
      opacity: 0;
      transition: 0.28s ease;
    }

    .icarefix-feature:hover {
      transform: translateY(-5px);
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
      box-shadow:
        0 16px 30px rgba(0, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    }

    .icarefix-feature:hover::before {
      opacity: 1;
    }

    .icarefix-feature-icon {
      position: relative;
      z-index: 2;
      width: 42px;
      height: 42px;
      min-width: 42px;
      border-radius: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(255, 255, 255, 0.14);
      border: 1px solid rgba(255, 255, 255, 0.18);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
    }

    .icarefix-feature-icon svg {
      width: 22px;
      height: 22px;
      color: #ffffff;
      stroke-width: 2.2;
    }

    .icarefix-feature span {
      position: relative;
      z-index: 2;
      white-space: nowrap;
    }

    .icarefix-floating-card {
      position: absolute;
      z-index: 1;
      width: 120px;
      height: 120px;
      border-radius: 30px;
      background: rgba(255, 255, 255, 0.12);
      border: 1px solid rgba(255, 255, 255, 0.16);
      backdrop-filter: blur(10px);
      transform: rotate(12deg);
    }

    .icarefix-card-one {
      left: 72px;
      bottom: 62px;
    }

    .icarefix-card-two {
      right: 86px;
      top: 74px;
      width: 96px;
      height: 96px;
      border-radius: 26px;
      transform: rotate(-15deg);
    }

    @media (max-width: 768px) {
      .cta-section {
        padding: 48px 0;
      }

      .icarefix-cta {
        border-radius: 28px;
        padding: 56px 20px;
      }

      .icarefix-cta p {
        font-size: 16px;
      }

      .icarefix-actions {
        margin-top: 28px;
      }

      .icarefix-btn {
        width: 100%;
        max-width: 280px;
      }

      .icarefix-features {
        grid-template-columns: 1fr;
        max-width: 360px;
      }

      .icarefix-feature {
        justify-content: flex-start;
        padding: 16px;
      }

      .icarefix-floating-card {
        display: none;
      }
    }

    .footer {
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(circle at 12% 12%, rgba(53, 216, 91, 0.14), transparent 28%),
        radial-gradient(circle at 88% 18%, rgba(36, 179, 63, 0.11), transparent 30%),
        linear-gradient(135deg, #04150a 0%, #07120c 48%, #020806 100%);
      color: var(--white);
      padding: 68px 0 0;
    }

    .footer::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
      background-size: 64px 64px;
      opacity: 0.5;
      pointer-events: none;
    }

    .footer .container {
      position: relative;
      z-index: 2;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.08fr 0.78fr 0.88fr 1.05fr 1.55fr;
      gap: 48px;
      align-items: start;
      padding-bottom: 44px;
    }

    .footer-brand-area {
      min-width: 0;
    }

    .footer-brand-logo {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      max-width: 170px;
      min-height: 54px;
      margin-bottom: 20px;
    }

    .footer-brand-logo img {
      max-width: 170px;
      max-height: 54px;
      width: auto;
      height: auto;
      display: block;
      object-fit: contain;
    }

    .footer-store-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 48px;
      padding: 0 18px;
      margin-bottom: 24px;
      border-radius: 8px;
      border: 1px solid rgba(255, 255, 255, 0.22);
      background: rgba(255, 255, 255, 0.04);
      color: rgba(255, 255, 255, 0.88);
      font-size: 13px;
      font-weight: 850;
      letter-spacing: 0.03em;
      transition: 0.22s ease;
    }

    .footer-store-btn svg {
      width: 17px;
      height: 17px;
      color: var(--green-2);
      flex: 0 0 auto;
    }

    .footer-store-btn:hover {
      background: var(--green);
      border-color: var(--green);
      color: var(--white);
      transform: translateY(-2px);
    }

    .footer-socials {
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
      margin-bottom: 24px;
    }

    .footer-socials a {
      width: 36px;
      height: 36px;
      border-radius: 8px;
      display: grid;
      place-items: center;
      background: rgba(53, 216, 91, 0.12);
      border: 1px solid rgba(53, 216, 91, 0.18);
      color: var(--green-2);
      transition: 0.22s ease;
    }

    .footer-socials a:hover {
      background: var(--green);
      border-color: var(--green);
      color: var(--white);
      transform: translateY(-2px);
    }

    .footer-socials svg {
      width: 18px;
      height: 18px;
    }

    .footer-contact-mini {
      display: grid;
      gap: 7px;
      color: rgba(255, 255, 255, 0.78);
      font-size: 13px;
      line-height: 1.45;
    }

    .footer-contact-mini a,
    .footer-contact-mini span {
      color: rgba(255, 255, 255, 0.86);
    }

    .footer-contact-mini strong {
      color: var(--white);
      font-weight: 900;
    }

    .footer h3 {
      margin: 0 0 20px;
      color: var(--white);
      font-size: 15px;
      font-weight: 950;
      line-height: 1.2;
      text-transform: uppercase;
      letter-spacing: 0.04em;
    }

    .footer-links {
      list-style: none;
      display: grid;
      gap: 13px;
      color: rgba(255, 255, 255, 0.82);
      font-size: 14px;
      line-height: 1.35;
    }

    .footer-links a {
      color: rgba(255, 255, 255, 0.82);
      transition: 0.2s ease;
    }

    .footer-links a:hover {
      color: var(--green-2);
      padding-left: 4px;
    }

    .footer-branches {
      list-style: none;
      display: grid;
      gap: 13px;
      color: rgba(255, 255, 255, 0.84);
      font-size: 13.5px;
      line-height: 1.35;
    }

    .footer-branches li strong {
      color: var(--green-2);
      font-weight: 950;
    }

    .footer-bottom {
      position: relative;
      z-index: 2;
      width: 100vw;
      margin-left: calc((100% - 100vw) / 2);
      margin-right: calc((100% - 100vw) / 2);
      padding: 13px 16px;
      background: var(--green-soft);
      color: var(--green-dark);
      text-align: center;
      font-size: 13px;
      font-weight: 750;
      border-top: 1px solid rgba(36, 179, 63, 0.15);
    }

    .footer-bottom p {
      margin: 0;
    }

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

      .brand {
        grid-column: 1;
        grid-row: 1;
      }

      .header-actions {
        grid-column: 2;
        grid-row: 1;
      }

      .header-search {
        grid-column: 1 / -1;
        grid-row: 2;
      }

      .desktop-nav {
        display: none;
      }

      .service-rail {
        display: none;
      }

      .mobile-menu-btn {
        display: grid;
      }

      .mobile-panel {
        position: fixed;
        left: 16px;
        right: 16px;
        top: 160px;
        z-index: 10000;
        padding: 14px;
        border-radius: 18px;
        background: var(--white);
        border: 1px solid var(--border);
        box-shadow: var(--shadow-soft);
        transform: translateY(-12px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: 0.22s ease;
        display: block;
      }

      body.mobile-menu-open .mobile-panel {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
      }

      .mobile-panel a {
        min-height: 48px;
        padding: 12px 14px;
        border-radius: 13px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #f8faf9;
        color: var(--dark);
        border: 1px solid var(--border);
        font-weight: 800;
        margin-top: 8px;
      }

      .mobile-panel a:first-child {
        margin-top: 0;
      }

      .mobile-panel a:hover {
        color: var(--green);
        background: var(--green-soft);
      }

      .hero-content,
      .service-grid,
      .benefit-layout,
      .help-bottom,
      .faq-wrap {
        grid-template-columns: 1fr;
      }

      .hero-content {
        padding-bottom: 230px;
      }

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

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

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

    @media (max-width: 760px) {
      .utility-inner {
        justify-content: center;
        text-align: center;
      }

      .utility-group:last-child,
      .utility-item:nth-child(2),
      .brand-tagline,
      .header-cta,
      .service-rail {
        display: none;
      }

      .main-nav {
        min-height: 68px;
        gap: 10px 12px;
      }

      .header-search {
        height: 44px;
        padding: 0 14px;
      }

      .header-search button {
        display: none;
      }

      .header-search input {
        font-size: 13px;
      }

      .brand-logo {
        width: 42px;
        height: 42px;
        border-radius: 13px;
        font-size: 16px;
      }

      .brand-name {
        font-size: 21px;
      }

      .header-action-btn {
        width: 42px;
        height: 42px;
      }

      .mobile-panel {
        top: 104px;
      }

      .hero {
        min-height: auto;
      }

      .hero-content {
        padding: 56px 0 360px;
      }

      .hero-text h1 {
        font-size: 45px;
      }

      .hero-trust-row,
      .hero-bottom-stats,
      .repair-grid,
      .product-grid,
      .help-top,
      .service-mini-grid,
      .benefit-grid,
      .insight-grid,
      .brands {
        grid-template-columns: 1fr;
      }

      .brands {
        padding: 18px 0;
      }

      .premium-device-card,
      .hero-search-card,
      .repair-status-card {
        width: calc(100% - 30px);
      }

      .hero-search-card {
        left: 15px;
        right: 15px;
      }

      .repair-status-card {
        left: 15px;
      }

      .chip-one {
        left: 15px;
      }

      .chip-two {
        right: 15px;
      }

      .hero-bottom-stats {
        bottom: 24px;
      }

      .section-heading-row,
      .copyright,
      .faq-cta {
        flex-direction: column;
        align-items: flex-start;
      }

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


    /* Clean professional brand hero */
    .clean-brand-hero {
      position: relative;
      display: block;
      min-height: auto;
      padding: 88px 0 64px !important;
      color: var(--white);
      background:
        radial-gradient(circle at 16% 16%, var(--hero-accent-soft), transparent 30%),
        linear-gradient(135deg, #041707 0%, #073919 52%, #06151f 100%) !important;
      overflow: hidden;
      isolation: isolate;
    }

    .clean-brand-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
      background-size: 76px 76px;
      opacity: .65;
      pointer-events: none;
      z-index: -2;
    }

    .clean-brand-hero::after {
      display: none !important;
    }

    .clean-hero-bg {
      position: absolute;
      inset: 28px;
      border-radius: 34px;
      border: 1px solid rgba(255,255,255,.08);
      background: linear-gradient(120deg, rgba(255,255,255,.07), rgba(255,255,255,.02));
      pointer-events: none;
      z-index: -1;
    }

    .clean-hero-grid {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
      align-items: center;
      gap: 56px;
    }

    .clean-hero-copy {
      max-width: 680px;
    }

    .clean-hero-badge {
      margin-bottom: 20px !important;
      background: rgba(255,255,255,.09) !important;
      border: 1px solid rgba(255,255,255,.16) !important;
      color: #e9ffed !important;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
    }

    .clean-hero-copy h1 {
      max-width: 720px;
      margin: 0 0 22px;
      color: var(--white);
      font-size: clamp(44px, 6.2vw, 76px);
      line-height: .98;
      letter-spacing: -0.07em;
    }

    .clean-hero-copy h1 span {
      color: #9dffae;
      text-shadow: 0 18px 54px rgba(53,216,91,.28);
    }

    .clean-hero-copy p {
      max-width: 575px;
      margin: 0 0 24px;
      color: rgba(255,255,255,.78);
      font-size: 17px;
      line-height: 1.72;
    }

    .clean-brand-list {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      max-width: 620px;
      margin: 26px 0 26px;
    }

    .clean-brand-tab {
      min-height: 44px;
      padding: 0 18px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,.15);
      background: rgba(255,255,255,.08);
      color: rgba(255,255,255,.78);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: .22s ease;
      font-size: 14px;
      font-weight: 900;
      line-height: 1;
      backdrop-filter: blur(14px);
    }

    .clean-brand-tab:hover,
    .clean-brand-tab:focus-visible,
    .clean-brand-tab.active {
      outline: none;
      color: var(--white);
      border-color: color-mix(in srgb, var(--tab-accent), white 20%);
      background: linear-gradient(135deg, var(--tab-accent), color-mix(in srgb, var(--tab-accent), #073d18 45%));
      box-shadow: 0 14px 30px color-mix(in srgb, var(--tab-accent), transparent 76%);
      transform: translateY(-1px);
    }

    .clean-hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-bottom: 24px;
    }

    .clean-secondary-btn {
      color: var(--green-dark) !important;
    }

    .clean-service-line {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-items: center;
      max-width: 650px;
    }

    .clean-service-line span {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 40px;
      padding: 9px 13px;
      border-radius: 999px;
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.12);
      color: rgba(255,255,255,.82);
      font-size: 13px;
      font-weight: 850;
    }

    .clean-service-line svg {
      width: 16px;
      height: 16px;
      color: #9dffae;
    }

    .clean-hero-visual {
      min-width: 0;
    }

    .clean-device-card {
      width: min(520px, 100%);
      margin-left: auto;
      padding: 18px;
      border-radius: 32px;
      background: rgba(255,255,255,.95);
      color: var(--dark);
      border: 1px solid rgba(255,255,255,.74);
      box-shadow: 0 38px 90px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.94);
      overflow: hidden;
    }

    .clean-card-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      margin-bottom: 14px;
    }

    .clean-card-header span {
      display: block;
      color: var(--muted);
      font-size: 11px;
      font-weight: 950;
      text-transform: uppercase;
      letter-spacing: .12em;
    }

    .clean-card-header strong {
      display: block;
      margin-top: 4px;
      color: var(--dark);
      font-size: 18px;
      line-height: 1.18;
    }

    .clean-status-dot {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      height: 34px;
      padding: 0 12px;
      border-radius: 999px;
      background: var(--green-soft);
      color: var(--green);
      font-size: 12px;
      font-weight: 950;
      white-space: nowrap;
    }

    .clean-status-dot span {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--green);
      box-shadow: 0 0 0 6px rgba(36,179,63,.13);
    }

    .clean-image-wrap {
      height: 330px;
      border-radius: 24px;
      overflow: hidden;
      background:
        radial-gradient(circle at 30% 20%, color-mix(in srgb, var(--hero-accent), transparent 72%), transparent 32%),
        #eaf8ee;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 18px 44px rgba(0,0,0,.12);
    }

    .clean-image-wrap img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      opacity: .96;
      transform: scale(1.01);
      transition: opacity .24s ease, transform .36s ease, filter .24s ease;
      filter: saturate(1.04) contrast(1.03);
    }

    .clean-image-wrap.is-changing img {
      opacity: .22;
      transform: scale(1.05);
      filter: blur(2px) saturate(1.04);
    }

    .clean-card-content {
      padding: 20px 4px 4px;
    }

    .clean-card-content > span {
      display: inline-flex;
      align-items: center;
      min-height: 28px;
      padding: 6px 11px;
      margin-bottom: 12px;
      border-radius: 999px;
      color: var(--white);
      background: linear-gradient(135deg, var(--hero-accent), #0e8d29);
      font-size: 12px;
      font-weight: 950;
    }

    .clean-card-content h2 {
      margin: 0 0 9px;
      color: var(--dark);
      font-size: clamp(24px, 3vw, 34px);
      line-height: 1.05;
      letter-spacing: -0.055em;
    }

    .clean-card-content p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.58;
    }

    .clean-hero-stats {
      position: relative;
      z-index: 2;
      margin-top: 46px;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
    }

    .clean-stat-item {
      padding: 18px 20px;
      border-radius: 20px;
      background: rgba(255,255,255,.94);
      color: var(--dark);
      border: 1px solid rgba(255,255,255,.7);
      box-shadow: 0 18px 44px rgba(0,0,0,.10);
    }

    .clean-stat-item strong {
      display: block;
      font-size: 22px;
      line-height: 1;
      color: var(--dark);
    }

    .clean-stat-item span {
      display: block;
      margin-top: 7px;
      color: var(--muted);
      font-size: 12px;
      font-weight: 850;
      line-height: 1.25;
    }

    @media (max-width: 1180px) {
      .clean-brand-hero {
        padding: 68px 0 52px !important;
      }

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

      .clean-hero-copy {
        max-width: 760px;
      }

      .clean-device-card {
        margin-left: 0;
        width: min(680px, 100%);
      }

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

    @media (max-width: 760px) {
      .clean-brand-hero {
        padding: 46px 0 36px !important;
      }

      .clean-hero-bg {
        inset: 10px;
        border-radius: 24px;
      }

      .clean-hero-copy h1 {
        font-size: 42px;
      }

      .clean-hero-copy p {
        font-size: 15px;
      }

      .clean-brand-list,
      .clean-hero-actions,
      .clean-service-line {
        gap: 9px;
      }

      .clean-brand-tab {
        flex: 1 1 calc(50% - 9px);
        padding: 0 12px;
      }

      .clean-brand-tab:nth-child(3) {
        flex-basis: 100%;
      }

      .clean-card-header {
        align-items: flex-start;
        flex-direction: column;
      }

      .clean-device-card {
        padding: 14px;
        border-radius: 26px;
      }

      .clean-image-wrap {
        height: 265px;
        border-radius: 20px;
      }

      .clean-hero-stats {
        grid-template-columns: 1fr;
      }
    }



    /* Completely redesigned clean professional hero */
    .icarefix-page .hero.precision-hero {
      position: relative;
      display: block;
      min-height: auto;
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      padding-top: 100px !important;
      padding-bottom: 100px !important;
      color: var(--dark);
      background:
        radial-gradient(circle at 12% 12%, rgba(36, 179, 63, 0.13), transparent 30%),
        radial-gradient(circle at 88% 18%, rgba(53, 216, 91, 0.10), transparent 34%),
        linear-gradient(180deg, #fbfffc 0%, #f3faf5 64%, #ffffff 100%) !important;
      overflow: hidden;
      isolation: isolate;
    }

    .precision-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(7, 61, 24, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(7, 61, 24, 0.045) 1px, transparent 1px);
      background-size: 58px 58px;
      mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 78%);
      pointer-events: none;
      z-index: -2;
    }

    .precision-hero::after {
      content: "";
      position: absolute;
      width: 520px;
      height: 520px;
      right: -240px;
      bottom: -260px;
      border-radius: 50%;
      background: rgba(36, 179, 63, 0.12);
      filter: blur(6px);
      pointer-events: none;
      z-index: -1;
    }

    .precision-hero-shell {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
      align-items: center;
      gap: 54px;
    }

    .precision-hero-copy {
      max-width: 700px;
    }

    .precision-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-height: 38px;
      padding: 7px 14px;
      margin-bottom: 20px;
      border-radius: 999px;
      background: var(--white);
      border: 1px solid rgba(36, 179, 63, 0.18);
      color: var(--green-dark);
      font-size: 13px;
      font-weight: 950;
      box-shadow: 0 12px 30px rgba(16, 24, 18, 0.06);
    }

    .precision-eyebrow svg {
      width: 17px;
      height: 17px;
      color: var(--green);
    }

    .precision-hero h1 {
      max-width: 720px;
      margin: 0 0 22px;
      color: var(--dark);
      font-size: clamp(36px, 5vw, 62px);
      line-height: 1.02;
      letter-spacing: -0.06em;
    }

    .precision-hero h1 span {
      color: var(--green);
    }

    .precision-hero-copy > p {
      max-width: 595px;
      margin: 0 0 28px;
      color: var(--muted);
      font-size: 17px;
      line-height: 1.78;
    }

    .precision-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      align-items: center;
      margin-bottom: 28px;
    }

    .precision-outline-btn {
      color: var(--green-dark) !important;
      border-color: rgba(7, 61, 24, .18) !important;
      background: var(--white) !important;
      box-shadow: 0 12px 28px rgba(16, 24, 18, 0.06);
    }

    .precision-outline-btn:hover {
      background: var(--green-dark) !important;
      border-color: var(--green-dark) !important;
      color: var(--white) !important;
    }

    .precision-service-pills {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      max-width: 650px;
    }

    .precision-service-pills span {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 40px;
      padding: 8px 13px;
      border-radius: 999px;
      background: rgba(255,255,255,.78);
      border: 1px solid rgba(36, 179, 63, .14);
      color: var(--text);
      font-size: 13px;
      font-weight: 850;
      box-shadow: 0 10px 26px rgba(16, 24, 18, 0.045);
    }

    .precision-service-pills svg {
      width: 16px;
      height: 16px;
      color: var(--green);
      flex: 0 0 auto;
    }

    .brand-word-slider {
      position: relative;
      display: inline-flex;
      align-items: baseline;
      min-width: 210px;
      color: var(--green);
      vertical-align: baseline;
    }

    .brand-word {
      display: none;
      color: var(--green);
      text-shadow: 0 18px 44px rgba(36, 179, 63, 0.16);
    }

    .brand-word.active {
      display: inline-block;
      animation: brandTextSlide .75s cubic-bezier(.22, 1, .36, 1) both;
    }

    @keyframes brandTextSlide {
      0% {
        opacity: 0;
        transform: translateY(14px);
        filter: blur(4px);
      }

      55% {
        opacity: .78;
        transform: translateY(-2px);
        filter: blur(1px);
      }

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

    .precision-visual-wrap {
      position: relative;
      min-width: 0;
      min-height: 520px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .precision-visual-wrap::before {
      content: "";
      position: absolute;
      width: min(500px, 92%);
      aspect-ratio: 1 / 1;
      border-radius: 50%;
      background:
        radial-gradient(circle at center, rgba(36, 179, 63, 0.16), transparent 64%),
        linear-gradient(135deg, rgba(255,255,255,.72), rgba(234,248,238,.58));
      border: 1px solid rgba(36, 179, 63, 0.12);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.78);
      z-index: 1;
    }

    .precision-visual-wrap::after {
      content: "";
      position: absolute;
      width: min(360px, 72%);
      aspect-ratio: 1 / 1;
      border-radius: 50%;
      background: rgba(36, 179, 63, 0.12);
      filter: blur(22px);
      transform: translate(42px, 34px);
      z-index: 0;
    }

    .brand-phone-image-wrap {
      position: relative;
      z-index: 3;
      width: min(500px, 100%);
      min-height: 520px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .brand-phone-image {
      width: min(390px, 86%);
      max-height: 500px;
      object-fit: contain;
      display: block;
      filter: drop-shadow(0 38px 48px rgba(16, 24, 18, .22));
      transform: translateY(0) rotate(-4deg);
      transition:
        opacity .58s cubic-bezier(.22, 1, .36, 1),
        transform .72s cubic-bezier(.22, 1, .36, 1),
        filter .58s cubic-bezier(.22, 1, .36, 1);
    }

    .brand-phone-image.is-changing {
      opacity: 0;
      transform: translateY(18px) rotate(2deg) scale(.97);
      filter: drop-shadow(0 18px 26px rgba(16, 24, 18, .10));
    }

    .brand-image-badge {
      position: absolute;
      left: 8%;
      bottom: 46px;
      z-index: 4;
      display: inline-flex;
      align-items: center;
      gap: 9px;
      min-height: 42px;
      padding: 8px 14px;
      border-radius: 999px;
      background: rgba(255,255,255,.9);
      border: 1px solid rgba(36, 179, 63, .16);
      color: var(--green-dark);
      box-shadow: 0 18px 44px rgba(16,24,18,.10);
      font-size: 13px;
      font-weight: 950;
      backdrop-filter: blur(14px);
    }

    .brand-image-badge::before {
      content: "";
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: var(--green);
      box-shadow: 0 0 0 6px rgba(36, 179, 63, .12);
    }

    .precision-trust-grid {
      margin-top: 46px;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
    }

    .precision-trust-item {
      padding: 20px;
      border-radius: 22px;
      background: var(--white);
      border: 1px solid var(--border);
      box-shadow: 0 16px 42px rgba(16, 24, 18, 0.06);
    }

    .precision-trust-item strong {
      display: block;
      color: var(--dark);
      font-size: 24px;
      line-height: 1;
      letter-spacing: -0.035em;
    }

    .precision-trust-item span {
      display: block;
      margin-top: 8px;
      color: var(--muted);
      font-size: 12px;
      font-weight: 850;
      line-height: 1.3;
    }

    @media (max-width: 1180px) {
      .icarefix-page .hero.precision-hero {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 100px !important;
        padding-bottom: 100px !important;
      }

      .precision-hero-shell {
        grid-template-columns: 1fr;
        gap: 42px;
      }

      .precision-visual-wrap,
      .brand-phone-image-wrap {
        min-height: 460px;
      }

      .brand-phone-image {
        width: min(340px, 82%);
        max-height: 440px;
      }

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

    @media (max-width: 760px) {
      .icarefix-page .hero.precision-hero {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 100px !important;
        padding-bottom: 100px !important;
      }

      .precision-hero h1 {
        font-size: 36px;
        letter-spacing: -0.055em;
      }

      .precision-hero-copy > p {
        font-size: 15px;
      }

      .precision-service-pills,
      .precision-actions {
        gap: 9px;
      }

      .brand-word-slider {
        min-width: 165px;
      }

      .precision-visual-wrap,
      .brand-phone-image-wrap {
        min-height: 380px;
      }

      .brand-phone-image {
        width: min(285px, 82%);
        max-height: 360px;
      }

      .brand-image-badge {
        left: 50%;
        bottom: 14px;
        transform: translateX(-50%);
      }

      .precision-trust-grid {
        grid-template-columns: 1fr;
      }
    }

  

    /* New Device Repair Services Section */
    .device-repair-section {
          padding: 90px 20px;
          background: #f5f7f6;
        }

        .device-repair-container {
          max-width: 1180px;
          margin: 0 auto;
        }

        .repair-hero {
          position: relative;
          min-height: 460px;
          border-radius: 34px;
          overflow: hidden;
          display: flex;
          align-items: center;
          padding: 54px;
          background:
            linear-gradient(90deg, rgba(8, 18, 28, 0.94) 0%, rgba(8, 18, 28, 0.78) 45%, rgba(8, 18, 28, 0.25) 100%),
            url("https://images.pexels.com/photos/4483608/pexels-photo-4483608.jpeg?auto=compress&cs=tinysrgb&w=1600") center/cover no-repeat;
          box-shadow: 0 26px 70px rgba(15, 24, 34, 0.14);
          margin-bottom: 28px;
        }

        .repair-hero-content {
          max-width: 610px;
          position: relative;
          z-index: 2;
        }

        .repair-badge {
          display: inline-flex;
          align-items: center;
          gap: 9px;
          padding: 9px 15px;
          border-radius: 999px;
          background: rgba(255, 255, 255, 0.1);
          border: 1px solid rgba(255, 255, 255, 0.14);
          color: #ffffff;
          font-size: 13px;
          font-weight: 800;
          margin-bottom: 20px;
        }

        .repair-badge span {
          width: 9px;
          height: 9px;
          border-radius: 50%;
          background: #18d463;
          box-shadow: 0 0 0 6px rgba(24, 212, 99, 0.16);
        }

        .repair-hero h2 {
          font-size: 56px;
          line-height: 1.08;
          letter-spacing: -1.8px;
          color: #ffffff;
          margin-bottom: 20px;
        }

        .repair-hero h2 span {
          color: #20d867;
        }

        .repair-hero h2 strong {
          color: #ff3449;
          font-weight: 800;
        }

        .repair-hero p {
          color: rgba(255, 255, 255, 0.76);
          font-size: 17px;
          line-height: 1.75;
          max-width: 560px;
          margin-bottom: 28px;
        }

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

        .repair-btn {
          min-height: 50px;
          padding: 0 22px;
          border-radius: 999px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          text-decoration: none;
          font-size: 15px;
          font-weight: 800;
          transition: 0.25s ease;
        }

        .repair-btn.primary {
          background: #18d463;
          color: #07120b;
        }

        .repair-btn.secondary {
          background: rgba(255, 255, 255, 0.1);
          color: #ffffff;
          border: 1px solid rgba(255, 255, 255, 0.18);
        }

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

        .repair-brand-row {
          display: grid;
          grid-template-columns: repeat(4, 1fr);
          gap: 14px;
          margin-bottom: 28px;
        }

        .brand-card {
          padding: 18px;
          border-radius: 22px;
          background: #ffffff;
          border: 1px solid rgba(16, 24, 32, 0.07);
          box-shadow: 0 14px 35px rgba(16, 24, 32, 0.05);
          text-align: center;
        }

        .brand-card strong {
          display: block;
          font-size: 18px;
          color: #111820;
          margin-bottom: 5px;
        }

        .brand-card span {
          color: #65717a;
          font-size: 13px;
          font-weight: 700;
        }

        .repair-services-header {
          display: flex;
          align-items: end;
          justify-content: space-between;
          gap: 24px;
          margin-bottom: 22px;
        }

        .repair-services-header h3 {
          font-size: 34px;
          line-height: 1.2;
          letter-spacing: -0.8px;
          color: #111820;
        }

        .repair-services-header p {
          max-width: 430px;
          color: #63717a;
          font-size: 15px;
          line-height: 1.7;
        }

        .repair-services-grid {
          display: grid;
          grid-template-columns: repeat(4, 1fr);
          gap: 18px;
        }

        .repair-service-card {
          background: #ffffff;
          border-radius: 26px;
          overflow: hidden;
          border: 1px solid rgba(16, 24, 32, 0.07);
          box-shadow: 0 16px 42px rgba(16, 24, 32, 0.06);
          transition: 0.28s ease;
        }

        .repair-service-card:hover {
          transform: translateY(-7px);
          box-shadow: 0 24px 60px rgba(16, 24, 32, 0.1);
        }

        .service-image {
          position: relative;
          height: 190px;
          overflow: hidden;
          background: #e8ecea;
        }

        .service-image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block;
          transition: 0.35s ease;
        }

        .repair-service-card:hover .service-image img {
          transform: scale(1.06);
        }

        .service-label {
          position: absolute;
          left: 16px;
          top: 16px;
          padding: 8px 12px;
          border-radius: 999px;
          background: rgba(8, 18, 28, 0.78);
          color: #ffffff;
          font-size: 12px;
          font-weight: 800;
          backdrop-filter: blur(8px);
        }

        .service-content {
          padding: 22px;
        }

        .service-icon {
          width: 48px;
          height: 48px;
          border-radius: 16px;
          background: #eaf8ef;
          color: #14a64a;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 20px;
          font-weight: 900;
          margin-bottom: 16px;
        }

        .service-content h4 {
          font-size: 21px;
          color: #111820;
          margin-bottom: 9px;
        }

        .service-content p {
          color: #65717a;
          font-size: 14px;
          line-height: 1.65;
          margin-bottom: 18px;
        }

        .service-link {
          color: #111820;
          font-size: 14px;
          font-weight: 800;
          text-decoration: none;
        }

        .repair-trust-bar {
          margin-top: 34px;
          padding: 14px 16px;
          border-radius: 26px;
          border: 1px solid rgba(19, 53, 31, 0.08);
          background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(246, 250, 247, 0.98) 100%);
          box-shadow: 0 18px 40px rgba(16, 24, 18, 0.07);
          display: grid;
          grid-template-columns: repeat(5, minmax(0, 1fr));
          gap: 0;
          position: relative;
          overflow: hidden;
        }

        .repair-trust-bar::before {
          content: "";
          position: absolute;
          inset: 0;
          background: radial-gradient(circle at 8% 20%, rgba(36, 179, 63, 0.08), transparent 24%), radial-gradient(circle at 92% 80%, rgba(36, 179, 63, 0.06), transparent 24%);
          pointer-events: none;
        }

        .trust-box {
          position: relative;
          z-index: 1;
          padding: 14px 18px;
          min-height: 82px;
          display: flex;
          align-items: center;
          gap: 12px;
          border-right: 1px solid rgba(19, 53, 31, 0.08);
          background: transparent;
        }

        .trust-box:last-child {
          border-right: none;
        }

        .trust-icon {
          width: 42px;
          height: 42px;
          border-radius: 14px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          flex: 0 0 auto;
          border: 1px solid transparent;
          color: var(--green);
          background: rgba(36, 179, 63, 0.10);
          box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
        }

        .trust-icon svg {
          width: 20px;
          height: 20px;
          stroke: currentColor;
          stroke-width: 2;
          stroke-linecap: round;
          stroke-linejoin: round;
          fill: none;
        }

        .trust-icon.icon-green {
          color: #18b65f;
          background: rgba(24, 182, 95, 0.10);
          border-color: rgba(24, 182, 95, 0.16);
        }

        .trust-icon.icon-blue {
          color: #2f7cff;
          background: rgba(47, 124, 255, 0.10);
          border-color: rgba(47, 124, 255, 0.16);
        }

        .trust-icon.icon-orange {
          color: #ff8a1f;
          background: rgba(255, 138, 31, 0.10);
          border-color: rgba(255, 138, 31, 0.16);
        }

        .trust-icon.icon-purple {
          color: #a855f7;
          background: rgba(168, 85, 247, 0.10);
          border-color: rgba(168, 85, 247, 0.16);
        }

        .trust-icon.icon-red {
          color: #ff5252;
          background: rgba(255, 82, 82, 0.10);
          border-color: rgba(255, 82, 82, 0.16);
        }

        .trust-box strong {
          display: block;
          color: #1a2430;
          font-size: 16px;
          line-height: 1.3;
          margin-bottom: 4px;
          font-weight: 850;
        }

        .trust-box span {
          display: block;
          color: #6d7a84;
          font-size: 12.5px;
          line-height: 1.45;
        }

        @media (max-width: 1024px) {
          .repair-services-grid {
            grid-template-columns: repeat(2, 1fr);
          }

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

          .repair-trust-bar {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 0;
          }

          .trust-box:nth-child(2n) {
            border-right: none;
          }

          .repair-hero h2 {
            font-size: 44px;
          }
        }

        @media (max-width: 767px) {
          .device-repair-section {
            padding: 60px 16px;
          }

          .repair-hero {
            min-height: auto;
            padding: 36px 24px;
            border-radius: 26px;
            background:
              linear-gradient(90deg, rgba(8, 18, 28, 0.94), rgba(8, 18, 28, 0.74)),
              url("https://images.pexels.com/photos/4483608/pexels-photo-4483608.jpeg?auto=compress&cs=tinysrgb&w=1200") center/cover no-repeat;
          }

          .repair-hero h2 {
            font-size: 34px;
            letter-spacing: -0.8px;
          }

          .repair-hero p {
            font-size: 15px;
          }

          .repair-brand-row,
          .repair-services-grid,
          .repair-trust-bar {
            grid-template-columns: 1fr;
          }

          .repair-services-header {
            display: block;
          }

          .repair-services-header h3 {
            font-size: 28px;
            margin-bottom: 10px;
          }

          .service-image {
            height: 220px;
          }
        }




    /* Hero + service category placement update */
    .icarefix-page .brand-strip {
      display: none !important;
    }

    .icarefix-page .device-repair-section {
      position: relative;
      z-index: 8;
      margin-top: 0 !important;
      padding: 34px 20px 88px !important;
      background:
        radial-gradient(circle at 12% 0%, rgba(36, 179, 63, 0.13), transparent 30%),
        radial-gradient(circle at 88% 8%, rgba(53, 216, 91, 0.10), transparent 34%),
        linear-gradient(180deg, #fbfffc 0%, #f3faf5 64%, #ffffff 100%) !important;
      overflow: hidden;
      isolation: isolate;
    }

    .icarefix-page .device-repair-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(7, 61, 24, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(7, 61, 24, 0.045) 1px, transparent 1px);
      background-size: 36px 36px;
      pointer-events: none;
      z-index: -1;
    }

    .icarefix-page .device-repair-section .repair-hero {
      display: flex !important;
      margin-top: 0 !important;
    }

    .icarefix-page .device-repair-section .repair-brand-row {
      display: grid !important;
    }

    .icarefix-page .device-repair-section .repair-services-header {
      display: none !important;
    }

    .icarefix-page .device-repair-section .device-repair-container,
    .icarefix-page .device-repair-section .repair-services-grid,
    .icarefix-page .device-repair-section .precision-trust-grid,
    .icarefix-page .device-repair-section .repair-trust-bar {
      position: relative;
      z-index: 9;
    }

    .icarefix-page .device-repair-section .repair-brand-row {
      margin-bottom: 24px;
    }

    .icarefix-page .device-repair-section .precision-trust-grid {
      margin-top: 0;
      margin-bottom: 34px;
    }

    @media (min-width: 1025px) {
      .icarefix-page .hero.precision-hero {
        padding-top: 74px !important;
        padding-bottom: 84px !important;
      }
    }

    @media (max-width: 1024px) {
      .icarefix-page .device-repair-section {
        margin-top: 0 !important;
        padding: 26px 18px 72px !important;
      }
    }

    @media (max-width: 767px) {
      .icarefix-page .device-repair-section {
        margin-top: 0 !important;
        padding: 22px 16px 60px !important;
      }

      .icarefix-page .hero.precision-hero {
        padding-bottom: 54px !important;
      }
    }

    /* Premium Catalog Product Cards - scoped replacement for #products */
    .catalog-products-wrap {
      background:
        radial-gradient(circle at 8% 0%, rgba(22, 163, 74, 0.10), transparent 30%),
        radial-gradient(circle at 95% 8%, rgba(22, 163, 74, 0.06), transparent 28%),
        linear-gradient(180deg, #fbfdfb 0%, #eef5f0 100%);
      color: #06140b;
    }

    .catalog-products-wrap .catalog-section {
      max-width: 1180px;
      margin: 0 auto;
    }

    .catalog-products-wrap .catalog-header {
      margin-bottom: 34px;
    }

    .catalog-products-wrap .title-shell {
      display: grid;
      grid-template-columns: 1fr auto;
      align-items: end;
      gap: 28px;
      padding-bottom: 24px;
      border-bottom: 1px solid rgba(6, 20, 11, 0.08);
    }

    .catalog-products-wrap .title-left {
      max-width: 760px;
    }

    .catalog-products-wrap .section-label {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      margin-bottom: 16px;
      color: #0b642c;
      font-size: 12px;
      font-weight: 850;
      text-transform: uppercase;
      letter-spacing: 1.4px;
    }

    .catalog-products-wrap .section-label::before {
      content: "";
      width: 26px;
      height: 1px;
      background: #16a34a;
      display: inline-block;
    }

    .catalog-products-wrap .section-title {
      max-width: 620px;
      margin: 0 0 12px;
      text-align: left;
      font-size: clamp(28px, 3.8vw, 42px);
      line-height: 1.08;
      letter-spacing: -1.2px;
      font-weight: 850;
      color: #06140b;
    }

    .catalog-products-wrap .section-description {
      max-width: 590px;
      font-size: 15px;
      line-height: 1.7;
      color: #6b786f;
    }

    .catalog-products-wrap .header-action {
      display: flex;
      justify-content: flex-end;
    }

    .catalog-products-wrap .view-products-btn {
      height: 48px;
      padding: 0 22px;
      border-radius: 999px;
      background: #06140b;
      color: #ffffff;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 14px;
      font-weight: 850;
      white-space: nowrap;
      box-shadow: 0 14px 30px rgba(6, 20, 11, 0.16);
      transition: 0.25s ease;
    }

    .catalog-products-wrap .view-products-btn:hover {
      background: #16a34a;
      transform: translateY(-2px);
    }

    .catalog-products-wrap .catalog-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
      align-items: stretch;
    }

    .catalog-products-wrap .catalog-card {
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      min-width: 0;
      min-height: 100%;
      border-radius: 24px;
      background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(250,253,251,0.98) 100%);
      border: 1px solid rgba(16, 24, 18, 0.08);
      box-shadow: 0 18px 46px rgba(6, 31, 14, 0.065);
      transition: 0.3s ease;
    }

    .catalog-products-wrap .catalog-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 26px 64px rgba(6, 31, 14, 0.11);
      border-color: rgba(22, 163, 74, 0.18);
    }

    .catalog-products-wrap .catalog-card::before {
      content: "";
      position: absolute;
      top: -58px;
      right: -58px;
      width: 145px;
      height: 145px;
      border-radius: 50%;
      background: rgba(22, 163, 74, 0.055);
      pointer-events: none;
    }

    .catalog-products-wrap .product-visual {
      position: relative;
      padding: 0;
      height: 190px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      background:
        radial-gradient(circle at 50% 40%, rgba(22, 163, 74, 0.15), transparent 42%),
        linear-gradient(180deg, #f8fbf9 0%, #eef7f1 100%);
    }

    .catalog-products-wrap .product-visual::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 18px;
      width: 96px;
      height: 14px;
      transform: translateX(-50%);
      border-radius: 999px;
      background: rgba(6, 20, 11, 0.10);
      filter: blur(8px);
    }

    .catalog-products-wrap .image-box {
      position: relative;
      z-index: 2;
      width: 100%;
      height: 100%;
      padding: 0;
      border-radius: 0;
      background: rgba(255,255,255,0.96);
      box-shadow: 0 18px 36px rgba(6, 31, 14, 0.14), inset 0 0 0 1px rgba(6, 20, 11, 0.04);
      transition: 0.3s ease;
      overflow: hidden;
    }

    .catalog-products-wrap .catalog-card:hover .image-box {
      transform: translateY(-4px) rotate(-1deg) scale(1.02);
      box-shadow: 0 24px 48px rgba(6, 31, 14, 0.17), inset 0 0 0 1px rgba(6, 20, 11, 0.04);
    }

    .catalog-products-wrap .image-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
      border-radius: inherit;
    }

    .catalog-products-wrap .product-info {
      position: relative;
      padding: 16px 16px 18px;
      display: flex;
      flex-direction: column;
      flex: 1 1 auto;
      min-width: 0;
      background: transparent;
    }

    .catalog-products-wrap .product-top {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      flex: 1 1 auto;
      min-width: 0;
    }

    .catalog-products-wrap .product-badges {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      margin-bottom: 12px;
    }

    .catalog-products-wrap .badge {
      padding: 6px 10px;
      border-radius: 999px;
      background: #eef8f1;
      color: #0b642c;
      font-size: 10px;
      line-height: 1;
      font-weight: 950;
      white-space: nowrap;
    }

    .catalog-products-wrap .stock {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: #0b642c;
      font-size: 10px;
      line-height: 1;
      font-weight: 900;
      white-space: nowrap;
    }

    .catalog-products-wrap .stock::before {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #16a34a;
    }

    .catalog-products-wrap .product-category {
      color: #16a34a;
      font-size: 10.5px;
      line-height: 1.2;
      font-weight: 950;
      text-transform: uppercase;
      letter-spacing: 0.7px;
      margin-bottom: 8px;
    }

    .catalog-products-wrap .product-title {
      color: #06140b;
      font-size: 17px;
      line-height: 1.25;
      font-weight: 900;
      letter-spacing: -0.25px;
      margin-bottom: 12px;
      min-height: 44px;
    }

    .catalog-products-wrap .product-text {
      display: none;
    }

    .catalog-products-wrap .feature-list {
      display: flex;
      flex-wrap: wrap;
      gap: 7px;
      margin-bottom: 14px;
    }

    .catalog-products-wrap .feature {
      padding: 6px 9px;
      border-radius: 999px;
      background: #f5f9f6;
      border: 1px solid rgba(6, 20, 11, 0.05);
      color: #526158;
      font-size: 10px;
      line-height: 1;
      font-weight: 850;
      white-space: nowrap;
    }

    .catalog-products-wrap .product-bottom {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
      align-items: stretch;
      padding-top: 14px;
      margin-top: auto;
      border-top: 1px solid rgba(6, 20, 11, 0.08);
      min-width: 0;
    }

    .catalog-products-wrap .price-area {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      gap: 8px;
      min-width: 0;
    }

    .catalog-products-wrap .price {
      color: #063716;
      font-size: 21px;
      line-height: 1;
      font-weight: 950;
      letter-spacing: -0.55px;
      white-space: nowrap;
      margin-bottom: 0;
    }

    .catalog-products-wrap .old-price {
      color: #9aa39d;
      font-size: 12px;
      line-height: 1;
      font-weight: 800;
      text-decoration: line-through;
      white-space: nowrap;
      opacity: 0.75;
    }

    .catalog-products-wrap .cart-btn {
      width: 100%;
      height: 42px;
      padding: 0 14px;
      border: 0;
      border-radius: 999px;
      background: #06140b;
      color: #ffffff;
      font-size: 12.5px;
      font-weight: 950;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      white-space: nowrap;
      box-shadow: 0 12px 24px rgba(6, 20, 11, 0.15);
      transition: 0.25s ease;
    }

    .catalog-products-wrap .cart-btn:hover {
      background: #16a34a;
      transform: translateY(-2px);
      box-shadow: 0 16px 30px rgba(22, 163, 74, 0.23);
    }

    .catalog-products-wrap .cart-btn svg {
      width: 17px;
      height: 17px;
      flex: 0 0 auto;
    }

    @media (max-width: 1180px) {
      .catalog-products-wrap .catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 1100px) {
      .catalog-products-wrap .title-shell {
        grid-template-columns: 1fr;
        align-items: start;
      }

      .catalog-products-wrap .header-action {
        justify-content: flex-start;
      }
    }

    @media (max-width: 680px) {
      .catalog-products-wrap .catalog-header {
        margin-bottom: 30px;
      }

      .catalog-products-wrap .title-shell {
        padding-bottom: 22px;
        gap: 22px;
      }

      .catalog-products-wrap .section-title {
        font-size: clamp(26px, 8vw, 34px);
        line-height: 1.12;
        letter-spacing: -0.9px;
      }

      .catalog-products-wrap .view-products-btn {
        width: 100%;
        justify-content: center;
      }

      .catalog-products-wrap .catalog-grid {
        grid-template-columns: 1fr;
        gap: 18px;
      }

      .catalog-products-wrap .product-visual {
        height: 210px;
      }

      .catalog-products-wrap .image-box {
        width: 100%;
        height: 100%;
      }

      .catalog-products-wrap .product-info {
        padding: 18px 18px 20px;
      }

      .catalog-products-wrap .product-title {
        min-height: auto;
        font-size: 19px;
      }

      .catalog-products-wrap .product-bottom {
        grid-template-columns: 1fr;
        align-items: stretch;
      }
    }

    /* Final placement fix: hero -> service category cards -> stats */
    .icarefix-page .brand-strip {
      display: none !important;
    }

    .icarefix-page .device-repair-section {
      position: relative !important;
      z-index: 8 !important;
      margin-top: 0 !important;
      padding: 22px 20px 88px !important;
      background:
        radial-gradient(circle at 12% 12%, rgba(36, 179, 63, 0.13), transparent 30%),
        radial-gradient(circle at 88% 18%, rgba(53, 216, 91, 0.10), transparent 34%),
        linear-gradient(180deg, #fbfffc 0%, #f3faf5 64%, #ffffff 100%) !important;
      overflow: hidden !important;
      isolation: isolate !important;
    }

    .icarefix-page .device-repair-section::before {
      content: "" !important;
      position: absolute !important;
      inset: 0 !important;
      background-image:
        linear-gradient(rgba(7, 61, 24, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(7, 61, 24, 0.045) 1px, transparent 1px) !important;
      background-size: 58px 58px !important;
      pointer-events: none !important;
      z-index: -1 !important;
    }

    .icarefix-page .device-repair-section .device-repair-container {
      max-width: 1180px !important;
      margin: 0 auto !important;
      position: relative !important;
      z-index: 9 !important;
      display: flex !important;
      flex-direction: column !important;
    }

    .icarefix-page .device-repair-section .repair-hero,
    .icarefix-page .device-repair-section .repair-brand-row,
    .icarefix-page .device-repair-section .repair-services-header {
      display: none !important;
    }

    .icarefix-page .device-repair-section .repair-services-grid {
      order: 1 !important;
      display: grid !important;
      grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
      gap: 20px !important;
      margin: 0 !important;
      position: relative !important;
      z-index: 9 !important;
    }

    .icarefix-page .device-repair-section .precision-trust-grid {
      order: 2 !important;
      margin-top: 30px !important;
      margin-bottom: 0 !important;
      display: grid !important;
      grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
      gap: 14px !important;
      position: relative !important;
      z-index: 9 !important;
    }

    .icarefix-page .device-repair-section .repair-trust-bar {
      order: 3 !important;
      margin: 34px auto 38px !important;
      margin-bottom: 0 !important;
      position: relative !important;
      z-index: 9 !important;
    }

    @media (max-width: 1024px) {
      .icarefix-page .device-repair-section {
        padding: 20px 18px 72px !important;
      }

      .icarefix-page .device-repair-section .repair-services-grid,
      .icarefix-page .device-repair-section .precision-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      }
    }

    @media (max-width: 767px) {
      .icarefix-page .device-repair-section {
        padding: 18px 16px 60px !important;
      }

      .icarefix-page .device-repair-section .repair-services-grid,
      .icarefix-page .device-repair-section .precision-trust-grid,
      .icarefix-page .device-repair-section .repair-trust-bar {
        grid-template-columns: 1fr !important;
      }
    }

  

    /* Final smooth merge: hero bottom + service category top */
    .icarefix-page .hero.precision-hero {
      padding-bottom: 18px !important;
      background:
        radial-gradient(circle at 12% 12%, rgba(36, 179, 63, 0.13), transparent 30%),
        radial-gradient(circle at 88% 18%, rgba(53, 216, 91, 0.10), transparent 34%),
        linear-gradient(180deg, #fbfffc 0%, #f3faf5 100%) !important;
    }

    .icarefix-page .hero.precision-hero::before {
      background-image:
        linear-gradient(rgba(7, 61, 24, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(7, 61, 24, 0.045) 1px, transparent 1px) !important;
      background-size: 58px 58px !important;
      mask-image: none !important;
      -webkit-mask-image: none !important;
      opacity: 1 !important;
    }

    .icarefix-page .device-repair-section {
      margin-top: -1px !important;
      padding-top: 0 !important;
      background:
        radial-gradient(circle at 12% -8%, rgba(36, 179, 63, 0.13), transparent 30%),
        radial-gradient(circle at 88% 0%, rgba(53, 216, 91, 0.10), transparent 34%),
        linear-gradient(180deg, #f3faf5 0%, #fbfffc 100%) !important;
    }

    .icarefix-page .device-repair-section::before {
      background-size: 58px 58px !important;
      opacity: 1 !important;
    }

    .icarefix-page .device-repair-section .repair-services-grid {
      margin-top: 0 !important;
    }

    @media (min-width: 1025px) {
      .icarefix-page .hero.precision-hero {
        padding-bottom: 18px !important;
      }

      .icarefix-page .device-repair-section {
        padding-top: 0 !important;
      }
    }

    @media (max-width: 1024px) {
      .icarefix-page .hero.precision-hero {
        padding-bottom: 14px !important;
      }

      .icarefix-page .device-repair-section {
        padding-top: 0 !important;
      }
    }

    @media (max-width: 767px) {
      .icarefix-page .hero.precision-hero {
        padding-bottom: 10px !important;
      }

      .icarefix-page .device-repair-section {
        padding-top: 0 !important;
      }
    }


    /* Professional final fix: make hero and service categories feel like one section */
    .icarefix-page .hero-services-bg {
      position: relative !important;
      overflow: hidden !important;
      isolation: isolate !important;
      background:
        radial-gradient(circle at 12% 8%, rgba(36, 179, 63, 0.14), transparent 31%),
        radial-gradient(circle at 88% 14%, rgba(53, 216, 91, 0.11), transparent 35%),
        radial-gradient(circle at 2% 78%, rgba(36, 179, 63, 0.10), transparent 28%),
        linear-gradient(180deg, #fbfffc 0%, #f4faf6 52%, #f7fcf8 100%) !important;
    }

    .icarefix-page .hero-services-bg::before {
      content: "" !important;
      position: absolute !important;
      inset: 0 !important;
      z-index: -2 !important;
      pointer-events: none !important;
      background-image:
        linear-gradient(rgba(7, 61, 24, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(7, 61, 24, 0.045) 1px, transparent 1px) !important;
      background-size: 58px 58px !important;
      opacity: 1 !important;
    }

    .icarefix-page .hero-services-bg::after {
      content: "" !important;
      position: absolute !important;
      width: 520px !important;
      height: 520px !important;
      right: -210px !important;
      top: 110px !important;
      z-index: -1 !important;
      pointer-events: none !important;
      border-radius: 50% !important;
      background: rgba(36, 179, 63, 0.10) !important;
      filter: blur(8px) !important;
    }

    .icarefix-page .hero-services-bg > .hero.precision-hero,
    .icarefix-page .hero-services-bg > .device-repair-section {
      background: transparent !important;
      background-image: none !important;
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      overflow: visible !important;
      isolation: auto !important;
    }

    .icarefix-page .hero-services-bg > .hero.precision-hero::before,
    .icarefix-page .hero-services-bg > .hero.precision-hero::after,
    .icarefix-page .hero-services-bg > .device-repair-section::before,
    .icarefix-page .hero-services-bg > .device-repair-section::after {
      display: none !important;
      content: none !important;
    }

    .icarefix-page .hero-services-bg > .hero.precision-hero {
      padding-bottom: 28px !important;
    }

    .icarefix-page .hero-services-bg > .device-repair-section {
      padding-top: 28px !important;
      padding-bottom: 88px !important;
    }

    .icarefix-page .hero-services-bg .device-repair-container,
    .icarefix-page .hero-services-bg .precision-hero-shell,
    .icarefix-page .hero-services-bg .repair-services-grid,
    .icarefix-page .hero-services-bg .precision-trust-grid,
    .icarefix-page .hero-services-bg .repair-trust-bar {
      position: relative !important;
      z-index: 2 !important;
    }

    .icarefix-page .hero-services-bg .repair-services-grid {
      margin-top: 0 !important;
    }

    .icarefix-page .hero-services-bg .precision-trust-grid {
      margin-top: 30px !important;
    }

    @media (max-width: 1024px) {
      .icarefix-page .hero-services-bg > .hero.precision-hero {
        padding-bottom: 22px !important;
      }

      .icarefix-page .hero-services-bg > .device-repair-section {
        padding-top: 24px !important;
        padding-bottom: 72px !important;
      }
    }

    @media (max-width: 767px) {
      .icarefix-page .hero-services-bg > .hero.precision-hero {
        padding-bottom: 18px !important;
      }

      .icarefix-page .hero-services-bg > .device-repair-section {
        padding-top: 22px !important;
        padding-bottom: 60px !important;
      }
    }



    /* Clean Buy Now button animation */
    .precision-buy-now-btn {
      position: relative;
      overflow: hidden;
      isolation: isolate;
      gap: 10px;
    }

    .precision-buy-now-btn::before {
      content: "";
      position: absolute;
      top: -130%;
      left: -48%;
      width: 42%;
      height: 360%;
      background: linear-gradient(90deg, transparent, rgba(36, 179, 63, 0.16), transparent);
      transform: rotate(24deg) translateX(-145%);
      animation: buyNowCleanShine 3.8s ease-in-out infinite;
      pointer-events: none;
      z-index: -1;
    }

    .precision-buy-now-btn svg {
      transform-origin: center;
      animation: buyNowCartFloat 2.6s ease-in-out infinite;
    }

    .precision-buy-now-btn:hover::before {
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.20), transparent);
      animation-duration: 1.3s;
    }

    .precision-buy-now-btn:hover svg {
      animation: buyNowCartGlide 0.58s ease-in-out both;
    }

    @keyframes buyNowCleanShine {
      0%, 42% {
        transform: rotate(24deg) translateX(-145%);
        opacity: 0;
      }
      50% {
        opacity: 1;
      }
      68%, 100% {
        transform: rotate(24deg) translateX(360%);
        opacity: 0;
      }
    }

    @keyframes buyNowCartFloat {
      0%, 100% {
        transform: translateX(0) translateY(0) rotate(0deg);
      }
      45% {
        transform: translateX(2px) translateY(-1px) rotate(-3deg);
      }
      70% {
        transform: translateX(0) translateY(0) rotate(0deg);
      }
    }

    @keyframes buyNowCartGlide {
      0% {
        transform: translateX(0) scale(1) rotate(0deg);
      }
      48% {
        transform: translateX(5px) scale(1.08) rotate(-5deg);
      }
      100% {
        transform: translateX(2px) scale(1) rotate(0deg);
      }
    }



    /* Custom uploaded logo */
    .brand.has-custom-logo {
      gap: 0;
    }

    .brand-logo.brand-logo-image {
      width: 190px;
      height: 58px;
      border-radius: 0;
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      background: transparent;
      color: inherit;
      box-shadow: none;
      letter-spacing: normal;
      overflow: visible;
    }

    .brand-logo.brand-logo-image img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: contain;
      object-position: left center;
    }

    .brand.has-custom-logo .brand-content {
      display: none;
    }

    .footer .brand-logo.brand-logo-image {
      width: 190px;
      height: 58px;
    }

    @media (max-width: 760px) {
      .brand-logo.brand-logo-image {
        width: 150px;
        height: 46px;
        border-radius: 0;
        font-size: 0;
      }
    }


    /* Restore repair banner section below benefits bar without removing old content */
    .icarefix-page .device-repair-section .repair-hero {
      order: 4 !important;
      display: flex !important;
      margin-top: 34px !important;
      margin-bottom: 28px !important;
      position: relative !important;
      z-index: 9 !important;
    }

    .icarefix-page .device-repair-section .repair-brand-row {
      order: 5 !important;
      display: grid !important;
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      position: relative !important;
      z-index: 9 !important;
    }

    .icarefix-page .hero-services-bg .repair-hero,
    .icarefix-page .hero-services-bg .repair-brand-row {
      position: relative !important;
      z-index: 2 !important;
    }

    @media (max-width: 767px) {
      .icarefix-page .device-repair-section .repair-hero {
        margin-top: 28px !important;
        margin-bottom: 22px !important;
      }
    }


    /* Mamun requested responsive polish: content only, header/footer untouched */
    @media (max-width: 1024px) {
      .icarefix-page section > .container,
      .icarefix-page .device-repair-section .device-repair-container {
        width: calc(100% - 16px) !important;
        max-width: calc(100% - 16px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }

      .icarefix-page .hero-services-bg > .hero.precision-hero {
        padding-top: 28px !important;
        padding-bottom: 10px !important;
      }

      .icarefix-page .hero-services-bg > .device-repair-section {
        padding-left: 8px !important;
        padding-right: 8px !important;
        padding-top: 8px !important;
        padding-bottom: 52px !important;
      }

      .precision-hero-shell {
        gap: 14px !important;
      }

      .precision-eyebrow {
        margin-bottom: 14px !important;
      }

      .precision-hero h1 {
        max-width: 100% !important;
        margin-bottom: 14px !important;
        font-size: clamp(30px, 6.2vw, 44px) !important;
        line-height: 1.04 !important;
        letter-spacing: -0.055em !important;
      }

      .precision-hero-copy > p {
        max-width: 100% !important;
        margin-bottom: 20px !important;
        font-size: 15px !important;
        line-height: 1.68 !important;
      }

      .brand-word-slider {
        display: inline !important;
        min-width: 0 !important;
        width: auto !important;
      }

      .brand-word.active {
        display: inline !important;
      }

      .precision-actions {
        width: 100% !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        gap: 10px !important;
        margin-bottom: 8px !important;
      }

      .precision-actions .btn {
        flex: 1 1 0 !important;
        min-width: 0 !important;
        min-height: 48px !important;
        padding: 10px 12px !important;
        font-size: 13px !important;
      }

      .precision-actions .precision-buy-now-btn {
        flex: 0.78 1 0 !important;
      }

      .precision-visual-wrap,
      .brand-phone-image-wrap {
        min-height: 330px !important;
      }

      .precision-visual-wrap {
        align-items: flex-start !important;
        margin-top: 0 !important;
      }

      .brand-phone-image-wrap {
        align-items: flex-start !important;
        padding-top: 8px !important;
      }

      .brand-phone-image {
        width: min(275px, 82%) !important;
        max-height: 320px !important;
      }

      .brand-image-badge {
        bottom: 0 !important;
      }

      .icarefix-page .device-repair-section .repair-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
      }

      .repair-service-card {
        border-radius: 22px !important;
      }

      .service-image {
        height: 160px !important;
      }

      .service-content {
        padding: 16px !important;
      }

      .service-icon {
        width: 42px !important;
        height: 42px !important;
        border-radius: 14px !important;
        margin-bottom: 12px !important;
        font-size: 18px !important;
      }

      .service-content h4 {
        font-size: 18px !important;
        line-height: 1.2 !important;
        margin-bottom: 7px !important;
      }

      .service-content p {
        font-size: 13px !important;
        line-height: 1.55 !important;
        margin-bottom: 12px !important;
      }

      .service-link {
        font-size: 13px !important;
      }

      .repair-hero h2 {
        font-size: clamp(30px, 5vw, 44px) !important;
        line-height: 1.1 !important;
        letter-spacing: -1px !important;
      }

      .repair-hero-actions {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
      }

      .repair-btn {
        flex: 1 1 0 !important;
        min-width: 0 !important;
        min-height: 48px !important;
        padding: 0 14px !important;
        font-size: 14px !important;
        white-space: nowrap !important;
      }
    }

    @media (max-width: 767px) {
      .icarefix-page section > .container,
      .icarefix-page .device-repair-section .device-repair-container {
        width: calc(100% - 16px) !important;
        max-width: calc(100% - 16px) !important;
      }

      .icarefix-page .hero-services-bg > .hero.precision-hero {
        padding-top: 18px !important;
        padding-bottom: 6px !important;
      }

      .precision-hero-shell {
        gap: 8px !important;
      }

      .precision-eyebrow {
        max-width: 100% !important;
        min-height: 34px !important;
        padding: 7px 12px !important;
        margin-bottom: 12px !important;
        font-size: 12px !important;
        line-height: 1.25 !important;
      }

      .precision-eyebrow svg {
        width: 15px !important;
        height: 15px !important;
      }

      .precision-hero h1 {
        font-size: clamp(28px, 8.2vw, 32px) !important;
        line-height: 1.04 !important;
        letter-spacing: -0.052em !important;
        margin-bottom: 14px !important;
      }

      .precision-hero-copy > p {
        font-size: 14.5px !important;
        line-height: 1.7 !important;
        margin-bottom: 20px !important;
      }

      .precision-actions {
        gap: 10px !important;
      }

      .precision-actions .btn {
        min-height: 47px !important;
        padding: 9px 10px !important;
        font-size: 12.5px !important;
        gap: 7px !important;
      }

      .precision-actions .btn svg {
        width: 16px !important;
        height: 16px !important;
      }

      .precision-visual-wrap,
      .brand-phone-image-wrap {
        min-height: 292px !important;
      }

      .brand-phone-image-wrap {
        padding-top: 2px !important;
      }

      .precision-visual-wrap::before {
        width: min(300px, 88%) !important;
      }

      .precision-visual-wrap::after {
        width: min(230px, 68%) !important;
      }

      .brand-phone-image {
        width: min(238px, 78%) !important;
        max-height: 278px !important;
      }

      .brand-image-badge {
        min-height: 38px !important;
        padding: 7px 12px !important;
        font-size: 12px !important;
        bottom: 2px !important;
      }

      .icarefix-page .hero-services-bg > .device-repair-section {
        padding-left: 8px !important;
        padding-right: 8px !important;
        padding-top: 8px !important;
        padding-bottom: 44px !important;
      }

      .icarefix-page .device-repair-section .repair-services-grid,
      .icarefix-page .hero-services-bg .repair-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
      }

      .repair-service-card {
        border-radius: 18px !important;
      }

      .service-image {
        height: 112px !important;
      }

      .service-label {
        left: 8px !important;
        top: 8px !important;
        padding: 5px 8px !important;
        font-size: 10px !important;
      }

      .service-content {
        padding: 11px 10px 12px !important;
      }

      .service-icon {
        width: 34px !important;
        height: 34px !important;
        border-radius: 12px !important;
        margin-bottom: 9px !important;
        font-size: 16px !important;
      }

      .service-content h4 {
        font-size: 15px !important;
        line-height: 1.18 !important;
        margin-bottom: 6px !important;
      }

      .service-content p {
        font-size: 11.5px !important;
        line-height: 1.42 !important;
        margin-bottom: 9px !important;
      }

      .service-link {
        font-size: 11.5px !important;
      }

      .repair-trust-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
      }

      .trust-box {
        min-height: 70px !important;
        padding: 10px !important;
        gap: 8px !important;
        border-right: none !important;
        border-radius: 16px !important;
        background: rgba(255,255,255,.72) !important;
      }

      .trust-icon {
        width: 34px !important;
        height: 34px !important;
        border-radius: 12px !important;
      }

      .trust-box strong {
        font-size: 12.5px !important;
        line-height: 1.25 !important;
      }

      .icarefix-page .device-repair-section .repair-hero {
        margin-top: 22px !important;
        margin-bottom: 20px !important;
        min-height: 330px !important;
        padding: 28px 18px !important;
        border-radius: 24px !important;
      }

      .repair-badge {
        font-size: 11px !important;
        padding: 7px 11px !important;
        margin-bottom: 14px !important;
      }

      .repair-hero h2 {
        font-size: clamp(27px, 8vw, 31px) !important;
        line-height: 1.08 !important;
        letter-spacing: -0.9px !important;
        margin-bottom: 16px !important;
      }

      .repair-hero p {
        font-size: 13.5px !important;
        line-height: 1.62 !important;
        margin-bottom: 20px !important;
      }

      .repair-hero-actions {
        width: 100% !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 9px !important;
      }

      .repair-btn {
        flex: 1 1 0 !important;
        min-width: 0 !important;
        min-height: 46px !important;
        padding: 0 10px !important;
        font-size: 13px !important;
      }
    }

    @media (max-width: 380px) {
      .precision-hero h1 {
        font-size: 27px !important;
      }

      .precision-actions .btn,
      .repair-btn {
        font-size: 12px !important;
      }

      .service-image {
        height: 98px !important;
      }

      .service-content {
        padding: 10px 8px 11px !important;
      }

      .service-content h4 {
        font-size: 14px !important;
      }

      .service-content p {
        font-size: 10.8px !important;
      }
    }

/* ---- Supplied Home HTML style block ---- */

.premium-repair,
        .premium-repair * {
          box-sizing: border-box;
        }

        .premium-repair {
          --repair-green: #079a42;
          --repair-green-deep: #033e1f;
          --repair-white: #ffffff;
          --repair-dark: #0d2316;
          --repair-muted: #66746b;
          --repair-soft: #edf9f2;
          --repair-shadow: 0 32px 90px rgba(0, 0, 0, 0.18);

          position: relative;
          overflow: hidden;
          padding: 96px 20px;
          background:
            radial-gradient(circle at 12% 16%, rgba(255, 255, 255, 0.22), transparent 26%),
            radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.13), transparent 32%),
            linear-gradient(135deg, #09a348 0%, #078e3e 48%, #056f31 100%);
        }

        .premium-repair::before {
          content: "";
          position: absolute;
          inset: 0;
          background-image:
            linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
          background-size: 54px 54px;
          opacity: 0.65;
          pointer-events: none;
        }

        .premium-repair::after {
          content: "";
          position: absolute;
          width: 520px;
          height: 520px;
          right: -240px;
          top: -240px;
          border-radius: 50%;
          background: rgba(255,255,255,0.12);
          pointer-events: none;
        }

        .premium-repair .repair-container {
          position: relative;
          z-index: 2;
          max-width: 1180px;
          margin: 0 auto;
        }

        .premium-repair .repair-grid {
          display: grid;
          grid-template-columns: 1fr 1.04fr;
          gap: 64px;
          align-items: center;
        }

        .premium-repair .repair-content {
          color: var(--repair-white);
        }

        .premium-repair .repair-label {
          display: inline-flex;
          align-items: center;
          gap: 10px;
          padding: 10px 16px;
          margin-bottom: 24px;
          border-radius: 999px;
          background: rgba(255, 255, 255, 0.14);
          border: 1px solid rgba(255, 255, 255, 0.24);
          backdrop-filter: blur(14px);
          font-size: 14px;
          line-height: 1;
          font-weight: 700;
          color: rgba(255, 255, 255, 0.94);
        }

        .premium-repair .repair-label span {
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background: #ffffff;
          box-shadow: 0 0 0 6px rgba(255,255,255,0.16);
        }

        .premium-repair .repair-content h2 {
          max-width: 620px;
          font-size: clamp(42px, 5vw, 66px);
          line-height: 1.03;
          letter-spacing: -2.2px;
          font-weight: 800;
          margin: 0 0 24px;
          color: #ffffff;
        }

        .premium-repair .repair-content h2 span {
          color: #dcffe8;
        }

        .premium-repair .repair-content p {
          max-width: 570px;
          font-size: 17px;
          line-height: 1.82;
          font-weight: 400;
          color: rgba(255,255,255,0.82);
          margin: 0 0 34px;
        }

        .premium-repair .repair-actions {
          display: flex;
          align-items: center;
          gap: 16px;
          flex-wrap: wrap;
          margin-bottom: 38px;
        }

        .premium-repair .call-btn {
          display: inline-flex;
          align-items: center;
          gap: 14px;
          padding: 16px 22px 16px 16px;
          border-radius: 20px;
          background: #ffffff;
          color: var(--repair-dark);
          text-decoration: none;
          box-shadow: 0 22px 48px rgba(0, 0, 0, 0.16);
          transition: 0.25s ease;
        }

        .premium-repair .call-btn:hover {
          transform: translateY(-4px);
          box-shadow: 0 30px 68px rgba(0, 0, 0, 0.22);
        }

        .premium-repair .call-icon {
          width: 52px;
          height: 52px;
          border-radius: 16px;
          display: grid;
          place-items: center;
          background: var(--repair-soft);
          color: var(--repair-green);
          flex-shrink: 0;
        }

        .premium-repair .call-btn strong {
          display: block;
          font-size: 15px;
          line-height: 1.2;
          font-weight: 800;
          margin-bottom: 5px;
        }

        .premium-repair .call-btn small {
          display: block;
          font-size: 14px;
          color: var(--repair-muted);
          font-weight: 500;
        }

        .premium-repair .book-btn {
          min-height: 84px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          padding: 0 26px;
          border-radius: 20px;
          border: 1px solid rgba(255,255,255,0.32);
          background: rgba(255,255,255,0.09);
          backdrop-filter: blur(14px);
          color: #ffffff;
          text-decoration: none;
          font-size: 15px;
          font-weight: 800;
          transition: 0.25s ease;
        }

        .premium-repair .book-btn:hover {
          background: rgba(255,255,255,0.16);
          transform: translateY(-4px);
        }

        .premium-repair .repair-stats {
          max-width: 590px;
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 14px;
        }

        .premium-repair .stat-card {
          padding: 18px 16px;
          border-radius: 22px;
          background: rgba(255,255,255,0.11);
          border: 1px solid rgba(255,255,255,0.18);
          backdrop-filter: blur(14px);
        }

        .premium-repair .stat-card strong {
          display: block;
          font-size: 26px;
          line-height: 1;
          font-weight: 800;
          margin-bottom: 8px;
          color: #ffffff;
        }

        .premium-repair .stat-card span {
          display: block;
          font-size: 13px;
          line-height: 1.45;
          color: rgba(255,255,255,0.72);
          font-weight: 500;
        }

        .premium-repair .repair-visual {
          position: relative;
        }

        .premium-repair .visual-frame {
          position: relative;
          padding: 14px;
          border-radius: 38px;
          background: rgba(255,255,255,0.15);
          border: 1px solid rgba(255,255,255,0.24);
          backdrop-filter: blur(18px);
          box-shadow: var(--repair-shadow);
        }

        .premium-repair .visual-image {
          position: relative;
          overflow: hidden;
          height: 560px;
          border-radius: 28px;
          background: var(--repair-green-deep);
        }

        .premium-repair .visual-image img {
          width: 100%;
          height: 100%;
          display: block;
          object-fit: cover;
          object-position: center;
          transform: scale(1.02);
          filter: saturate(0.96) contrast(1.04);
        }

        .premium-repair .visual-image::after {
          content: "";
          position: absolute;
          inset: 0;
          background:
            linear-gradient(180deg, rgba(0,0,0,0.02), rgba(0,0,0,0.68)),
            linear-gradient(135deg, rgba(4,107,47,0.52), rgba(4,107,47,0.06));
        }

        .premium-repair .floating-list {
          position: absolute;
          right: -18px;
          top: 38px;
          z-index: 4;
          width: 220px;
          padding: 16px;
          border-radius: 22px;
          background: rgba(255,255,255,0.94);
          box-shadow: 0 26px 60px rgba(0,0,0,0.16);
          color: var(--repair-dark);
        }

        .premium-repair .floating-list-title {
          font-size: 14px;
          line-height: 1.3;
          font-weight: 800;
          margin-bottom: 12px;
          letter-spacing: -0.2px;
        }

        .premium-repair .floating-list-item {
          display: flex;
          align-items: flex-start;
          gap: 10px;
          padding: 9px 0;
          border-bottom: 1px solid rgba(0,0,0,0.07);
        }

        .premium-repair .floating-list-item:last-child {
          border-bottom: 0;
          padding-bottom: 0;
        }

        .premium-repair .check {
          width: 22px;
          height: 22px;
          border-radius: 50%;
          display: grid;
          place-items: center;
          background: var(--repair-soft);
          color: var(--repair-green);
          flex-shrink: 0;
          margin-top: 1px;
        }

        .premium-repair .floating-list-item strong {
          display: block;
          font-size: 12.5px;
          line-height: 1.35;
          font-weight: 800;
          color: var(--repair-dark);
        }

        .premium-repair .floating-list-item span {
          display: block;
          margin-top: 2px;
          font-size: 11.5px;
          line-height: 1.4;
          color: var(--repair-muted);
          font-weight: 500;
        }

        .premium-repair .expert-card {
          position: absolute;
          left: 34px;
          right: 34px;
          bottom: 34px;
          z-index: 4;
          padding: 22px;
          border-radius: 26px;
          background: rgba(8, 35, 20, 0.72);
          border: 1px solid rgba(255, 255, 255, 0.22);
          backdrop-filter: blur(18px);
          box-shadow: 0 26px 65px rgba(0, 0, 0, 0.24);
          color: #ffffff;
        }

        .premium-repair .expert-card-top {
          display: flex;
          align-items: center;
          gap: 16px;
          margin-bottom: 18px;
        }

        .premium-repair .expert-icon {
          width: 48px;
          height: 48px;
          border-radius: 16px;
          display: grid;
          place-items: center;
          background: rgba(255, 255, 255, 0.14);
          color: #ffffff;
          flex-shrink: 0;
        }

        .premium-repair .expert-card h3 {
          font-size: 21px;
          line-height: 1.25;
          letter-spacing: -0.4px;
          font-weight: 800;
          margin: 0 0 5px;
          color: #ffffff;
        }

        .premium-repair .expert-card p {
          font-size: 14px;
          line-height: 1.6;
          color: rgba(255,255,255,0.74);
          font-weight: 500;
          margin: 0;
        }

        .premium-repair .expert-features {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 10px;
        }

        .premium-repair .expert-feature {
          padding: 12px 10px;
          border-radius: 16px;
          background: rgba(255,255,255,0.11);
          border: 1px solid rgba(255,255,255,0.12);
        }

        .premium-repair .expert-feature strong {
          display: block;
          font-size: 13px;
          line-height: 1.25;
          font-weight: 800;
          margin-bottom: 4px;
        }

        .premium-repair .expert-feature span {
          display: block;
          font-size: 11.5px;
          line-height: 1.35;
          color: rgba(255,255,255,0.66);
          font-weight: 500;
        }

        @media (max-width: 1100px) {
          .premium-repair .repair-grid {
            grid-template-columns: 1fr;
            gap: 50px;
          }

          .premium-repair .repair-content h2,
          .premium-repair .repair-content p,
          .premium-repair .repair-stats {
            max-width: 100%;
          }

          .premium-repair .floating-list {
            right: 28px;
          }
        }

        @media (max-width: 768px) {
          .premium-repair {
            padding: 72px 18px;
          }

          .premium-repair .repair-content h2 {
            letter-spacing: -1.4px;
          }

          .premium-repair .repair-content p {
            font-size: 16px;
            line-height: 1.72;
          }

          .premium-repair .repair-stats {
            grid-template-columns: 1fr;
          }

          .premium-repair .visual-image {
            height: 500px;
          }

          .premium-repair .floating-list {
            position: relative;
            right: auto;
            top: auto;
            width: 100%;
            margin-top: 16px;
          }

          .premium-repair .expert-card {
            left: 22px;
            right: 22px;
            bottom: 22px;
          }

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

        @media (max-width: 520px) {
          .premium-repair {
            padding: 58px 14px;
          }

          .premium-repair .repair-content h2 {
            font-size: 36px;
          }

          .premium-repair .repair-actions {
            align-items: stretch;
          }

          .premium-repair .call-btn,
          .premium-repair .book-btn {
            width: 100%;
          }

          .premium-repair .book-btn {
            min-height: 58px;
          }

          .premium-repair .visual-frame {
            padding: 10px;
            border-radius: 30px;
          }

          .premium-repair .visual-image {
            height: 430px;
            border-radius: 22px;
          }

          .premium-repair .expert-card {
            left: 14px;
            right: 14px;
            bottom: 14px;
            padding: 18px;
            border-radius: 22px;
          }

          .premium-repair .expert-card-top {
            align-items: flex-start;
          }

          .premium-repair .expert-card h3 {
            font-size: 18px;
          }

          .premium-repair .expert-card p {
            font-size: 13px;
          }
        }

/* ---- Supplied Home HTML style block ---- */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

  .repair-benefits,
  .repair-benefits * {
    box-sizing: border-box;
  }

  .repair-benefits {
    --green: #08a845;
          --green-dark: #053f22;
          --green-deep: #031f12;
          --green-soft: #eaf8ef;
          --white: #ffffff;
          --dark: #071d12;
          --text: #23372c;
          --muted: #6a7b71;
          --border: #e4ece7;
          --bg: #f7fbf8;
          --shadow: 0 28px 80px rgba(8, 42, 24, 0.10);

        position: relative;
        overflow: hidden;
        padding: 110px 20px;
        background:
          radial-gradient(circle at 5% 10%, rgba(8, 168, 69, 0.08), transparent 30%),
          radial-gradient(circle at 95% 18%, rgba(8, 168, 69, 0.06), transparent 28%),
          linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
      }

  .repair-benefits::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image:
          linear-gradient(rgba(8, 168, 69, 0.035) 1px, transparent 1px),
          linear-gradient(90deg, rgba(8, 168, 69, 0.035) 1px, transparent 1px);
        background-size: 56px 56px;
        pointer-events: none;
      }

  .repair-benefits-container {
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: 1180px;
        margin: 0 auto;
      }

  .repair-benefits .benefits-heading-row {
        display: grid;
        grid-template-columns: 0.95fr 1.05fr;
        gap: 70px;
        align-items: end;
        margin-bottom: 50px;
      }

  .repair-benefits .section-label {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 10px 16px;
        margin-bottom: 22px;
        border-radius: 999px;
        background: var(--green-soft);
        color: var(--green-dark);
        font-size: 13px;
        line-height: 1;
        font-weight: 800;
        letter-spacing: 0.2px;
      }

  .repair-benefits .section-label span {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--green);
        box-shadow: 0 0 0 6px rgba(8, 168, 69, 0.13);
      }

  .repair-benefits .heading-left h2 {
        max-width: 560px;
        font-size: clamp(36px, 5vw, 62px);
        line-height: 1.04;
        letter-spacing: -2px;
        font-weight: 800;
        color: var(--dark);
      }

  .repair-benefits .heading-right {
        padding-bottom: 8px;
      }

  .repair-benefits .heading-right p {
        max-width: 590px;
        font-size: 16px;
        line-height: 1.8;
        font-weight: 500;
        color: var(--muted);
        margin-bottom: 24px;
      }

  .repair-benefits .heading-actions {
        display: flex;
        align-items: center;
        gap: 14px;
        flex-wrap: wrap;
      }

  .repair-benefits .primary-btn,
    .repair-benefits .secondary-btn {
        min-height: 56px;
        padding: 0 24px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 800;
        transition: 0.25s ease;
      }

  .repair-benefits .primary-btn {
        background: var(--green);
        color: #ffffff;
        box-shadow: 0 18px 42px rgba(8, 168, 69, 0.24);
      }

  .repair-benefits .primary-btn:hover {
        transform: translateY(-4px);
        background: #09b94d;
        box-shadow: 0 26px 58px rgba(8, 168, 69, 0.32);
      }

  .repair-benefits .secondary-btn {
        background: #ffffff;
        color: var(--dark);
        border: 1px solid var(--border);
        box-shadow: 0 16px 40px rgba(8, 42, 24, 0.06);
      }

  .repair-benefits .secondary-btn:hover {
        transform: translateY(-4px);
        border-color: rgba(8, 168, 69, 0.35);
        color: var(--green-dark);
      }

  .repair-benefits .benefits-card-row {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
        margin-bottom: 34px;
      }

  .repair-benefits .benefit-box {
        position: relative;
        overflow: hidden;
        min-height: 280px;
        padding: 28px;
        border-radius: 30px;
        background: rgba(255, 255, 255, 0.86);
        border: 1px solid var(--border);
        box-shadow: 0 18px 60px rgba(8, 42, 24, 0.07);
        transition: 0.25s ease;
      }

  .repair-benefits .benefit-box::before {
        content: "";
        position: absolute;
        width: 150px;
        height: 150px;
        right: -75px;
        top: -75px;
        border-radius: 50%;
        background: rgba(8, 168, 69, 0.08);
        transition: 0.25s ease;
      }

  .repair-benefits .benefit-box:hover {
        transform: translateY(-6px);
        background: #ffffff;
        box-shadow: var(--shadow);
        border-color: rgba(8, 168, 69, 0.26);
      }

  .repair-benefits .benefit-box:hover::before {
        transform: scale(1.3);
        background: rgba(8, 168, 69, 0.13);
      }

  .repair-benefits .benefit-icon {
        position: relative;
        z-index: 2;
        width: 56px;
        height: 56px;
        border-radius: 19px;
        display: grid;
        place-items: center;
        background: var(--green-soft);
        color: var(--green);
        margin-bottom: 52px;
      }

  .repair-benefits .benefit-number {
        position: absolute;
        top: 28px;
        right: 28px;
        z-index: 2;
        font-size: 13px;
        font-weight: 800;
        color: rgba(5, 63, 34, 0.38);
        letter-spacing: 0.5px;
      }

  .repair-benefits .benefit-content {
        position: relative;
        z-index: 2;
      }

  .repair-benefits .benefit-content h3 {
        font-size: 22px;
        line-height: 1.16;
        letter-spacing: -0.6px;
        font-weight: 800;
        color: var(--dark);
        margin-bottom: 12px;
      }

  .repair-benefits .benefit-content p {
        font-size: 14px;
        line-height: 1.7;
        font-weight: 500;
        color: var(--muted);
      }

  .repair-benefits .repair-showcase-panel {
        position: relative;
        overflow: hidden;
        min-height: 430px;
        border-radius: 38px;
        background: var(--green-dark);
        box-shadow: 0 34px 95px rgba(8, 42, 24, 0.16);
        isolation: isolate;
      }

  .repair-benefits .repair-showcase-panel img {
        position: absolute;
        inset: 0;
        z-index: -3;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(1.04);
        filter: saturate(0.95) contrast(1.05);
      }

  .repair-benefits .repair-showcase-panel::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -2;
        background:
          linear-gradient(90deg, rgba(3, 31, 18, 0.92), rgba(3, 31, 18, 0.60), rgba(3, 31, 18, 0.20)),
          linear-gradient(180deg, rgba(0,0,0,0.10), rgba(0,0,0,0.36));
      }

  .repair-benefits .repair-showcase-panel::after {
        content: "";
        position: absolute;
        width: 380px;
        height: 380px;
        right: -140px;
        top: -150px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.12);
        z-index: -1;
      }

  .repair-benefits .showcase-inner {
        min-height: 430px;
        padding: 42px;
        display: grid;
        grid-template-columns: 1fr 0.92fr;
        gap: 40px;
        align-items: end;
        color: #ffffff;
      }

  .repair-benefits .showcase-content {
        max-width: 540px;
      }

  .repair-benefits .showcase-badge {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        padding: 10px 14px;
        margin-bottom: 24px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.14);
        border: 1px solid rgba(255, 255, 255, 0.22);
        backdrop-filter: blur(14px);
        color: rgba(255, 255, 255, 0.92);
        font-size: 13px;
        font-weight: 800;
      }

  .repair-benefits .showcase-content h3 {
        font-size: clamp(32px, 4vw, 50px);
        line-height: 1.08;
        letter-spacing: -1.6px;
        font-weight: 800;
        margin-bottom: 16px;
      }

  .repair-benefits .showcase-content p {
        max-width: 500px;
        font-size: 15.5px;
        line-height: 1.75;
        color: rgba(255, 255, 255, 0.76);
        font-weight: 500;
        margin-bottom: 26px;
      }

  .repair-benefits .showcase-cta {
        min-height: 58px;
        padding: 0 28px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background: var(--green);
        color: #ffffff;
        text-decoration: none;
        font-size: 15px;
        font-weight: 800;
        box-shadow: 0 20px 45px rgba(8, 168, 69, 0.28);
        transition: 0.25s ease;
      }

  .repair-benefits .showcase-cta:hover {
        transform: translateY(-4px);
        background: #09b94d;
        box-shadow: 0 28px 60px rgba(8, 168, 69, 0.36);
      }

  .repair-benefits .showcase-stats-card {
        padding: 22px;
        border-radius: 30px;
        background: rgba(255, 255, 255, 0.13);
        border: 1px solid rgba(255, 255, 255, 0.20);
        backdrop-filter: blur(18px);
      }

  .repair-benefits .stats-title {
        font-size: 18px;
        line-height: 1.3;
        font-weight: 800;
        letter-spacing: -0.4px;
        margin-bottom: 18px;
      }

  .repair-benefits .stats-list {
        display: grid;
        gap: 12px;
      }

  .repair-benefits .stats-item {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 14px;
        align-items: center;
        padding: 14px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.12);
        border: 1px solid rgba(255, 255, 255, 0.13);
      }

  .repair-benefits .stats-value {
        width: 58px;
        height: 58px;
        border-radius: 18px;
        display: grid;
        place-items: center;
        background: rgba(255, 255, 255, 0.15);
        font-size: 18px;
        font-weight: 800;
        flex-shrink: 0;
      }

  .repair-benefits .stats-info strong {
        display: block;
        font-size: 14px;
        line-height: 1.25;
        font-weight: 800;
        margin-bottom: 4px;
      }

  .repair-benefits .stats-info span {
        display: block;
        font-size: 12.5px;
        line-height: 1.45;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.68);
      }

  @media (max-width: 1100px) {
    .repair-benefits .benefits-heading-row {
            grid-template-columns: 1fr;
            gap: 24px;
          }

    .repair-benefits .benefits-card-row {
            grid-template-columns: repeat(2, 1fr);
          }

    .repair-benefits .showcase-inner {
            grid-template-columns: 1fr;
          }

    .repair-benefits .showcase-stats-card {
            max-width: 560px;
          }
  }

  @media (max-width: 720px) {
    .repair-benefits {
            padding: 76px 16px;
          }

    .repair-benefits .benefits-card-row {
            grid-template-columns: 1fr;
          }

    .repair-benefits .benefit-box {
            min-height: auto;
          }

    .repair-benefits .benefit-icon {
            margin-bottom: 34px;
          }

    .repair-benefits .repair-showcase-panel {
            border-radius: 30px;
          }

    .repair-benefits .showcase-inner {
            padding: 32px 24px;
          }

    .repair-benefits .heading-actions {
            align-items: stretch;
          }

    .repair-benefits .primary-btn,
      .repair-benefits .secondary-btn {
            width: 100%;
          }
  }

  @media (max-width: 480px) {
    .repair-benefits {
            padding: 60px 14px;
          }

    .repair-benefits .heading-left h2 {
            font-size: 32px;
            letter-spacing: -1px;
          }

    .repair-benefits .heading-right p {
            font-size: 15px;
          }

    .repair-benefits .benefit-box {
            padding: 24px;
            border-radius: 24px;
          }

    .repair-benefits .benefit-content h3 {
            font-size: 21px;
          }

    .repair-benefits .repair-showcase-panel {
            border-radius: 26px;
          }

    .repair-benefits .showcase-content h3 {
            font-size: 31px;
          }

    .repair-benefits .showcase-content p {
            font-size: 14.5px;
          }

    .repair-benefits .showcase-cta {
            width: 100%;
          }

    .repair-benefits .stats-item {
            grid-template-columns: 1fr;
          }
  }

/* ---- Supplied Home HTML style block ---- */

.icf-faq-section,
      .icf-faq-section * {
        box-sizing: border-box;
      }

      .icf-faq-section {
        --icf-green: #08a845;
        --icf-green-dark: #053f22;
        --icf-green-deep: #032d18;
        --icf-green-soft: #e9f8ef;
        --icf-white: #ffffff;
        --icf-dark: #071d12;
        --icf-text: #24372d;
        --icf-muted: #65766c;
        --icf-shadow: 0 30px 90px rgba(0, 0, 0, 0.14);

        position: relative;
        overflow: hidden;
        padding: 100px 20px;
        background:
          radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.18), transparent 28%),
          radial-gradient(circle at 90% 88%, rgba(255, 255, 255, 0.12), transparent 32%),
          linear-gradient(135deg, #08a845 0%, #078d3d 48%, #056f31 100%);
        color: #ffffff;
      }

      .icf-faq-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image:
          linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
          linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
        background-size: 56px 56px;
        pointer-events: none;
      }

      .icf-faq-container {
        position: relative;
        z-index: 2;
        max-width: 1180px;
        margin: 0 auto;
      }

      .icf-faq-top {
        max-width: 760px;
        margin: 0 auto 54px;
        text-align: center;
      }

      .icf-faq-badge {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 10px 16px;
        margin-bottom: 20px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.14);
        border: 1px solid rgba(255, 255, 255, 0.22);
        color: rgba(255, 255, 255, 0.92);
        font-size: 13px;
        line-height: 1;
        font-weight: 800;
      }

      .icf-faq-badge span {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #ffffff;
        box-shadow: 0 0 0 6px rgba(255,255,255,0.16);
      }

      .icf-faq-top h2 {
        font-size: clamp(36px, 5vw, 60px);
        line-height: 1.08;
        letter-spacing: -1.8px;
        font-weight: 800;
        margin: 0 0 18px;
        color: #ffffff;
      }

      .icf-faq-top p {
        max-width: 620px;
        margin: 0 auto;
        font-size: 16px;
        line-height: 1.75;
        color: rgba(255, 255, 255, 0.76);
        font-weight: 500;
      }

      .icf-faq-layout {
        display: grid;
        grid-template-columns: 1.08fr 0.92fr;
        gap: 34px;
        align-items: start;
      }

      .icf-faq-list-wrap {
        padding: 16px;
        border-radius: 34px;
        background: rgba(255, 255, 255, 0.14);
        border: 1px solid rgba(255, 255, 255, 0.22);
        box-shadow: var(--icf-shadow);
      }

      .icf-faq-list {
        display: grid;
        gap: 12px;
      }

      .icf-faq-item {
        overflow: hidden;
        border-radius: 24px;
        background: #ffffff !important;
        color: var(--icf-dark) !important;
        border: 1px solid rgba(255,255,255,0.32);
        transition:
          transform 0.28s ease,
          box-shadow 0.28s ease,
          border-color 0.28s ease;
      }

      .icf-faq-item:hover {
        transform: translateY(-3px);
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.10);
      }

      .icf-faq-item[open] {
        box-shadow: 0 22px 55px rgba(0, 0, 0, 0.12);
      }

      .icf-faq-summary {
        list-style: none;
        width: 100%;
        min-height: 88px;
        padding: 22px 24px;
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        gap: 16px;
        cursor: pointer;
        user-select: none;
        background: #ffffff !important;
        color: var(--icf-dark) !important;
      }

      .icf-faq-summary::-webkit-details-marker {
        display: none;
      }

      .icf-faq-no {
        width: 40px;
        height: 40px;
        border-radius: 14px;
        display: grid;
        place-items: center;
        background: var(--icf-green-soft);
        color: var(--icf-green);
        font-size: 13px;
        font-weight: 800;
        flex-shrink: 0;
        transition:
          background 0.28s ease,
          color 0.28s ease,
          transform 0.28s ease;
      }

      .icf-faq-title {
        font-size: 18px;
        line-height: 1.35;
        font-weight: 800;
        letter-spacing: -0.3px;
        color: var(--icf-dark) !important;
      }

      .icf-faq-plus {
        position: relative;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: var(--icf-green-soft);
        color: var(--icf-green);
        flex-shrink: 0;
        transition:
          background 0.28s ease,
          color 0.28s ease,
          transform 0.28s ease;
      }

      .icf-faq-plus::before,
      .icf-faq-plus::after {
        content: "";
        position: absolute;
        width: 14px;
        height: 2px;
        border-radius: 999px;
        background: currentColor;
        transition:
          transform 0.28s ease,
          opacity 0.28s ease;
      }

      .icf-faq-plus::after {
        transform: rotate(90deg);
      }

      .icf-faq-answer-wrap {
        height: 0;
        overflow: hidden;
        opacity: 0;
        background: #ffffff !important;
        transition:
          height 0.38s cubic-bezier(0.4, 0, 0.2, 1),
          opacity 0.28s ease;
        will-change: height, opacity;
      }

      .icf-faq-answer {
        padding: 0 24px 26px 80px;
        color: var(--icf-muted);
        font-size: 15px;
        line-height: 1.75;
        font-weight: 500;
        background: #ffffff !important;
      }

      .icf-faq-item[open] .icf-faq-no {
        background: var(--icf-green);
        color: #ffffff;
        transform: scale(1.03);
      }

      .icf-faq-item[open] .icf-faq-plus {
        background: var(--icf-green);
        color: #ffffff;
        transform: rotate(180deg);
      }

      .icf-faq-item[open] .icf-faq-plus::after {
        transform: rotate(0deg);
        opacity: 0;
      }

      .icf-faq-item[open] .icf-faq-answer-wrap {
        height: auto;
        opacity: 1;
      }

      .icf-faq-side {
        display: grid;
        gap: 18px;
      }

      .icf-video-card {
        overflow: hidden;
        border-radius: 34px;
        background: #ffffff;
        color: var(--icf-dark);
        box-shadow: var(--icf-shadow);
      }

      .icf-video-box {
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 10;
        background: var(--icf-green-deep);
        overflow: hidden;
      }

      .icf-video-box iframe,
      .icf-video-box video {
        width: 100%;
        height: 100%;
        border: 0;
        display: block;
      }

      .icf-video-box video {
        object-fit: contain;
        background: #000000;
      }

      .icf-video-poster {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }

      .icf-video-lazy::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.24));
        pointer-events: none;
      }

      .icf-video-lazy.is-playing::after {
        display: none;
      }

      .icf-video-play {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        width: 68px;
        height: 68px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
        transform: translate(-50%, -50%);
        cursor: pointer;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
      }

      .icf-video-play:hover,
      .icf-video-play:focus-visible {
        transform: translate(-50%, -50%) scale(1.06);
        box-shadow: 0 14px 38px rgba(0, 0, 0, 0.28);
      }

      .icf-video-play-icon {
        position: absolute;
        top: 50%;
        left: 52%;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 16px solid var(--icf-green-deep);
        transform: translate(-50%, -50%);
      }

      .icf-video-empty-text {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        width: calc(100% - 40px);
        color: rgba(255, 255, 255, 0.82);
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        transform: translate(-50%, -50%);
      }

      .icf-video-content {
        padding: 24px;
      }

      .icf-rating {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 9px 14px;
        margin-bottom: 16px;
        border-radius: 999px;
        background: var(--icf-green-soft);
        color: var(--icf-green-dark);
        font-size: 13px;
        font-weight: 800;
      }

      .icf-rating-stars {
        color: var(--icf-green);
        letter-spacing: 1px;
      }

      .icf-video-content h3 {
        font-size: 24px;
        line-height: 1.22;
        letter-spacing: -0.6px;
        font-weight: 800;
        margin: 0 0 10px;
        color: var(--icf-dark);
      }

      .icf-video-content p {
        font-size: 14.5px;
        line-height: 1.7;
        color: var(--icf-muted);
        font-weight: 500;
        margin: 0;
      }

      .icf-support-card {
        padding: 28px;
        border-radius: 30px;
        background: var(--icf-green-deep);
        color: #ffffff;
        box-shadow: 0 24px 70px rgba(0,0,0,0.14);
      }

      .icf-support-card h3 {
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: -0.6px;
        font-weight: 800;
        margin: 0 0 10px;
        color: #ffffff;
      }

      .icf-support-card p {
        font-size: 14.5px;
        line-height: 1.7;
        color: rgba(255,255,255,0.72);
        font-weight: 500;
        margin: 0 0 22px;
      }

      .icf-support-actions {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
      }

      .icf-support-link {
        min-height: 52px;
        padding: 0 20px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 800;
        transition: 0.25s ease;
      }

      .icf-support-link.primary {
        background: #ffffff;
        color: var(--icf-green-dark);
      }

      .icf-support-link.secondary {
        background: rgba(255,255,255,0.12);
        color: #ffffff;
        border: 1px solid rgba(255,255,255,0.18);
      }

      .icf-support-link:hover {
        transform: translateY(-3px);
      }

      @media (max-width: 980px) {
        .icf-faq-layout {
          grid-template-columns: 1fr;
        }

        .icf-faq-top {
          max-width: 100%;
        }
      }

      @media (max-width: 620px) {
        .icf-faq-section {
          padding: 64px 14px;
        }

        .icf-faq-top {
          margin-bottom: 34px;
        }

        .icf-faq-top h2 {
          font-size: 34px;
          letter-spacing: -1px;
        }

        .icf-faq-top p {
          font-size: 15px;
        }

        .icf-faq-list-wrap,
        .icf-video-card {
          border-radius: 26px;
        }

        .icf-faq-summary {
          min-height: auto;
          padding: 20px;
          align-items: start;
        }

        .icf-faq-no,
        .icf-faq-plus {
          width: 36px;
          height: 36px;
        }

        .icf-faq-no {
          border-radius: 13px;
        }

        .icf-faq-title {
          font-size: 16px;
        }

        .icf-faq-answer {
          padding: 0 20px 22px 72px;
          font-size: 14px;
        }

        .icf-support-link {
          width: 100%;
        }
      }

/* ---- Supplied Home HTML style block ---- */

/* Tablet + Mobile fine-tuning only. Header/footer untouched. */
      @media (max-width: 1024px) {
        /* 1) Hero image badge to service cards: keep a professional 50px breathing space */
        .icarefix-page .hero-services-bg > .device-repair-section {
          padding-top: 50px !important;
        }

        .icarefix-page .device-repair-section .repair-services-grid,
        .icarefix-page .hero-services-bg .repair-services-grid {
          margin-top: 0 !important;
        }

        /* 2) Brand/category cards: 2 cards per row on tablet and mobile */
        .icarefix-page .device-repair-section .repair-brand-row,
        .icarefix-page .hero-services-bg .repair-brand-row {
          grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
          gap: 10px !important;
        }

        .icarefix-page .device-repair-section .brand-card,
        .icarefix-page .hero-services-bg .brand-card {
          min-height: 92px !important;
          padding: 14px 10px !important;
          border-radius: 18px !important;
          display: flex !important;
          flex-direction: column !important;
          align-items: center !important;
          justify-content: center !important;
        }

        .icarefix-page .device-repair-section .brand-card strong,
        .icarefix-page .hero-services-bg .brand-card strong {
          font-size: 15px !important;
          line-height: 1.18 !important;
          margin-bottom: 4px !important;
        }

        .icarefix-page .device-repair-section .brand-card span,
        .icarefix-page .hero-services-bg .brand-card span {
          font-size: 11.5px !important;
          line-height: 1.3 !important;
        }

        /* 3) Spare parts section heading: smaller on tablet/mobile */
        .catalog-products-wrap .catalog-header {
          margin-bottom: 22px !important;
        }

        .catalog-products-wrap .title-shell {
          gap: 14px !important;
          padding-bottom: 16px !important;
        }

        .catalog-products-wrap .section-label {
          margin-bottom: 10px !important;
          font-size: 10.5px !important;
          letter-spacing: 1.1px !important;
        }

        .catalog-products-wrap .section-label::before {
          width: 22px !important;
        }

        .catalog-products-wrap .section-title {
          max-width: 480px !important;
          font-size: clamp(24px, 5.2vw, 30px) !important;
          line-height: 1.08 !important;
          letter-spacing: -0.85px !important;
          margin-bottom: 8px !important;
        }

        .catalog-products-wrap .section-description {
          font-size: 13px !important;
          line-height: 1.55 !important;
        }

        /* 4) Product cards: 2 cards per row with compact professional sizing */
        .catalog-products-wrap .catalog-grid {
          grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
          gap: 12px !important;
        }

        .catalog-products-wrap .catalog-card {
          border-radius: 18px !important;
          box-shadow: 0 12px 28px rgba(6, 31, 14, 0.06) !important;
        }

        .catalog-products-wrap .product-visual {
          height: 138px !important;
          padding: 0 !important;
        }

        .catalog-products-wrap .product-visual::after {
          bottom: 12px !important;
          width: 70px !important;
          height: 10px !important;
        }

        .catalog-products-wrap .image-box {
          width: 100% !important;
          height: 100% !important;
          padding: 0 !important;
          border-radius: 0 !important;
          overflow: hidden !important;
        }

        .catalog-products-wrap .image-box img {
          border-radius: inherit !important;
        }

        .catalog-products-wrap .product-info {
          padding: 11px 10px 12px !important;
        }

        .catalog-products-wrap .product-badges {
          gap: 6px !important;
          margin-bottom: 9px !important;
        }

        .catalog-products-wrap .badge,
        .catalog-products-wrap .stock {
          font-size: 8.6px !important;
          line-height: 1 !important;
        }

        .catalog-products-wrap .badge {
          padding: 5px 7px !important;
        }

        .catalog-products-wrap .stock {
          gap: 4px !important;
        }

        .catalog-products-wrap .stock::before {
          width: 5px !important;
          height: 5px !important;
        }

        .catalog-products-wrap .product-category {
          font-size: 9px !important;
          line-height: 1.2 !important;
          letter-spacing: 0.45px !important;
          margin-bottom: 6px !important;
        }

        .catalog-products-wrap .product-title {
          min-height: 32px !important;
          font-size: 13.2px !important;
          line-height: 1.2 !important;
          letter-spacing: -0.18px !important;
          margin-bottom: 8px !important;
        }

        .catalog-products-wrap .feature-list {
          gap: 5px !important;
          margin-bottom: 10px !important;
        }

        .catalog-products-wrap .feature {
          padding: 5px 6px !important;
          font-size: 8.5px !important;
        }

        .catalog-products-wrap .product-bottom {
          gap: 8px !important;
          padding-top: 10px !important;
        }

        .catalog-products-wrap .price {
          font-size: 16px !important;
          letter-spacing: -0.35px !important;
        }

        .catalog-products-wrap .old-price {
          font-size: 9.5px !important;
        }

        .catalog-products-wrap .cart-btn {
          height: 34px !important;
          padding: 0 10px !important;
          font-size: 10.5px !important;
          gap: 6px !important;
        }

        .catalog-products-wrap .cart-btn svg {
          width: 14px !important;
          height: 14px !important;
        }

        /* 5) Premium repair section title/text smaller */
        .premium-repair {
          padding-top: 64px !important;
          padding-bottom: 64px !important;
        }

        .premium-repair .repair-label {
          padding: 8px 12px !important;
          margin-bottom: 16px !important;
          font-size: 12px !important;
          line-height: 1.2 !important;
        }

        .premium-repair .repair-content h2 {
          max-width: 520px !important;
          font-size: clamp(28px, 5.8vw, 38px) !important;
          line-height: 1.06 !important;
          letter-spacing: -1.15px !important;
          margin-bottom: 14px !important;
        }

        .premium-repair .repair-content p {
          max-width: 520px !important;
          font-size: 13.5px !important;
          line-height: 1.6 !important;
          margin-bottom: 20px !important;
        }

        /* 6) Stats cards: 3 cards side-by-side with compact sizing */
        .premium-repair .repair-stats {
          grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
          gap: 8px !important;
          max-width: 100% !important;
        }

        .premium-repair .stat-card {
          padding: 12px 9px !important;
          border-radius: 16px !important;
          min-height: 88px !important;
        }

        .premium-repair .stat-card strong {
          font-size: 20px !important;
          margin-bottom: 5px !important;
          letter-spacing: -0.5px !important;
        }

        .premium-repair .stat-card span {
          font-size: 10px !important;
          line-height: 1.28 !important;
        }
      }

      @media (max-width: 767px) {
        .icarefix-page .hero-services-bg > .device-repair-section {
          padding-top: 50px !important;
        }

        .icarefix-page .device-repair-section .repair-brand-row,
        .icarefix-page .hero-services-bg .repair-brand-row {
          grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
          gap: 9px !important;
        }

        .icarefix-page .device-repair-section .brand-card,
        .icarefix-page .hero-services-bg .brand-card {
          min-height: 84px !important;
          padding: 12px 8px !important;
          border-radius: 17px !important;
        }

        .icarefix-page .device-repair-section .brand-card strong,
        .icarefix-page .hero-services-bg .brand-card strong {
          font-size: 14px !important;
        }

        .icarefix-page .device-repair-section .brand-card span,
        .icarefix-page .hero-services-bg .brand-card span {
          font-size: 10.8px !important;
        }

        .catalog-products-wrap {
          padding-top: 14px !important;
        }

        .catalog-products-wrap .section-title {
          font-size: clamp(22px, 7vw, 27px) !important;
          line-height: 1.08 !important;
        }

        .catalog-products-wrap .section-description {
          font-size: 12.5px !important;
        }

        .catalog-products-wrap .view-products-btn {
          width: auto !important;
          min-height: 40px !important;
          height: 40px !important;
          padding: 0 16px !important;
          font-size: 12px !important;
        }

        .catalog-products-wrap .catalog-grid {
          grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
          gap: 10px !important;
        }

        .catalog-products-wrap .product-visual {
          height: 116px !important;
          padding: 0 !important;
        }

        .catalog-products-wrap .image-box {
          width: 100% !important;
          height: 100% !important;
          padding: 0 !important;
          border-radius: 0 !important;
          overflow: hidden !important;
        }

        .catalog-products-wrap .image-box img {
          border-radius: inherit !important;
        }

        .catalog-products-wrap .product-info {
          padding: 9px 8px 10px !important;
        }

        .catalog-products-wrap .product-badges {
          gap: 4px !important;
          margin-bottom: 7px !important;
        }

        .catalog-products-wrap .badge {
          padding: 4px 5px !important;
          font-size: 7.8px !important;
        }

        .catalog-products-wrap .stock {
          font-size: 7.8px !important;
        }

        .catalog-products-wrap .product-category {
          font-size: 8px !important;
          margin-bottom: 5px !important;
        }

        .catalog-products-wrap .product-title {
          min-height: 31px !important;
          font-size: 11.8px !important;
          line-height: 1.25 !important;
          margin-bottom: 7px !important;
        }

        .catalog-products-wrap .feature-list {
          gap: 4px !important;
          margin-bottom: 8px !important;
        }

        .catalog-products-wrap .feature {
          padding: 4px 5px !important;
          font-size: 7.5px !important;
        }

        .catalog-products-wrap .product-bottom {
          gap: 7px !important;
          padding-top: 8px !important;
        }

        .catalog-products-wrap .price-area {
          gap: 4px !important;
        }

        .catalog-products-wrap .price {
          font-size: 14.5px !important;
        }

        .catalog-products-wrap .old-price {
          font-size: 8.6px !important;
        }

        .catalog-products-wrap .cart-btn {
          height: 31px !important;
          font-size: 9.5px !important;
        }

        .premium-repair {
          padding-left: 8px !important;
          padding-right: 8px !important;
          padding-top: 50px !important;
          padding-bottom: 50px !important;
        }

        .premium-repair .repair-content h2 {
          font-size: clamp(26px, 8vw, 31px) !important;
          line-height: 1.06 !important;
          letter-spacing: -1px !important;
        }

        .premium-repair .repair-content p {
          font-size: 12.5px !important;
          line-height: 1.55 !important;
          margin-bottom: 18px !important;
        }

        .premium-repair .repair-stats {
          grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
          gap: 7px !important;
        }

        .premium-repair .stat-card {
          min-height: 78px !important;
          padding: 10px 7px !important;
          border-radius: 15px !important;
        }

        .premium-repair .stat-card strong {
          font-size: 18px !important;
          margin-bottom: 5px !important;
        }

        .premium-repair .stat-card span {
          font-size: 9px !important;
          line-height: 1.22 !important;
        }
      }

      @media (max-width: 380px) {
        .catalog-products-wrap .catalog-grid {
          gap: 8px !important;
        }

        .catalog-products-wrap .product-visual {
          height: 106px !important;
        }

        .catalog-products-wrap .image-box {
          width: 100% !important;
          height: 100% !important;
        }

        .catalog-products-wrap .badge,
        .catalog-products-wrap .stock {
          font-size: 7px !important;
        }

        .catalog-products-wrap .product-title {
          font-size: 11px !important;
        }

        .catalog-products-wrap .feature-list {
          display: none !important;
        }

        .catalog-products-wrap .price {
          font-size: 13px !important;
        }

        .catalog-products-wrap .cart-btn {
          height: 29px !important;
          font-size: 9px !important;
        }

        .premium-repair .stat-card {
          padding: 9px 5px !important;
        }

        .premium-repair .stat-card strong {
          font-size: 16px !important;
        }

        .premium-repair .stat-card span {
          font-size: 8px !important;
        }
      }

/* ---- Supplied Home HTML style block ---- */

/* Tablet + mobile polish only. Header/footer untouched. */
      @media (max-width: 1024px) {
        /* 1) Certified Repair Experts card: smaller and contained inside green section */
        .premium-repair .visual-image {
          height: 440px !important;
        }

        .premium-repair .expert-card {
          left: 16px !important;
          right: 16px !important;
          bottom: 14px !important;
          padding: 14px !important;
          border-radius: 20px !important;
        }

        .premium-repair .expert-card-top {
          gap: 10px !important;
          margin-bottom: 12px !important;
          align-items: center !important;
        }

        .premium-repair .expert-icon {
          width: 38px !important;
          height: 38px !important;
          border-radius: 12px !important;
        }

        .premium-repair .expert-icon svg {
          width: 18px !important;
          height: 18px !important;
        }

        .premium-repair .expert-card h3 {
          font-size: 16px !important;
          line-height: 1.18 !important;
          letter-spacing: -0.2px !important;
          margin-bottom: 3px !important;
        }

        .premium-repair .expert-card p {
          font-size: 11.5px !important;
          line-height: 1.35 !important;
        }

        .premium-repair .expert-features {
          grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
          gap: 7px !important;
        }

        .premium-repair .expert-feature {
          padding: 8px 6px !important;
          border-radius: 12px !important;
        }

        .premium-repair .expert-feature strong {
          font-size: 10.5px !important;
          line-height: 1.18 !important;
          margin-bottom: 2px !important;
        }

        .premium-repair .expert-feature span {
          font-size: 9px !important;
          line-height: 1.2 !important;
        }

        /* 2) Premium Benefits heading: smaller title/text */
        .repair-benefits {
          padding: 70px 12px !important;
        }

        .repair-benefits .benefits-heading-row {
          gap: 18px !important;
          margin-bottom: 30px !important;
        }

        .repair-benefits .section-label {
          padding: 8px 12px !important;
          margin-bottom: 14px !important;
          font-size: 11px !important;
        }

        .repair-benefits .heading-left h2 {
          font-size: clamp(24px, 5.4vw, 34px) !important;
          line-height: 1.08 !important;
          letter-spacing: -0.9px !important;
        }

        .repair-benefits .heading-right p {
          font-size: 13px !important;
          line-height: 1.55 !important;
          margin-bottom: 14px !important;
        }

        /* 3) Start Repair / Call Support buttons side-by-side */
        .repair-benefits .heading-actions {
          display: flex !important;
          flex-direction: row !important;
          align-items: center !important;
          gap: 10px !important;
          flex-wrap: nowrap !important;
        }

        .repair-benefits .primary-btn,
        .repair-benefits .secondary-btn {
          width: auto !important;
          flex: 1 1 0 !important;
          min-width: 0 !important;
          min-height: 46px !important;
          padding: 0 12px !important;
          border-radius: 999px !important;
          font-size: 12.5px !important;
          white-space: nowrap !important;
        }

        .repair-benefits .primary-btn svg {
          width: 15px !important;
          height: 15px !important;
          flex: 0 0 auto !important;
        }
      }

      @media (max-width: 767px) {
        .premium-repair .visual-frame {
          padding: 8px !important;
          border-radius: 24px !important;
        }

        .premium-repair .visual-image {
          height: 320px !important;
          border-radius: 18px !important;
        }

        .premium-repair .expert-card {
          left: 8px !important;
          right: 8px !important;
          bottom: 8px !important;
          padding: 10px !important;
          border-radius: 16px !important;
        }

        .premium-repair .expert-card-top {
          gap: 8px !important;
          margin-bottom: 8px !important;
        }

        .premium-repair .expert-icon {
          width: 32px !important;
          height: 32px !important;
          border-radius: 10px !important;
        }

        .premium-repair .expert-icon svg {
          width: 15px !important;
          height: 15px !important;
        }

        .premium-repair .expert-card h3 {
          font-size: 14px !important;
          line-height: 1.16 !important;
          margin-bottom: 2px !important;
        }

        .premium-repair .expert-card p {
          font-size: 10.2px !important;
          line-height: 1.28 !important;
        }

        .premium-repair .expert-features {
          grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
          gap: 5px !important;
        }

        .premium-repair .expert-feature {
          padding: 7px 4px !important;
          border-radius: 10px !important;
        }

        .premium-repair .expert-feature strong {
          font-size: 9.4px !important;
          line-height: 1.12 !important;
          margin-bottom: 2px !important;
        }

        .premium-repair .expert-feature span {
          font-size: 8px !important;
          line-height: 1.15 !important;
        }

        .repair-benefits {
          padding: 50px 8px !important;
        }

        .repair-benefits .benefits-heading-row {
          gap: 14px !important;
          margin-bottom: 22px !important;
        }

        .repair-benefits .section-label {
          padding: 7px 11px !important;
          margin-bottom: 12px !important;
          font-size: 10.5px !important;
        }

        .repair-benefits .heading-left h2 {
          font-size: clamp(23px, 7vw, 28px) !important;
          line-height: 1.08 !important;
          letter-spacing: -0.75px !important;
        }

        .repair-benefits .heading-right p {
          font-size: 12px !important;
          line-height: 1.48 !important;
          margin-bottom: 12px !important;
        }

        .repair-benefits .heading-actions {
          flex-direction: row !important;
          align-items: center !important;
          gap: 9px !important;
          flex-wrap: nowrap !important;
        }

        .repair-benefits .primary-btn,
        .repair-benefits .secondary-btn {
          width: auto !important;
          flex: 1 1 0 !important;
          min-width: 0 !important;
          min-height: 43px !important;
          padding: 0 8px !important;
          font-size: 11.3px !important;
        }

        .repair-benefits .primary-btn svg {
          width: 14px !important;
          height: 14px !important;
        }
      }

      @media (max-width: 380px) {
        .premium-repair .visual-image {
          height: 300px !important;
        }

        .premium-repair .expert-card {
          padding: 9px !important;
        }

        .premium-repair .expert-card h3 {
          font-size: 13px !important;
        }

        .premium-repair .expert-card p {
          font-size: 9.4px !important;
        }

        .premium-repair .expert-features {
          gap: 4px !important;
        }

        .premium-repair .expert-feature strong {
          font-size: 8.7px !important;
        }

        .premium-repair .expert-feature span {
          font-size: 7.4px !important;
        }

        .repair-benefits .primary-btn,
        .repair-benefits .secondary-btn {
          min-height: 41px !important;
          font-size: 10.6px !important;
          padding: 0 6px !important;
        }
      }

/* ---- Supplied Home HTML style block ---- */

/* Tablet + mobile refinements only. Header/footer untouched. */
      @media (max-width: 1024px) {
        /* 1) Service Highlights white card: keep it over the repair image */
        .premium-repair .repair-visual,
        .premium-repair .visual-frame {
          position: relative !important;
        }

        .premium-repair .floating-list {
          position: absolute !important;
          left: 20px !important;
          right: 20px !important;
          top: 20px !important;
          width: auto !important;
          margin: 0 !important;
          z-index: 7 !important;
          padding: 12px !important;
          border-radius: 18px !important;
          background: rgba(255, 255, 255, 0.92) !important;
          backdrop-filter: blur(16px) !important;
          box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16) !important;
        }

        .premium-repair .floating-list-title {
          font-size: 12.5px !important;
          line-height: 1.2 !important;
          margin-bottom: 8px !important;
        }

        .premium-repair .floating-list-item {
          padding: 6px 0 !important;
          gap: 7px !important;
        }

        .premium-repair .check {
          width: 18px !important;
          height: 18px !important;
        }

        .premium-repair .check svg {
          width: 11px !important;
          height: 11px !important;
        }

        .premium-repair .floating-list-item strong {
          font-size: 10.5px !important;
          line-height: 1.22 !important;
        }

        .premium-repair .floating-list-item span {
          font-size: 9.3px !important;
          line-height: 1.25 !important;
        }

        /* 2) Benefit cards: 2 columns on tablet/mobile with compact professional spacing */
        .repair-benefits .benefits-card-row {
          grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
          gap: 12px !important;
          margin-bottom: 22px !important;
        }

        .repair-benefits .benefit-box {
          min-height: 190px !important;
          padding: 16px 14px !important;
          border-radius: 22px !important;
        }

        .repair-benefits .benefit-box::before {
          width: 96px !important;
          height: 96px !important;
          right: -48px !important;
          top: -48px !important;
        }

        .repair-benefits .benefit-icon {
          width: 42px !important;
          height: 42px !important;
          border-radius: 14px !important;
          margin-bottom: 26px !important;
        }

        .repair-benefits .benefit-icon svg {
          width: 18px !important;
          height: 18px !important;
        }

        .repair-benefits .benefit-number {
          top: 16px !important;
          right: 16px !important;
          font-size: 10.5px !important;
        }

        .repair-benefits .benefit-content h3 {
          font-size: 15px !important;
          line-height: 1.18 !important;
          letter-spacing: -0.25px !important;
          margin-bottom: 7px !important;
        }

        .repair-benefits .benefit-content p {
          font-size: 11.3px !important;
          line-height: 1.45 !important;
        }

        /* 3) Service Performance panel: reduce side/bottom padding and gaps */
        .repair-benefits .repair-showcase-panel {
          min-height: auto !important;
          border-radius: 24px !important;
        }

        .repair-benefits .showcase-inner {
          min-height: auto !important;
          padding: 18px 12px 14px !important;
          gap: 16px !important;
        }

        .repair-benefits .showcase-stats-card {
          padding: 12px !important;
          border-radius: 20px !important;
          width: 100% !important;
          max-width: 100% !important;
        }

        .repair-benefits .stats-title {
          font-size: 14px !important;
          margin-bottom: 10px !important;
        }

        .repair-benefits .stats-list {
          gap: 8px !important;
        }

        .repair-benefits .stats-item {
          padding: 9px !important;
          gap: 9px !important;
          border-radius: 15px !important;
        }

        .repair-benefits .stats-value {
          width: 42px !important;
          height: 42px !important;
          border-radius: 13px !important;
          font-size: 13px !important;
        }

        .repair-benefits .stats-info strong {
          font-size: 11.5px !important;
          line-height: 1.18 !important;
          margin-bottom: 3px !important;
        }

        .repair-benefits .stats-info span {
          font-size: 10px !important;
          line-height: 1.25 !important;
        }

        /* 4) Blog cards: 2 columns on tablet/mobile with compact card content */
        .icarefix-blog-section {
          padding: 58px 10px !important;
        }

        .icarefix-blog-grid {
          grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
          gap: 12px !important;
        }

        .icarefix-blog-card {
          border-radius: 20px !important;
        }

        .icarefix-blog-image {
          height: 130px !important;
        }

        .icarefix-category {
          left: 10px !important;
          top: 10px !important;
          padding: 6px 8px !important;
          font-size: 9.5px !important;
          gap: 5px !important;
        }

        .icarefix-category span {
          width: 5px !important;
          height: 5px !important;
        }

        .icarefix-blog-content {
          padding: 12px 10px 13px !important;
        }

        .icarefix-blog-meta {
          gap: 6px !important;
          margin-bottom: 8px !important;
          font-size: 9.2px !important;
          line-height: 1.2 !important;
        }

        .icarefix-blog-meta svg {
          width: 11px !important;
          height: 11px !important;
        }

        .icarefix-blog-card h3 {
          min-height: 48px !important;
          font-size: 13px !important;
          line-height: 1.24 !important;
          letter-spacing: -0.15px !important;
          font-weight: 550 !important;
        }

        .icarefix-read-more {
          margin-top: 12px !important;
          gap: 5px !important;
          font-size: 11px !important;
        }

        .icarefix-read-more svg {
          width: 13px !important;
          height: 13px !important;
        }
      }

      @media (max-width: 767px) {
        .premium-repair .visual-image {
          height: 360px !important;
        }

        .premium-repair .floating-list {
          left: 12px !important;
          right: 12px !important;
          top: 12px !important;
          padding: 10px !important;
          border-radius: 15px !important;
        }

        .premium-repair .floating-list-title {
          font-size: 11.5px !important;
          margin-bottom: 6px !important;
        }

        .premium-repair .floating-list-item {
          padding: 5px 0 !important;
        }

        .premium-repair .floating-list-item strong {
          font-size: 9.6px !important;
        }

        .premium-repair .floating-list-item span {
          font-size: 8.4px !important;
        }

        .repair-benefits .benefits-card-row {
          grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
          gap: 10px !important;
        }

        .repair-benefits .benefit-box {
          min-height: 168px !important;
          padding: 13px 11px !important;
          border-radius: 18px !important;
        }

        .repair-benefits .benefit-icon {
          width: 36px !important;
          height: 36px !important;
          border-radius: 12px !important;
          margin-bottom: 22px !important;
        }

        .repair-benefits .benefit-icon svg {
          width: 16px !important;
          height: 16px !important;
        }

        .repair-benefits .benefit-number {
          top: 13px !important;
          right: 13px !important;
          font-size: 9.6px !important;
        }

        .repair-benefits .benefit-content h3 {
          font-size: 13.2px !important;
          line-height: 1.16 !important;
          margin-bottom: 6px !important;
        }

        .repair-benefits .benefit-content p {
          font-size: 10.1px !important;
          line-height: 1.38 !important;
        }

        .repair-benefits .showcase-inner {
          padding: 14px 8px 10px !important;
          gap: 12px !important;
        }

        .repair-benefits .showcase-content h3 {
          font-size: 24px !important;
          line-height: 1.08 !important;
          margin-bottom: 9px !important;
        }

        .repair-benefits .showcase-content p {
          font-size: 11.8px !important;
          line-height: 1.45 !important;
          margin-bottom: 12px !important;
        }

        .repair-benefits .showcase-cta {
          min-height: 38px !important;
          padding: 0 15px !important;
          font-size: 11.5px !important;
        }

        .repair-benefits .showcase-stats-card {
          padding: 9px !important;
          border-radius: 17px !important;
        }

        .repair-benefits .stats-item {
          padding: 8px !important;
          gap: 7px !important;
          border-radius: 14px !important;
        }

        .repair-benefits .stats-value {
          width: 38px !important;
          height: 38px !important;
          border-radius: 12px !important;
          font-size: 12px !important;
        }

        .repair-benefits .stats-info strong {
          font-size: 10.6px !important;
        }

        .repair-benefits .stats-info span {
          font-size: 9.2px !important;
        }

        .icarefix-blog-section {
          padding: 46px 8px !important;
        }

        .icarefix-blog-header {
          margin-bottom: 22px !important;
        }

        .icarefix-blog-grid {
          grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
          gap: 10px !important;
        }

        .icarefix-blog-image {
          height: 112px !important;
        }

        .icarefix-category {
          left: 8px !important;
          top: 8px !important;
          padding: 5px 7px !important;
          font-size: 8.4px !important;
        }

        .icarefix-blog-content {
          padding: 10px 8px 11px !important;
        }

        .icarefix-blog-meta {
          gap: 4px !important;
          margin-bottom: 7px !important;
          font-size: 8px !important;
        }

        .icarefix-blog-card h3 {
          min-height: 44px !important;
          font-size: 11.6px !important;
          line-height: 1.22 !important;
          font-weight: 550 !important;
        }

        .icarefix-read-more {
          margin-top: 9px !important;
          font-size: 9.8px !important;
        }
      }

      @media (max-width: 380px) {
        .repair-benefits .benefit-box {
          min-height: 158px !important;
          padding: 12px 9px !important;
        }

        .repair-benefits .benefit-content h3 {
          font-size: 12px !important;
        }

        .repair-benefits .benefit-content p {
          font-size: 9.3px !important;
        }

        .icarefix-blog-grid {
          gap: 8px !important;
        }

        .icarefix-blog-image {
          height: 102px !important;
        }

        .icarefix-blog-meta {
          display: none !important;
        }

        .icarefix-blog-card h3 {
          min-height: 42px !important;
          font-size: 10.8px !important;
          font-weight: 550 !important;
        }

        .icarefix-read-more {
          font-size: 9.2px !important;
        }
      }

/* ---- Supplied Home HTML style block ---- */

@media (max-width: 1024px) {
        .icarefix-page .site-header {
          width: 100vw !important;
          max-width: 100vw !important;
          min-width: 100vw !important;
          margin-left: calc(50% - 50vw) !important;
          margin-right: calc(50% - 50vw) !important;
          border-radius: 0 !important;
          overflow: visible !important;
        }

        .icarefix-page .header-utility {
          position: relative !important;
          left: 50% !important;
          width: 100vw !important;
          max-width: 100vw !important;
          min-width: 100vw !important;
          margin-left: -50vw !important;
          margin-right: 0 !important;
          padding-left: 0 !important;
          padding-right: 0 !important;
          border-radius: 0 !important;
          background: var(--green-dark) !important;
        }

        .icarefix-page .header-utility .container.utility-inner {
          width: min(var(--container), calc(100vw - 16px)) !important;
          max-width: var(--container) !important;
          margin-left: auto !important;
          margin-right: auto !important;
          padding-left: 8px !important;
          padding-right: 8px !important;
          box-sizing: border-box !important;
        }

        .icarefix-page .header-utility .utility-group {
          min-width: 0 !important;
        }
      }

      @media (max-width: 760px) {
        .icarefix-page .header-utility .container.utility-inner {
          width: 100vw !important;
          padding-left: 8px !important;
          padding-right: 8px !important;
        }

        .icarefix-page .header-utility .utility-group {
          width: 100% !important;
          justify-content: center !important;
        }

        .icarefix-page .header-utility .utility-item {
          justify-content: center !important;
        }
      }

/* Mamun title precision fix: premium repair desktop/laptop heading stays 3 lines like the provided HTML. */
@media (min-width: 1025px) {
  .premium-repair .repair-content h2 {
    max-width: 600px !important;
    font-size: clamp(58px, 4.75vw, 64px) !important;
    line-height: 1.04 !important;
    letter-spacing: -2.2px !important;
  }

  .premium-repair .repair-content h2 span {
    display: inline-block !important;
    white-space: nowrap !important;
  }
}

/* Mamun request: home product loop add-to-cart feedback only */
html body .icarefix-page .catalog-products-wrap .cart-btn.is-added-to-cart,
html body .home .catalog-products-wrap .cart-btn.is-added-to-cart,
html body .catalog-products-wrap .cart-btn.is-added-to-cart {
  background: #24b33f !important;
  color: #ffffff !important;
  box-shadow: 0 14px 30px rgba(36, 179, 63, 0.28) !important;
}

html body .icarefix-page .catalog-products-wrap .cart-btn.is-added-to-cart:hover,
html body .home .catalog-products-wrap .cart-btn.is-added-to-cart:hover,
html body .catalog-products-wrap .cart-btn.is-added-to-cart:hover {
  background: #073d18 !important;
  color: #ffffff !important;
}

html body .icarefix-page .catalog-products-wrap .cart-btn.is-loading,
html body .home .catalog-products-wrap .cart-btn.is-loading,
html body .catalog-products-wrap .cart-btn.is-loading {
  opacity: 0.78 !important;
  pointer-events: none !important;
}

html body .icf-home-cart-toast {
  position: fixed !important;
  left: 18px !important;
  bottom: 18px !important;
  z-index: 999999 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  width: min(380px, calc(100vw - 36px)) !important;
  min-height: 54px !important;
  padding: 14px 18px 14px 48px !important;
  border: 1px solid rgba(36, 179, 63, 0.18) !important;
  border-radius: 10px !important;
  background: #eafff1 !important;
  color: #086322 !important;
  box-shadow: 0 16px 34px rgba(16, 24, 18, 0.14) !important;
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(18px) !important;
  transition: opacity 0.24s ease, visibility 0.24s ease, transform 0.24s ease !important;
}

html body .icf-home-cart-toast.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

html body .icf-home-cart-toast-icon {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #19a94a !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

html body .icf-home-cart-toast-text {
  display: inline-flex !important;
  align-items: center !important;
  min-width: 0 !important;
}

html body .icf-home-cart-toast-close {
  position: absolute !important;
  left: 8px !important;
  top: -13px !important;
  width: 24px !important;
  height: 24px !important;
  border: 1px solid rgba(36, 179, 63, 0.24) !important;
  border-radius: 999px !important;
  background: #eafff1 !important;
  color: #18a84a !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  box-shadow: 0 8px 18px rgba(16, 24, 18, 0.10) !important;
}

@media (max-width: 767px) {
  html body .icf-home-cart-toast {
    left: 12px !important;
    right: 12px !important;
    bottom: 14px !important;
    width: auto !important;
    max-width: none !important;
  }
}

/* Mamun request: remove duplicate WooCommerce View cart link under home product cards only */
html body .icarefix-page .catalog-products-wrap .catalog-card a.added_to_cart.wc-forward,
html body .home .catalog-products-wrap .catalog-card a.added_to_cart.wc-forward,
html body .catalog-products-wrap .catalog-card a.added_to_cart.wc-forward,
html body .icarefix-page .catalog-card a.added_to_cart,
html body .home .catalog-card a.added_to_cart,
html body .catalog-card a.added_to_cart {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

/* iCareFix home page bottom SEO rich content section */
html body .icarefix-page .home-seo-content-section,
html body #icarefix-home-page .home-seo-content-section {
  padding: 76px 0 !important;
  background: linear-gradient(180deg, #ffffff 0%, #f5faf7 100%) !important;
  box-sizing: border-box !important;
}

html body .icarefix-page .home-seo-content-card,
html body #icarefix-home-page .home-seo-content-card {
  width: 100% !important;
  max-width: 100% !important;
  padding: 46px 52px !important;
  border-radius: 32px !important;
  background: #ffffff !important;
  border: 1px solid rgba(229, 235, 231, 0.92) !important;
  box-shadow: 0 24px 70px rgba(16, 24, 18, 0.075) !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

html body .icarefix-page .home-seo-content-card > h2,
html body #icarefix-home-page .home-seo-content-card > h2 {
  margin: 0 0 16px !important;
  color: var(--dark, #101812) !important;
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
  font-size: 20px !important;
  font-weight: 650 !important;
  line-height: 1.38 !important;
  letter-spacing: -0.006em !important;
  text-wrap: balance !important;
}

html body .icarefix-page .home-seo-content-text,
html body #icarefix-home-page .home-seo-content-text,
html body .icarefix-page .home-seo-content-text p,
html body #icarefix-home-page .home-seo-content-text p,
html body .icarefix-page .home-seo-content-text li,
html body #icarefix-home-page .home-seo-content-text li {
  color: var(--muted, #66736a) !important;
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-weight: 450 !important;
  line-height: 1.82 !important;
  letter-spacing: 0 !important;
}

html body .icarefix-page .home-seo-content-text p,
html body #icarefix-home-page .home-seo-content-text p {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 18px !important;
  margin-left: 0 !important;
}

html body .icarefix-page .home-seo-content-text p:last-child,
html body #icarefix-home-page .home-seo-content-text p:last-child,
html body .icarefix-page .home-seo-content-text ul:last-child,
html body #icarefix-home-page .home-seo-content-text ul:last-child,
html body .icarefix-page .home-seo-content-text ol:last-child,
html body #icarefix-home-page .home-seo-content-text ol:last-child {
  margin-bottom: 0 !important;
}

html body .icarefix-page .home-seo-content-text h1,
html body .icarefix-page .home-seo-content-text h2,
html body .icarefix-page .home-seo-content-text h3,
html body .icarefix-page .home-seo-content-text h4,
html body .icarefix-page .home-seo-content-text h5,
html body .icarefix-page .home-seo-content-text h6,
html body #icarefix-home-page .home-seo-content-text h1,
html body #icarefix-home-page .home-seo-content-text h2,
html body #icarefix-home-page .home-seo-content-text h3,
html body #icarefix-home-page .home-seo-content-text h4,
html body #icarefix-home-page .home-seo-content-text h5,
html body #icarefix-home-page .home-seo-content-text h6 {
  color: var(--dark, #101812) !important;
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.42 !important;
  letter-spacing: -0.004em !important;
  margin-top: 18px !important;
  margin-right: 0 !important;
  margin-bottom: 8px !important;
  margin-left: 0 !important;
  text-wrap: balance !important;
}

html body .icarefix-page .home-seo-content-text h1:first-child,
html body .icarefix-page .home-seo-content-text h2:first-child,
html body .icarefix-page .home-seo-content-text h3:first-child,
html body .icarefix-page .home-seo-content-text h4:first-child,
html body .icarefix-page .home-seo-content-text h5:first-child,
html body .icarefix-page .home-seo-content-text h6:first-child,
html body #icarefix-home-page .home-seo-content-text h1:first-child,
html body #icarefix-home-page .home-seo-content-text h2:first-child,
html body #icarefix-home-page .home-seo-content-text h3:first-child,
html body #icarefix-home-page .home-seo-content-text h4:first-child,
html body #icarefix-home-page .home-seo-content-text h5:first-child,
html body #icarefix-home-page .home-seo-content-text h6:first-child {
  margin-top: 0 !important;
}

html body .icarefix-page .home-seo-content-text strong,
html body .icarefix-page .home-seo-content-text b,
html body #icarefix-home-page .home-seo-content-text strong,
html body #icarefix-home-page .home-seo-content-text b {
  color: var(--text, #26332a) !important;
  font-weight: 650 !important;
}

html body .icarefix-page .home-seo-content-text ul,
html body .icarefix-page .home-seo-content-text ol,
html body #icarefix-home-page .home-seo-content-text ul,
html body #icarefix-home-page .home-seo-content-text ol {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 18px !important;
  margin-left: 20px !important;
  padding: 0 !important;
}

@media (max-width: 767px) {
  html body .icarefix-page .home-seo-content-section,
  html body #icarefix-home-page .home-seo-content-section {
    padding: 54px 0 !important;
  }

  html body .icarefix-page .home-seo-content-card,
  html body #icarefix-home-page .home-seo-content-card {
    padding: 28px 22px !important;
    border-radius: 24px !important;
  }

  html body .icarefix-page .home-seo-content-card > h2,
  html body #icarefix-home-page .home-seo-content-card > h2 {
    font-size: 19px !important;
    line-height: 1.4 !important;
    margin-bottom: 14px !important;
  }

  html body .icarefix-page .home-seo-content-text,
  html body #icarefix-home-page .home-seo-content-text,
  html body .icarefix-page .home-seo-content-text p,
  html body #icarefix-home-page .home-seo-content-text p,
  html body .icarefix-page .home-seo-content-text li,
  html body #icarefix-home-page .home-seo-content-text li {
    font-size: 15px !important;
    line-height: 1.78 !important;
  }

  html body .icarefix-page .home-seo-content-text h1,
  html body .icarefix-page .home-seo-content-text h2,
  html body .icarefix-page .home-seo-content-text h3,
  html body .icarefix-page .home-seo-content-text h4,
  html body .icarefix-page .home-seo-content-text h5,
  html body .icarefix-page .home-seo-content-text h6,
  html body #icarefix-home-page .home-seo-content-text h1,
  html body #icarefix-home-page .home-seo-content-text h2,
  html body #icarefix-home-page .home-seo-content-text h3,
  html body #icarefix-home-page .home-seo-content-text h4,
  html body #icarefix-home-page .home-seo-content-text h5,
  html body #icarefix-home-page .home-seo-content-text h6 {
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 1.45 !important;
    margin-top: 16px !important;
    margin-bottom: 7px !important;
  }
}


/* Mamun requested final home SEO content typography only */
html body .icarefix-page .home-seo-content-card > h2,
html body #icarefix-home-page .home-seo-content-card > h2 {
  font-size: 27px !important;
  font-weight: 700 !important;
  line-height: 1.32 !important;
  letter-spacing: -0.01em !important;
  margin-bottom: 18px !important;
}

html body .icarefix-page .home-seo-content-text,
html body #icarefix-home-page .home-seo-content-text,
html body .icarefix-page .home-seo-content-text p,
html body #icarefix-home-page .home-seo-content-text p,
html body .icarefix-page .home-seo-content-text li,
html body #icarefix-home-page .home-seo-content-text li {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.82 !important;
}

html body .icarefix-page .home-seo-content-text h1,
html body .icarefix-page .home-seo-content-text h2,
html body .icarefix-page .home-seo-content-text h3,
html body .icarefix-page .home-seo-content-text h4,
html body .icarefix-page .home-seo-content-text h5,
html body .icarefix-page .home-seo-content-text h6,
html body #icarefix-home-page .home-seo-content-text h1,
html body #icarefix-home-page .home-seo-content-text h2,
html body #icarefix-home-page .home-seo-content-text h3,
html body #icarefix-home-page .home-seo-content-text h4,
html body #icarefix-home-page .home-seo-content-text h5,
html body #icarefix-home-page .home-seo-content-text h6 {
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1.38 !important;
  letter-spacing: -0.006em !important;
  margin-top: 22px !important;
  margin-bottom: 10px !important;
}

html body .icarefix-page .home-seo-content-text strong,
html body .icarefix-page .home-seo-content-text b,
html body #icarefix-home-page .home-seo-content-text strong,
html body #icarefix-home-page .home-seo-content-text b {
  font-weight: 650 !important;
}

@media (max-width: 1180px) {
  html body .icarefix-page .home-seo-content-card > h2,
  html body #icarefix-home-page .home-seo-content-card > h2 {
    font-size: 25px !important;
    line-height: 1.34 !important;
  }

  html body .icarefix-page .home-seo-content-text h1,
  html body .icarefix-page .home-seo-content-text h2,
  html body .icarefix-page .home-seo-content-text h3,
  html body .icarefix-page .home-seo-content-text h4,
  html body .icarefix-page .home-seo-content-text h5,
  html body .icarefix-page .home-seo-content-text h6,
  html body #icarefix-home-page .home-seo-content-text h1,
  html body #icarefix-home-page .home-seo-content-text h2,
  html body #icarefix-home-page .home-seo-content-text h3,
  html body #icarefix-home-page .home-seo-content-text h4,
  html body #icarefix-home-page .home-seo-content-text h5,
  html body #icarefix-home-page .home-seo-content-text h6 {
    font-size: 20px !important;
  }
}

@media (max-width: 767px) {
  html body .icarefix-page .home-seo-content-card > h2,
  html body #icarefix-home-page .home-seo-content-card > h2 {
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.36 !important;
    margin-bottom: 14px !important;
  }

  html body .icarefix-page .home-seo-content-text,
  html body #icarefix-home-page .home-seo-content-text,
  html body .icarefix-page .home-seo-content-text p,
  html body #icarefix-home-page .home-seo-content-text p,
  html body .icarefix-page .home-seo-content-text li,
  html body #icarefix-home-page .home-seo-content-text li {
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.78 !important;
  }

  html body .icarefix-page .home-seo-content-text h1,
  html body .icarefix-page .home-seo-content-text h2,
  html body .icarefix-page .home-seo-content-text h3,
  html body .icarefix-page .home-seo-content-text h4,
  html body .icarefix-page .home-seo-content-text h5,
  html body .icarefix-page .home-seo-content-text h6,
  html body #icarefix-home-page .home-seo-content-text h1,
  html body #icarefix-home-page .home-seo-content-text h2,
  html body #icarefix-home-page .home-seo-content-text h3,
  html body #icarefix-home-page .home-seo-content-text h4,
  html body #icarefix-home-page .home-seo-content-text h5,
  html body #icarefix-home-page .home-seo-content-text h6 {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.42 !important;
    margin-top: 18px !important;
    margin-bottom: 8px !important;
  }
}

/* Mamun final fix: force Home SEO normal text font weight with !important only */
html body .icarefix-page .home-seo-content-text,
html body #icarefix-home-page .home-seo-content-text,
html body .icarefix-page .home-seo-content-text p,
html body #icarefix-home-page .home-seo-content-text p,
html body .icarefix-page .home-seo-content-text p *,
html body #icarefix-home-page .home-seo-content-text p *,
html body .icarefix-page .home-seo-content-text li,
html body #icarefix-home-page .home-seo-content-text li,
html body .icarefix-page .home-seo-content-text li *,
html body #icarefix-home-page .home-seo-content-text li *,
html body .icarefix-page .home-seo-content-text div,
html body #icarefix-home-page .home-seo-content-text div,
html body .icarefix-page .home-seo-content-text div *,
html body #icarefix-home-page .home-seo-content-text div *,
html body .icarefix-page .home-seo-content-text span,
html body #icarefix-home-page .home-seo-content-text span,
html body .icarefix-page .home-seo-content-text blockquote,
html body #icarefix-home-page .home-seo-content-text blockquote,
html body .icarefix-page .home-seo-content-text blockquote *,
html body #icarefix-home-page .home-seo-content-text blockquote * {
  font-weight: 400 !important;
}

html body .icarefix-page .home-seo-content-text strong,
html body .icarefix-page .home-seo-content-text b,
html body #icarefix-home-page .home-seo-content-text strong,
html body #icarefix-home-page .home-seo-content-text b {
  font-weight: 650 !important;
}

html body .icarefix-page .home-seo-content-text h1,
html body .icarefix-page .home-seo-content-text h2,
html body .icarefix-page .home-seo-content-text h3,
html body .icarefix-page .home-seo-content-text h4,
html body .icarefix-page .home-seo-content-text h5,
html body .icarefix-page .home-seo-content-text h6,
html body .icarefix-page .home-seo-content-text h1 *,
html body .icarefix-page .home-seo-content-text h2 *,
html body .icarefix-page .home-seo-content-text h3 *,
html body .icarefix-page .home-seo-content-text h4 *,
html body .icarefix-page .home-seo-content-text h5 *,
html body .icarefix-page .home-seo-content-text h6 *,
html body #icarefix-home-page .home-seo-content-text h1,
html body #icarefix-home-page .home-seo-content-text h2,
html body #icarefix-home-page .home-seo-content-text h3,
html body #icarefix-home-page .home-seo-content-text h4,
html body #icarefix-home-page .home-seo-content-text h5,
html body #icarefix-home-page .home-seo-content-text h6,
html body #icarefix-home-page .home-seo-content-text h1 *,
html body #icarefix-home-page .home-seo-content-text h2 *,
html body #icarefix-home-page .home-seo-content-text h3 *,
html body #icarefix-home-page .home-seo-content-text h4 *,
html body #icarefix-home-page .home-seo-content-text h5 *,
html body #icarefix-home-page .home-seo-content-text h6 * {
  font-weight: 700 !important;
}

/* Mamun final exact Home SEO paragraph typography: match browser computed style exactly */
html body .icarefix-page .home-seo-content-text > p,
html body #icarefix-home-page .home-seo-content-text > p,
html body .icarefix-page .home-seo-content-text > p *,
html body #icarefix-home-page .home-seo-content-text > p *,
html body .icarefix-page .home-seo-content-text > ul,
html body #icarefix-home-page .home-seo-content-text > ul,
html body .icarefix-page .home-seo-content-text > ol,
html body #icarefix-home-page .home-seo-content-text > ol,
html body .icarefix-page .home-seo-content-text > ul li,
html body #icarefix-home-page .home-seo-content-text > ul li,
html body .icarefix-page .home-seo-content-text > ol li,
html body #icarefix-home-page .home-seo-content-text > ol li,
html body .icarefix-page .home-seo-content-text > ul li *,
html body #icarefix-home-page .home-seo-content-text > ul li *,
html body .icarefix-page .home-seo-content-text > ol li *,
html body #icarefix-home-page .home-seo-content-text > ol li * {
  font-family: Montserrat, Arial, Helvetica, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  color: rgb(38, 51, 42) !important;
  font-size: 16px !important;
  line-height: 29px !important;
  letter-spacing: normal !important;
}

html body .icarefix-page .home-seo-content-text > p strong,
html body .icarefix-page .home-seo-content-text > p b,
html body .icarefix-page .home-seo-content-text > ul li strong,
html body .icarefix-page .home-seo-content-text > ul li b,
html body .icarefix-page .home-seo-content-text > ol li strong,
html body .icarefix-page .home-seo-content-text > ol li b,
html body #icarefix-home-page .home-seo-content-text > p strong,
html body #icarefix-home-page .home-seo-content-text > p b,
html body #icarefix-home-page .home-seo-content-text > ul li strong,
html body #icarefix-home-page .home-seo-content-text > ul li b,
html body #icarefix-home-page .home-seo-content-text > ol li strong,
html body #icarefix-home-page .home-seo-content-text > ol li b {
  font-weight: 650 !important;
}

html body .icarefix-page .home-seo-content-text h1,
html body .icarefix-page .home-seo-content-text h2,
html body .icarefix-page .home-seo-content-text h3,
html body .icarefix-page .home-seo-content-text h4,
html body .icarefix-page .home-seo-content-text h5,
html body .icarefix-page .home-seo-content-text h6,
html body .icarefix-page .home-seo-content-text h1 *,
html body .icarefix-page .home-seo-content-text h2 *,
html body .icarefix-page .home-seo-content-text h3 *,
html body .icarefix-page .home-seo-content-text h4 *,
html body .icarefix-page .home-seo-content-text h5 *,
html body .icarefix-page .home-seo-content-text h6 *,
html body #icarefix-home-page .home-seo-content-text h1,
html body #icarefix-home-page .home-seo-content-text h2,
html body #icarefix-home-page .home-seo-content-text h3,
html body #icarefix-home-page .home-seo-content-text h4,
html body #icarefix-home-page .home-seo-content-text h5,
html body #icarefix-home-page .home-seo-content-text h6,
html body #icarefix-home-page .home-seo-content-text h1 *,
html body #icarefix-home-page .home-seo-content-text h2 *,
html body #icarefix-home-page .home-seo-content-text h3 *,
html body #icarefix-home-page .home-seo-content-text h4 *,
html body #icarefix-home-page .home-seo-content-text h5 *,
html body #icarefix-home-page .home-seo-content-text h6 * {
  font-weight: 700 !important;
}

@media (max-width: 767px) {
  html body .icarefix-page .home-seo-content-text > p,
  html body #icarefix-home-page .home-seo-content-text > p,
  html body .icarefix-page .home-seo-content-text > p *,
  html body #icarefix-home-page .home-seo-content-text > p *,
  html body .icarefix-page .home-seo-content-text > ul li,
  html body #icarefix-home-page .home-seo-content-text > ul li,
  html body .icarefix-page .home-seo-content-text > ol li,
  html body #icarefix-home-page .home-seo-content-text > ol li,
  html body .icarefix-page .home-seo-content-text > ul li *,
  html body #icarefix-home-page .home-seo-content-text > ul li *,
  html body .icarefix-page .home-seo-content-text > ol li *,
  html body #icarefix-home-page .home-seo-content-text > ol li * {
    font-size: 15px !important;
    line-height: 27px !important;
    font-weight: 400 !important;
    color: rgb(38, 51, 42) !important;
  }
}

/* Mamun final visual fix: keep Home SEO paragraph/body text visually light even if editor content is pasted bold/strong. Only Home SEO content is affected. */
html body #icarefix-home-page .home-seo-content-card .home-seo-content-text p,
html body #icarefix-home-page .home-seo-content-card .home-seo-content-text p *,
html body #icarefix-home-page .home-seo-content-card .home-seo-content-text li,
html body #icarefix-home-page .home-seo-content-card .home-seo-content-text li *,
html body #icarefix-home-page .home-seo-content-card .home-seo-content-text blockquote,
html body #icarefix-home-page .home-seo-content-card .home-seo-content-text blockquote *,
html body .icarefix-page .home-seo-content-card .home-seo-content-text p,
html body .icarefix-page .home-seo-content-card .home-seo-content-text p *,
html body .icarefix-page .home-seo-content-card .home-seo-content-text li,
html body .icarefix-page .home-seo-content-card .home-seo-content-text li *,
html body .icarefix-page .home-seo-content-card .home-seo-content-text blockquote,
html body .icarefix-page .home-seo-content-card .home-seo-content-text blockquote * {
  font-family: Montserrat, Arial, Helvetica, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  color: rgb(38, 51, 42) !important;
  font-size: 16px !important;
  line-height: 29px !important;
  letter-spacing: normal !important;
}

html body #icarefix-home-page .home-seo-content-card .home-seo-content-text h1,
html body #icarefix-home-page .home-seo-content-card .home-seo-content-text h2,
html body #icarefix-home-page .home-seo-content-card .home-seo-content-text h3,
html body #icarefix-home-page .home-seo-content-card .home-seo-content-text h4,
html body #icarefix-home-page .home-seo-content-card .home-seo-content-text h5,
html body #icarefix-home-page .home-seo-content-card .home-seo-content-text h6,
html body #icarefix-home-page .home-seo-content-card .home-seo-content-text h1 *,
html body #icarefix-home-page .home-seo-content-card .home-seo-content-text h2 *,
html body #icarefix-home-page .home-seo-content-card .home-seo-content-text h3 *,
html body #icarefix-home-page .home-seo-content-card .home-seo-content-text h4 *,
html body #icarefix-home-page .home-seo-content-card .home-seo-content-text h5 *,
html body #icarefix-home-page .home-seo-content-card .home-seo-content-text h6 *,
html body .icarefix-page .home-seo-content-card .home-seo-content-text h1,
html body .icarefix-page .home-seo-content-card .home-seo-content-text h2,
html body .icarefix-page .home-seo-content-card .home-seo-content-text h3,
html body .icarefix-page .home-seo-content-card .home-seo-content-text h4,
html body .icarefix-page .home-seo-content-card .home-seo-content-text h5,
html body .icarefix-page .home-seo-content-card .home-seo-content-text h6,
html body .icarefix-page .home-seo-content-card .home-seo-content-text h1 *,
html body .icarefix-page .home-seo-content-card .home-seo-content-text h2 *,
html body .icarefix-page .home-seo-content-card .home-seo-content-text h3 *,
html body .icarefix-page .home-seo-content-card .home-seo-content-text h4 *,
html body .icarefix-page .home-seo-content-card .home-seo-content-text h5 *,
html body .icarefix-page .home-seo-content-card .home-seo-content-text h6 * {
  font-family: Montserrat, Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  color: rgb(16, 24, 18) !important;
}

@media (max-width: 767px) {
  html body #icarefix-home-page .home-seo-content-card .home-seo-content-text p,
  html body #icarefix-home-page .home-seo-content-card .home-seo-content-text p *,
  html body #icarefix-home-page .home-seo-content-card .home-seo-content-text li,
  html body #icarefix-home-page .home-seo-content-card .home-seo-content-text li *,
  html body #icarefix-home-page .home-seo-content-card .home-seo-content-text blockquote,
  html body #icarefix-home-page .home-seo-content-card .home-seo-content-text blockquote *,
  html body .icarefix-page .home-seo-content-card .home-seo-content-text p,
  html body .icarefix-page .home-seo-content-card .home-seo-content-text p *,
  html body .icarefix-page .home-seo-content-card .home-seo-content-text li,
  html body .icarefix-page .home-seo-content-card .home-seo-content-text li *,
  html body .icarefix-page .home-seo-content-card .home-seo-content-text blockquote,
  html body .icarefix-page .home-seo-content-card .home-seo-content-text blockquote * {
    font-size: 15px !important;
    line-height: 27px !important;
    font-weight: 400 !important;
  }
}

/* Mamun requested: home product card sale price polish only */
.icarefix-page .catalog-products-wrap .price-area {
  align-items: baseline !important;
}

.icarefix-page .catalog-products-wrap .price,
.icarefix-page .catalog-products-wrap .price .woocommerce-Price-amount,
.icarefix-page .catalog-products-wrap .price bdi {
  text-decoration: none !important;
}

.icarefix-page .catalog-products-wrap .price {
  display: inline-flex !important;
  align-items: baseline !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  color: #063716 !important;
  text-decoration: none !important;
}

.icarefix-page .catalog-products-wrap .price del {
  display: inline-flex !important;
  align-items: baseline !important;
  color: #526158 !important;
  font-size: 0.5em !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: -0.2px !important;
  text-decoration: line-through !important;
  text-decoration-thickness: 1px !important;
  opacity: 0.85 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.icarefix-page .catalog-products-wrap .price del .woocommerce-Price-amount,
.icarefix-page .catalog-products-wrap .price del bdi {
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  text-decoration: inherit !important;
}

.icarefix-page .catalog-products-wrap .price ins {
  display: inline-flex !important;
  align-items: baseline !important;
  color: #063716 !important;
  background: transparent !important;
  font-size: 1em !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: -0.55px !important;
  text-decoration: none !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.icarefix-page .catalog-products-wrap .price ins .woocommerce-Price-amount,
.icarefix-page .catalog-products-wrap .price ins bdi {
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  text-decoration: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

.icarefix-page .catalog-products-wrap .old-price {
  color: #526158 !important;
  font-size: 10.5px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-decoration: line-through !important;
  text-decoration-thickness: 1px !important;
  opacity: 0.85 !important;
}

@media (max-width: 760px) {
  .icarefix-page .catalog-products-wrap .price {
    gap: 6px !important;
  }

  .icarefix-page .catalog-products-wrap .old-price {
    font-size: 8px !important;
  }
}

/* Mamun requested: service section bottom button same as dark product CTA, centered only */
.icarefix-service-more {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 42px auto 46px !important;
  padding: 0 !important;
  text-align: center !important;
}

.icarefix-service-more .repair-btn.secondary,
.icarefix-service-more .repair-btn.secondary:link,
.icarefix-service-more .repair-btn.secondary:visited,
.icarefix-service-more .repair-btn.secondary:focus,
.icarefix-service-more .repair-btn.secondary:active {
  min-width: 0 !important;
  width: auto !important;
  min-height: 48px !important;
  height: 48px !important;
  padding: 0 24px !important;
  border-radius: 999px !important;
  border: 1px solid #06140b !important;
  background: #06140b !important;
  color: #ffffff !important;
  box-shadow: 0 14px 30px rgba(6, 20, 11, 0.16) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  font-family: Montserrat, Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transform: none !important;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease !important;
}

.icarefix-service-more .repair-btn.secondary::after {
  content: "→" !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  margin-left: 2px !important;
}

.icarefix-service-more .repair-btn.secondary:hover {
  background: #16a34a !important;
  border-color: #16a34a !important;
  color: #ffffff !important;
  box-shadow: 0 18px 38px rgba(22, 163, 74, 0.24) !important;
  transform: translateY(-2px) !important;
}

@media (max-width: 760px) {
  .icarefix-service-more {
    margin-top: 28px !important;
  }

  .icarefix-service-more .repair-btn.secondary {
    width: auto !important;
    max-width: 100% !important;
    min-height: 46px !important;
    height: 46px !important;
    padding: 0 22px !important;
    font-size: 13.5px !important;
  }
}

/* Mamun requested: keep View More Services button after service cards, never at section top */
.icarefix-page .device-repair-section .device-repair-container > .repair-services-grid {
  order: 1 !important;
}

.icarefix-page .device-repair-section .device-repair-container > .icarefix-service-more,
.icarefix-page .hero-services-bg .device-repair-container > .icarefix-service-more {
  order: 2 !important;
  position: relative !important;
  z-index: 12 !important;
  margin-top: 42px !important;
  margin-bottom: 46px !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.icarefix-page .device-repair-section .device-repair-container > .precision-trust-grid {
  order: 3 !important;
}

.icarefix-page .device-repair-section .device-repair-container > .repair-trust-bar {
  order: 4 !important;
}

@media (max-width: 760px) {
  .icarefix-page .device-repair-section .device-repair-container > .icarefix-service-more,
  .icarefix-page .hero-services-bg .device-repair-container > .icarefix-service-more {
    order: 2 !important;
    margin-top: 34px !important;
    margin-bottom: 38px !important;
  }
}

/* Mamun requested: add clean breathing gap between service trust bar and brand cards */
.icarefix-page .device-repair-section .device-repair-container > .repair-trust-bar,
.icarefix-page .hero-services-bg .device-repair-container > .repair-trust-bar {
  margin-bottom: 36px !important;
}

.icarefix-page .device-repair-section .device-repair-container > .repair-brand-row,
.icarefix-page .hero-services-bg .device-repair-container > .repair-brand-row {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

@media (max-width: 1024px) {
  .icarefix-page .device-repair-section .device-repair-container > .repair-trust-bar,
  .icarefix-page .hero-services-bg .device-repair-container > .repair-trust-bar {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 767px) {
  .icarefix-page .device-repair-section .device-repair-container > .repair-trust-bar,
  .icarefix-page .hero-services-bg .device-repair-container > .repair-trust-bar {
    margin-bottom: 24px !important;
  }
}


/* v1.15.11: optional logo display for Home > Service Categories > Small Brand Cards */
.icarefix-page .device-repair-section .brand-card.brand-card-has-logo,
.icarefix-page .hero-services-bg .brand-card.brand-card-has-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icarefix-page .device-repair-section .repair-brand-logo,
.icarefix-page .hero-services-bg .repair-brand-logo {
  display: block;
  width: auto;
  max-width: min(84%, 170px);
  height: auto;
  max-height: 54px;
  object-fit: contain;
}

@media (max-width: 991px) {
  .icarefix-page .device-repair-section .repair-brand-logo,
  .icarefix-page .hero-services-bg .repair-brand-logo {
    max-width: min(82%, 145px);
    max-height: 46px;
  }
}

@media (max-width: 767px) {
  .icarefix-page .device-repair-section .repair-brand-logo,
  .icarefix-page .hero-services-bg .repair-brand-logo {
    max-width: min(82%, 125px);
    max-height: 40px;
  }
}

/* v1.15.12: Home brand logo cards — modern uniform 4-column desktop layout */
@media (min-width: 1024px) {
  .icarefix-page .device-repair-section .repair-brand-row,
  .icarefix-page .hero-services-bg .repair-brand-row {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
    align-items: stretch !important;
  }

  .icarefix-page .device-repair-section .brand-card,
  .icarefix-page .hero-services-bg .brand-card {
    min-width: 0 !important;
    min-height: 104px !important;
    height: 104px !important;
    padding: 18px 24px !important;
    border-radius: 22px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    border: 1px solid rgba(36, 179, 63, 0.11) !important;
    box-shadow: 0 14px 34px rgba(10, 35, 18, 0.065) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease !important;
  }

  .icarefix-page .device-repair-section .brand-card:hover,
  .icarefix-page .hero-services-bg .brand-card:hover {
    transform: translateY(-4px) !important;
    border-color: rgba(36, 179, 63, 0.25) !important;
    box-shadow: 0 20px 42px rgba(10, 35, 18, 0.11) !important;
  }

  .icarefix-page .device-repair-section .repair-brand-logo,
  .icarefix-page .hero-services-bg .repair-brand-logo {
    width: auto !important;
    height: auto !important;
    max-width: 82% !important;
    max-height: 58px !important;
    object-fit: contain !important;
    object-position: center !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .icarefix-page .device-repair-section .repair-brand-row,
  .icarefix-page .hero-services-bg .repair-brand-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .icarefix-page .device-repair-section .brand-card,
  .icarefix-page .hero-services-bg .brand-card {
    min-height: 94px !important;
    height: 94px !important;
  }
}

@media (max-width: 767px) {
  .icarefix-page .device-repair-section .repair-brand-row,
  .icarefix-page .hero-services-bg .repair-brand-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .icarefix-page .device-repair-section .brand-card,
  .icarefix-page .hero-services-bg .brand-card {
    min-height: 82px !important;
    height: 82px !important;
    padding: 12px 14px !important;
  }

  .icarefix-page .device-repair-section .repair-brand-logo,
  .icarefix-page .hero-services-bg .repair-brand-logo {
    max-width: 82% !important;
    max-height: 42px !important;
  }
}


/* v1.15.13: Final reliable modern Home brand logo grid */
.icarefix-page .device-repair-section .repair-brand-row,
.icarefix-page .hero-services-bg .repair-brand-row {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  width: 100% !important;
  align-items: stretch !important;
}

.icarefix-page .device-repair-section .repair-brand-row > .brand-card,
.icarefix-page .hero-services-bg .repair-brand-row > .brand-card {
  position: relative !important;
  min-width: 0 !important;
  height: 96px !important;
  min-height: 96px !important;
  padding: 18px 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  border: 1px solid rgba(36, 179, 63, 0.18) !important;
  background:
    radial-gradient(circle at 15% 20%, rgba(53, 216, 91, 0.10), transparent 34%),
    linear-gradient(145deg, #ffffff 0%, #f8fdf9 58%, #eef9f1 100%) !important;
  box-shadow:
    0 12px 28px rgba(7, 61, 24, 0.075),
    inset 0 1px 0 rgba(255,255,255,.96) !important;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease !important;
}

.icarefix-page .device-repair-section .repair-brand-row > .brand-card::before,
.icarefix-page .hero-services-bg .repair-brand-row > .brand-card::before {
  content: "" !important;
  position: absolute !important;
  left: 18px !important;
  right: 18px !important;
  top: 0 !important;
  height: 2px !important;
  border-radius: 0 0 999px 999px !important;
  background: linear-gradient(90deg, transparent, rgba(36,179,63,.75), transparent) !important;
  opacity: .72 !important;
}

.icarefix-page .device-repair-section .repair-brand-row > .brand-card:hover,
.icarefix-page .hero-services-bg .repair-brand-row > .brand-card:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(36, 179, 63, 0.36) !important;
  box-shadow:
    0 18px 38px rgba(7, 61, 24, 0.13),
    0 0 0 4px rgba(36,179,63,.04) !important;
}

.icarefix-page .device-repair-section .repair-brand-row > .brand-card .repair-brand-logo,
.icarefix-page .hero-services-bg .repair-brand-row > .brand-card .repair-brand-logo {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 78% !important;
  max-height: 54px !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: saturate(.98) contrast(1.02) !important;
  transition: transform .24s ease !important;
}

.icarefix-page .device-repair-section .repair-brand-row > .brand-card:hover .repair-brand-logo,
.icarefix-page .hero-services-bg .repair-brand-row > .brand-card:hover .repair-brand-logo {
  transform: scale(1.035) !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .icarefix-page .device-repair-section .repair-brand-row,
  .icarefix-page .hero-services-bg .repair-brand-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }
}

@media (max-width: 767px) {
  .icarefix-page .device-repair-section .repair-brand-row,
  .icarefix-page .hero-services-bg .repair-brand-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .icarefix-page .device-repair-section .repair-brand-row > .brand-card,
  .icarefix-page .hero-services-bg .repair-brand-row > .brand-card {
    height: 78px !important;
    min-height: 78px !important;
    padding: 12px 14px !important;
    border-radius: 15px !important;
  }

  .icarefix-page .device-repair-section .repair-brand-row > .brand-card .repair-brand-logo,
  .icarefix-page .hero-services-bg .repair-brand-row > .brand-card .repair-brand-logo {
    max-width: 82% !important;
    max-height: 40px !important;
  }
}

/* =========================================================
   v1.15.14 — Home SEO section background matches Service SEO
   Background only; existing home SEO card/content stays untouched.
   ========================================================= */
html body .icarefix-page .home-seo-content-section,
html body #icarefix-home-page .home-seo-content-section {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background:
    linear-gradient(rgba(36,179,63,.045) 1px, transparent 1px) 0 0 / 58px 58px,
    linear-gradient(90deg, rgba(36,179,63,.045) 1px, transparent 1px) 0 0 / 58px 58px,
    radial-gradient(circle at 7% 38%, rgba(58,220,101,.12) 0, transparent 22%),
    radial-gradient(circle at 91% 72%, rgba(53,216,91,.11) 0, transparent 24%),
    linear-gradient(135deg, #f8fcf9 0%, #f1f8f3 48%, #f8fcf9 100%) !important;
  border-top: 1px solid rgba(36,179,63,.07) !important;
  border-bottom: 1px solid rgba(36,179,63,.07) !important;
}

html body .icarefix-page .home-seo-content-section::before,
html body .icarefix-page .home-seo-content-section::after,
html body #icarefix-home-page .home-seo-content-section::before,
html body #icarefix-home-page .home-seo-content-section::after {
  display: block !important;
  content: "" !important;
  position: absolute !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

html body .icarefix-page .home-seo-content-section::before,
html body #icarefix-home-page .home-seo-content-section::before {
  inset: -80px auto auto -90px !important;
  width: 520px !important;
  height: 360px !important;
  border: 1px solid rgba(36,179,63,.15) !important;
  border-radius: 50% !important;
  transform: rotate(-11deg) !important;
  box-shadow: 0 0 55px rgba(53,216,91,.07) !important;
  background: transparent !important;
}

html body .icarefix-page .home-seo-content-section::after,
html body #icarefix-home-page .home-seo-content-section::after {
  top: auto !important;
  left: auto !important;
  right: -120px !important;
  bottom: -170px !important;
  width: 520px !important;
  height: 520px !important;
  border: 1px solid rgba(36,179,63,.13) !important;
  border-radius: 50% !important;
  box-shadow:
    0 0 65px rgba(53,216,91,.08),
    inset 0 0 60px rgba(53,216,91,.035) !important;
  background: transparent !important;
}

html body .icarefix-page .home-seo-content-section > .container,
html body #icarefix-home-page .home-seo-content-section > .container {
  position: relative !important;
  z-index: 1 !important;
}

/* v1.15.15: Home brand logo row — 5 logos desktop, 2 tablet/mobile */
@media (min-width: 1024px) {
  .icarefix-page .device-repair-section .repair-brand-row,
  .icarefix-page .hero-services-bg .repair-brand-row {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .icarefix-page .device-repair-section .repair-brand-row,
  .icarefix-page .hero-services-bg .repair-brand-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .icarefix-page .device-repair-section .repair-brand-row,
  .icarefix-page .hero-services-bg .repair-brand-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}


/* Home SEO content: show one intro block first, reveal the rest on demand. */
html body .icarefix-page .home-seo-content-text:not(.is-expanded) > h2:first-of-type,
html body #icarefix-home-page .home-seo-content-text:not(.is-expanded) > h2:first-of-type,
html body .icarefix-page .home-seo-content-text:not(.is-expanded) > h2:first-of-type ~ *,
html body #icarefix-home-page .home-seo-content-text:not(.is-expanded) > h2:first-of-type ~ * {
  display: none !important;
}

html body .icarefix-page .home-seo-content-more-wrap,
html body #icarefix-home-page .home-seo-content-more-wrap {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  margin: 28px 0 0 !important;
  padding: 0 !important;
  text-align: center !important;
}

html body .icarefix-page .home-seo-content-more-btn,
html body #icarefix-home-page .home-seo-content-more-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 144px !important;
  min-height: 46px !important;
  margin: 0 auto !important;
  padding: 12px 24px !important;
  border: 1px solid #24b33f !important;
  border-radius: 999px !important;
  background: #24b33f !important;
  color: #ffffff !important;
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  box-shadow: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease !important;
}

html body .icarefix-page .home-seo-content-more-btn:hover,
html body #icarefix-home-page .home-seo-content-more-btn:hover,
html body .icarefix-page .home-seo-content-more-btn:focus-visible,
html body #icarefix-home-page .home-seo-content-more-btn:focus-visible {
  background: #1f9f37 !important;
  border-color: #1f9f37 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
}

html body .icarefix-page .home-seo-content-more-wrap.is-hidden,
html body #icarefix-home-page .home-seo-content-more-wrap.is-hidden {
  display: none !important;
}

@media (max-width: 767px) {
  html body .icarefix-page .home-seo-content-more-wrap,
  html body #icarefix-home-page .home-seo-content-more-wrap {
    margin-top: 22px !important;
  }

  html body .icarefix-page .home-seo-content-more-btn,
  html body #icarefix-home-page .home-seo-content-more-btn {
    min-width: 132px !important;
    min-height: 44px !important;
    padding: 11px 22px !important;
    font-size: 14px !important;
  }
}
