#blanc-homepage {
      --blanc-primary: #1F4281;
      --blanc-deep: #113160;
      --blanc-accent: #144799;
      --blanc-gold: #C9A84C;
      --blanc-ivory: #F0EDE6;
      --blanc-off: #E8E4DB;
      --blanc-white: #FFFFFF;
      --blanc-ink: #1A1A1A;
      --blanc-border: rgba(31, 66, 129, 0.12);
      --blanc-shadow: 0 14px 34px rgba(17, 49, 96, 0.08);
      --blanc-shadow-strong: 0 18px 48px rgba(17, 49, 96, 0.12);
      width: 100%;
      overflow-x: hidden;
      color: var(--blanc-deep);
      background: var(--blanc-white);
      font-family: "M PLUS Rounded 1c", sans-serif;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    #blanc-homepage *,
    #blanc-homepage *::before,
    #blanc-homepage *::after {
      box-sizing: border-box;
    }

    #blanc-homepage .blanc-hero-image,
    #blanc-homepage .blanc-hero-bg,
    #blanc-homepage .blanc-hero-staff,
    #blanc-homepage .blanc-pricing-image,
    #blanc-homepage .blanc-care-image,
    #blanc-homepage .blanc-map-iframe,
    #blanc-homepage svg {
      display: block;
      max-width: 100%;
    }

    #blanc-homepage .blanc-container {
      width: min(100% - 48px, 1210px);
      margin: 0 auto;
    }

    #blanc-homepage .blanc-section {
      padding: 70px 0;
      position: relative;
    }

    #blanc-homepage .blanc-section-title {
      margin: 0;
      color: var(--blanc-deep);
      font-size: clamp(32px, 3.4vw, 40px);
      font-weight: 900;
      line-height: 1.12;
      text-align: center;
      letter-spacing: 0;
    }

    #blanc-homepage .blanc-section-lead {
      max-width: 760px;
      margin: 14px auto 0;
      color: rgba(17, 49, 96, 0.78);
      font-size: 16px;
      font-weight: 700;
      line-height: 1.75;
      text-align: center;
    }

    #blanc-homepage .blanc-button,
    #blanc-homepage .blanc-icon-button {
      border: 0;
      cursor: pointer;
      font-family: inherit;
    }

    #blanc-homepage .blanc-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 46px;
      padding: 0 23px;
      border-radius: 999px;
      font-size: 15px;
      font-weight: 900;
      line-height: 1;
      transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
    }

    #blanc-homepage .blanc-button:focus-visible,
    #blanc-homepage .blanc-icon-button:focus-visible,
    #blanc-homepage .blanc-nav-link:focus-visible,
    #blanc-homepage .blanc-booking-input:focus-visible {
      outline: 3px solid rgba(201, 168, 76, 0.5);
      outline-offset: 3px;
    }

    #blanc-homepage .blanc-button:hover {
      transform: translateY(-2px);
      box-shadow: 0 14px 28px rgba(17, 49, 96, 0.18);
    }

    #blanc-homepage .blanc-button-primary {
      background: var(--blanc-primary);
      color: var(--blanc-white);
      box-shadow: 0 10px 22px rgba(31, 66, 129, 0.2);
    }

    #blanc-homepage .blanc-button-outline {
      background: rgba(255, 255, 255, 0.72);
      color: var(--blanc-primary);
      border: 2px solid rgba(31, 66, 129, 0.38);
    }

    #blanc-homepage .blanc-button-gold {
      background: var(--blanc-gold);
      color: var(--blanc-deep);
      box-shadow: 0 12px 28px rgba(201, 168, 76, 0.28);
    }

    #blanc-homepage .blanc-icon {
      width: 32px;
      height: 32px;
      display: block;
      color: inherit;
      stroke: currentColor;
      flex-shrink: 0;
    }

    #blanc-homepage .blanc-icon-sm {
      width: 18px;
      height: 18px;
    }

    #blanc-homepage .blanc-service-icon {
      width: 56px;
      height: 56px;
      color: #1F4281;
      margin: 0 auto 22px;
    }

    #blanc-homepage .blanc-booking-icon {
      width: 36px;
      height: 36px;
      color: #1F4281;
    }

    #blanc-homepage .blanc-chip-icon,
    #blanc-homepage .blanc-button-icon {
      width: 18px;
      height: 18px;
      color: currentColor;
    }

    #blanc-homepage .blanc-icon path,
    #blanc-homepage .blanc-icon circle,
    #blanc-homepage .blanc-icon rect,
    #blanc-homepage .blanc-icon line,
    #blanc-homepage .blanc-icon polyline,
    #blanc-homepage .blanc-icon polygon {
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    #blanc-homepage .blanc-header {
      position: sticky;
      top: 0;
      z-index: 80;
      background: rgba(255, 255, 255, 0.96);
      border-bottom: 1px solid rgba(31, 66, 129, 0.1);
      backdrop-filter: blur(14px);
      transition: box-shadow 180ms ease, background 180ms ease;
    }

    #blanc-homepage .blanc-header.blanc-is-scrolled {
      box-shadow: 0 10px 24px rgba(17, 49, 96, 0.08);
      background: rgba(255, 255, 255, 0.98);
    }

    #blanc-homepage .blanc-header-inner {
      width: min(100% - 38px, 1280px);
      min-height: 62px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: auto 1fr auto;
      align-items: center;
      gap: 24px;
    }

    #blanc-homepage .blanc-logo {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--blanc-primary);
      text-decoration: none;
      min-width: 162px;
    }

    #blanc-homepage .blanc-logo-mark {
      width: 46px;
      height: 46px;
      flex: 0 0 auto;
    }

    #blanc-homepage .blanc-logo-text {
      display: grid;
      gap: 0;
      line-height: 0.86;
      letter-spacing: 0;
    }

    #blanc-homepage .blanc-logo-main {
      font-size: 17px;
      font-weight: 900;
    }

    #blanc-homepage .blanc-logo-sub {
      margin-top: 3px;
      font-size: 11px;
      font-weight: 900;
    }

    #blanc-homepage .blanc-nav {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 36px;
    }

    #blanc-homepage .blanc-nav-link {
      color: var(--blanc-deep);
      text-decoration: none;
      font-size: 13px;
      font-weight: 900;
      position: relative;
      padding: 8px 0;
    }

    #blanc-homepage .blanc-nav-link::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 2px;
      height: 2px;
      border-radius: 999px;
      background: var(--blanc-gold);
      transform: scaleX(0);
      transition: transform 180ms ease;
    }

    #blanc-homepage .blanc-nav-link:hover::after {
      transform: scaleX(1);
    }

    #blanc-homepage .blanc-header-actions {
      display: flex;
      align-items: center;
      gap: 18px;
    }

    #blanc-homepage .blanc-hotline {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--blanc-deep);
      text-decoration: none;
      font-size: 13px;
      font-weight: 900;
      white-space: nowrap;
    }

    #blanc-homepage .blanc-header-cta {
      min-height: 38px;
      padding: 0 18px;
      font-size: 13px;
    }

    #blanc-homepage .blanc-menu-toggle {
      display: none;
      width: 46px;
      height: 46px;
      align-items: center;
      justify-content: center;
      color: var(--blanc-primary);
      background: rgba(31, 66, 129, 0.06);
      border: 1px solid var(--blanc-border);
      border-radius: 16px;
    }

    #blanc-homepage .blanc-menu-toggle .blanc-menu-close {
      display: none;
    }

    #blanc-homepage .blanc-menu-toggle.blanc-open .blanc-menu-open {
      display: none;
    }

    #blanc-homepage .blanc-menu-toggle.blanc-open .blanc-menu-close {
      display: block;
    }

    #blanc-homepage .blanc-mobile-menu {
      display: none;
      border-top: 1px solid rgba(31, 66, 129, 0.08);
      background: var(--blanc-white);
    }

    #blanc-homepage .blanc-mobile-menu-inner {
      width: min(100% - 40px, 1220px);
      margin: 0 auto;
      padding: 18px 0 24px;
      display: grid;
      gap: 12px;
    }

    #blanc-homepage .blanc-mobile-menu .blanc-nav-link {
      padding: 12px 0;
      border-bottom: 1px solid rgba(31, 66, 129, 0.08);
    }

    #blanc-homepage .blanc-hero {
      --blanc-parallax-x: 0px;
      --blanc-parallax-y: 0px;
      --blanc-bg-x: 0px;
      --blanc-bg-y: 0px;
      --blanc-bubble-x: 0px;
      --blanc-bubble-y: 0px;
      --blanc-scroll-y: 0px;
      position: relative;
      min-height: 640px;
      display: grid;
      align-items: center;
      background:
        radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.82) 0 0, transparent 17%),
        radial-gradient(circle at 8% 82%, rgba(31, 66, 129, 0.05), transparent 27%),
        linear-gradient(105deg, #FFFFFF 0%, #FFFFFF 42%, #F0EDE6 78%, #E8E4DB 100%);
      overflow: hidden;
    }

    #blanc-homepage .blanc-hero::before {
      content: "";
      position: absolute;
      left: -10%;
      right: -10%;
      bottom: -74px;
      height: 180px;
      background:
        radial-gradient(80% 120% at 22% 10%, rgba(31, 66, 129, 0.08), transparent 58%),
        linear-gradient(168deg, transparent 0 42%, rgba(31, 66, 129, 0.055) 43% 57%, transparent 58% 100%);
      border-radius: 50%;
      pointer-events: none;
      animation: blanc-wave-move 18s ease-in-out infinite;
      will-change: transform, opacity;
    }

    #blanc-homepage .blanc-hero::after {
      content: "";
      position: absolute;
      left: -10%;
      bottom: -1px;
      width: 120%;
      height: 90px;
      background:
        radial-gradient(70% 120% at 28% 100%, rgba(31, 66, 129, 0.075), transparent 60%),
        linear-gradient(178deg, transparent 0 42%, rgba(240, 237, 230, 0.62) 43% 100%);
      opacity: 0.55;
      pointer-events: none;
      z-index: 1;
      animation: blanc-wave-move 20s ease-in-out infinite reverse;
      will-change: transform, opacity;
    }

    #blanc-homepage .blanc-hero-grid {
      position: relative;
      z-index: 2;
      width: min(100% - 48px, 1240px);
      display: grid;
      grid-template-columns: 0.44fr 0.56fr;
      align-items: center;
      gap: 34px;
      padding: 42px 0 92px;
    }

    #blanc-homepage .blanc-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 16px;
      padding: 7px 13px;
      color: var(--blanc-primary);
      background: rgba(255, 255, 255, 0.72);
      border: 1px solid rgba(31, 66, 129, 0.12);
      border-radius: 999px;
      box-shadow: 0 8px 20px rgba(17, 49, 96, 0.045);
      font-size: 13px;
      font-weight: 900;
    }

    #blanc-homepage .blanc-hero-title {
      max-width: 575px;
      margin: 0;
      color: var(--blanc-primary);
      font-size: clamp(60px, 5vw, 66px);
      font-weight: 900;
      line-height: 1.05;
      letter-spacing: 0;
    }

    #blanc-homepage .blanc-hero-text {
      max-width: 520px;
      margin: 20px 0 0;
      color: rgba(17, 49, 96, 0.82);
      font-size: 18px;
      font-weight: 700;
      line-height: 1.7;
    }

    #blanc-homepage .blanc-hero-actions {
      margin-top: 28px;
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
    }

    #blanc-homepage .blanc-hero-actions .blanc-button {
      min-height: 52px;
      padding: 0 28px;
    }

    #blanc-homepage .blanc-hero-actions .blanc-button-primary {
      position: relative;
      overflow: hidden;
    }

    #blanc-homepage .blanc-hero-actions .blanc-button-primary::after {
      content: "";
      position: absolute;
      top: -35%;
      bottom: -35%;
      left: -70%;
      width: 44%;
      background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.24), transparent);
      transform: translateX(0) skewX(-18deg);
      opacity: 0;
      pointer-events: none;
      transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease;
    }

    #blanc-homepage .blanc-hero-actions .blanc-button-primary:hover {
      background: #173a73;
      transform: translateY(-2px);
      box-shadow: 0 16px 34px rgba(17, 49, 96, 0.24);
    }

    #blanc-homepage .blanc-hero-actions .blanc-button-primary:hover::after {
      transform: translateX(360%) skewX(-18deg);
      opacity: 1;
    }

    #blanc-homepage .blanc-hero-actions .blanc-button-outline {
      background: var(--blanc-white);
      border-width: 1.5px;
      box-shadow: 0 10px 22px rgba(17, 49, 96, 0.06);
    }

    #blanc-homepage .blanc-hero-actions .blanc-button-outline:hover {
      background: rgba(240, 237, 230, 0.42);
      border-color: #1F4281;
      transform: translateY(-2px);
    }

    #blanc-homepage .blanc-trust-row {
      margin-top: 26px;
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    #blanc-homepage .blanc-trust-chip {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 40px;
      padding: 0 15px;
      color: var(--blanc-deep);
      background: rgba(255, 255, 255, 0.9);
      border: 1px solid rgba(31, 66, 129, 0.14);
      border-radius: 999px;
      box-shadow: 0 12px 28px rgba(17, 49, 96, 0.08);
      font-size: 13px;
      font-weight: 800;
      white-space: nowrap;
      transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, color 220ms ease;
    }

    #blanc-homepage .blanc-trust-chip .blanc-icon {
      width: 18px;
      height: 18px;
      transition: color 220ms ease;
    }

    #blanc-homepage .blanc-trust-chip:hover {
      transform: translateY(-2px);
      border-color: rgba(201, 168, 76, 0.62);
      box-shadow: 0 16px 32px rgba(17, 49, 96, 0.11);
    }

    #blanc-homepage .blanc-trust-chip:hover .blanc-icon {
      color: var(--blanc-gold);
    }

    #blanc-homepage .blanc-hero-visual {
      position: relative;
      width: 100%;
      height: 560px;
      min-height: 560px;
      overflow: hidden;
      border-radius: 32px;
      background: var(--blanc-ivory);
      box-shadow: 0 24px 70px rgba(17, 49, 96, 0.13);
      transform: translate3d(0, var(--blanc-scroll-y), 0);
      will-change: transform;
    }

    #blanc-homepage .blanc-hero-bg,
    #blanc-homepage .blanc-hero-staff,
    #blanc-homepage .blanc-hero-bg-overlay {
      position: absolute;
      inset: 0;
    }

    #blanc-homepage .blanc-hero-bg {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transform-origin: center;
      z-index: 1;
      animation: blanc-hero-bg-breath 16s ease-in-out infinite;
      will-change: transform;
    }

    #blanc-homepage .blanc-hero-bg-overlay {
      z-index: 2;
      background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.55) 28%, rgba(255, 255, 255, 0.08) 58%),
        radial-gradient(circle at 22% 34%, rgba(255, 255, 255, 0.66), transparent 35%);
      pointer-events: none;
    }

    #blanc-homepage .blanc-hero-staff {
      inset: auto 5% 0 auto;
      width: auto;
      height: 103%;
      max-width: none;
      object-fit: contain;
      object-position: right bottom;
      z-index: 4;
      filter: drop-shadow(0 22px 34px rgba(17, 49, 96, 0.16));
      animation: blanc-staff-float 6.2s ease-in-out infinite;
      will-change: transform;
    }

    #blanc-homepage .blanc-hero-bubble {
      position: absolute;
      z-index: 3;
      border: 1px solid rgba(31, 66, 129, 0.12);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.45);
      box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.68), 0 12px 28px rgba(17, 49, 96, 0.07);
      pointer-events: none;
      animation: blanc-bubble-drift 9s ease-in-out infinite;
      will-change: transform, opacity;
    }

    #blanc-homepage .blanc-hero-bubble-1 {
      top: 52px;
      left: 18%;
      width: 64px;
      height: 64px;
      animation-duration: 9s;
    }

    #blanc-homepage .blanc-hero-bubble-2 {
      top: 128px;
      left: 30%;
      width: 42px;
      height: 42px;
      animation-duration: 12s;
      animation-delay: -2.4s;
    }

    #blanc-homepage .blanc-hero-bubble-3 {
      right: 12%;
      bottom: 74px;
      width: 34px;
      height: 34px;
      opacity: 0.62;
      animation-duration: 14s;
      animation-delay: -4.2s;
    }

    #blanc-homepage .blanc-animate-fade-up {
      opacity: 0;
      transform: translateY(18px);
      animation: blanc-fade-up 760ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
      will-change: transform, opacity;
    }

    #blanc-homepage .blanc-delay-1 {
      animation-delay: 90ms;
    }

    #blanc-homepage .blanc-delay-2 {
      animation-delay: 190ms;
    }

    #blanc-homepage .blanc-delay-3 {
      animation-delay: 310ms;
    }

    #blanc-homepage .blanc-delay-4 {
      animation-delay: 430ms;
    }

    @keyframes blanc-fade-up {
      from {
        opacity: 0;
        transform: translateY(18px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes blanc-staff-float {
      0%, 100% {
        transform: translate3d(var(--blanc-parallax-x), var(--blanc-parallax-y), 0) scale(1);
      }
      50% {
        transform: translate3d(var(--blanc-parallax-x), calc(var(--blanc-parallax-y) - 10px), 0) scale(1.01);
      }
    }

    @keyframes blanc-hero-bg-breath {
      0%, 100% {
        transform: translate3d(var(--blanc-bg-x), var(--blanc-bg-y), 0) scale(1);
      }
      50% {
        transform: translate3d(var(--blanc-bg-x), var(--blanc-bg-y), 0) scale(1.035);
      }
    }

    @keyframes blanc-bubble-drift {
      0%, 100% {
        opacity: 0.38;
        transform: translate3d(var(--blanc-bubble-x), var(--blanc-bubble-y), 0) scale(1);
      }
      50% {
        opacity: 0.72;
        transform: translate3d(calc(var(--blanc-bubble-x) + 14px), calc(var(--blanc-bubble-y) - 22px), 0) scale(1.08);
      }
    }

    @keyframes blanc-wave-move {
      0%, 100% {
        opacity: 0.55;
        transform: translateX(0);
      }
      50% {
        opacity: 0.72;
        transform: translateX(36px);
      }
    }

    #blanc-homepage .blanc-booking-wrap {
      position: relative;
      z-index: 5;
      margin-top: -56px;
    }

    #blanc-homepage .blanc-booking-card {
      padding: 22px 34px;
      background: var(--blanc-white);
      border: 1px solid rgba(31, 66, 129, 0.1);
      border-radius: 28px;
      box-shadow: 0 15px 42px rgba(17, 49, 96, 0.12);
    }

    #blanc-homepage .blanc-booking-title {
      margin: 0 0 14px;
      color: var(--blanc-deep);
      font-size: 23px;
      font-weight: 900;
      line-height: 1.2;
    }

    #blanc-homepage .blanc-booking-grid {
      display: grid;
      grid-template-columns: 1fr 292px;
      align-items: stretch;
      gap: 28px;
    }

    #blanc-homepage .blanc-booking-options {
      display: grid;
      grid-template-columns: repeat(6, minmax(72px, 1fr));
      gap: 10px;
    }

    #blanc-homepage .blanc-booking-option {
      min-height: 78px;
      display: grid;
      place-items: center;
      gap: 6px;
      color: var(--blanc-primary);
      text-decoration: none;
      background: var(--blanc-white);
      border: 1px solid transparent;
      border-radius: 20px;
      transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
    }

    #blanc-homepage .blanc-booking-option:hover {
      transform: translateY(-3px);
      border-color: rgba(201, 168, 76, 0.72);
      background: rgba(240, 237, 230, 0.32);
    }

    #blanc-homepage .blanc-booking-icon-wrap {
      width: 50px;
      height: 50px;
      display: grid;
      place-items: center;
      border: 1px solid rgba(31, 66, 129, 0.15);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.82);
    }

    #blanc-homepage .blanc-booking-option span {
      color: var(--blanc-deep);
      font-size: 12px;
      font-weight: 900;
      text-align: center;
    }

    #blanc-homepage .blanc-booking-form {
      padding-left: 28px;
      border-left: 1px solid rgba(31, 66, 129, 0.12);
      display: grid;
      align-content: center;
      gap: 10px;
    }

    #blanc-homepage .blanc-booking-input {
      width: 100%;
      min-height: 44px;
      padding: 0 18px;
      color: var(--blanc-deep);
      background: var(--blanc-white);
      border: 1px solid rgba(31, 66, 129, 0.18);
      border-radius: 10px;
      font-family: inherit;
      font-size: 14px;
      font-weight: 700;
    }

    #blanc-homepage .blanc-booking-input::placeholder {
      color: rgba(17, 49, 96, 0.45);
    }

    #blanc-homepage .blanc-booking-submit {
      width: 100%;
      min-height: 44px;
    }

    #blanc-homepage .blanc-booking-message {
      min-height: 20px;
      margin: 0;
      color: var(--blanc-primary);
      font-size: 13px;
      font-weight: 800;
    }

    #blanc-homepage .blanc-services {
      padding-top: 48px;
      background: var(--blanc-white);
    }

    #blanc-homepage .blanc-services-grid {
      margin-top: 30px;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

    #blanc-homepage .blanc-service-card,
    #blanc-homepage .blanc-why-card,
    #blanc-homepage .blanc-testimonial-card,
    #blanc-homepage .blanc-care-card {
      background: var(--blanc-white);
      border: 1px solid var(--blanc-border);
      box-shadow: 0 8px 24px rgba(17, 49, 96, 0.035);
      transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
    }

    #blanc-homepage .blanc-service-card:hover,
    #blanc-homepage .blanc-care-card:hover,
    #blanc-homepage .blanc-testimonial-card:hover {
      transform: translateY(-5px);
      border-color: rgba(201, 168, 76, 0.65);
      box-shadow: var(--blanc-shadow);
    }

    #blanc-homepage .blanc-service-card {
      min-height: 188px;
      padding: 24px 18px 20px;
      border-radius: 20px;
      text-align: center;
      display: grid;
      justify-items: center;
      align-content: start;
    }

    #blanc-homepage .blanc-service-card .blanc-service-icon {
      width: 56px;
      height: 56px;
      color: #1F4281;
      margin: 0 auto 18px;
    }

    #blanc-homepage .blanc-card-title {
      margin: 0;
      color: var(--blanc-deep);
      font-size: 18px;
      font-weight: 900;
      line-height: 1.25;
    }

    #blanc-homepage .blanc-card-text {
      margin: 8px 0 0;
      color: rgba(17, 49, 96, 0.78);
      font-size: 13px;
      font-weight: 700;
      line-height: 1.55;
    }

    #blanc-homepage .blanc-price {
      margin-top: 8px;
      color: var(--blanc-deep);
      font-size: 14px;
      font-weight: 900;
    }

    #blanc-homepage .blanc-why {
      padding: 36px 0 42px;
      background:
        radial-gradient(circle at 6% 12%, rgba(255, 255, 255, 0.13) 0 18px, transparent 20px),
        radial-gradient(circle at 94% 16%, rgba(255, 255, 255, 0.16) 0 22px, transparent 25px),
        radial-gradient(circle at 9% 76%, rgba(255, 255, 255, 0.06) 0 8px, transparent 10px),
        linear-gradient(135deg, #0c2d5a, var(--blanc-deep));
      color: var(--blanc-white);
    }

    #blanc-homepage .blanc-why .blanc-section-title {
      color: var(--blanc-white);
    }

    #blanc-homepage .blanc-why-grid {
      margin-top: 24px;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

    #blanc-homepage .blanc-why-card {
      min-height: 154px;
      padding: 22px 20px;
      border-radius: 20px;
      text-align: center;
      display: grid;
      justify-items: center;
      align-content: start;
    }

    #blanc-homepage .blanc-why-card .blanc-icon {
      width: 42px;
      height: 42px;
      color: var(--blanc-primary);
      margin-bottom: 11px;
    }

    #blanc-homepage .blanc-process {
      background: var(--blanc-white);
      padding: 44px 0 62px;
    }

    #blanc-homepage .blanc-process-grid {
      position: relative;
      margin-top: 34px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 40px;
    }

    #blanc-homepage .blanc-process-grid::before {
      content: "";
      position: absolute;
      top: 44px;
      left: 18%;
      right: 18%;
      border-top: 4px dotted rgba(31, 66, 129, 0.42);
    }

    #blanc-homepage .blanc-step {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: auto 1fr;
      align-items: center;
      gap: 18px;
    }

    #blanc-homepage .blanc-step-number {
      width: 58px;
      height: 58px;
      display: grid;
      place-items: center;
      color: var(--blanc-white);
      background: var(--blanc-primary);
      border: 6px solid var(--blanc-white);
      border-radius: 999px;
      box-shadow: 0 0 0 1px rgba(31, 66, 129, 0.14), var(--blanc-shadow);
      font-size: 20px;
      font-weight: 900;
    }

    #blanc-homepage .blanc-step-icon {
      width: 76px;
      height: 76px;
      display: grid;
      place-items: center;
      color: var(--blanc-primary);
      background: var(--blanc-white);
      border: 1px solid var(--blanc-border);
      border-radius: 999px;
      box-shadow: var(--blanc-shadow);
      margin-left: -18px;
    }

    #blanc-homepage .blanc-step-icon .blanc-icon {
      width: 42px;
      height: 42px;
    }

    #blanc-homepage .blanc-step-copy {
      min-width: 0;
    }

    #blanc-homepage .blanc-step-title {
      margin: 0;
      color: var(--blanc-deep);
      font-size: 18px;
      font-weight: 900;
    }

    #blanc-homepage .blanc-step-text {
      margin: 6px 0 0;
      color: rgba(17, 49, 96, 0.78);
      font-size: 14px;
      font-weight: 700;
      line-height: 1.55;
    }

    #blanc-homepage .blanc-pricing {
      padding: 0;
      background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(240, 237, 230, 0.66)),
        var(--blanc-ivory);
    }

    #blanc-homepage .blanc-pricing-grid {
      min-height: 390px;
      display: grid;
      grid-template-columns: 0.92fr 1.08fr;
      align-items: center;
      gap: 40px;
      padding: 46px 0;
    }

    #blanc-homepage .blanc-pricing-title {
      max-width: 390px;
      margin: 0 0 22px;
      color: var(--blanc-primary);
      font-size: clamp(32px, 3.2vw, 38px);
      font-weight: 900;
      line-height: 1.08;
    }

    #blanc-homepage .blanc-price-table {
      width: min(100%, 550px);
      overflow: hidden;
      border: 1px solid rgba(31, 66, 129, 0.16);
      border-radius: 14px;
      background: rgba(255, 255, 255, 0.82);
    }

    #blanc-homepage .blanc-price-row {
      display: grid;
      grid-template-columns: 1fr 170px;
      border-bottom: 1px solid rgba(31, 66, 129, 0.13);
    }

    #blanc-homepage .blanc-price-row:last-child {
      border-bottom: 0;
    }

    #blanc-homepage .blanc-price-row span {
      padding: 13px 22px;
      color: var(--blanc-deep);
      font-size: 14px;
      font-weight: 800;
    }

    #blanc-homepage .blanc-price-row strong {
      padding: 13px 22px;
      color: var(--blanc-deep);
      border-left: 1px solid rgba(31, 66, 129, 0.13);
      font-size: 14px;
      font-weight: 900;
      text-align: right;
    }

    #blanc-homepage .blanc-pricing-note-row {
      width: min(100%, 550px);
      margin-top: 18px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    #blanc-homepage .blanc-note {
      margin: 0;
      color: rgba(17, 49, 96, 0.76);
      font-size: 13px;
      font-weight: 800;
    }

    #blanc-homepage .blanc-pricing-image-wrap {
      position: relative;
      min-height: 380px;
      border-radius: 34px;
      overflow: hidden;
      background: rgba(255, 255, 255, 0.46);
    }

    #blanc-homepage .blanc-pricing-image {
      width: 100%;
      height: 100%;
      min-height: 380px;
      object-fit: cover;
      object-position: center;
    }

    #blanc-homepage .blanc-care {
      padding: 42px 0 58px;
      background: var(--blanc-white);
    }

    #blanc-homepage .blanc-care-grid {
      margin-top: 26px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    #blanc-homepage .blanc-care-card {
      border-radius: 20px;
      overflow: hidden;
      text-align: center;
    }

    #blanc-homepage .blanc-care-image-wrap {
      position: relative;
      min-height: 182px;
      overflow: hidden;
      background: var(--blanc-ivory);
    }

    #blanc-homepage .blanc-care-image {
      width: 100%;
      height: 184px;
      object-fit: cover;
    }

    #blanc-homepage .blanc-care-body {
      padding: 22px 24px 26px;
    }

    #blanc-homepage .blanc-testimonials {
      padding: 42px 0 56px;
      background: linear-gradient(180deg, var(--blanc-white), rgba(240, 237, 230, 0.34));
    }

    #blanc-homepage .blanc-testimonial-grid {
      margin-top: 26px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    #blanc-homepage .blanc-testimonial-card {
      padding: 24px;
      border-radius: 20px;
    }

    #blanc-homepage .blanc-testimonial-head {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 12px;
    }

    #blanc-homepage .blanc-avatar {
      position: relative;
      width: 54px;
      height: 54px;
      display: grid;
      place-items: center;
      color: var(--blanc-primary);
      background: linear-gradient(135deg, var(--blanc-white), var(--blanc-off));
      border: 1px solid rgba(31, 66, 129, 0.12);
      border-radius: 999px;
      overflow: hidden;
    }

    #blanc-homepage .blanc-avatar::before {
      content: "";
      width: 18px;
      height: 18px;
      border: 2px solid currentColor;
      border-radius: 999px;
      transform: translateY(-7px);
    }

    #blanc-homepage .blanc-avatar::after {
      content: "";
      position: absolute;
      width: 30px;
      height: 16px;
      margin-top: 25px;
      border: 2px solid currentColor;
      border-bottom: 0;
      border-radius: 999px 999px 0 0;
    }

    #blanc-homepage .blanc-testimonial-name {
      margin: 0;
      color: var(--blanc-deep);
      font-size: 15px;
      font-weight: 900;
    }

    #blanc-homepage .blanc-stars {
      color: var(--blanc-gold);
      font-weight: 900;
      line-height: 1;
      display: inline-flex;
      align-items: center;
      gap: 3px;
    }

    #blanc-homepage .blanc-stars .blanc-icon {
      width: 15px;
      height: 15px;
    }

    #blanc-homepage .blanc-review {
      margin: 0;
      color: rgba(26, 26, 26, 0.72);
      font-size: 15px;
      font-weight: 700;
      line-height: 1.7;
    }

    #blanc-homepage .blanc-slider-dots {
      margin-top: 22px;
      display: flex;
      justify-content: center;
      gap: 8px;
    }

    #blanc-homepage .blanc-dot {
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: rgba(31, 66, 129, 0.22);
    }

    #blanc-homepage .blanc-dot.blanc-active {
      width: 18px;
      background: var(--blanc-primary);
    }

    #blanc-homepage .blanc-contact {
      padding: 34px 0 0;
      background: var(--blanc-white);
    }

    #blanc-homepage .blanc-contact-grid {
      margin-top: 28px;
      display: grid;
      grid-template-columns: 0.42fr 0.58fr;
      gap: 18px;
      align-items: stretch;
    }

    #blanc-homepage .blanc-contact-card,
    #blanc-homepage .blanc-map-card {
      border: 1px solid var(--blanc-border);
      border-radius: 24px;
      background: var(--blanc-white);
      box-shadow: 0 10px 28px rgba(17, 49, 96, 0.05);
      overflow: hidden;
    }

    #blanc-homepage .blanc-contact-card {
      padding: 28px 30px;
      display: grid;
      gap: 18px;
    }

    #blanc-homepage .blanc-contact-row {
      display: grid;
      grid-template-columns: 42px 1fr;
      gap: 16px;
      align-items: start;
      color: var(--blanc-deep);
      font-size: 17px;
      font-weight: 900;
      line-height: 1.4;
    }

    #blanc-homepage .blanc-contact-row .blanc-icon {
      width: 34px;
      height: 34px;
      color: var(--blanc-primary);
    }

    #blanc-homepage .blanc-social-row {
      display: flex;
      gap: 24px;
      padding-top: 18px;
      border-top: 1px solid rgba(31, 66, 129, 0.12);
      flex-wrap: wrap;
    }

    #blanc-homepage .blanc-social-link {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      color: var(--blanc-deep);
      text-decoration: none;
      font-size: 14px;
      font-weight: 900;
    }

    #blanc-homepage .blanc-map-card {
      width: 100%;
      height: 100%;
      min-height: 420px;
      border-radius: 28px;
      overflow: hidden;
      border: 1px solid rgba(31, 66, 129, 0.12);
      background: #F0EDE6;
      box-shadow: 0 16px 40px rgba(17, 49, 96, 0.08);
      position: relative;
    }

    #blanc-homepage .blanc-map-iframe {
      width: 100%;
      height: 100%;
      min-height: 420px;
      border: 0;
      display: block;
      position: relative;
      z-index: 1;
    }

    #blanc-homepage .blanc-map-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 38px;
      padding: 0 16px;
      color: var(--blanc-white);
      background: var(--blanc-primary);
      border-radius: 999px;
      font-size: 14px;
      font-weight: 900;
      text-decoration: none;
      box-shadow: 0 10px 22px rgba(31, 66, 129, 0.18);
    }

    #blanc-homepage .blanc-final {
      padding: 28px 0 14px;
      background: var(--blanc-white);
    }

    #blanc-homepage .blanc-final-card {
      position: relative;
      overflow: hidden;
      padding: 46px 28px;
      border-radius: 30px;
      background:
        radial-gradient(circle at 8% 18%, rgba(255, 255, 255, 0.17) 0 25px, transparent 27px),
        radial-gradient(circle at 15% 60%, rgba(255, 255, 255, 0.11) 0 17px, transparent 19px),
        radial-gradient(circle at 93% 26%, rgba(255, 255, 255, 0.16) 0 19px, transparent 21px),
        linear-gradient(135deg, #082b5b, var(--blanc-deep));
      color: var(--blanc-white);
      text-align: center;
      box-shadow: var(--blanc-shadow-strong);
    }

    #blanc-homepage .blanc-final-card::after {
      content: "";
      position: absolute;
      left: 5%;
      right: 5%;
      bottom: 18px;
      height: 70px;
      border-bottom: 4px solid rgba(255, 255, 255, 0.09);
      border-radius: 50%;
      pointer-events: none;
    }

    #blanc-homepage .blanc-final-title {
      position: relative;
      z-index: 2;
      margin: 0;
      font-size: clamp(32px, 4vw, 44px);
      font-weight: 900;
      line-height: 1.13;
    }

    #blanc-homepage .blanc-final-text {
      position: relative;
      z-index: 2;
      margin: 10px 0 24px;
      color: rgba(255, 255, 255, 0.9);
      font-size: 20px;
      font-weight: 800;
    }

    #blanc-homepage .blanc-footer {
      background: var(--blanc-deep);
      color: var(--blanc-white);
      padding: 28px 0 24px;
    }

    #blanc-homepage .blanc-footer-grid {
      display: grid;
      grid-template-columns: auto 1fr auto;
      align-items: center;
      gap: 28px;
    }

    #blanc-homepage .blanc-footer .blanc-logo {
      color: var(--blanc-white);
    }

    #blanc-homepage .blanc-footer-info {
      display: flex;
      justify-content: center;
      gap: 34px;
      flex-wrap: wrap;
      color: rgba(255, 255, 255, 0.78);
      font-size: 13px;
      font-weight: 800;
    }

    #blanc-homepage .blanc-footer-info span,
    #blanc-homepage .blanc-footer-social a {
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    #blanc-homepage .blanc-footer-social {
      display: flex;
      gap: 22px;
      color: rgba(255, 255, 255, 0.86);
      font-size: 13px;
      font-weight: 900;
    }

    #blanc-homepage .blanc-footer-social a,
    #blanc-homepage .blanc-contact-row a {
      color: inherit;
      text-decoration: none;
    }

    #blanc-homepage .blanc-footer-line {
      margin: 18px 0 0;
      padding-top: 16px;
      border-top: 1px solid rgba(255, 255, 255, 0.12);
      color: rgba(255, 255, 255, 0.76);
      font-size: 13px;
      font-weight: 800;
      text-align: center;
    }

    #blanc-homepage .blanc-reveal {
      opacity: 0;
      transform: translateY(18px);
      transition: opacity 600ms ease, transform 600ms ease;
    }

    #blanc-homepage .blanc-reveal.blanc-visible {
      opacity: 1;
      transform: translateY(0);
    }

    @media (max-width: 1200px) {
      #blanc-homepage .blanc-container,
      #blanc-homepage .blanc-hero-grid {
        width: min(100% - 40px, 1120px);
      }

      #blanc-homepage .blanc-hero-title {
        font-size: clamp(52px, 5.2vw, 62px);
      }

      #blanc-homepage .blanc-hero-visual {
        height: 520px;
        min-height: 520px;
      }

      #blanc-homepage .blanc-booking-options {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }

    @media (max-width: 1024px) {
      #blanc-homepage .blanc-header-inner {
        width: min(100% - 32px, 1220px);
        min-height: 68px;
        grid-template-columns: auto auto;
        justify-content: space-between;
      }

      #blanc-homepage .blanc-nav,
      #blanc-homepage .blanc-header-actions {
        display: none;
      }

      #blanc-homepage .blanc-menu-toggle {
        display: inline-flex;
      }

      #blanc-homepage .blanc-mobile-menu.blanc-open {
        display: block;
      }

      #blanc-homepage .blanc-hero-grid,
      #blanc-homepage .blanc-pricing-grid,
      #blanc-homepage .blanc-contact-grid {
        grid-template-columns: 1fr;
      }

      #blanc-homepage .blanc-hero {
        min-height: auto;
      }

      #blanc-homepage .blanc-hero-grid {
        gap: 32px;
        padding: 42px 0 78px;
      }

      #blanc-homepage .blanc-hero-title {
        font-size: clamp(46px, 6vw, 56px);
      }

      #blanc-homepage .blanc-hero-visual {
        height: 500px;
        min-height: 500px;
      }

      #blanc-homepage .blanc-booking-grid {
        grid-template-columns: 1fr;
      }

      #blanc-homepage .blanc-booking-form {
        padding-left: 0;
        padding-top: 20px;
        border-left: 0;
        border-top: 1px solid rgba(31, 66, 129, 0.12);
      }

      #blanc-homepage .blanc-services-grid,
      #blanc-homepage .blanc-why-grid,
      #blanc-homepage .blanc-testimonial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      #blanc-homepage .blanc-care-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

    }

    @media (max-width: 768px) {
      #blanc-homepage {
        overflow-x: hidden;
      }

      #blanc-homepage .blanc-container,
      #blanc-homepage .blanc-hero-grid,
      #blanc-homepage .blanc-header-inner,
      #blanc-homepage .blanc-mobile-menu-inner {
        width: min(100% - 32px, 1220px);
      }

      #blanc-homepage .blanc-section {
        padding: 52px 0;
      }

      #blanc-homepage .blanc-logo {
        min-width: 0;
      }

      #blanc-homepage .blanc-logo-mark {
        width: 42px;
        height: 42px;
      }

      #blanc-homepage .blanc-logo-main {
        font-size: 15px;
      }

      #blanc-homepage .blanc-logo-sub {
        font-size: 10px;
      }

      #blanc-homepage .blanc-hero-grid {
        padding: 34px 0 52px;
      }

      #blanc-homepage .blanc-hero-title {
        font-size: clamp(38px, 10vw, 46px);
        line-height: 1.08;
      }

      #blanc-homepage .blanc-hero-text {
        font-size: 16px;
        line-height: 1.65;
      }

      #blanc-homepage .blanc-hero-actions {
        gap: 12px;
      }

      #blanc-homepage .blanc-hero-actions .blanc-button {
        flex: 1 1 210px;
        min-height: 50px;
      }

      #blanc-homepage .blanc-trust-row {
        gap: 10px;
      }

      #blanc-homepage .blanc-trust-chip {
        max-width: 100%;
        white-space: normal;
        font-size: 13px;
      }

      #blanc-homepage .blanc-hero-visual {
        height: 440px;
        min-height: 440px;
        border-radius: 28px;
      }

      #blanc-homepage .blanc-hero-staff {
        right: -10%;
        width: 120%;
        height: auto;
        max-height: 100%;
        object-fit: contain;
        animation-name: blanc-staff-float-mobile;
      }

      #blanc-homepage .blanc-hero-bubble {
        animation-name: blanc-bubble-drift-mobile;
      }

      #blanc-homepage .blanc-booking-wrap {
        margin-top: 0;
      }

      #blanc-homepage .blanc-booking-card {
        padding: 22px 18px;
      }

      #blanc-homepage .blanc-booking-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      #blanc-homepage .blanc-booking-form {
        grid-template-columns: 1fr;
      }

      #blanc-homepage .blanc-booking-input,
      #blanc-homepage .blanc-booking-submit {
        width: 100%;
      }

      #blanc-homepage .blanc-services-grid,
      #blanc-homepage .blanc-why-grid,
      #blanc-homepage .blanc-care-grid,
      #blanc-homepage .blanc-testimonial-grid {
        grid-template-columns: 1fr;
      }

      #blanc-homepage .blanc-service-card {
        width: 100%;
        min-height: 0;
      }

      #blanc-homepage .blanc-process-grid {
        grid-template-columns: 1fr;
        gap: 24px;
      }

      #blanc-homepage .blanc-process-grid::before {
        top: 0;
        bottom: 0;
        left: 28px;
        right: auto;
        border-top: 0;
        border-left: 4px dotted rgba(31, 66, 129, 0.35);
      }

      #blanc-homepage .blanc-step {
        width: 100%;
        grid-template-columns: auto auto 1fr;
        justify-items: start;
        text-align: left;
      }

      #blanc-homepage .blanc-pricing-grid {
        padding: 42px 0;
      }

      #blanc-homepage .blanc-price-table,
      #blanc-homepage .blanc-pricing-note-row {
        width: 100%;
      }

      #blanc-homepage .blanc-pricing-image-wrap,
      #blanc-homepage .blanc-pricing-image {
        min-height: 300px;
      }

      #blanc-homepage .blanc-contact-grid {
        grid-template-columns: 1fr;
      }

      #blanc-homepage .blanc-map-card,
      #blanc-homepage .blanc-map-iframe {
        min-height: 300px;
      }

      #blanc-homepage .blanc-footer-grid {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
      }

      #blanc-homepage .blanc-footer-info,
      #blanc-homepage .blanc-footer-social {
        flex-direction: column;
        align-items: center;
        gap: 12px;
      }
    }

    @media (max-width: 480px) {
      #blanc-homepage .blanc-container,
      #blanc-homepage .blanc-hero-grid,
      #blanc-homepage .blanc-header-inner,
      #blanc-homepage .blanc-mobile-menu-inner {
        width: min(100% - 28px, 1220px);
      }

      #blanc-homepage .blanc-hero-visual {
        height: 420px;
        min-height: 420px;
      }

      #blanc-homepage .blanc-hero-actions .blanc-button,
      #blanc-homepage .blanc-button {
        width: 100%;
      }

      #blanc-homepage .blanc-booking-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      #blanc-homepage .blanc-booking-option {
        min-width: 0;
      }

      #blanc-homepage .blanc-price-row {
        grid-template-columns: 1fr 118px;
      }

      #blanc-homepage .blanc-price-row span,
      #blanc-homepage .blanc-price-row strong {
        padding: 11px 10px;
        font-size: 12px;
      }

    }

    @keyframes blanc-staff-float-mobile {
      0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
      }
      50% {
        transform: translate3d(0, -5px, 0) scale(1.005);
      }
    }

    @keyframes blanc-bubble-drift-mobile {
      0%, 100% {
        opacity: 0.36;
        transform: translate3d(0, 0, 0) scale(1);
      }
      50% {
        opacity: 0.62;
        transform: translate3d(7px, -11px, 0) scale(1.04);
      }
    }

    @media (prefers-reduced-motion: reduce) {
      #blanc-homepage *,
      #blanc-homepage *::before,
      #blanc-homepage *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
      }

      #blanc-homepage .blanc-hero-staff,
      #blanc-homepage .blanc-hero-bg,
      #blanc-homepage .blanc-hero-bubble,
      #blanc-homepage .blanc-hero::after {
        animation: none !important;
      }

      #blanc-homepage .blanc-hero,
      #blanc-homepage .blanc-hero-visual,
      #blanc-homepage .blanc-hero-staff,
      #blanc-homepage .blanc-hero-bg,
      #blanc-homepage .blanc-hero-bubble {
        transform: none !important;
      }
    }
