@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,600&display=swap";:root{--primary: #2f94dc;--primary-hover: #217ebf;--primary-dark: #165f96;--primary-light: #d4eefc;--primary-subtle: #f2f9fe;--accent: #f0780c;--accent-hover: #d46208;--accent-light: #ffe9cc;--gold: #fcb400;--turquoise: #5eb4f5;--turquoise-hover: #3d9ee6;--turquoise-light: #dff1fd;--success: #10b981;--success-light: #d1fae5;--warning: #fcb400;--warning-light: #fff3c4;--danger: #ef4444;--danger-light: #fee2e2;--bg-main: #f7fbfe;--bg-surface: #ffffff;--bg-surface-elevated: #ffffff;--bg-surface-alt: #eef6fc;--bg-card: #ffffff;--bg-dark: #1e6bab;--bg-dark-surface: #2a7ec0;--text-main: #0f172a;--text-muted: #64748b;--text-subtle: #94a3b8;--text-inverse: #ffffff;--text-on-dark: #ffffff;--text-on-dark-muted: #ffffff;--text-on-dark-accent: #fff3a3;--text-brand: #165f96;--border-light: #d7ebf7;--border-medium: #b5d7ee;--border-focus: #5eb4f5;--font-heading: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-body: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 20px;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .07), 0 2px 4px -2px rgb(0 0 0 / .05);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .08), 0 4px 6px -4px rgb(0 0 0 / .04);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .05);--shadow-glow: 0 0 25px rgba(47, 148, 220, .28);--shadow-glow-accent: 0 0 25px rgba(240, 120, 12, .35);--container-max: 1280px;--header-height: 88px;--topbar-height: 38px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);color:var(--text-main);background-color:var(--bg-main);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-main);line-height:1.2;font-weight:700;letter-spacing:-.02em}h1{font-size:clamp(2.2rem,4vw,3.5rem);font-weight:800}h2{font-size:clamp(1.75rem,3vw,2.5rem)}h3{font-size:clamp(1.25rem,2vw,1.75rem)}h4{font-size:1.25rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}a{color:var(--primary);text-decoration:none;transition:color .2s ease,transform .2s ease}a:hover{color:var(--primary-hover)}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font-family:inherit;font-size:inherit}button{cursor:pointer;border:none;background:none;transition:all .2s ease}.container{width:100%;max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.main-content{flex:1}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-accent{color:var(--accent)}.text-primary{color:var(--primary)}.text-muted{color:var(--text-muted)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.badge{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-full)}.badge-primary{background-color:var(--primary-light);color:var(--primary-dark)}.badge-accent{background-color:var(--accent-light);color:var(--accent)}.badge-success{background-color:var(--success-light);color:#065f46}.badge-warning{background-color:var(--warning-light);color:#92400e}.top-bar{background:var(--bg-dark);color:var(--text-on-dark);font-size:.85rem;font-weight:600;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.18)}.top-bar .container{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:.75rem;max-width:none;padding-left:1rem;padding-right:1.25rem}.top-bar-links{display:flex;align-items:center;gap:1.25rem}.top-bar-links a{color:var(--text-on-dark);display:flex;align-items:center;gap:.4rem;font-size:.825rem;font-weight:600}.top-bar-links a:hover{color:var(--text-on-dark-accent)}.site-header{position:sticky;top:0;z-index:100;background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);box-shadow:var(--shadow-sm)}.nav-container{position:relative;display:flex;align-items:center;justify-content:space-between;height:var(--header-height);max-width:none;padding-left:1rem;padding-right:1.25rem;gap:1.25rem}.brand-logo{display:flex;align-items:center;gap:.75rem;font-family:var(--font-heading);font-size:1.4rem;font-weight:800;color:var(--text-main)}.site-header .brand-logo{position:relative;z-index:2;flex-shrink:0;margin-left:3rem;margin-right:.25rem}.site-header .brand-logo img{height:72px;width:auto;object-fit:contain;display:block}.logo-badge{background:linear-gradient(135deg,var(--primary) 0%,var(--turquoise) 100%);color:#fff;width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;box-shadow:0 4px 10px #2f94dc4d}.logo-text{display:flex;flex-direction:column;line-height:1.1}.logo-text span:first-child{letter-spacing:-.03em}.logo-text span:last-child{font-size:.7rem;font-weight:700;color:var(--accent);letter-spacing:.15em;text-transform:uppercase}.site-footer .logo-text,.site-footer .logo-text span:first-child{color:var(--text-on-dark)}.site-footer .logo-text span:last-child{color:var(--text-on-dark-accent)}.nav-links{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;list-style:none;gap:1.1rem;z-index:1}.nav-links li{flex-shrink:0}.nav-link{color:var(--text-main);font-weight:800;font-size:1.05rem;padding:.5rem 0;position:relative;white-space:nowrap}.nav-link:hover,.nav-link.active{color:var(--primary)}.nav-link.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--primary);border-radius:2px}.header-actions{position:relative;z-index:2;display:flex;align-items:center;flex-shrink:0;margin-left:auto;gap:1rem}.cart-button-trigger{display:flex;align-items:center;gap:.6rem;background:var(--primary-light);color:var(--primary-dark);padding:.55rem 1rem;border-radius:var(--radius-full);font-weight:700;font-size:.9rem;border:1px solid rgba(47,148,220,.22);transition:all .2s ease}.cart-button-trigger:hover{background:var(--primary);color:#fff;transform:translateY(-1px);box-shadow:var(--shadow-md)}.cart-badge-count{background:var(--accent);color:#fff;width:22px;height:22px;border-radius:50%;font-size:.75rem;display:flex;align-items:center;justify-content:center;font-weight:800}.mobile-menu-btn{display:none;font-size:1.5rem;color:var(--text-main);padding:.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:700;font-size:.95rem;border-radius:var(--radius-md);transition:all .2s cubic-bezier(.4,0,.2,1);text-decoration:none;line-height:1.2}.btn-sm{padding:.45rem .9rem;font-size:.825rem;border-radius:var(--radius-sm)}.btn-lg{padding:1rem 2rem;font-size:1.05rem;border-radius:var(--radius-lg)}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 4px 14px #2f94dc4d}.btn-primary:hover{background:var(--primary-hover);color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #2f94dc66}.btn-accent{background:linear-gradient(180deg,#fcb400,#f0780c);color:#fff;box-shadow:0 4px 14px #f0780c59}.btn-accent:hover{background:linear-gradient(180deg,#f09c0c,#d46208);color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #f0780c80}.btn-outline{border:2px solid var(--border-medium);color:var(--text-main);background:transparent}.btn-outline:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-subtle)}.btn-white{background:#fff;color:var(--primary-dark);box-shadow:var(--shadow-md)}.btn-white:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-whatsapp{background:#25d366;color:#fff}.btn-whatsapp:hover{background:#1eb956;color:#fff;transform:translateY(-2px)}.product-card{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border-light);overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;height:100%;position:relative}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-xl);border-color:var(--border-medium)}.card-img-wrap{position:relative;width:100%;height:230px;background:#f1f5f9;overflow:hidden}.card-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .card-img-wrap img{transform:scale(1.05)}.category-tile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(148px,168px));gap:.85rem;justify-content:start}.category-tile{display:block;max-width:168px;background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);overflow:hidden;text-decoration:none;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.category-tile:hover{border-color:var(--border-medium);box-shadow:var(--shadow-md)}.category-tile-photo{height:104px;background:#e2e8f0;overflow:hidden}.category-tile-photo img{width:100%;height:100%;object-fit:cover;display:block}.category-tile-body{padding:.65rem .75rem .75rem}.category-tile-body h4{color:var(--text-main);font-size:.92rem;margin:0 0 .15rem}.category-tile-body p{font-size:.75rem;color:var(--text-muted);margin:0}@media (prefers-reduced-motion: reduce){.category-tile{transition:none}}.card-badge{position:absolute;top:.75rem;left:.75rem;z-index:2}.card-availability-chip{position:absolute;bottom:.75rem;right:.75rem;background:#0f172acc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#34d399;padding:.25rem .6rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:700;display:flex;align-items:center;gap:.35rem}.card-body{padding:1.25rem;display:flex;flex-direction:column;flex:1;min-width:0}.card-category{font-size:.75rem;font-weight:700;text-transform:uppercase;color:var(--primary);letter-spacing:.05em;margin-bottom:.25rem}.card-title{font-size:1.15rem;font-weight:700;color:var(--text-main);margin-bottom:.5rem;line-height:1.3}.card-specs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.spec-pill{font-size:.75rem;color:var(--text-muted);background:var(--bg-surface-alt);padding:.2rem .5rem;border-radius:var(--radius-sm)}.card-pricing{margin-top:auto;padding-top:1rem;border-top:1px solid var(--border-light);display:flex;flex-direction:column;align-items:stretch;gap:.75rem;min-width:0}.price-box{display:flex;flex-direction:column;min-width:0;width:100%}.card-actions{display:flex;gap:.5rem;width:100%}.card-actions .btn{flex:1 1 0;min-width:0}.price-label{font-size:.7rem;text-transform:uppercase;color:var(--text-muted);font-weight:600}.price-val{font-size:1.35rem;font-weight:800;color:var(--primary-dark);font-family:var(--font-heading);overflow-wrap:anywhere;line-height:1.15}.price-unit{font-size:.8rem;font-weight:500;color:var(--text-muted)}.cart-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;opacity:0;visibility:hidden;transition:all .3s ease}.cart-drawer-backdrop.active{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:480px;background:#fff;z-index:201;box-shadow:-10px 0 30px #00000026;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.16,1,.3,1)}.cart-drawer.active{transform:translate(0)}.cart-drawer-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-light);display:flex;align-items:center;justify-content:space-between;background:var(--bg-surface-alt)}.cart-drawer-header h3{font-size:1.2rem;display:flex;align-items:center;gap:.5rem}.close-drawer-btn{background:#fff;border:1px solid var(--border-light);width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:var(--text-muted)}.close-drawer-btn:hover{background:#fee2e2;color:#ef4444}.cart-date-banner{background:var(--primary-subtle);border-bottom:1px solid var(--primary-light);padding:.75rem 1.5rem;font-size:.85rem;display:flex;align-items:center;justify-content:space-between}.cart-items-scroll{flex:1;overflow-y:auto;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.cart-item-card{display:flex;gap:1rem;padding:1rem;border:1px solid var(--border-light);border-radius:var(--radius-md);background:var(--bg-main);position:relative}.cart-item-img{width:75px;height:75px;border-radius:var(--radius-sm);object-fit:cover;background:#fff}.cart-item-details{flex:1;display:flex;flex-direction:column}.cart-item-title{font-size:.95rem;font-weight:700;margin-bottom:.25rem}.cart-item-meta{font-size:.8rem;color:var(--text-muted);margin-bottom:.5rem}.cart-item-price-row{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.cart-item-price{font-weight:800;color:var(--primary-dark)}.remove-cart-item{color:var(--text-subtle);font-size:.8rem;padding:.25rem}.remove-cart-item:hover{color:var(--danger)}.cart-drawer-footer{padding:1.25rem 1.5rem;border-top:1px solid var(--border-light);background:#fff;box-shadow:0 -4px 15px #0000000d}.cart-summary-line{display:flex;justify-content:space-between;font-size:.9rem;margin-bottom:.4rem;color:var(--text-muted)}.cart-summary-line.discount{color:var(--success);font-weight:600}.cart-summary-line.total{font-size:1.15rem;font-weight:800;color:var(--text-main);border-top:1px solid var(--border-light);padding-top:.6rem;margin-top:.6rem}.deposit-callout{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:var(--radius-md);padding:.65rem .9rem;font-size:.85rem;margin:.75rem 0;display:flex;justify-content:space-between;align-items:center}.toast-container{position:fixed;bottom:2rem;right:2rem;z-index:300;display:flex;flex-direction:column;gap:.75rem}.toast{background:var(--bg-dark);color:#fff;padding:.9rem 1.25rem;border-radius:var(--radius-md);box-shadow:var(--shadow-xl);display:flex;align-items:center;gap:.75rem;min-width:300px;animation:slideInRight .3s ease;border-left:4px solid var(--accent)}.site-footer{background:var(--bg-dark);color:var(--text-on-dark);padding-top:4rem;padding-bottom:2rem;margin-top:auto;border-top:1px solid rgba(255,255,255,.08)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}.footer-brand p{color:var(--text-on-dark);font-size:.9rem;margin-top:1rem;margin-bottom:1.5rem;max-width:320px}.footer-heading{color:#fff;font-size:1.1rem;margin-bottom:1.25rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footer-links a{color:var(--text-on-dark);font-size:.9rem}.footer-links a:hover{color:#fff;padding-left:4px}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.85rem;color:var(--text-on-dark)}.footer-bottom a{color:var(--text-on-dark);text-decoration:none}.footer-bottom a:hover{color:#fff;text-decoration:underline}.legal-doc{max-width:800px}.legal-doc-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-light)}.legal-doc-header .badge{margin-bottom:.75rem}.legal-doc-header h1{margin-bottom:.5rem}.legal-doc-meta{color:var(--text-muted);font-size:.9rem;margin-bottom:1rem}.legal-doc-nav{font-size:.95rem}.legal-doc-body section{margin-bottom:1.75rem}.legal-doc-body h2{font-size:1.15rem;margin-bottom:.65rem}.legal-doc-body p,.legal-doc-body li{color:var(--text-main);line-height:1.65;font-size:.98rem}.legal-doc-body ul{margin:0;padding-left:1.25rem;display:grid;gap:.55rem}.legal-doc-source{margin-top:2rem;padding-top:1.25rem;border-top:1px solid var(--border-light);font-size:.85rem;color:var(--text-muted)}.trust-section{padding:2.5rem 0 3rem}.trust-grid{display:grid;gap:1.25rem;grid-template-areas:"heading" "guarantee" "quotes"}.trust-heading{grid-area:heading}.trust-heading .badge{margin-bottom:.75rem}.trust-heading h2{margin-bottom:0}.trust-quotes{grid-area:quotes;display:flex;flex-direction:column;gap:.85rem}.trust-quote{background:#fff;border-radius:var(--radius-lg);padding:1.15rem 1.25rem;border:1px solid var(--border-light);box-shadow:var(--shadow-md)}.trust-quote-stars{color:#f59e0b;margin-bottom:.4rem;letter-spacing:.08em}.trust-quote blockquote{font-size:.95rem;color:var(--text-main);font-style:italic;margin-bottom:.75rem;line-height:1.55}.trust-quote-author{font-weight:700;color:var(--primary);font-size:.85rem;margin-bottom:0}.trust-guarantee{grid-area:guarantee;background:var(--bg-dark);color:#fff;border-radius:var(--radius-xl);padding:1.5rem;border:1px solid rgba(255,255,255,.1)}.trust-guarantee-icon{font-size:2rem;margin-bottom:.65rem;line-height:1}.trust-guarantee h3{color:#fff;margin-bottom:1rem}.trust-guarantee ul{list-style:none;display:flex;flex-direction:column;gap:.85rem;color:#fff;font-size:.92rem}.trust-guarantee li{display:flex;gap:.7rem;align-items:flex-start}.trust-guarantee li>span:first-child{color:var(--turquoise);font-weight:700;flex-shrink:0}.trust-guarantee .btn{width:100%;margin-top:1.35rem;padding:.85rem 1rem;min-height:44px;font-size:.9rem;text-align:center}@media (min-width: 768px){.trust-quotes{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.trust-quote{padding:1.35rem}}@media (min-width: 992px){.trust-section{padding:4.5rem 0}.trust-grid{grid-template-columns:1fr 1fr;grid-template-areas:"heading guarantee" "quotes guarantee";gap:1.5rem 3rem;align-items:center}.trust-quotes{grid-template-columns:1fr;gap:1.5rem}.trust-quote{padding:1.5rem}.trust-quote blockquote{font-size:1rem}.trust-guarantee{padding:2.5rem}.trust-guarantee-icon{font-size:2.5rem;margin-bottom:1rem}.trust-guarantee ul{gap:1rem;font-size:.95rem}.trust-guarantee .btn{width:auto}}@media (max-width: 992px){.nav-links{display:none;transform:none;left:auto}.mobile-menu-btn{display:block}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 640px){.footer-grid{grid-template-columns:1fr}.top-bar{display:none}}.hero-slider-section{position:relative;overflow:hidden;background:var(--bg-dark)}.hero-slider{position:relative;width:100%;height:600px;min-height:540px}.hero-slides-wrapper{position:relative;width:100%;height:100%}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;visibility:hidden;transition:opacity .8s cubic-bezier(.4,0,.2,1),transform 1.2s cubic-bezier(.16,1,.3,1);transform:scale(1.05);display:flex;align-items:center;z-index:1}.hero-slide.active{opacity:1;visibility:visible;transform:scale(1);z-index:2}.hero-slide-content{position:relative;z-index:2;max-width:34rem;color:#fff;padding:1.5rem 1.75rem 1.65rem;background:#0a1c30b8;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);border-radius:1.1rem;box-shadow:0 18px 40px #08162847}.hero-slide-content h1,.hero-slide-content h2{color:#fff;font-size:clamp(1.85rem,3.6vw,2.75rem);margin-top:.7rem;margin-bottom:.7rem;line-height:1.15;font-weight:800}.hero-slide-content p{font-size:clamp(.98rem,1.6vw,1.12rem);color:#f8fafc;margin-bottom:1.35rem;line-height:1.55}.hero-slide-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.slider-arrow{position:absolute;top:45%;transform:translateY(-50%);z-index:10;width:48px;height:48px;border-radius:50%;background:#fff3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.3);color:#fff;font-size:1.3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.slider-arrow:hover{background:#ffffffe6;color:var(--text-main);transform:translateY(-50%) scale(1.1)}.slider-arrow.prev{left:1.5rem}.slider-arrow.next{right:1.5rem}.slider-dots{position:absolute;bottom:6rem;left:50%;transform:translate(-50%);z-index:10;display:flex;gap:.6rem}.slider-dot{width:12px;height:12px;border-radius:var(--radius-full);background:#fff6;border:none;cursor:pointer;transition:all .3s ease}.slider-dot.active{width:32px;background:var(--accent);box-shadow:0 0 10px #f0780c8c}.hero-floating-bar-wrap{position:relative;z-index:20;margin-top:-4rem;margin-bottom:2rem}.hero-booking-bar{background:#fff;border-radius:var(--radius-xl);padding:1.25rem 1.5rem;box-shadow:0 20px 40px -10px #0000002e;border:1px solid rgba(47,148,220,.18);display:grid;grid-template-columns:1.2fr 1.2fr 1.4fr auto;gap:1.25rem;align-items:center}.booking-input-group{display:flex;flex-direction:column;gap:.25rem;padding:.5rem .75rem;border-right:1px solid var(--border-light)}.booking-input-group:last-of-type{border-right:none}.booking-input-group label{font-size:.75rem;font-weight:700;text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em;display:flex;align-items:center;gap:.35rem}.booking-input-group input,.booking-input-group select{border:none;font-size:.95rem;font-weight:600;color:var(--text-main);background:transparent;outline:none;width:100%}.category-filter-bar{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:thin}.filter-chip{padding:.6rem 1.25rem;background:#fff;border:1px solid var(--border-light);border-radius:var(--radius-full);font-size:.875rem;font-weight:600;color:var(--text-muted);white-space:nowrap;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.filter-chip:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-subtle)}.filter-chip.active{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 4px 10px #2f94dc40}.configurator-layout{display:grid;grid-template-columns:1.15fr 1fr;gap:3rem;margin-top:2rem}.media-gallery{position:sticky;top:calc(var(--header-height) + 1.5rem)}.main-image-viewport{width:100%;height:480px;border-radius:var(--radius-xl);overflow:hidden;position:relative;background:#f1f5f9;border:1px solid var(--border-light)}.main-image-viewport img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.thumbnail-row{display:flex;gap:.75rem;margin-top:1rem}.thumbnail-btn{width:90px;height:70px;border-radius:var(--radius-md);overflow:hidden;border:2px solid transparent;cursor:pointer;opacity:.7;transition:all .2s ease}.thumbnail-btn img{width:100%;height:100%;object-fit:cover}.thumbnail-btn.active,.thumbnail-btn:hover{opacity:1;border-color:var(--primary);transform:translateY(-2px)}.config-section{background:#fff;border-radius:var(--radius-lg);border:1px solid var(--border-light);padding:1.5rem;margin-bottom:1.5rem}.config-title{font-size:1.05rem;font-weight:700;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.duration-pills{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.duration-pill{border:2px solid var(--border-light);border-radius:var(--radius-md);padding:.85rem .5rem;text-align:center;cursor:pointer;transition:all .2s ease}.duration-pill:hover{border-color:var(--primary)}.duration-pill.active{border-color:var(--primary);background:var(--primary-subtle)}.duration-pill .pill-time{font-weight:700;font-size:.95rem;display:block}.duration-pill .pill-price{font-size:.8rem;color:var(--text-muted)}.addon-row{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid var(--border-light)}.addon-row:last-child{border-bottom:none}.addon-info h4{font-size:.95rem;font-weight:600}.addon-info p{font-size:.8rem;color:var(--text-muted)}.addon-controls{display:flex;align-items:center;gap:.75rem}.qty-counter{display:flex;align-items:center;border:1px solid var(--border-medium);border-radius:var(--radius-md);overflow:hidden}.qty-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--bg-surface-alt);font-weight:700}.qty-btn:hover{background:var(--primary-light);color:var(--primary)}.qty-val{width:36px;text-align:center;font-weight:700;font-size:.9rem}.live-pricing-card{background:linear-gradient(180deg,#f0f9ff,#e0f2fe);border:2px solid var(--border-medium);border-radius:var(--radius-lg);padding:1.5rem;margin-top:1.5rem}.bundle-calculator{background:#fff;border-radius:var(--radius-xl);border:1px solid var(--border-light);box-shadow:var(--shadow-xl);padding:2.5rem;margin-top:3rem}.bundle-steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem}.bundle-step-card{position:relative;border:2px dashed var(--border-medium);border-radius:var(--radius-lg);padding:1.5rem;text-align:center;background:#fff;color:inherit;font:inherit;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .15s ease;display:flex;flex-direction:column;gap:.35rem;width:100%;overflow:hidden}.bundle-step-card.has-photo{padding-top:0}.bundle-step-card:hover{border-color:var(--primary);transform:translateY(-2px)}.bundle-step-card.selected{border-style:solid;border-color:var(--primary);background:var(--primary-subtle);box-shadow:0 0 0 1px var(--primary)}.bundle-step-check{position:absolute;top:.65rem;right:.65rem;width:1.5rem;height:1.5rem;border-radius:999px;background:var(--primary);color:#fff;font-size:.75rem;font-weight:800;display:none;align-items:center;justify-content:center;line-height:1;z-index:2}.bundle-step-card.selected .bundle-step-check{display:inline-flex}.bundle-step-photo{margin:0 -1.5rem .5rem;aspect-ratio:4 / 3;overflow:hidden;background:var(--bg-surface-alt, #f1f5f9)}.bundle-step-img{width:100%;height:100%;object-fit:cover;display:block}.bundle-step-icon{font-size:2rem;margin-bottom:.25rem}.bundle-step-card h4{margin:0 0 .25rem;font-size:1.05rem;line-height:1.3}.bundle-step-price{margin-top:auto;padding-top:.75rem;font-size:1.15rem;font-weight:800;color:var(--text-main)}.bundle-step-subtext{margin:0;font-size:.85rem;line-height:1.45;color:var(--text-muted)}.checkout-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:3rem;margin-top:2rem}.checkout-stepper{display:flex;justify-content:space-between;margin-bottom:2.5rem;position:relative}.checkout-stepper:before{content:"";position:absolute;top:50%;left:2rem;right:2rem;height:2px;background:var(--border-medium);z-index:1;transform:translateY(-50%)}.step-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;position:relative;z-index:2;background:var(--bg-main);padding:0 .5rem}.step-bubble{width:38px;height:38px;border-radius:50%;background:#fff;border:2px solid var(--border-medium);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;color:var(--text-muted);transition:all .2s ease}.step-item.completed .step-bubble{background:var(--success);border-color:var(--success);color:#fff}.step-item.active .step-bubble{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 0 0 5px #2f94dc33}.step-title{font-size:.8rem;font-weight:700;color:var(--text-muted)}.step-item.active .step-title{color:var(--primary)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-grid.full{grid-template-columns:1fr}.form-field{display:flex;flex-direction:column;gap:.4rem}.form-field label{font-size:.85rem;font-weight:600;color:var(--text-main)}.form-field input,.form-field select,.form-field textarea{padding:.75rem 1rem;border:1px solid var(--border-medium);border-radius:var(--radius-md);background:#fff;outline:none;transition:border-color .2s ease}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2f94dc26}.surface-pills{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.surface-pill{border:1px solid var(--border-medium);border-radius:var(--radius-md);padding:.65rem .5rem;text-align:center;font-size:.85rem;font-weight:600;cursor:pointer}.surface-pill.active{background:var(--primary-subtle);border-color:var(--primary);color:var(--primary-dark)}@media (max-width: 992px){.hero-slider{height:640px}.hero-floating-bar-wrap{margin-top:-2rem}.hero-booking-bar{grid-template-columns:1fr}.booking-input-group{border-right:none;border-bottom:1px solid var(--border-light)}.configurator-layout,.checkout-grid,.bundle-steps-grid{grid-template-columns:1fr}.surface-pills{grid-template-columns:1fr 1fr}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes pulseSubtle{0%{box-shadow:0 0 #f0780c66}70%{box-shadow:0 0 0 12px #f0780c00}to{box-shadow:0 0 #f0780c00}}@keyframes floatBubble{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(3deg)}}.animate-fade-in{animation:fadeIn .4s ease forwards}.animate-fade-up{animation:fadeInUp .5s cubic-bezier(.16,1,.3,1) forwards}.animate-pulse-cta{animation:pulseSubtle 2.5s infinite}.float-effect{animation:floatBubble 4s ease-in-out infinite}.glass-panel{background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.4)}.glass-dark{background:#0f172abf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1)}
