:root{--red:#e51b23;--red-dark:#bd1017;--ink:#17191c;--muted:#63676d;--soft:#f5f6f7;--line:#e5e7eb;--green:#16a34a;--green-dark:#107c38;--white:#fff;--shadow:0 18px 50px rgba(26,28,31,.12);--radius:24px}
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55;-webkit-font-smoothing:antialiased}
    img{display:block;max-width:100%}
    a{color:inherit}
    button,input{font:inherit}
    button,a{-webkit-tap-highlight-color:transparent}
    .container{width:min(1160px,calc(100% - 36px));margin-inline:auto}
    .eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--red-dark);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em}
    .eyebrow:before{content:"";width:26px;height:2px;background:var(--red)}
    .skip{position:absolute;left:-9999px;top:auto}.skip:focus{left:12px;top:12px;z-index:1000;background:#fff;padding:10px;border-radius:8px}
    .topbar{background:#1c1e21;color:#fff;font-size:.84rem;text-align:center;padding:7px 14px}
    .topbar strong{color:#fff}
    header{height:78px;display:flex;align-items:center;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(229,231,235,.8);position:relative;z-index:10}
    .header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
    .logo{width:180px;height:58px;object-fit:contain}
    .header-contact{display:flex;align-items:center;gap:16px}
    .address-mini{font-size:.8rem;line-height:1.35;color:var(--muted);text-align:right}
    .btn{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:14px;padding:0 21px;text-decoration:none;font-weight:800;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
    .btn:hover{transform:translateY(-2px)}
    .btn:focus-visible,.close:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid rgba(229,27,35,.28);outline-offset:3px}
    .btn-green{color:#fff;background:var(--green);box-shadow:0 10px 24px rgba(22,163,74,.23)}
    .btn-green:hover{background:var(--green-dark)}
    .btn-red{color:#fff;background:var(--red);box-shadow:0 10px 24px rgba(229,27,35,.25)}
    .btn-light{color:var(--ink);background:#fff;border:1px solid var(--line)}
    .icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:none}
    .hero{position:relative;overflow:hidden;background:linear-gradient(114deg,#fff 0%,#fff 52%,#fff5f5 52%,#fff5f5 100%);padding:62px 0 48px}
    .hero:after{content:"";position:absolute;width:320px;height:320px;border:70px solid rgba(229,27,35,.055);border-radius:50%;right:-160px;top:-130px}
    .hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:center;position:relative;z-index:1}
    h1{font-size:clamp(2.35rem,5.3vw,4.7rem);line-height:.98;letter-spacing:-.055em;margin:18px 0 22px;max-width:760px}
    h1 span{color:var(--red)}
    .hero-copy>p{font-size:1.14rem;color:#555a60;max-width:620px;margin:0 0 28px}
    .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}
    .microtrust{display:flex;flex-wrap:wrap;gap:18px;color:#4f545a;font-size:.9rem;font-weight:650}
    .microtrust span{display:flex;align-items:center;gap:7px}
    .microtrust svg{color:var(--red)}
    .hero-visual{position:relative;padding:0 28px 28px 0}
    .hero-img{width:100%;height:580px;object-fit:cover;object-position:center;border-radius:34px 34px 8px 34px;box-shadow:var(--shadow)}
    .hero-visual:before{content:"";position:absolute;inset:24px 0 0 24px;background:var(--red);border-radius:34px 34px 8px 34px;z-index:-1}
    .hero-badge{position:absolute;left:-20px;bottom:58px;background:#fff;border-radius:18px;padding:16px 18px;box-shadow:0 15px 38px rgba(20,22,24,.16);display:flex;gap:12px;align-items:center;max-width:245px}
    .badge-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:#fff0f1;color:var(--red)}
    .hero-badge strong{display:block;font-size:.96rem}.hero-badge small{display:block;color:var(--muted);line-height:1.35;margin-top:2px}
    .category-choice{padding:70px 0 74px;background:#fff}
    .category-choice .section-head{align-items:center;margin-bottom:30px}
    .category-choice h2{font-size:clamp(1.9rem,3.6vw,2.9rem)}
    .category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
    .category-card{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 10px 30px rgba(25,27,30,.07);transition:transform .2s ease,box-shadow .2s ease}
    .category-card:hover{transform:translateY(-5px);box-shadow:0 18px 42px rgba(25,27,30,.12)}
    .category-photo{position:relative;height:220px;overflow:hidden;background:var(--soft)}
    .category-photo:after{content:"";position:absolute;inset:auto 0 0;height:45%;background:linear-gradient(transparent,rgba(14,15,17,.42));pointer-events:none}
    .category-photo img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
    .category-card:hover .category-photo img{transform:scale(1.035)}
    .category-body{display:flex;flex:1;flex-direction:column;padding:21px 20px 20px}
    .category-body h3{font-size:1.22rem;margin:0 0 7px}
    .category-body p{color:var(--muted);font-size:.9rem;margin:0 0 20px}
    .category-body .btn{width:100%;min-height:48px;margin-top:auto;padding:0 13px;font-size:.89rem}
    .trustbar{border-bottom:1px solid var(--line);background:#fff}
    .trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
    .trust-item{display:flex;align-items:center;gap:12px;padding:24px 20px;border-right:1px solid var(--line)}
    .trust-item:first-child{padding-left:0}.trust-item:last-child{border-right:0}
    .trust-item svg{color:var(--red);width:25px;height:25px}.trust-item strong{font-size:.92rem;line-height:1.25}.trust-item small{display:block;color:var(--muted);font-size:.76rem;margin-top:2px}
    section{padding:88px 0}
    .section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:36px}
    h2{font-size:clamp(2rem,4vw,3.25rem);line-height:1.06;letter-spacing:-.045em;margin:12px 0 0;max-width:710px}
    .section-head p{color:var(--muted);max-width:420px;margin:0}
    .services{background:var(--soft)}
    .service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
    .service-card{background:#fff;border:1px solid #eceef0;border-radius:22px;padding:26px;min-height:240px;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}
    .service-card:hover{transform:translateY(-5px);box-shadow:0 18px 44px rgba(29,31,34,.08)}
    .service-icon{width:50px;height:50px;border-radius:15px;background:#fff0f1;color:var(--red);display:grid;place-items:center;margin-bottom:38px}
    .service-card h3{font-size:1.22rem;margin:0 0 8px}.service-card p{color:var(--muted);margin:0;font-size:.95rem}
    .service-card.featured{background:var(--red);color:#fff;border-color:var(--red)}
    .service-card.featured .service-icon{background:rgba(255,255,255,.18);color:#fff}.service-card.featured p{color:#ffe7e8}
    .split{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}
    .photo-stack{position:relative;min-height:610px}
    .photo-main{width:76%;height:560px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}
    .photo-small{position:absolute;width:52%;height:300px;object-fit:cover;right:0;bottom:0;border:9px solid #fff;border-radius:24px;box-shadow:0 16px 38px rgba(22,24,27,.14)}
    .content h2{margin-bottom:20px}.content>p{color:var(--muted);font-size:1.04rem;margin-bottom:28px}
    .benefit-list{display:grid;gap:14px;margin:0 0 30px;padding:0;list-style:none}
    .benefit-list li{display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:center;font-weight:700}
    .check{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#fff0f1;color:var(--red)}
    .gallery{background:#1b1d20;color:#fff;overflow:hidden}
    .gallery .section-head p{color:#b9bdc2}
    .gallery-grid{display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:16px}
    .gallery-grid img{width:100%;height:450px;object-fit:cover;border-radius:20px}
    .gallery-grid img:first-child{object-position:center}
    .conversion{background:linear-gradient(135deg,#e51b23,#b90f17);color:#fff;position:relative;overflow:hidden}
    .conversion:before{content:"";position:absolute;inset:auto -160px -230px auto;width:500px;height:500px;border:100px solid rgba(255,255,255,.07);border-radius:50%}
    .conversion-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:60px;align-items:center;position:relative}
    .conversion h2{margin:12px 0 18px}.conversion p{color:#ffe4e5;font-size:1.06rem;max-width:570px}
    .conversion .eyebrow{color:#fff}.conversion .eyebrow:before{background:#fff}
    .lead-form{background:#fff;color:var(--ink);padding:30px;border-radius:24px;box-shadow:0 20px 55px rgba(83,0,4,.23)}
    .lead-form h3{font-size:1.4rem;margin:0 0 6px}.lead-form>p{font-size:.9rem;color:var(--muted);margin:0 0 20px}
    .field{margin-bottom:14px}.field label{display:block;font-size:.84rem;font-weight:750;margin-bottom:6px}.field input{width:100%;height:52px;border:1px solid #d9dce0;border-radius:12px;padding:0 14px;color:var(--ink);background:#fff}.field input:focus{border-color:var(--red);box-shadow:0 0 0 4px rgba(229,27,35,.09);outline:0}
    .lead-form .btn{width:100%;margin-top:4px}.form-note{font-size:.72rem!important;color:#777!important;text-align:center;margin:12px 0 0!important}
    .location-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:34px;align-items:stretch}
    .location-card{background:var(--soft);border-radius:24px;padding:34px}
    .location-card h2{font-size:2.35rem;margin:10px 0 26px}
    .info-row{display:grid;grid-template-columns:44px 1fr;gap:13px;padding:17px 0;border-bottom:1px solid #dddfe2}
    .info-row:last-of-type{border-bottom:0}.info-icon{width:44px;height:44px;border-radius:13px;background:#fff;color:var(--red);display:grid;place-items:center}.info-row strong{display:block;margin-bottom:3px}.info-row span,.info-row a{color:var(--muted);text-decoration:none}
    .location-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}
    .map-wrap{min-height:500px;border-radius:24px;overflow:hidden;box-shadow:var(--shadow);background:#eee}
    .map-wrap iframe{border:0;width:100%;height:100%;min-height:500px}
    .reviews{background:#fff7f7}
    .review-card{display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;background:#fff;border:1px solid #f2dfe0;border-radius:24px;padding:30px;box-shadow:0 12px 35px rgba(93,15,20,.06)}
    .review-mark{width:64px;height:64px;border-radius:18px;background:#fff0f1;color:var(--red);display:grid;place-items:center}.review-card h3{margin:0 0 5px;font-size:1.28rem}.review-card p{margin:0;color:var(--muted)}
    .stars{display:flex;color:#f4b400;gap:2px;margin-bottom:7px}.stars svg{width:18px;height:18px;fill:currentColor;stroke:currentColor}
    .faq-wrap{max-width:860px;margin-inline:auto}
    .faq-wrap>.section-head{display:block;text-align:center}.faq-wrap h2{margin-inline:auto}
    details{border-bottom:1px solid var(--line)}
    summary{list-style:none;cursor:pointer;padding:23px 44px 23px 0;font-size:1.05rem;font-weight:800;position:relative}
    summary::-webkit-details-marker{display:none}
    summary:after{content:"+";position:absolute;right:8px;top:18px;font-size:1.6rem;color:var(--red);font-weight:400}
    details[open] summary:after{content:"−"}
    details p{margin:0;padding:0 40px 22px 0;color:var(--muted)}
    .final-cta{padding:0 0 88px}
    .final-box{border-radius:30px;background:#191b1e;color:#fff;padding:56px;display:flex;align-items:center;justify-content:space-between;gap:38px;position:relative;overflow:hidden}
    .final-box:after{content:"";position:absolute;width:240px;height:240px;background:var(--red);border-radius:50%;right:-150px;top:-120px}.final-box>div,.final-box>a{position:relative;z-index:1}.final-box h2{margin:0 0 12px;font-size:clamp(2rem,4vw,3.2rem)}.final-box p{color:#c8cbd0;margin:0;max-width:580px}
    footer{padding:34px 0 110px;border-top:1px solid var(--line);font-size:.82rem;color:var(--muted)}
    .footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-logo{width:135px;height:48px;object-fit:contain;filter:grayscale(1)}
    .whatsapp-float{position:fixed;right:20px;bottom:22px;width:60px;height:60px;border-radius:50%;display:grid;place-items:center;color:#fff;background:var(--green);box-shadow:0 14px 34px rgba(22,163,74,.4);z-index:50;text-decoration:none;transition:transform .2s ease}.whatsapp-float:hover{transform:scale(1.07)}.whatsapp-float svg{width:29px;height:29px}
    .mobile-bar{display:none}
    dialog{width:min(510px,calc(100% - 28px));padding:0;border:0;border-radius:25px;box-shadow:0 28px 90px rgba(0,0,0,.28);overflow:hidden}
    dialog::backdrop{background:rgba(8,9,10,.64);backdrop-filter:blur(4px)}
    .popup-head{background:var(--red);color:#fff;padding:28px 30px 25px;position:relative}.popup-head h2{font-size:1.7rem;letter-spacing:-.035em;margin:0 44px 8px 0}.popup-head p{margin:0;color:#ffe5e6}.close{position:absolute;right:16px;top:16px;width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.18);color:#fff;font-size:1.4rem;cursor:pointer}.popup-body{padding:25px 30px 30px}.popup-body p{color:var(--muted);margin:0 0 20px}.popup-body .btn{width:100%}
    @media (max-width:900px){
      .address-mini{display:none}.hero{padding-top:42px}.hero-grid,.split,.conversion-grid,.location-grid{grid-template-columns:1fr}.hero-grid{gap:38px}.hero-copy{text-align:center}.eyebrow{justify-content:center}.hero-copy>p{margin-inline:auto}.hero-actions,.microtrust{justify-content:center}.hero-visual{max-width:610px;margin-inline:auto}.hero-img{height:560px}.category-grid{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.trust-item:nth-child(3){padding-left:0}.service-grid{grid-template-columns:repeat(2,1fr)}.section-head{display:block}.section-head p{margin-top:16px}.photo-stack{max-width:640px;margin-inline:auto}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-grid img{height:390px}.gallery-grid img:first-child{grid-column:1/-1;height:430px}.review-card{grid-template-columns:auto 1fr}.review-card .btn{grid-column:1/-1}.final-box{display:block}.final-box .btn{margin-top:28px}.map-wrap{min-height:420px}.map-wrap iframe{min-height:420px}}
    @media (max-width:620px){
      .container{width:min(100% - 28px,1160px)}.topbar{font-size:.74rem}.header-contact>.btn{display:none}header{height:68px}.logo{width:148px;height:48px}
      .hero{padding:34px 0 38px;background:linear-gradient(180deg,#fff 0%,#fff 56%,#fff5f5 56%,#fff5f5 100%)}h1{font-size:clamp(2.45rem,13vw,3.55rem)}.hero-copy>p{font-size:1.02rem}.hero-actions{display:grid}.hero-actions .btn{width:100%}.microtrust{gap:10px 18px;font-size:.82rem}.hero-visual{padding:0 16px 16px 0}.hero-img{height:480px;border-radius:25px 25px 7px 25px}.hero-visual:before{inset:16px 0 0 16px;border-radius:25px 25px 7px 25px}.hero-badge{left:8px;bottom:38px;padding:12px;max-width:220px}.badge-icon{width:40px;height:40px}.hero-badge strong{font-size:.87rem}.hero-badge small{font-size:.72rem}
      .category-choice{padding:54px 0 58px;overflow:hidden}.category-choice .section-head{text-align:center}.category-choice .section-head p{margin-inline:auto}.category-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px;margin-right:-14px;padding:4px 14px 16px 1px}.category-grid::-webkit-scrollbar{height:5px}.category-grid::-webkit-scrollbar-thumb{background:#d6d8db;border-radius:10px}.category-card{min-width:82%;scroll-snap-align:start}.category-photo{height:235px}
      .trust-grid{grid-template-columns:1fr 1fr}.trust-item{padding:18px 10px;gap:9px}.trust-item svg{width:21px;height:21px}.trust-item strong{font-size:.78rem}.trust-item small{font-size:.67rem}
      section{padding:66px 0}.section-head{margin-bottom:28px}.service-grid{grid-template-columns:1fr}.service-card{min-height:0}.service-icon{margin-bottom:25px}
      .split{gap:42px}.photo-stack{min-height:490px}.photo-main{height:440px;width:82%}.photo-small{height:245px;width:56%;border-width:7px}
      .gallery-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.gallery-grid img,.gallery-grid img:first-child{height:420px;min-width:84%;grid-column:auto;scroll-snap-align:center}
      .lead-form{padding:23px}.location-card{padding:25px}.location-card h2{font-size:2rem}.map-wrap,.map-wrap iframe{min-height:360px}.review-card{grid-template-columns:1fr;text-align:center;padding:25px}.review-mark{margin-inline:auto}.stars{justify-content:center}.review-card .btn{grid-column:auto}
      .final-cta{padding-bottom:66px}.final-box{padding:38px 25px;border-radius:24px}.footer-inner{display:block;text-align:center}.footer-logo{margin:0 auto 12px}
      .whatsapp-float{display:none}.mobile-bar{position:fixed;display:flex;left:0;right:0;bottom:0;padding:10px 14px calc(10px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);border-top:1px solid #e3e5e8;z-index:45;backdrop-filter:blur(12px)}.mobile-bar .btn{width:100%;min-height:50px}footer{padding-bottom:100px}
      .popup-head,.popup-body{padding-left:22px;padding-right:22px}.popup-head h2{font-size:1.5rem}
    }
    @media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn,.whatsapp-float,.service-card{transition:none}}
  