.Navbar-module__dVeNwG__header{z-index:90;width:100%;padding:10px var(--space-4);background:0 0;position:sticky;top:0}.Navbar-module__dVeNwG__inner{justify-content:space-between;align-items:center;gap:var(--space-4);-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-xl);height:64px;padding-inline:var(--space-5);transition:box-shadow var(--transition);background:#fffffff7;display:flex;box-shadow:0 2px 20px #00000014}.Navbar-module__dVeNwG__header.Navbar-module__dVeNwG__scrolled .Navbar-module__dVeNwG__inner{box-shadow:0 4px 30px #00000024}.Navbar-module__dVeNwG__logo{align-items:center;gap:var(--space-2);flex-shrink:0;text-decoration:none;display:flex}.Navbar-module__dVeNwG__logoText{font-family:var(--font-display);color:var(--clr-sky-700);white-space:nowrap;font-size:1.1rem;font-weight:700}.Navbar-module__dVeNwG__desktopNav{display:none}.Navbar-module__dVeNwG__navLink{color:var(--clr-text-muted);padding:var(--space-2)var(--space-3);border-radius:var(--radius-sm);transition:color var(--transition),background var(--transition);white-space:nowrap;font-size:.9rem;font-weight:700}.Navbar-module__dVeNwG__navLink:hover{color:var(--clr-sky-600);background:var(--clr-sky-50)}.Navbar-module__dVeNwG__logoImg{object-fit:contain;width:auto;height:40px}.Navbar-module__dVeNwG__ctaDesktop{color:var(--clr-white);background:var(--clr-accent);border-radius:var(--radius-full);white-space:nowrap;transition:background var(--transition),transform var(--transition);flex-shrink:0;padding:.55rem 1.4rem;font-size:.88rem;font-weight:800;display:none}.Navbar-module__dVeNwG__ctaDesktop:hover{background:var(--clr-accent-h);transform:translateY(-1px)}.Navbar-module__dVeNwG__hamburger{border-radius:var(--radius-sm);width:44px;height:44px;transition:background var(--transition);flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;padding:10px;display:flex}.Navbar-module__dVeNwG__hamburger:hover{background:var(--clr-sky-50)}.Navbar-module__dVeNwG__hamburger span{background:var(--clr-sky-700);border-radius:var(--radius-full);transform-origin:50%;width:100%;height:2px;transition:transform .3s,opacity .3s;display:block}.Navbar-module__dVeNwG__hamburger.Navbar-module__dVeNwG__active span:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module__dVeNwG__hamburger.Navbar-module__dVeNwG__active span:nth-child(2){opacity:0;transform:scaleX(0)}.Navbar-module__dVeNwG__hamburger.Navbar-module__dVeNwG__active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Navbar-module__dVeNwG__mobileMenu{background:var(--clr-white);width:min(320px,85vw);box-shadow:var(--shadow-xl);z-index:95;padding-top:80px;transition:transform .35s cubic-bezier(.4,0,.2,1);position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}.Navbar-module__dVeNwG__mobileMenu.Navbar-module__dVeNwG__mobileOpen{transform:translate(0)}.Navbar-module__dVeNwG__mobileNav{padding:var(--space-4);gap:var(--space-1);flex-direction:column;display:flex}.Navbar-module__dVeNwG__mobileLink{color:var(--clr-text);padding:var(--space-4);border-radius:var(--radius-md);transition:background var(--transition),color var(--transition);align-items:center;min-height:52px;font-size:1.1rem;font-weight:700;display:flex}.Navbar-module__dVeNwG__mobileLink:hover{background:var(--clr-sky-50);color:var(--clr-sky-700)}.Navbar-module__dVeNwG__mobileCta{margin-top:var(--space-4);color:var(--clr-white);background:var(--clr-accent);padding:var(--space-4);border-radius:var(--radius-md);min-height:52px;transition:background var(--transition);justify-content:center;align-items:center;font-size:1rem;font-weight:800;display:flex}.Navbar-module__dVeNwG__mobileCta:hover{background:var(--clr-accent-h)}.Navbar-module__dVeNwG__overlay{z-index:94;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000073;animation:.2s Navbar-module__dVeNwG__fadeIn;position:fixed;inset:0}@keyframes Navbar-module__dVeNwG__fadeIn{0%{opacity:0}to{opacity:1}}@media (min-width:768px){.Navbar-module__dVeNwG__desktopNav{align-items:center;gap:var(--space-1);flex:1;justify-content:center;display:flex}.Navbar-module__dVeNwG__ctaDesktop{align-items:center;display:inline-flex}.Navbar-module__dVeNwG__hamburger{display:none}}
.Hero-module__PgAKtG__hero{background:var(--clr-sky-100);align-items:center;min-height:calc(100svh - 84px);display:flex;position:relative;overflow:hidden}.Hero-module__PgAKtG__blobTl{opacity:.55;pointer-events:none;background:linear-gradient(135deg,#7fd0e3,#3a9fcb);border-radius:60% 40% 70% 30%/50% 60% 40% 50%;width:clamp(260px,40vw,480px);height:clamp(260px,40vw,480px);position:absolute;top:-80px;left:-80px}.Hero-module__PgAKtG__blobBr{opacity:.5;pointer-events:none;background:linear-gradient(135deg,#5fc6da,#2a8fb4);border-radius:40% 60% 30% 70%/60% 40%;width:clamp(220px,35vw,420px);height:clamp(220px,35vw,420px);position:absolute;bottom:-80px;right:-80px}.Hero-module__PgAKtG__content{z-index:2;width:100%;padding-block:var(--space-12);position:relative}.Hero-module__PgAKtG__grid{gap:var(--space-8);flex-direction:column;align-items:center;display:flex}.Hero-module__PgAKtG__copy{gap:var(--space-5);flex-direction:column;flex:1;display:flex}.Hero-module__PgAKtG__announce{align-items:center;gap:var(--space-2);background:var(--clr-white);border:1px solid var(--clr-border);border-radius:var(--radius-full);width:fit-content;box-shadow:var(--shadow-sm);max-width:100%;padding:.35rem .9rem .35rem .5rem;display:inline-flex;overflow:hidden}.Hero-module__PgAKtG__announceDot{border-radius:var(--radius-full);background:var(--clr-accent);flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite Hero-module__PgAKtG__pulse}.Hero-module__PgAKtG__announceLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--clr-white);background:var(--clr-accent);border-radius:var(--radius-full);padding:.15rem .5rem;font-size:.68rem;font-weight:800}.Hero-module__PgAKtG__announceText{color:var(--clr-text);white-space:nowrap;text-overflow:ellipsis;max-width:280px;font-size:.82rem;font-weight:600;overflow:hidden}@keyframes Hero-module__PgAKtG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.Hero-module__PgAKtG__title{font-family:var(--font-display);color:var(--clr-ocean-dark);font-size:clamp(2.2rem,7vw,4rem);font-weight:700;line-height:1.1}.Hero-module__PgAKtG__titleAccent{color:var(--clr-sky-600)}.Hero-module__PgAKtG__sub{color:var(--clr-text-muted);max-width:44ch;font-size:clamp(.95rem,2.5vw,1.1rem);line-height:1.65}.Hero-module__PgAKtG__actions{gap:var(--space-3);flex-direction:column;width:100%;display:flex}.Hero-module__PgAKtG__ctaPrimary{justify-content:center;align-items:center;gap:var(--space-2);background:var(--clr-accent);color:var(--clr-white);padding:1rem var(--space-6);border-radius:var(--radius-full);min-height:54px;transition:background var(--transition),transform var(--transition),box-shadow var(--transition);font-size:1.05rem;font-weight:800;display:flex;box-shadow:0 4px 20px #f9731659}.Hero-module__PgAKtG__ctaPrimary:hover{background:var(--clr-accent-h);transform:translateY(-2px);box-shadow:0 8px 28px #f9731673}.Hero-module__PgAKtG__ctaSecondary{justify-content:center;align-items:center;gap:var(--space-2);background:var(--clr-white);color:var(--clr-ocean-dark);padding:.9rem var(--space-6);border-radius:var(--radius-full);border:1.5px solid var(--clr-border);min-height:54px;transition:background var(--transition),border-color var(--transition),transform var(--transition);font-size:1rem;font-weight:700;display:flex}.Hero-module__PgAKtG__ctaSecondary:hover{background:var(--clr-sky-50);border-color:var(--clr-sky-300);transform:translateY(-1px)}.Hero-module__PgAKtG__stats{align-items:center;gap:var(--space-4);background:var(--clr-white);border:1px solid var(--clr-border);padding:var(--space-4)var(--space-5);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-wrap:wrap;width:fit-content;display:flex}.Hero-module__PgAKtG__stat{flex-direction:column;align-items:center;gap:2px;display:flex}.Hero-module__PgAKtG__statNum{font-family:var(--font-display);color:var(--clr-ocean-dark);font-size:1.4rem;font-weight:700;line-height:1}.Hero-module__PgAKtG__statLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--clr-text-muted);font-size:.68rem;font-weight:700}.Hero-module__PgAKtG__statDivider{background:var(--clr-border);flex-shrink:0;width:1px;height:32px}.Hero-module__PgAKtG__imageWrap{flex:1;width:100%;position:relative}.Hero-module__PgAKtG__imageCard{border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);aspect-ratio:4/3;background:var(--clr-sky-200);overflow:hidden}.Hero-module__PgAKtG__imageCard img{object-fit:cover;width:100%;height:100%;display:block}.Hero-module__PgAKtG__droplet{border-radius:var(--radius-full);background:var(--clr-sky-400);opacity:.5;animation:4s ease-in-out infinite Hero-module__PgAKtG__float;position:absolute}.Hero-module__PgAKtG__d1{width:14px;height:14px;animation-delay:0s;top:-10px;right:60px}.Hero-module__PgAKtG__d2{width:9px;height:9px;animation-delay:.8s;top:30px;right:-8px}.Hero-module__PgAKtG__d3{width:12px;height:12px;animation-delay:1.6s;bottom:40px;right:-12px}.Hero-module__PgAKtG__d4{width:8px;height:8px;animation-delay:2.2s;bottom:-6px;right:80px}.Hero-module__PgAKtG__d5{width:10px;height:10px;animation-delay:3s;bottom:20px;left:-8px}@keyframes Hero-module__PgAKtG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (min-width:640px){.Hero-module__PgAKtG__actions{flex-direction:row;width:auto}}@media (min-width:900px){.Hero-module__PgAKtG__grid{align-items:center;gap:var(--space-12);flex-direction:row}.Hero-module__PgAKtG__copy{flex:1.1}.Hero-module__PgAKtG__imageWrap{flex:1}.Hero-module__PgAKtG__imageCard{aspect-ratio:3/4;max-height:560px}}.Hero-module__PgAKtG__announceOut{opacity:0;transition:opacity .3s,transform .3s;transform:translateY(-6px)}.Hero-module__PgAKtG__announceText{transition:opacity .3s,transform .3s}
.About-module__OtWT4W__section{background:var(--clr-sky-50)}.About-module__OtWT4W__reelVideo{object-fit:cover;width:100%;height:100%}.About-module__OtWT4W__grid{gap:var(--space-10);flex-direction:column;display:flex}.About-module__OtWT4W__title{margin-bottom:var(--space-5)}.About-module__OtWT4W__para{color:var(--clr-text-muted);margin-bottom:var(--space-4);font-size:1rem;line-height:1.75}.About-module__OtWT4W__highlights{gap:var(--space-3);margin-top:var(--space-6);grid-template-columns:repeat(2,1fr);display:grid}.About-module__OtWT4W__hlCard{background:var(--clr-white);border:1px solid var(--clr-border);border-radius:var(--radius-md);padding:var(--space-4);align-items:center;gap:var(--space-1);text-align:center;transition:box-shadow var(--transition),transform var(--transition);flex-direction:column;display:flex}.About-module__OtWT4W__hlCard:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.About-module__OtWT4W__hlCard.About-module__OtWT4W__accent{background:var(--clr-sky-600);border-color:#0000}.About-module__OtWT4W__hlCard.About-module__OtWT4W__accent .About-module__OtWT4W__hlNum,.About-module__OtWT4W__hlCard.About-module__OtWT4W__accent .About-module__OtWT4W__hlLabel{color:var(--clr-white)}.About-module__OtWT4W__hlNum{font-family:var(--font-display);color:var(--clr-sky-600);font-size:1.8rem;font-weight:700;line-height:1}.About-module__OtWT4W__hlLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--clr-text-muted);font-size:.75rem;font-weight:700}.About-module__OtWT4W__reelWrap{width:100%}.About-module__OtWT4W__reelFrame{aspect-ratio:9/16;border-radius:var(--radius-xl);background:var(--clr-ocean-dark);width:100%;max-height:560px;box-shadow:var(--shadow-xl);position:relative;overflow:hidden}.About-module__OtWT4W__reelPlaceholder{justify-content:center;align-items:center;gap:var(--space-4);background:linear-gradient(145deg,var(--clr-sky-900),var(--clr-ocean-dark));flex-direction:column;width:100%;height:100%;display:flex}.About-module__OtWT4W__playIcon{color:#ffffff80;font-size:3rem}.About-module__OtWT4W__reelNote{color:#fff6;text-align:center;padding-inline:var(--space-6);font-size:.8rem}@media (min-width:768px){.About-module__OtWT4W__grid{align-items:center;gap:var(--space-16);flex-direction:row}.About-module__OtWT4W__body{flex:1.1}.About-module__OtWT4W__reelWrap{flex:.7}.About-module__OtWT4W__reelFrame{aspect-ratio:9/14}.About-module__OtWT4W__highlights{grid-template-columns:repeat(4,1fr)}}
.Timings-module__8cQVCa__section{background:var(--clr-sky-50)}.Timings-module__8cQVCa__grid{gap:var(--space-5);grid-template-columns:1fr;align-items:stretch;display:grid}.Timings-module__8cQVCa__card{border-radius:var(--radius-xl);padding:var(--space-6);gap:var(--space-3);transition:transform var(--transition),box-shadow var(--transition);border:1.5px solid #0000;flex-direction:column;display:flex;position:relative}.Timings-module__8cQVCa__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.Timings-module__8cQVCa__dayCard{background:#fffbf0;border-color:#fde68a}.Timings-module__8cQVCa__nightCard{background:#f5f7ff;border-color:#c7d2fe}.Timings-module__8cQVCa__closedCard{background-color:#fff1f2;background-image:repeating-linear-gradient(-45deg,#0000,#0000 8px,#fda4af59 8px 16px);border-color:#fecdd3}.Timings-module__8cQVCa__iconWrap{border-radius:var(--radius-md);color:#d97706;width:52px;height:52px;margin-bottom:var(--space-1);background:#fef3c7;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Timings-module__8cQVCa__iconWrap svg{width:24px;height:24px}.Timings-module__8cQVCa__nightIcon{color:#4f46e5;background:#e0e7ff}.Timings-module__8cQVCa__closedCard .Timings-module__8cQVCa__nightIcon{color:#e11d48;background:#ffe4e6}.Timings-module__8cQVCa__statusBadge{top:var(--space-5);right:var(--space-5);text-transform:uppercase;letter-spacing:.08em;border-radius:var(--radius-full);align-items:center;gap:5px;padding:.3rem .8rem;font-size:.72rem;font-weight:800;display:inline-flex;position:absolute}.Timings-module__8cQVCa__statusDot{border-radius:var(--radius-full);flex-shrink:0;width:6px;height:6px}.Timings-module__8cQVCa__statusBadge.Timings-module__8cQVCa__open{color:#16a34a;background:#dcfce7;border:1px solid #bbf7d0}.Timings-module__8cQVCa__statusBadge.Timings-module__8cQVCa__open .Timings-module__8cQVCa__statusDot{background:#16a34a}.Timings-module__8cQVCa__statusBadge.Timings-module__8cQVCa__closed{color:#e11d48;background:#ffe4e6;border:1px solid #fecdd3}.Timings-module__8cQVCa__statusBadge.Timings-module__8cQVCa__closed .Timings-module__8cQVCa__statusDot{background:#e11d48}.Timings-module__8cQVCa__sublabel{letter-spacing:.12em;color:var(--clr-text-muted);font-size:.7rem;font-weight:800}.Timings-module__8cQVCa__closedCard .Timings-module__8cQVCa__sublabel{color:#9f1239;opacity:.6}.Timings-module__8cQVCa__shiftName{font-family:var(--font-display);color:var(--clr-ocean-dark);font-size:1.7rem;font-weight:700;line-height:1.2}.Timings-module__8cQVCa__closedCard .Timings-module__8cQVCa__shiftName{color:#4c0519;opacity:.7}.Timings-module__8cQVCa__hours{font-family:var(--font-display);color:var(--clr-ocean-dark);font-size:1.5rem;font-weight:700}.Timings-module__8cQVCa__closedCard .Timings-module__8cQVCa__hours{opacity:.5}.Timings-module__8cQVCa__days{color:var(--clr-text-muted);font-size:.85rem;font-weight:700}.Timings-module__8cQVCa__closedCard .Timings-module__8cQVCa__days{opacity:.5}.Timings-module__8cQVCa__noteBox{border-radius:var(--radius-md);padding:var(--space-3)var(--space-4);background:#fff9;margin-top:auto}.Timings-module__8cQVCa__closedCard .Timings-module__8cQVCa__noteBox{background:#ffffff59}.Timings-module__8cQVCa__note{color:var(--clr-text-muted);font-size:.85rem;line-height:1.6}.Timings-module__8cQVCa__closedCard .Timings-module__8cQVCa__note{opacity:.5}.Timings-module__8cQVCa__reopens{align-items:center;gap:var(--space-2);border-radius:var(--radius-md);padding:var(--space-3)var(--space-4);color:#e11d48;margin-top:var(--space-2);background:#ffffffb3;border:1px solid #fecdd3;font-size:.85rem;font-weight:700;display:flex}.Timings-module__8cQVCa__reopens svg{color:#e11d48;flex-shrink:0;width:16px;height:16px}@media (min-width:640px){.Timings-module__8cQVCa__grid{flex-direction:row}.Timings-module__8cQVCa__card{flex:1}}
.Pricing-module__Do-gqG__section{background:var(--clr-white)}.Pricing-module__Do-gqG__tabs{background:var(--clr-sky-50);border:1px solid var(--clr-border);border-radius:var(--radius-full);margin-bottom:var(--space-6);-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:4px;width:fit-content;margin-inline:auto;padding:4px;display:flex;overflow-x:auto}.Pricing-module__Do-gqG__tabs::-webkit-scrollbar{display:none}.Pricing-module__Do-gqG__tab{color:var(--clr-text-muted);border-radius:var(--radius-full);transition:background var(--transition),color var(--transition);white-space:nowrap;min-width:90px;min-height:42px;padding:.6rem 1.2rem;font-size:.88rem;font-weight:700}.Pricing-module__Do-gqG__tab:hover{color:var(--clr-sky-600)}.Pricing-module__Do-gqG__activeTab{background:var(--clr-accent);box-shadow:var(--shadow-sm);color:var(--clr-white)!important}.Pricing-module__Do-gqG__cards{gap:var(--space-4);margin-bottom:var(--space-6);flex-direction:column;display:flex}.Pricing-module__Do-gqG__card{border-radius:var(--radius-xl);padding:var(--space-6);border:1.5px solid #0000;position:relative;overflow:hidden}.Pricing-module__Do-gqG__dayCard{background:#fffbf0;border-color:#fde68a}.Pricing-module__Do-gqG__nightCard{background:#f5f7ff;border-color:#c7d2fe}.Pricing-module__Do-gqG__closedCard{background-color:#fff1f2;background-image:repeating-linear-gradient(-45deg,#0000,#0000 8px,#fda4af4d 8px 16px);border-color:#fecdd3}.Pricing-module__Do-gqG__statusPill{top:var(--space-4);right:var(--space-4);text-transform:uppercase;letter-spacing:.08em;border-radius:var(--radius-full);align-items:center;gap:5px;padding:.28rem .75rem;font-size:.7rem;font-weight:800;display:inline-flex;position:absolute}.Pricing-module__Do-gqG__pillDot{border-radius:var(--radius-full);flex-shrink:0;width:6px;height:6px}.Pricing-module__Do-gqG__pillOpen{color:#16a34a;background:#dcfce7;border:1px solid #bbf7d0}.Pricing-module__Do-gqG__pillOpen .Pricing-module__Do-gqG__pillDot{background:#16a34a}.Pricing-module__Do-gqG__pillClosed{color:#e11d48;background:#ffe4e6;border:1px solid #fecdd3}.Pricing-module__Do-gqG__pillClosed .Pricing-module__Do-gqG__pillDot{background:#e11d48}.Pricing-module__Do-gqG__cardHead{align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);display:flex}.Pricing-module__Do-gqG__cardIcon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.Pricing-module__Do-gqG__sunIcon{color:#d97706;background:#fef3c7}.Pricing-module__Do-gqG__moonIcon{color:#4f46e5;background:#e0e7ff}.Pricing-module__Do-gqG__moonClosed{color:#e11d48;background:#ffe4e6}.Pricing-module__Do-gqG__cardTitle{font-family:var(--font-display);color:var(--clr-ocean-dark);font-size:1.2rem;font-weight:700}.Pricing-module__Do-gqG__cardSub{color:var(--clr-text-muted);font-size:.8rem}.Pricing-module__Do-gqG__dimText{opacity:.45}.Pricing-module__Do-gqG__divider{margin-block:var(--space-3);border:none;border-top:1.5px dashed #d1d5db}.Pricing-module__Do-gqG__closedCard .Pricing-module__Do-gqG__divider{border-color:#fecdd3}.Pricing-module__Do-gqG__rows{flex-direction:column;display:flex}.Pricing-module__Do-gqG__dimRows{opacity:.45}.Pricing-module__Do-gqG__row{padding-block:var(--space-1);justify-content:space-between;align-items:center;display:flex}.Pricing-module__Do-gqG__rowName{color:var(--clr-ocean-dark);font-size:.95rem;font-weight:700}.Pricing-module__Do-gqG__rowMeta{color:var(--clr-text-muted);font-size:.75rem}.Pricing-module__Do-gqG__amount{font-family:var(--font-display);color:var(--clr-ocean-dark);font-size:1.25rem;font-weight:700}.Pricing-module__Do-gqG__free{color:#16a34a;letter-spacing:.04em;font-size:.95rem;font-weight:800}.Pricing-module__Do-gqG__reopensNote{align-items:center;gap:var(--space-2);margin-top:var(--space-4);border-radius:var(--radius-md);padding:var(--space-3)var(--space-4);color:#e11d48;background:#ffffffb3;border:1px solid #fecdd3;font-size:.85rem;font-weight:700;display:flex}.Pricing-module__Do-gqG__extras{gap:var(--space-4);margin-top:var(--space-4);flex-direction:column;display:flex}.Pricing-module__Do-gqG__extraCard{background:var(--clr-white);border:1px solid var(--clr-border);border-radius:var(--radius-xl);padding:var(--space-5)var(--space-6);box-shadow:var(--shadow-sm)}.Pricing-module__Do-gqG__extraHead{align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);flex-wrap:wrap;display:flex}.Pricing-module__Do-gqG__extraIcon{border-radius:var(--radius-md);background:var(--clr-sky-50);width:40px;height:40px;color:var(--clr-sky-600);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Pricing-module__Do-gqG__extraTitle{font-family:var(--font-display);color:var(--clr-ocean-dark);font-size:1.05rem;font-weight:700}.Pricing-module__Do-gqG__compulsoryBadge{color:#dc2626;border-radius:var(--radius-full);background:#fee2e2;margin-left:auto;padding:.2rem .6rem;font-size:.7rem;font-weight:800}.Pricing-module__Do-gqG__extraRows{gap:var(--space-2);flex-direction:column;display:flex}.Pricing-module__Do-gqG__extraRow{padding:var(--space-3);background:var(--clr-sky-50);border-radius:var(--radius-md);justify-content:space-between;align-items:center;display:flex}.Pricing-module__Do-gqG__extraName{color:var(--clr-text);font-size:.9rem;font-weight:700}.Pricing-module__Do-gqG__extraVals{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.Pricing-module__Do-gqG__extraFee{font-family:var(--font-display);color:var(--clr-sky-700);font-size:1.05rem;font-weight:700}.Pricing-module__Do-gqG__extraDeposit{color:var(--clr-text-muted);font-size:.72rem}@media (min-width:640px){.Pricing-module__Do-gqG__cards{flex-direction:row}.Pricing-module__Do-gqG__card{flex:1}.Pricing-module__Do-gqG__extras{flex-direction:row}.Pricing-module__Do-gqG__extraCard{flex:1}}
.Rides-module__3fiF4G__section{background:var(--clr-white)}.Rides-module__3fiF4G__grid{gap:var(--space-5);grid-template-columns:1fr;display:grid}.Rides-module__3fiF4G__card{border-radius:var(--radius-xl);background:var(--clr-white);border:1px solid var(--clr-border);box-shadow:var(--shadow-sm);transition:transform var(--transition),box-shadow var(--transition);flex-direction:column;display:flex;overflow:hidden}.Rides-module__3fiF4G__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.Rides-module__3fiF4G__photo{aspect-ratio:16/9;background:var(--clr-sky-100);width:100%;overflow:hidden}.Rides-module__3fiF4G__photo img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.Rides-module__3fiF4G__card:hover .Rides-module__3fiF4G__photo img{transform:scale(1.05)}.Rides-module__3fiF4G__placeholder{justify-content:center;align-items:center;gap:var(--space-2);background:linear-gradient(135deg,var(--clr-sky-100),var(--clr-sky-200));flex-direction:column;width:100%;height:100%;display:flex}.Rides-module__3fiF4G__placeholderIcon{opacity:.4;font-size:2.5rem}.Rides-module__3fiF4G__placeholderText{color:var(--clr-sky-600);opacity:.6;font-size:.72rem;font-weight:600}.Rides-module__3fiF4G__body{padding:var(--space-5);gap:var(--space-2);flex-direction:column;flex:1;display:flex}.Rides-module__3fiF4G__tag{letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-full);width:fit-content;padding:.2rem .65rem;font-size:.7rem;font-weight:800;display:inline-flex}.Rides-module__3fiF4G__tagBlue{color:#1d4ed8;background:#dbeafe}.Rides-module__3fiF4G__tagRed{color:#dc2626;background:#fee2e2}.Rides-module__3fiF4G__tagPurple{color:#7c3aed;background:#ede9fe}.Rides-module__3fiF4G__tagGreen{color:#16a34a;background:#dcfce7}.Rides-module__3fiF4G__tagTeal{color:#0d9488;background:#ccfbf1}.Rides-module__3fiF4G__tagOrange{color:#ea580c;background:#ffedd5}.Rides-module__3fiF4G__name{font-family:var(--font-display);color:var(--clr-ocean-dark);font-size:1.15rem;font-weight:700;line-height:1.25}.Rides-module__3fiF4G__desc{color:var(--clr-text-muted);font-size:.88rem;line-height:1.65}@media (min-width:600px){.Rides-module__3fiF4G__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Rides-module__3fiF4G__grid{grid-template-columns:repeat(3,1fr)}}
.Testimonials-module__3Z1FKa__section{background:var(--clr-sky-50)}.Testimonials-module__3Z1FKa__track{gap:var(--space-5);flex-direction:column;display:flex}.Testimonials-module__3Z1FKa__card{background:var(--clr-white);border:1px solid var(--clr-border);border-radius:var(--radius-xl);padding:var(--space-6);box-shadow:var(--shadow-sm);gap:var(--space-3);transition:transform var(--transition),box-shadow var(--transition);flex-direction:column;display:flex;position:relative;overflow:hidden}.Testimonials-module__3Z1FKa__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.Testimonials-module__3Z1FKa__quoteMark{top:var(--space-4);right:var(--space-5);color:var(--clr-sky-100);pointer-events:none;-webkit-user-select:none;user-select:none;font-family:Georgia,serif;font-size:4rem;line-height:1;position:absolute}.Testimonials-module__3Z1FKa__stars{color:#f59e0b;gap:2px;font-size:1rem;display:flex}.Testimonials-module__3Z1FKa__text{color:var(--clr-text-muted);flex:1;font-size:.95rem;line-height:1.7}.Testimonials-module__3Z1FKa__person{align-items:center;gap:var(--space-3);margin-top:var(--space-2);padding-top:var(--space-3);border-top:1px solid var(--clr-border);display:flex}.Testimonials-module__3Z1FKa__avatar{border-radius:var(--radius-full);background:linear-gradient(135deg,var(--clr-sky-500),var(--clr-sky-700));width:44px;height:44px;color:var(--clr-white);flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:800;display:flex}.Testimonials-module__3Z1FKa__name{color:var(--clr-text);font-size:.9rem;font-weight:700}.Testimonials-module__3Z1FKa__loc{color:var(--clr-text-muted);font-size:.78rem}@media (min-width:640px){.Testimonials-module__3Z1FKa__track{grid-template-columns:repeat(2,1fr);display:grid}}@media (min-width:1024px){.Testimonials-module__3Z1FKa__track{grid-template-columns:repeat(3,1fr)}}
.Footer-module__rnk_JG__footer{background:var(--clr-ocean-dark);color:#ffffffbf;position:relative}.Footer-module__rnk_JG__wave{height:80px;line-height:0;overflow:hidden}.Footer-module__rnk_JG__mapEmbed{border-radius:var(--radius-xl);width:100%;height:260px;margin-bottom:var(--space-8);box-shadow:var(--shadow-md);overflow:hidden}.Footer-module__rnk_JG__wave svg{width:100%;height:100%}.Footer-module__rnk_JG__inner{padding-block:var(--space-10)var(--space-8)}.Footer-module__rnk_JG__grid{gap:var(--space-8);margin-bottom:var(--space-8);flex-direction:column;display:flex}.Footer-module__rnk_JG__brand{gap:var(--space-3);flex-direction:column;display:flex}.Footer-module__rnk_JG__brandName{font-family:var(--font-display);color:var(--clr-white);font-size:1.4rem;font-weight:700}.Footer-module__rnk_JG__brandDesc{color:#ffffff8c;max-width:36ch;font-size:.88rem;line-height:1.65}.Footer-module__rnk_JG__socials{gap:var(--space-3);flex-wrap:wrap;display:flex}.Footer-module__rnk_JG__socialBtn{border-radius:var(--radius-md);color:#ffffffb3;width:42px;height:42px;transition:background var(--transition),color var(--transition),transform var(--transition);background:#ffffff14;border:1px solid #ffffff1a;justify-content:center;align-items:center;display:flex}.Footer-module__rnk_JG__socialBtn:hover{background:var(--clr-sky-600);color:var(--clr-white);border-color:#0000;transform:translateY(-2px)}.Footer-module__rnk_JG__col{gap:var(--space-3);flex-direction:column;display:flex}.Footer-module__rnk_JG__colTitle{font-family:var(--font-display);color:var(--clr-white);text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--space-1);font-size:.9rem;font-weight:700}.Footer-module__rnk_JG__address{color:#ffffff8c;font-size:.85rem;line-height:1.65}.Footer-module__rnk_JG__mapLink{align-items:center;gap:var(--space-1);color:var(--clr-sky-400);transition:color var(--transition);font-size:.82rem;font-weight:700;display:inline-flex}.Footer-module__rnk_JG__mapLink:hover{color:var(--clr-sky-200)}.Footer-module__rnk_JG__phoneLink{align-items:center;gap:var(--space-2);color:var(--clr-white);transition:color var(--transition);min-height:44px;font-size:1.1rem;font-weight:700;display:flex}.Footer-module__rnk_JG__phoneLink:hover{color:var(--clr-sky-300)}.Footer-module__rnk_JG__emailLink{color:#ffffff8c;transition:color var(--transition);font-size:.85rem}.Footer-module__rnk_JG__emailLink:hover{color:var(--clr-sky-300)}.Footer-module__rnk_JG__links{gap:var(--space-2);flex-direction:column;display:flex}.Footer-module__rnk_JG__links a{color:#ffffff8c;transition:color var(--transition);align-items:center;min-height:32px;padding-block:2px;font-size:.88rem;display:flex}.Footer-module__rnk_JG__links a:hover{color:var(--clr-sky-300)}.Footer-module__rnk_JG__bottom{padding-top:var(--space-5);gap:var(--space-1);color:#fff6;text-align:center;border-top:1px solid #ffffff1a;flex-direction:column;font-size:.78rem;display:flex}@media (min-width:768px){.Footer-module__rnk_JG__grid{gap:var(--space-8);grid-template-columns:1.4fr 1.2fr 1fr 1fr;display:grid}.Footer-module__rnk_JG__bottom{text-align:left;flex-direction:row;justify-content:space-between}}
.Chatbot-module__TlBrQq__bubble{bottom:var(--space-5);right:var(--space-5);z-index:200;border-radius:var(--radius-full);background:var(--clr-sky-600);width:58px;height:58px;color:var(--clr-white);transition:background var(--transition),transform var(--transition),box-shadow var(--transition);cursor:pointer;border:none;justify-content:center;align-items:center;display:flex;position:fixed;box-shadow:0 4px 20px #0ea5e973}.Chatbot-module__TlBrQq__bubble svg{width:26px;height:26px}.Chatbot-module__TlBrQq__bubble:hover{background:var(--clr-sky-700);transform:scale(1.06);box-shadow:0 6px 28px #0ea5e98c}.Chatbot-module__TlBrQq__bubbleActive{background:var(--clr-ocean-dark)}.Chatbot-module__TlBrQq__bubblePulse{border-radius:var(--radius-full);border:2px solid var(--clr-sky-400);pointer-events:none;animation:2.5s ease-out infinite Chatbot-module__TlBrQq__bubblePulse;position:absolute;inset:-4px}@keyframes Chatbot-module__TlBrQq__bubblePulse{0%{opacity:.7;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}.Chatbot-module__TlBrQq__window{z-index:199;background:var(--clr-white);border-radius:var(--radius-xl);width:calc(100vw - 40px);max-width:380px;height:520px;max-height:calc(100svh - 120px);box-shadow:var(--shadow-xl);border:1px solid var(--clr-border);opacity:0;pointer-events:none;transform-origin:100% 100%;flex-direction:column;transition:opacity .25s,transform .25s;display:flex;position:fixed;bottom:90px;right:20px;overflow:hidden;transform:translateY(16px)scale(.97)}.Chatbot-module__TlBrQq__windowOpen{opacity:1;pointer-events:all;transform:translateY(0)scale(1)}.Chatbot-module__TlBrQq__header{padding:var(--space-4)var(--space-5);background:linear-gradient(135deg,var(--clr-sky-600),var(--clr-sky-700));flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.Chatbot-module__TlBrQq__headerLeft{align-items:center;gap:var(--space-3);display:flex}.Chatbot-module__TlBrQq__avatarSmall{border-radius:var(--radius-full);width:38px;height:38px;color:var(--clr-white);background:#fff3;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Chatbot-module__TlBrQq__avatarSmall svg{width:20px;height:20px}.Chatbot-module__TlBrQq__headerName{font-family:var(--font-display);color:var(--clr-white);font-size:.95rem;font-weight:700}.Chatbot-module__TlBrQq__headerStatus{color:#fffc;align-items:center;gap:5px;font-size:.72rem;display:flex}.Chatbot-module__TlBrQq__statusDot{border-radius:var(--radius-full);background:#4ade80;width:7px;height:7px;animation:2s ease-in-out infinite Chatbot-module__TlBrQq__statusPulse}@keyframes Chatbot-module__TlBrQq__statusPulse{0%,to{opacity:1}50%{opacity:.5}}.Chatbot-module__TlBrQq__closeBtn{border-radius:var(--radius-full);width:34px;height:34px;color:var(--clr-white);transition:background var(--transition);cursor:pointer;background:#ffffff26;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Chatbot-module__TlBrQq__closeBtn svg{width:16px;height:16px}.Chatbot-module__TlBrQq__closeBtn:hover{background:#ffffff40}.Chatbot-module__TlBrQq__messages{padding:var(--space-4);gap:var(--space-3);scroll-behavior:smooth;background:var(--clr-sky-50);flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden auto}.Chatbot-module__TlBrQq__messages::-webkit-scrollbar{width:4px}.Chatbot-module__TlBrQq__messages::-webkit-scrollbar-track{background:0 0}.Chatbot-module__TlBrQq__messages::-webkit-scrollbar-thumb{background:var(--clr-sky-200);border-radius:var(--radius-full)}.Chatbot-module__TlBrQq__message{align-items:flex-end;gap:var(--space-2);min-width:0;max-width:100%;display:flex}.Chatbot-module__TlBrQq__botMsg{flex-direction:row;align-items:flex-end}.Chatbot-module__TlBrQq__userMsg{flex-direction:row-reverse}.Chatbot-module__TlBrQq__botAvatar{border-radius:var(--radius-full);background:var(--clr-sky-600);width:28px;height:28px;color:var(--clr-white);flex-shrink:0;justify-content:center;align-self:flex-end;align-items:center;display:flex}.Chatbot-module__TlBrQq__botAvatar svg{width:14px;height:14px}.Chatbot-module__TlBrQq__botMsg .Chatbot-module__TlBrQq__bubble,.Chatbot-module__TlBrQq__userMsg .Chatbot-module__TlBrQq__bubble{border-radius:var(--radius-lg);width:auto;height:auto;box-shadow:none;cursor:auto;background:0 0;border:none;transition:none;animation:none;position:static;inset:auto;transform:none}.Chatbot-module__TlBrQq__botMsg .Chatbot-module__TlBrQq__bubble{min-width:0;max-width:calc(100% - 44px);padding:var(--space-3)var(--space-4);background:var(--clr-white);color:var(--clr-text);word-break:break-word;overflow-wrap:break-word;white-space:pre-wrap;font-size:.88rem;line-height:1.65;border:1px solid var(--clr-border)!important;box-shadow:var(--shadow-sm)!important;border-bottom-left-radius:4px!important;border-radius:var(--radius-lg)!important}.Chatbot-module__TlBrQq__userMsg .Chatbot-module__TlBrQq__bubble{min-width:0;max-width:80%;padding:var(--space-3)var(--space-4);word-break:break-word;overflow-wrap:break-word;white-space:pre-wrap;font-size:.88rem;line-height:1.65;background:var(--clr-sky-600)!important;color:var(--clr-white)!important;border-bottom-right-radius:4px!important;border-radius:var(--radius-lg)!important}.Chatbot-module__TlBrQq__typingDots{align-items:center;gap:4px;padding:2px 0;display:flex}.Chatbot-module__TlBrQq__typingDots span{border-radius:var(--radius-full);background:var(--clr-sky-400);width:7px;height:7px;animation:1.2s ease-in-out infinite Chatbot-module__TlBrQq__typingBounce}.Chatbot-module__TlBrQq__typingDots span:nth-child(2){animation-delay:.2s}.Chatbot-module__TlBrQq__typingDots span:nth-child(3){animation-delay:.4s}@keyframes Chatbot-module__TlBrQq__typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.Chatbot-module__TlBrQq__suggestions{padding:var(--space-3)var(--space-4);gap:var(--space-2);background:var(--clr-sky-50);border-top:1px solid var(--clr-border);flex-wrap:wrap;flex-shrink:0;display:flex}.Chatbot-module__TlBrQq__suggestion{color:var(--clr-sky-700);background:var(--clr-white);border:1px solid var(--clr-sky-200);border-radius:var(--radius-full);cursor:pointer;transition:background var(--transition),border-color var(--transition),color var(--transition);white-space:nowrap;padding:.35rem .75rem;font-size:.75rem;font-weight:700}.Chatbot-module__TlBrQq__suggestion:hover{background:var(--clr-sky-600);color:var(--clr-white);border-color:var(--clr-sky-600)}.Chatbot-module__TlBrQq__inputRow{align-items:center;gap:var(--space-2);padding:var(--space-3)var(--space-4);border-top:1px solid var(--clr-border);background:var(--clr-white);flex-shrink:0;display:flex}.Chatbot-module__TlBrQq__input{font-family:var(--font-body);color:var(--clr-text);background:var(--clr-sky-50);border:1px solid var(--clr-border);border-radius:var(--radius-full);transition:border-color var(--transition);outline:none;flex:1;min-width:0;min-height:42px;padding:.6rem 1rem;font-size:.88rem}.Chatbot-module__TlBrQq__input:focus{border-color:var(--clr-sky-400);background:var(--clr-white)}.Chatbot-module__TlBrQq__input::placeholder{color:var(--clr-text-muted);font-size:.82rem}.Chatbot-module__TlBrQq__input:disabled{opacity:.6;cursor:not-allowed}.Chatbot-module__TlBrQq__sendBtn{border-radius:var(--radius-full);background:var(--clr-sky-600);width:42px;height:42px;color:var(--clr-white);transition:background var(--transition),transform var(--transition);cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Chatbot-module__TlBrQq__sendBtn svg{width:16px;height:16px}.Chatbot-module__TlBrQq__sendBtn:hover:not(:disabled){background:var(--clr-sky-700);transform:scale(1.05)}.Chatbot-module__TlBrQq__sendBtn:disabled{background:var(--clr-sky-200);cursor:not-allowed}.Chatbot-module__TlBrQq__limitMsg{color:var(--clr-text-muted);text-align:center;padding:var(--space-2);flex:1;font-size:.82rem}.Chatbot-module__TlBrQq__limitMsg a{color:var(--clr-sky-600);font-weight:700;text-decoration:none}.Chatbot-module__TlBrQq__counter{text-align:center;color:var(--clr-text-muted);padding:var(--space-1)var(--space-4)var(--space-2);background:var(--clr-white);border-top:1px solid var(--clr-border);font-size:.7rem}
