@import"https://fonts.googleapis.com/css2?family=Syne:wght@600;700;800&family=DM+Sans:wght@400;500&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:100%;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{width:100%;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}:root{--header-bg: #0d0d0d;--header-bg-scrolled: rgba(13, 13, 13, .96);--header-height: 72px;--header-height-mobile: 60px;--accent: #3F927D;--accent-hover: #2d6b5a;--text-primary: #f5f5f5;--text-muted: #999;--nav-link-color: #ccc;--nav-link-hover: #ffffff;--drawer-bg: #111111;--border: rgba(255, 255, 255, .07);--shadow: 0 4px 32px rgba(0, 0, 0, .4);--transition: .25s cubic-bezier(.4, 0, .2, 1);--font-display: "Syne", sans-serif;--font-body: "DM Sans", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:var(--header-bg);border-bottom:1px solid var(--border);transition:background var(--transition),box-shadow var(--transition),backdrop-filter var(--transition);font-family:var(--font-body)}.header--scrolled{background:var(--header-bg-scrolled);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:var(--shadow)}.header__container{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1400px;margin:0 auto;height:var(--header-height);gap:24px}.header__logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.logo__image{height:40px;width:auto;object-fit:contain;transition:transform var(--transition)}.header__logo:hover .logo__image{transform:scale(1.05)}.header__nav{display:flex;align-items:center;gap:8px;flex:1;justify-content:center}.nav__link{font-family:var(--font-body);font-size:.9rem;font-weight:500;color:var(--nav-link-color);text-decoration:none;padding:8px 16px;border-radius:8px;letter-spacing:.01em;transition:color var(--transition),background var(--transition);position:relative}.nav__link:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%) scaleX(0);width:16px;height:2px;background:var(--accent);border-radius:2px;transition:transform var(--transition)}.nav__link:hover{color:var(--nav-link-hover);background:#ffffff0d}.nav__link:hover:after{transform:translate(-50%) scaleX(1)}.header__cta{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;background:var(--accent);color:#fff;font-family:var(--font-display);font-size:.88rem;font-weight:700;text-decoration:none;border-radius:10px;letter-spacing:.02em;white-space:nowrap;flex-shrink:0;transition:background var(--transition),color var(--transition),transform var(--transition),box-shadow var(--transition);box-shadow:0 2px 12px #f7f7f759}.header__cta:hover{background:var(--accent-hover);color:#fff;transform:translateY(-1px);box-shadow:0 6px 20px #3f927d59}.header__cta:hover svg{stroke:#fff}.header__cta:active{transform:translateY(0)}.header__hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:transparent;border:1px solid var(--border);border-radius:8px;cursor:pointer;flex-shrink:0;transition:background var(--transition),border-color var(--transition);padding:0}.header__hamburger:hover{background:#ffffff0f}.header__hamburger span{display:block;width:18px;height:2px;background:var(--text-primary);border-radius:2px;transition:transform var(--transition),opacity var(--transition);transform-origin:center}.header__hamburger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__hamburger.is-open span:nth-child(2){opacity:0;transform:scaleX(0)}.header__hamburger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header__drawer{display:none;overflow:hidden;max-height:0;background:var(--drawer-bg);border-top:1px solid var(--border);transition:max-height .35s cubic-bezier(.4,0,.2,1),opacity .25s ease;opacity:0}.header__drawer--open{max-height:400px;opacity:1}.drawer__nav{display:flex;flex-direction:column;padding:16px 24px 24px;gap:4px}.drawer__link{font-family:var(--font-body);font-size:1rem;font-weight:500;color:var(--nav-link-color);text-decoration:none;padding:12px 16px;border-radius:10px;transition:color var(--transition),background var(--transition)}.drawer__link:hover{color:var(--text-primary);background:#ffffff0d}.drawer__cta{display:inline-flex;align-items:center;justify-content:center;margin-top:12px;padding:13px 24px;background:var(--accent);color:#fff;font-family:var(--font-display);font-size:.85rem;font-weight:700;text-decoration:none;border-radius:10px;letter-spacing:.02em;transition:background var(--transition);box-shadow:0 2px 12px #e6394659}.drawer__cta:hover{background:var(--accent-hover)}body{padding-top:var(--header-height)}@media(max-width:1024px){.header__container{padding:0 32px}.nav__link{padding:8px 12px;font-size:.85rem}}@media(max-width:768px){.header__nav,.header__cta{display:none}.header__hamburger{display:flex;min-width:48px;min-height:48px;width:48px;height:48px}.header__drawer{display:block}.drawer__link{min-height:48px;padding:14px 16px}.drawer__cta{min-height:48px;min-width:48px}.header__container{padding:0 20px;height:var(--header-height-mobile);gap:8px}body{padding-top:var(--header-height-mobile)}}@media(max-width:480px){.logo__image{height:35px}.header__container{padding:0 16px}.drawer__nav{padding:12px 16px 20px}}@media(max-width:360px){.logo__image{height:30px}}.hero{position:relative;height:100vh;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#000}@media(max-width:768px){.hero{min-height:auto;height:auto;padding:80px 0 60px;overflow:visible}}.hero__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}@media(max-width:768px){.hero__background{height:100%;min-height:100%}}.hero__bg-image{width:100%;height:100%;object-fit:cover;filter:blur(2px);transform:scale(1.1);will-change:transform}.hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#000000b3,#3f927d4d,#000000b3);z-index:1}@media(max-width:768px){.hero__overlay{height:100%;min-height:100%}}.hero__container{position:relative;z-index:2;width:100%;max-width:1400px;margin:0 auto;height:100%;display:flex;align-items:center}@media(max-width:768px){.hero__container{height:auto;align-items:flex-start;padding-top:20px;padding-bottom:20px}}.hero__content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero__left{display:flex;flex-direction:column;gap:24px}.hero__image-wrapper{width:100%;max-width:500px;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0006;background-color:#000}.hero__feature-image{width:100%;height:auto;display:block;object-fit:cover;aspect-ratio:4 / 3}.hero__headline{font-size:3.5rem;font-weight:800;line-height:1.2;color:#fff;margin:0;text-align:left;letter-spacing:-.02em}.hero__description{font-size:1.25rem;line-height:1.4;color:#ffffffe6;margin:0;align-items:left;text-align:left;max-width:650px}.hero__cta-button{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;background-color:#3f927d;color:#fff;font-size:1.125rem;font-weight:700;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;width:fit-content;box-shadow:0 4px 20px #3f927d66;margin-top:8px}.hero__cta-button:hover{background-color:#2d6b5a;transform:translateY(-2px);box-shadow:0 6px 30px #3f927d80}.hero__cta-button:active{transform:translateY(0)}.hero__right{display:flex;align-items:center;justify-content:center}.hero__form{width:100%;max-width:550px;background:#fffffff2;backdrop-filter:blur(10px);padding:40px;border-radius:20px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;gap:20px}.hero__form-title{font-size:2rem;font-weight:700;color:#000;margin:0 0 8px;text-align:center}.hero__form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.hero__form-group--mobile{display:none}@media(min-width:769px){.hero__form-row-2 .hero__form-group--travel-dates,.hero__form-row-2 .hero__form-group--phone{order:0}}.hero__form-group{display:flex;flex-direction:column;gap:8px}.hero__form-label{font-size:.9375rem;font-weight:600;color:#000}.hero__form-input,.hero__form-textarea{width:100%;padding:12px 16px;font-size:1rem;color:#000;background-color:#fff;border:2px solid rgba(0,0,0,.1);border-radius:10px;transition:all .3s ease;font-size:.8375rem;font-family:inherit;box-sizing:border-box}.hero__form-date-input{cursor:pointer}.hero__form-date-input::-webkit-calendar-picker-indicator{display:block;cursor:pointer;opacity:1;-webkit-appearance:none}@media(max-width:768px){.hero__form-date-input::-webkit-calendar-picker-indicator{display:block;cursor:pointer;opacity:1}}.hero__form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px;cursor:pointer}.hero__form-select option{background:#fff;color:#000;padding:10px}.hero__form-input:focus,.hero__form-textarea:focus{outline:none;border-color:#3f927d;box-shadow:0 0 0 3px #3f927d1a}.hero__form-textarea{resize:vertical;min-height:100px}.hero__form-message{padding:16px 20px;border-radius:12px;margin-bottom:20px;font-size:.9375rem;font-weight:500;text-align:center}.hero__form-message--success{background:#3f927d26;border:1px solid rgba(63,146,125,.5);color:#3f927d}.hero__form-message--error{background:#dc354526;border:1px solid rgba(220,53,69,.5);color:#dc3545}.hero__form-submit{width:100%;padding:16px;background-color:#3f927d;color:#fff;font-size:1.125rem;font-weight:700;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;margin-top:8px;box-shadow:0 4px 20px #3f927d66}.hero__form-submit:hover:not(:disabled){background-color:#2d6b5a;transform:translateY(-2px);box-shadow:0 6px 30px #3f927d80}.hero__form-submit:active:not(:disabled){transform:translateY(0)}.hero__form-submit:disabled{opacity:.7;cursor:not-allowed}@media(max-width:1024px){.hero__container{padding:0 32px}.hero__content{gap:40px}.hero__headline{font-size:3rem}.hero__description{font-size:1.125rem}.hero__form{padding:32px}.hero__form-row{gap:14px}}@media(max-width:768px){.hero__container{padding:0 24px}.hero__content{grid-template-columns:1fr;gap:40px;width:100%;display:flex;flex-direction:column}.hero__left{order:1;text-align:left;align-items:flex-start;width:100%}.hero__image-wrapper{max-width:100%}.hero__headline{font-size:2.5rem;text-align:left;margin-bottom:16px}.hero__description{font-size:1.0625rem;text-align:left;margin-bottom:24px}.hero__cta-button{display:none}.hero__right{order:2;width:100%}.hero__form{max-width:100%;padding:28px;width:100%;box-sizing:border-box}.hero__form-title{font-size:1.75rem;margin-bottom:24px}.hero__form-row-1,.hero__form-row-2{grid-template-columns:1fr 1fr;gap:12px}.hero__form-row-2 .hero__form-group--travel-dates{order:1}.hero__form-row-2 .hero__form-group--phone{order:2}.hero__form-row-3{grid-template-columns:1fr 1fr;gap:12px}.hero__form-group{gap:8px;margin-bottom:0}.hero__form-input,.hero__form-textarea,.hero__form-select{min-height:48px;padding:14px 16px;width:100%;box-sizing:border-box}.hero__form-submit{min-height:48px;min-width:48px;width:100%;margin-top:8px}.hero__form-date-input{padding-right:16px}}@media(max-width:480px){.hero{padding:60px 0 40px}.hero__container{padding:0 16px}.hero__content{gap:32px}.hero__left{text-align:left;align-items:flex-start}.hero__headline{font-size:2rem;text-align:left;margin-bottom:12px}.hero__description{font-size:1rem;text-align:left;margin-bottom:20px}.hero__cta-button{display:none}.hero__form{padding:24px;width:100%;box-sizing:border-box}.hero__form-title{font-size:1.5rem;margin-bottom:20px}.hero__form-row{grid-template-columns:1fr;gap:16px}.hero__form-input,.hero__form-textarea,.hero__form-select{padding:12px 14px;font-size:.8375rem;min-height:48px;width:100%;box-sizing:border-box}.hero__form-submit{padding:14px;font-size:1rem;min-height:48px;min-width:48px;width:100%}.hero__form-date-input{padding-right:14px}.hero__form-select{padding-right:40px}}@media(max-width:360px){.hero__container{padding:0 12px}.hero__left{text-align:left;align-items:flex-start}.hero__headline{font-size:1.75rem;text-align:left}.hero__description{font-size:.9375rem;text-align:left}.hero__cta-button{display:none}.hero__form{padding:20px}.hero__form-title{font-size:1.375rem}.hero__form-row{grid-template-columns:1fr;gap:14px}}.homepage{width:100%;min-height:100vh;display:flex;flex-direction:column;background-color:#000;overflow-x:hidden}
