*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--white: #FFFFFF;--bg-gray: #E1E5EB;--bg-light: #F4F7FA;--dark: #044D6C;--text: #1A2530;--text-mid: #4A5A66;--text-muted: #8390A0;--accent: #096387;--accent-hover: #044D6C;--flame: #F4635F;--shadow-sm: 0 1px 4px rgba(0,0,0,.06), 0 2px 8px rgba(0,0,0,.04);--shadow-md: 0 4px 16px rgba(0,0,0,.08), 0 2px 6px rgba(0,0,0,.05);--shadow-lg: 0 8px 32px rgba(0,0,0,.12), 0 4px 12px rgba(0,0,0,.07);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;font-size:15px;color:var(--text);background:var(--white);max-width:430px;margin:0 auto;overflow-x:hidden;-webkit-font-smoothing:antialiased}.navbar{position:sticky;top:0;z-index:1000;background:var(--white);border-bottom:1px solid rgba(0,0,0,.07);box-shadow:0 1px 8px #0000000f;padding:0 16px;height:60px;display:flex;align-items:center;justify-content:space-between}.navbar-left{display:flex;align-items:center;gap:10px}.logo-mark{width:34px;height:34px;background:var(--dark);border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.logo-mark i{color:var(--flame);font-size:14px}.logo-text{line-height:1.2}.logo-main{font-size:13px;font-weight:700;color:var(--dark);letter-spacing:-.2px;display:block}.logo-sub{font-size:10px;font-weight:500;color:var(--text-muted);display:block}.navbar-right{display:flex;align-items:center;gap:10px}.btn-order-pill{background:var(--dark);color:#fff;font-weight:600;font-size:12px;padding:7px 14px;border-radius:100px;border:none;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;white-space:nowrap;letter-spacing:.1px}.btn-order-pill:hover{background:var(--accent);transform:translateY(-1px);box-shadow:0 4px 12px #0003}.btn-order-pill:active{transform:scale(.97)}.hamburger-btn{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;gap:4px;padding:5px;border-radius:6px;transition:background .2s}.hamburger-btn:hover{background:var(--bg-light)}.hamburger-btn span{display:block;width:20px;height:2px;background:var(--dark);border-radius:2px;transition:all .25s}.menu-overlay{position:fixed;inset:0;background:#00000073;z-index:1999;opacity:0;pointer-events:none;transition:opacity .3s}.menu-overlay.open{opacity:1;pointer-events:all}.mobile-menu{position:fixed;top:0;right:-100%;width:290px;height:100vh;background:var(--white);z-index:2000;box-shadow:-8px 0 40px #0000002e;transition:right .32s cubic-bezier(.4,0,.2,1);padding:24px 20px;display:flex;flex-direction:column;gap:4px}.mobile-menu.open{right:0}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;padding-bottom:20px;border-bottom:1px solid rgba(0,0,0,.07)}.mobile-menu-close{background:var(--bg-light);border:none;border-radius:50%;width:36px;height:36px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--dark);transition:background .2s}.mobile-menu-close:hover{background:var(--bg-gray)}.menu-link{display:flex;align-items:center;gap:10px;padding:13px 12px;font-size:14px;font-weight:500;color:var(--text);text-decoration:none;border-radius:var(--radius-sm);transition:background .15s,color .15s}.menu-link i{width:18px;color:var(--text-muted);font-size:13px;transition:color .15s}.menu-link:hover{background:var(--bg-light);color:var(--dark)}.menu-link:hover i{color:var(--accent)}.menu-cta{margin-top:auto;background:var(--dark);color:#fff;font-weight:700;font-size:15px;padding:16px;border-radius:var(--radius-md);border:none;cursor:pointer;text-align:center;transition:background .2s,transform .15s;display:flex;align-items:center;justify-content:center;gap:8px}.menu-cta:hover{background:var(--accent);transform:translateY(-1px)}.hero{background:var(--bg-gray);padding:36px 20px 40px}.hero-eyebrow{display:inline-flex;align-items:center;gap:7px;background:var(--dark);color:#fff;font-size:11px;font-weight:600;padding:6px 14px;border-radius:100px;margin-bottom:20px;letter-spacing:.3px}.hero-eyebrow i{font-size:10px}.hero-h1{font-size:30px;font-weight:800;color:var(--dark);line-height:1.1;margin-bottom:14px;letter-spacing:-.8px}.hero-h1 span{color:var(--flame)}.hero-sub{font-size:15px;color:var(--text-mid);line-height:1.65;margin-bottom:24px;font-weight:400}.btn-primary-full{width:100%;background:var(--dark);color:#fff;font-weight:700;font-size:15px;padding:16px;border-radius:var(--radius-sm);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 16px #0003;letter-spacing:.1px;margin-bottom:16px}.btn-primary-full:hover{background:var(--accent);transform:translateY(-1px);box-shadow:0 8px 24px #00000040}.btn-primary-full:active{transform:translateY(0)}.trust-chips{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px}.trust-chip{display:inline-flex;align-items:center;gap:5px;background:var(--white);border:1px solid rgba(0,0,0,.08);color:var(--text);font-size:11px;font-weight:500;padding:5px 11px;border-radius:100px}.trust-chip i{font-size:10px;color:var(--accent)}.hero-image-wrap{margin-top:28px;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg);position:relative}.hero-image-wrap img{width:100%;height:210px;object-fit:cover;display:block}.hero-image-badge{position:absolute;bottom:14px;left:14px;background:var(--dark);border-radius:var(--radius-md);padding:10px 16px}.hero-image-badge .price{font-size:17px;font-weight:800;color:#fff}.hero-image-badge .label{font-size:10px;color:#ffffff8c;margin-top:2px;font-weight:500}.section{padding:48px 20px}.section-bg{background:var(--bg-light)}.section-white{background:var(--white)}.section-grayalt{background:var(--bg-gray)}.section-tag{display:inline-block;background:var(--bg-gray);color:var(--text-mid);font-size:10px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;padding:5px 12px;border-radius:100px;margin-bottom:10px;border:1px solid rgba(0,0,0,.07)}.section-tag-light{background:#ffffff1a;color:#fff9;border-color:#ffffff1a}.section-h2{font-size:24px;font-weight:700;color:var(--dark);line-height:1.2;letter-spacing:-.5px;margin-bottom:8px}.section-h2-white{color:#fff}.section-sub{font-size:14px;color:var(--text-mid);line-height:1.65;margin-bottom:28px}.section-divider{width:36px;height:3px;background:var(--accent);border-radius:2px;margin:10px 0 16px}.section-divider-center{margin:10px auto 16px}.centered,.centered .section-sub{text-align:center}.centered .section-divider{margin:10px auto 16px}.feature-cards{display:flex;flex-direction:column;gap:12px}.feature-card{background:var(--white);border-radius:var(--radius-lg);padding:20px;box-shadow:var(--shadow-md);display:flex;align-items:flex-start;gap:16px;border:1px solid rgba(0,0,0,.04);transition:transform .22s ease,box-shadow .22s ease}.feature-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.feature-icon{width:46px;height:46px;border-radius:12px;background:var(--bg-gray);display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-icon i{font-size:18px;color:var(--dark)}.feature-text h3{font-size:15px;font-weight:700;margin-bottom:4px;color:var(--dark);letter-spacing:-.2px}.feature-text p{font-size:13px;color:var(--text-mid);line-height:1.6}.hassle-cards{display:flex;flex-direction:column;gap:14px}.hassle-card-dark{background:var(--dark);border-radius:var(--radius-xl);padding:28px 24px}.hassle-card-light{background:var(--bg-gray);border-radius:var(--radius-xl);padding:28px 24px;border:1px solid rgba(0,0,0,.07)}.hassle-card-title{font-size:17px;font-weight:700;margin-bottom:20px;letter-spacing:-.3px}.hassle-card-dark .hassle-card-title{color:#fff}.hassle-card-light .hassle-card-title{color:var(--dark)}.hassle-list{list-style:none;display:flex;flex-direction:column;gap:13px}.hassle-list li{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.45}.hassle-card-dark .hassle-list li{color:#ffffffbf}.hassle-card-light .hassle-list li{color:var(--text-mid)}.icon-no{width:20px;height:20px;border-radius:50%;background:#ffffff1f;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.icon-no i{font-size:8px;color:#ffffffa6}.icon-cross{width:20px;height:20px;border-radius:50%;background:#00000014;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.icon-cross i{font-size:8px;color:var(--text-mid)}.strikethrough{text-decoration:line-through;color:var(--text-muted)!important}.products-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);border:1px solid rgba(0,0,0,.05);transition:transform .22s ease,box-shadow .22s ease}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.product-image-wrap{position:relative}.product-image{width:100%;height:96px;object-fit:cover;display:block;background:var(--bg-gray)}.product-badge{position:absolute;top:8px;left:8px;background:var(--dark);color:#fff;font-size:9px;font-weight:700;padding:3px 9px;border-radius:100px;letter-spacing:.4px;text-transform:uppercase}.product-badge-green{background:#16a34a}.product-body{padding:12px 12px 14px}.product-name{font-size:12px;font-weight:700;color:var(--dark);margin-bottom:3px;line-height:1.3}.product-desc{font-size:11px;color:var(--text-muted);margin-bottom:10px;line-height:1.45}.product-price{font-size:20px;font-weight:800;color:var(--flame);letter-spacing:-.5px;margin-bottom:10px}.product-price span{font-size:12px;color:var(--text-muted);font-weight:400}.btn-add{width:100%;background:var(--dark);color:#fff;font-weight:600;font-size:12px;padding:9px;border-radius:var(--radius-sm);border:none;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;display:flex;align-items:center;justify-content:center;gap:5px}.btn-add:hover{background:var(--accent);transform:translateY(-1px);box-shadow:0 4px 10px #0000002e}.btn-add:active{transform:scale(.97)}.products-note{margin-top:16px;background:var(--white);border-radius:var(--radius-md);padding:14px 16px;display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-mid);box-shadow:var(--shadow-sm);border:1px solid rgba(0,0,0,.06)}.products-note i{color:var(--accent);flex-shrink:0}.products-note strong{color:var(--dark)}.food-truck-section{background:var(--bg-gray);padding:48px 20px;text-align:center}.food-truck-icon{width:60px;height:60px;background:var(--dark);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 18px}.food-truck-icon i{font-size:24px;color:#fff}.food-truck-h2{font-size:22px;font-weight:700;color:var(--dark);line-height:1.25;margin-bottom:12px;letter-spacing:-.4px}.food-truck-sub{font-size:14px;color:var(--text-mid);line-height:1.65;margin-bottom:28px}.btn-dark-full{display:inline-flex;align-items:center;gap:8px;background:var(--dark);color:#fff;font-weight:700;font-size:15px;padding:15px 32px;border-radius:var(--radius-sm);border:none;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 16px #0003}.btn-dark-full:hover{background:var(--accent);transform:translateY(-1px);box-shadow:0 8px 24px #00000040}.city-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}.city-chip{display:flex;align-items:center;gap:5px;background:var(--bg-light);color:var(--dark);font-size:12px;font-weight:500;padding:7px 13px;border-radius:100px;border:1px solid rgba(0,0,0,.07);cursor:pointer;transition:all .18s ease}.city-chip i{font-size:9px;color:var(--accent)}.city-chip:hover{background:var(--dark);color:#fff;border-color:var(--dark);transform:translateY(-1px);box-shadow:0 4px 10px #00000026}.city-chip:hover i{color:#ffffffa6}.schedule-card{background:var(--white);border-radius:var(--radius-xl);padding:24px;box-shadow:var(--shadow-md);border:1px solid rgba(0,0,0,.05)}.schedule-card h4{font-size:16px;font-weight:700;color:var(--dark);margin-bottom:4px}.schedule-card .schedule-sub{font-size:12px;color:var(--text-muted);margin-bottom:20px}.schedule-row{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:var(--bg-gray);border-radius:var(--radius-md);margin-bottom:8px;transition:background .18s}.schedule-row:hover{background:var(--bg-light)}.schedule-row:last-of-type{margin-bottom:0}.schedule-location{display:flex;align-items:center;gap:9px}.schedule-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);flex-shrink:0}.schedule-location strong{font-size:13px;font-weight:600;color:var(--dark)}.schedule-day-badge{font-size:11px;font-weight:600;color:var(--dark);background:var(--white);padding:4px 10px;border-radius:100px;border:1px solid rgba(0,0,0,.08)}.schedule-note{margin-top:16px;padding:12px 14px;background:var(--bg-light);border-radius:var(--radius-md);border:1px solid rgba(0,0,0,.06);font-size:13px;color:var(--text-mid);display:flex;align-items:center;gap:8px}.schedule-note i{color:var(--accent);flex-shrink:0}.testimonial-cards{display:flex;flex-direction:column;gap:14px}.testimonial-card{background:var(--white);border-radius:var(--radius-lg);padding:24px;box-shadow:var(--shadow-md);border:1px solid rgba(0,0,0,.05);position:relative;transition:transform .22s ease,box-shadow .22s ease}.testimonial-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.quote-mark{font-size:56px;line-height:1;color:var(--accent);opacity:.12;position:absolute;top:16px;left:20px;font-family:Georgia,serif}.testimonial-body{font-size:14px;color:var(--text);line-height:1.72;margin-bottom:20px;position:relative;z-index:1;padding-top:20px}.testimonial-footer{display:flex;align-items:center;justify-content:space-between}.reviewer-info{display:flex;align-items:center;gap:10px}.reviewer-avatar{width:38px;height:38px;border-radius:50%;background:var(--dark);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:12px;flex-shrink:0}.reviewer-name{font-size:13px;font-weight:700;color:var(--dark)}.reviewer-location{font-size:11px;color:var(--text-muted);margin-top:2px}.stars{font-size:13px;color:#fbbf24;letter-spacing:1px}.about-img-wrap{border-radius:var(--radius-xl);overflow:hidden;margin-bottom:24px;position:relative;box-shadow:var(--shadow-lg)}.about-img-wrap img{width:100%;height:240px;object-fit:cover;display:block}.about-portrait-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000bf);padding:32px 20px 18px}.about-portrait-overlay .name{font-size:16px;font-weight:700;color:#fff}.about-portrait-overlay .title{font-size:11px;color:#fff9;margin-top:3px;font-weight:500}.about-label{font-size:10px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:1.2px;background:var(--bg-gray);border:1px solid rgba(0,0,0,.07);display:inline-block;padding:5px 12px;border-radius:100px;margin-bottom:12px}.about-h2{font-size:22px;font-weight:700;color:var(--dark);line-height:1.25;margin-bottom:16px;letter-spacing:-.4px}.about-text{font-size:14px;color:var(--text-mid);line-height:1.75;margin-bottom:12px}.about-stats{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin-top:24px}.about-stat{background:var(--bg-light);border-radius:var(--radius-md);padding:16px 10px;text-align:center;border:1px solid rgba(0,0,0,.05)}.about-stat .num{font-size:20px;font-weight:800;color:var(--dark);display:block;letter-spacing:-.8px;margin-bottom:4px}.about-stat .stat-label{font-size:10px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.footer{background:var(--dark);padding:44px 20px 0;color:#ffffffa6}.footer-logo-row{display:flex;align-items:center;gap:10px;margin-bottom:12px}.footer-logo-mark{width:36px;height:36px;background:#ffffff1a;border-radius:10px;display:flex;align-items:center;justify-content:center}.footer-logo-mark i{color:var(--flame);font-size:15px}.footer-logo-text .logo-main{color:#fff;font-size:14px}.footer-logo-text .logo-sub{color:#fff6}.footer-desc{font-size:13px;color:#ffffff6b;line-height:1.68;margin-bottom:24px}.footer-phone{display:flex;align-items:center;gap:12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-md);padding:14px 16px;margin-bottom:28px;text-decoration:none;transition:background .2s}.footer-phone:hover{background:#ffffff17}.footer-phone-icon{width:36px;height:36px;background:#ffffff1a;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.footer-phone-icon i{color:#fff;font-size:14px}.footer-phone-text{font-size:16px;font-weight:700;color:#fff;display:block}.footer-phone-label{font-size:11px;color:#ffffff6b;display:block;margin-top:1px}.footer-chevron{margin-left:auto;color:#ffffff40;font-size:12px}.footer-divider{border:none;border-top:1px solid rgba(255,255,255,.08);margin:0 0 24px}.footer-nav-title{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:#ffffff52;margin-bottom:14px}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:28px}.footer-link{font-size:13px;color:#fff9;text-decoration:none;font-weight:500;padding:3px 0;transition:color .18s}.footer-link:hover{color:#fff}.email-signup-title{font-size:14px;font-weight:700;color:#fff;margin-bottom:4px}.email-signup-sub{font-size:12px;color:#ffffff61;margin-bottom:12px}.email-form{display:flex;gap:8px;margin-bottom:24px}.email-input{flex:1;background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-sm);padding:11px 14px;font-size:14px;color:#fff;outline:none;font-family:Inter,sans-serif;transition:border-color .2s,background .2s}.email-input::placeholder{color:#ffffff47}.email-input:focus{border-color:#ffffff4d;background:#ffffff1a}.btn-subscribe{background:#fff;color:var(--dark);font-weight:700;font-size:13px;padding:11px 16px;border-radius:var(--radius-sm);border:none;cursor:pointer;white-space:nowrap;font-family:Inter,sans-serif;transition:background .2s,transform .15s}.btn-subscribe:hover{background:var(--bg-light);transform:translateY(-1px)}.payment-icons{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.payment-icon{background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:5px 9px;font-size:11px;font-weight:600;color:#ffffff8c;display:flex;align-items:center;gap:4px}.payment-icon i{font-size:12px}.footer-bottom{font-size:12px;color:#ffffff47;text-align:center;line-height:1.8;padding:20px 0 24px;border-top:1px solid rgba(255,255,255,.07);margin-top:24px}.footer-bottom a{color:#ffffff73;text-decoration:none;transition:color .18s}.footer-bottom a:hover{color:#fff}.fade-in{opacity:0;transform:translateY(18px);transition:opacity .5s ease-out,transform .5s ease-out}.fade-in.visible{opacity:1;transform:translateY(0)}.sticky-bottom{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:430px;max-width:100vw;background:#fff;padding:12px 20px 20px;box-shadow:0 -4px 24px #0000001a;z-index:900;display:none;border-top:1px solid rgba(0,0,0,.06)}.sticky-bottom.show{display:block}.sticky-bottom-btn{width:100%;background:var(--dark);color:#fff;font-weight:700;font-size:15px;padding:15px;border-radius:var(--radius-sm);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s,transform .15s;box-shadow:0 4px 14px #0003;font-family:Inter,sans-serif}.sticky-bottom-btn:hover{background:var(--accent);transform:translateY(-1px)}@media(min-width:768px){body{max-width:none;margin:0;background:var(--white)}.navbar{height:72px;padding-left:max(32px,calc((100vw - 1100px)/2));padding-right:max(32px,calc((100vw - 1100px)/2))}.navbar-desktop-nav{display:flex!important;align-items:center;gap:28px}.navbar-desktop-link{font-size:14px;font-weight:500;color:var(--text);text-decoration:none;transition:color .18s}.navbar-desktop-link:hover{color:var(--accent)}.hamburger-btn,.hamburger{display:none!important}.logo-main{font-size:15px}.logo-sub{font-size:11px}.btn-order-pill{font-size:13px;padding:9px 18px}.hero{padding:72px max(32px,calc((100vw - 1100px)/2)) 80px;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.hero-eyebrow{font-size:12px;padding:7px 16px}.hero-h1{font-size:52px;line-height:1.05;letter-spacing:-1.4px;margin-bottom:20px}.hero-sub{font-size:17px;line-height:1.65;margin-bottom:32px;max-width:520px}.btn-primary-full{width:auto;display:inline-flex;padding:16px 32px;font-size:16px;margin-bottom:24px}.trust-chips{justify-content:flex-start}.trust-chip{font-size:12px;padding:6px 13px}.hero-image-wrap{margin-top:0}.hero-image-wrap img{height:460px}.hero-image-badge{bottom:20px;left:20px;padding:14px 22px}.hero-image-badge .price{font-size:22px}.hero-image-badge .label{font-size:12px}.section,.food-truck-section{padding-left:max(32px,calc((100vw - 1100px)/2));padding-right:max(32px,calc((100vw - 1100px)/2));padding-top:80px;padding-bottom:80px}.section-h2,.about-h2,.food-truck-h2{font-size:36px;letter-spacing:-.8px}.section-sub,.food-truck-sub{font-size:16px;max-width:640px}.centered .section-sub{margin-left:auto;margin-right:auto}.feature-cards{flex-direction:row;gap:20px;align-items:stretch}.feature-card{flex:1 1 0;flex-direction:column;align-items:flex-start;padding:28px 24px;gap:18px}.feature-icon{width:52px;height:52px}.feature-icon i{font-size:20px}.feature-text h3{font-size:16px}.feature-text p{font-size:13.5px}.hassle-cards{flex-direction:row;gap:20px;align-items:stretch}.hassle-card-dark,.hassle-card-light{flex:1 1 0;padding:36px 32px}.hassle-card-title{font-size:20px;margin-bottom:24px}.hassle-list li{font-size:15px}.products-grid{grid-template-columns:repeat(3,1fr);gap:20px}.product-image{height:180px}.product-body{padding:18px 18px 20px}.product-name{font-size:15px}.product-desc{font-size:13px}.product-price{font-size:26px}.product-price span{font-size:14px}.btn-add{font-size:13px;padding:11px}.products-note{margin-top:28px;font-size:14px;padding:16px 20px}.city-chips{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:40px}.city-chip{justify-content:center;font-size:13px;padding:10px 14px}.schedule-card{max-width:640px;margin:0 auto;padding:32px}.schedule-card h4{font-size:18px}#areas .section-tag,#areas .section-h2,#areas .section-divider,#areas .section-sub{text-align:center}#areas .section-divider,#areas .section-sub{margin-left:auto;margin-right:auto}.testimonial-cards{display:grid;grid-template-columns:1fr 1fr;gap:20px}.testimonial-card{padding:32px}.testimonial-body{font-size:15px}#about{display:grid;grid-template-columns:minmax(0,440px) 1fr;column-gap:56px;row-gap:0;align-items:start}#about>.about-label{grid-column:1 / -1}#about>.about-img-wrap{grid-column:1;grid-row:2 / span 99;margin-bottom:0;align-self:start}.about-img-wrap img{height:480px}.about-h2{margin-bottom:18px}.about-text{font-size:15px}.about-stats{gap:14px;margin-top:32px}.about-stat{padding:22px 14px}.about-stat .num{font-size:26px}.about-stat .stat-label{font-size:11px}.footer{padding:64px max(32px,calc((100vw - 1100px)/2)) 0}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1.2fr;gap:56px;align-items:start}.footer-divider-mobile{display:none}.footer-col-brand,.footer-col-links,.footer-col-signup{min-width:0}.footer-links{grid-template-columns:1fr;gap:10px;margin-bottom:0}.footer-phone{margin-bottom:0}.footer-bottom{margin-top:56px;padding:24px 0 32px}.sticky-bottom,.sticky-bottom.show{display:none!important}}.navbar{height:112px}.brand-link[data-astro-cid-5blmo7yk]{display:flex;align-items:center;text-decoration:none}.brand-logo[data-astro-cid-5blmo7yk]{height:96px;width:96px;object-fit:contain;display:block;border-radius:12px}.btn-call-icon[data-astro-cid-5blmo7yk]{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--flame, #e85d2f);color:#fff;text-decoration:none;font-size:15px;box-shadow:0 2px 6px #0000001f;transition:transform .15s}.btn-call-icon[data-astro-cid-5blmo7yk]:active{transform:scale(.94)}@media(min-width:768px){.navbar{height:120px}.brand-logo[data-astro-cid-5blmo7yk]{height:104px;width:104px}.btn-call-icon[data-astro-cid-5blmo7yk]{display:none}}.footer-brand-logo[data-astro-cid-sz7xmlte]{height:112px;width:112px;object-fit:contain;display:block;border-radius:14px}
