@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #042d2a;--bg2: #0b3b36;--indigo: #0e8f7b;--cyan: #13b397;--sky: #21c7a8;--text: #effdf9;--muted: #94a3b8;--glass: rgba(255, 255, 255, .06);--glass-border: rgba(255, 255, 255, .1);--radius: 16px}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--indigo);border-radius:3px}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;background:#042d2af0;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.12);box-shadow:0 4px 24px #042d2a47;transition:background .3s}.nav-logo{display:inline-flex;align-items:center;font-size:1.25rem;font-weight:800;background:linear-gradient(90deg,var(--indigo),var(--sky));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em;text-decoration:none}.nav-logo-image{display:block;width:auto;height:44px}.nav-links{display:none;gap:2rem;list-style:none}.nav-links a{color:#ffffffd9;text-decoration:none;font-size:.9rem;transition:color .2s}.nav-links a:hover{color:#fff}.nav-cta{background:linear-gradient(135deg,var(--indigo),var(--cyan));color:#fff;border:none;padding:.55rem 1.25rem;border-radius:50px;font-size:.875rem;font-weight:600;cursor:pointer;text-decoration:none;white-space:nowrap;transition:opacity .2s,transform .2s}.nav-cta:hover{opacity:.85;transform:scale(1.03)}nav>.nav-cta{display:none}.hamburger{display:flex;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.hamburger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:transform .3s,opacity .3s}.mobile-menu{display:none;position:fixed;top:65px;left:0;right:0;background:#042d2af7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:1.5rem;border-bottom:1px solid var(--glass-border);z-index:99}.mobile-menu.open{display:block}.mobile-menu ul{list-style:none;display:flex;flex-direction:column;gap:1rem}.mobile-menu a{color:#ffffffd9;text-decoration:none;font-size:1rem}.mobile-menu .nav-cta{display:inline-block;margin-top:.5rem}@media (min-width: 768px){.nav-links{display:flex}nav>.nav-cta{display:inline-block}.hamburger{display:none}}#hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:7rem 1.5rem 4rem;overflow:hidden}@media (max-width: 767px){#hero{padding-left:.75rem;padding-right:.75rem}}.aurora{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:var(--bg)}.aurora:before{content:"";position:absolute;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(14,143,123,.35) 0%,transparent 70%);top:-200px;left:-200px;animation:drift1 12s ease-in-out infinite alternate}.aurora:after{content:"";position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(19,179,151,.3) 0%,transparent 70%);bottom:-150px;right:-150px;animation:drift2 10s ease-in-out infinite alternate}.section--light .aurora{background:linear-gradient(180deg,#dcfce7,#eef6f4)}.section--light .aurora:before{background:radial-gradient(circle,rgba(14,143,123,.16) 0%,transparent 70%)}.section--light .aurora:after{background:radial-gradient(circle,rgba(19,179,151,.14) 0%,transparent 70%)}.blob{position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(33,199,168,.15) 0%,transparent 70%);top:40%;left:50%;transform:translate(-50%,-50%);animation:pulse 8s ease-in-out infinite}.section--light .blob{background:radial-gradient(circle,rgba(33,199,168,.1) 0%,transparent 70%)}@keyframes drift1{0%{transform:translate(0) scale(1)}to{transform:translate(100px,80px) scale(1.2)}}@keyframes drift2{0%{transform:translate(0) scale(1)}to{transform:translate(-80px,-60px) scale(1.15)}}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.15)}}.hero-inner{position:relative;z-index:1;width:100%;min-width:0;max-width:860px;margin:0 auto}.hero-brand{display:flex;justify-content:center;margin-bottom:1.5rem}.hero-brand-logo{display:block;width:min(100%,220px);height:auto;filter:drop-shadow(0 14px 28px rgba(15,23,42,.12))}h1{font-size:clamp(2.2rem,7vw,4rem);font-weight:900;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.25rem;overflow-wrap:anywhere}h1 span{background:linear-gradient(135deg,var(--sky),var(--indigo) 60%,#64e6cb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}h1 .hero-title-line{display:block;background:none;-webkit-text-fill-color:currentColor}h1 .hero-title-changing-line{display:grid;grid-template-columns:max-content max-content;justify-content:center;-moz-column-gap:.25em;column-gap:.25em;line-height:1.25;padding-bottom:.12em;background:none;-webkit-text-fill-color:currentColor}h1 .hero-title-fixed{background:none;-webkit-text-fill-color:currentColor}.hero-rotator-shell{display:grid}.hero-rotator-shell>span{grid-area:1/1}.hero-rotator-size{visibility:hidden}.hero-rotator{text-align:left;transition:opacity .25s ease,transform .25s ease}.hero-rotator.is-swapping{opacity:0;transform:translateY(-.25em)}@media (prefers-reduced-motion: reduce){.hero-rotator{transition:none}}@media (max-width: 480px){h1 .hero-title-changing-line{font-size:.82em}}.hero-sub{font-size:clamp(1rem,2.5vw,1.2rem);color:var(--muted);max-width:600px;margin:0 auto 2.5rem;overflow-wrap:anywhere}.hero-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-perks{display:flex;flex-wrap:wrap;justify-content:center;gap:.55rem 1.4rem;list-style:none;margin:1.75rem auto 0;padding:0;max-width:620px}.hero-perk{display:inline-flex;align-items:center;gap:.4rem;font-size:.92rem;font-weight:600;color:var(--text)}.hero-perk svg{flex-shrink:0;color:#0d9488}.hero-booking{display:flex;align-items:center;gap:.45rem;width:-moz-fit-content;width:fit-content;margin:1.4rem auto 0;padding:.4rem .9rem;border-radius:50px;background:var(--glass);border:1px solid var(--glass-border);font-size:.85rem;color:var(--muted);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-booking strong{color:var(--text);font-weight:700}.hero-booking svg{flex-shrink:0;color:#1e63d0}@media (max-width: 767px){.hero-brand-logo{width:min(100%,180px)}.mockup-card{padding:.7rem}.mk-cal-unit-name{padding-left:.45rem!important;font-size:.64rem}}.btn-primary{background:linear-gradient(135deg,var(--indigo),var(--cyan));color:#fff;text-decoration:none;padding:.85rem 2rem;border-radius:50px;font-weight:700;font-size:1rem;transition:transform .2s,box-shadow .2s;display:inline-block}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0e8f7b66}.btn-secondary{background:var(--glass);border:1px solid var(--glass-border);color:var(--text);text-decoration:none;padding:.85rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background .2s,transform .2s;display:inline-block}.btn-secondary:hover{background:#ffffff1a;transform:translateY(-2px)}.section--light .btn-secondary:hover{background:#f1f5f9}.hero-mockup{margin-top:4rem;width:100%;max-width:min(640px,100%);margin-left:auto;margin-right:auto;min-width:0;overflow:hidden}.mockup-card{width:100%;max-width:100%;min-width:0;overflow:hidden;background:#fff;border:1px solid #e2e8f0;border-radius:var(--radius);padding:.85rem .85rem 1rem;box-shadow:0 12px 40px #0f172a1f;text-align:left}.mockup-bar{display:flex;gap:.4rem;margin-bottom:.85rem}.mockup-bar span{width:10px;height:10px;border-radius:50%}.mockup-bar span:nth-child(1){background:#ff5f57}.mockup-bar span:nth-child(2){background:#ffbd2e}.mockup-bar span:nth-child(3){background:#28c840}.mk-cal{position:relative;width:100%;min-width:0;color:#334155}.mk-cal-cursor{position:absolute;top:0;left:0;z-index:6;width:22px;height:22px;pointer-events:none;opacity:0;filter:drop-shadow(0 2px 3px rgba(15,23,42,.35));transition:transform .9s cubic-bezier(.4,0,.2,1),opacity .4s ease;will-change:transform}.mk-cal-cursor.is-visible{opacity:1}.mk-cal-cursor.is-clicking svg{transform:scale(.82)}.mk-cal-cursor svg{display:block;transition:transform .12s ease}.mk-cal-cursor.is-clicking:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#21c7a873;animation:mk-cursor-ripple .4s ease-out forwards}@keyframes mk-cursor-ripple{0%{transform:scale(.4);opacity:.7}to{transform:scale(2.4);opacity:0}}.mk-cal-mode--press{transform:scale(.92)}.mk-cal-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .6rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px 10px 0 0;flex-wrap:wrap}.mk-cal-nav{display:flex;align-items:center;gap:.4rem}.mk-cal-nav-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#475569;font-size:.9rem;line-height:1;cursor:default}.mk-cal-month{font-size:.8rem;font-weight:600;color:#0f172a}.mk-cal-modes{display:flex;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden}.mk-cal-mode{padding:.2rem .7rem;font-family:inherit;font-size:.72rem;font-weight:500;color:#64748b;background:#fff;border:none;cursor:pointer;line-height:1.4;transition:background .15s,color .15s}.mk-cal-mode:first-child{border-right:1px solid #e2e8f0}.mk-cal-mode:hover{background:#f8fafc}.mk-cal-mode.active{background:var(--sky);color:#0a0a0a}.mk-cal-mode[data-mk-mode=pricing]:not(.active){color:#0d9488;font-weight:600;animation:mk-mode-pulse 1.8s ease-in-out infinite}.mk-cal-mode[data-mk-mode=pricing]:not(.active):hover{animation:none;background:#d7faf2}@keyframes mk-mode-pulse{0%,to{background:#fff;box-shadow:inset 0 0 #21c7a800}50%{background:#d7faf2;box-shadow:inset 0 0 0 1px #21c7a873}}@media (prefers-reduced-motion: reduce){.mk-cal-mode[data-mk-mode=pricing]:not(.active){animation:none}}.mk-cal-view.is-hidden{display:none}.mk-cal-scroll{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;border:1px solid #e2e8f0;border-top:none;border-radius:0 0 10px 10px;background:#fff;-webkit-overflow-scrolling:touch}.mk-cal-scroll::-webkit-scrollbar{height:3px}.mk-cal-scroll::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:999px}.mk-cal-table{width:100%;min-width:520px;border-collapse:collapse;table-layout:fixed;font-size:.72rem}.mk-cal-table th,.mk-cal-table td{border-right:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.mk-cal-table thead th{padding:.3rem .2rem;font-weight:600;color:#475569;background:#f8fafc;text-align:center;white-space:nowrap}.mk-cal-table thead th span{display:block;line-height:1.2}.mk-cal-table thead th span:first-child{font-size:.6rem;color:#475569}.mk-cal-table thead th.mk-cal-unit-col{text-align:left;padding-left:.7rem;min-width:84px}.mk-cal-table thead th.mk-cal-weekend{background:#f1f5f9}.mk-cal-table tbody td{height:30px;padding:2px;vertical-align:middle;min-width:0}.mk-cal-table tbody td.mk-cal-weekend{background:#0f172a08}@media (max-width: 767px){.mk-cal-table{min-width:500px}}.mk-today-1 thead th:nth-child(2){background:#effdf9;color:#0f7265}.mk-today-1 thead th:nth-child(2) span:first-child{color:#0f7265}.mk-today-1 tbody td:nth-child(2){box-shadow:inset 0 0 0 2px #0d948873}.mk-today-2 thead th:nth-child(3){background:#effdf9;color:#0f7265}.mk-today-2 thead th:nth-child(3) span:first-child{color:#0f7265}.mk-today-2 tbody td:nth-child(3){box-shadow:inset 0 0 0 2px #0d948873}.mk-today-3 thead th:nth-child(4){background:#effdf9;color:#0f7265}.mk-today-3 thead th:nth-child(4) span:first-child{color:#0f7265}.mk-today-3 tbody td:nth-child(4){box-shadow:inset 0 0 0 2px #0d948873}.mk-today-4 thead th:nth-child(5){background:#effdf9;color:#0f7265}.mk-today-4 thead th:nth-child(5) span:first-child{color:#0f7265}.mk-today-4 tbody td:nth-child(5){box-shadow:inset 0 0 0 2px #0d948873}.mk-today-5 thead th:nth-child(6){background:#effdf9;color:#0f7265}.mk-today-5 thead th:nth-child(6) span:first-child{color:#0f7265}.mk-today-5 tbody td:nth-child(6){box-shadow:inset 0 0 0 2px #0d948873}.mk-today-6 thead th:nth-child(7){background:#effdf9;color:#0f7265}.mk-today-6 thead th:nth-child(7) span:first-child{color:#0f7265}.mk-today-6 tbody td:nth-child(7){box-shadow:inset 0 0 0 2px #0d948873}.mk-today-7 thead th:nth-child(8){background:#effdf9;color:#0f7265}.mk-today-7 thead th:nth-child(8) span:first-child{color:#0f7265}.mk-today-7 tbody td:nth-child(8){box-shadow:inset 0 0 0 2px #0d948873}.mk-cal-property-row td{background:#f8fafc;padding:.25rem .7rem!important;font-size:.6rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.05em}.mk-cal-unit-name{padding-left:.7rem!important;font-weight:600;color:#1e293b;white-space:nowrap}.mk-cal-guest{display:block;padding:.25rem .2rem;border-radius:3px;font-size:.62rem;font-weight:500;color:#334155;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-top:2px solid transparent}.mk-cal-guest.confirmed{background:#dcfce7;border-top-color:#22c55e}.mk-cal-guest.pending{background:#fef9c3;border-top-color:#eab308}.mk-cal-guest.no-show{background:#fee2e2;border-top-color:#ef4444}.mk-cal-free{color:#64748b;text-align:center}.mk-cal-price{display:block;font-size:.66rem;font-weight:600;color:#1e293b;text-align:center;line-height:1.2}.mk-price--season{background:#effdf9}.mk-price--override{background:#fff7ed}.mk-price--override .mk-cal-price{color:#c2410c}.mk-cal-legend{display:flex;align-items:center;gap:1rem;margin-top:.7rem;padding:0 .2rem;font-size:.7rem;color:#64748b;flex-wrap:wrap}.mk-cal-legend>span{display:flex;align-items:center;gap:.3rem}.mk-cal-stat{margin-left:auto;color:#0f7265;font-weight:600}.mk-cal-dot{width:8px;height:8px;border-radius:2px;flex-shrink:0}.mk-cal-dot.confirmed{background:#22c55e}.mk-cal-dot.pending{background:#eab308}.mk-cal-dot.base{background:#fff;border:1px solid #cbd5e1}.mk-cal-dot.season{background:#5eead4}.mk-cal-dot.override{background:#fdba74}section{padding:5rem 1.5rem;scroll-margin-top:5.5rem}.section--light{--text: #0f172a;--muted: #64748b;--glass: #ffffff;--glass-border: #e2e8f0;--sky: #0d9488;background:#dcfce7;color:var(--text)}.section--light .int-card,.section--light .ws-card,.section--light .ws-cta,.section--light .integration-badge,.section--light .feat-card,.section--light .trust-card,.section--light .trust-quote{box-shadow:0 1px 3px #0f172a0f,0 8px 24px #0f172a0d}.section-inner{max-width:1100px;margin:0 auto}.section-label{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--sky);margin-bottom:.75rem}.section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;letter-spacing:-.02em;margin-bottom:1rem}.section-sub{color:var(--muted);font-size:1rem;max-width:560px}.fade-in{opacity:0;transform:translateY(32px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:none}section:target .fade-in{opacity:1;transform:none}#reservable{background:var(--bg)}.reservable-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:3rem}@media (min-width: 600px){.reservable-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.reservable-grid{grid-template-columns:repeat(3,1fr)}}.res-tile{display:block;color:inherit;text-decoration:none;background:var(--glass);border:1px solid var(--glass-border);border-radius:var(--radius);padding:1.75rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:border-color .3s,box-shadow .3s,transform .3s}.res-tile:hover{border-color:#0e8f7b80;box-shadow:0 8px 40px #0e8f7b26;transform:translateY(-4px)}.res-tile-icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin-bottom:1rem;border-radius:12px;background:#21c7a81f;border:1px solid rgba(33,199,168,.22);color:var(--sky)}.res-tile-icon svg{width:1.5rem;height:1.5rem}.res-tile-title{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.res-tile-desc{font-size:.875rem;color:var(--muted);line-height:1.65}.reservable-foot{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.25rem;margin-top:2.5rem;padding:1.75rem;border-radius:var(--radius);background:var(--glass);border:1px solid var(--glass-border)}.reservable-foot-text{flex:1 1 320px;margin:0;font-size:.95rem;color:var(--text)}.steps-grid{list-style:none;margin:3rem 0 0;padding:0;display:grid;grid-template-columns:1fr;gap:1.25rem;counter-reset:step}@media (min-width: 768px){.steps-grid{grid-template-columns:repeat(3,1fr)}}.step-card{position:relative;background:var(--glass);border:1px solid var(--glass-border);border-radius:var(--radius);padding:2rem 1.75rem 1.75rem;transition:border-color .3s,box-shadow .3s,transform .3s}.step-card:hover{border-color:#0e8f7b80;box-shadow:0 8px 40px #0e8f7b26;transform:translateY(-4px)}.step-num{position:absolute;top:1.25rem;right:1.5rem;font-size:2.25rem;font-weight:800;line-height:1;color:#0d94882e}.step-icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin-bottom:1rem;border-radius:12px;background:#21c7a81f;border:1px solid rgba(33,199,168,.22);color:var(--sky)}.step-icon svg{width:1.5rem;height:1.5rem}.step-title{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.step-desc{font-size:.875rem;color:var(--muted);line-height:1.65}.steps-foot{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-top:2.5rem}#features{background:var(--bg2)}.finder{margin-top:3rem}.finder-tabs{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media (min-width: 600px){.finder-tabs{grid-template-columns:repeat(3,1fr)}}@media (min-width: 960px){.finder-tabs{grid-template-columns:repeat(6,1fr)}}.finder-tab{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:1.1rem .75rem;text-align:center;cursor:pointer;font:inherit;font-size:.8rem;font-weight:600;line-height:1.3;color:var(--muted);background:var(--glass);border:1px solid var(--glass-border);border-radius:var(--radius);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:border-color .25s,color .25s,transform .25s,background .25s,box-shadow .25s}.finder-tab:hover{border-color:#0e8f7b80;color:var(--text);transform:translateY(-2px)}.finder-tab.is-active{color:#fff;border-color:transparent;background:linear-gradient(135deg,var(--indigo),var(--cyan));box-shadow:0 8px 30px #0e8f7b59}.finder-tab-icon{display:flex}.finder-tab-icon svg{width:28px;height:28px;color:var(--sky);transition:transform .25s,color .25s}.finder-tab.is-active .finder-tab-icon svg{color:#fff;transform:scale(1.08)}.finder-panels{margin-top:1.5rem}.finder-panel{display:none}.finder-panel.is-active{display:block;animation:finder-fade .45s ease}@keyframes finder-fade{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.finder-card{background:var(--glass);border:1px solid var(--glass-border);border-radius:var(--radius);padding:clamp(1.5rem,4vw,2.5rem);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.finder-panel-title{font-size:clamp(1.25rem,3vw,1.6rem);font-weight:800;letter-spacing:-.01em;margin-bottom:.6rem}.finder-panel-text{color:var(--muted);max-width:640px;line-height:1.7}.finder-panel-text a{color:var(--sky);font-weight:600;text-decoration:underline;text-underline-offset:2px}.finder-features{display:grid;grid-template-columns:1fr;gap:1rem;margin:1.75rem 0}@media (min-width: 600px){.finder-features{grid-template-columns:repeat(2,1fr)}}.finder-feature{display:flex;align-items:center;gap:.85rem}.finder-feature-icon{flex-shrink:0;width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#21c7a81f;border:1px solid rgba(33,199,168,.2)}.finder-feature-icon svg{width:22px;height:22px;color:var(--sky)}.finder-feature-text{font-size:.9rem;font-weight:600}.finder-panel-foot{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.5rem}.finder-panel-foot .btn-plan{margin-top:0;padding:.75rem 1.7rem}.finder-plan-badge{font-size:.85rem;color:var(--muted)}.finder-plan-badge strong{display:inline-block;margin-left:.35rem;padding:.2rem .7rem;border-radius:50px;font-size:.8rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase;color:var(--text);background:var(--glass);border:1px solid var(--glass-border)}.finder-plan-badge.finder-plan-badge--pro strong{color:#fff;background:linear-gradient(135deg,var(--indigo),var(--cyan));border-color:transparent}.finder-custom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem 1.5rem;margin-top:1.5rem;padding:clamp(1.25rem,3vw,1.75rem);border-radius:var(--radius);background:#0e8f7b14;border:1px dashed var(--glass-border)}.finder-custom-text{flex:1 1 280px}.finder-custom-text strong{display:block;font-size:1.05rem;margin-bottom:.25rem}.finder-custom-text span{color:var(--muted);font-size:.9rem;line-height:1.6}.finder-custom .btn-plan{margin-top:0;padding:.75rem 1.7rem;white-space:nowrap}@media (prefers-reduced-motion: reduce){.finder-panel.is-active{animation:none}}.integrations-logos{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2.5rem;justify-content:center}.integration-badge{display:flex;align-items:center;gap:.6rem;background:var(--glass);border:1px solid var(--glass-border);border-radius:50px;padding:.6rem 1.25rem;font-size:.875rem;font-weight:600;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:border-color .3s,transform .2s}.integration-badge:hover{border-color:var(--sky);transform:translateY(-2px)}.int-logo{width:20px;height:20px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:900;flex-shrink:0}.logo-booking{background:#003580;color:#fff}.logo-airbnb{background:#ff5a5f;color:#fff}.logo-expedia{background:#ffc600;color:#003580}.logo-google{background:linear-gradient(135deg,#4285f4,#34a853);color:#fff}.logo-api{background:linear-gradient(135deg,var(--indigo),var(--cyan));color:#fff}.integrations-cards{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:2.5rem}@media (min-width: 600px){.integrations-cards{grid-template-columns:repeat(3,minmax(0,1fr))}}.int-card{flex:1;background:var(--glass);border:1px solid var(--glass-border);border-radius:var(--radius);padding:1.5rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.int-card .integration-badge{display:inline-flex;margin-bottom:1rem;padding:.45rem .8rem}.int-card-title{font-weight:700;margin-bottom:.4rem;font-size:1rem}.int-card-desc{font-size:.85rem;color:var(--muted)}.faq-list{display:grid;gap:.75rem;margin-top:2.5rem;max-width:860px}.faq-item{background:var(--glass);border:1px solid var(--glass-border);border-radius:var(--radius);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overflow:hidden}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.25rem;cursor:pointer;font-weight:700;color:var(--text);list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"";display:block;width:28px;height:28px;flex:0 0 28px;border-radius:50%;background-color:#21c7a824;background-image:url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 2L6.5 5L3.5 8' fill='none' stroke='%230d9488' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:10px 10px;transform:rotate(90deg);transition:transform .2s ease,background-color .2s ease}.faq-item[open] summary:after{transform:rotate(-90deg);background-color:#21c7a838}.faq-item p{padding:0 1.25rem 1.15rem;color:var(--muted);font-size:.95rem;max-width:720px}.product-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem;align-items:start}@media (min-width: 900px){.product-grid{grid-template-columns:repeat(2,1fr)}}.product-shot{margin:0;min-width:0}.product-shot figcaption{margin-top:.85rem;text-align:center;color:var(--muted);font-size:.85rem}.mk-panel{color:#334155;border:1px solid #e2e8f0;border-radius:10px;padding:.85rem}.mk-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0}.mk-panel-heading{display:grid;gap:.15rem}.mk-panel-title{font-size:.88rem;font-weight:700;color:#0f172a}.mk-panel-sub{font-size:.72rem;color:#64748b}.mk-badge{display:inline-block;padding:.12rem .5rem;border-radius:999px;font-size:.66rem;font-weight:700;white-space:nowrap}.mk-badge--ok{background:#d1fae5;color:#065f46}.mk-badge--wait{background:#fef3c7;color:#92400e}.mk-strong{font-weight:800;color:#0f172a}.mk-btn{display:inline-block;padding:.3rem .75rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#475569;font-size:.72rem;font-weight:600;white-space:nowrap}.mk-btn--primary{background:var(--sky);border-color:var(--sky);color:#0a0a0a}.mk-detail-rows{display:grid;margin:0}.mk-detail-rows>div{display:grid;grid-template-columns:110px minmax(0,1fr);gap:.5rem;align-items:baseline;padding:.55rem 0;border-bottom:1px solid #f1f5f9}.mk-detail-rows dt{font-size:.72rem;font-weight:600;color:#64748b}.mk-detail-rows dd{margin:0;font-size:.8rem;font-weight:600;color:#0f172a;overflow-wrap:anywhere}.mk-panel-actions{display:flex;flex-wrap:wrap;gap:.5rem;padding-top:.85rem}.mk-docs-table{width:100%;border-collapse:collapse}.mk-docs-table th,.mk-docs-table td{padding:.55rem .4rem;text-align:left;font-size:.74rem;white-space:nowrap}.mk-docs-table th{font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b;border-bottom:1px solid #e2e8f0}.mk-docs-table td{font-weight:600;color:#0f172a;border-bottom:1px solid #f1f5f9}.mk-docs-table tbody tr:last-child td{border-bottom:none}.product-demo{margin-top:2.5rem;padding:1.75rem;border-radius:var(--radius);background:var(--glass);border:1px solid var(--glass-border);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.25rem}.product-demo-text{flex:1 1 320px;margin:0;font-size:.95rem;color:var(--text)}.product-demo-btns{display:flex;flex-wrap:wrap;gap:.75rem}#pricing{background:var(--bg2)}#pricing .section-inner{max-width:860px}#pricing .section-sub{max-width:100%}.pricing-toggle{display:flex;align-items:center;gap:.75rem;margin:2rem 0;font-size:.875rem;color:var(--muted)}.toggle-wrap{position:relative;width:48px;height:26px;cursor:pointer}.toggle-wrap input{opacity:0;width:0;height:0;position:absolute}.toggle-wrap input:checked~.toggle-slider{background:linear-gradient(135deg,var(--indigo),var(--cyan));border-color:transparent}.toggle-wrap input:checked~.toggle-slider:after{transform:translate(22px);background:#fff}.toggle-slider{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50px;background:var(--glass);border:1px solid var(--glass-border);transition:.3s}.toggle-slider:after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:var(--muted);top:3px;left:3px;transition:.3s}.save-badge{background:#10b98126;border:1px solid rgba(16,185,129,.3);color:#34d399;border-radius:50px;padding:.2rem .6rem;font-size:.7rem;font-weight:700}.price-guarantee{display:flex;align-items:center;gap:.55rem;margin-bottom:1rem;color:#34d399e6;font-size:.9rem;font-weight:600}.price-guarantee svg{flex-shrink:0}.price-microcopy{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;list-style:none;margin:0 0 1.5rem;padding:0}.price-microcopy li{position:relative;padding-left:1.4rem;font-size:.85rem;color:var(--muted)}.price-microcopy li:before{content:"";position:absolute;left:0;top:.45em;width:.7rem;height:.35rem;border-left:2px solid var(--sky);border-bottom:2px solid var(--sky);transform:rotate(-45deg)}.pricing-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 700px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}.price-card{display:flex;flex-direction:column;background:var(--glass);border:1px solid var(--glass-border);border-radius:var(--radius);padding:2rem;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:border-color .3s,transform .3s}.price-card.featured{border-color:#0e8f7b80;position:relative;background:#0e8f7b14}.price-card:hover,.price-card.featured:hover{transform:translateY(-4px)}.price-popular{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,var(--indigo),var(--cyan));color:#fff;font-size:.7rem;font-weight:700;padding:.25rem .9rem;border-radius:50px;white-space:nowrap}.price-name{font-size:1.35rem;font-weight:800;color:var(--sky);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.75rem}.price-previous{min-height:1.2em;margin-bottom:.25rem;color:var(--muted);font-size:.85rem;font-weight:700;line-height:1.2;text-decoration:line-through;text-decoration-thickness:2px;text-decoration-color:#f87171d9}.price-amount{font-size:3rem;font-weight:900;letter-spacing:-.04em;line-height:1}.price-amount sup{font-size:1.2rem;vertical-align:super;font-weight:700}.price-amount sub{font-size:.9rem;font-weight:400;color:var(--muted)}.price-annual-note{font-size:.75rem;color:var(--muted);margin-top:.3rem;min-height:1.1em}.price-savings{color:#34d399;font-weight:800}.price-divider{border:none;border-top:1px solid var(--glass-border);margin:1.5rem 0}.price-features{list-style:none;display:flex;flex-direction:column;gap:.7rem;margin-bottom:2rem}.price-features li{display:flex;align-items:flex-start;gap:.6rem;font-size:.875rem;color:var(--muted)}.price-features li:before{content:"✓";color:#34d399;font-weight:700;flex-shrink:0;margin-top:.1rem}.price-features li.extra{color:var(--text)}.price-features li.extra:before{content:"★";color:var(--sky)}.price-note{margin-top:1.5rem;font-size:.8rem;color:var(--muted);text-align:center}.price-note a{color:var(--sky)}.btn-plan{display:block;margin-top:auto;text-align:center;text-decoration:none;padding:.85rem;border-radius:50px;font-weight:700;font-size:.95rem;transition:transform .2s,opacity .2s}.btn-plan-primary{background:linear-gradient(135deg,var(--indigo),var(--cyan));color:#fff}.btn-plan-primary:hover{opacity:.85;transform:scale(1.02)}.btn-plan-secondary{background:var(--glass);border:1px solid var(--glass-border);color:var(--text)}.btn-plan-secondary:hover{background:#ffffff1a;transform:scale(1.02)}.trust-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:3rem}@media (min-width: 640px){.trust-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1000px){.trust-grid{grid-template-columns:repeat(4,1fr)}}.trust-card{background:var(--glass);border:1px solid var(--glass-border);border-radius:var(--radius);padding:1.75rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.trust-card-icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:10px;background:#0d94881f;color:var(--sky);margin-bottom:1rem}.trust-card-icon svg{width:1.35rem;height:1.35rem}.trust-card-title{font-size:1rem;font-weight:700;margin-bottom:.5rem}.trust-card-desc{font-size:.875rem;color:var(--muted);line-height:1.7}.trust-quote{max-width:720px;margin:3rem auto 0;text-align:center;background:var(--glass);border:1px solid var(--glass-border);border-radius:var(--radius);padding:2.5rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.trust-quote-text{font-size:1.05rem;line-height:1.75;margin-bottom:1.5rem}.trust-quote-author{display:grid;gap:.2rem}.trust-quote-author strong{font-size:.95rem;font-weight:800}.trust-quote-author span{color:var(--muted);font-size:.85rem}.trust-quote-author a{color:var(--indigo);font-weight:700;text-decoration:underline;text-underline-offset:2px}.ws-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:3rem}@media (min-width: 700px){.ws-grid{grid-template-columns:repeat(2,1fr)}}.ws-card{background:linear-gradient(145deg,#063d38,#042d2a);border:1px solid rgba(33,199,168,.22);border-radius:var(--radius);padding:2rem;color:#effdf9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ws-icon{display:flex;align-items:center;height:2.75rem;margin-bottom:1rem;color:#fff}.ws-icon svg{width:2.5rem;height:2.5rem}.ws-icon--brand img{display:block;width:120px;height:auto}.ws-title{font-size:1.15rem;font-weight:700;margin-bottom:.5rem}.ws-desc{font-size:.875rem;color:#b8cbc7;line-height:1.7}.ws-brand-link{display:inline-block;margin-top:1.25rem;color:#a9c1bc;font-size:.78rem;font-weight:650;text-decoration:underline;text-underline-offset:3px;transition:color .2s}.ws-brand-link:hover{color:#effdf9}.ws-cta{margin-top:3rem;text-align:center;background:linear-gradient(145deg,#063d38,#042d2a);border:1px solid rgba(33,199,168,.22);border-radius:var(--radius);padding:2.5rem;color:#effdf9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ws-cta h3{font-size:1.4rem;font-weight:800;margin-bottom:.5rem}.ws-cta p{color:#b8cbc7;margin-bottom:1.5rem;font-size:.95rem}#contact{background:linear-gradient(180deg,var(--bg2),var(--bg))}#contact.section--light{background:#dcfce7}.contact-inner{display:grid;gap:2rem}@media (min-width: 860px){.contact-inner{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start}}.contact-copy{max-width:520px}.contact-email{display:inline-flex;align-items:center;gap:.85rem;margin-top:1.75rem;padding:.85rem 1.25rem;border-radius:14px;border:1px solid rgba(11,59,54,.16);background:#0b3b360d;color:#0b3b36;text-decoration:none;transition:border-color .2s,background .2s,transform .2s}.contact-email:hover,.contact-email:focus-visible{border-color:#0b3b3666;background:#0b3b3617;transform:translateY(-1px)}.contact-email-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;flex-shrink:0;border-radius:11px;background:linear-gradient(135deg,var(--indigo),var(--cyan));color:#fff}.contact-email-icon svg{width:22px;height:22px}.contact-email-text{display:grid;gap:.1rem;line-height:1.3}.contact-email-label{font-size:.8rem;color:#0f766e;font-weight:600}.contact-email-value{font-size:1.08rem;font-weight:800;color:#042d2a}.contact-person{display:flex;align-items:flex-start;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(15,23,42,.1)}.contact-person-avatar{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;flex-shrink:0;border-radius:50%;background:linear-gradient(135deg,var(--indigo),var(--sky));color:#fff;font-weight:800;font-size:1.05rem;letter-spacing:.02em}.contact-person-info{display:grid;gap:.2rem;font-size:.92rem}.contact-person-info strong{font-size:1rem;color:var(--text)}.contact-person-info a{color:#0f766e;font-weight:600;text-decoration:underline;text-underline-offset:2px}.contact-person-role{color:#475569}.contact-person-note{margin-top:.35rem;color:#64748b;line-height:1.5}.contact-card{background:#0b3b36c7;border:1px solid var(--glass-border);border-radius:var(--radius);padding:clamp(1.25rem,4vw,2rem);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 24px 80px #0000002e}.section--light .contact-card{background:#fff;border-color:var(--glass-border);box-shadow:0 1px 3px #0f172a0f,0 18px 48px #0f172a14}.contact-form{display:grid;gap:1.2rem}.contact-fields{display:grid;gap:1rem}@media (min-width: 640px){.contact-fields{grid-template-columns:repeat(2,minmax(0,1fr))}}.contact-field{display:grid;gap:.45rem}@media (min-width: 640px){.contact-field-wide{grid-column:1/-1}}.contact-label{color:var(--text);font-size:.86rem;font-weight:700}.contact-input{width:100%;min-height:46px;border:1px solid var(--glass-border);border-radius:12px;background:#ffffff14;color:var(--text);padding:.75rem .9rem;font:inherit;outline:none;transition:border-color .2s,box-shadow .2s,background .2s}.contact-input:focus{border-color:#21c7a8bf;background:#ffffff1a;box-shadow:0 0 0 3px #13b3972e}.section--light .contact-label{color:var(--text)}.section--light .contact-input{background:#f8fafc;color:var(--text);border-color:#cbd5e1}.section--light .contact-input:focus{background:#fff;border-color:#0d9488bf;box-shadow:0 0 0 3px #0d948829}.contact-textarea{min-height:132px;resize:vertical}.contact-form-errors,.contact-flash{display:grid;gap:.3rem;border-radius:12px;padding:.9rem 1rem;font-size:.9rem}.contact-form-errors{border:1px solid rgba(248,113,113,.45);background:#7f1d1d38;color:#fecaca}.section--light .contact-form-errors{background:#fef2f2;border-color:#fecaca;color:#991b1b}.contact-flash{margin-bottom:1rem;border:1px solid rgba(52,211,153,.35);background:#10b98124;color:#bbf7d0}.section--light .contact-flash{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.contact-flash-error{border-color:#f8717173;background:#7f1d1d38;color:#fecaca}.section--light .contact-flash-error{background:#fef2f2;border-color:#fecaca;color:#991b1b}.contact-field-error{color:#fecaca;font-size:.78rem;line-height:1.4}.section--light .contact-field-error{color:#b91c1c}.contact-submit{width:100%;min-height:50px;border:0;border-radius:50px;background:linear-gradient(135deg,var(--indigo),var(--cyan));color:#fff;font:inherit;font-weight:800;cursor:pointer;transition:transform .2s,box-shadow .2s,opacity .2s}.contact-submit:hover,.contact-submit:focus{opacity:.92;transform:translateY(-1px);box-shadow:0 10px 30px #0e8f7b59}footer{background:var(--bg);border-top:1px solid var(--glass-border);padding:2.5rem 1.5rem;text-align:center}.footer-inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:1rem;align-items:center}.footer-logo{display:inline-flex;align-items:center;font-size:1.1rem;font-weight:800;background:linear-gradient(90deg,var(--indigo),var(--sky));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none}.footer-logo-image{display:block;width:auto;height:58px}.footer-links{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.footer-links a,.footer-links button{color:var(--muted);background:transparent;border:0;text-decoration:none;font-size:.85rem;font:inherit;cursor:pointer;transition:color .2s}.footer-links a:hover,.footer-links button:hover{color:var(--text)}.footer-copy{font-size:.8rem;color:var(--muted)}.registration-page{position:relative;min-height:100vh;overflow:hidden;padding:6.25rem 1.5rem 4rem}.registration-nav-back{padding:.6rem 1rem;font-size:.875rem}.registration-shell{position:relative;z-index:1;max-width:1120px;margin:0 auto;padding-top:clamp(2.5rem,6vw,5rem)}.registration-intro{max-width:760px;text-align:center;margin:0 auto clamp(2rem,5vw,3.5rem)}.registration-intro h1{margin-bottom:1rem}.registration-intro .hero-sub{margin-bottom:0}.registration-grid{display:grid;gap:1.5rem;max-width:920px;margin:0 auto}.registration-plans,.registration-form-card{background:#0b3b36c7;border:1px solid var(--glass-border);border-radius:var(--radius);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 24px 80px #0003}.registration-plans{display:grid;gap:1rem;padding:1rem}.registration-plan{border:1px solid var(--glass-border);border-radius:12px;padding:1.25rem;background:#ffffff0a}.registration-plan.selected{border-color:#21c7a8a6;background:#0e8f7b24;box-shadow:0 0 0 1px #21c7a833}.registration-plan p{color:var(--muted);font-size:.9rem;margin:.75rem 0 1.25rem}.registration-plan-top{display:flex;align-items:center;justify-content:space-between;gap:1rem}.registration-plan-top h2{font-size:1rem;color:var(--text)}.registration-plan-top span{color:var(--sky);border:1px solid rgba(33,199,168,.35);border-radius:50px;padding:.15rem .55rem;font-size:.7rem;font-weight:700}.registration-plan-price{display:flex;align-items:baseline;gap:.35rem}.registration-plan-price strong{font-size:1.6rem;line-height:1}.registration-plan-price span{color:var(--muted);font-size:.85rem}.registration-plan-note{color:var(--muted);font-size:.8rem;margin-top:.4rem}.registration-form-card{padding:clamp(1.25rem,4vw,2rem)}.registration-form-head{margin-bottom:1.5rem;text-align:center}.registration-form-head h2{font-size:clamp(1.35rem,3vw,1.8rem);line-height:1.2}.registration-form{display:grid;gap:1.35rem}.registration-form-errors{display:grid;gap:.3rem;border:1px solid rgba(248,113,113,.45);border-radius:12px;background:#7f1d1d38;color:#fecaca;padding:.9rem 1rem;font-size:.9rem}.registration-choice-group{border:0}.registration-choice-group legend{color:var(--text);font-size:.9rem;font-weight:700;margin-bottom:.65rem}.registration-pricing-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 760px){.registration-pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.registration-price-card{position:relative;display:flex;flex-direction:column;cursor:pointer}.registration-price-card:has(.registration-plan-radio:checked){border-color:#21c7a8c7;background:#0e8f7b29;box-shadow:0 0 0 1px #21c7a83d,0 18px 50px #0000002e}.registration-price-card:has(.registration-plan-radio:focus-visible){box-shadow:0 0 0 3px #13b39733,0 18px 50px #0000002e}.registration-price-card .price-features{margin-bottom:0}.registration-plan-radio,.registration-billing-radio{position:absolute;opacity:0;pointer-events:none}.registration-plan-check{position:absolute;top:1rem;right:1rem;width:1.35rem;height:1.35rem;border:1px solid var(--glass-border);border-radius:50%;background:#ffffff0f;transition:border-color .2s,background .2s}.registration-plan-check:after{content:"";position:absolute;top:.32rem;right:.32rem;bottom:.32rem;left:.32rem;border-radius:50%;background:transparent;transition:background .2s}.registration-price-card:has(.registration-plan-radio:checked) .registration-plan-check{border-color:#21c7a8e6;background:#21c7a829}.registration-price-card:has(.registration-plan-radio:checked) .registration-plan-check:after{background:var(--cyan)}.registration-billing-toggle{margin:0;flex-wrap:wrap}.registration-choice-grid{display:grid;gap:.75rem}@media (min-width: 560px){.registration-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.registration-choice{position:relative;min-height:52px;display:flex;align-items:center;gap:.7rem;padding:.85rem 1rem;border:1px solid var(--glass-border);border-radius:12px;background:#ffffff0b;cursor:pointer;transition:border-color .2s,background .2s,transform .2s}.registration-choice:hover{border-color:#21c7a861;background:#ffffff12;transform:translateY(-1px)}.registration-choice input{width:1rem;height:1rem;accent-color:var(--cyan);flex:0 0 auto}.registration-choice input:checked+span{color:var(--sky)}.registration-choice span{color:var(--text);font-weight:700}.registration-fields{display:grid;gap:1rem}@media (min-width: 640px){.registration-fields{grid-template-columns:repeat(2,minmax(0,1fr))}}.registration-field{display:grid;gap:.45rem}@media (min-width: 640px){.registration-field-wide{grid-column:1/-1}}.registration-label{color:var(--text);font-size:.86rem;font-weight:700}.registration-input{width:100%;min-height:46px;border:1px solid var(--glass-border);border-radius:12px;background:#ffffff14;color:var(--text);padding:.75rem .9rem;font:inherit;outline:none;transition:border-color .2s,box-shadow .2s,background .2s}.registration-input:focus{border-color:#21c7a8bf;background:#ffffff1a;box-shadow:0 0 0 3px #13b3972e}.registration-input option{background:#0b3b36;color:#effdf9}.registration-pwd-requirements{list-style:none;padding:0;margin:.5rem 0 0;display:flex;flex-wrap:wrap;gap:.3rem .85rem}.registration-pwd-requirements li{font-size:.78rem;color:var(--muted);display:flex;align-items:center;gap:.35rem;transition:color .2s}.registration-pwd-requirements li:before{content:"";display:inline-block;width:.55rem;height:.55rem;border-radius:50%;background:currentColor;opacity:.35;transition:opacity .2s,background .2s;flex-shrink:0}.registration-pwd-requirements li.is-met{color:#34d399e6}.registration-pwd-requirements li.is-met:before{opacity:1}.registration-input--error{border-color:#f87171b3;background:#7f1d1d1f}.registration-input--error:focus{border-color:#f87171e6;box-shadow:0 0 0 3px #f8717126}.registration-help,.registration-field-error{font-size:.78rem;line-height:1.4}.registration-help{color:var(--muted)}.registration-field-error{color:#fecaca}.registration-email-hint{margin-top:.35rem;font-size:.78rem;line-height:1.4;color:#fcd9a8}.registration-email-hint-fix{border:0;padding:0;background:none;font:inherit;font-weight:700;color:#fde4bd;text-decoration:underline;cursor:pointer}.registration-submit{width:100%;min-height:50px;border:0;border-radius:50px;background:linear-gradient(135deg,var(--indigo),var(--cyan));color:#fff;font:inherit;font-weight:800;cursor:pointer;transition:transform .2s,box-shadow .2s,opacity .2s}.registration-submit:hover,.registration-submit:focus{opacity:.92;transform:translateY(-1px);box-shadow:0 10px 30px #0e8f7b59}.registration-submit:disabled{opacity:.38;cursor:not-allowed;transform:none;box-shadow:none}.registration-confirm-shell{max-width:820px}.registration-confirm-card{background:#0b3b36c7;border:1px solid var(--glass-border);border-radius:var(--radius);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 24px 80px #0003;padding:clamp(1.25rem,4vw,2rem)}.registration-confirm-card h1{font-size:clamp(2rem,6vw,3rem);margin-bottom:1.5rem}.registration-payment-layout{display:grid;gap:1.5rem;margin-top:1.5rem}.registration-payment-qr{display:grid;justify-items:center;gap:.75rem;padding:1rem;border:1px solid rgba(33,199,168,.28);border-radius:12px;background:#ffffff14}.registration-payment-qr img{display:block;width:min(100%,220px);height:auto;border-radius:8px;background:#fff}.registration-payment-qr span{color:var(--muted);font-size:.82rem;font-weight:700;text-align:center}.registration-confirm-table{width:100%;border-collapse:collapse}.registration-confirm-table tr{border-top:1px solid var(--glass-border)}.registration-confirm-table th,.registration-confirm-table td{padding:.9rem 0;text-align:left;vertical-align:top}.registration-confirm-table th{width:42%;color:var(--muted);font-size:.9rem;font-weight:600}.registration-confirm-table td{color:var(--text);font-weight:600}.registration-confirm-code{color:var(--sky);font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace}.registration-confirm-strong{color:var(--sky);font-weight:800}.registration-next-steps{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--glass-border)}.registration-next-steps h2{font-size:1.15rem;margin-bottom:1rem}.registration-next-steps ol{display:grid;gap:.75rem;margin:0 0 1rem;padding-left:1.35rem}.registration-next-steps ol li{color:var(--muted);font-size:.95rem;line-height:1.55}.registration-next-steps ol li strong{color:var(--text)}.registration-next-steps ol li::marker{color:var(--sky);font-weight:800}.registration-next-steps p{color:var(--muted);font-size:.9rem}.registration-next-steps p a{color:var(--sky);font-weight:700;text-decoration:underline;text-underline-offset:3px}@media (min-width: 760px){.registration-payment-layout{grid-template-columns:240px minmax(0,1fr);align-items:start}}@media (max-width: 520px){.registration-page{padding-inline:1rem;padding-top:5.75rem}.registration-nav-back{padding-inline:.85rem}.registration-confirm-table th,.registration-confirm-table td{display:block;width:100%;padding-bottom:0}.registration-confirm-table td{padding-top:.25rem;padding-bottom:.9rem}}.registration-wizard-progress{display:flex;align-items:center;max-width:400px;margin:0 auto 2rem}.registration-wizard-step-btn{display:flex;flex-direction:column;align-items:center;gap:.3rem;flex:0 0 auto;background:none;border:2px solid var(--glass-border);border-radius:50%;width:2.4rem;height:2.4rem;padding:0;color:var(--muted);font:inherit;font-weight:700;font-size:.9rem;cursor:pointer;transition:border-color .2s,color .2s,background .2s}.registration-wizard-step-btn .registration-wizard-step-label{display:none}.registration-wizard-step-btn:hover{border-color:#21c7a866;color:var(--text)}.registration-wizard-step-btn.is-active{border-color:var(--cyan);color:var(--cyan);cursor:default}.registration-wizard-step-btn.is-done{border-color:#21c7a88c;background:#21c7a81a;color:var(--cyan)}.registration-wizard-step-btn.is-done:hover{background:#21c7a82e}.registration-wizard-line{flex:1;height:2px;background:var(--glass-border);margin:0 .5rem;margin-bottom:0}.registration-submit-note{margin-top:1.5rem;padding:.75rem 1rem;border:1px solid var(--glass-border);border-radius:12px;background:#21c7a80f;font-size:.82rem;line-height:1.5;color:var(--muted)}.registration-wizard-nav{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;margin-top:1.75rem}.registration-back-btn{background:none;border:1px solid var(--glass-border);border-radius:50px;color:var(--muted);padding:.7rem 1.5rem;font:inherit;font-size:.9rem;cursor:pointer;transition:border-color .2s,color .2s}.registration-back-btn:hover{border-color:#21c7a880;color:var(--text)}.registration-next-btn{width:auto;padding:0 2rem}.registration-step-intro{margin-bottom:1.5rem;color:var(--muted);font-size:.9rem;line-height:1.65}.registration-step-intro strong{color:var(--text)}.registration-step-intro code{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.85em;color:var(--sky);background:#21c7a814;padding:.1em .4em;border-radius:4px}.registration-billing-section{margin-top:1.75rem;padding-top:1.75rem;border-top:1px solid var(--glass-border)}.registration-billing-section>h3{font-size:.95rem;font-weight:700;color:var(--text);margin-bottom:1rem}.registration-billing-section>h3 .registration-help{font-weight:400}.registration-guarantee{display:flex;align-items:flex-start;gap:.65rem;margin-top:1.25rem;padding:.9rem 1rem;border:1px solid rgba(33,199,168,.28);border-radius:12px;background:#21c7a80f;color:var(--muted);font-size:.82rem;line-height:1.5}.registration-guarantee svg{color:#21c7a8cc;flex-shrink:0;margin-top:1px}.registration-guarantee strong{color:var(--text)}@media (min-width: 480px){.registration-wizard-step-btn{width:auto;height:auto;border-radius:50px;padding:.4rem .85rem;flex-direction:row;gap:.4rem}.registration-wizard-step-btn .registration-wizard-step-label{display:inline;font-size:.82rem;font-weight:600}}.registration-discount{display:flex;flex-direction:column;gap:.4rem;margin-top:1.5rem}.registration-discount-row{display:flex;gap:.6rem;flex-wrap:wrap}.registration-discount-row .registration-input{flex:1 1 200px}.registration-discount-btn{flex-shrink:0;min-height:46px;padding:0 1.2rem;border:1px solid rgba(33,199,168,.55);border-radius:12px;background:#21c7a824;color:var(--text);font:inherit;font-weight:600;cursor:pointer;transition:background .2s,border-color .2s,opacity .2s}.registration-discount-btn:hover{background:#21c7a83d;border-color:#21c7a8cc}.registration-discount-btn:disabled{opacity:.6;cursor:progress}.registration-discount-msg{font-size:.8rem;line-height:1.4;margin:0}.registration-discount-msg:empty{display:none}.registration-discount-msg.is-ok{color:#34d399f2}.registration-discount-msg.is-error{color:#fecaca}.registration-terms{display:flex;align-items:flex-start;gap:.75rem;margin-top:1rem;padding:1rem;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:#0f172a52;color:#ffffffe6;font-size:.92rem;line-height:1.5}.registration-terms input{width:1.05rem;height:1.05rem;margin-top:.15rem;flex:0 0 auto;accent-color:#34d399}.registration-terms a{color:#bbf7d0;font-weight:700;text-decoration:none}.registration-terms a:hover{text-decoration:underline}.registration-terms .registration-help{display:block;margin-top:.25rem}.cookies-page{position:relative;min-height:100vh;overflow:hidden;background:radial-gradient(circle at 18% 12%,rgba(19,179,151,.18),transparent 34rem),linear-gradient(180deg,var(--bg),var(--bg2))}.cookies-hero,.cookies-content{position:relative;z-index:1;width:min(1120px,100% - 2rem);margin:0 auto}.cookies-hero{display:grid;gap:1rem;padding:8.5rem 0 3rem}.cookies-hero h1{max-width:760px;font-size:clamp(2.4rem,7vw,4.8rem);line-height:.98}.cookies-hero p{max-width:760px;color:var(--muted);font-size:1.08rem}.cookies-open-preferences{width:-moz-fit-content;width:fit-content}.cookies-content{display:grid;gap:1rem;padding:0 0 4rem}.cookies-panel{padding:1.35rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.11);border-radius:8px}.cookies-panel h2{margin-bottom:.65rem;font-size:1.25rem;line-height:1.25}.cookies-panel p{color:var(--muted)}.cookies-panel p+p{margin-top:.65rem}.terms-page{background:#dcfce7;color:#111827}.terms-page .aurora,.terms-page .blob{display:none}.terms-page .fade-in{opacity:1;transform:none;transition:none}.terms-hero{padding-bottom:1.75rem}.terms-hero h1{max-width:820px;color:#111827;font-size:clamp(2.2rem,5vw,3.5rem);line-height:1.12;font-weight:850}.terms-hero p{max-width:820px;color:#374151;font-size:1.08rem;line-height:1.7}.terms-hero .registration-help{color:#4b5563;font-size:.95rem;font-weight:650}.terms-content{width:min(880px,100% - 2rem);gap:1.8rem}.terms-panel{padding:0 0 1.8rem;background:transparent;border:0;border-bottom:1px solid #d7e0dd;border-radius:0;box-shadow:none}.terms-panel h2{margin-bottom:.7rem;color:#111827;font-size:1.35rem;line-height:1.3;font-weight:800}.terms-panel h3{margin:1.15rem 0 .45rem;color:#111827;font-size:1.08rem;line-height:1.35;font-weight:780}.terms-panel p{color:#1f2937;font-size:1.03rem;line-height:1.75}.terms-panel a{color:#0f766e;font-weight:700;text-decoration:underline;text-underline-offset:.16em}.terms-panel a:hover{color:#115e59}.terms-panel p+p{margin-top:.9rem}.cookies-table-wrap{overflow-x:auto}.cookies-table{width:100%;min-width:760px;border-collapse:collapse;color:var(--text);font-size:.92rem}.cookies-table th,.cookies-table td{padding:.85rem;border-bottom:1px solid rgba(255,255,255,.1);text-align:left;vertical-align:top}.cookies-table th{color:var(--sky);font-size:.78rem;text-transform:uppercase}.cookies-table td{color:var(--muted)}.cookies-table td:first-child{color:var(--text);font-weight:700}@media (max-width: 720px){.cookies-hero{padding-top:7.5rem}.cookies-panel{padding:1rem}.terms-hero h1{font-size:2rem}.terms-hero p{font-size:1rem;line-height:1.65}.terms-panel{padding:0 0 1.45rem}.terms-panel h2{font-size:1.18rem}.terms-panel h3{font-size:1.02rem}.terms-panel p{font-size:1rem;line-height:1.7}}.cookie-consent{position:fixed;right:1rem;bottom:1rem;left:1rem;z-index:80;display:flex;justify-content:center;pointer-events:none}.cookie-consent[hidden]{display:none}.cookie-consent__panel{width:min(100%,820px);padding:1rem;background:#031816f5;border:1px solid rgba(255,255,255,.14);border-radius:8px;box-shadow:0 18px 55px #00000052;color:var(--text);pointer-events:auto}.cookie-consent__summary{display:grid;gap:.3rem}.cookie-consent__summary h2{font-size:1.05rem;line-height:1.25}.cookie-consent__summary p{color:var(--muted);font-size:.9rem}.cookie-consent__eyebrow{color:var(--sky)!important;font-size:.72rem!important;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.cookie-consent__settings{display:grid;gap:.75rem;margin-top:1rem}.cookie-consent__settings[hidden]{display:none}.cookie-consent__option{display:grid;grid-template-columns:1rem 1fr;gap:.75rem;align-items:start;padding:.85rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:8px}.cookie-consent__option input{margin-top:.25rem;accent-color:var(--cyan)}.cookie-consent__option strong,.cookie-consent__option small{display:block}.cookie-consent__option strong{font-size:.92rem}.cookie-consent__option small{color:var(--muted);font-size:.82rem;line-height:1.45}.cookie-consent__option--locked{opacity:.82}.cookie-consent__actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1rem}.cookie-consent__button,.cookies-open-preferences{min-height:42px;padding:.65rem 1rem;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:#ffffff14;color:var(--text);cursor:pointer;font:inherit;font-size:.88rem;font-weight:700;transition:background .2s,border-color .2s,color .2s}.cookie-consent__button:hover,.cookies-open-preferences:hover{background:#ffffff21;border-color:#ffffff4d}.cookie-consent__button[hidden]{display:none}.cookie-consent__button--primary,.cookies-open-preferences{background:var(--cyan);border-color:var(--cyan);color:#052d28}.cookie-consent__button--primary:hover,.cookies-open-preferences:hover{background:var(--sky);border-color:var(--sky);color:#052d28}.cookie-consent__link{display:inline-flex;margin-top:.8rem;color:var(--sky);font-size:.84rem;font-weight:700;text-decoration:none}.cookie-consent__link:hover{text-decoration:underline}@media (min-width: 760px){.cookie-consent__panel{display:grid;grid-template-columns:1fr auto;gap:.25rem 1rem;align-items:start}.cookie-consent__settings,.cookie-consent__link{grid-column:1/-1}.cookie-consent__actions{justify-content:flex-end;margin-top:0}}.obor-hero{padding-top:clamp(6rem,11vw,8.5rem)}.obor-hero .section-title{max-width:18ch}.obor-cta-btns{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.obor-benefits{list-style:none;margin:2.5rem 0 0;padding:0;display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 640px){.obor-benefits{grid-template-columns:repeat(2,1fr)}}.obor-benefits li{position:relative;padding:1rem 1.25rem 1rem 3rem;background:var(--glass);border:1px solid var(--glass-border);border-radius:var(--radius);font-size:.95rem;color:var(--text)}.obor-benefits li:before{content:"";position:absolute;left:1.1rem;top:1.35rem;width:.8rem;height:.4rem;border-left:2.5px solid var(--sky);border-bottom:2.5px solid var(--sky);transform:rotate(-45deg)}.obor-foot{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem;padding:2.25rem;border-radius:var(--radius);background:var(--glass);border:1px solid var(--glass-border)}.obor-foot .section-title{margin-bottom:.5rem}.obor-foot .section-sub{margin:0}.obor-foot-btns{display:flex;flex-wrap:wrap;gap:1rem}.subpage>section:first-of-type{padding-top:clamp(6rem,11vw,8.5rem)}
