*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0f2244;--navy-dark:#081529;--navy-mid:#1a3561;--blue:#1e5fc2;--blue-hover:#1a50a8;--blue-light:#e8f0fd;--accent:#f0a500;--white:#fff;--grey-50:#f8f9fb;--grey-100:#f0f2f5;--grey-200:#e2e6ed;--grey-300:#c8cfd9;--grey-500:#6b7689;--grey-700:#3a4455;--grey-900:#1a1f2b;--red:#c0392b;--green:#1a7a4a;--orange:#d9680d;--font:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius-sm:4px;--radius:8px;--radius-lg:12px;--radius-xl:16px;--shadow-sm:0 1px 3px #00000014;--shadow:0 2px 8px #0000001f;--shadow-md:0 4px 16px #0000001f;--shadow-lg:0 8px 32px #00000024;--transition:.18s ease;--max-w:1200px;--banner-h:37px;--nav-h:76px;--header-h:113px}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--grey-900);background:var(--white);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.6}a{color:var(--blue);text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:var(--font)}input,textarea,select{font-family:var(--font);font-size:15px}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 24px}.section{padding:72px 0}.section--grey{background:var(--grey-50)}.section-label{letter-spacing:1.5px;text-transform:uppercase;color:var(--blue);margin-bottom:12px;font-size:12px;font-weight:700}.section-title{color:var(--navy);margin-bottom:16px;font-size:clamp(24px,4vw,36px);font-weight:700;line-height:1.25}.section-subtitle{color:var(--grey-500);max-width:560px;font-size:17px;line-height:1.7}.site-header{z-index:1000;filter:drop-shadow(0 2px 12px #00000052);position:sticky;top:0}.demo-banner{background:var(--accent);color:var(--navy-dark);text-align:center;height:var(--banner-h);letter-spacing:.3px;justify-content:center;align-items:center;padding:0 16px;font-size:13px;font-weight:600;line-height:1;display:flex}.demo-banner span{opacity:.65;margin:0 8px}.header{background:var(--navy);border-bottom:1px solid #ffffff0f}.header__inner{height:var(--nav-h);justify-content:space-between;align-items:center;gap:24px;display:flex}.header__logo{flex-shrink:0;align-items:center;min-width:180px;text-decoration:none;display:flex}.header__nav{flex:1;justify-content:center;align-items:center;gap:2px;display:flex}.header__nav a{color:#ffffffc7;border-radius:var(--radius-sm);transition:color var(--transition), background var(--transition);white-space:nowrap;padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none}.header__nav a:hover{color:var(--white);background:#ffffff17}.header__nav a.active{color:var(--white);background:#ffffff1f;font-weight:600}.header__actions{flex-shrink:0;justify-content:flex-end;align-items:center;gap:10px;min-width:180px;display:flex}.header__quote-badge{background:var(--accent);color:var(--navy-dark);border-radius:100px;margin-left:4px;padding:1px 7px;font-size:11px;font-weight:800;line-height:16px}.header__menu-btn{color:var(--white);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;padding:8px;line-height:0;display:none}.header__mobile-nav{background:var(--navy-dark);border-top:1px solid #ffffff14;flex-direction:column;display:flex}.header__mobile-nav a{color:#ffffffd9;transition:background var(--transition), color var(--transition);border-bottom:1px solid #ffffff0d;padding:14px 24px;font-size:15px;font-weight:500;text-decoration:none;display:block}.header__mobile-nav a:hover,.header__mobile-nav a.active{color:var(--white);background:#ffffff12}.header__mobile-quote{padding:16px 24px}.footer{background:var(--navy-dark);color:#ffffffb3;padding:56px 0 32px}.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px;display:grid}.footer__brand-name{color:var(--white);margin-bottom:10px;font-size:18px;font-weight:700}.footer__brand-desc{font-size:14px;line-height:1.7}.footer__col-title{letter-spacing:1.2px;text-transform:uppercase;color:var(--white);margin-bottom:16px;font-size:12px;font-weight:700}.footer__col ul{flex-direction:column;gap:10px;list-style:none;display:flex}.footer__col a{color:#ffffffa6;transition:color var(--transition);font-size:14px;text-decoration:none}.footer__col a:hover{color:var(--white)}.footer__bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:24px;display:flex}.footer__bottom p{font-size:13px}.footer__credit{color:#ffffff73;font-size:13px}.footer__credit strong{color:#ffffffb3}.btn{border-radius:var(--radius);cursor:pointer;transition:background var(--transition), color var(--transition), border-color var(--transition), transform var(--transition), box-shadow var(--transition);white-space:nowrap;border:2px solid #0000;justify-content:center;align-items:center;gap:8px;padding:11px 24px;font-size:15px;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--blue);color:var(--white);border-color:var(--blue)}.btn--primary:hover{background:var(--blue-hover);border-color:var(--blue-hover);box-shadow:0 4px 12px #1e5fc259}.btn--outline{color:var(--white);background:0 0;border-color:#ffffff80}.btn--outline:hover{border-color:var(--white);background:#ffffff1a}.btn--outline-dark{color:var(--blue);border-color:var(--blue);background:0 0}.btn--outline-dark:hover{background:var(--blue-light)}.btn--ghost{color:var(--grey-700);border-color:var(--grey-200);background:0 0}.btn--ghost:hover{background:var(--grey-100)}.btn--danger{background:var(--red);color:var(--white);border-color:var(--red)}.btn--danger:hover{background:#a93226;border-color:#a93226}.btn--sm{padding:7px 14px;font-size:13px}.btn--lg{padding:14px 32px;font-size:16px}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--grey-200);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition), transform var(--transition);overflow:hidden}.card:hover{box-shadow:var(--shadow-md)}.product-card{flex-direction:column;display:flex}.product-card__image{background:var(--grey-100);border-bottom:1px solid var(--grey-200);justify-content:center;align-items:center;height:180px;display:flex;position:relative;overflow:hidden}.product-card__body{flex-direction:column;flex:1;padding:20px;display:flex}.product-card__category{text-transform:uppercase;letter-spacing:1px;color:var(--blue);margin-bottom:6px;font-size:11px;font-weight:700}.product-card__name{color:var(--navy);margin-bottom:8px;font-size:16px;font-weight:700;line-height:1.3}.product-card__desc{color:var(--grey-500);flex:1;margin-bottom:12px;font-size:13px;line-height:1.6}.product-card__packaging{color:var(--grey-500);align-items:center;gap:5px;margin-bottom:16px;font-size:12px;display:flex}.product-card__footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.product-card__price{color:var(--navy);font-size:14px;font-weight:700}.product-card__actions{align-items:center;gap:8px;display:flex}.product-card__sds{color:var(--blue);cursor:pointer;font-size:12px;font-family:var(--font);background:0 0;border:none;align-items:center;gap:4px;margin-top:8px;padding:0;display:flex}.product-card__sds:hover{text-decoration:underline}.product-filters{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.product-filters__search{flex:1;min-width:220px;position:relative}.product-filters__search input{border:1.5px solid var(--grey-200);border-radius:var(--radius);background:var(--white);width:100%;color:var(--grey-900);transition:border-color var(--transition);padding:10px 16px 10px 42px;font-size:14px}.product-filters__search input:focus{border-color:var(--blue);outline:none}.product-filters__search-icon{color:var(--grey-300);pointer-events:none;width:18px;height:18px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.product-filters__cats{flex-wrap:wrap;gap:8px;display:flex}.product-filters__cat{border:1.5px solid var(--grey-200);background:var(--white);color:var(--grey-700);cursor:pointer;transition:all var(--transition);border-radius:100px;padding:7px 14px;font-size:13px;font-weight:500}.product-filters__cat:hover{border-color:var(--blue);color:var(--blue)}.product-filters__cat.active{background:var(--blue);border-color:var(--blue);color:var(--white)}.quote-fab{z-index:900;background:var(--blue);color:var(--white);box-shadow:var(--shadow-lg);cursor:pointer;transition:background var(--transition), transform var(--transition);border:none;border-radius:100px;align-items:center;gap:8px;padding:14px 22px;font-size:15px;font-weight:700;display:flex;position:fixed;bottom:28px;right:28px}.quote-fab:hover{background:var(--blue-hover);transform:translateY(-2px)}.quote-fab__badge{background:var(--accent);color:var(--navy-dark);border-radius:100px;padding:1px 7px;font-size:12px;font-weight:800;line-height:18px}.form-group{flex-direction:column;gap:6px;margin-bottom:20px;display:flex}.form-label{color:var(--grey-700);font-size:13px;font-weight:600}.form-label.required:after{content:" *";color:var(--red)}.form-input{border:1.5px solid var(--grey-200);border-radius:var(--radius);color:var(--grey-900);background:var(--white);transition:border-color var(--transition), box-shadow var(--transition);width:100%;padding:10px 14px;font-size:15px}.form-input:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #1e5fc21f}.form-input::placeholder{color:var(--grey-300)}.form-hint{color:var(--grey-500);font-size:12px}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.toast{background:var(--grey-900);color:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);text-align:center;min-width:240px;padding:14px 22px;font-size:14px;font-weight:500;animation:.25s toastIn}.toast--success{background:var(--green)}.toast--error{background:var(--red)}@keyframes toastIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.status-badge{border-radius:100px;align-items:center;padding:3px 10px;font-size:12px;font-weight:600;display:inline-flex}.status-badge--new{color:#1e40af;background:#dbeafe}.status-badge--preparing{color:#92400e;background:#fef3c7}.status-badge--quoted{color:#065f46;background:#d1fae5}.status-badge--completed{color:#374151;background:#e5e7eb}.status-badge--cancelled{color:#991b1b;background:#fee2e2}.admin-layout{min-height:calc(100vh - var(--header-h) - 37px);display:flex}.admin-nav-col{background:var(--navy);width:240px;top:var(--header-h);height:calc(100vh - var(--header-h));flex-direction:column;flex-shrink:0;display:flex;position:sticky;overflow-y:auto}.admin-sidebar{flex:1;padding:8px 0;overflow-y:auto}.admin-sidebar__brand{border-bottom:1px solid #ffffff14;flex-shrink:0;padding:20px 20px 16px}.admin-sidebar__label{letter-spacing:1.2px;text-transform:uppercase;color:#ffffff59;margin:16px 0 8px;padding:0 20px;font-size:11px;font-weight:700}.admin-sidebar__item{color:#ffffffb3;cursor:pointer;transition:background var(--transition), color var(--transition);text-align:left;width:100%;font-size:14px;font-weight:500;font-family:var(--font);background:0 0;border:none;border-right:3px solid #0000;align-items:center;gap:10px;padding:10px 20px;text-decoration:none;display:flex}.admin-sidebar__item:hover{color:var(--white);background:#ffffff14}.admin-sidebar__item.active{color:var(--white);border-right-color:var(--blue);background:#1e5fc259}.admin-sidebar__item svg{flex-shrink:0;width:17px;height:17px}.admin-content{background:var(--grey-50);flex:1;padding:32px;overflow-y:auto}.admin-page-title{color:var(--navy);margin-bottom:8px;font-size:22px;font-weight:700}.admin-page-subtitle{color:var(--grey-500);margin-bottom:28px;font-size:14px}.admin-stat-card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;gap:8px;padding:24px;display:flex}.admin-stat-card__label{text-transform:uppercase;letter-spacing:.8px;color:var(--grey-500);font-size:12px;font-weight:700}.admin-stat-card__value{color:var(--navy);font-size:32px;font-weight:800;line-height:1}.admin-stat-card__icon{border-radius:var(--radius);background:var(--blue-light);width:40px;height:40px;color:var(--blue);justify-content:center;align-items:center;margin-bottom:4px;display:flex}.admin-stat-card__icon svg{width:20px;height:20px}.admin-stats-grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:32px;display:grid}.data-table{border-collapse:collapse;width:100%;font-size:14px}.data-table th{text-align:left;letter-spacing:.8px;text-transform:uppercase;color:var(--grey-500);border-bottom:1px solid var(--grey-200);background:var(--grey-50);padding:12px 16px;font-size:11px;font-weight:700}.data-table td{border-bottom:1px solid var(--grey-100);color:var(--grey-700);vertical-align:middle;padding:14px 16px}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover td{background:var(--grey-50)}.table-wrapper{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.table-header{border-bottom:1px solid var(--grey-200);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.table-header h3{color:var(--navy);font-size:16px;font-weight:700}.modal-backdrop{z-index:2000;background:#00000080;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);width:100%;max-width:560px;max-height:90vh;overflow-y:auto}.modal__header{justify-content:space-between;align-items:center;padding:24px 28px 0;display:flex}.modal__title{color:var(--navy);font-size:18px;font-weight:700}.modal__close{background:var(--grey-100);border-radius:var(--radius);cursor:pointer;color:var(--grey-500);transition:background var(--transition);border:none;padding:6px 10px;font-size:18px;line-height:1}.modal__close:hover{background:var(--grey-200)}.modal__body{padding:24px 28px}.modal__footer{justify-content:flex-end;gap:10px;padding:0 28px 24px;display:flex}.hero{background:linear-gradient(115deg,#081529fa 0%,#0a1c37fa 42%,#0f2244f5 100%),linear-gradient(160deg,#f0a50021 0%,#0000 30%),linear-gradient(315deg,#1e5fc22e 0%,#0000 36%);padding:96px 0 80px;position:relative;overflow:hidden}.hero:before{content:"";opacity:.55;background-image:linear-gradient(90deg,#ffffff09 1px,#0000 1px),linear-gradient(0deg,#ffffff06 1px,#0000 1px),linear-gradient(125deg,#0000 0 42%,#f0a50014 42% 42.4%,#0000 42.4% 100%);background-size:72px 72px,72px 72px,100% 100%;position:absolute;inset:0}.hero:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0815295c,#0000 55%),linear-gradient(#0000 70%,#0815293d);position:absolute;inset:0}.hero__content{max-width:680px;position:relative}.hero__badge{color:#93b8f5;letter-spacing:.8px;text-transform:uppercase;background:#1e5fc240;border:1px solid #1e5fc266;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 14px;font-size:12px;font-weight:600;display:inline-flex}.hero__title{color:var(--white);letter-spacing:-.5px;margin-bottom:20px;font-size:clamp(32px,5.5vw,52px);font-weight:800;line-height:1.15}.hero__title em{color:#93b8f5;font-style:normal}.hero__subtitle{color:#ffffffb3;max-width:560px;margin-bottom:36px;font-size:18px;line-height:1.7}.hero__actions{flex-wrap:wrap;gap:14px;display:flex}.feature-card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-lg);transition:box-shadow var(--transition), transform var(--transition);padding:28px}.feature-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.feature-card__icon{background:var(--blue-light);border-radius:var(--radius);width:48px;height:48px;color:var(--blue);justify-content:center;align-items:center;margin-bottom:16px;display:flex}.feature-card__icon svg{width:24px;height:24px}.feature-card__title{color:var(--navy);margin-bottom:8px;font-size:16px;font-weight:700}.feature-card__desc{color:var(--grey-500);font-size:14px;line-height:1.65}.steps-grid{grid-template-columns:repeat(4,1fr);gap:0;display:grid;position:relative}.steps-grid:before{content:"";background:var(--blue-light);z-index:0;height:2px;position:absolute;top:28px;left:12.5%;right:12.5%}.step{text-align:center;z-index:1;flex-direction:column;align-items:center;padding:0 16px;display:flex;position:relative}.step__num{background:var(--blue);width:56px;height:56px;color:var(--white);box-shadow:0 0 0 8px var(--grey-50);border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;font-size:20px;font-weight:800;display:flex}.step__title{color:var(--navy);margin-bottom:8px;font-size:15px;font-weight:700}.step__desc{color:var(--grey-500);font-size:13px;line-height:1.6}.cta-section{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);text-align:center;padding:72px 0}.cta-section h2{color:var(--white);margin-bottom:14px;font-size:clamp(24px,4vw,36px);font-weight:800}.cta-section p{color:#ffffffb3;max-width:520px;margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:17px}.contact-grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:48px;display:grid}.contact-info__item{gap:14px;margin-bottom:24px;display:flex}.contact-info__icon{background:var(--blue-light);border-radius:var(--radius);width:44px;height:44px;color:var(--blue);flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-info__icon svg{width:20px;height:20px}.contact-info__label{text-transform:uppercase;letter-spacing:.8px;color:var(--grey-500);margin-bottom:4px;font-size:12px;font-weight:700}.contact-info__value{color:var(--grey-900);font-size:15px;font-weight:500}.location-panel{background:linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);border-radius:var(--radius-lg);height:220px;color:var(--white);text-align:center;border:1px solid #0f22441f;flex-direction:column;justify-content:center;align-items:center;gap:10px;margin-top:24px;display:flex;position:relative;overflow:hidden}.location-panel:before{content:"";opacity:.35;background-image:linear-gradient(90deg,#ffffff0f 1px,#0000 1px),linear-gradient(0deg,#ffffff0d 1px,#0000 1px);background-size:36px 36px;position:absolute;inset:0}.location-panel svg{width:36px;height:36px;color:var(--accent);position:relative}.location-panel span{letter-spacing:.3px;font-size:15px;font-weight:700;position:relative}.location-panel small{color:#ffffffa8;max-width:280px;font-size:12px;line-height:1.5;position:relative}.quote-layout{grid-template-columns:1fr 380px;align-items:start;gap:32px;display:grid}.quote-empty{text-align:center;color:var(--grey-500);padding:64px 24px}.quote-empty svg{width:56px;height:56px;color:var(--grey-200);margin:0 auto 16px}.quote-item{border-bottom:1px solid var(--grey-100);align-items:flex-start;gap:14px;padding:16px;display:flex}.quote-item:last-child{border-bottom:none}.quote-item__info{flex:1}.quote-item__name{color:var(--navy);margin-bottom:3px;font-size:15px;font-weight:600}.quote-item__packaging{color:var(--grey-500);font-size:12px}.quote-item__qty{align-items:center;gap:6px;display:flex}.qty-btn{border-radius:var(--radius-sm);border:1.5px solid var(--grey-200);background:var(--white);cursor:pointer;width:28px;height:28px;transition:border-color var(--transition), background var(--transition);color:var(--grey-700);justify-content:center;align-items:center;font-size:16px;font-weight:700;line-height:1;display:flex}.qty-btn:hover{border-color:var(--blue);color:var(--blue)}.qty-value{text-align:center;width:32px;color:var(--grey-900);font-size:15px;font-weight:600}.quote-item__remove{color:var(--grey-300);cursor:pointer;border-radius:var(--radius-sm);transition:color var(--transition);background:0 0;border:none;align-items:center;padding:4px;display:flex}.quote-item__remove:hover{color:var(--red)}.success-state{text-align:center;padding:72px 24px}.success-state__icon{width:72px;height:72px;color:var(--green);background:#d1fae5;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 24px;display:flex}.success-state__icon svg{width:36px;height:36px}.success-state h2{color:var(--navy);margin-bottom:10px;font-size:24px;font-weight:700}.success-state p{color:var(--grey-500);max-width:480px;margin:0 auto 28px;font-size:16px;line-height:1.7}.page-hero{background:var(--navy);padding:48px 0}.page-hero__title{color:var(--white);margin-bottom:8px;font-size:clamp(24px,4vw,36px);font-weight:800}.page-hero__subtitle{color:#ffffffa6;font-size:16px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;display:grid}.avail-dot{vertical-align:middle;border-radius:50%;width:8px;height:8px;margin-right:5px;display:inline-block}.avail-dot--yes{background:var(--green)}.avail-dot--no{background:var(--red)}.divider{border:none;border-top:1px solid var(--grey-200);margin:24px 0}.text-muted{color:var(--grey-500)}.text-navy{color:var(--navy)}.text-blue{color:var(--blue)}.font-bold{font-weight:700}.mb-0{margin-bottom:0}.mb-4{margin-bottom:4px}.mb-8{margin-bottom:8px}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.mb-32{margin-bottom:32px}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.flex{display:flex}.items-center{align-items:center}.gap-8{gap:8px}.gap-12{gap:12px}.gap-16{gap:16px}.grid-4{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.grid-2{grid-template-columns:1fr 1fr;gap:24px;display:grid}.demo-banner__short{display:none}.dashboard-lower{grid-template-columns:1fr auto;align-items:start;gap:24px;display:grid}.dashboard-quick-actions{flex-direction:column;gap:12px;min-width:200px;display:flex}.dashboard-quotes-cards{display:none}.dashboard-quotes-table{display:block}.dashboard-quote-card{border-bottom:1px solid var(--grey-200);flex-direction:column;gap:6px;padding:14px 16px;display:flex}.dashboard-quote-card:last-child{border-bottom:none}.dashboard-quote-card__ref{color:var(--navy);font-family:monospace;font-size:13px;font-weight:700}.dashboard-quote-card__company{color:var(--navy);font-size:14px;font-weight:600}.dashboard-quote-card__meta{color:var(--grey-500);justify-content:space-between;align-items:center;gap:8px;font-size:13px;display:flex}@media (width<=1024px){.footer__grid{grid-template-columns:1fr 1fr;gap:32px}.admin-stats-grid{grid-template-columns:1fr 1fr}.steps-grid{grid-template-columns:1fr 1fr;gap:32px}.steps-grid:before{display:none}.contact-grid,.quote-layout{grid-template-columns:1fr}.grid-4{grid-template-columns:1fr 1fr}}@media (width<=768px){:root{--banner-h:30px;--nav-h:56px;--header-h:86px}.demo-banner{letter-spacing:.1px;padding:0 12px;font-size:11px}.demo-banner__full{display:none}.demo-banner__short{display:inline}.dashboard-lower{grid-template-columns:1fr;gap:20px}.dashboard-quick-actions{min-width:unset}.dashboard-quotes-table{display:none}.dashboard-quotes-cards{display:block}.header__nav,.header__actions .btn{display:none}.header__menu-btn{display:flex}.section{padding:48px 0}.hero{padding:64px 0 56px}.footer__grid{grid-template-columns:1fr;gap:24px}.footer__bottom{text-align:center;flex-direction:column}.admin-layout{flex-direction:column}.admin-nav-col{flex-direction:column;width:100%;height:auto;position:static;overflow-y:visible}.admin-sidebar__brand{display:none}.admin-sidebar{-webkit-overflow-scrolling:touch;scrollbar-width:none;border-bottom:2px solid #ffffff1f;flex-direction:row;flex:none;align-items:stretch;padding:0;display:flex;overflow:auto visible}.admin-sidebar::-webkit-scrollbar{display:none}.admin-sidebar>div{flex-direction:row;flex-shrink:0;display:flex}.admin-sidebar__label{display:none}.admin-sidebar__item{white-space:nowrap;color:#ffffffa6;border-bottom:3px solid #0000;border-right:none;border-radius:0;flex:none;justify-content:center;gap:5px;width:auto;padding:11px 14px;font-size:12px;font-weight:600}.admin-sidebar__item svg{flex-shrink:0;width:14px;height:14px}.admin-sidebar__item.active{border-bottom-color:var(--accent);color:var(--white);background:#ffffff12;border-right-color:#0000;font-weight:700}.admin-content{padding:20px 16px}.admin-stats-grid{grid-template-columns:1fr 1fr}.form-row,.steps-grid,.grid-3,.grid-2,.grid-4,.quote-layout,.products-grid{grid-template-columns:1fr}}@media (width<=480px){.container{padding:0 16px}.admin-stats-grid{grid-template-columns:1fr}.hero__actions{flex-direction:column;align-items:flex-start}.data-table{font-size:13px}.data-table th,.data-table td{padding:10px 12px}}
