:root{--orange:#FF6B9D;--orange-dark:#E84580;--orange-light:#FFF0F5;--amber:#FFD93D;--dark:#2D1B4E;--text:#3c3a47;--text-light:#6b6878;--white:#ffffff;--bg-light:#FAFAFE;--border:rgba(0,0,0,0.08);--shadow-sm:0 2px 8px rgba(0,0,0,0.08);--shadow-md:0 8px 32px rgba(0,0,0,0.10);--shadow-lg:0 24px 64px rgba(0,0,0,0.12);--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--transition:all 0.25s ease;--font:'Quicksand',Helvetica,Arial,sans-serif;--sky:#00BCD4;--lime:#4CAF50;--sunny:#FFD93D}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);background:var(--white);line-height:1.7;font-size:16px;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--orange);text-decoration:none;transition:var(--transition)}a:hover{opacity:.85}ul{list-style:none}h1,h2,h3,h4,h5,h6{color:var(--dark);font-weight:700;line-height:1.2}.container{width:90%;max-width:1140px;margin:0 auto}.text-center{text-align:center}.text-orange{color:var(--orange)}.section-pad{padding:80px 0}.bg-light{background:var(--bg-light)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 28px;border-radius:100px;font-family:var(--font);font-weight:700;font-size:15px;cursor:pointer;border:2px solid transparent;transition:var(--transition);text-decoration:none;white-space:nowrap}.btn-primary{background:var(--orange);color:var(--white);border-color:var(--orange)}.btn-primary:hover{background:var(--orange-dark);border-color:var(--orange-dark);opacity:1;transform:translateY(-2px);box-shadow:0 8px 24px rgba(255,107,157,.35)}.btn-outline{background:0 0;color:var(--dark);border-color:rgba(45,27,78,.2)}.btn-outline:hover{border-color:var(--dark);background:rgba(45,27,78,5%);opacity:1;transform:translateY(-2px)}.btn-white{background:var(--white);color:var(--orange);border-color:var(--white)}.btn-white:hover{background:var(--orange-light);opacity:1;transform:translateY(-2px)}.btn-outline-white{background:0 0;color:var(--white);border-color:rgba(255,255,255,.5)}.btn-outline-white:hover{border-color:var(--white);background:rgba(255,255,255,.1);opacity:1;transform:translateY(-2px)}.btn-lg{padding:16px 36px;font-size:16px}.section-tag{display:inline-block;background:var(--orange-light);color:#c2185b;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:6px 16px;border-radius:100px;margin-bottom:16px}.section-header{margin-bottom:56px}.section-header h2{font-size:42px;margin-bottom:16px}.section-desc{font-size:18px;color:var(--text-light);max-width:560px;margin:0 auto}.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);transition:box-shadow .3s ease}.site-header.scrolled{box-shadow:var(--shadow-md)}.header-inner{display:flex;align-items:center;gap:40px;padding:14px 0}.logo{display:flex;align-items:center;gap:12px;flex-shrink:0;color:var(--dark)!important}.logo img{width:44px;height:44px;border-radius:10px;object-fit:cover}.logo-text{font-size:22px;font-weight:700;color:var(--dark)}.main-nav{flex:1}.main-nav ul{display:flex;align-items:center;gap:8px}.main-nav a{display:block;padding:8px 16px;border-radius:8px;font-weight:600;font-size:15px;color:var(--text);transition:var(--transition)}.main-nav a:hover,.main-nav a.active{color:var(--orange);background:var(--orange-light);opacity:1}.nav-cta{margin-left:auto;flex-shrink:0}.hamburger{display:none;flex-direction:column;gap:5px;background:0 0;border:none;cursor:pointer;padding:8px;margin-left:auto}.hamburger span{display:block;width:24px;height:2px;background:var(--dark);border-radius:2px;transition:var(--transition)}.mobile-menu{display:none;background:var(--white);border-top:1px solid var(--border);padding:20px}.mobile-menu ul{display:flex;flex-direction:column;gap:8px}.mobile-menu a{display:block;padding:12px 16px;border-radius:10px;font-weight:600;color:var(--text)}.mobile-menu a:hover{color:var(--orange);background:var(--orange-light);opacity:1}.mobile-menu .btn{justify-content:center;margin-top:8px}.mobile-menu.open{display:block}.hero{position:relative;background:linear-gradient(135deg,#FF6B9D 0%,#00BCD4 50%,#FFD93D 100%);overflow:hidden;padding:80px 0 0}.hero-bg-shapes{position:absolute;inset:0;pointer-events:none;overflow:hidden}.shape{position:absolute;border-radius:50%;background:rgba(255,255,255,.1)}.shape-1{width:600px;height:600px;top:-200px;right:-100px}.shape-2{width:300px;height:300px;bottom:100px;left:-80px;background:rgba(255,255,255,7%)}.shape-3{width:150px;height:150px;top:60px;left:40%;background:rgba(255,255,255,8%)}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}.hero-badge{display:inline-block;background:rgba(255,255,255,.25);color:var(--white);font-size:13px;font-weight:700;padding:8px 18px;border-radius:100px;border:1px solid rgba(255,255,255,.35);margin-bottom:20px;backdrop-filter:blur(8px)}.hero h1{font-size:60px;color:var(--white);line-height:1.1;margin-bottom:24px}.hero-subtitle{font-size:18px;color:rgba(255,255,255,.92);line-height:1.7;margin-bottom:36px;max-width:520px}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:48px}.hero-stats{display:flex;align-items:center;gap:24px;background:rgba(255,255,255,.18);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.25);border-radius:var(--radius-md);padding:16px 24px;width:fit-content}.stat{text-align:center}.stat-num{display:block;font-size:28px;font-weight:700;color:var(--white);line-height:1}.stat-label{font-size:12px;color:rgba(255,255,255,.85);font-weight:600}.stat-divider{width:1px;height:40px;background:rgba(255,255,255,.3)}.hero-image{display:flex;justify-content:flex-end;padding-bottom:60px}.hero-img-wrap{border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 32px 80px rgba(0,0,0,.25);max-width:520px;width:100%}.hero-img-wrap img{width:100%;height:auto;object-fit:cover}.hero-wave{line-height:0;margin-top:-2px}.hero-wave svg{display:block;width:100%;height:80px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-text p{color:var(--text);font-size:16px;margin-bottom:20px}.about-features{display:flex;flex-direction:column;gap:16px;margin:32px 0}.feature-item{display:flex;align-items:flex-start;gap:16px;padding:16px 20px;background:var(--bg-light);border-radius:var(--radius-sm);border:1px solid var(--border)}.feature-icon{font-size:24px;flex-shrink:0}.feature-item strong{display:block;color:var(--dark);font-size:15px;margin-bottom:2px}.feature-item span{font-size:14px;color:var(--text-light)}.about-visual{display:flex;align-items:center;justify-content:center}.about-card-wrap{display:flex;flex-direction:column;gap:20px;max-width:340px}.about-highlight-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);padding:28px;box-shadow:var(--shadow-md)}.about-highlight-card .highlight-icon{font-size:40px;margin-bottom:12px}.about-highlight-card h3{font-size:20px;margin-bottom:8px}.about-highlight-card p{font-size:14px;color:var(--text-light);margin:0}.card-offset{margin-left:40px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px}.service-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:36px 28px;position:relative;transition:var(--transition);box-shadow:var(--shadow-sm)}.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:var(--orange)}.service-card.featured{background:var(--dark);border-color:var(--dark);color:var(--white)}.service-card.featured h3{color:var(--white)}.service-card.featured p{color:rgba(255,255,255,.75)}.service-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--orange);color:var(--white);font-size:12px;font-weight:700;padding:4px 16px;border-radius:100px;white-space:nowrap}.service-emoji{font-size:48px;margin-bottom:16px}.service-card h3{font-size:22px;margin-bottom:12px}.service-card p{color:var(--text-light);font-size:15px;line-height:1.7;margin-bottom:20px}.service-link{color:var(--orange);font-weight:700;font-size:14px;display:inline-flex;align-items:center;gap:4px;transition:var(--transition)}.service-link:hover{gap:8px;opacity:1}.service-card.featured .service-link{color:var(--amber)}.services-cta{margin-top:16px}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.why-item{padding:32px 24px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--white);transition:var(--transition)}.why-item:hover{border-color:var(--orange);box-shadow:var(--shadow-md);transform:translateY(-4px)}.why-num{font-size:48px;font-weight:700;color:var(--orange);opacity:.2;line-height:1;margin-bottom:16px}.why-item h3{font-size:18px;margin-bottom:10px}.why-item p{font-size:14px;color:var(--text-light)}.cta-section{position:relative;background:linear-gradient(135deg,var(--dark) 0%,#4A2D7A 100%);padding:100px 0;overflow:hidden}.cta-bg-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(255,107,157,.2) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(0,188,212,.15) 0%,transparent 50%)}.cta-section .container{position:relative;z-index:1}.cta-section h2{color:var(--white);font-size:48px;margin-bottom:20px}.cta-section p{color:rgba(255,255,255,.8);font-size:18px;max-width:580px;margin:0 auto 40px}.cta-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.area-grid{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:32px}.area-tag{background:var(--white);border:2px solid var(--border);border-radius:100px;padding:10px 22px;font-size:14px;font-weight:600;color:var(--dark);transition:var(--transition);cursor:default}.area-tag:hover{border-color:var(--orange);color:var(--orange)}.area-note{color:var(--text-light);font-size:15px;margin-top:8px}.site-footer{background:var(--dark);color:rgba(255,255,255,.8);padding-top:64px}.footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;padding-bottom:48px}.footer-brand .logo{color:var(--white)!important;margin-bottom:16px}.footer-brand .logo-text{color:var(--white)}.footer-brand p{font-size:14px;color:rgba(255,255,255,.6);max-width:280px}.footer-nav h3,.footer-contact h3{color:var(--white);font-size:15px;margin-bottom:20px;font-weight:700}.footer-nav ul{display:flex;flex-direction:column;gap:10px}.footer-nav a{color:rgba(255,255,255,.65);font-size:14px}.footer-nav a:hover{color:var(--orange);opacity:1}.footer-contact p{font-size:14px;color:rgba(255,255,255,.65);margin-bottom:10px}.footer-contact a{color:var(--orange)}.footer-bottom{border-top:1px solid rgba(255,255,255,8%);padding:20px 0}.footer-bottom p{font-size:13px;color:rgba(255,255,255,.5);text-align:center}.footer-bottom a{color:rgba(255,255,255,.5)}.footer-bottom a:hover{color:var(--orange);opacity:1}.page-hero{background:linear-gradient(135deg,#FF6B9D 0%,#00BCD4 50%,#FFD93D 100%);padding:80px 0 60px;text-align:center;position:relative;overflow:hidden}.page-hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:60px;background:var(--white);clip-path:ellipse(55% 100% at 50% 100%)}.bg-light .page-hero::after{background:var(--bg-light)}.page-hero h1{color:var(--white);font-size:52px;margin-bottom:16px}.page-hero p{color:rgba(255,255,255,.92);font-size:18px;max-width:560px;margin:0 auto}.page-hero-badge{display:inline-block;background:rgba(255,255,255,.25);color:var(--white);font-size:13px;font-weight:700;padding:6px 16px;border-radius:100px;margin-bottom:20px}.breadcrumb{font-size:14px;color:rgba(255,255,255,.7);margin-bottom:16px}.breadcrumb a{color:rgba(255,255,255,.9)}.breadcrumb span{margin:0 8px}.pricing-highlight{background:var(--orange-light);border:2px solid var(--orange);border-radius:var(--radius-md);padding:24px 32px;display:flex;gap:32px;flex-wrap:wrap;align-items:center;justify-content:center;margin-bottom:56px}.pricing-highlight-item{display:flex;align-items:center;gap:12px}.pricing-highlight-item .phi-icon{font-size:28px}.pricing-highlight-item strong{display:block;color:var(--dark);font-size:16px}.pricing-highlight-item span{font-size:14px;color:var(--text-light)}.pricing-divider{width:1px;height:40px;background:rgba(255,107,157,.3)}.inflatables-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.inflatable-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:var(--transition)}.inflatable-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:rgba(255,107,157,.3)}.inflatable-img{width:100%;height:200px;object-fit:cover;background:linear-gradient(135deg,var(--orange-light),var(--orange));display:flex;align-items:center;justify-content:center;font-size:80px}.inflatable-body{padding:24px}.inflatable-body h3{font-size:20px;margin-bottom:10px}.inflatable-body p{font-size:14px;color:var(--text-light);margin-bottom:16px}.inflatable-features{display:flex;gap:8px;flex-wrap:wrap}.feature-tag{background:var(--bg-light);border:1px solid var(--border);border-radius:100px;padding:4px 12px;font-size:12px;font-weight:600;color:var(--text)}.pricing-tables-section{background:var(--bg-light)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.pricing-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);padding:36px 28px;text-align:center;box-shadow:var(--shadow-sm);position:relative;transition:var(--transition)}.pricing-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.pricing-card.popular{background:var(--dark);border-color:var(--dark);transform:scale(1.04)}.pricing-card.popular:hover{transform:scale(1.04)translateY(-4px)}.popular-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--orange);color:var(--white);font-size:12px;font-weight:700;padding:5px 18px;border-radius:100px}.pricing-card h3{font-size:18px;margin-bottom:8px}.pricing-card.popular h3{color:var(--white)}.pricing-price{font-size:52px;font-weight:700;color:var(--orange);line-height:1;margin:16px 0 4px}.pricing-price sup{font-size:24px;vertical-align:super}.pricing-price span{font-size:16px;color:var(--text-light);font-weight:500}.pricing-card.popular .pricing-price span{color:rgba(255,255,255,.6)}.pricing-subtitle{font-size:13px;color:var(--text-light);margin-bottom:24px}.pricing-card.popular .pricing-subtitle{color:rgba(255,255,255,.6)}.pricing-features{display:flex;flex-direction:column;gap:12px;margin-bottom:28px;text-align:left}.pricing-feature{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text)}.pricing-card.popular .pricing-feature{color:rgba(255,255,255,.85)}.pricing-feature-check{color:var(--orange);font-weight:700;flex-shrink:0}.delivery-note{background:var(--orange-light);border:2px dashed var(--orange);border-radius:var(--radius-md);padding:24px 32px;text-align:center;margin-top:40px}.delivery-note h3{color:var(--dark);margin-bottom:12px;font-size:22px}.delivery-note p{color:var(--text-light);margin-bottom:8px;font-size:15px}.occasions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.occasion-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);padding:28px 20px;text-align:center;transition:var(--transition)}.occasion-card:hover{border-color:var(--orange);transform:translateY(-4px);box-shadow:var(--shadow-md)}.occasion-icon{font-size:40px;margin-bottom:12px}.occasion-card h3{font-size:16px;color:var(--dark)}.contact-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:60px;align-items:start}.contact-info-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:40px;box-shadow:var(--shadow-md)}.contact-info-card h2{font-size:28px;margin-bottom:12px}.contact-info-card>p{color:var(--text-light);font-size:15px;margin-bottom:32px}.contact-detail{display:flex;gap:16px;align-items:flex-start;margin-bottom:24px}.contact-detail-icon{width:48px;height:48px;background:var(--orange-light);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.contact-detail-text strong{display:block;color:var(--dark);font-size:15px;margin-bottom:4px}.contact-detail-text span{font-size:14px;color:var(--text-light)}.contact-hours{background:var(--bg-light);border-radius:var(--radius-md);padding:24px;margin-top:24px}.contact-hours h3{font-size:16px;margin-bottom:16px}.hours-row{display:flex;justify-content:space-between;font-size:14px;padding:6px 0;border-bottom:1px solid var(--border)}.hours-row:last-child{border-bottom:none}.hours-row span:first-child{color:var(--text-light)}.hours-row span:last-child{font-weight:600;color:var(--dark)}.contact-form-wrap{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:48px;box-shadow:var(--shadow-md)}.contact-form-wrap h2{font-size:28px;margin-bottom:8px}.contact-form-wrap>p{color:var(--text-light);font-size:15px;margin-bottom:32px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group.full{grid-column:1/-1}.form-group label{font-size:14px;font-weight:700;color:var(--dark)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:14px 18px;border:2px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font);font-size:15px;color:var(--dark);background:var(--white);transition:var(--transition);outline:none}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--orange);box-shadow:0 0 0 4px rgba(255,107,157,.1)}.form-group textarea{resize:vertical;min-height:140px}.form-submit{margin-top:8px}.form-submit .btn{width:100%;justify-content:center;padding:18px;font-size:16px}.form-note{font-size:13px;color:var(--text-light);text-align:center;margin-top:12px}@media(max-width:1024px){.why-grid{grid-template-columns:repeat(2,1fr)}.occasions-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}@media(max-width:860px){.hero-inner{grid-template-columns:1fr;text-align:center}.hero h1{font-size:42px}.hero-subtitle{margin:0 auto 32px}.hero-actions{justify-content:center}.hero-stats{margin:0 auto}.hero-image{justify-content:center;padding-bottom:0}.hero-img-wrap{max-width:100%}.about-grid{grid-template-columns:1fr;gap:40px}.card-offset{margin-left:0}.about-card-wrap{flex-direction:row;max-width:100%}.about-highlight-card{flex:1}.services-grid{grid-template-columns:1fr}.inflatables-grid{grid-template-columns:1fr}.pricing-grid{grid-template-columns:1fr}.pricing-card.popular{transform:scale(1)}.contact-grid{grid-template-columns:1fr}.section-header h2{font-size:32px}.cta-section h2{font-size:36px}.page-hero h1{font-size:36px}}@media(max-width:680px){.nav-cta{display:none}.main-nav{display:none}.hamburger{display:flex}.header-inner{gap:16px}.section-pad{padding:56px 0}.hero{padding:56px 0 0}.hero h1{font-size:34px}.why-grid{grid-template-columns:1fr}.about-card-wrap{flex-direction:column}.form-grid{grid-template-columns:1fr}.form-group.full{grid-column:1}.footer-inner{grid-template-columns:1fr;gap:32px}.pricing-highlight{flex-direction:column;gap:16px;text-align:center}.pricing-divider{width:40px;height:1px}.hero-stats{flex-direction:column;gap:12px}.stat-divider{width:40px;height:1px}}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.product-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition);position:relative;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:rgba(255,107,157,.4)}.product-card--mega{grid-column:span 3;flex-direction:row}.product-card--mega .product-img-wrap{flex:0 0 45%;min-height:280px}.product-card--mega .product-img-wrap img{height:100%;object-fit:cover}.product-card--mega .product-body{flex:1;display:flex;flex-direction:column;justify-content:center}.product-number{position:absolute;top:16px;left:16px;background:var(--dark);color:var(--white);font-size:12px;font-weight:700;padding:4px 12px;border-radius:100px;z-index:1;letter-spacing:.5px}.product-number--featured{background:var(--orange)}.product-img-wrap{width:100%;overflow:hidden;background:var(--bg-light);position:relative}.product-img-wrap img{width:100%;height:220px;object-fit:cover;display:block;transition:transform .4s ease}.product-card:hover .product-img-wrap img{transform:scale(1.04)}.product-body{padding:24px;flex:1;display:flex;flex-direction:column;gap:12px}.product-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.product-header h3{font-size:18px;color:var(--dark);flex:1}.product-price{font-size:28px;font-weight:700;color:var(--orange);white-space:nowrap;flex-shrink:0}.product-price span{font-size:13px;color:var(--text-light);font-weight:500}.product-price--featured{font-size:32px}.product-dims{margin-top:-4px}.dim-badge{display:inline-block;background:var(--bg-light);border:1px solid var(--border);color:var(--text);font-size:13px;font-weight:600;padding:5px 14px;border-radius:6px}.product-desc{font-size:14px;color:var(--text-light);line-height:1.7;flex:1}.product-tags{display:flex;flex-wrap:wrap;gap:6px}.ptag{background:var(--orange-light);color:var(--orange-dark);font-size:12px;font-weight:600;padding:3px 10px;border-radius:100px}.product-btn{margin-top:8px;width:100%;justify-content:center}.popular-inline{font-size:13px;color:var(--orange);font-weight:700;white-space:nowrap}.popular-inline--mega{color:var(--amber)}.price-table-wrap{overflow-x:auto;margin-bottom:40px;border-radius:var(--radius-md);box-shadow:var(--shadow-md)}.price-table{width:100%;border-collapse:collapse;background:var(--white);font-size:15px}.price-table thead th{background:var(--dark);color:var(--white);padding:16px 20px;text-align:left;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.price-table tbody tr{border-bottom:1px solid var(--border);transition:background .15s ease}.price-table tbody tr:hover{background:var(--bg-light)}.price-table tbody tr:last-child{border-bottom:none}.price-table td{padding:14px 20px;color:var(--text)}.num-cell{color:var(--text-light);font-weight:700;width:40px;text-align:center}.dim-cell{font-size:13px;color:var(--text-light);font-family:monospace}.price-cell{font-size:18px;font-weight:700;color:var(--orange)}.price-cell--big{font-size:22px}.row-featured{background:var(--orange-light)!important}.row-mega{background:#fff8e1!important}.btn-sm-book{display:inline-block;padding:6px 16px;background:var(--orange);color:var(--white);border-radius:100px;font-size:13px;font-weight:700;white-space:nowrap;transition:var(--transition)}.btn-sm-book:hover{background:var(--orange-dark);opacity:1;transform:translateX(2px)}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(2,1fr)}.product-card--mega{grid-column:span 2}}@media(max-width:680px){.product-grid{grid-template-columns:1fr}.product-card--mega{grid-column:span 1;flex-direction:column}.product-card--mega .product-img-wrap{flex:none;min-height:auto}.product-card--mega .product-img-wrap img{height:220px}.price-table{font-size:13px}.price-table thead th,.price-table td{padding:10px 12px}.dim-cell{display:none}}.rental-pricing-section{background:var(--white)}.rental-policy-bar{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;background:var(--orange-light);border:2px solid var(--orange);border-radius:var(--radius-md);padding:18px 32px;margin-bottom:40px;font-size:15px;font-weight:700;color:#6a1039}.rp-item{white-space:nowrap}.rp-divider{width:1px;height:20px;background:rgba(255,107,157,.4);flex-shrink:0}.rental-list{display:flex;flex-direction:column;gap:0;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}.rental-item{display:flex;align-items:center;justify-content:space-between;padding:20px 28px;background:var(--white);border-bottom:1px solid var(--border);gap:20px;position:relative;transition:background .15s ease}.rental-item:last-child{border-bottom:none}.rental-item:hover{background:var(--bg-light)}.rental-item--featured{background:#fff0f5}.rental-item--featured:hover{background:#ffe0eb}.rental-item--mega{background:#fff8e1}.rental-item--mega:hover{background:#fff0c8}.ri-badge{display:inline-block;background:var(--orange);color:var(--white);font-size:11px;font-weight:700;padding:2px 10px;border-radius:100px;vertical-align:middle;line-height:1.6}.ri-badge--mega{background:#c06000}.ri-left{display:flex;align-items:center;gap:20px;flex:1;min-width:0}.ri-thumb{width:90px;height:70px;border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0;background:var(--bg-light)}.ri-thumb img{width:100%;height:100%;object-fit:cover;display:block}.ri-thumb--wide{width:110px}.ri-info{min-width:0}.ri-num{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--orange);margin-bottom:4px}.ri-name{font-size:18px;font-weight:700;color:var(--dark);margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ri-dims{font-size:13px;color:var(--text-light);font-family:monospace;font-weight:600;letter-spacing:.3px}.ri-right{display:flex;align-items:center;gap:16px;flex-shrink:0;text-align:right}.ri-price{font-size:32px;font-weight:700;color:var(--orange);line-height:1}.ri-price--big{font-size:40px}.ri-period{font-size:12px;color:var(--text-light);white-space:nowrap;margin-top:2px;margin-right:4px}.ri-btn{padding:10px 22px;font-size:14px;white-space:nowrap}.rental-contact-bar{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;margin-top:32px;padding:16px 28px;background:var(--dark);border-radius:var(--radius-md);font-size:14px;color:rgba(255,255,255,.8)}.rental-contact-bar a{color:var(--amber)}.rental-contact-bar a:hover{color:var(--orange);opacity:1}.rental-contact-bar .rp-divider{background:rgba(255,255,255,.2);height:18px}@media(max-width:768px){.rental-item{padding:16px 20px;gap:14px}.ri-thumb{width:68px;height:54px}.ri-name{font-size:15px;white-space:normal}.ri-price{font-size:24px}.ri-price--big{font-size:28px}.ri-btn{padding:8px 14px;font-size:13px}.rental-policy-bar{gap:10px;font-size:13px;padding:14px 18px;flex-direction:column;text-align:center}.rental-policy-bar .rp-divider{display:none}}@media(max-width:520px){.rental-item{flex-wrap:wrap}.ri-left{width:100%}.ri-right{width:100%;justify-content:flex-end}.rental-contact-bar{flex-direction:column;gap:8px;text-align:center}.rental-contact-bar .rp-divider{display:none}}.skip-link{position:absolute;top:-100px;left:0;background:var(--orange);color:var(--white);padding:10px 20px;font-weight:700;font-size:14px;z-index:9999;border-radius:0 0 8px 0;text-decoration:none;transition:top .2s}.skip-link:focus{top:0;outline:3px solid var(--dark)}