.elementor-839 .elementor-element.elementor-element-fda77f2{--display:flex;}.elementor-839 .elementor-element.elementor-element-4e86903{width:100%;max-width:100%;}.elementor-839 .elementor-element.elementor-element-4e86903.xpro-widget-bg-overlay:before{transition:background 0.3s;}/* Start custom CSS for html, class: .elementor-element-4e86903 */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --bg: #f6f6f6;
      --bg-alt: #ffffff;
      --purple: #4c3d6b;
      --gold: #dfc180;
      --gold-light: #f0dfa8;
      --gold-dark: #c4a455;
      --text: #4c3d6b;
      --text-light: #7a6d99;
      --serif: 'Noto Serif Display', Georgia, serif;
      --sans: 'Garet', system-ui, sans-serif;
    }

    html { scroll-behavior: smooth; }

    body {
      font-family: var(--sans);
      background: var(--bg);
      color: var(--text);
      font-size: 17px;
      line-height: 1.7;
      overflow-x: hidden;
    }

    /* ── STICKY HEADER ── */
    .site-header {
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 100;
      background: rgba(246,246,246,0.97);
      backdrop-filter: blur(8px);
      border-bottom: 1px solid rgba(223,193,128,0.25);
      padding: 14px 24px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      transition: box-shadow 0.3s;
    }
    .site-header.scrolled { box-shadow: 0 2px 24px rgba(76,61,107,0.10); }
    .header-brand {
      font-family: var(--serif);
      font-size: 15px;
      font-weight: 600;
      color: var(--purple);
      letter-spacing: 0.01em;
      opacity: 0.85;
    }
    .header-cta {
      background: var(--gold);
      color: var(--purple);
      font-family: var(--sans);
      font-weight: 700;
      font-size: 13px;
      letter-spacing: 0.04em;
      padding: 10px 22px;
      border: none;
      border-radius: 3px;
      cursor: pointer;
      text-decoration: none;
      transition: background 0.2s, transform 0.15s;
      white-space: nowrap;
    }
    .header-cta:hover { background: var(--gold-dark); transform: translateY(-1px); }

    /* ── HERO ── */
    .hero {
      background: var(--bg);
      padding: 80px 24px 100px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .hero::before {
      content: '';
      position: absolute;
      top: -120px; left: 50%;
      transform: translateX(-50%);
      width: 700px; height: 700px;
      background: radial-gradient(ellipse, rgba(223,193,128,0.13) 0%, transparent 70%);
      pointer-events: none;
    }
    .hero-inner {
      max-width: 780px;
      margin: 0 auto;
      position: relative;
    }
    .qualifier {
      display: inline-block;
      font-family: var(--sans);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--gold-dark);
      margin-bottom: 28px;
      padding: 8px 20px;
      border: 1px solid var(--gold);
      border-radius: 2px;
    }
    .hero h1 {
      font-family: var(--serif);
      font-size: clamp(36px, 6vw, 58px);
      font-weight: 700;
      line-height: 1.15;
      color: var(--purple);
      margin-bottom: 28px;
      letter-spacing: -0.01em;
    }
    .hero h1 em {
      font-style: italic;
      color: var(--gold-dark);
    }
    .hero-sub {
      font-size: clamp(16px, 2.2vw, 19px);
      color: var(--text-light);
      max-width: 620px;
      margin: 0 auto 16px;
      line-height: 1.65;
    }
    .update-badge {
      display: inline-block;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.08em;
      color: var(--gold-dark);
      background: rgba(223,193,128,0.12);
      border: 1px solid rgba(223,193,128,0.35);
      border-radius: 2px;
      padding: 5px 14px;
      margin-bottom: 52px;
      text-transform: uppercase;
    }

    /* ── MOCKUP SVG ── */
    .mockup-wrap {
      width: 100%;
      max-width: 560px;
      margin: 0 auto 52px;
      filter: drop-shadow(0 24px 48px rgba(76,61,107,0.18));
    }
    .mockup-wrap svg { width: 100%; height: auto; border-radius: 8px; }

    /* ── FORM ── */
    .opt-form {
      display: flex;
      flex-direction: column;
      gap: 14px;
      max-width: 460px;
      margin: 0 auto;
    }
    .opt-form input[type="email"] {
      width: 100%;
      padding: 16px 20px;
      border: 1.5px solid rgba(76,61,107,0.2);
      border-radius: 3px;
      background: #fff;
      font-family: var(--sans);
      font-size: 16px;
      color: var(--purple);
      outline: none;
      transition: border-color 0.2s;
    }
    .opt-form input[type="email"]::placeholder { color: #b0a8c8; }
    .opt-form input[type="email"]:focus { border-color: var(--gold); }
    .btn-primary {
      width: 100%;
      padding: 18px 28px;
      background: var(--gold);
      color: var(--purple);
      font-family: var(--sans);
      font-weight: 700;
      font-size: 16px;
      letter-spacing: 0.04em;
      border: none;
      border-radius: 3px;
      cursor: pointer;
      transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
      text-transform: none;
    }
    .btn-primary:hover {
      background: var(--gold-dark);
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(223,193,128,0.35);
    }
    .privacy-note {
      font-size: 13px;
      color: var(--text-light);
      text-align: center;
      line-height: 1.5;
      margin-top: 4px;
    }

    /* ── CREDIBILITY STRIP ── */
    .credibility {
      background: var(--purple);
      padding: 56px 24px;
    }
    .cred-grid {
      max-width: 900px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 40px 24px;
      text-align: center;
    }
    .cred-item {}
    .cred-number {
      font-family: var(--serif);
      font-size: clamp(32px, 5vw, 48px);
      font-weight: 700;
      color: var(--gold);
      line-height: 1.1;
      margin-bottom: 6px;
    }
    .cred-label {
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.06em;
      color: rgba(255,255,255,0.65);
      text-transform: uppercase;
    }

    /* ── BENEFITS ── */
    .benefits {
      background: var(--bg-alt);
      padding: 100px 24px;
    }
    .section-label {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--gold-dark);
      text-align: center;
      margin-bottom: 16px;
    }
    .section-title {
      font-family: var(--serif);
      font-size: clamp(28px, 4vw, 40px);
      font-weight: 700;
      color: var(--purple);
      text-align: center;
      margin-bottom: 56px;
      line-height: 1.2;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
    }
    .benefits-grid {
      max-width: 900px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .benefit-card {
      background: var(--bg);
      border-radius: 6px;
      padding: 28px 32px;
      display: flex;
      gap: 20px;
      align-items: flex-start;
      border: 1px solid rgba(223,193,128,0.2);
      transition: box-shadow 0.25s, transform 0.25s;
    }
    .benefit-card:hover {
      box-shadow: 0 8px 32px rgba(76,61,107,0.10);
      transform: translateY(-2px);
    }
    .benefit-check {
      flex-shrink: 0;
      width: 28px; height: 28px;
      background: var(--gold);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 2px;
    }
    .benefit-check svg { width: 14px; height: 14px; }
    .benefit-text {
      font-size: 16px;
      color: var(--text);
      line-height: 1.65;
    }

    /* ── SOCIAL PROOF ── */
    .social-proof {
      background: var(--bg);
      padding: 100px 24px;
    }
    .testimonials-grid {
      max-width: 900px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr;
      gap: 28px;
    }
    .testimonial-card {
      background: var(--bg-alt);
      border-radius: 6px;
      padding: 36px 36px 32px;
      border: 1px solid rgba(223,193,128,0.2);
      position: relative;
    }
    .quote-mark {
      font-family: var(--serif);
      font-size: 72px;
      line-height: 1;
      color: var(--gold);
      opacity: 0.35;
      position: absolute;
      top: 16px; left: 28px;
      font-style: italic;
    }
    .testimonial-body {
      font-size: 17px;
      color: var(--text);
      line-height: 1.7;
      padding-top: 32px;
      font-style: italic;
      margin-bottom: 24px;
    }
    .testimonial-footer {
      display: flex;
      align-items: center;
      gap: 14px;
    }
    .avatar {
      width: 52px; height: 52px;
      border-radius: 50%;
      background: rgba(223,193,128,0.25);
      border: 2px solid var(--gold);
      flex-shrink: 0;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: var(--serif);
      font-size: 20px;
      color: var(--gold-dark);
    }
    .testimonial-name {
      font-weight: 700;
      font-size: 15px;
      color: var(--purple);
    }
    .testimonial-trip {
      font-size: 13px;
      color: var(--text-light);
      margin-top: 2px;
    }
    .proof-placeholder {
      max-width: 680px;
      margin: 0 auto;
      text-align: center;
      padding: 56px 40px;
      background: var(--bg-alt);
      border-radius: 6px;
      border: 1.5px dashed rgba(223,193,128,0.4);
    }
    .proof-placeholder p {
      font-family: var(--serif);
      font-size: 20px;
      font-style: italic;
      color: var(--text-light);
      line-height: 1.6;
    }
    .proof-placeholder span {
      display: block;
      font-family: var(--sans);
      font-size: 12px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--gold-dark);
      margin-top: 16px;
      opacity: 0.7;
    }

    /* ── ABOUT ── */
    .about {
      background: var(--bg-alt);
      padding: 100px 24px;
    }
    .about-inner {
      max-width: 800px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr;
      gap: 48px;
      align-items: center;
    }
    .about-image {
      width: 220px;
      height: 220px;
      border-radius: 50%;
      background: rgba(223,193,128,0.15);
      border: 3px solid var(--gold);
      margin: 0 auto;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      color: var(--text-light);
      text-align: center;
      padding: 20px;
      line-height: 1.5;
    }
    .about-text .section-label { text-align: left; }
    .about-text .section-title { text-align: left; margin-left: 0; font-size: clamp(24px, 3.5vw, 34px); margin-bottom: 24px; }
    .about-body {
      font-size: 17px;
      color: var(--text);
      line-height: 1.75;
    }
    .about-body p + p { margin-top: 18px; }

    /* ── FINAL CTA ── */
    .final-cta {
      background: var(--purple);
      padding: 100px 24px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .final-cta::before {
      content: '';
      position: absolute;
      bottom: -100px; right: -100px;
      width: 400px; height: 400px;
      border-radius: 50%;
      background: rgba(223,193,128,0.07);
      pointer-events: none;
    }
    .final-cta .section-label { color: rgba(223,193,128,0.7); }
    .final-cta .section-title { color: #fff; margin-bottom: 16px; }
    .final-cta-sub {
      font-size: 17px;
      color: rgba(255,255,255,0.7);
      max-width: 540px;
      margin: 0 auto 40px;
      line-height: 1.65;
    }
    .final-cta .opt-form input[type="email"] {
      background: rgba(255,255,255,0.08);
      border-color: rgba(255,255,255,0.2);
      color: #fff;
    }
    .final-cta .opt-form input[type="email"]::placeholder { color: rgba(255,255,255,0.4); }
    .final-cta .opt-form input[type="email"]:focus { border-color: var(--gold); }
    .final-cta .privacy-note { color: rgba(255,255,255,0.45); }

    /* ── FOOTER ── */
    footer {
      background: #2e2440;
      padding: 36px 24px;
      text-align: center;
    }
    footer p {
      font-size: 13px;
      color: rgba(255,255,255,0.35);
      line-height: 1.6;
    }
    footer a { color: rgba(223,193,128,0.6); text-decoration: none; }
    footer a:hover { color: var(--gold); }

    /* ── DIVIDER ── */
    .gold-divider {
      width: 48px;
      height: 2px;
      background: var(--gold);
      margin: 0 auto 40px;
      border-radius: 2px;
    }
    .gold-divider.left { margin-left: 0; }

    /* ── FADE IN ── */
    .fade-in {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity 0.65s ease, transform 0.65s ease;
    }
    .fade-in.visible {
      opacity: 1;
      transform: translateY(0);
    }
    .fade-in-delay-1 { transition-delay: 0.1s; }
    .fade-in-delay-2 { transition-delay: 0.2s; }
    .fade-in-delay-3 { transition-delay: 0.3s; }
    .fade-in-delay-4 { transition-delay: 0.4s; }

    /* ── RESPONSIVE ── */
    @media (min-width: 768px) {
      .cred-grid { grid-template-columns: repeat(4, 1fr); gap: 0; }
      .cred-item { border-right: 1px solid rgba(255,255,255,0.1); padding: 0 24px; }
      .cred-item:last-child { border-right: none; }
      .benefits-grid { grid-template-columns: 1fr 1fr; }
      .testimonials-grid { grid-template-columns: 1fr 1fr; }
      .about-inner { grid-template-columns: 1fr; }
      .about-image { width: 200px; height: 200px; margin: 0; }
      .opt-form { flex-direction: row; }
      .opt-form input[type="email"] { flex: 1; }
      .btn-primary { width: auto; white-space: nowrap; padding: 16px 28px; }
    }

    @media (min-width: 1024px) {
      .hero { padding: 160px 24px 120px; }
      .benefits-grid { grid-template-columns: 1fr 1fr; }
    }/* End custom CSS */