:root{--bg:#f7f0e6;--text:#191512;--muted:#6f6257;--dark:#151312;--gold:#c7904a;--card:#fffaf2;--line:#e6d7c3}
*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.55}a{color:inherit;text-decoration:none}
.header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 5vw;background:rgba(247,240,230,.9);backdrop-filter:blur(14px)}.header::after{content:"";position:absolute;left:50%;bottom:0;width:100vw;border-bottom:1px solid var(--line);transform:translateX(-50%);pointer-events:none}
.logo{display:grid;gap:0;line-height:1;width:126px}.logo strong{font-size:28px;font-weight:900;letter-spacing:-.04em;white-space:nowrap}.logo small{display:block;width:126px;margin-top:3px;color:var(--muted);font-size:8px;font-weight:900;letter-spacing:.22em;text-transform:uppercase;white-space:nowrap;transform:scaleX(1.01);transform-origin:left center}.logo span{color:var(--gold)}.nav{display:flex;gap:18px;color:var(--muted);font-size:15px}.header-cta{display:flex;align-items:center;gap:22px}.header-phone,.header-email{font-weight:900;white-space:nowrap}.header-email{color:var(--muted);font-size:13px}.header-icons{display:flex;align-items:center;gap:8px}.header-icons .social-links{display:contents}.email-icon-link{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:1px solid var(--line);color:#6b5a4a;background:rgba(255,250,242,.62)}.header-email{width:38px;height:38px}.mail-icon{display:block;width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.phone{padding:11px 16px;border-radius:999px;background:var(--dark);color:white;font-weight:700}.social-links{display:flex;gap:8px;align-items:center}.social-link{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;color:white}.social-link svg{width:21px;height:21px;display:block;fill:currentColor}.social-link--whatsapp{background:#25d366}.social-link--telegram{background:#229ed9}.floating-socials{position:fixed;right:22px;bottom:24px;z-index:30}.social-links--floating{display:grid;gap:10px}.social-links--floating .social-link{width:50px;height:50px;box-shadow:0 14px 35px rgba(21,19,18,.18)}.social-links--floating .social-link svg{width:27px;height:27px}
.hero{position:relative;isolation:isolate;overflow:visible;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,430px);gap:32px;align-items:stretch;padding:56px 5vw 64px}.hero::before{content:"";position:absolute;top:0;bottom:0;left:50%;width:100vw;z-index:-2;transform:translateX(-50%);pointer-events:none;background:url("/assets/hero-service-bg.webp") center center/cover no-repeat;opacity:.48}.hero::after{content:"";position:absolute;top:0;bottom:0;left:50%;width:100vw;z-index:-1;transform:translateX(-50%);pointer-events:none;background:linear-gradient(90deg,rgba(255,250,242,.84),rgba(255,250,242,.73) 48%,rgba(255,250,242,.56))}.hero__content{align-self:center;max-width:990px}.hero h1{font-size:clamp(32px,4.3vw,58px);line-height:.98;letter-spacing:-.06em;margin:10px 0}.page-hero h1{font-size:clamp(38px,6vw,76px);line-height:.96;letter-spacing:-.06em;margin:12px 0}.hero__text,.page-hero p{font-size:20px;color:var(--muted);max-width:760px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--gold);font-weight:800;font-size:12px}.button,button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:14px;padding:15px 22px;background:var(--gold);color:#170f07;font-weight:900;cursor:pointer}.button--ghost{background:transparent;border:1px solid var(--line);color:var(--text)}.hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin:22px 0}.hero-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 20px;max-width:760px;margin-top:18px;color:#6f6257;font-weight:800}.hero-points span{display:flex;align-items:center;gap:10px}.hero-points span::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--gold);flex:0 0 7px}
.lead-form{background:var(--card);border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:0 24px 80px rgba(63,35,10,.13);color:var(--text)}.lead-form--compact{align-self:stretch;display:flex;flex-direction:column;justify-content:center}.lead-form h2{margin-top:0;color:#5a351d}.lead-form p{color:#8a6f56}.lead-form label{display:grid;gap:7px;margin:14px 0;font-weight:800;color:#6b4328}.lead-form input,.lead-form textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:13px 14px;background:white;color:var(--text);font:inherit}.lead-form textarea{min-height:96px}.lead-form--compact textarea{min-height:76px}.lead-form small{display:block;margin-top:12px;color:var(--muted)}
.section{padding:70px 5vw}.section h2{font-size:clamp(30px,4vw,52px);line-height:1;letter-spacing:-.05em;margin:10px 0 24px}.failures-section{background:#fff}.failures-section h2{text-align:center;color:#2f2d2c}.section--dark{background:var(--dark);color:white}.section--dark .eyebrow,.section--dark p{color:#d8c6ad}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.card{display:grid;gap:10px;padding:22px;background:var(--card);border:1px solid var(--line);border-radius:22px}.card span{color:var(--muted)}.failures-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-top:30px}.failure-card{position:relative;display:flex;flex-direction:column;min-height:260px;padding:22px;background:#fbfbfb;border:1px solid #f0ece6;border-radius:14px;box-shadow:0 12px 35px rgba(31,24,17,.08);overflow:hidden}.problem-icon{width:38px;height:38px;margin-bottom:18px;fill:none;stroke:var(--gold);stroke-width:3;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.failure-card h3{margin:0 0 12px;font-size:21px;line-height:1.08;letter-spacing:-.03em}.failure-text{display:block;width:100%;margin:0 0 18px;padding:0;border:0;background:transparent;color:#6f6a66;font:inherit;font-size:14px;line-height:1.45;text-align:left;cursor:pointer}.failure-text:hover .failure-more,.failure-text:focus-visible .failure-more{color:#8a7a68}.failure-text:focus-visible{outline:2px solid rgba(200,142,68,.45);outline-offset:4px;border-radius:8px}.failure-preview{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.failure-more{display:inline-block;margin-top:9px;color:var(--gold);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.failure-full[hidden]{display:none}.failure-full p{margin:0 0 10px;font-size:16px;line-height:1.6}.failure-full p:last-child{margin-bottom:0}.failure-card ul{margin:0 0 22px;padding-left:18px;color:#6f6a66;font-size:15px}.failure-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-top:auto}.failure-actions a{font-weight:900;text-transform:uppercase;letter-spacing:.06em}.repair-link{color:var(--gold)}.details-link{color:#8a7a68;font-size:13px}.failure-illustration{display:grid;grid-column:span 2;place-items:center;min-height:260px;background:linear-gradient(135deg,#fbf4ea,#fff);border:1px solid #f0ece6;border-radius:14px;box-shadow:0 12px 35px rgba(31,24,17,.06)}.failure-illustration img{display:block;width:min(100%,260px);height:auto}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.steps div{padding:22px;border:1px solid #3b332b;border-radius:22px;background:#1f1b18}.steps b{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--gold);color:#160e07}
.two-columns{display:grid;grid-template-columns:.82fr 1.18fr;gap:44px;align-items:start}.brand-visual{margin-top:26px}.brand-visual svg{display:block;width:100%;max-width:420px;height:auto;fill:none;stroke:#8a6a4a;stroke-width:8;stroke-linecap:round;stroke-linejoin:round}.brand-equipment{display:grid;gap:16px;align-content:start}.brand-equipment__note{margin:0;color:var(--muted);font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.brand-list{display:flex;flex-wrap:wrap;gap:12px;align-items:stretch}.brand-card{display:flex;align-items:center;justify-content:center;min-height:70px;padding:17px 28px;border-radius:22px;background:var(--card);border:1px solid var(--line);font-weight:900;box-shadow:0 12px 28px rgba(63,35,10,.05)}.brand-logo{display:block;font-size:24px;letter-spacing:-.04em}.brand-card--jura,.brand-card--bosch,.brand-card--siemens,.brand-card--miele{flex-basis:168px}.brand-card--delonghi,.brand-card--philips,.brand-card--melitta{flex-basis:216px}.brand-card--saeco,.brand-card--nivona,.brand-card--krups,.brand-card--gaggia,.brand-card--bork{flex-basis:148px}.brand-card--jura .brand-logo,.brand-card--bosch .brand-logo,.brand-card--siemens .brand-logo,.brand-card--bork .brand-logo{letter-spacing:.08em;text-transform:uppercase}.brand-card--delonghi .brand-logo{font-family:Georgia,serif}.brand-card--saeco .brand-logo{font-style:italic}.brand-card--philips .brand-logo{color:#2456a6}.equipment-inline{padding-top:10px;border-top:1px solid var(--line)}.equipment-kicker{margin:0 0 12px;color:var(--muted);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.14em}.equipment-list{display:flex;flex-wrap:wrap;gap:9px;max-width:980px}.equipment-list a{display:inline-flex;align-items:center;padding:8px 13px;border:1px solid var(--line);border-radius:999px;background:rgba(255,250,242,.62);font-size:14px;font-weight:800;color:#5f4f43}.price-section{background:#fff}.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.price-grid div{padding:18px;border-radius:18px;background:var(--card);border:1px solid var(--line);font-weight:800}.price-grid span{display:block;margin-top:6px;color:var(--muted);font-weight:500}.why-section{background:#fdf8f0}.why-section h2{font-size:clamp(28px,3.2vw,44px);max-width:1180px}.why-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.why-grid article{padding:20px;border-radius:20px;background:white;border:1px solid var(--line)}.why-grid strong{display:block;margin-bottom:8px;font-size:18px}.why-grid span{color:var(--muted)}.split-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:36px;background:#fff}.split-section p{color:var(--muted);font-size:18px}.scenario-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.scenario-grid article{padding:24px;border:1px solid var(--line);border-radius:22px;background:var(--card)}.audience-section{background:#fdf8f0}.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.audience-grid article{display:grid;gap:8px;padding:24px;border-radius:20px;background:white;border:1px solid var(--line)}.audience-grid strong{font-size:20px}.audience-grid span{color:var(--muted)}.business-section{display:grid;grid-template-columns:1fr 1.1fr;gap:34px;background:#17120f;color:white}.business-section p{color:#d8c6ad;font-size:18px}.business-cards{display:grid;gap:14px}.business-cards article{display:grid;gap:6px;padding:22px;border:1px solid #3a2b22;border-radius:18px;background:#211914}.business-cards span{color:#cdbca8}.trust-section{background:#fff;display:grid;gap:26px}.photo-carousel{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x proximity;padding:2px 0 16px}.gallery-item{position:relative;display:flex;align-items:flex-end;flex:0 0 min(380px,82vw);min-height:270px;margin:0;padding:20px;border:1px solid var(--line);border-radius:24px;overflow:hidden;scroll-snap-align:start;background:linear-gradient(135deg,#f8efe2,#fffaf2);color:#5f4f43}.gallery-item::before{content:"";position:absolute;inset:16px;border:1px dashed #d7c5ad;border-radius:18px}.gallery-item div{position:absolute;top:20px;left:20px;padding:7px 10px;border-radius:999px;background:#fff;color:var(--gold);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.gallery-item figcaption{position:relative;font-size:22px;font-weight:900}.local-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;background:#fdf8f0}.local-section p{color:var(--muted);font-size:18px}.local-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.local-grid article{padding:20px;border-radius:18px;background:#fff;border:1px solid var(--line)}.local-grid strong{display:block;margin-bottom:6px}.local-grid span{color:var(--muted)}.faq-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:30px;max-width:1180px}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{display:flex;justify-content:space-between;gap:16px;cursor:pointer;padding:12px 0;font-size:17px;font-weight:900;line-height:1.25;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:"+";color:var(--gold);font-size:22px;line-height:1}.faq-list details[open] summary::after{content:"\2212"}.faq-list p{margin:0 0 14px;color:var(--muted);font-size:15px}.final-cta{display:grid;grid-template-columns:1fr 430px;gap:40px;align-items:stretch;background:#211914;color:white}.final-cta p{color:#d8c6ad}.final-cta__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:30px 0}.final-cta__cards article{padding:18px;border:1px solid #3a2b22;border-radius:18px;background:#211914}.final-cta__cards strong{display:block;margin-bottom:8px}.final-cta__cards span{color:#cdbca8}.final-cta__points{display:flex;flex-wrap:wrap;gap:10px}.final-cta__points span{padding:9px 12px;border:1px solid #3a2b22;border-radius:999px;color:#e5d4bf;background:#17120f;font-weight:800}.page-hero{padding:74px 5vw 30px}.page{min-height:70vh}.check-list{font-size:18px}.structure-page{background:#fff}.structure-group{padding:30px 5vw}.structure-group h2{font-size:34px;letter-spacing:-.04em}.structure-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.structure-links a{display:grid;gap:6px;padding:18px;border:1px solid var(--line);border-radius:18px;background:var(--card)}.structure-links span{color:var(--muted)}.footer{display:grid;grid-template-columns:1.45fr repeat(4,minmax(150px,.75fr));gap:22px;padding:32px 5vw 24px;background:#0f0d0c;color:white}.footer p{margin:12px 0 0;max-width:460px}.footer p,.footer a,.footer-muted{display:block;color:#c8b7a2}.footer a{margin:4px 0}.footer b,.footer strong{display:block;margin-bottom:10px;color:white}.footer-muted{line-height:1.45}.mobile-sticky{display:none}
.brand-visual img{display:block;width:100%;max-width:420px;height:auto}
.phone,.button--ghost{background:var(--gold);border:0;color:#170f07;font-weight:900}.phone{border-radius:14px;padding:15px 22px}.faq-list{max-width:none}.footer-legal{grid-column:1/-1;margin:22px auto 0;color:#8f7e69;font-size:11px;line-height:1.25;text-align:center;white-space:nowrap}.repair-modal{position:fixed;inset:0;z-index:110;display:grid;place-items:center;padding:24px;background:rgba(15,13,12,.78)}.repair-modal[hidden]{display:none}.repair-modal__panel{position:relative;width:min(620px,94vw);max-height:92vh;overflow:auto}.repair-modal__form{box-shadow:0 30px 110px rgba(0,0,0,.38)}.repair-modal__close{position:absolute;top:14px;right:14px;z-index:2;width:42px;height:42px;padding:0;border-radius:50%;font-size:24px}.repair-modal-open{overflow:hidden}
.hero__content{max-width:980px}.hero h1{max-width:940px;text-wrap:balance}.hero__text{max-width:780px;line-height:1.55}.hero-points{max-width:860px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 34px}.hero-points span{position:relative;padding-left:20px}.hero-points span::before{content:"";position:absolute;left:0;top:.7em;width:6px;height:6px;border-radius:50%;background:var(--gold)}.hero__actions{margin-top:28px}.hero__actions .button{min-width:230px;justify-content:center}.process-line{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:34px;margin:38px 0 0;padding:0;list-style:none}.process-line::before{content:"";position:absolute;left:0;right:0;top:22px;border-top:1px solid #4b392e}.process-line li{position:relative;padding-top:68px}.process-line span{position:absolute;top:0;left:0;display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:var(--gold);color:#17120f;font-weight:900}.process-line h3{margin:0 0 16px;color:#fff;font-size:25px}.process-line p{margin:0;color:#d8c6ad;font-size:18px;line-height:1.55}.process-pricing{display:grid;grid-template-columns:minmax(300px,.8fr) minmax(360px,1fr) 260px;gap:34px;align-items:center;margin-top:52px;padding-top:34px;border-top:1px solid #4b392e}.process-pricing h3{margin:0 0 12px;color:#fff;font-size:clamp(26px,2.8vw,38px);line-height:1;letter-spacing:-.04em}.process-pricing p{margin:0;color:#d8c6ad}.price-section{display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);gap:54px;align-items:center}.price-copy h2{max-width:980px}.price-rules{display:grid;gap:0}.price-rules div{display:grid;grid-template-columns:180px minmax(0,1fr);gap:24px;padding:22px 0;border-top:1px solid var(--line)}.price-rules div:last-child{border-bottom:1px solid var(--line)}.price-rules strong{font-size:19px}.price-rules span{color:var(--muted);font-size:18px;line-height:1.5}.process-price-section .price-rules div{border-color:#4b392e}.process-price-section .price-rules strong{color:#fff}.process-price-section .price-rules span{color:#d8c6ad}.price-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:34px;align-items:center}.price-visual{display:grid;gap:10px;justify-items:center;color:#8a6a4a;font-weight:900;text-align:center}.price-visual svg{width:100%;height:auto;fill:none;stroke:#8a6a4a;stroke-width:6;stroke-linecap:round;stroke-linejoin:round}.price-visual p{margin:0;color:#6f6257;font-size:15px}.process-price-section .price-visual svg{stroke:#c7904a}.process-price-section .price-visual p{color:#d8c6ad}.why-section{background:#fffaf2}.why-section h2{max-width:920px;text-wrap:balance}.why-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 54px;margin-top:30px}.why-list article{display:grid;grid-template-columns:52px minmax(0,1fr);gap:20px;padding:22px 0;border-top:1px solid var(--line)}.why-list article:nth-last-child(-n+2){border-bottom:1px solid var(--line)}.why-list b{color:var(--gold);font-size:14px;letter-spacing:.14em}.why-list strong{display:block;margin-bottom:8px;font-size:21px}.why-list span{color:var(--muted);font-size:17px;line-height:1.5}
.footer .email-icon-link{display:inline-flex;vertical-align:middle}.local-copy{display:grid;align-content:center}.local-contact{display:flex;align-items:center;flex-wrap:wrap;gap:18px;margin:24px 0 4px}.local-contact__phone{font-size:24px;font-weight:900;letter-spacing:-.03em}.local-contact .email-icon-link,.local-contact .social-link{width:58px;height:58px;flex:0 0 58px}.local-contact .mail-icon,.local-contact .social-link svg{width:27px;height:27px}.local-contact__email{color:var(--muted);font-weight:900}.social-links--contacts{gap:18px}.local-facts{display:grid;gap:16px;margin:30px 0 0}.local-facts div{display:grid;grid-template-columns:150px 1fr;gap:18px;padding-top:16px;border-top:1px solid rgba(111,98,87,.24)}.local-facts dt{font-weight:900;color:var(--text)}.local-facts dd{margin:0;color:var(--muted)}.local-contacts{display:grid;gap:14px}.map-embed{min-height:430px;border-radius:22px;overflow:hidden;border:1px solid var(--line);background:#fff}.map-embed iframe{display:block;width:100%;height:100%;min-height:430px;border:0}
.brand-section{grid-template-columns:minmax(390px,.72fr) minmax(680px,1.28fr);gap:56px;align-items:center}.brand-copy{display:grid;gap:20px;align-content:center}.brand-copy p{max-width:620px}.brand-section .brand-equipment{gap:26px;min-width:0}.brand-section .brand-list{display:flex;flex-wrap:wrap;gap:42px 82px;align-items:flex-end;padding:14px 0 8px}.brand-section .brand-card{position:relative;justify-content:flex-start;flex:0 0 auto;min-height:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.brand-section .brand-logo{display:block;white-space:nowrap;font-size:clamp(22px,1.7vw,34px);line-height:1;letter-spacing:-.05em}.brand-section .brand-card--jura .brand-logo,.brand-section .brand-card--bosch .brand-logo,.brand-section .brand-card--siemens .brand-logo{letter-spacing:.12em}.brand-section .brand-card--delonghi .brand-logo{font-size:clamp(24px,2vw,38px)}.brand-section .brand-card--philips .brand-logo{font-size:clamp(23px,1.85vw,36px)}.brand-section .equipment-inline{margin-top:6px;padding-top:24px;overflow:hidden}.brand-section .equipment-list{display:flex;flex-wrap:nowrap;gap:30px;max-width:none;overflow-x:auto;scroll-snap-type:none;padding:2px 0 18px}.brand-section .equipment-list a{display:grid;grid-template-columns:86px;grid-template-rows:96px auto;justify-items:center;gap:12px;align-items:center;flex:0 0 138px;padding:0;border:0;border-radius:0;background:transparent;font-size:17px;font-weight:900;line-height:1.15;text-align:center;color:#5f4f43}.brand-section .equipment-list a[data-clone="true"]{pointer-events:none}.equipment-icon{width:86px;height:86px;object-fit:contain;flex:0 0 86px;background:transparent}
.final-cta__list{display:grid;gap:0;margin:34px 0 24px;max-width:1180px}.final-cta__list div{display:grid;grid-template-columns:210px minmax(0,1fr);gap:26px;padding:18px 0;border-top:1px solid #493426}.final-cta__list div:last-child{border-bottom:1px solid #493426}.final-cta__list strong{font-size:20px}.final-cta__list span{color:#cdbca8;font-size:18px}.final-cta__note{margin:0;color:#e5d4bf;font-weight:900}.final-cta__image{display:block;width:min(360px,52%);margin:34px auto 0;opacity:1;filter:brightness(1.45) saturate(.9)}
.gallery-item--photo{min-height:360px;padding:18px;background:#1b1511;cursor:zoom-in}.gallery-item--photo:focus-visible{outline:3px solid var(--gold);outline-offset:4px}.gallery-item--photo::before{display:none}.gallery-item--photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,13,12,.05),rgba(15,13,12,.15) 44%,rgba(15,13,12,.72));z-index:1}.gallery-item--photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.gallery-item--photo div,.gallery-item--photo figcaption{z-index:2}.gallery-item--photo div{background:rgba(255,250,242,.92)}.gallery-item--photo figcaption{color:white;text-shadow:0 2px 18px rgba(0,0,0,.35)}.gallery-lightbox{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:28px;background:rgba(15,13,12,.88);opacity:1;visibility:visible;transition:.18s ease}.gallery-lightbox[hidden]{display:none}.gallery-lightbox__image{display:block;max-width:min(1160px,96vw);max-height:86vh;border-radius:18px;box-shadow:0 28px 90px rgba(0,0,0,.45);object-fit:contain;cursor:zoom-out}.gallery-lightbox__caption{position:fixed;left:28px;bottom:22px;color:white;font-weight:900;text-shadow:0 2px 18px rgba(0,0,0,.5)}.gallery-lightbox__close,.gallery-lightbox__nav{position:fixed;width:46px;height:46px;padding:0;border-radius:50%;background:#fffaf2;color:#1a1209;font-size:26px;line-height:1}.gallery-lightbox__close{top:22px;right:22px}.gallery-lightbox__nav{top:50%;transform:translateY(-50%)}.gallery-lightbox__nav--prev{left:22px}.gallery-lightbox__nav--next{right:22px}.gallery-lightbox-open{overflow:hidden}
.trust-section h2{max-width:none;font-size:clamp(28px,3.2vw,44px);text-wrap:balance}.trust-section p:not(.eyebrow){max-width:900px;color:var(--muted);font-size:19px}
.document-content{max-width:980px;background:#fff}.document-content h2{margin:34px 0 12px;font-size:28px;letter-spacing:-.03em}.document-content h2:first-child{margin-top:0}.document-content p,.document-content li,.document-details dd{color:var(--muted);font-size:18px;line-height:1.65}.document-content a{color:var(--gold);font-weight:900}.document-content ul{display:grid;gap:8px;margin:0 0 18px;padding-left:22px}.document-details{display:grid;gap:0;margin:0 0 24px}.document-details div{display:grid;grid-template-columns:210px minmax(0,1fr);gap:22px;padding:14px 0;border-top:1px solid var(--line)}.document-details div:last-child{border-bottom:1px solid var(--line)}.document-details dt{font-weight:900}.document-details dd{margin:0}
.structure-map{padding:30px 5vw 70px}.structure-map h2{font-size:34px;letter-spacing:-.04em}.structure-tree,.structure-children{margin:0;padding:0;list-style:none}.structure-tree{display:grid;gap:18px;max-width:1280px}.structure-node{position:relative}.structure-node__head,.structure-link{display:grid;gap:6px;padding:18px;border:1px solid var(--line);border-radius:18px;background:var(--card)}.structure-node__head strong,.structure-link strong{font-size:20px}.structure-node__head span,.structure-link span{color:var(--muted)}.structure-children{position:relative;margin:12px 0 0 24px;padding-left:26px;border-left:2px solid var(--line);display:grid;gap:10px}.structure-children li{position:relative}.structure-children li::before{content:"";position:absolute;left:-26px;top:24px;width:18px;border-top:2px solid var(--line)}.structure-route{display:inline-block;margin-right:7px;color:var(--gold);font-size:11px;text-transform:uppercase;letter-spacing:.12em}.structure-link{background:#fff}
@media(max-width:900px){.hero,.two-columns,.split-section,.business-section,.final-cta,.local-section{grid-template-columns:1fr}.nav,.header-phone,.header-email{display:none}.grid,.steps,.price-grid,.why-grid,.failures-grid,.structure-links,.scenario-grid,.audience-grid,.equipment-list,.local-grid,.faq-list,.final-cta__cards{grid-template-columns:1fr}.failure-illustration{grid-column:span 1}.gallery-item{flex-basis:82vw;min-height:240px}.footer{display:grid;grid-template-columns:1fr}.hero{padding-top:44px}.mobile-sticky{position:fixed;left:0;right:0;bottom:0;z-index:20;display:grid;grid-template-columns:1fr 1fr}.mobile-sticky a{padding:14px;text-align:center;background:var(--dark);color:white;font-weight:900}.mobile-sticky a:last-child{background:var(--gold);color:#1a1209}}
@media(max-width:900px){.brand-section{grid-template-columns:1fr;gap:28px}.brand-section .brand-list{gap:24px 34px}.brand-section .equipment-list a{flex-basis:124px;grid-template-columns:78px;grid-template-rows:86px auto}.equipment-icon{width:78px;height:78px}}
@media(max-width:900px){.hero-points,.process-line,.process-pricing,.price-section,.price-layout,.why-list{grid-template-columns:1fr}.process-line{gap:0}.process-line::before{left:22px;right:auto;top:0;bottom:0;border-top:0;border-left:1px solid #4b392e}.process-line li{padding:0 0 30px 70px}.process-line span{top:0}.process-pricing{gap:24px;margin-top:22px}.price-rules div{grid-template-columns:1fr;gap:8px}.price-visual{max-width:320px}.hero__actions .button{width:100%}}
@media(min-width:901px){.header,.hero,.section,.page-hero,.structure-group,.structure-map,.footer{width:min(85vw,1480px);margin-inline:auto}.header{left:0;right:0}.floating-socials{right:12px}}
.tracked-phone{display:inline-flex;align-items:center;gap:0;white-space:nowrap}.tracked-phone .phone-visible{display:inline-block}.tracked-phone .phone-fog{display:inline-block;filter:blur(4px);opacity:.5;transform:translateY(.01em);transition:filter .18s ease,opacity .18s ease;text-shadow:0 0 10px currentColor}.tracked-phone:hover .phone-fog,.tracked-phone:focus-visible .phone-fog,.tracked-phone.is-revealed .phone-fog{filter:blur(0);opacity:1;text-shadow:none}.tracked-phone:focus-visible{outline:2px solid currentColor;outline-offset:4px}.mobile-sticky .tracked-phone{justify-content:center;width:100%}
.symptom-modal{position:fixed;inset:0;z-index:90;display:grid;place-items:center;padding:24px;background:rgba(16,13,11,.62)}.symptom-modal[hidden]{display:none}.symptom-modal__panel{position:relative;width:min(760px,calc(100vw - 28px));max-height:min(760px,calc(100vh - 48px));display:flex;flex-direction:column;padding:30px;border:1px solid #eadccb;border-radius:18px;background:#fffaf3;color:#17120f;box-shadow:0 28px 90px rgba(15,13,12,.35)}.symptom-modal__close{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:42px;height:42px;border:1px solid #eadccb;border-radius:50%;background:#fff;color:#6f5b45;font-size:30px;line-height:1;cursor:pointer}.symptom-modal__title{margin:0 48px 16px 0;font-size:clamp(25px,3vw,38px);line-height:1.05;letter-spacing:-.04em}.symptom-modal__body{overflow:auto;padding-right:8px;color:#5f5852;font-size:16px;line-height:1.6}.symptom-modal__body p{margin:0 0 14px}.symptom-modal__actions{display:flex;justify-content:flex-start;margin-top:22px;padding-top:18px;border-top:1px solid #eadccb}.symptom-modal__repair{border:0;border-radius:12px;background:var(--gold);color:#1b120a;padding:14px 22px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;cursor:pointer}.symptom-modal-open{overflow:hidden}