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

    .lang-link {
      border: 1px solid rgba(201,161,91,0.35);
      border-radius: 999px;
      padding: 8px 14px !important;
      color: var(--gold) !important;
    }

    .company-section {
      background: #f8f6f1;
    }

    .company-card {
      display: grid;
      grid-template-columns: 0.9fr 1.4fr;
      gap: 46px;
      align-items: start;
      padding: 54px;
      border-radius: 36px;
      background: #fff;
      box-shadow: var(--shadow-soft);
      border: 1px solid rgba(0,0,0,0.06);
    }

    .eyebrow {
      display: inline-flex;
      margin-bottom: 18px;
      color: var(--gold);
      font-size: 0.78rem;
      font-weight: 900;
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }

    .company-card h2 {
      font-size: clamp(2rem, 4vw, 3.2rem);
      line-height: 1.04;
    }

    .company-copy p {
      color: #555;
      font-size: 1.02rem;
      line-height: 1.9;
      margin-bottom: 18px;
    }

    .payment-note-section {
      background: #fff;
      padding-top: 0;
    }

    .payment-note {
      display: flex;
      gap: 22px;
      align-items: flex-start;
      padding: 30px 34px;
      border-radius: 26px;
      background: #0f0f10;
      color: #fff;
      box-shadow: var(--shadow-soft);
    }

    .payment-note i {
      color: var(--gold);
      font-size: 1.4rem;
      margin-top: 4px;
    }

    .payment-note h3 {
      margin-bottom: 10px;
      font-size: 1.2rem;
    }

    .payment-note p {
      color: rgba(255,255,255,0.75);
      line-height: 1.75;
    }

    .quote-checklist-section {
      background: #fff;
      padding-top: 0;
    }

    .quote-checklist {
      display: grid;
      grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
      gap: 34px;
      align-items: center;
      padding: 42px;
      border-radius: 34px;
      background: #f7f3eb;
      border: 1px solid rgba(201,161,91,0.24);
    }

    .quote-checklist h2 {
      margin: 8px 0 14px;
      font-size: clamp(1.8rem, 3vw, 2.6rem);
      line-height: 1.05;
      letter-spacing: -0.045em;
    }

    .quote-checklist p {
      color: #5f5a52;
      line-height: 1.75;
    }

    .checklist-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }

    .checklist-grid div {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 14px 16px;
      border-radius: 18px;
      background: #fff;
      border: 1px solid rgba(0,0,0,0.06);
      font-weight: 700;
      color: #111;
    }

    .checklist-grid i {
      color: var(--gold-dark);
    }

    .payment-methods {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 18px;
    }

    .payment-method {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 9px 13px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,0.18);
      background: rgba(255,255,255,0.08);
      color: #fff;
      font-size: 0.86rem;
      font-weight: 700;
      letter-spacing: -0.01em;
    }

    .payment-method i {
      color: var(--gold);
      font-size: 1rem;
      margin: 0;
    }

    .policy-methods .payment-method {
      border-color: rgba(0,0,0,0.1);
      background: #f7f7f7;
      color: #111;
    }

    .policy-methods .payment-method i {
      color: var(--gold-dark);
    }

    .service-payment-section {
      background: #fff;
      padding: 0 0 36px;
    }

    .service-payment-strip {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 20px 24px;
      border-radius: 24px;
      background: #111;
      color: #fff;
      box-shadow: 0 18px 40px rgba(0,0,0,0.08);
    }

    .service-payment-strip > span {
      font-weight: 800;
      white-space: nowrap;
    }

    .service-payment-strip .payment-methods {
      margin-top: 0;
      justify-content: flex-end;
    }

    .policy-cta {
      margin-top: 28px;
    }

    .policy-links {
      margin-top: 22px;
    }

    .policy-page {
      background: #f8f6f1;
      padding-top: 130px;
    }

    .policy-card {
      max-width: 900px;
      margin: 0 auto;
      padding: 56px;
      border-radius: 34px;
      background: #fff;
      box-shadow: var(--shadow-soft);
    }

    .policy-card h1 {
      font-size: clamp(2.2rem, 5vw, 4rem);
      margin-bottom: 18px;
    }

    .policy-card .updated {
      color: var(--gold);
      font-weight: 800;
      margin-bottom: 34px;
    }

    .policy-card h2 {
      margin: 34px 0 12px;
      font-size: 1.2rem;
    }

    .policy-card p {
      color: #555;
      line-height: 1.85;
      margin-bottom: 14px;
    }

    .booking-confirmation-page .policy-card {
      max-width: 860px;
    }

    .confirmation-steps {
      display: grid;
      gap: 16px;
      margin-top: 8px;
    }

    .confirmation-step {
      display: grid;
      grid-template-columns: 54px minmax(0, 1fr);
      gap: 18px;
      padding: 22px;
      border-radius: 24px;
      background: #faf8f4;
      border: 1px solid rgba(201,161,91,0.18);
    }

    .confirmation-step > span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px;
      border-radius: 999px;
      background: #111;
      color: var(--gold);
      font-size: 0.78rem;
      font-weight: 900;
      letter-spacing: 0.08em;
    }

    .confirmation-step h2 {
      margin: 2px 0 8px;
      font-size: 1.1rem;
      line-height: 1.25;
    }

    .confirmation-step p {
      margin-bottom: 0;
      line-height: 1.68;
    }

    .confirmation-methods {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      margin-top: 16px;
    }

    .confirmation-methods .payment-method {
      width: 100%;
      justify-content: center;
      text-align: center;
    }

    @media (max-width: 768px) {
      .company-card { grid-template-columns: 1fr; padding: 34px 24px; }
      .policy-card { padding: 34px 22px; border-radius: 24px; }
      .booking-confirmation-page { padding-top: 104px; }
      .booking-confirmation-page .policy-card { padding: 26px 16px 22px; border-radius: 22px; }
      .booking-confirmation-page .policy-card h1 { font-size: 2rem; line-height: 1.04; text-align: left; }
      .booking-confirmation-page .policy-card .updated { margin-bottom: 22px; line-height: 1.55; }
      .confirmation-steps { gap: 12px; }
      .confirmation-step { grid-template-columns: 1fr; gap: 12px; padding: 18px 16px; border-radius: 20px; }
      .confirmation-step > span { width: 38px; height: 38px; }
      .confirmation-step h2 { font-size: 1.02rem; }
      .confirmation-step p { font-size: 0.94rem; line-height: 1.62; }
      .confirmation-methods { grid-template-columns: 1fr 1fr; gap: 8px; }
      .confirmation-methods .payment-method { min-height: 44px; padding: 9px 8px; font-size: 0.78rem; gap: 6px; }
      .booking-confirmation-page .policy-cta .btn-primary { width: 100%; justify-content: center; text-align: center; padding-left: 18px; padding-right: 18px; }
      .payment-note { padding: 24px; }
      .quote-checklist { grid-template-columns: 1fr; padding: 28px 20px; }
      .checklist-grid { grid-template-columns: 1fr; }
      .service-payment-strip { align-items: flex-start; flex-direction: column; }
      .service-payment-strip > span { white-space: normal; }
    }
    html {
      scroll-behavior: smooth;
    }
    body {
      font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, sans-serif;
      background: #ffffff;
      color: #111111;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }
    img {
      max-width: 100%;
      display: block;
    }
    a {
      text-decoration: none;
    }
    .container {
      width: 100%;
      max-width: 1320px;
      margin: 0 auto;
      padding: 0 28px;
    }
    
    .navbar {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 999;
      background: rgba(0,0,0,0.78);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(255,255,255,0.08);
    }
    .nav-inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 0;
    }
    .logo-wrap {
      display: flex;
      align-items: center;
      gap: 14px;
    }
    .logo-wrap img {
      height: 42px;
      width: auto;
    }
    .logo-text {
      color: #fff;
      font-size: 0.9rem;
      font-weight: 600;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }
    .nav-links {
      display: flex;
      align-items: center;
      gap: 34px;
    }
    .nav-links a {
      color: #fff;
      font-size: 0.95rem;
      font-weight: 500;
      opacity: 0.88;
      transition: 0.25s;
    }
    .nav-links a:hover {
      opacity: 0.6;
    }
    .nav-btn {
      padding: 11px 20px;
      border-radius: 999px;
      background: #fff;
      color: #111 !important;
      font-weight: 600;
    }
    .nav-toggle {
      display: none;
      width: 42px;
      height: 42px;
      border: 1px solid rgba(255,255,255,0.18);
      border-radius: 50%;
      background: rgba(255,255,255,0.08);
      color: #fff;
      font-size: 1rem;
      cursor: pointer;
    }
    
    .hero {
      position: relative;
      min-height: 82vh;
      display: flex;
      align-items: center;
      background: linear-gradient(rgba(0,0,0,0.66), rgba(0,0,0,0.55)), url('/images/hero-bg-1600.jpg') center center/cover no-repeat;
      overflow: hidden;
      padding: 112px 0 72px;
    }
    .hero-content {
      position: relative;
      z-index: 2;
      max-width: 860px;
    }
    .hero-logo {
      display: none;
    }
    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 11px 18px;
      border-radius: 999px;
      background: rgba(255,255,255,0.10);
      backdrop-filter: blur(12px);
      border: 1px solid rgba(255,255,255,0.14);
      color: #fff;
      font-size: 0.86rem;
      margin-bottom: 28px;
    }
    .hero h1 {
      font-size: clamp(3.8rem, 6.5vw, 5rem);
      line-height: 0.98;
      font-weight: 800;
      letter-spacing: -0.05em;
      color: #fff;
      margin-bottom: 22px;
    }
    .hero h1 span {
      display: block;
      opacity: 0.72;
      margin-top: 8px;
    }
    .hero p {
      font-size: 1.18rem;
      line-height: 1.7;
      color: rgba(255,255,255,0.82);
      max-width: 700px;
      margin-bottom: 32px;
    }
    .hero-buttons {
      display: flex;
      gap: 18px;
      flex-wrap: wrap;
    }
    .btn-primary {
      background: #fff;
      color: #111;
      padding: 16px 30px;
      border-radius: 999px;
      font-weight: 600;
      transition: 0.3s;
      display: inline-block;
    }
    .btn-primary:hover {
      transform: translateY(-2px);
    }
    .btn-secondary {
      border: 1px solid rgba(255,255,255,0.18);
      padding: 16px 30px;
      border-radius: 999px;
      font-weight: 600;
      color: #fff;
      background: rgba(255,255,255,0.06);
      backdrop-filter: blur(10px);
    }
    
    .trust-bar {
      padding: 28px 0;
      background: #0f0f10;
      border-bottom: 1px solid rgba(255,255,255,0.06);
    }
    .trust-flex {
      display: flex;
      justify-content: center;
      gap: 40px;
      flex-wrap: wrap;
    }
    .trust-item {
      color: rgba(255,255,255,0.75);
      font-size: 0.9rem;
      font-weight: 500;
    }
    
    .section {
      padding: 120px 0;
    }
    .section-title {
      font-size: 3rem;
      font-weight: 800;
      letter-spacing: -0.04em;
      text-align: center;
      margin-bottom: 18px;
    }
    .section-sub {
      max-width: 760px;
      margin: auto;
      text-align: center;
      font-size: 1.08rem;
      line-height: 1.8;
      color: #666;
      margin-bottom: 70px;
    }
    
    .fleet-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
      gap: 28px;
    }
    .car-card {
      background: #fff;
      border-radius: 34px;
      overflow: hidden;
      border: 1px solid #ececec;
      transition: 0.35s;
    }
    .car-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 30px 70px rgba(0,0,0,0.08);
    }
    .car-image {
      height: 240px;
      width: 100%;
      object-fit: cover;
    }
    .car-content {
      padding: 30px;
    }
    .car-content h3 {
      font-size: 1.5rem;
      margin-bottom: 12px;
    }
    .car-content p {
      font-size: 0.95rem;
      line-height: 1.8;
      color: #666;
      margin-bottom: 18px;
    }
    .car-meta {
      display: flex;
      justify-content: space-between;
      padding-top: 18px;
      border-top: 1px solid #efefef;
      font-size: 0.88rem;
    }
    
    .services {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 24px;
    }
    .service-card {
      padding: 36px;
      background: #fafafa;
      border-radius: 32px;
      border: 1px solid #ececec;
      transition: 0.3s;
    }
    .service-link {
      display: block;
      color: inherit;
      text-decoration: none;
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }
    .service-link:hover {
      transform: translateY(-6px);
      box-shadow: 0 22px 55px rgba(0,0,0,0.12);
    }
    .service-link span {
      display: inline-flex;
      margin-top: 18px;
      color: var(--gold);
      font-weight: 800;
      letter-spacing: 0.02em;
    }
    .service-card i {
      font-size: 1.8rem;
      margin-bottom: 20px;
    }
    .service-card h4 {
      font-size: 1.15rem;
      margin-bottom: 14px;
    }
    .service-card p {
      line-height: 1.8;
      font-size: 0.95rem;
      color: #666;
    }

    .muted-section {
      background: #f8f6f1;
    }

    .service-hero {
      min-height: 76vh;
    }

    .faq-section {
      background: #fff;
    }

    .faq-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
    }

    .faq-item {
      background: #f8f6f1;
      border: 1px solid rgba(0,0,0,0.08);
      border-radius: 18px;
      padding: 22px 24px;
    }

    .faq-item summary {
      cursor: pointer;
      font-weight: 800;
      color: var(--black);
      list-style: none;
    }

    .faq-item summary::-webkit-details-marker {
      display: none;
    }

    .faq-item p {
      margin-top: 14px;
      color: #666;
      line-height: 1.75;
    }

    .process-section {
      background: linear-gradient(135deg, #101010 0%, #1d1b17 100%);
      color: #fff;
    }

    .process-section .section-title,
    .process-section .section-sub {
      color: #fff;
    }

    .process-section .section-sub {
      opacity: 0.74;
    }

    .process-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 24px;
    }

    .process-card {
      position: relative;
      min-height: 230px;
      padding: 34px 30px;
      border-radius: 30px;
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.14);
      box-shadow: 0 24px 60px rgba(0,0,0,0.22);
      overflow: hidden;
    }

    .process-card::after {
      content: "";
      position: absolute;
      right: -42px;
      bottom: -42px;
      width: 130px;
      height: 130px;
      border-radius: 999px;
      background: rgba(201,161,91,0.16);
    }

    .process-card span {
      display: inline-flex;
      margin-bottom: 28px;
      color: var(--gold);
      font-size: 0.82rem;
      font-weight: 900;
      letter-spacing: 0.18em;
    }

    .process-card h4 {
      margin-bottom: 14px;
      font-size: 1.2rem;
    }

    .process-card p {
      color: rgba(255,255,255,0.72);
      line-height: 1.75;
      font-size: 0.95rem;
    }

    .process-cta {
      display: flex;
      justify-content: center;
      margin-top: 36px;
    }
    
    .premium {
      background: #0f0f10;
      color: #fff;
      border-radius: 44px;
      padding: 70px;
      margin-top: 80px;
      position: relative;
      overflow: hidden;
    }
    .premium h3 {
      font-size: 2.4rem;
      margin-bottom: 20px;
    }
    .premium p {
      max-width: 760px;
      line-height: 1.9;
      color: rgba(255,255,255,0.78);
    }

    .premium .service-note {
      margin-top: 16px;
      color: rgba(255,255,255,0.62);
      font-size: 0.92rem;
    }

    .vip-premium {
      max-width: 1080px;
      margin-left: auto;
      margin-right: auto;
    }

    .vip-gallery {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
      margin-top: 34px;
      max-width: 1080px;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
    }

    .vip-gallery figure {
      overflow: hidden;
      border-radius: 24px;
      background: #111;
      box-shadow: 0 18px 40px rgba(0,0,0,0.12);
    }

    .vip-gallery img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      object-position: center;
      display: block;
    }

    .vip-gallery .vip-staff-photo {
      object-position: center 34%;
    }

    .vip-gallery .vip-staff-male {
      object-position: center 42%;
    }

    .vip-gallery figcaption {
      padding: 14px 16px 16px;
      font-size: 0.86rem;
      color: rgba(255,255,255,0.78);
    }

    @media (max-width: 1100px) {
      .vip-premium {
        max-width: 760px;
      }

      .vip-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 760px;
      }
    }
    
    .review-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 28px;
    }
    .review {
      padding: 34px;
      border-radius: 32px;
      background: #fff;
      border: 1px solid #ececec;
    }
    .review-stars {
      color: #ffb400;
      margin-bottom: 18px;
    }
    .review p {
      line-height: 1.8;
      color: #555;
      margin-bottom: 24px;
    }
    .review-user {
      font-weight: 600;
    }
    
    .contact-section {
      background: #f7f7f8;
    }
    .contact-box {
      background: #fff;
      padding: 70px;
      border-radius: 44px;
      border: 1px solid #ececec;
    }
    .contact-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 22px;
      margin-top: 40px;
    }
    .contact-card {
      padding: 34px;
      background: #fafafa;
      border-radius: 28px;
      border: 1px solid #ececec;
      transition: 0.3s;
      text-align: center;
    }
    .contact-card i {
      font-size: 1.8rem;
      margin-bottom: 18px;
    }
    .contact-card h4 {
      margin-bottom: 10px;
    }
    .contact-card a {
      color: #111;
      font-weight: 600;
      word-break: break-all;
    }
    .contact-card span {
      color: #111;
      font-weight: 600;
      word-break: break-all;
    }
    
    .form-wrap {
      margin-top: 60px;
    }
    .form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
      margin-bottom: 18px;
    }
    .input {
      width: 100%;
      padding: 18px 22px;
      border-radius: 20px;
      border: 1px solid #ddd;
      font-family: inherit;
      font-size: 0.95rem;
      outline: none;
    }
    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }
    textarea.input {
      min-height: 140px;
      resize: vertical;
    }
    .submit-btn {
      width: 100%;
      padding: 18px;
      border: none;
      background: #111;
      color: #fff;
      font-size: 1rem;
      font-weight: 600;
      border-radius: 999px;
      cursor: pointer;
      margin-top: 18px;
      transition: 0.3s;
    }
    .form-actions {
      margin-top: 18px;
      text-align: center;
    }
    .form-actions .submit-btn {
      margin-top: 0;
    }
    .email-fallback {
      display: inline-block;
      margin-top: 16px;
      color: #555;
      font-size: 0.92rem;
      font-weight: 600;
    }
    .email-fallback:hover {
      color: #111;
    }
    
    footer {
      background: #0f0f10;
      padding: 90px 0 50px;
      color: #fff;
    }
    .footer-grid {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr;
      gap: 40px;
    }
    .footer-logo {
      width: 180px;
      margin-bottom: 22px;
    }
    .footer-text {
      color: rgba(255,255,255,0.72);
      line-height: 1.9;
      font-size: 0.95rem;
    }
    .footer-title {
      font-size: 1.1rem;
      margin-bottom: 20px;
    }
    .footer-links a {
      display: block;
      color: rgba(255,255,255,0.72);
      margin-bottom: 12px;
    }
    .copyright {
      margin-top: 50px;
      padding-top: 28px;
      border-top: 1px solid rgba(255,255,255,0.08);
      color: rgba(255,255,255,0.42);
      font-size: 0.88rem;
    }
    
    .float-btn {
      position: fixed;
      right: 20px;
      bottom: 20px;
      width: 72px;
      height: 72px;
      border-radius: 50%;
      background: #25D366;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2rem;
      color: #fff;
      z-index: 999;
      box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    }
    
    @media (max-width: 768px) {
      .container { padding: 0 20px; }
      .navbar { background: rgba(0,0,0,0.82); }
      .logo-wrap img { height: 34px; }
      .logo-text { font-size: 0.7rem; }
            .nav-inner { position: relative; }
      .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
      .nav-links {
        display: none;
        position: absolute;
        top: calc(100% + 12px);
        right: 20px;
        width: min(260px, calc(100vw - 40px));
        padding: 16px;
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
        border: 1px solid rgba(255,255,255,0.12);
        border-radius: 18px;
        background: rgba(0,0,0,0.94);
        box-shadow: 0 20px 60px rgba(0,0,0,0.26);
      }
      .nav-links.is-open { display: flex; }
      .nav-links a { padding: 12px 14px; }
      .nav-btn { text-align: center; }
      .hero { min-height: auto; padding: 96px 0 48px; align-items: flex-start; }
      .hero-content { max-width: 100%; }
      .hero-logo { display: none; }
      .hero-badge { font-size: 0.68rem; justify-content: center; padding: 9px 13px; margin-bottom: 18px; }
      .hero h1 { font-size: 2.18rem; line-height: 1.04; text-align: center; margin-bottom: 16px; }
      .hero h1 span { margin-top: 6px; }
      .hero p { font-size: 0.9rem; line-height: 1.62; text-align: center; margin-bottom: 24px; }
      .hero-buttons { flex-direction: column; width: 100%; gap: 14px; }
      .btn-primary, .btn-secondary { width: 100%; text-align: center; }
      .trust-flex { flex-direction: column; align-items: center; gap: 12px; }
      .section { padding: 70px 0; }
      .section-title { font-size: 2rem; }
      .section-sub { font-size: 0.96rem; margin-bottom: 40px; }
      .fleet-grid, .services, .review-grid, .contact-grid, .faq-grid, .process-grid { grid-template-columns: 1fr; }
      .process-card { min-height: auto; }
      .premium { padding: 40px 24px; }
      .premium h3 { font-size: 1.7rem; }
      .vip-gallery { grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
      .vip-gallery img { height: 140px; }
      .vip-gallery .vip-staff-photo { object-position: center 32%; }
      .vip-gallery .vip-staff-male { object-position: center 40%; }
      .vip-gallery figcaption { padding: 10px 12px 12px; font-size: 0.78rem; }
      .contact-box { padding: 32px 20px; }
      .form-grid { grid-template-columns: 1fr; gap: 14px; }
      .footer-grid { grid-template-columns: 1fr; gap: 32px; }
      .float-btn { width: 60px; height: 60px; font-size: 1.8rem; }
    }


/* Language switch visibility fix */
.nav-links a.lang-link,
.nav-links a.lang-link:visited {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  padding: 10px 16px !important;
  border: 1px solid rgba(201,161,91,0.95) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.96) !important;
  color: #111 !important;
  opacity: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
}

.nav-links a.lang-link:hover {
  background: var(--gold) !important;
  color: #111 !important;
  opacity: 1 !important;
}

@media (max-width: 768px) {
  .nav-links a.lang-link {
    width: 100%;
  }
}

/* VIP gallery hard guard: keep the concierge image grid inside the viewport. */
#services .vip-premium,
#services .vip-gallery {
  width: min(1080px, calc(100vw - 56px)) !important;
  max-width: min(1080px, calc(100vw - 56px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#services .vip-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  overflow: hidden;
}

@media (max-width: 1180px) {
  #services .vip-premium,
  #services .vip-gallery {
    width: min(760px, calc(100vw - 40px)) !important;
    max-width: min(760px, calc(100vw - 40px)) !important;
  }

  #services .vip-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Service page header polish */
@media (min-width: 769px) {
  .navbar .nav-inner {
    min-height: 82px;
    gap: 32px;
  }

  .navbar .logo-wrap {
    flex: 0 0 auto;
    gap: 18px;
    min-width: 420px;
    max-width: none;
    overflow: visible;
  }

  .navbar .logo-wrap img {
    width: 74px;
    height: auto;
    object-fit: contain;
  }

  .navbar .logo-text {
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    line-height: 1.2;
    white-space: nowrap;
  }

  .navbar .nav-links {
    margin-left: auto;
  }

  .service-hero {
    padding-top: 150px;
  }

  .service-hero .hero-content {
    max-width: 900px;
  }

  .service-hero .hero-badge {
    margin-bottom: 26px;
  }

  .service-hero h1 {
    font-size: clamp(3.35rem, 5.35vw, 4.65rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
  }

  .service-hero h1 span {
    font-size: 0.72em;
    line-height: 1.08;
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  .navbar .logo-wrap {
    min-width: 340px;
  }

  .navbar .logo-text {
    font-size: 0.66rem;
    letter-spacing: 0.13em;
  }

  .navbar .nav-links {
    gap: 18px;
  }
}

/* Homepage mobile conversion blocks */
@media (max-width: 768px) {
  .quote-checklist-section {
    padding: 42px 0 28px;
  }

  .quote-checklist {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    padding: 28px 22px !important;
    border-radius: 28px !important;
    background: #f7f3eb !important;
  }

  .quote-checklist .eyebrow {
    display: block;
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    margin-bottom: 12px;
  }

  .quote-checklist h2 {
    font-size: 2rem !important;
    line-height: 1.08 !important;
    letter-spacing: -0.045em;
    margin-bottom: 14px !important;
  }

  .quote-checklist p {
    font-size: 0.98rem;
    line-height: 1.58 !important;
    margin-bottom: 0;
  }

  .checklist-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .checklist-grid div {
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 12px !important;
    padding: 13px 14px !important;
    border-radius: 16px !important;
    background: #fff !important;
    font-size: 0.96rem;
    line-height: 1.25;
  }

  .checklist-grid i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(201,161,91,0.14);
    color: var(--gold-dark) !important;
    font-size: 0.95rem !important;
    margin: 0 !important;
  }

  .payment-note-section {
    padding: 28px 0 44px;
  }

  .payment-note {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 16px !important;
    padding: 28px 22px 32px !important;
    border-radius: 30px !important;
  }

  .payment-note > i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #fff;
    color: #111 !important;
    font-size: 1.05rem !important;
    margin: 0 !important;
  }

  .payment-note > div {
    min-width: 0;
  }

  .payment-note h3 {
    font-size: 1.42rem !important;
    line-height: 1.18;
    margin-bottom: 14px !important;
  }

  .payment-note p {
    font-size: 0.98rem;
    line-height: 1.68 !important;
    margin-bottom: 0;
  }

  .payment-note .payment-methods {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 9px !important;
    margin-top: 18px !important;
  }

  .payment-note .payment-method {
    width: 100%;
    min-height: 42px;
    justify-content: center;
    padding: 9px 8px !important;
    border-radius: 14px !important;
    font-size: 0.8rem !important;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
  }

  .payment-note .payment-method i {
    font-size: 0.95rem !important;
  }

  .float-btn {
    width: 56px !important;
    height: 56px !important;
    right: 16px !important;
    bottom: 18px !important;
    font-size: 1.55rem !important;
  }
}
