:root{
      --teal:#0797a4;--teal-dark:#056d76;--sand:#f3eee5;--ivory:#fffdf8;
      --ink:#183136;--muted:#647478;--gold:#c7a96b;--card:#ffffff;
      --shadow:0 18px 60px rgba(0,55,64,.13);
    }
    *{box-sizing:border-box} html{scroll-behavior:smooth}
    body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--ivory)}
    h1,h2,h3{font-family:Georgia,'Times New Roman',serif;font-weight:500}
    a{text-decoration:none;color:inherit}.container{width:min(1180px,92vw);margin:auto}
    .eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.78rem;font-weight:800;color:var(--teal)}
    .btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.95rem 1.3rem;border-radius:999px;border:1px solid var(--teal);font-weight:800;transition:.2s}
    .btn.primary{background:var(--teal);color:#fff}.btn.light{background:#fff;color:var(--teal)}
    .btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(7,151,164,.22)}
    header{position:fixed;z-index:50;top:0;left:0;right:0;background:rgba(255,255,255,.9);backdrop-filter:blur(14px);border-bottom:1px solid rgba(7,151,164,.12)}
    nav{height:78px;display:flex;align-items:center;justify-content:space-between}
    .brand{display:flex;align-items:center;gap:.8rem}.brand-mark{width:54px;height:54px;border-radius:50%;overflow:hidden;background:var(--teal);display:grid;place-items:center}
    .brand-mark img{width:100%;height:100%;object-fit:cover}.brand strong{font-family:Georgia,serif;font-size:1.4rem;color:var(--teal-dark)}
    .menu{display:flex;align-items:center;gap:1.35rem}.menu a{font-weight:700;font-size:.94rem}
    .burger{display:none;border:0;background:none;font-size:1.8rem}
    .hero{
      min-height:760px;
      padding-top:78px;
      background:linear-gradient(135deg,#fffdf8 0%,#f5eee3 100%);
      display:flex;
      align-items:stretch;
      overflow:hidden
    }
    .hero-grid{
      width:100%;
      display:grid;
      grid-template-columns:minmax(0, .92fr) minmax(0, 1.08fr);
      align-items:stretch
    }
    .hero-copy{
      position:relative;
      z-index:2;
      display:flex;
      flex-direction:column;
      justify-content:center;
      padding:72px max(5vw,48px) 72px max(4vw,34px);
      background:linear-gradient(135deg,rgba(255,253,248,.98),rgba(247,239,226,.98))
    }
    .hero-slider {
      position: relative;
      min-height: 680px;
      overflow: hidden;
      background: #dcecef;
    }
    .hero-slide {
      position: absolute;
      inset: 0;
      opacity: 0;
      visibility: hidden;
      transform: scale(1.03);
      transition:
        opacity 1.4s ease-in-out,
        visibility 1.4s ease-in-out,
        transform 6s ease;
    }
    .hero-slide.is-active {
      opacity: 1;
      visibility: visible;
      transform: scale(1);
      z-index: 1;
    }
    .hero-slide img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: center;
    }
    .hero-slider::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 2;
      pointer-events: none;
      background: linear-gradient(
        90deg,
        rgba(247, 239, 226, 0.2),
        transparent 24%
      );
    }
    .hero-slider__arrow {
      position: absolute;
      top: 50%;
      z-index: 4;
      display: grid;
      place-items: center;
      width: 46px;
      height: 46px;
      border: 1px solid rgba(255, 255, 255, 0.65);
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.25);
      color: #fff;
      font-size: 2rem;
      line-height: 1;
      cursor: pointer;
      transform: translateY(-50%);
      backdrop-filter: blur(6px);
    }
    
    .hero-slider__arrow:hover {
      background: rgba(0, 0, 0, 0.45);
    }
    
    .hero-slider__arrow--previous {
      left: 20px;
    }
    
    .hero-slider__arrow--next {
      right: 20px;
    }
    
    .hero-slider__dots {
      position: absolute;
      z-index: 4;
      left: 50%;
      bottom: 25px;
      display: flex;
      gap: 9px;
      transform: translateX(-50%);
    }
    
    .hero-slider__dots button {
      width: 10px;
      height: 10px;
      padding: 0;
      border: 1px solid #fff;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.45);
      cursor: pointer;
    }
    
    .hero-slider__dots button.is-active {
      width: 28px;
      border-radius: 999px;
      background: #fff;
    }
    
    @media (max-width: 960px) {
      .hero-slider {
        min-height: 420px;
      }
    }
    
    @media (max-width: 620px) {
      .hero-slider {
        min-height: 330px;
      }
    
      .hero-slider__arrow {
        width: 40px;
        height: 40px;
      }
    
      .hero-slider__arrow--previous {
        left: 12px;
      }
    
      .hero-slider__arrow--next {
        right: 12px;
      }
    }
    .hero h1{
      font-size:clamp(3rem,5.4vw,5.8rem);
      line-height:1.01;
      margin:.8rem 0 1.4rem;
      max-width:690px
    }
    .hero h1 span{color:var(--teal)}
    .hero p{
      font-size:1.22rem;
      line-height:1.75;
      max-width:570px;
      color:#344b50
    }
    .hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}
    .hero-note{margin-top:1.15rem;font-size:.93rem;color:var(--muted)}
    section{padding:95px 0}.section-head{text-align:center;max-width:760px;margin:0 auto 46px}
    .section-head h2{font-size:clamp(2.2rem,4vw,4rem);margin:.5rem 0}.section-head p{color:var(--muted);line-height:1.7}
    .cards{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
    .travel-card{background:var(--card);border-radius:24px;overflow:hidden;box-shadow:var(--shadow);border:1px solid #e9efef;transition:.25s}
    .travel-card:hover{transform:translateY(-7px)}.travel-card img{width:100%;height:235px;object-fit:cover;object-position:center;display:block}
    .travel-card .body{padding:22px}.travel-card h3{font-size:1.5rem;margin:0 0 .7rem}.travel-card p{color:var(--muted);line-height:1.6}
    .travel-card:nth-child(n+5){grid-column:span 1}.cards.second-row{grid-template-columns:repeat(3,1fr);max-width:900px;margin:22px auto 0}
    .inspiration{background:linear-gradient(180deg,#f8f5ef,#fff);position:relative}
    .destinations{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
    .destination{
      position:relative;
      border-radius:24px;
      overflow:hidden;
      min-height:330px;
      box-shadow:var(--shadow);
      background:#dcecef
    }
    .destination img{
      width:100%;
      height:100%;
      object-fit:cover;
      object-position:center;
      transition:.35s;
      display:block
    }
    .destination:hover img{transform:scale(1.05)}
    .destination:after{
      content:"";
      position:absolute;
      inset:45% 0 0;
      background:linear-gradient(transparent,rgba(0,0,0,.82))
    }
    .destination-copy{
      position:absolute;
      z-index:2;
      left:18px;
      right:18px;
      bottom:18px;
      color:#fff
    }
    .destination-copy strong{
      display:block;
      font-size:1.05rem;
      margin-bottom:.3rem
    }
    .destination-copy small{
      font-size:.9rem;
      color:rgba(255,255,255,.92)
    }
    .process{background:var(--teal-dark);color:#fff}.process .eyebrow{color:#9fe3e8}
    .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.step{padding:28px;border:1px solid rgba(255,255,255,.18);border-radius:22px;background:rgba(255,255,255,.06)}
    .step b{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#fff;color:var(--teal-dark);font-size:1.25rem}.step h3{font-size:1.45rem}
    .why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.why{padding:28px;border-radius:22px;background:#f4fbfb;border:1px solid #d9eeee}
    .why .ico{font-size:2rem}.why h3{font-size:1.4rem;margin:.7rem 0}.why p{color:var(--muted);line-height:1.6}
    .about{background:#eaf7f8}.about-grid{display:grid;grid-template-columns:1fr 1.25fr;gap:56px;align-items:center}
    .about img{width:100%;border-radius:28px;box-shadow:var(--shadow)}.about h2{font-size:clamp(2.4rem,4vw,4.5rem);margin:.5rem 0 1rem}
    .about p{line-height:1.8;color:#465a5e}.signature{font-family:cursive;font-size:1.8rem;color:var(--teal)}
    .quote{padding:110px 0;background:var(--teal);color:#fff;text-align:center}
    .quote blockquote{font-family:Georgia,serif;font-size:clamp(2rem,4vw,4rem);max-width:900px;margin:auto}
    .contact{background:#fff}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:42px;align-items:start}
    .contact-panel{background:var(--teal-dark);color:#fff;padding:36px;border-radius:28px}.contact-panel h2{font-size:2.5rem}
    .contact-panel a{display:block;margin:16px 0}.contact-panel .contact-link{display:flex;align-items:center;gap:9px}.contact-link__icon{width:1.25em;height:1.25em;flex:0 0 auto;color:#25d366}.form{display:grid;grid-template-columns:1fr 1fr;gap:16px}
    .form-field{display:flex;flex-direction:column;gap:7px}.form-field label{font-weight:800;color:var(--teal-dark);font-size:.95rem}.form input,.form select,.form textarea{width:100%;padding:15px 16px;border:1px solid #d7e3e4;border-radius:14px;font:inherit;background:#fff}
    .form textarea{min-height:150px}.form-field--full,.form .full{grid-column:1/-1}
    .cg-honeypot {
      display: none !important;
    }
    .turnstile-field{align-items:flex-start}
    footer{background:#102f34;color:#d6e7e9;padding:40px 0}.footer-row{display:flex;justify-content:space-between;gap:25px;align-items:center;flex-wrap:wrap}
    .chat{position:fixed;right:22px;bottom:92px;z-index:59;width:min(340px,calc(100vw - 32px));background:#fff;border-radius:20px;box-shadow:var(--shadow);padding:20px;display:none}
    .chat.open{display:block}.chat h3{margin:.2rem 0 .5rem;font-family:Georgia,serif}.chat p{color:var(--muted);line-height:1.5}
    .chat-actions{display:flex;gap:8px;flex-wrap:wrap}.chat button{border:1px solid var(--teal);background:#fff;color:var(--teal-dark);padding:10px 12px;border-radius:999px;font-weight:800}
    @media(max-width:960px){
      .hero-grid{grid-template-columns:1fr}
      .hero-copy{padding:70px 7vw 46px}
      .hero-visual{min-height:420px;order:2}

      .menu{display:none;position:absolute;top:78px;left:0;right:0;background:#fff;padding:20px;flex-direction:column}.menu.open{display:flex}.burger{display:block}
      .cards{grid-template-columns:repeat(2,1fr)}.destinations{grid-template-columns:repeat(2,1fr)}.steps,.why-grid{grid-template-columns:repeat(2,1fr)}
      .about-grid,.contact-grid{grid-template-columns:1fr}
    }
    @media(max-width:620px){
      .hero{min-height:auto;padding-top:78px}
      .hero-copy{padding:56px 6vw 42px}
      .hero-visual{min-height:330px}
      section{padding:72px 0}.cards,.cards.second-row,.steps,.why-grid,.destinations,.form{grid-template-columns:1fr}
      .travel-card:nth-child(n+5){grid-column:auto}.form-field--full,.form .full{grid-column:auto}.hero h1{font-size:3.4rem}
      .brand small{display:none}.destination{min-height:240px}
    }

    .contact-confirmation {
      position: fixed;
      right: 24px;
      bottom: 24px;
      z-index: 1001;
      width: min(440px, calc(100vw - 48px));
      padding: 22px 54px 22px 24px;
      border-radius: 22px;
      background: #fff;
      box-shadow: 0 20px 65px rgba(24, 49, 54, 0.18);
      border-left: 6px solid var(--teal);
      color: var(--ink);
      transition: opacity 0.25s ease, transform 0.25s ease;
    }
    .contact-confirmation--error {
      border-left-color: #c94d4d;
    }
    .contact-confirmation.is-hiding {
      opacity: 0;
      transform: translateY(18px);
    }
    .contact-confirmation p {
      margin: 0;
      line-height: 1.55;
    }
    .contact-confirmation a {
      color: var(--teal-dark);
      font-weight: 800;
    }
    .contact-confirmation__close {
      position: absolute;
      top: 12px;
      right: 14px;
      width: 34px;
      height: 34px;
      border: 0;
      border-radius: 50%;
      background: transparent;
      color: var(--muted);
      font-size: 1.7rem;
      line-height: 1;
      cursor: pointer;
    }
    .contact-confirmation__close:hover,
    .contact-confirmation__close:focus-visible {
      background: #f0f7f7;
      color: var(--teal-dark);
    }
    .welcome-popup {
      position: fixed;
      left: 24px;
      bottom: 24px;
      z-index: 1000;
      width: min(420px, calc(100vw - 48px));
      padding: 30px 28px 26px;
      border: 1px solid rgba(7, 151, 164, 0.08);
      border-radius: 28px;
      background: #fff;
      box-shadow: 0 20px 65px rgba(24, 49, 54, 0.18);
      opacity: 0;
      transform: translateY(25px);
      transition:
        opacity 0.35s ease,
        transform 0.35s ease;
    }
    .welcome-popup[hidden] {
      display: none;
    }
    .welcome-popup.is-visible {
      opacity: 1;
      transform: translateY(0);
    }
    .welcome-popup h2 {
      margin: 0 35px 14px 0;
      font-family: Georgia, "Times New Roman", serif;
      font-size: 1.55rem;
      line-height: 1.25;
      color: var(--ink);
    }
    .welcome-popup p {
      margin: 0 0 22px;
      color: var(--muted);
      font-size: 1.12rem;
      line-height: 1.55;
    }
    .welcome-popup__close {
      position: absolute;
      top: 14px;
      right: 16px;
      width: 36px;
      height: 36px;
      border: 0;
      border-radius: 50%;
      background: transparent;
      color: var(--muted);
      font-size: 1.8rem;
      line-height: 1;
      cursor: pointer;
    }
    .welcome-popup__close:hover {
      background: #f0f7f7;
      color: var(--teal-dark);
    }
    .welcome-popup__actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }
    .welcome-popup__button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 50px;
      padding: 10px 17px;
      border: 1.5px solid var(--teal);
      border-radius: 999px;
      background: #fff;
      color: var(--teal-dark);
      font: inherit;
      font-weight: 800;
      text-decoration: none;
      cursor: pointer;
      transition:
        background 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
    }
    .welcome-popup__button:hover {
      transform: translateY(-2px);
      background: #effafa;
    }
    .welcome-popup__button--primary {
      background: var(--teal);
      color: #fff;
    }
    .welcome-popup__button--primary:hover {
      background: var(--teal-dark);
      color: #fff;
    }
    @media (max-width: 620px) {
      .welcome-popup {
        left: 14px;
        right: 14px;
        bottom: 14px;
        width: auto;
        padding: 25px 22px 22px;
        border-radius: 24px;
      }
      .welcome-popup h2 {
        font-size: 1.35rem;
      }
      .welcome-popup p {
        font-size: 1rem;
      }
      .contact-confirmation {
        right: 14px;
        left: 14px;
        bottom: 14px;
        width: auto;
      }
    }
	.required {
    color: #d62828;
    font-weight: 700;
    margin-left: 2px;
    }
	.required {
    color: #d62828;
    font-weight: 700;
    margin-left: 2px;
    }