:root{--color-primary:#FFA500;--color-bg:#FFFAED;--color-accent:#DE7B00;--color-accent-text:#9A4D00;--color-dark:#1e1a17;--color-text:#333333;--color-text-light:#666666;--color-white:#ffffff;--color-card:#ffffff;--color-border:#e8e4de;--shadow-sm:0 2px 8px rgba(0,0,0,0.06);--shadow-md:0 4px 20px rgba(0,0,0,0.08);--shadow-lg:0 8px 40px rgba(0,0,0,0.12);--radius:12px;--radius-sm:8px;--font-heading:'Montserrat',sans-serif;--font-body:'Inter',sans-serif;--header-h:64px;--transition:0.3s ease}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 1rem)}body{font-family:var(--font-body);font-size:16px;line-height:1.65;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{font:inherit;cursor:pointer;border:none;background:0 0}.lp-container{width:100%;max-width:1100px;margin:0 auto;padding:0 1.25rem}.lp-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--color-dark);height:var(--header-h);box-shadow:0 2px 20px rgba(0,0,0,.3)}.lp-header-inner{display:flex;align-items:center;justify-content:space-between;max-width:1100px;margin:0 auto;padding:0 1.25rem;height:100%}.lp-logo{height:38px;width:auto;object-fit:contain}.lp-header-cta{display:inline-flex;align-items:center;gap:.5rem;background:var(--color-primary);color:var(--color-dark);font-family:var(--font-heading);font-weight:700;font-size:.8rem;letter-spacing:.04em;padding:.55rem 1.2rem;border-radius:var(--radius-sm);transition:background var(--transition),transform var(--transition)}.lp-header-cta:hover{background:var(--color-accent);color:var(--color-dark);transform:translateY(-1px)}.lp-header-cta svg{width:16px;height:16px}.lp-btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;font-family:var(--font-heading);font-weight:700;font-size:.9rem;letter-spacing:.04em;padding:.85rem 2rem;border-radius:var(--radius-sm);transition:background var(--transition),transform var(--transition),box-shadow var(--transition);white-space:nowrap}.lp-btn svg{width:18px;height:18px;flex-shrink:0}.lp-btn-primary{background:var(--color-primary);color:var(--color-dark)}.lp-btn-primary:hover{background:var(--color-accent);color:var(--color-dark);transform:translateY(-2px);box-shadow:0 6px 24px rgba(222,123,0,.35)}.lp-btn-lg{padding:1rem 2.5rem;font-size:1rem}.lp-btn-white{background:var(--color-white);color:var(--color-dark)}.lp-btn-white:hover{background:var(--color-primary);color:var(--color-dark);transform:translateY(-2px);box-shadow:0 6px 24px rgba(255,165,0,.3)}.lp-btn-directions{background:rgba(255,255,255,.12);color:var(--color-white);border:2px solid rgba(255,255,255,.4)}.lp-btn-directions:hover{background:var(--color-white);color:var(--color-dark);border-color:var(--color-white);transform:translateY(-2px);box-shadow:0 6px 24px rgba(255,255,255,.2)}.lp-btn-directions-dark{background:0 0;color:rgba(255,255,255,.85);border:2px solid rgba(255,255,255,.3)}.lp-btn-directions-dark:hover{background:rgba(255,255,255,.1);color:var(--color-white);border-color:rgba(255,255,255,.6);transform:translateY(-2px)}.lp-hero{position:relative;min-height:80vh;min-height:80dvh;display:flex;align-items:center;margin-top:var(--header-h);background:url('/images/hero.jpg') center/cover no-repeat;background-color:var(--color-dark);overflow:hidden}.lp-hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(30,26,23,.92) 0,rgba(30,26,23,.78) 40%,rgba(30,26,23,.55) 100%);z-index:1}.lp-hero-content{position:relative;z-index:2;padding:3rem 0;text-align:center}.lp-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,165,0,.12);border:1.5px solid var(--color-primary);border-radius:50px;padding:.4rem 1rem;font-family:var(--font-heading);font-size:.65rem;font-weight:700;letter-spacing:.08em;color:var(--color-primary);text-transform:uppercase;margin-bottom:1.25rem;backdrop-filter:none}.lp-hero-badge svg{width:14px;height:14px;flex-shrink:0}.lp-hero-title{font-family:var(--font-heading);font-size:2rem;font-weight:800;color:var(--color-white);line-height:1.15;margin-bottom:.75rem}.lp-hero-subtitle{font-family:var(--font-heading);font-size:1rem;font-weight:600;color:var(--color-primary);margin-bottom:1rem}.lp-hero-text{color:rgba(255,255,255,.85);font-size:.95rem;max-width:560px;margin:0 auto 1.5rem;line-height:1.7}.lp-hero-buttons{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;margin-bottom:2rem}.lp-hero-services{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.lp-hero-chip{display:inline-flex;align-items:center;gap:.4rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:50px;padding:.4rem 1rem;font-family:var(--font-heading);font-size:.72rem;font-weight:600;color:rgba(255,255,255,.9);letter-spacing:.03em;transition:all var(--transition);backdrop-filter:blur(4px)}.lp-hero-chip:hover{background:rgba(255,165,0,.15);border-color:var(--color-primary);color:var(--color-primary)}.lp-hero-chip svg{width:14px;height:14px;color:var(--color-primary)}.lp-trust{background:var(--color-dark);border-bottom:3px solid var(--color-primary);padding:1.25rem 0}.lp-trust-grid{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.25rem 2rem}.lp-trust-item{display:flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.85);font-family:var(--font-heading);font-size:.72rem;font-weight:600;letter-spacing:.03em;white-space:nowrap}.lp-trust-item svg{width:20px;height:20px;color:var(--color-primary);flex-shrink:0}.lp-trust-divider{width:1px;height:20px;background:rgba(255,255,255,.15);display:none}.lp-section-title{font-family:var(--font-heading);font-size:1.5rem;font-weight:800;text-align:center;text-transform:uppercase;letter-spacing:.06em;color:var(--color-dark);margin-bottom:.75rem;position:relative;padding-bottom:.75rem}.lp-section-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:50px;height:3px;background:var(--color-primary);border-radius:2px}.lp-section-subtitle{text-align:center;max-width:550px;margin:0 auto 2.5rem;color:var(--color-text-light);font-size:.92rem}.lp-services{padding:3.5rem 0 1rem}.lp-service{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius);padding:2.5rem 1.5rem;margin-bottom:2rem;transition:box-shadow var(--transition)}.lp-service:hover{box-shadow:var(--shadow-md)}.lp-service-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.lp-service-icon{width:52px;height:52px;border-radius:50%;background:rgba(255,165,0,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}.lp-service-icon svg{width:26px;height:26px;color:var(--color-primary)}.lp-service-label{font-family:var(--font-heading);font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.2rem}.lp-service-name{font-family:var(--font-heading);font-size:1.2rem;font-weight:800;color:var(--color-dark);letter-spacing:.02em}.lp-service-desc{font-size:.93rem;line-height:1.7;color:var(--color-text);margin-bottom:1.5rem}.lp-service-benefits{display:grid;grid-template-columns:1fr;gap:.6rem;margin-bottom:1.75rem}.lp-benefit{display:flex;align-items:flex-start;gap:.6rem;font-size:.88rem;line-height:1.5;color:var(--color-text)}.lp-benefit svg{width:18px;height:18px;color:#16a34a;flex-shrink:0;margin-top:1px}.lp-service-cta-wrap{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.lp-service-price{font-family:var(--font-heading);font-size:.82rem;font-weight:600;color:var(--color-text-light)}.lp-service-accent{border-left:4px solid var(--color-primary)}.lp-service-img{width:100%;aspect-ratio:16/9;border-radius:var(--radius) var(--radius) 0 0;overflow:hidden;background:#f0ebe5;margin:-2.5rem -1.5rem 1.5rem;width:calc(100% + 3rem)}.lp-service-img img{width:100%;height:100%;object-fit:cover;display:block}@media (min-width:900px){.lp-service-img{margin:-2.5rem -2.5rem 1.5rem;width:calc(100% + 5rem);border-radius:var(--radius) var(--radius) 0 0}}.lp-why{padding:3.5rem 0;background:var(--color-card)}.lp-why-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.lp-why-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.5rem;text-align:center;transition:transform var(--transition),box-shadow var(--transition)}.lp-why-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.lp-why-icon{width:48px;height:48px;margin:0 auto 1rem;color:var(--color-primary)}.lp-why-icon svg{width:100%;height:100%}.lp-why-card h3{font-family:var(--font-heading);font-size:.88rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--color-dark);margin-bottom:.5rem}.lp-why-card p{font-size:.88rem;color:var(--color-text-light);line-height:1.6}.lp-cta-banner{background:var(--color-dark);padding:3rem 0;text-align:center}.lp-cta-banner-title{font-family:var(--font-heading);font-size:1.4rem;font-weight:800;color:var(--color-white);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.04em}.lp-cta-banner-text{color:rgba(255,255,255,.75);font-size:.92rem;margin-bottom:1.5rem;max-width:500px;margin-left:auto;margin-right:auto}.lp-cta-phone-big{display:block;font-family:var(--font-heading);font-size:1.8rem;font-weight:800;color:var(--color-primary);margin-bottom:1.25rem;letter-spacing:.02em;transition:color var(--transition)}.lp-cta-phone-big:hover{color:var(--color-accent)}.lp-cta-banner-buttons{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.lp-reviews{padding:3.5rem 0;background:var(--color-bg)}.lp-reviews-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.lp-review{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.5rem}.lp-review-stars{color:var(--color-primary);font-size:.95rem;letter-spacing:2px;margin-bottom:.75rem}.lp-review-text{font-size:.9rem;line-height:1.65;color:var(--color-text);margin-bottom:.75rem;font-style:italic}.lp-review-author{font-family:var(--font-heading);font-size:.82rem;font-weight:700;color:var(--color-dark)}.lp-review-car{font-size:.78rem;color:var(--color-text-light)}.lp-faq{padding:3.5rem 0;background:var(--color-card)}.lp-faq-list{max-width:700px;margin:0 auto}.lp-faq-item{border-bottom:1px solid var(--color-border)}.lp-faq-q{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 0;font-family:var(--font-heading);font-size:.92rem;font-weight:600;color:var(--color-dark);cursor:pointer;list-style:none;transition:color var(--transition)}.lp-faq-q::-webkit-details-marker{display:none}.lp-faq-q::after{content:'+';font-size:1.3rem;font-weight:400;color:var(--color-primary);flex-shrink:0;margin-left:1rem}.lp-faq-item[open] .lp-faq-q::after{content:'−'}.lp-faq-item[open] .lp-faq-q{color:var(--color-primary)}.lp-faq-a{padding:0 0 1rem;font-size:.88rem;color:var(--color-text-light);line-height:1.7}.lp-contact{padding:3.5rem 0;background:var(--color-bg)}.lp-contact-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.lp-contact-info{background:#f0e6d6;border-radius:var(--radius);padding:2rem 1.5rem;border:1px solid #e0d2be}.lp-contact-row{display:flex;gap:.75rem;align-items:flex-start;margin-bottom:1.25rem}.lp-contact-row:last-child{margin-bottom:0}.lp-contact-row svg{width:22px;height:22px;color:var(--color-primary);flex-shrink:0;margin-top:2px}.lp-contact-row h3{font-family:var(--font-heading);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-dark);margin-bottom:.15rem}.lp-contact-row p{font-size:.88rem;line-height:1.5}.lp-contact-row a{color:var(--color-accent-text);display:inline-flex;align-items:center;min-height:44px;font-weight:600}.lp-contact-row a:hover{color:var(--color-accent-text);text-decoration:underline}.lp-contact-map{border-radius:var(--radius);overflow:hidden;min-height:280px;background:#f0e6d6;padding:.75rem;border:1px solid #e0d2be}.lp-contact-map iframe{display:block;width:100%;height:100%;min-height:260px;border:0;border-radius:var(--radius-sm)}.lp-footer{background:var(--color-dark);text-align:center;padding:1.5rem 0;color:rgba(255,255,255,.5);font-size:.8rem}.lp-footer a{color:rgba(255,255,255,.7)}.lp-footer a:hover{color:var(--color-primary)}.lp-footer-legal{display:flex;flex-wrap:wrap;justify-content:center;gap:.25rem 1rem;margin-top:.6rem}.lp-footer-legal a,.lp-footer-legal button{min-height:44px;display:inline-flex;align-items:center;padding:0;border:0;background:0 0;color:rgba(255,255,255,.7);font:inherit;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.lp-footer-legal a:hover,.lp-footer-legal button:hover{color:var(--color-primary)}.lp-sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:999;background:var(--color-dark);padding:.75rem 1rem;box-shadow:0 -4px 20px rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center}.lp-sticky-cta .lp-btn{width:100%;max-width:400px}.lp-fade{opacity:0;transform:translateY(20px);transition:opacity .5s ease-out,transform .5s ease-out}.lp-fade.visible{opacity:1;transform:translateY(0)}@media (min-width:600px){.lp-hero-title{font-size:2.6rem}.lp-hero-subtitle{font-size:1.1rem}.lp-hero-badge{font-size:.72rem}.lp-section-title{font-size:1.7rem}.lp-trust-divider{display:block}.lp-contact-grid,.lp-reviews-grid,.lp-service-benefits,.lp-why-grid{grid-template-columns:1fr 1fr}.lp-sticky-cta{display:none}}@media (min-width:900px){:root{--header-h:70px}.lp-container{padding:0 2rem}.lp-logo{height:42px}.lp-header-cta{font-size:.85rem;padding:.6rem 1.4rem}.lp-hero{min-height:85vh}.lp-hero-content{text-align:left;padding:4rem 0;max-width:620px}.lp-hero-title{font-size:3.2rem}.lp-hero-subtitle{font-size:1.25rem}.lp-hero-text{font-size:1rem;margin-left:0;margin-right:0}.lp-hero-buttons,.lp-hero-services{justify-content:flex-start}.lp-services{padding:4.5rem 0 1.5rem}.lp-service{padding:2.5rem}.lp-service-name{font-size:1.35rem}.lp-service-benefits{grid-template-columns:1fr 1fr}.lp-why{padding:4.5rem 0}.lp-why-grid{grid-template-columns:repeat(4,1fr)}.lp-cta-banner{padding:4rem 0}.lp-cta-banner-title{font-size:1.7rem}.lp-cta-phone-big{font-size:2.2rem}.lp-reviews{padding:4.5rem 0}.lp-reviews-grid{grid-template-columns:repeat(3,1fr)}.lp-contact,.lp-faq{padding:4.5rem 0}.lp-section-title{font-size:1.9rem;margin-bottom:.85rem}}@media (min-width:1200px){.lp-hero-title{font-size:3.6rem}}:focus-visible{outline:2px solid var(--color-accent-text);outline-offset:2px}.lp-btn:focus-visible{outline-offset:3px}@media (max-width:599px){.lp-footer{padding-bottom:5rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.lp-fade{opacity:1;transform:none;transition:none}}