    .header-layout1 .navbar .navbar-brand {
      padding-right: 0 !important;
      margin-right: 24px !important;
      border-right: 0 !important;
    }

    .sunvolt-logo-badge {
      width: 132px;
      height: 132px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      background: #ffffff;
      border-radius: 50%;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
      position: relative;
      top: 12px;
      z-index: 3;
    }

    .sunvolt-logo-badge img {
      max-width: 100px;
      max-height: 100px;
      width: auto;
      height: auto;
      display: block;
      object-fit: contain;
    }

    @media (min-width: 992px) {
      .header-layout1 .navbar .navbar-brand {
        margin-right: 42px !important;
      }

      .header-layout1 .navbar .navbar-nav {
        column-gap: 22px;
      }

      .header-layout1 .navbar .nav__item {
        margin-right: 0;
      }

      .header-layout1 .navbar .nav__item.has-dropdown > .nav__item-link {
        padding-right: 18px;
      }

      .header-layout1 .navbar button.dropdown-toggle:not(.lang-dropdown-toggle) {
        right: -2px;
      }
    }

    @media (min-width: 1200px) {
      .header-layout1 .navbar-actions {
        padding-left: 24px;
        margin-left: 24px;
      }
    }

    @media (max-width: 991px) {
      .sunvolt-logo-badge {
        width: 98px;
        height: 98px;
        top: 8px;
      }

      .header-layout1 .navbar .navbar-brand .sunvolt-logo-badge img {
        max-width: 68px !important;
        max-height: 68px !important;
        width: auto !important;
        height: auto !important;
      }
    }
    
    .pt-130,
    .pt-120 {
      padding-top: 75px !important;
    }

    .pb-130 {
      padding-bottom: 75px !important;
    }

    .pb-60 {
      padding-bottom: 35px !important;
    }

    .mb-70,
    .mb-60,
    .mb-50 {
      margin-bottom: 30px !important;
    }

    .testimonials-layout1,
    .contact-layout2,
    .clients-layout2,
    .cta-layout1 {
      padding-top: 55px !important;
    }

    .testimonials-layout1,
    .clients-layout2 {
      padding-bottom: 40px !important;
    }

    .sunvolt-review-wall {
      background: #f6f6f6;
      border: 1px solid #ececec;
      border-radius: 24px;
      padding: 24px;
    }

    .sunvolt-review-top {
      display: flex;
      flex-direction: column;
      gap: 18px;
      margin-bottom: 18px;
    }

    .sunvolt-review-chips {
      display: flex;
      flex-wrap: wrap;
      gap: 12px 22px;
    }

    .sunvolt-review-chip {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #1b1a1a;
      font-size: 17px;
      font-weight: 500;
      line-height: 1.4;
    }

    .sunvolt-review-chip strong {
      font-weight: 700;
    }

    .sunvolt-google-badge,
    .sunvolt-provider-badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      font-size: 13px;
      font-weight: 700;
      color: #ffffff;
      flex: 0 0 22px;
    }

    .sunvolt-google-badge {
      background: linear-gradient(135deg, #4285f4 0 25%, #34a853 25% 50%, #fbbc05 50% 75%, #ea4335 75% 100%);
    }

    .sunvolt-provider-badge.facebook {
      background: #1877f2;
    }

    .sunvolt-provider-badge.trust {
      background: #1f9d67;
    }

    .sunvolt-review-scorebar {
      display: flex;
      flex-direction: column;
      gap: 16px;
      padding-top: 18px;
      border-top: 1px solid #cfcfcf;
    }

    .sunvolt-review-rating {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 12px;
      color: #1b1a1a;
    }

    .sunvolt-review-rating-title {
      font-size: 18px;
      font-weight: 700;
    }

    .sunvolt-review-stars {
      display: inline-flex;
      gap: 4px;
      color: #f6b800;
      font-size: 18px;
    }

    .sunvolt-review-rating-meta {
      font-size: 16px;
      font-weight: 700;
    }

    .sunvolt-review-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 52px;
      padding: 12px 24px;
      border-radius: 12px;
      background: #f47809;
      color: #ffffff !important;
      font-size: 16px;
      font-weight: 700;
      text-align: center;
      transition: all 0.3s ease;
    }

    .sunvolt-review-btn:hover {
      background: #d86703;
      color: #ffffff !important;
    }

    .sunvolt-review-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 16px;
    }

    .sunvolt-review-card {
      display: flex;
      flex-direction: column;
      height: 100%;
      padding: 20px;
      border-radius: 20px;
      background: #ffffff;
      border: 1px solid #e8ebed;
      box-shadow: 0 12px 26px rgba(27, 26, 26, 0.06);
    }

    .sunvolt-review-card-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 14px;
      margin-bottom: 12px;
    }

    .sunvolt-review-person {
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
    }

    .sunvolt-review-avatar {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      color: #ffffff;
      font-size: 18px;
      font-weight: 700;
      flex: 0 0 44px;
    }

    .sunvolt-review-avatar.orange {
      background: #f47809;
    }

    .sunvolt-review-avatar.blue {
      background: #0f5ea8;
    }

    .sunvolt-review-avatar.green {
      background: #2f9d7e;
    }

    .sunvolt-review-avatar.purple {
      background: #8e44ce;
    }

    .sunvolt-review-avatar.charcoal {
      background: #455a64;
    }

    .sunvolt-review-avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%;
    }

    .sunvolt-review-person-meta {
      min-width: 0;
    }

    .sunvolt-review-name {
      margin: 0 0 2px;
      color: #1b1a1a;
      font-size: 15px;
      font-weight: 700;
      line-height: 1.35;
    }

    .sunvolt-review-date {
      display: block;
      color: #7a7a7a;
      font-size: 13px;
      line-height: 1.35;
    }

    .sunvolt-review-google {
      margin-top: 2px;
    }

    .sunvolt-review-rating-line {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 12px;
    }

    .sunvolt-review-rating-line .sunvolt-review-stars {
      font-size: 16px;
    }

    .sunvolt-review-verified {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: #4285f4;
      color: #ffffff;
      font-size: 10px;
    }

    .sunvolt-review-text {
      color: #1b1a1a;
      font-size: 16px;
      line-height: 1.55;
      margin-bottom: 12px;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      min-height: 100px;
    }

    .sunvolt-review-more {
      color: #7a7a7a !important;
      font-size: 15px;
      font-weight: 500;
      margin-top: auto;
    }

    @media (min-width: 768px) {
      .sunvolt-review-scorebar {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
      }
    }

    @media (min-width: 992px) {
      .sunvolt-review-top {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
      }
    }

    @media (max-width: 767px) {
      .sunvolt-review-wall {
        padding: 16px;
        border-radius: 18px;
      }

      .sunvolt-review-chip {
        font-size: 15px;
      }

      .sunvolt-review-rating-title,
      .sunvolt-review-rating-meta {
        font-size: 15px;
      }

      .sunvolt-review-card {
        padding: 16px;
        border-radius: 16px;
      }

      .sunvolt-review-text {
        min-height: auto;
        font-size: 15px;
      }
    }

    .footer-brand {
      margin-bottom: 10px;
    }

    .footer-brand__logo {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: transparent;
      border-radius: 0;
      padding: 0;
      margin-bottom: 18px;
    }

    .footer-brand__logo img {
      width: 175px;
      height: auto;
      display: block;
    }

    .footer-brand__text {
      color: #d3dae3;
      line-height: 1.7;
      margin-bottom: 0;
      max-width: 320px;
    }

    .footer-primary {
      padding-top: 62px !important;
      padding-bottom: 34px !important;
    }

    .footer-widget {
      margin-bottom: 18px !important;
    }

    .footer-widget-title {
      margin-bottom: 22px !important;
    }

    .footer-contact-box {
      padding-left: 18px;
    }

    .footer-contact-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer-contact-list li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      color: #ffffff;
      margin-bottom: 12px;
      line-height: 1.6;
    }

    .footer-contact-list li i {
      color: #f78b1e;
      margin-top: 5px;
      font-size: 14px;
    }

    .footer-contact-list li a,
    .footer-contact-list li span {
      color: #d3dae3;
    }

    .footer-widget-nav .list-unstyled li {
      position: relative;
      padding-left: 16px;
    }

    .footer-widget-nav .list-unstyled li:before {
      content: "";
      position: absolute;
      left: 0;
      top: 10px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #f47809;
    }

    .footer-socials {
      margin-top: 22px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .footer-socials li {
      margin-bottom: 0 !important;
    }

    .footer-socials li a {
      width: 42px;
      height: 42px;
      border: 1px solid rgba(255, 255, 255, 0.12);
      background: rgba(255, 255, 255, 0.02);
    }

    .footer-copyrights {
      padding: 18px 0 !important;
    }

    .footer-bottom-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px 24px;
      flex-wrap: wrap;
      padding-top: 18px;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .footer-bottom-wrap nav {
      margin: 0;
    }

    .copyright__nav {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 16px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .copyright__nav li a {
      margin: 0 !important;
      padding: 0 !important;
      color: #9b9b9b;
    }

    .copyright__nav li a:after {
      display: none !important;
      content: none !important;
    }

    .footer-bottom-wrap p {
      margin: 0;
    }

    @media (max-width: 767px) {
      .footer-brand__logo img {
        width: 142px;
      }

      .footer-contact-box {
        padding-left: 0;
      }

      .footer-bottom-wrap {
        justify-content: center;
        text-align: center;
      }

      .copyright__nav {
        justify-content: center;
      }
    }

    .svTac-section {
      background:
        radial-gradient(circle at top left, rgba(244, 120, 9, 0.14), transparent 28%),
        linear-gradient(180deg, #f5f8fb 0%, #fffaf4 100%);
      position: relative;
      overflow: hidden;
    }

    .svTac-shell {
      position: relative;
    }

    .svTac-heading {
      max-width: 860px;
      margin: 0 auto 30px;
      text-align: center;
    }

    .svTac-eyebrow {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 8px 16px;
      margin-bottom: 16px;
      border-radius: 999px;
      background: rgba(244, 120, 9, 0.1);
      border: 1px solid rgba(244, 120, 9, 0.18);
      color: #b55a07;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .svTac-meta {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
      margin-bottom: 24px;
    }

    .svTac-metaItem {
      padding: 18px 20px;
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.88);
      border: 1px solid rgba(214, 221, 229, 0.95);
      box-shadow: 0 14px 34px rgba(15, 33, 55, 0.07);
      text-align: center;
    }

    .svTac-metaLabel {
      display: block;
      margin-bottom: 8px;
      color: #6b7785;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .svTac-metaItem strong {
      display: block;
      color: #17202a;
      font-size: 16px;
      line-height: 1.45;
    }

    .svTac-card {
      position: relative;
      padding: 34px;
      border-radius: 28px;
      background: #ffffff;
      border: 1px solid #e7ecf2;
      box-shadow: 0 26px 72px rgba(20, 34, 51, 0.1);
      overflow: hidden;
    }

    .svTac-card:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 6px;
      background: linear-gradient(90deg, #f47809 0%, #ffbf69 50%, #0f5ea8 100%);
    }

    .svTac-intro {
      padding: 22px 24px;
      margin-bottom: 24px;
      border-radius: 20px;
      background: linear-gradient(135deg, #fff4e6 0%, #f6f9fc 100%);
      border: 1px solid #f0dfc8;
      color: #263341;
      line-height: 1.8;
    }

    .svTac-terms {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .svTac-term {
      padding: 0 0 22px;
      margin-bottom: 22px;
      border-bottom: 1px solid #e8edf2;
    }

    .svTac-term:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: 0;
    }

    .svTac-term h4 {
      margin-bottom: 10px;
      color: #17202a;
      font-size: 22px;
      line-height: 1.35;
    }

    .svTac-term p {
      margin-bottom: 0;
      color: #5e6a77;
      font-size: 16px;
      line-height: 1.9;
    }

    .svTac-note {
      margin-top: 28px;
      padding: 20px 22px;
      border-radius: 18px;
      background: #17202a;
      color: rgba(255, 255, 255, 0.88);
      font-size: 15px;
      line-height: 1.8;
    }

    .svTac-note strong {
      color: #ffffff;
    }

    .svTac-contact {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px 24px;
      flex-wrap: wrap;
      margin-top: 24px;
      padding: 22px 24px;
      border-radius: 20px;
      background: #f8fafc;
      border: 1px solid #e6ebf0;
    }

    .svTac-contactCopy h4 {
      margin-bottom: 8px;
      color: #17202a;
      font-size: 22px;
    }

    .svTac-contactCopy p {
      color: #5e6a77;
      line-height: 1.75;
    }

    .svTac-contactLinks {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
    }

    .svTac-contactLinks a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 12px 18px;
      border-radius: 999px;
      background: #ffffff;
      border: 1px solid #d9e1e8;
      color: #17202a;
      font-size: 15px;
      font-weight: 700;
      transition: all 0.25s ease;
    }

    .svTac-contactLinks a:hover {
      background: #f47809;
      border-color: #f47809;
      color: #ffffff;
      text-decoration: none;
    }

    @media (max-width: 991px) {
      .svTac-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .svTac-card {
        padding: 28px;
      }

      .svTac-term h4,
      .svTac-contactCopy h4 {
        font-size: 20px;
      }
    }

    @media (max-width: 767px) {
      .svTac-heading {
        margin-bottom: 24px;
      }

      .svTac-meta {
        grid-template-columns: 1fr;
      }

      .svTac-metaItem,
      .svTac-intro,
      .svTac-contact {
        border-radius: 16px;
      }

      .svTac-card {
        padding: 22px 18px;
        border-radius: 22px;
      }

      .svTac-term {
        padding-bottom: 18px;
        margin-bottom: 18px;
      }

      .svTac-term h4,
      .svTac-contactCopy h4 {
        font-size: 18px;
      }

      .svTac-term p,
      .svTac-note,
      .svTac-contactCopy p {
        font-size: 15px;
        line-height: 1.75;
      }

      .svTac-contactLinks {
        width: 100%;
      }

      .svTac-contactLinks a {
        width: 100%;
      }
    }

    .svPp-section {
      background:
        radial-gradient(circle at top right, rgba(15, 94, 168, 0.16), transparent 28%),
        linear-gradient(180deg, #f4f8fc 0%, #fbfcfe 100%);
      position: relative;
      overflow: hidden;
    }

    .svPp-shell {
      position: relative;
    }

    .svPp-heading {
      max-width: 860px;
      margin: 0 auto 30px;
      text-align: center;
    }

    .svPp-eyebrow {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 8px 16px;
      margin-bottom: 16px;
      border-radius: 999px;
      background: rgba(15, 94, 168, 0.1);
      border: 1px solid rgba(15, 94, 168, 0.16);
      color: #0f5ea8;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .svPp-meta {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
      margin-bottom: 24px;
    }

    .svPp-metaItem {
      padding: 18px 20px;
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.92);
      border: 1px solid rgba(217, 225, 233, 0.95);
      box-shadow: 0 14px 34px rgba(15, 33, 55, 0.06);
      text-align: center;
    }

    .svPp-metaLabel {
      display: block;
      margin-bottom: 8px;
      color: #667789;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .svPp-metaItem strong {
      display: block;
      color: #16212d;
      font-size: 16px;
      line-height: 1.45;
    }

    .svPp-card {
      position: relative;
      padding: 34px;
      border-radius: 28px;
      background: #ffffff;
      border: 1px solid #e3eaf1;
      box-shadow: 0 26px 72px rgba(20, 34, 51, 0.08);
      overflow: hidden;
    }

    .svPp-card:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 6px;
      background: linear-gradient(90deg, #0f5ea8 0%, #57a0e8 50%, #8ed0ff 100%);
    }

    .svPp-intro {
      padding: 22px 24px;
      margin-bottom: 24px;
      border-radius: 20px;
      background: linear-gradient(135deg, #eef6ff 0%, #f8fbff 100%);
      border: 1px solid #d8e7f6;
      color: #273545;
      line-height: 1.8;
    }

    .svPp-policy {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .svPp-item {
      padding: 0 0 22px;
      margin-bottom: 22px;
      border-bottom: 1px solid #e7edf3;
    }

    .svPp-item:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: 0;
    }

    .svPp-item h4 {
      margin-bottom: 10px;
      color: #16212d;
      font-size: 22px;
      line-height: 1.35;
    }

    .svPp-item p {
      margin-bottom: 0;
      color: #5a6a79;
      font-size: 16px;
      line-height: 1.9;
    }

    .svPp-note {
      margin-top: 28px;
      padding: 20px 22px;
      border-radius: 18px;
      background: #0f5ea8;
      color: rgba(255, 255, 255, 0.9);
      font-size: 15px;
      line-height: 1.8;
    }

    .svPp-note strong {
      color: #ffffff;
    }

    .svPp-contact {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px 24px;
      flex-wrap: wrap;
      margin-top: 24px;
      padding: 22px 24px;
      border-radius: 20px;
      background: #f7fbff;
      border: 1px solid #dce8f3;
    }

    .svPp-contactCopy h4 {
      margin-bottom: 8px;
      color: #16212d;
      font-size: 22px;
    }

    .svPp-contactCopy p {
      color: #5a6a79;
      line-height: 1.75;
    }

    .svPp-contactLinks {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
    }

    .svPp-contactLinks a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 12px 18px;
      border-radius: 999px;
      background: #ffffff;
      border: 1px solid #d3dfeb;
      color: #16212d;
      font-size: 15px;
      font-weight: 700;
      transition: all 0.25s ease;
    }

    .svPp-contactLinks a:hover {
      background: #0f5ea8;
      border-color: #0f5ea8;
      color: #ffffff;
      text-decoration: none;
    }

    @media (max-width: 991px) {
      .svPp-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .svPp-card {
        padding: 28px;
      }

      .svPp-item h4,
      .svPp-contactCopy h4 {
        font-size: 20px;
      }
    }

    @media (max-width: 767px) {
      .svPp-heading {
        margin-bottom: 24px;
      }

      .svPp-meta {
        grid-template-columns: 1fr;
      }

      .svPp-metaItem,
      .svPp-intro,
      .svPp-contact {
        border-radius: 16px;
      }

      .svPp-card {
        padding: 22px 18px;
        border-radius: 22px;
      }

      .svPp-item {
        padding-bottom: 18px;
        margin-bottom: 18px;
      }

      .svPp-item h4,
      .svPp-contactCopy h4 {
        font-size: 18px;
      }

      .svPp-item p,
      .svPp-note,
      .svPp-contactCopy p {
        font-size: 15px;
        line-height: 1.75;
      }

      .svPp-contactLinks {
        width: 100%;
      }

      .svPp-contactLinks a {
        width: 100%;
      }
    }

    .svCnt-panelGap {
      gap: 24px;
    }

    .svCnt-panelGap .contact__panel-info {
      flex: 0 0 31%;
      max-width: 31%;
    }

    .svCnt-panelGap .contact__panel-form {
      flex: 1 1 0;
      max-width: none;
    }

    .svCnt-panelGap .contact__panel-form.svCnt-formCard {
      background: #ffffff;
      border: 1px solid #eef1f4;
      border-radius: 14px;
      box-shadow: 0 22px 48px rgba(15, 33, 55, 0.1);
      padding: 34px 36px;
    }

    .svGaq-formWrap {
      padding: 40px 42px 28px;
    }

    .svGaq-formWrap .svGaq-form {
      flex: 0 0 100%;
      max-width: 100%;
      padding-left: 0;
    }

    .svGaq-visualCard {
      height: 100%;
      overflow: hidden;
      border-radius: 15px;
      background: #ffffff;
      box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
    }

    .svGaq-visualCard img {
      display: block;
      width: 100%;
      height: 100%;
      min-height: 640px;
      object-fit: cover;
    }

    @media (max-width: 992px) {
      .svCnt-panelGap {
        gap: 18px;
      }

      .svCnt-panelGap .contact__panel-info,
      .svCnt-panelGap .contact__panel-form {
        flex: 0 0 100%;
        max-width: 100%;
      }

      .svCnt-panelGap .contact__panel-form.svCnt-formCard {
        padding: 24px 20px;
      }

      .svGaq-formWrap {
        padding: 24px 20px;
      }

      .svGaq-visualCard {
        margin-top: 24px;
      }

      .svGaq-visualCard img {
        min-height: 320px;
      }
    }

    .svRss-band {
      padding: 34px 34px 10px;
      margin-bottom: 24px;
      border-radius: 32px;
    }

    .svRss-band-white {
      background: #ffffff;
      border: 1px solid #eceff2;
      box-shadow: 0 18px 42px rgba(20, 34, 51, 0.05);
    }

    .svRss-band-gray {
      background: #f4f4f4;
      border: 1px solid #ebebeb;
    }

    .svRss-highlightRow,
    .svRss-stepRow,
    .svRss-whyRow,
    .svRss-serviceRow {
      margin-bottom: 34px;
      row-gap: 24px;
    }

    .svRss-highlightCard,
    .svRss-stepCard,
    .svRss-whyCard,
    .svRss-serviceCard {
      transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    }

    .svRss-highlightCard:hover,
    .svRss-stepCard:hover,
    .svRss-whyCard:hover,
    .svRss-serviceCard:hover {
      transform: translateY(-6px);
      box-shadow: 0 24px 50px rgba(20, 34, 51, 0.18);
    }

    .svRss-highlightCard {
      height: 100%;
      padding: 30px 28px;
      border-radius: 28px;
      border: 1px solid transparent;
      box-shadow: 0 16px 34px rgba(20, 34, 51, 0.08);
    }

    .svRss-highlightCard-orange {
      background: #fff4ea;
      border-color: #f6d2b3;
    }

    .svRss-highlightCard-green {
      background: #eef8ee;
      border-color: #cfe7cf;
    }

    .svRss-cardLabel {
      display: inline-block;
      margin-bottom: 14px;
      color: #f47809;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .svRss-highlightCard-green .svRss-cardLabel {
      color: #2f8b57;
    }

    .svRss-highlightCard h4,
    .svRss-stepCard h4,
    .svRss-whyCard h4,
    .svRss-serviceCard h4 {
      color: #17202a;
    }

    .svRss-highlightCard h4 {
      margin-bottom: 12px;
      font-size: 24px;
      line-height: 1.35;
    }

    .svRss-highlightCard p,
    .svRss-stepCard p,
    .svRss-whyCard p,
    .svRss-serviceCard p {
      color: #5e6a77;
      line-height: 1.8;
      margin-bottom: 0;
    }

    .svRss-cardList {
      padding-left: 18px;
      margin: 18px 0 0;
    }

    .svRss-cardList li {
      color: #263341;
      line-height: 1.7;
      margin-bottom: 8px;
    }

    .svRss-cardList li:last-child {
      margin-bottom: 0;
    }

    .svRss-stepCard {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      max-width: 360px;
      aspect-ratio: 1 / 1;
      padding: 34px 28px;
      margin: 0 auto;
      text-align: center;
      border-radius: 50%;
      background: #ffffff;
      border: 1px solid #e7ecf2;
      box-shadow: 0 18px 40px rgba(20, 34, 51, 0.12);
    }

    .svRss-stepCard-orange {
      background: #fff4ea;
      border-color: #f7d7bf;
    }

    .svRss-stepCard-blue {
      background: #edf5ff;
      border-color: #cfe1fb;
    }

    .svRss-stepCard-green {
      background: #eef8ee;
      border-color: #cfe7cf;
    }

    .svRss-stepNo {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 62px;
      height: 62px;
      margin-bottom: 18px;
      border-radius: 50%;
      background: #f47809;
      color: #ffffff;
      font-size: 20px;
      font-weight: 700;
    }

    .svRss-stepCard h4 {
      margin-bottom: 10px;
      font-size: 24px;
    }

    .svRss-stepCard p {
      font-size: 16px;
      line-height: 1.55;
    }

    .svRss-whyCard {
      height: 100%;
      padding: 28px 26px;
      border-radius: 24px;
      background: #ffffff;
      border: 1px solid #e7ecf2;
      box-shadow: 0 16px 34px rgba(20, 34, 51, 0.11);
    }

    .svRss-whyCard h4 {
      margin-bottom: 10px;
      font-size: 22px;
    }

    .svRss-serviceCard {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
      height: 100%;
      min-height: 94px;
      padding: 18px 22px;
      border-radius: 18px;
      background: #ffffff;
      border: 1px solid #e8edf2;
      box-shadow: 0 16px 34px rgba(20, 34, 51, 0.1);
      border-top: 0;
      border-left: 4px solid #f47809;
    }

    .svRss-serviceCard h4 {
      margin-bottom: 0;
      flex: 1 1 0;
      min-width: 0;
      font-size: 21px;
      line-height: 1.35;
    }

    .svRss-serviceCard .btn__link {
      margin-top: 0;
      white-space: nowrap;
    }

    @media (max-width: 1199px) {
      .svRss-stepCard {
        max-width: 320px;
        padding: 28px 24px;
      }

      .svRss-stepCard h4 {
        font-size: 22px;
      }
    }

    @media (max-width: 991px) {
      .svRss-band {
        padding: 28px 24px 8px;
      }

      .svRss-stepCard {
        width: min(320px, calc(100vw - 72px));
        height: min(320px, calc(100vw - 72px));
        max-width: none;
        padding: 24px 22px;
      }
    }

    @media (max-width: 767px) {
      .svRss-band {
        padding: 22px 18px 2px;
        border-radius: 22px;
      }

      .svRss-highlightRow,
      .svRss-stepRow,
      .svRss-whyRow,
      .svRss-serviceRow {
        margin-bottom: 24px;
        row-gap: 18px;
      }

      .svRss-highlightCard,
      .svRss-whyCard,
      .svRss-serviceCard {
        padding: 22px 18px;
        border-radius: 20px;
      }

      .svRss-highlightCard h4,
      .svRss-stepCard h4,
      .svRss-whyCard h4,
      .svRss-serviceCard h4 {
        font-size: 20px;
      }

      .svRss-stepCard {
        width: min(300px, calc(100vw - 56px));
        height: min(300px, calc(100vw - 56px));
        max-width: none;
        padding: 22px 20px;
      }

      .svRss-stepNo {
        width: 54px;
        height: 54px;
        font-size: 18px;
      }

      .svRss-stepCard p {
        font-size: 15px;
        line-height: 1.45;
      }

      .svRss-serviceCard {
        min-height: auto;
        align-items: flex-start;
        gap: 12px;
      }

      .svRss-serviceCard h4 {
        flex: 1 1 100%;
        font-size: 20px;
      }
    }

    .svWcu-sideCard {
      padding: 28px 24px;
      border-radius: 24px;
      background: #ffffff;
      border: 1px solid #e8edf2;
      box-shadow: 0 18px 42px rgba(20, 34, 51, 0.08);
    }

    .svWcu-sideCard .heading__desc:last-of-type {
      margin-bottom: 28px;
    }

    .svWcu-metaGrid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 18px;
      border: 0;
      background: transparent;
      box-shadow: none;
    }

    .svWcu-metaCard {
      min-height: 200px;
      padding: 28px 24px;
      border-radius: 24px;
      border: 1px solid transparent;
      border-right: 0 !important;
      box-shadow: 0 16px 34px rgba(20, 34, 51, 0.08);
      transition: transform 0.28s ease, box-shadow 0.28s ease;
    }

    .svWcu-metaIcon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 56px;
      height: 56px;
      margin-bottom: 18px;
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.72);
      color: #f47809;
      font-size: 24px;
      box-shadow: 0 10px 22px rgba(20, 34, 51, 0.08);
    }

    .svWcu-metaCard:hover {
      transform: translateY(-6px);
      box-shadow: 0 24px 48px rgba(20, 34, 51, 0.14);
    }

    .svWcu-metaCard-orange {
      background: #fff4ea;
      border-color: #f5d5bc;
    }

    .svWcu-metaCard-green {
      background: #eef8ee;
      border-color: #d2e8d2;
    }

    .svWcu-metaCard-blue {
      background: #edf5ff;
      border-color: #d3e1f6;
    }

    .svWcu-metaCard .meta__name {
      display: block;
      margin-bottom: 12px;
      color: #17202a;
      font-size: 15px;
      font-weight: 700;
      line-height: 1.4;
    }

    .svWcu-metaCard .meta__desc {
      display: block;
      color: #f47809;
      font-size: 26px;
      font-weight: 700;
      line-height: 1.35;
    }

    @media (max-width: 1199px) {
      .svWcu-metaGrid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }

    @media (max-width: 991px) {
      .svWcu-sideCard {
        margin-top: 30px;
      }

      .svWcu-metaGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 767px) {
      .svWcu-sideCard {
        padding: 22px 18px;
        border-radius: 18px;
      }

      .svWcu-metaGrid {
        grid-template-columns: 1fr;
        gap: 16px;
      }

      .svWcu-metaCard {
        min-height: auto;
        padding: 22px 18px;
        border-radius: 18px;
      }

      .svWcu-metaIcon {
        width: 50px;
        height: 50px;
        margin-bottom: 14px;
        border-radius: 16px;
        font-size: 22px;
      }

      .svWcu-metaCard .meta__desc {
        font-size: 22px;
      }
    }
