:root{--navy: #1E3A5F;--navy-light: #2D5986;--navy-dark: #162D4A;--yellow: #F59E0B;--yellow-hover:#D97706;--grey-light: #F3F4F6;--grey-mid: #E5E7EB;--white: #FFFFFF;--text-dark: #111827;--text-body: #374151;--text-muted: #6B7280;--border: #E5E7EB;--success: #10B981;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow-md: 0 4px 16px rgba(0,0,0,.12);--shadow-lg: 0 8px 32px rgba(0,0,0,.16);--shadow-hero: 0 20px 60px rgba(0,0,0,.3);--transition: all .15s ease;--transition-md: all .2s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;font-size:16px;line-height:1.6;color:var(--text-body);background:var(--white);-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}h1{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800;line-height:1.15;color:var(--text-dark)}h2{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;line-height:1.2;color:var(--text-dark)}h3{font-size:1.25rem;font-weight:600;line-height:1.3;color:var(--text-dark)}h4{font-size:1rem;font-weight:600;color:var(--text-dark)}p{color:var(--text-body)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:80px 0}.section--sm{padding:56px 0}.section--lg{padding:100px 0}.text-center{text-align:center}.section-label{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--yellow);margin-bottom:12px}.section-label--navy{color:var(--navy-light)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:var(--radius-md);font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition-md);border:none;white-space:nowrap}.btn-primary{background:var(--yellow);color:var(--navy-dark)}.btn-primary:hover{background:var(--yellow-hover);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-navy{background:var(--navy);color:var(--white)}.btn-navy:hover{background:var(--navy-dark);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-outline-white{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.6)}.btn-outline-white:hover{background:#ffffff1a;border-color:#fff}.btn--lg{padding:18px 36px;font-size:1.0625rem}.btn--full{width:100%}.btn svg{width:20px;height:20px;flex-shrink:0}.form-group{display:flex;flex-direction:column;gap:6px}.form-label{font-size:.875rem;font-weight:600;color:var(--text-dark)}.form-input,.form-select{width:100%;padding:14px 16px;border:2px solid var(--border);border-radius:var(--radius-md);font-size:1rem;font-family:inherit;color:var(--text-dark);background:var(--white);transition:var(--transition);outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-input:focus,.form-select:focus{border-color:var(--navy);box-shadow:0 0 0 3px #1e3a5f26}.form-input::-moz-placeholder{color:var(--text-muted)}.form-input::placeholder{color:var(--text-muted)}.header{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:72px}.logo{display:flex;align-items:center;gap:10px;text-decoration:none}.logo__icon{width:40px;height:40px;background:var(--navy);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center}.logo__text{font-size:1.25rem;font-weight:800;color:var(--navy);line-height:1.1}.logo__text span{color:var(--yellow)}.header__right{display:flex;align-items:center;gap:20px}.header__phone{display:flex;align-items:center;gap:8px;font-weight:700;font-size:1.0625rem;color:var(--navy);cursor:pointer}.header__phone:hover{color:var(--yellow-hover)}.header__phone svg{width:18px;height:18px;color:var(--yellow)}.header__nav{display:none}@media(min-width:768px){.header__nav{display:flex;align-items:center;gap:4px}.header__nav a{padding:8px 14px;border-radius:var(--radius-sm);font-size:.9375rem;font-weight:500;color:var(--text-body);transition:var(--transition)}.header__nav a:hover{background:var(--grey-light);color:var(--navy)}.header__nav a.active{background:var(--grey-light);color:var(--navy);font-weight:600}}.header__mob-menu{display:flex}@media(min-width:768px){.header__mob-menu{display:none}}.mobile-nav{display:none;position:fixed;top:72px;left:0;right:0;background:var(--white);border-bottom:1px solid var(--border);box-shadow:var(--shadow-md);z-index:99;padding:16px 24px 24px}.mobile-nav.open{display:block}.mobile-nav a{display:block;padding:12px 0;font-size:1rem;font-weight:500;color:var(--text-body);border-bottom:1px solid var(--border)}.mobile-nav a:last-child{border-bottom:none}.mobile-nav a:hover{color:var(--navy)}.hero{background:var(--navy);background-image:linear-gradient(135deg,var(--navy-dark) 0%,var(--navy) 60%,var(--navy-light) 100%);padding:80px 0 100px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;border-radius:50%;background:#ffffff08;pointer-events:none}.hero__grid{display:grid;grid-template-columns:1fr;gap:48px;align-items:center}@media(min-width:968px){.hero__grid{grid-template-columns:1fr 420px;gap:64px}}.hero__label{display:inline-flex;align-items:center;gap:6px;background:#f59e0b26;border:1px solid rgba(245,158,11,.3);border-radius:var(--radius-full);padding:6px 14px;font-size:.8125rem;font-weight:600;color:var(--yellow);margin-bottom:24px}.hero__label svg{width:14px;height:14px}.hero h1{color:var(--white);margin-bottom:20px}.hero h1 span{color:var(--yellow)}.hero__sub{font-size:1.1875rem;color:#fffc;margin-bottom:32px;line-height:1.6}.hero__bullets{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:40px}.hero__bullet{display:flex;align-items:center;gap:8px;font-size:.9375rem;color:#ffffffe6;font-weight:500}.hero__bullet svg{width:18px;height:18px;color:var(--yellow);flex-shrink:0}.quote-card{background:var(--white);border-radius:var(--radius-lg);padding:36px 32px;box-shadow:var(--shadow-hero)}.quote-card__title{font-size:1.25rem;font-weight:700;color:var(--navy);margin-bottom:6px}.quote-card__sub{font-size:.875rem;color:var(--text-muted);margin-bottom:24px}.quote-card__form{display:flex;flex-direction:column;gap:16px}.quote-card__guarantee{display:flex;align-items:center;gap:8px;margin-top:12px;font-size:.8125rem;color:var(--text-muted)}.quote-card__guarantee svg{width:16px;height:16px;color:var(--success);flex-shrink:0}.trust-bar{background:var(--white);border-bottom:1px solid var(--border);padding:20px 0}.trust-bar__inner{display:flex;flex-wrap:wrap;justify-content:center;gap:24px 40px}.trust-item{display:flex;align-items:center;gap:10px;font-size:.9375rem;font-weight:600;color:var(--text-dark);white-space:nowrap}.trust-item svg{width:20px;height:20px;color:var(--yellow);flex-shrink:0}.trust-item__stars{color:#f59e0b;font-size:.875rem;letter-spacing:-1px}.steps-grid{display:grid;grid-template-columns:1fr;gap:32px;margin-top:48px}@media(min-width:768px){.steps-grid{grid-template-columns:repeat(3,1fr)}}.step-card{background:var(--white);border-radius:var(--radius-lg);padding:36px 28px;text-align:center;position:relative;box-shadow:var(--shadow-sm);border:1px solid var(--border)}.step-number{width:52px;height:52px;background:var(--navy);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:800;margin:0 auto 20px}.step-icon{width:48px;height:48px;margin:0 auto 16px;color:var(--yellow)}.step-card h3{margin-bottom:10px}.step-card p{font-size:.9375rem;color:var(--text-muted)}.steps-connector{display:none}@media(min-width:768px){.steps-connector{display:block;position:absolute;top:50%;right:-20px;transform:translateY(-50%);color:var(--grey-mid)}}.step-card:not(:last-child){position:relative}.sizes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:48px}@media(min-width:768px){.sizes-grid{grid-template-columns:repeat(4,1fr)}}.size-card{border:2px solid var(--border);border-radius:var(--radius-lg);padding:24px 20px;text-align:center;cursor:pointer;transition:var(--transition-md);background:var(--white);display:block}.size-card:hover{border-color:var(--yellow);box-shadow:var(--shadow-md);transform:translateY(-3px)}.size-card__icon{width:56px;height:56px;margin:0 auto 14px}.size-card__name{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:4px}.size-card__price{font-size:1.25rem;font-weight:800;color:var(--yellow-hover);margin-bottom:8px}.size-card__use{font-size:.8125rem;color:var(--text-muted);line-height:1.4}.size-card__cta{margin-top:16px;display:inline-flex;align-items:center;gap:4px;font-size:.875rem;font-weight:600;color:var(--navy);transition:var(--transition)}.size-card:hover .size-card__cta{color:var(--yellow-hover)}.why-us{background:var(--navy);background-image:linear-gradient(135deg,var(--navy-dark) 0%,var(--navy) 100%)}.why-us h2,.why-us .section-label{color:var(--white)}.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-top:48px}@media(min-width:768px){.why-grid{grid-template-columns:repeat(4,1fr)}}.why-card{text-align:center;padding:32px 20px;border-radius:var(--radius-lg);background:#ffffff0f;border:1px solid rgba(255,255,255,.1);transition:var(--transition-md)}.why-card:hover{background:#ffffff1a;transform:translateY(-2px)}.why-icon{width:56px;height:56px;background:var(--yellow);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.why-icon svg{width:28px;height:28px;color:var(--navy-dark)}.why-card h3{color:var(--white);margin-bottom:10px}.why-card p{font-size:.9375rem;color:#ffffffb3}.coverage-intro{max-width:600px;margin:0 auto 40px;text-align:center}.coverage-intro p{color:var(--text-muted);margin-top:12px}.towns-cloud{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.town-chip{padding:8px 18px;background:var(--white);border:2px solid var(--border);border-radius:var(--radius-full);font-size:.9375rem;font-weight:600;color:var(--navy);cursor:pointer;transition:var(--transition);display:inline-block}.town-chip:hover{background:var(--navy);border-color:var(--navy);color:var(--white)}.coverage-cta{text-align:center;margin-top:32px}.coverage-cta a{font-weight:600;color:var(--navy);border-bottom:2px solid var(--yellow);padding-bottom:2px;transition:var(--transition)}.coverage-cta a:hover{color:var(--yellow-hover)}.reviews-header{text-align:center;margin-bottom:48px}.reviews-header .stars{font-size:1.5rem;color:var(--yellow);letter-spacing:-2px;margin-bottom:8px}.reviews-header p{color:var(--text-muted);font-size:.9375rem}.reviews-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:768px){.reviews-grid{grid-template-columns:repeat(3,1fr)}}.review-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px 24px;box-shadow:var(--shadow-sm);transition:var(--transition-md)}.review-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.review-card__stars{color:var(--yellow);font-size:1rem;letter-spacing:-1px;margin-bottom:14px}.review-card__text{font-size:.9375rem;color:var(--text-body);line-height:1.7;margin-bottom:20px;font-style:italic}.review-card__author{display:flex;align-items:center;gap:12px}.review-avatar{width:40px;height:40px;background:var(--navy);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9375rem;color:var(--white);flex-shrink:0}.review-name{font-weight:600;font-size:.9375rem;color:var(--text-dark)}.review-location{font-size:.8125rem;color:var(--text-muted)}.cta-section{background:var(--yellow);padding:80px 0}.cta-section h2{color:var(--navy-dark)}.cta-section p{color:var(--navy);opacity:.8}.cta-form{display:flex;flex-direction:column;gap:12px;max-width:500px;margin:32px auto 0}@media(min-width:640px){.cta-form{flex-direction:row}.cta-form .form-input{flex:1}}.cta-form .form-input{border-color:#1e3a5f4d}.cta-form .form-input:focus{border-color:var(--navy)}.cta-section--navy{background:var(--navy);background-image:linear-gradient(135deg,var(--navy-dark) 0%,var(--navy) 100%)}.cta-section--navy h2{color:var(--white)}.cta-section--navy p{color:#fffc;opacity:1}.cta-section--navy .section-label{color:var(--yellow)}.footer{background:var(--navy-dark);color:#ffffffb3;padding:60px 0 32px}.footer__grid{display:grid;grid-template-columns:1fr;gap:40px;margin-bottom:48px}@media(min-width:768px){.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:32px}}.footer__brand .logo__text{color:var(--white);margin-bottom:16px}.footer__brand p{font-size:.9375rem;line-height:1.7;max-width:260px}.footer__phone{display:flex;align-items:center;gap:8px;font-weight:700;color:var(--yellow);font-size:1.0625rem;margin-top:20px}.footer__col h4{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--white);margin-bottom:16px}.footer__col ul{display:flex;flex-direction:column;gap:10px}.footer__col ul a{font-size:.9375rem;color:#ffffffa6;transition:var(--transition)}.footer__col ul a:hover{color:var(--yellow)}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;font-size:.875rem;color:#fff6}.footer__bottom a{color:#ffffff80}.footer__bottom a:hover{color:var(--yellow)}.footer-link-soon,.footer__col ul .footer-link-soon{color:#ffffff4d;cursor:default}.town-chip--soon{opacity:.4;cursor:default;pointer-events:none}.breadcrumb{padding:14px 0;font-size:.875rem;color:var(--text-muted)}.breadcrumb a{color:var(--navy);font-weight:500}.breadcrumb a:hover{color:var(--yellow-hover)}.breadcrumb span{margin:0 8px}.badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:var(--radius-full);font-size:.75rem;font-weight:600}.badge--green{background:#d1fae5;color:#065f46}.badge--yellow{background:#fef3c7;color:#92400e}.badge--navy{background:#dbeafe;color:var(--navy)}.price-from{font-size:.8125rem;color:var(--text-muted)}.price-amount{font-size:1.5rem;font-weight:800;color:var(--navy)}.price-suffix{font-size:.875rem;color:var(--text-muted)}.faq-list{display:flex;flex-direction:column;gap:0}.faq-item{border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:8px;overflow:hidden}.faq-item summary{padding:20px 24px;font-size:1rem;font-weight:600;color:var(--text-dark);cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px;transition:var(--transition)}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:hover{background:var(--grey-light)}.faq-item[open] summary{background:var(--grey-light);color:var(--navy)}.faq-item[open]{border-left:3px solid var(--yellow)}.faq-chevron{width:20px;height:20px;flex-shrink:0;color:var(--text-muted);transition:transform .2s ease}.faq-item[open] .faq-chevron{transform:rotate(180deg);color:var(--yellow)}.faq-answer{padding:0 24px 20px;font-size:.9375rem;color:var(--text-body);line-height:1.7}.page-hero{background:var(--navy);background-image:linear-gradient(135deg,var(--navy-dark) 0%,var(--navy) 100%);padding:48px 0 56px}.page-hero .breadcrumb a{color:#fff9}.page-hero .breadcrumb{color:#ffffff80}.page-hero .breadcrumb a:hover{color:var(--yellow)}.page-hero h1{color:var(--white);margin-top:12px}.page-hero p{color:#ffffffbf;margin-top:12px;font-size:1.0625rem}.price-table{width:100%;border-collapse:collapse;margin-top:32px;font-size:.9375rem}.price-table th{background:var(--navy);color:var(--white);padding:14px 16px;text-align:left;font-weight:600;font-size:.875rem}.price-table th:first-child{border-radius:var(--radius-sm) 0 0 0}.price-table th:last-child{border-radius:0 var(--radius-sm) 0 0}.price-table td{padding:14px 16px;border-bottom:1px solid var(--border);color:var(--text-body);vertical-align:middle}.price-table tr:nth-child(2n) td{background:var(--grey-light)}.price-table tr:hover td{background:#e8f0f8}.price-table .popular-row td{font-weight:600}.table-wrapper{overflow-x:auto;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border)}.contact-form{display:flex;flex-direction:column;gap:20px}.contact-form textarea{width:100%;padding:14px 16px;border:2px solid var(--border);border-radius:var(--radius-md);font-size:1rem;font-family:inherit;color:var(--text-dark);background:var(--white);transition:var(--transition);outline:none;resize:vertical;min-height:140px}.contact-form textarea:focus{border-color:var(--navy);box-shadow:0 0 0 3px #1e3a5f26}@media(max-width:767px){.hide-mobile{display:none}.section{padding:56px 0}.hero{padding:56px 0 72px}}@media(min-width:768px){.show-mobile-only{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}
