@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{font-family:Inter,system-ui,sans-serif;color:#1a1a2e;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility}body{min-width:320px;overflow-x:hidden;background:#fff;color:#1a1a2e;line-height:1.5}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 20px}.trust-strip{background:#0f4c3f;color:#fff;padding:8px 0;font-size:12px;overflow:auto;white-space:nowrap;text-align:center}.trust-strip span{display:inline-block;margin:0 12px}.trust-strip b{color:#f4a261;font-weight:800;margin-right:5px}.header{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 1px 3px #0000000d;border-bottom:1px solid #e2e8f0}.header .container{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding-top:12px;padding-bottom:12px}.logo{display:flex;align-items:center;flex-shrink:0}.logo img{height:50px;width:auto;max-width:200px}.search-container{position:relative;flex:1;max-width:350px;min-width:180px}.search-form{position:relative;width:100%}.search-input{width:100%;padding:10px 40px 10px 36px;border:2px solid #e2e8f0;border-radius:50px;background:#fff;font-size:16px;outline:none;transition:border-color .2s}.search-input:focus{border-color:#1e6f5c}.search-icon{position:absolute;left:13px;top:50%;transform:translateY(-50%);color:#94a3b8;font-size:14px;pointer-events:none}.search-clear{position:absolute;right:12px;top:50%;display:none;align-items:center;justify-content:center;width:22px;height:22px;border:0;border-radius:50%;background:#e2e8f0;color:#1e6f5c;transform:translateY(-50%);font-size:14px;font-weight:700}.search-clear.visible{display:flex}.search-results{position:absolute;top:100%;left:0;right:0;display:none;max-height:400px;overflow:auto;margin-top:8px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;box-shadow:0 10px 25px -5px #00000026;z-index:1001}.search-results.active{display:block}.search-result-item{display:flex;align-items:center;gap:12px;padding:12px;border-bottom:1px solid #e2e8f0;color:#1a1a2e}.search-result-item:hover{background:#f8fafc}.search-result-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:8px;background:#e6f7f3;color:#1e6f5c;font-size:17px}.search-result-info h4{font-size:14px;margin-bottom:2px}.search-result-info p{font-size:12px;color:#64748b;margin:0}.nav-menu{display:flex;align-items:center;gap:20px}.nav-menu a{color:#334155;font-size:15px;font-weight:500;white-space:nowrap}.nav-menu a:hover,.nav-menu a.active{color:#1e6f5c}.mobile-menu-btn{display:none;position:relative;width:44px;height:44px;border:0;background:transparent;color:#1e6f5c;font-size:22px}.mobile-menu-btn span{position:absolute;inset:0;display:grid;place-items:center;transition:opacity .2s}.mobile-menu-btn .close,.mobile-menu-btn.open .open{opacity:0}.mobile-menu-btn.open .close{opacity:1}.hero{padding:40px 0;color:#fff;background:linear-gradient(135deg,#0f172a 0,#1e3a5f 52%,#1e6f5c)}.hero .container{display:flex;align-items:center;gap:30px;flex-wrap:wrap}.hero-content,.hero-image{flex:1;min-width:280px}.hero h1{color:#fff;font-size:28px;line-height:1.3;margin-bottom:16px}.hero p{max-width:550px;margin-bottom:24px;color:#ffffffdb;font-size:16px}.hero p strong{color:#fff}.hero-image{text-align:center}.hero-image img{width:100%;max-width:520px;margin:auto;border-radius:16px;object-fit:cover}.hero-buttons{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border:0;border-radius:12px;font-size:16px;font-weight:600;transition:background .2s,transform .2s,color .2s,border-color .2s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:#1e6f5c;color:#fff}.btn-primary:hover{background:#0f4c3f}.btn-outline{border:2px solid #1e6f5c;background:transparent;color:#1e6f5c}.btn-outline:hover{background:#1e6f5c;color:#fff}.btn-sm{padding:8px 16px;font-size:13px}.trust-badges{padding:20px 0;border-bottom:1px solid #e2e8f0;background:#f8fafc}.badges-grid{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.trust-badge{display:flex;align-items:center;gap:8px;color:#1e6f5c;font-size:13px;font-weight:500}.check{font-size:16px}.section{padding:40px 0;background:#fff}.section.alt{background:#f8fafc}.section-header{text-align:center;margin-bottom:30px}.section-header h2{margin-bottom:16px}.section-header p{max-width:600px;margin:0 auto}.section h2{font-size:24px;line-height:1.3}.section h3{font-size:18px;line-height:1.35;margin-bottom:8px}.section p{color:#4a5568;font-size:16px;line-height:1.5;margin-bottom:16px}.grid{display:grid;gap:20px}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.category-card,.product-card,.blog-card{overflow:hidden;border:1px solid #e2e8f0;border-radius:16px;background:#fff;transition:transform .3s,box-shadow .3s,border-color .3s}.category-card:hover,.product-card:hover,.blog-card:hover{transform:translateY(-4px);border-color:#1e6f5c;box-shadow:0 12px 24px -12px #0003}.category-image,.product-image,.blog-image{width:100%;overflow:hidden;background:linear-gradient(135deg,#1e6f5c,#0f4c3f)}.category-image,.product-image{aspect-ratio:1}.blog-image{aspect-ratio:1.2}.category-image img,.product-image img,.blog-image img{width:100%;height:100%;object-fit:cover}.category-info{text-align:center;padding:12px}.category-title,.product-title,.blog-title{color:#1a1a2e;font-size:14px;font-weight:700}.category-title{margin-bottom:4px}.category-count{color:#64748b;font-size:11px}.product-info,.blog-info{display:flex;flex-direction:column;align-items:flex-start;padding:12px;height:100%}.product-title{margin-bottom:8px;line-height:1.3}.product-price{color:#1e6f5c;font-size:18px;font-weight:800;margin-bottom:8px}.product-desc,.blog-excerpt{color:#64748b;font-size:12px;line-height:1.4;margin-bottom:12px}.product-rating{display:flex;align-items:center;gap:8px;margin-bottom:12px}.stars,.review-stars{color:#fbbf24;letter-spacing:2px}.rating-count{color:#64748b;font-size:11px}.product-card .btn{width:100%;padding:10px;font-size:13px;margin-top:auto}.text-center{text-align:center}.mt-4{margin-top:24px}.truckload-badge-home{display:inline-block;margin-bottom:8px;padding:4px 10px;border-radius:20px;background:#f4a261;color:#1a1a2e;font-size:10px;font-weight:700}.truckload-detail-home{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:8px;color:#1e6f5c;font-size:12px}.steps-section{padding:40px 0;background:#fff}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}.step-icon{width:60px;height:60px;display:grid;place-items:center;margin:0 auto 12px;border-radius:50%;background:#e6f7f3;color:#1e6f5c;font-size:24px}.step p{font-size:13px}.stats-section{padding:40px 0;color:#fff;background:linear-gradient(135deg,#1e6f5c,#0f4c3f)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}.stat-number{margin-bottom:4px;font-size:28px;font-weight:800}.stat-label{font-size:13px;opacity:.9}.content-section{padding:40px 0;background:#fff}.content-section .grid-2 h3{margin-top:8px}.locations-section{padding:40px 0;background:#f8fafc;text-align:center}.locations-section p{color:#4a5568}.locations-grid{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:20px}.location-tag{padding:6px 16px;border:1px solid #e2e8f0;border-radius:50px;background:#fff;color:#1e6f5c;font-size:13px}.reviews-carousel{position:relative;overflow:hidden;padding:20px 0}.carousel-container{display:flex;gap:20px;transition:transform .5s ease}.review-slide{flex:0 0 calc(33.333% - 14px);padding:20px;border:1px solid #e2e8f0;border-radius:16px;background:#fff}.review-stars{margin-bottom:12px;font-size:14px}.review-text{margin-bottom:12px;color:#334155;font-size:14px;line-height:1.5}.review-author{font-size:14px;font-weight:700}.verified-badge{display:inline-flex;align-items:center;gap:4px;margin-top:8px;color:#1e6f5c;font-size:11px}.carousel-btn{position:absolute;top:50%;z-index:3;width:32px;height:32px;border:0;border-radius:50%;color:#fff;background:#1e6f5c;transform:translateY(-50%);font-size:16px}.carousel-prev{left:0}.carousel-next{right:0}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:20px}.dot{width:8px;height:8px;border:0;border-radius:50%;background:#cbd5e1}.dot.active{width:24px;border-radius:10px;background:#1e6f5c}.faq-section{padding:40px 0;background:#f8fafc}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:24px}.faq-item{padding:16px;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.faq-question{display:flex;justify-content:space-between;align-items:center;gap:14px;color:#1a1a2e;font-size:15px;font-weight:600;text-align:left;background:transparent;border:0;width:100%}.faq-question span:last-child{color:#1e6f5c;transition:transform .2s}.faq-item.active .faq-question span:last-child{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;color:#64748b;font-size:14px;line-height:1.5;transition:max-height .3s ease}.faq-item.active .faq-answer{max-height:500px;margin-top:12px}.footer{padding:50px 0 20px;color:#fff;background:#0f172a}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-bottom:40px}.footer h4{margin-bottom:20px;color:#fff;font-size:18px}.footer p{margin-bottom:16px;color:#94a3b8;font-size:14px;line-height:1.6}.footer-links{list-style:none}.footer-links li{margin-bottom:10px}.footer-links a{color:#94a3b8;font-size:14px}.footer-links a:hover{color:#1e6f5c}.footer-social{display:flex;gap:16px;margin-top:20px}.footer-social a{color:#94a3b8;font-size:20px}.footer-bottom{padding-top:25px;border-top:1px solid #1e293b;color:#64748b;font-size:12px;text-align:center}.footer-bottom p{margin:0}.footer-bottom a{margin:0 8px;color:#64748b}.scroll-arrows{position:fixed;left:15px;bottom:100px;z-index:998;display:flex;flex-direction:column;gap:8px}.scroll-arrow{display:grid;place-items:center;width:36px;height:36px;border:0;border-radius:50%;color:#fff;background:#1e6f5c;box-shadow:0 2px 8px #00000026;opacity:.8}.scroll-arrow.down{background:#f4a261}.whatsapp-float{position:fixed;right:15px;bottom:100px;z-index:999;display:flex;align-items:center;gap:12px;padding:14px 24px;border:2px solid rgba(255,255,255,.2);border-radius:60px;color:#fff;background:#25d366;box-shadow:0 4px 15px #25d36666;font-size:18px;font-weight:700;transition:transform .3s}.whatsapp-float:hover{transform:scale(1.08);background:#128c7e}.whatsapp-float strong{font-size:26px;line-height:1}.mobile-action-bar{display:none}.live-popup{position:fixed;left:60px;bottom:100px;z-index:997;display:none;max-width:280px;padding:10px 12px;border-left:4px solid #1e6f5c;border-radius:12px;background:#fff;box-shadow:0 20px 25px -12px #0003}.live-popup-content{display:flex;align-items:center;gap:8px}.live-popup-icon{font-size:20px}.live-popup-text{color:#334155;font-size:12px}.live-popup-text strong{color:#1e6f5c}.page-header{padding:60px 0 40px;background:linear-gradient(135deg,#0f172a,#1e3a5f 52%,#1e6f5c);color:#fff;text-align:center}.page-header h1{font-size:32px;margin-bottom:16px;line-height:1.3}.page-header p{font-size:18px;opacity:.9;max-width:600px;margin:0 auto}.beauty-hero{padding:72px 0;color:#fff;text-align:center;background:radial-gradient(circle at 20% 15%,rgba(244,162,97,.28),transparent 28%),linear-gradient(135deg,#291329,#6e2142,#b4536d)}.beauty-hero .container{max-width:850px}.beauty-eyebrow{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:14px;color:#ffe1c8;font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.beauty-hero h1{margin-bottom:16px;font-family:Georgia,serif;font-size:46px;line-height:1.12}.beauty-hero>div>p:not(.beauty-eyebrow){max-width:720px;margin:0 auto 28px;color:#ffffffe0;font-size:17px}.beauty-hero-button{background:#fff;color:#6e2142}.beauty-hero-button:hover{background:#ffe8ee;color:#4d172f}.beauty-catalog{padding:46px 0 64px;background:#fff8fa}.beauty-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}.beauty-toolbar h2{font-family:Georgia,serif;font-size:30px}.beauty-toolbar p{color:#75616b;font-size:14px}.beauty-search{display:flex;align-items:center;gap:9px;width:min(100%,340px);padding:0 15px;border:1px solid #e6cfd6;border-radius:50px;background:#fff;color:#9d5269}.beauty-search:focus-within{border-color:#9d5269;box-shadow:0 0 0 3px #9d52691f}.beauty-search input{width:100%;padding:12px 0;border:0;outline:0;background:transparent;color:#291329}.beauty-filters{display:flex;gap:8px;overflow-x:auto;padding:2px 0 12px;scrollbar-width:thin}.beauty-filters button{flex:0 0 auto;padding:9px 14px;border:1px solid #e5c9d2;border-radius:50px;background:#fff;color:#6e2142;font-size:12px;font-weight:700}.beauty-filters button:hover,.beauty-filters button.active{border-color:#8e3655;background:#8e3655;color:#fff}.beauty-results{margin:4px 0 20px;color:#75616b;font-size:13px}.beauty-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.beauty-card{overflow:hidden;border:1px solid #ead8de;border-radius:16px;background:#fff;box-shadow:0 5px 18px #49172d0f;transition:transform .2s,box-shadow .2s}.beauty-card:hover{transform:translateY(-4px);box-shadow:0 14px 28px #49172d21}.beauty-card-image{aspect-ratio:1;overflow:hidden;background:#f3e7eb}.beauty-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.beauty-card:hover .beauty-card-image img{transform:scale(1.04)}.beauty-card-content{padding:14px}.beauty-card-content p{min-height:28px;margin-bottom:5px;color:#a05b71;font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.beauty-card-content h2{min-height:44px;margin-bottom:12px;color:#291329;font-family:Georgia,serif;font-size:17px;line-height:1.25}.beauty-card-content a{display:inline-flex;color:#8e3655;font-size:12px;font-weight:800}.beauty-card-content a:hover{text-decoration:underline}.beauty-empty{padding:70px 20px;text-align:center}.beauty-empty h2{margin-bottom:8px;font-family:Georgia,serif}.beauty-empty p{margin-bottom:18px;color:#75616b}.beauty-empty button{padding:10px 18px;border:0;border-radius:50px;background:#8e3655;color:#fff;font-weight:700}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1100px){.beauty-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:800px){.beauty-hero{padding:52px 0}.beauty-hero h1{font-size:36px}.beauty-toolbar{align-items:stretch;flex-direction:column}.beauty-search{width:100%;max-width:none}.beauty-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:560px){.beauty-hero h1{font-size:31px}.beauty-hero>div>p:not(.beauty-eyebrow){font-size:15px}.beauty-catalog{padding-top:32px}.beauty-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.beauty-card-content{padding:11px}.beauty-card-content h2{min-height:40px;font-size:15px}.beauty-card-content p{font-size:9px}}.shop-container{display:flex;gap:30px;padding:40px 20px;max-width:1280px;margin:0 auto}.shop-sidebar{width:250px;flex-shrink:0}.shop-main{flex:1}.filter-group{margin-bottom:24px}.filter-group h4{font-size:16px;margin-bottom:12px;color:#1a1a2e;border-bottom:2px solid #e2e8f0;padding-bottom:8px}.filter-list{list-style:none}.filter-list li{margin-bottom:8px}.filter-btn{background:transparent;border:none;padding:0;color:#64748b;font-size:14px;cursor:pointer;text-align:left;transition:color .2s;width:100%}.filter-btn:hover,.filter-btn.active{color:#1e6f5c;font-weight:600}.shop-search-input{width:100%;padding:10px 16px;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:20px;font-size:14px;outline:none}.shop-search-input:focus{border-color:#1e6f5c}.shop-hero{padding:0 0 46px;background:#166653;color:#fff}.shop-hero .container{padding-top:0}.shop-breadcrumb{display:flex;gap:10px;align-items:center;padding:16px 0 38px;color:#d9eee9;font-size:14px}.shop-breadcrumb a{color:#fff}.shop-breadcrumb span{opacity:.55}.shop-hero h1{max-width:760px;margin-bottom:14px;font-size:34px;line-height:1.2}.shop-hero>div>p:last-child{max-width:740px;color:#e4f2ef;font-size:16px;line-height:1.55}.catalog-controls{padding:24px 0 18px;border-bottom:1px solid #e2e8f0;background:#fff}.catalog-controls h2{margin-bottom:12px;font-size:18px}.category-jump-list,.catalog-filter-list{display:flex;gap:9px;flex-wrap:wrap}.category-jump-list button{padding:8px 13px;border:2px solid #16735f;border-radius:10px;background:#fff;color:#166653;font-size:13px;font-weight:700}.category-jump-list button:hover{background:#e9f6f2}.catalog-toolbar{margin-top:24px}.catalog-search{display:flex;align-items:center;gap:8px;max-width:430px;margin-bottom:14px;padding:9px 13px;border:1px solid #dbe3ea;border-radius:10px;color:#64748b}.catalog-search:focus-within{border-color:#16735f;box-shadow:0 0 0 3px #16735f1a}.catalog-search input{width:100%;border:0;outline:0;background:transparent}.catalog-filter-list button{padding:8px 14px;border:1px solid #dbe3ea;border-radius:999px;background:#f3f6f9;color:#475569;font-size:13px}.catalog-filter-list button:hover,.catalog-filter-list button.active{border-color:#16735f;background:#16735f;color:#fff}.catalog-results{display:inline-block;margin:18px 0 0;padding:7px 12px;border-radius:999px;background:#f5f7fa;color:#64748b;font-size:13px}.catalog-section{min-height:520px;padding:34px 0 56px;background:#fff}.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.catalog-card{display:flex;overflow:hidden;flex-direction:column;border:1px solid #e1e7ec;border-radius:16px;background:#fff;box-shadow:0 4px 14px #0f172a0a;transition:transform .2s,box-shadow .2s,border-color .2s}.catalog-card:hover{transform:translateY(-4px);border-color:#84b9ad;box-shadow:0 15px 30px #0f172a1a}.catalog-image{position:relative;overflow:hidden;aspect-ratio:1;background:#eef4f2}.catalog-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.catalog-card:hover .catalog-image img{transform:scale(1.035)}.stock-badge,.catalog-truckload-badge{position:absolute;top:12px;padding:5px 10px;border-radius:999px;color:#fff;font-size:11px;font-weight:700}.stock-badge{right:12px}.stock-badge.in-stock{background:#10b981}.stock-badge.low-stock{background:#f59e0b}.stock-badge.out-of-stock{background:#64748b}.catalog-truckload-badge{left:12px;display:flex;align-items:center;gap:5px;background:#0f4c3f;text-transform:uppercase;letter-spacing:.04em}.catalog-info{display:flex;flex:1;flex-direction:column;padding:16px}.catalog-info h2{margin-bottom:4px;color:#172033;font-size:16px;line-height:1.35}.catalog-category{margin:0 0 9px;color:#16735f;font-size:12px;font-weight:700}.catalog-rating{display:flex;align-items:center;gap:7px;margin-bottom:10px}.catalog-rating span{color:#f7b500;letter-spacing:1px}.catalog-rating strong{font-size:12px}.catalog-rating small{color:#64748b}.catalog-price{margin:0 0 7px;color:#16735f;font-size:20px;font-weight:800}.catalog-description{min-height:42px;margin-bottom:14px;color:#64748b;font-size:13px;line-height:1.45}.catalog-truckload-detail{margin-bottom:10px;padding:8px;border-radius:8px;background:#eef8f5;color:#0f4c3f;font-size:12px;font-weight:600}.catalog-button{display:flex;align-items:center;justify-content:center;margin-top:auto;padding:10px 12px;border-radius:9px;background:#16735f;color:#fff;font-size:13px;font-weight:700;transition:background .2s}.catalog-button:hover{background:#0f4c3f}.catalog-button.disabled{background:#cbd5e1;color:#64748b}.catalog-status{display:grid;place-items:center;min-height:300px;padding:45px;text-align:center;color:#64748b}.catalog-status svg{margin-bottom:14px;color:#16735f}.catalog-status h2{margin-bottom:6px;color:#172033}.catalog-status .btn{margin-top:18px}.catalog-pagination{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:38px}.catalog-pagination>div{display:flex;gap:7px}.catalog-pagination button{display:flex;align-items:center;justify-content:center;gap:5px;min-width:38px;height:38px;padding:0 11px;border:1px solid #dbe3ea;border-radius:8px;background:#fff;color:#475569;font-weight:600}.catalog-pagination button:hover:not(:disabled),.catalog-pagination button.active{border-color:#16735f;background:#16735f;color:#fff}.catalog-pagination button:disabled{cursor:not-allowed;opacity:.4}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:60px 20px;max-width:1000px;margin:0 auto}.contact-info-card{background:#f8fafc;padding:30px;border-radius:16px;border:1px solid #e2e8f0;height:fit-content}.contact-method{display:flex;align-items:flex-start;gap:16px;margin-bottom:24px}.contact-method:last-child{margin-bottom:0}.contact-method-icon{width:48px;height:48px;background:#e6f7f3;color:#1e6f5c;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0;font-size:20px}.contact-method h4{font-size:16px;margin-bottom:4px}.contact-method p,.contact-method a{color:#64748b;font-size:14px}.contact-method a:hover{color:#1e6f5c}.contact-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{font-size:14px;font-weight:600;color:#1a1a2e}.form-input,.form-textarea{padding:12px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:15px;outline:none;transition:border-color .2s,box-shadow .2s;background:#fff;color:#1a1a2e;width:100%}.form-input:focus,.form-textarea:focus{border-color:#1e6f5c;box-shadow:0 0 0 3px #1e6f5c1a}.form-textarea{min-height:150px;resize:vertical}.about-story{max-width:800px;margin:60px auto;font-size:16px;line-height:1.8;color:#4a5568;padding:0 20px}.about-story p{margin-bottom:24px}.about-story h3{font-size:24px;color:#1a1a2e;margin:40px 0 16px}.about-values{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin:60px 20px}.value-card{text-align:center;padding:40px 30px;background:#f8fafc;border-radius:16px;border:1px solid #e2e8f0}.value-icon{width:64px;height:64px;margin:0 auto 20px;background:#e6f7f3;color:#1e6f5c;display:flex;align-items:center;justify-content:center;border-radius:50%}.value-title{font-size:20px;font-weight:700;margin-bottom:12px;color:#1a1a2e}.value-card p{color:#64748b;font-size:15px;line-height:1.6;margin:0}.blog-layout{max-width:1000px;margin:60px auto;display:grid;gap:40px;padding:0 20px}.blog-post-card{display:flex;gap:30px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;transition:transform .3s,box-shadow .3s,border-color .3s}.blog-post-card:hover{transform:translateY(-4px);border-color:#1e6f5c;box-shadow:0 12px 24px -12px #0000001a}.blog-post-image{width:350px;flex-shrink:0;background:#e2e8f0}.blog-post-image img{width:100%;height:100%;object-fit:cover}.blog-post-content{padding:40px 40px 40px 0;display:flex;flex-direction:column;justify-content:center}.blog-post-title{font-size:24px;line-height:1.3;margin-bottom:16px;color:#1a1a2e;font-weight:700}.blog-post-excerpt{color:#64748b;margin-bottom:24px;font-size:16px;line-height:1.6}.reviews-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:60px 20px;max-width:1280px;margin:0 auto}.review-page-card{padding:30px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;box-shadow:0 4px 6px -1px #0000000d}.review-page-card .review-stars{margin-bottom:16px;font-size:16px;color:#fbbf24}.review-page-card .review-text{margin-bottom:20px;font-size:15px;color:#4a5568;line-height:1.6}.not-found-layout{text-align:center;padding:120px 20px;max-width:600px;margin:0 auto}.not-found-layout h1{font-size:72px;color:#1e6f5c;margin-bottom:24px;font-weight:800}.not-found-layout p{font-size:18px;color:#64748b;margin-bottom:32px}@media(max-width:1024px){.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.reviews-page-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.shop-hero{padding-bottom:34px}.shop-breadcrumb{padding-bottom:28px;overflow:auto;white-space:nowrap}.shop-hero h1{font-size:28px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.catalog-pagination{flex-wrap:wrap}.catalog-pagination>div{order:-1;width:100%;justify-content:center}.category-jump-list,.catalog-filter-list{overflow-x:auto;flex-wrap:nowrap;padding-bottom:6px}.category-jump-list button,.catalog-filter-list button{flex-shrink:0}.shop-container{flex-direction:column}.shop-sidebar{width:100%}.filter-list{display:flex;flex-wrap:wrap;gap:8px}.filter-list li{margin-bottom:0}.filter-btn{padding:6px 12px;background:#f1f5f9;border-radius:50px;width:auto}.filter-btn.active{background:#1e6f5c;color:#fff}.contact-layout{grid-template-columns:1fr;padding:40px 20px}.about-values{grid-template-columns:1fr;margin:40px 20px}.blog-post-card{flex-direction:column}.blog-post-image{width:100%;height:240px}.blog-post-content{padding:30px}.reviews-page-grid{grid-template-columns:1fr}}@media(max-width:1024px){.grid-4{grid-template-columns:repeat(3,1fr)}.grid-3,.steps-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.mobile-menu-btn{display:block}.nav-menu{position:absolute;top:100%;left:0;right:0;display:none;flex-direction:column;gap:16px;padding:20px;background:#fff;border-top:1px solid #e2e8f0;box-shadow:0 4px 12px #0000001a;text-align:center}.nav-menu.open{display:flex}.nav-menu a{padding:8px;font-size:16px;white-space:normal}.search-container{order:3;max-width:100%;min-width:100%;margin-top:8px}.hero .container{flex-direction:column;text-align:center}.hero-image{order:-1}.hero-image img{max-width:80%}.hero p{margin-right:auto;margin-left:auto}.hero-buttons{justify-content:center}.stats-grid{grid-template-columns:repeat(2,1fr);gap:24px}.steps-grid{grid-template-columns:1fr;gap:24px}.review-slide{flex:0 0 calc(100% - 20px)}.faq-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr);gap:30px}.mobile-action-bar{position:fixed;right:0;bottom:0;left:0;z-index:1000;display:flex;justify-content:space-around;padding:10px;background:#fff;border-top:1px solid #e2e8f0;box-shadow:0 -4px 12px #0000001a}.mobile-action-bar a{display:flex;flex-direction:column;align-items:center;gap:4px;color:#64748b;font-size:11px}.mobile-action-bar b{font-size:20px}.scroll-arrows{left:10px;bottom:80px}.scroll-arrow{width:32px;height:32px}.whatsapp-float{right:10px;bottom:80px;padding:10px 18px;font-size:14px}.whatsapp-float strong{font-size:22px}.live-popup{bottom:80px;left:50px;max-width:calc(100% - 70px)}.grid-2{grid-template-columns:1fr;gap:20px}body{padding-bottom:70px}}@media(max-width:480px){.container{padding-right:16px;padding-left:16px}h1{font-size:24px}.section h2{font-size:20px}.grid-4,.grid-3{grid-template-columns:1fr}.hero-buttons{flex-direction:column}.hero-buttons .btn{width:100%}.badges-grid{gap:12px}.trust-badge{font-size:11px}.footer-grid{grid-template-columns:1fr;text-align:center}.footer-social{justify-content:center}.whatsapp-float{padding:10px 16px}.scroll-arrows{left:8px;bottom:75px}.live-popup{left:45px;max-width:calc(100% - 60px)}}@media(max-width:540px){.catalog-grid{grid-template-columns:1fr}.catalog-image{aspect-ratio:1.2}.catalog-section{padding-top:22px}.shop-hero h1{font-size:25px}.shop-hero>div>p:last-child{font-size:14px}}
