:root{--color-primary:#1a365d;--color-primary-light:#2a4a7f;--color-secondary:#e65100;--color-secondary-light:#ff6d00;--color-accent:#2e7d32;--color-accent-light:#43a047;--color-light:#f5f5f0;--color-dark:#1a1a2e;--color-gray-100:#f7f7f5;--color-gray-200:#e8e8e3;--color-gray-300:#d0d0c8;--color-gray-500:#8a8a7a;--color-gray-700:#4a4a3e;--color-white:#fff;--color-star:#f59e0b;--font-heading:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--max-width:1200px;--header-height:80px;--radius:8px;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 8px 30px #0000001f}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--color-dark);background:var(--color-white);-webkit-font-smoothing:antialiased;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:var(--color-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--color-secondary)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-primary);font-weight:700;line-height:1.2}h1{font-size:clamp(2rem,5vw,3.2rem)}h2{font-size:clamp(1.6rem,4vw,2.4rem)}h3{font-size:clamp(1.2rem,3vw,1.6rem)}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:4rem 0}.section--gray{background:var(--color-gray-100)}.section--dark{background:var(--color-primary);color:var(--color-white)}.section--dark h2,.section--dark h3{color:var(--color-white)}.text-center{text-align:center}.text-secondary{color:var(--color-secondary)}.text-accent{color:var(--color-accent)}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.btn{border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1.05rem;font-weight:700;line-height:1.2;text-decoration:none;transition:all .25s;display:inline-flex}.btn--primary{background:var(--color-secondary);color:var(--color-white)}.btn--primary:hover{background:var(--color-secondary-light);color:var(--color-white);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn--secondary{background:var(--color-white);color:var(--color-primary);border:2px solid var(--color-primary)}.btn--secondary:hover{background:var(--color-primary);color:var(--color-white)}.btn--accent{background:var(--color-accent);color:var(--color-white)}.btn--accent:hover{background:var(--color-accent-light);color:var(--color-white);transform:translateY(-2px)}.btn--phone{background:var(--color-accent);color:var(--color-white);font-size:1.1rem}.btn--phone:hover{background:var(--color-accent-light);color:var(--color-white)}.btn--large{padding:1.1rem 2.5rem;font-size:1.2rem}.btn--full{width:100%}.header{z-index:1000;background:var(--color-white);box-shadow:var(--shadow-sm);height:var(--header-height);position:sticky;top:0}.header__inner{height:var(--header-height);max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;padding:0 1.5rem;display:flex}.header__logo{color:var(--color-primary);align-items:center;gap:.5rem;font-size:1.4rem;font-weight:800;display:flex}.header__logo span{color:var(--color-secondary)}.header__nav{align-items:center;gap:1.5rem;display:flex}.header__nav a{color:var(--color-gray-700);font-size:.95rem;font-weight:500}.header__nav a:hover{color:var(--color-secondary)}.header__phone{color:var(--color-accent);align-items:center;gap:.4rem;font-size:1.05rem;font-weight:700;display:flex}.header__cta{margin-left:.5rem}.header__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.header__burger span{background:var(--color-primary);border-radius:2px;width:24px;height:3px;transition:all .3s;display:block}.mobile-nav{top:var(--header-height);background:var(--color-white);z-index:999;flex-direction:column;gap:1.5rem;padding:2rem;display:none;position:fixed;bottom:0;left:0;right:0;overflow-y:auto}.mobile-nav.active{display:flex}.mobile-nav a{border-bottom:1px solid var(--color-gray-200);padding:.75rem 0;font-size:1.2rem;font-weight:600}@media (width<=900px){.header__nav,.header__cta{display:none}.header__burger{display:flex}}.hero{background:var(--color-primary);color:var(--color-white);align-items:center;min-height:600px;padding:3.5rem 0 4rem;display:flex;position:relative;overflow:hidden}.hero__video-bg{object-fit:cover;z-index:0;opacity:.4;width:100%;height:100%;position:absolute;top:0;left:0}.hero__overlay{z-index:1;background:linear-gradient(135deg,#1a365de0 0%,#0d2240eb 50%,#1a365dc7 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero:after{content:"";background:linear-gradient(to bottom right, transparent 49%, var(--color-white) 51%);z-index:2;height:80px;position:absolute;bottom:0;left:0;right:0}.hero__inner{z-index:1;grid-template-columns:1.1fr .9fr;align-items:center;gap:3rem;display:grid;position:relative}.hero__content h1{color:var(--color-white);margin-bottom:1rem}.hero__content h1 .highlight{color:var(--color-secondary-light)}.hero__subtitle{opacity:.92;margin-bottom:1.5rem;font-size:1.2rem;line-height:1.7}.hero__trust{opacity:.88;flex-wrap:wrap;gap:1.2rem;margin-bottom:2rem;font-size:.92rem;display:flex}.hero__trust span{align-items:center;gap:.3rem;display:flex}.hero__buttons{flex-wrap:wrap;gap:1rem;display:flex}.lead-form{background:var(--color-white);box-shadow:var(--shadow-lg);color:var(--color-dark);border-radius:12px;padding:2rem}.lead-form h3{text-align:center;margin-bottom:.5rem;font-size:1.4rem}.lead-form__subtitle{text-align:center;color:var(--color-gray-500);margin-bottom:1.5rem;font-size:.95rem}.lead-form__field{margin-bottom:1rem}.lead-form__field label{color:var(--color-gray-700);margin-bottom:.3rem;font-size:.9rem;font-weight:600;display:block}.lead-form__field input,.lead-form__field select,.lead-form__field textarea{border:2px solid var(--color-gray-200);border-radius:var(--radius);width:100%;font-size:1rem;font-family:var(--font-body);padding:.8rem 1rem;transition:border-color .2s}.lead-form__field input:focus,.lead-form__field select:focus,.lead-form__field textarea:focus{border-color:var(--color-secondary);outline:none}.lead-form__submit{margin-top:.5rem}.lead-form__note{text-align:center;color:var(--color-gray-500);margin-top:.75rem;font-size:.8rem}.trust-bar{color:var(--color-gray-700);flex-wrap:wrap;justify-content:center;gap:2rem;padding:1.5rem 0;font-size:.95rem;font-weight:600;display:flex}.trust-bar__item{align-items:center;gap:.4rem;display:flex}.trust-bar__stars{color:var(--color-star)}.steps{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem;display:grid}.step{text-align:center;background:var(--color-white);box-shadow:var(--shadow-sm);border-radius:12px;padding:2rem 1.5rem;position:relative}.step__number{background:var(--color-secondary);width:56px;height:56px;color:var(--color-white);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.5rem;font-weight:800;display:inline-flex}.step h3{margin-bottom:.5rem}.step p{color:var(--color-gray-500);font-size:.95rem}.comparison{border-collapse:collapse;width:100%;margin:2rem 0;font-size:.95rem}.comparison th{text-align:left;padding:1rem;font-size:1.1rem}.comparison th:nth-child(2){background:var(--color-secondary);color:var(--color-white);text-align:center;border-radius:8px 8px 0 0}.comparison th:nth-child(3){background:var(--color-gray-200);text-align:center;border-radius:8px 8px 0 0}.comparison td{border-bottom:1px solid var(--color-gray-200);padding:.85rem 1rem}.comparison td:nth-child(2){text-align:center;color:var(--color-secondary);background:#fff5f0;font-weight:600}.comparison td:nth-child(3){text-align:center;background:var(--color-gray-100);color:var(--color-gray-500)}.comparison tr:last-child td{border-bottom:none}.comparison tr:last-child td:nth-child(2),.comparison tr:last-child td:nth-child(3){border-radius:0 0 8px 8px}.situations-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.situation-card{background:var(--color-white);box-shadow:var(--shadow-sm);border-radius:12px;flex-direction:column;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex}.situation-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.situation-card__icon{margin-bottom:.75rem;font-size:2.2rem}.situation-card h3{margin-bottom:.4rem;font-size:1.1rem}.situation-card p{color:var(--color-gray-500);flex:1;font-size:.9rem}.situation-card__link{color:var(--color-secondary);margin-top:1rem;font-size:.9rem;font-weight:600}.cities-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-top:2rem;display:grid}.city-link{background:var(--color-white);border-radius:var(--radius);box-shadow:var(--shadow-sm);color:var(--color-primary);align-items:center;gap:.5rem;padding:1rem 1.25rem;font-weight:600;transition:all .2s;display:flex}.city-link:hover{background:var(--color-primary);color:var(--color-white);transform:translateY(-2px)}.testimonials{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.testimonial{background:var(--color-white);box-shadow:var(--shadow-sm);border-left:4px solid var(--color-secondary);border-radius:12px;padding:2rem}.testimonial__stars{color:var(--color-star);margin-bottom:.75rem;font-size:1.2rem}.testimonial__text{color:var(--color-gray-700);margin-bottom:1rem;font-style:italic;line-height:1.7}.testimonial__author{color:var(--color-primary);font-weight:700}.testimonial__location{color:var(--color-gray-500);font-size:.85rem}.bio{grid-template-columns:300px 1fr;align-items:start;gap:2.5rem;margin-top:2rem;display:grid}.bio__photo{box-shadow:var(--shadow-md);border-radius:12px}.bio__content h3{margin-bottom:1rem}.bio__content p{color:var(--color-gray-700);margin-bottom:1rem}.faq-list{max-width:800px;margin:2rem auto 0}.faq-item{border-bottom:1px solid var(--color-gray-200)}.faq-item summary{cursor:pointer;color:var(--color-primary);justify-content:space-between;align-items:center;padding:1.25rem 0;font-size:1.05rem;font-weight:600;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--color-secondary);font-size:1.5rem;font-weight:300}.faq-item[open] summary:after{content:"−"}.faq-item__answer{color:var(--color-gray-700);padding:0 0 1.25rem;line-height:1.7}.footer{background:var(--color-dark);color:var(--color-gray-300);padding:3rem 0 1.5rem}.footer__grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:2rem;display:grid}.footer h4{color:var(--color-white);margin-bottom:1rem;font-size:1.05rem}.footer__brand p{margin-bottom:1rem;font-size:.9rem;line-height:1.7}.footer__links{list-style:none}.footer__links li{margin-bottom:.5rem}.footer__links a{color:var(--color-gray-300);font-size:.9rem}.footer__links a:hover{color:var(--color-white)}.footer__bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;font-size:.85rem;display:flex}.footer__bottom a{color:var(--color-gray-300)}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.blog-card{background:var(--color-white);box-shadow:var(--shadow-sm);border-radius:12px;transition:transform .2s,box-shadow .2s;overflow:hidden}.blog-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.blog-card__body{padding:1.5rem}.blog-card__date{color:var(--color-gray-500);margin-bottom:.5rem;font-size:.8rem}.blog-card h3{margin-bottom:.5rem;font-size:1.15rem}.blog-card p{color:var(--color-gray-500);font-size:.9rem}.cta-banner{background:linear-gradient(135deg, var(--color-secondary) 0%, #c43e00 100%);color:var(--color-white);text-align:center;padding:3.5rem 0}.cta-banner h2{color:var(--color-white);margin-bottom:1rem}.cta-banner p{opacity:.93;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.15rem}.cta-banner .btn--primary{background:var(--color-white);color:var(--color-secondary)}.cta-banner .btn--primary:hover{background:var(--color-light);color:var(--color-secondary)}.page-hero{background:linear-gradient(135deg, var(--color-primary) 0%, #0d2240 100%);color:var(--color-white);text-align:center;padding:3rem 0}.page-hero h1{color:var(--color-white);margin-bottom:.75rem}.page-hero p{opacity:.9;max-width:700px;margin:0 auto;font-size:1.15rem}.breadcrumbs{opacity:.7;margin-bottom:1rem;font-size:.85rem}.breadcrumbs a{color:var(--color-white);opacity:.8}.breadcrumbs a:hover{opacity:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.hero__content{animation:.8s ease-out fadeInUp}.hero__content h1{animation:.8s ease-out .1s both fadeInUp}.hero__subtitle{animation:.8s ease-out .2s both fadeInUp}.hero__trust{animation:.8s ease-out .3s both fadeInUp}.hero__buttons{animation:.8s ease-out .4s both fadeInUp}.lead-form{animation:.8s ease-out .3s both slideInRight}.hero .lead-form{-webkit-backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3}.step,.situation-card,.testimonial,.city-link,.blog-card{transition:transform .3s,box-shadow .3s}.hero__content h1 .highlight{background:linear-gradient(135deg,#ff6d00,#ffab40);-webkit-text-fill-color:transparent;background-clip:text}.hero__buttons .btn--primary{animation:2s ease-in-out 2s infinite pulse}.hero__buttons .btn--primary:hover{animation:none}@media (width<=768px){.hero__inner{text-align:center;grid-template-columns:1fr}.hero__trust,.hero__buttons{justify-content:center}.steps,.bio{grid-template-columns:1fr}.bio__photo{max-width:250px;margin:0 auto}.footer__grid{grid-template-columns:1fr 1fr}.testimonials{grid-template-columns:1fr}.trust-bar{gap:1rem;font-size:.85rem}.comparison{font-size:.85rem}.comparison td,.comparison th{padding:.6rem .5rem}}@media (width<=480px){.footer__grid{grid-template-columns:1fr}.cities-grid{grid-template-columns:1fr 1fr}.situations-grid{grid-template-columns:1fr}}
