    :root {
      --navy: #0a1628;
      --teal: #0d7377;
      --teal-light: #14a5ab;
      --gold: #c9a84c;
      --cream: #fdf8f2;
      --white: #ffffff;
      --text: #1a2332;
      --muted: #6b7a8d;
      --border: rgba(13, 115, 119, 0.15);
    }

    *,
    *::before,
    *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: 'DM Sans', sans-serif;
      color: var(--text);
      background: var(--cream);
    }

    header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      background: rgba(10, 22, 40, 0.97);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(201, 168, 76, 0.2);
    }

    .header-inner {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 24px;
      height: 70px;
    }

    .logo {
      display: flex;
      align-items: center;
      gap: 12px;
      text-decoration: none;
    }

    .logo-icon {
      width: 44px;
      height: 44px;
      background: linear-gradient(135deg, var(--teal), var(--teal-light));
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
    }

    .logo-name {
      font-family: 'Playfair Display', serif;
      font-size: 1.1rem;
      font-weight: 700;
      color: var(--white);
    }

    .logo-title {
      font-size: 0.7rem;
      color: var(--gold);
      letter-spacing: 1px;
      text-transform: uppercase;
    }

    nav {
      display: flex;
      gap: 4px;
      align-items: center;
    }

    nav a {
      color: rgba(255, 255, 255, 0.8);
      text-decoration: none;
      padding: 8px 14px;
      border-radius: 8px;
      font-size: 0.88rem;
      font-weight: 500;
      transition: all 0.2s;
    }

    nav a:hover,
    nav a.active {
      color: var(--white);
      background: rgba(255, 255, 255, 0.08);
    }

    .btn-book {
      background: linear-gradient(135deg, var(--teal), var(--teal-light)) !important;
      color: var(--white) !important;
      padding: 10px 20px !important;
      border-radius: 50px !important;
      font-weight: 600 !important;
    }

    .hamburger {
      display: none;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
      padding: 8px;
    }

    .hamburger span {
      width: 24px;
      height: 2px;
      background: var(--white);
      border-radius: 2px;
    }


    .container {
      max-width: 820px;
      margin: 0 auto;
      padding: 0 24px;
    }

    .progress-bar {
      position: fixed;
      top: 0;
      left: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--teal), var(--gold));
      z-index: 2000;
      transition: width 0.1s;
    }

    .article-hero {
      padding: 130px 0 64px;
      position: relative;
      overflow: hidden;
    }

    .article-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 60% 60% at 50% 50%, rgba(13, 115, 119, 0.15), transparent);
    }

    .ah-inner {
      position: relative;
    }

    .breadcrumb {
      display: flex;
      gap: 8px;
      align-items: center;
      margin-bottom: 24px;
      font-size: 0.82rem;
    }

    .breadcrumb a {
      color: rgba(255, 255, 255, 0.45);
      text-decoration: none;
    }

    .breadcrumb span {
      color: rgba(255, 255, 255, 0.25);
    }

    .article-tag {
      display: inline-block;
      padding: 5px 14px;
      border-radius: 50px;
      font-size: 0.78rem;
      font-weight: 700;
      border-width: 1px;
      border-style: solid;
      margin-bottom: 20px;
    }

    .article-hero h1 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.9rem, 4vw, 2.8rem);
      color: var(--white);
      line-height: 1.2;
      margin-bottom: 24px;
    }

    .article-meta {
      display: flex;
      gap: 24px;
      flex-wrap: wrap;
    }

    .meta-item {
      color: rgba(255, 255, 255, 0.5);
      font-size: 0.85rem;
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .article-body {
      padding: 56px 0;
    }

    .article-body p {
      color: #3a4a5c;
      font-size: 1rem;
      line-height: 1.85;
      margin-bottom: 20px;
    }

    .article-body h2 {
      font-family: 'Playfair Display', serif;
      font-size: 1.5rem;
      color: var(--navy);
      margin: 44px 0 16px;
      line-height: 1.3;
    }

    .article-body h3 {
      font-family: 'Playfair Display', serif;
      font-size: 1.15rem;
      color: var(--navy);
      margin: 28px 0 12px;
    }

    .article-body ul,
    .article-body ol {
      padding-left: 24px;
      margin-bottom: 20px;
    }

    .article-body li {
      color: #3a4a5c;
      line-height: 1.8;
      margin-bottom: 8px;
    }

    .article-body strong {
      color: var(--navy);
    }

    .info-box {
      background: rgba(13, 115, 119, 0.07);
      border: 1px solid rgba(13, 115, 119, 0.2);
      border-left: 4px solid var(--teal);
      border-radius: 12px;
      padding: 22px 26px;
      margin: 28px 0;
    }

    .info-box h4 {
      font-family: 'Playfair Display', serif;
      color: var(--teal);
      margin-bottom: 10px;
    }

    .info-box p,
    .info-box li {
      color: var(--text) !important;
      font-size: 0.95rem !important;
    }

    .warning-box {
      background: rgba(220, 38, 38, 0.05);
      border: 1px solid rgba(220, 38, 38, 0.2);
      border-left: 4px solid #ef4444;
      border-radius: 12px;
      padding: 22px 26px;
      margin: 28px 0;
    }

    .warning-box h4 {
      color: #dc2626;
      margin-bottom: 10px;
      font-weight: 700;
    }

    .warning-box p {
      color: var(--text) !important;
      font-size: 0.95rem !important;
    }

    .gold-box {
      background: rgba(201, 168, 76, 0.07);
      border: 1px solid rgba(201, 168, 76, 0.25);
      border-left: 4px solid var(--gold);
      border-radius: 12px;
      padding: 22px 26px;
      margin: 28px 0;
    }

    .gold-box h4 {
      color: #92751e;
      margin-bottom: 10px;
      font-weight: 700;
    }

    .gold-box p {
      color: var(--text) !important;
      font-size: 0.95rem !important;
    }

    .cta-box {
      background: var(--navy);
      border-radius: 20px;
      padding: 36px;
      text-align: center;
      margin: 40px 0;
    }

    .cta-box h3 {
      font-family: 'Playfair Display', serif;
      color: var(--white);
      font-size: 1.4rem;
      margin-bottom: 12px;
    }

    .cta-box p {
      color: rgba(255, 255, 255, 0.6);
      font-size: 0.92rem;
      margin-bottom: 24px;
    }

    .cta-btns {
      display: flex;
      gap: 14px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .btn-primary {
      background: linear-gradient(135deg, var(--teal), var(--teal-light));
      color: var(--white);
      padding: 12px 24px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: 600;
      font-size: 0.9rem;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      transition: all 0.3s;
    }

    .btn-wa {
      background: #25D366;
      color: var(--white);
      padding: 12px 24px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: 600;
      font-size: 0.9rem;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .card-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
      margin: 24px 0;
    }

    .card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: 22px;
      transition: all 0.3s;
    }

    .card:hover {
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
      transform: translateY(-2px);
    }

    .card-icon {
      font-size: 1.8rem;
      margin-bottom: 10px;
      display: block;
    }

    .card-title {
      font-family: 'Playfair Display', serif;
      font-size: 1rem;
      color: var(--navy);
      font-weight: 700;
      margin-bottom: 8px;
    }

    .card-text {
      font-size: 0.87rem;
      color: var(--muted);
      line-height: 1.6;
    }

    .numbered-steps {
      display: flex;
      flex-direction: column;
      gap: 16px;
      margin: 24px 0;
    }

    .step-item {
      display: flex;
      gap: 16px;
      align-items: flex-start;
    }

    .step-num {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--teal), var(--teal-light));
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--white);
      font-weight: 700;
      font-size: 0.9rem;
      flex-shrink: 0;
      margin-top: 2px;
    }

    .step-content strong {
      display: block;
      color: var(--navy);
      font-size: 0.95rem;
      margin-bottom: 4px;
    }

    .step-content span {
      font-size: 0.88rem;
      color: var(--muted);
      line-height: 1.5;
    }

    .related-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      margin-top: 40px;
    }

    .rel-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 18px;
      text-decoration: none;
      color: inherit;
      transition: all 0.3s;
      display: block;
    }

    .rel-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
    }

    .rel-cat {
      font-size: 0.72rem;
      font-weight: 700;
      text-transform: uppercase;
      color: var(--teal);
      letter-spacing: 0.5px;
      margin-bottom: 6px;
    }

    .rel-title {
      font-family: 'Playfair Display', serif;
      font-size: 0.9rem;
      color: var(--navy);
      font-weight: 700;
      line-height: 1.4;
    }

    .disclaimer {
      background: rgba(201, 168, 76, 0.07);
      border: 1px solid rgba(201, 168, 76, 0.2);
      border-radius: 10px;
      padding: 16px 20px;
      margin: 28px 0;
      font-size: 0.85rem;
      color: var(--muted);
      line-height: 1.6;
    }

    .wa-float {
      position: fixed;
      bottom: 28px;
      right: 28px;
      z-index: 999;
      width: 58px;
      height: 58px;
      border-radius: 50%;
      background: #25D366;
      color: var(--white);
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.6rem;
      box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5);
      animation: waf 3s ease-in-out infinite;
    }

    .wa-float::before {
      content: '';
      position: absolute;
      inset: -3px;
      border-radius: 50%;
      border: 2px solid #25D366;
      animation: war 2s ease-out infinite;
    }

    footer {
      background: #060e1a;
      color: rgba(255, 255, 255, 0.6);
      padding: 36px 0 20px;
      text-align: center;
      font-size: 0.85rem;
    }

    footer a {
      color: var(--teal-light);
      text-decoration: none;
    }

    @keyframes waf {

      0%,
      100% {
        transform: translateY(0);
      }

      50% {
        transform: translateY(-6px);
      }
    }

    @keyframes war {
      0% {
        opacity: 0.6;
        transform: scale(1);
      }

      100% {
        opacity: 0;
        transform: scale(1.6);
      }
    }

    @media(max-width:700px) {
      nav {
        display: none;
      }

      .hamburger {
        display: flex;
      }

      .card-grid,
      .related-grid {
        grid-template-columns: 1fr;
      }
    }

    .article-hero {
      background: var(--navy);
    }
  