
:root{
  --bg:#f8f5ef;
  --paper:#ffffff;
  --paper-glass:rgba(255,255,255,.78);
  --ink:#13233a;
  --text:#243041;
  --muted:#6b7280;
  --gold:#c9a25a;
  --gold-dark:#aa7f38;
  --gold-soft:#f1e5cc;
  --line:#e8dfd1;
  --shadow:0 26px 70px rgba(19,35,58,.12);
  --soft-shadow:0 14px 35px rgba(19,35,58,.08);
  --radius:28px;
  --container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:radial-gradient(circle at 20% 0%,#ffffff 0%,var(--bg) 48%,#f4efe6 100%);color:var(--text);font-family:Inter,Manrope,system-ui,-apple-system,Segoe UI,Arial,sans-serif;padding-bottom:106px;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
img{display:block;max-width:100%}
.app-container{width:min(var(--container),calc(100% - 42px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:90;background:rgba(248,245,239,.86);backdrop-filter:blur(22px);border-bottom:1px solid rgba(232,223,209,.8)}
.header-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{display:flex;align-items:center;gap:12px;min-width:0}
.brand-mark{width:56px;height:56px;object-fit:contain}
.brand-text{display:flex;flex-direction:column;gap:3px;min-width:0}
.brand-text strong{font-family:Georgia,serif;color:var(--ink);font-size:24px;letter-spacing:.04em;line-height:1}
.brand-text small{font-size:11px;text-transform:uppercase;letter-spacing:.09em;color:var(--gold-dark);white-space:nowrap}
.desktop-nav{display:flex;align-items:center;gap:28px}
.desktop-nav a{font-size:14px;font-weight:700;color:#243041;opacity:.88;position:relative;padding:8px 0}
.desktop-nav a.active::after,.desktop-nav a:hover::after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;background:var(--gold)}
.call-btn,.primary-btn,.secondary-btn,.outline-btn,.dark-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:10px;padding:15px 24px;font-weight:800;transition:.2s ease}
.call-btn,.primary-btn{background:linear-gradient(135deg,#d1a858,#b9883b);color:#fff;box-shadow:0 12px 24px rgba(180,134,61,.24)}
.call-btn{border-radius:9px;padding:13px 20px}
.primary-btn img{width:18px;height:18px;filter:brightness(0) invert(1)}
.header-menu-btn{display:none;align-items:center;justify-content:center;flex-shrink:0;width:44px;height:44px;border:0;background:transparent}
.lang-btn{border:1px solid var(--line);background:rgba(255,255,255,.82);border-radius:8px;padding:6px 12px;font-size:12px;font-weight:800;color:var(--ink);letter-spacing:.05em;cursor:pointer;transition:.2s ease;flex-shrink:0}
.lang-btn:hover{background:var(--gold-soft);border-color:var(--gold)}
.header-phone-number{display:none;font-size:13px;font-weight:700;color:var(--ink);white-space:nowrap;text-decoration:none;align-items:center}
@media(min-width:981px){.header-phone-number{display:inline-flex}}
.header-menu-btn img{width:32px;height:32px}
.call-btn:hover,.primary-btn:hover,.secondary-btn:hover,.outline-btn:hover,.dark-btn:hover{transform:translateY(-2px)}
.secondary-btn{background:rgba(255,255,255,.86);border:1px solid rgba(201,162,90,.42);color:var(--ink)}
.outline-btn{background:#fff;border:1px solid var(--gold);color:var(--ink)}
.dark-btn{background:var(--ink);color:#fff;border-radius:8px}
.full{width:100%}
.hidden{display:none}
.kicker{margin:0 0 16px;color:var(--gold-dark);text-transform:uppercase;letter-spacing:.12em;font-size:13px;font-weight:850}
.hero-section{position:relative;overflow:hidden;min-height:1px;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.95) 36%,rgba(255,255,255,.18) 66%,rgba(255,255,255,0) 100%),url("assets/images/desktop/home-hero-living-room.webp") center right/cover no-repeat}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;min-height:1px;align-items:start}
.hero-copy{max-width:650px;padding:50px 0 90px}
.hero-copy h1,.page-hero h1,.prices-main h1,.about-copy h1,.request-form-block h1,.business-hero h1{font-family:Georgia,serif;color:var(--ink);font-weight:500;line-height:1.06;letter-spacing:-.045em;margin:0}
.hero-copy h1{font-size:54px}
.lead{font-size:18px;line-height:1.7;color:#4d5967;max-width:560px;margin:22px 0 0}
.hero-tags{display:flex;flex-wrap:nowrap;gap:8px;margin:28px 0}
.hero-tags > span{display:flex;align-items:center;gap:8px;background:rgba(248,245,239,.58);border:none;border-radius:10px;padding:10px 14px;font-weight:700;font-size:13px;white-space:nowrap}
.hero-tags img{width:24px;height:24px}
.cta-row{display:flex;flex-wrap:wrap;gap:14px}
.gift-line{display:flex;align-items:center;gap:10px;margin-top:22px;font-weight:700;color:#374151;width:fit-content;padding:10px 20px 10px 10px;border-radius:999px;background:radial-gradient(ellipse at center,rgba(255,255,255,.92) 0%,rgba(255,255,255,.62) 60%,rgba(255,255,255,0) 100%)}
.gift-line img{width:26px;height:26px;border-radius:50%}
.feature-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:-56px;position:relative;z-index:3;background:rgba(255,255,255,.88);backdrop-filter:blur(16px);border:1px solid var(--line);border-radius:16px;box-shadow:var(--soft-shadow);overflow:hidden}
.feature-item{display:flex;align-items:center;justify-content:center;gap:14px;padding:24px;border-right:1px solid var(--line)}
.feature-item:last-child{border-right:0}
.feature-item img{width:38px;height:38px}
.feature-item b{display:block;font-size:15px;color:var(--ink)}
.feature-item small{display:block;font-size:13px;color:var(--muted)}
.section{padding:74px 0}
.section-title.center{text-align:center;margin-bottom:36px}
.section-title p{margin:0 0 8px;color:var(--gold-dark);text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:850}
.section-title h2,.simple-title{font-family:Georgia,serif;color:var(--ink);font-weight:500;font-size:36px;line-height:1.12;margin:0}
.section-title span{display:block;margin-top:8px;color:var(--muted)}
.service-row-preview{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.service-card{position:relative;min-height:280px;background:rgba(255,255,255,.82);border:1px solid var(--line);border-radius:16px;box-shadow:var(--soft-shadow);overflow:hidden;padding:18px;display:flex;flex-direction:column}
.service-row-preview .service-card{min-height:245px}
.service-icon{position:absolute;left:22px;top:22px;width:54px;height:54px;border-radius:50%;background:rgba(255,255,255,.86);border:1px solid var(--line);display:grid;place-items:center;z-index:2}
.service-icon img{width:34px;height:34px}
.service-photo{height:138px;margin:-18px -18px 14px;border-radius:16px 16px 0 0;overflow:hidden;background:#eee}
.services-grid .service-photo{height:210px}
.service-photo img{width:100%;height:100%;object-fit:cover}
.service-copy h3{font-family:Georgia,serif;color:var(--ink);font-size:24px;font-weight:500;margin:0 0 8px}
.service-copy p{font-size:14px;color:#3f4a58;line-height:1.55;margin:0}
.round-arrow{position:absolute;right:16px;bottom:16px;width:36px;height:36px;border-radius:50%;border:0;background:#f7ead3;color:var(--gold-dark);font-size:20px}
body[data-page="services.html"] .services-grid .service-card{display:grid;grid-template-columns:1fr 1.15fr;grid-template-rows:auto 1fr auto;column-gap:20px;padding:24px;min-height:260px}
body[data-page="services.html"] .services-grid .service-icon{position:static;grid-column:1;grid-row:1;margin:0 0 14px}
body[data-page="services.html"] .services-grid .service-copy{grid-column:1;grid-row:2}
body[data-page="services.html"] .services-grid .round-arrow{position:static;grid-column:1;grid-row:3;justify-self:start;align-self:end;margin-top:14px;display:grid;place-items:center}
body[data-page="services.html"] .services-grid .service-photo{grid-column:2;grid-row:1/4;height:auto;margin:-24px -24px -24px 0;border-radius:0 16px 16px 0;mask-image:linear-gradient(90deg,transparent,#000 28%,#000);-webkit-mask-image:linear-gradient(90deg,transparent,#000 28%,#000)}
.center-action{text-align:center;margin-top:28px}
.equipment-section{display:grid;grid-template-columns:1fr .86fr;gap:0;align-items:stretch}
.equipment-image img{width:100%;height:100%;min-height:430px;object-fit:cover;border-radius:18px 0 0 18px}
.equipment-card{background:#fff;border:1px solid var(--line);border-left:0;border-radius:0 18px 18px 0;padding:58px 54px}
.equipment-card h2{font-family:Georgia,serif;color:var(--ink);font-size:34px;font-weight:500;margin:0 0 18px}
.equipment-card ul{list-style:none;margin:0 0 26px;padding:0;display:grid;gap:12px}
.equipment-card li::before{content:"☑";color:var(--gold-dark);margin-right:10px}
.gallery-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.gallery-preview img{width:100%;height:230px;object-fit:cover;border-radius:16px;box-shadow:var(--soft-shadow)}
.page-hero{padding:76px 0 34px}
.page-hero h1{font-size:58px}
.page-hero p:not(.kicker){max-width:560px;color:#4d5967;font-size:18px;line-height:1.62}
.page-hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:30px;align-items:center}
.page-hero-grid img{width:100%;height:330px;object-fit:cover;border-radius:16px;mask-image:linear-gradient(90deg,transparent,#000 18%,#000)}
.gold-separator{width:130px;height:2px;background:linear-gradient(90deg,var(--gold),transparent);margin-top:24px}
.service-bottom-cta{margin-top:28px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;background:rgba(255,255,255,.9);border:1px solid var(--line);border-radius:14px;padding:20px}
.service-bottom-cta span{display:flex;align-items:center;gap:12px;font-weight:700;color:#374151}
.service-bottom-cta img{width:34px;height:34px}
.before-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.before-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:var(--soft-shadow)}
.before-photo{position:relative}
.before-photo>img{width:100%;height:190px;object-fit:cover;display:block}
.ba-badge{position:absolute;top:12px;padding:4px 10px;border-radius:8px;font-size:11px;font-weight:800;color:#fff;letter-spacing:.02em}
.ba-badge.ba-before{left:12px;background:var(--gold)}
.ba-badge.ba-after{right:12px;background:var(--gold)}
.ba-handle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30px;height:30px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;color:var(--gold-dark);box-shadow:var(--soft-shadow)}
.before-copy{display:flex;gap:12px;align-items:center;padding:14px}
.before-copy img{width:28px;height:28px}.before-copy b{display:block;color:var(--ink)}.before-copy small{display:block;color:var(--muted)}
.before-dots{display:none}
.gallery-hero-grid{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;flex-wrap:wrap}
.gallery-hero-copy{max-width:620px}
.gallery-hero h1{font-size:42px}
.gallery-badges{display:flex;flex-direction:row;gap:10px;max-width:540px}
.gallery-badges span{display:flex;flex:1;align-items:center;gap:10px;background:rgba(255,255,255,.82);border:1px solid var(--line);box-shadow:var(--soft-shadow);border-radius:10px;padding:12px 14px;font-weight:700;font-size:12.5px;line-height:1.35}
body[data-page="gallery.html"] .page-hero{padding-bottom:20px}
body[data-page="gallery.html"] .page-hero+.section{padding-top:30px}
body[data-page="reviews.html"] .page-hero{padding-bottom:8px}
body[data-page="reviews.html"] .page-hero+.section{padding-top:0}
body[data-page="reviews.html"] .reviews-grid{margin-top:16px}
.gallery-badges img{width:24px;height:24px;flex-shrink:0}
.review-head{display:flex;align-items:center;gap:12px;margin-bottom:10px}
.review-head h3{margin:0;font-size:15px}
.review-head small{display:block;color:var(--muted);font-size:12px;margin-top:2px;font-weight:600}
.avatar{width:40px;height:40px;border-radius:50%;background:var(--gold-soft);color:var(--gold-dark);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px;font-family:Georgia,serif;flex-shrink:0}
.reviews-strip,.reviews-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}
.reviews-grid{grid-template-columns:repeat(3,1fr)}
.review-card,.trust-box{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--soft-shadow);padding:18px}
.quote{font-family:Georgia,serif;font-size:52px;color:var(--gold)}
.review-card h3{margin:0 0 8px;color:var(--ink)}
.review-card p,.trust-box p{margin:0 0 18px;color:#4d5967;line-height:1.55}
.review-card p{margin-bottom:0}
.stars,.trust-box b{color:var(--gold-dark);font-weight:850}
.prices-hero{padding:78px 0}
.prices-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:20px;align-items:end;background:linear-gradient(90deg,#fff 0%,#fff 46%,rgba(255,255,255,.68)),url("assets/images/desktop/home-hero-living-room.webp") right top/56% auto no-repeat}
.prices-main h1{font-size:74px}
.prices-main>p{font-size:19px;line-height:1.6;color:#4d5967;max-width:480px;margin:18px 0 42px}
.price-table{background:rgba(255,255,255,.88);border:1px solid var(--line);border-radius:16px;box-shadow:var(--soft-shadow);overflow:hidden;max-width:680px}
.price-head,.price-row{display:grid;grid-template-columns:1fr auto;align-items:center;padding:16px 24px;border-bottom:1px solid var(--line)}
.price-head{color:var(--gold-dark);font-weight:800;background:rgba(248,245,239,.72)}
.price-row span{display:flex;align-items:center;gap:12px}.price-row img{width:32px;height:32px}.price-row b{font-size:20px;color:var(--ink)}
.price-note{padding:15px 24px;color:var(--muted);font-size:13px}
.price-side{display:grid;gap:20px;padding-top:200px}
.mini-calc,.discount-box{background:rgba(255,255,255,.9);border:1px solid var(--line);border-radius:16px;box-shadow:var(--soft-shadow);padding:28px}
.mini-calc h3,.discount-box h3{font-family:Georgia,serif;font-size:26px;color:var(--ink);font-weight:500;margin:0 0 12px}.mini-calc p,.discount-box p{color:#4d5967;line-height:1.55}.discount-box img{width:54px;height:54px}
@keyframes about-fade-up{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
.about-hero{padding:68px 0 0}
.about-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:38px;align-items:center}
.about-copy{animation:about-fade-up .7s ease both}
.about-copy h1{font-size:72px}.about-copy p{font-size:18px;line-height:1.7;color:#3f4a58}
.about-copy p+p{margin-top:14px}
.about-grid img{width:100%;height:430px;object-fit:cover;border-radius:18px;box-shadow:var(--shadow);animation:about-fade-up .7s ease .1s both}
.metrics{margin-top:-34px;position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:0;background:rgba(255,255,255,.94);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);overflow:hidden;animation:about-fade-up .7s ease .18s both}
.metrics div{display:flex;align-items:center;justify-content:center;gap:16px;padding:26px 22px;border-right:1px solid var(--line);transition:background .25s ease}.metrics div:hover{background:rgba(241,229,204,.45)}.metrics div:last-child{border-right:0}.metrics img{width:24px;height:24px;padding:11px;background:var(--gold-soft);border-radius:12px;object-fit:contain}.metrics b{font-size:36px;color:var(--ink)}.metrics span{color:var(--muted)}
.simple-title{margin-bottom:32px}
.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.values-grid article{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px;box-shadow:var(--soft-shadow);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;animation:about-fade-up .6s ease both}.values-grid article:nth-child(1){animation-delay:.05s}.values-grid article:nth-child(2){animation-delay:.12s}.values-grid article:nth-child(3){animation-delay:.19s}.values-grid article:nth-child(4){animation-delay:.26s}.values-grid article:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:var(--gold)}.values-grid img{width:26px;height:26px;padding:13px;background:var(--gold-soft);border-radius:12px;object-fit:contain}.values-grid h3{font-family:Georgia,serif;font-weight:500;font-size:19px;color:var(--ink);margin:16px 0 8px}.values-grid p{color:var(--muted);line-height:1.6;margin:0;font-size:14px}
.wide-cta{margin-top:26px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:18px;background:rgba(255,255,255,.9);border:1px solid var(--line);border-radius:14px;padding:22px}.wide-cta span{display:flex;align-items:center;gap:14px;font-weight:800;color:var(--ink)}.wide-cta img{width:22px;height:22px;padding:10px;background:var(--gold-soft);border-radius:12px;object-fit:contain}
.wide-cta .primary-btn img{width:18px;height:18px;padding:0;background:none;border-radius:0;object-fit:contain;filter:brightness(0) invert(1)}
.request-page{padding:72px 0;background:linear-gradient(90deg,#fff 0%,#fff 52%,rgba(255,255,255,.55)),url("assets/images/desktop/home-hero-living-room.webp") right center/48% auto no-repeat}
.request-grid{display:grid;grid-template-columns:1fr 360px;gap:34px;align-items:center}.breadcrumb{color:var(--muted);margin-bottom:18px}.request-form-block h1{font-size:60px}.lead-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:22px;max-width:720px}.lead-form label{display:grid;gap:7px;color:#374151;font-weight:700}.lead-form input,.lead-form select,.lead-form textarea{width:100%;border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,.9);padding:15px;color:var(--text);outline:none}.lead-form textarea,.lead-form .upload-box,.lead-form button,.privacy{grid-column:1/-1}.upload-box{border:1px dashed #d7c8b4;border-radius:14px;background:rgba(255,255,255,.8);padding:18px;text-align:center}.upload-box input{display:none}.upload-box b{font-size:36px;color:var(--muted)}.upload-box small{color:var(--muted)}.privacy{color:var(--muted);font-size:13px}.contact-card{background:rgba(255,255,255,.9);border:1px solid var(--line);border-radius:18px;box-shadow:var(--soft-shadow);padding:24px}.contact-card h3{font-family:Georgia,serif;color:var(--ink);font-size:26px;font-weight:500;margin:0}.contact-card p{color:var(--muted)}.contact-option,.quick-note{display:flex;align-items:center;gap:14px;width:100%;border:1px solid var(--line);background:#fff;border-radius:12px;padding:14px;margin-top:12px;text-align:left;color:var(--text)}.contact-option img,.quick-note img{width:42px;height:42px}.contact-option b,.quick-note b{display:block;color:var(--ink)}.contact-option small,.quick-note small{color:var(--muted)}
.business-hero{padding:78px 0 34px;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.92) 43%,rgba(255,255,255,.2)),linear-gradient(180deg,rgba(255,255,255,0) 60%,#fff 100%),url("assets/images/desktop/business-restaurant-booth.webp") right center/58% auto no-repeat}.business-hero-grid{display:grid;grid-template-columns:.72fr 1fr;gap:34px;align-items:center}.business-hero h1{font-size:60px}.business-hero p:not(.kicker){font-size:18px;line-height:1.62;color:#4d5967}.business-hero img{opacity:0;width:1px;height:1px}
.business-hero .primary-btn img{opacity:1;width:20px;height:20px;filter:brightness(0) invert(1)}
.business-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.business-card{display:flex;flex-direction:column;align-items:flex-start;background:rgba(255,255,255,.9);border:1px solid var(--line);border-radius:16px;box-shadow:var(--soft-shadow);padding:24px}
.business-card img{opacity:1;width:40px;height:40px;flex:none;object-fit:contain;margin:0 0 14px;filter:brightness(0) saturate(100%) invert(50%) sepia(90%) saturate(500%) hue-rotate(10deg) brightness(95%) contrast(90%)}
.business-card-copy{flex:1;min-width:0;width:100%}
.business-card h3{font-family:Georgia,serif;color:var(--ink);font-weight:500;font-size:18px;margin:0 0 6px}
.business-card p{color:#4d5967;line-height:1.5;margin:0;font-size:13.5px}
.business-card .chevron{display:none}
.business-proof{margin-top:24px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px;border:1px solid var(--line);border-radius:14px;background:#fff;padding:18px;text-align:center}
.business-proof span{display:flex;flex-direction:column;align-items:center;gap:8px;font-weight:750;color:#374151;font-size:13px}
.business-proof .proof-icon{width:52px;height:52px;flex:none;display:grid;place-items:center;background:var(--gold-soft);border-radius:50%}
.business-proof img{opacity:1;width:26px;height:26px;padding:0;background:none;border-radius:0;object-fit:contain;filter:brightness(0) saturate(100%) invert(50%) sepia(90%) saturate(500%) hue-rotate(10deg) brightness(95%) contrast(90%)}
.bottom-nav{position:fixed;left:50%;bottom:16px;transform:translateX(-50%);z-index:100;width:min(1120px,calc(100% - 44px));height:100px;background:rgba(255,255,255,.78);backdrop-filter:blur(22px);border:1px solid rgba(232,223,209,.76);border-radius:24px;box-shadow:0 20px 60px rgba(19,35,58,.18);display:grid;grid-template-columns:repeat(5,1fr);gap:8px;padding:8px}
.bottom-nav a,.bottom-nav button{border:0;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border-radius:18px;color:var(--ink);font-weight:750}
.bottom-nav a.active{background:rgba(255,255,255,.86);box-shadow:var(--soft-shadow);color:var(--gold-dark)}
.bottom-nav span{width:50px;height:50px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.55)}
.bottom-nav img{width:26px;height:26px}.bottom-nav .nav-call span{width:62px;height:62px;background:linear-gradient(135deg,#d1a858,#b9883b);box-shadow:0 12px 26px rgba(180,134,61,.26)}.bottom-nav .nav-call img{filter:brightness(0) invert(1)}
.bottom-nav a.active img{filter:brightness(0) saturate(100%) invert(50%) sepia(90%) saturate(500%) hue-rotate(10deg) brightness(95%) contrast(90%)}
.menu-overlay{position:fixed;inset:0;z-index:110;background:rgba(19,35,58,.38);backdrop-filter:blur(6px);display:none;align-items:flex-end}.menu-overlay.open{display:flex}.menu-panel{width:100%;background:#fff;border-radius:26px 26px 0 0;padding:24px 24px 32px;box-shadow:0 -20px 60px rgba(19,35,58,.22);max-height:88vh;overflow-y:auto}.menu-head{display:flex;justify-content:space-between;align-items:center;font-family:Georgia,serif;color:var(--ink);font-size:28px}.menu-close{border:0;background:#f5efe6;border-radius:50%;width:42px;height:42px;font-size:26px}.menu-links{display:grid;gap:10px;margin:20px 0}.menu-links a{padding:16px;border:1px solid var(--line);border-radius:14px;font-weight:750}
.menu-lang-row{display:flex;gap:8px;margin:14px 0 0}
.menu-lang-option{flex:1;padding:10px 0;border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,.82);font-size:13px;font-weight:800;color:var(--ink);cursor:pointer;letter-spacing:.06em;transition:.2s}
.menu-lang-option.active{background:var(--gold-soft);border-color:var(--gold);color:var(--gold-dark)}

@media (min-width:981px) and (max-width:1220px){
  .hero-copy h1{font-size:42px}
  .hero-tags{gap:6px}
  .hero-tags > span{padding:10px 10px;font-size:12px}
  .hero-tags img{width:20px;height:20px}
}
@media (max-width:980px){
  .desktop-nav{display:none}
  .header-inner{height:74px}
  .brand-mark{width:48px;height:48px}.brand-text strong{font-size:20px}.brand-text small{font-size:10px}
  .call-btn{display:none}
  .lang-btn{display:none}
  .header-menu-btn{display:flex}
  .hero-section{padding-bottom:40px;background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.88) 42%,rgba(255,255,255,.4) 72%,rgba(255,255,255,.08) 100%),url("assets/images/mobile/home-hero-living-room.webp") center/cover no-repeat}
  .hero-grid{grid-template-columns:1fr;min-height:1px}
  .hero-copy{padding:20px 0 28px}
  .hero-section .kicker{font-size:10px;margin-bottom:6px}
  .hero-copy h1{font-size:27px;max-width:320px}
  .lead{font-size:12.5px;line-height:1.5;max-width:320px;margin-top:8px}
  .hero-tags{display:flex;flex-direction:column;align-items:flex-start;gap:10px;max-width:340px;margin:10px 0}
  .hero-tags > span{padding:8px 12px;gap:8px;font-size:11.5px}
  .hero-tags img{width:20px;height:20px}
  .cta-row{display:flex;flex-direction:column;align-items:flex-start;gap:8px}
  .cta-row .primary-btn,.cta-row .secondary-btn{padding:11px 16px;font-size:13px}
  .gift-line{font-size:14px;margin-top:10px;gap:8px;padding:8px 16px 8px 8px}
  .gift-line img{width:20px;height:20px}
  .feature-strip{margin-top:-32px;grid-template-columns:repeat(2,1fr)}
  .feature-item{justify-content:flex-start;padding:16px}
  .service-row-preview,.services-grid{grid-template-columns:1fr}
  .service-row-preview .service-card,.service-card{display:grid;grid-template-columns:82px 1fr 34px;min-height:auto;gap:12px;align-items:center;padding:12px}
  .service-icon{position:static;width:58px;height:58px}.service-photo{height:76px;margin:0;border-radius:10px;grid-column:2}.service-copy{grid-column:2}.service-copy h3{font-size:18px}.service-copy p{font-size:12px}.round-arrow{position:static;grid-column:3;grid-row:1/3}
  body[data-page="services.html"] .services-grid .service-card,.service-row-preview .service-card{position:relative;overflow:hidden;grid-template-columns:46px 1fr;grid-template-rows:auto;min-height:auto;align-items:center;gap:10px;padding:14px 16px}
  body[data-page="services.html"] .services-grid .service-icon,.service-row-preview .service-icon{grid-column:1;grid-row:auto;width:46px;height:46px}
  body[data-page="services.html"] .services-grid .service-icon img,.service-row-preview .service-icon img{width:24px;height:24px}
  body[data-page="services.html"] .services-grid .service-copy,.service-row-preview .service-copy{position:relative;z-index:1;grid-column:2;grid-row:auto;padding-right:46px}
  body[data-page="services.html"] .services-grid .service-copy h3,.service-row-preview .service-copy h3{font-size:16px;margin-bottom:4px}
  body[data-page="services.html"] .services-grid .service-copy p,.service-row-preview .service-copy p{font-size:12.5px;line-height:1.45}
  body[data-page="services.html"] .services-grid .service-photo,.service-row-preview .service-photo{display:block;position:absolute;grid-column:auto;grid-row:auto;top:0;right:0;bottom:0;width:46%;height:100%;margin:0;border-radius:0 16px 16px 0;mask-image:linear-gradient(90deg,transparent,#000 45%,#000);-webkit-mask-image:linear-gradient(90deg,transparent,#000 45%,#000)}
  body[data-page="services.html"] .services-grid .service-photo img,.service-row-preview .service-photo img{width:100%;height:100%;object-fit:cover;display:block}
  body[data-page="services.html"] .services-grid .round-arrow,.service-row-preview .round-arrow{position:absolute;z-index:2;right:14px;bottom:14px;width:24px;height:24px;border-radius:50%;background:#fff;color:var(--gold-dark);font-size:13px;display:grid;place-items:center;box-shadow:0 4px 10px rgba(19,35,58,.18)}
  .service-bottom-cta{grid-template-columns:1fr;text-align:left;gap:12px;padding:18px;margin-top:18px}
  .service-bottom-cta span{font-size:13px;line-height:1.45}
  .service-bottom-cta img{width:26px;height:26px}
  .service-bottom-cta .primary-btn{width:100%}
  .equipment-section,.page-hero-grid,.prices-layout,.about-grid,.request-grid,.business-hero-grid{grid-template-columns:1fr}
  .equipment-image img{border-radius:16px 16px 0 0;min-height:270px}.equipment-card{border-left:1px solid var(--line);border-radius:0 0 16px 16px;padding:26px}
  .gallery-preview,.reviews-strip,.reviews-grid,.values-grid,.business-grid,.metrics{grid-template-columns:1fr}
  .business-proof{grid-template-columns:repeat(2,1fr);gap:8px;padding:14px 12px;overflow:hidden;width:100%;box-sizing:border-box}
  .business-proof span{font-size:10.5px;gap:6px}
  .business-proof .proof-icon{width:42px;height:42px}
  .business-proof img{width:20px;height:20px}
  .business-card{display:flex;flex-direction:row;align-items:center;padding:14px 16px;gap:12px}
  .business-card img{width:34px;height:34px;margin:0}
  .business-card h3{font-size:15px;margin-bottom:3px}
  .business-card p{font-size:12px;line-height:1.4}
  .business-card .chevron{display:block;flex:none;color:var(--muted);font-size:20px;line-height:1}
  .gallery-hero-grid{flex-direction:column;gap:14px}
  .gallery-badges{display:none}
  .before-grid{display:flex;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px;padding-bottom:2px;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .before-grid::-webkit-scrollbar{display:none}
  .before-card{flex:0 0 100%;scroll-snap-align:center}
  .before-photo>img{height:220px}
  .before-dots{display:flex;justify-content:center;gap:6px;margin-top:12px}
  .before-dots span{width:7px;height:7px;border-radius:50%;background:var(--line);transition:.2s}
  .before-dots span.active{background:var(--gold-dark);width:20px;border-radius:4px}
  .page-hero h1,.prices-main h1,.about-copy h1,.request-form-block h1,.business-hero h1{font-size:42px}
  .business-hero h1{font-size:27px}
  .page-hero{padding:20px 0 14px}
  .page-hero+.section{padding-top:20px}
  .page-hero-grid img{display:none}
  .prices-layout{background:linear-gradient(180deg,#fff,rgba(255,255,255,.85)),url("assets/images/mobile/home-hero-living-room.webp") center top/cover no-repeat}
  .price-side{padding-top:0}.price-row b{font-size:16px}.price-head,.price-row{padding:14px}
  .about-grid img{height:250px}.metrics{margin-top:18px}.metrics div{border-right:0;border-bottom:1px solid var(--line)}
  .wide-cta{grid-template-columns:1fr}
  .lead-form{grid-template-columns:1fr}
  .request-page{background:linear-gradient(180deg,#fff,rgba(255,255,255,.86)),url("assets/images/mobile/home-hero-living-room.webp") center top/cover no-repeat}
  .business-hero{padding:28px 0 0;background:linear-gradient(to bottom left,rgba(255,255,255,.15) 0%,#fff 55%),url("assets/images/mobile/business-restaurant-booth.webp") top right/cover no-repeat}
  .business-hero+.section{padding-top:22px}
  .bottom-nav{left:0;right:0;transform:none;width:100%;height:84px;border-radius:20px 20px 0 0;bottom:0;padding:8px 6px}.bottom-nav small{font-size:10px}.bottom-nav span{width:48px;height:48px}.bottom-nav img{width:28px;height:28px}.bottom-nav .nav-call span{width:60px;height:60px}
}
@media (max-width:520px){
  .app-container{width:calc(100% - 28px)}
  .section{padding:54px 0}
  .hero-copy h1{font-size:27px;max-width:300px}
  .hero-copy{padding-top:28px}
  .feature-strip{grid-template-columns:1fr}
  .bottom-nav{grid-template-columns:repeat(5,1fr);gap:4px;padding:8px 4px}.bottom-nav small{font-size:9px}.bottom-nav .nav-call span{width:56px;height:56px}
}

body[data-page="about.html"]{padding-bottom:0;background:#fbfaf7}
body[data-page="about.html"] .site-header{background:rgba(255,255,255,.88)}
body[data-page="about.html"] .header-inner{height:82px}
body[data-page="about.html"] .desktop-nav{gap:25px}
body[data-page="about.html"] .desktop-nav a{font-size:13px}
body[data-page="about.html"] .bottom-nav{display:none}
body[data-page="about.html"] .about-hero{position:relative;padding:22px 0 0;background:linear-gradient(90deg,#fff 0%,#fff 41%,rgba(255,255,255,.74) 58%,rgba(255,255,255,.08) 100%)}
body[data-page="about.html"] .about-grid{grid-template-columns:390px minmax(0,1fr);gap:22px;align-items:stretch}
body[data-page="about.html"] .about-copy{position:relative;z-index:2;padding:26px 0 54px}
body[data-page="about.html"] .about-copy h1{font-size:58px;letter-spacing:-.035em;margin-bottom:20px}
body[data-page="about.html"] .about-copy p{max-width:360px;margin:0;font-size:15px;line-height:1.5;color:#243041}
body[data-page="about.html"] .about-copy p+p{margin-top:15px}
body[data-page="about.html"] .about-photo{display:block;min-width:0;margin-right:calc((min(1180px,100vw - 42px) - (100vw - 42px))/2)}
body[data-page="about.html"] .about-photo img{width:100%;height:360px;object-fit:cover;object-position:center top;border-radius:0;box-shadow:none;animation:none}
body[data-page="about.html"] .metrics-mobile{display:none}
body[data-page="about.html"] .metrics{margin-top:-42px;max-width:calc(var(--container) - 98px);grid-template-columns:repeat(3,1fr);border-radius:11px;box-shadow:0 20px 45px rgba(19,35,58,.11);background:rgba(255,255,255,.92)}
body[data-page="about.html"] .metrics div{min-height:90px;padding:16px 28px;gap:14px}
body[data-page="about.html"] .metrics img{width:31px;height:31px;padding:0;background:transparent;border-radius:0}
body[data-page="about.html"] .metrics b{font-family:Georgia,serif;font-weight:500;font-size:36px;line-height:1;color:#13233a}
body[data-page="about.html"] .metrics span{display:block;max-width:130px;font-size:12px;font-weight:700;color:#4d5967}
body[data-page="about.html"] .about-values-section{padding:18px 0 30px}
body[data-page="about.html"] .simple-title{font-size:32px;margin-bottom:18px}
body[data-page="about.html"] .values-grid{grid-template-columns:repeat(4,1fr);gap:14px}
body[data-page="about.html"] .values-grid article{display:flex;flex-wrap:wrap;align-items:center;gap:12px;min-height:auto;border-radius:10px;padding:18px;box-shadow:none;background:rgba(255,255,255,.82)}
body[data-page="about.html"] .values-grid img{width:48px;height:48px;padding:0;background:none;border-radius:0;flex-shrink:0}
body[data-page="about.html"] .values-grid h3{font-family:inherit;font-weight:650;font-size:13px;line-height:1.22;margin:0;flex:1}
body[data-page="about.html"] .values-grid p{font-size:11px;line-height:1.45;color:#4d5967;flex:0 0 100%;margin:0}
body[data-page="about.html"] .wide-cta{margin-top:22px;grid-template-columns:1fr 245px 260px;border-radius:10px;background:#faf8f3;box-shadow:none;padding:18px 28px}
body[data-page="about.html"] .wide-cta span{font-size:16px;line-height:1.45}
body[data-page="about.html"] .wide-cta img{width:38px;height:38px;padding:0;background:transparent}
body[data-page="about.html"] .wide-cta .primary-btn img{width:18px;height:18px;filter:brightness(0) invert(1)}
body[data-page="about.html"] .wide-cta .primary-btn,body[data-page="about.html"] .wide-cta .secondary-btn{height:48px;border-radius:8px;padding:0 20px}

@media (max-width:980px){
  body[data-page="about.html"]{padding-bottom:104px;background:#fbfaf7}
  body[data-page="about.html"] .site-header{position:sticky;border-bottom:0}
  body[data-page="about.html"] .header-inner{height:76px}
  body[data-page="about.html"] .brand-mark{width:50px;height:50px}
  body[data-page="about.html"] .brand-text strong{font-size:19px}
  body[data-page="about.html"] .brand-text small{font-size:8px;letter-spacing:.06em}
  body[data-page="about.html"] .header-menu-btn{display:flex;border:0;background:transparent;width:42px;height:42px}
  body[data-page="about.html"] .header-menu-btn img{width:28px;height:28px}
  body[data-page="about.html"] .bottom-nav{display:grid}
  body[data-page="about.html"] .about-hero{padding:6px 0 0;background:#fbfaf7}
  body[data-page="about.html"] .about-grid{display:flex;flex-direction:column;gap:0}
  body[data-page="about.html"] .about-copy{display:contents;animation:none}
  body[data-page="about.html"] .about-copy h1{order:1;font-size:31px;line-height:1.08;letter-spacing:-.02em;margin:12px 0 12px}
  body[data-page="about.html"] .about-copy p{order:2;max-width:none;font-size:14px;line-height:1.55;color:#243041}
  body[data-page="about.html"] .about-copy p+p{display:none}
  body[data-page="about.html"] .about-photo{order:4;margin:16px 0 0}
  body[data-page="about.html"] .about-photo img{height:205px;border-radius:8px;object-position:center top}
  body[data-page="about.html"] .metrics-mobile{display:grid}
  body[data-page="about.html"] .metrics{order:3;display:grid;grid-template-columns:1fr;margin-top:18px;width:100%;max-width:none;border-radius:8px;box-shadow:none;background:transparent;border:0;gap:4px;overflow:visible}
  body[data-page="about.html"] .metrics-desktop{display:none}
  body[data-page="about.html"] .metrics div{justify-content:flex-start;min-height:68px;padding:9px 18px;border:1px solid var(--line);border-radius:8px;background:#fff;gap:18px}
  body[data-page="about.html"] .metrics div:last-child{border:1px solid var(--line)}
  body[data-page="about.html"] .metrics img{width:28px;height:28px;flex:0 0 auto}
  body[data-page="about.html"] .metrics b{font-size:30px;min-width:74px}
  body[data-page="about.html"] .metrics span{max-width:none;font-size:11px;line-height:1.2}
  body[data-page="about.html"] .about-values-section{padding:16px 0 28px}
  body[data-page="about.html"] .simple-title{font-size:24px;margin-bottom:12px}
  body[data-page="about.html"] .values-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}
  body[data-page="about.html"] .values-grid article{min-height:88px;padding:10px 6px;border:0;border-radius:10px;background:#f1e9da;box-shadow:none;text-align:center}
  body[data-page="about.html"] .values-grid article:hover{transform:none;box-shadow:none;border-color:transparent}
  body[data-page="about.html"] .values-grid img{width:30px;height:30px;margin:0 auto 4px;padding:0;background:none;border-radius:0;filter:brightness(0) saturate(100%) invert(50%) sepia(90%) saturate(500%) hue-rotate(10deg) brightness(95%) contrast(90%)}
  body[data-page="about.html"] .values-grid h3{font-weight:650;font-size:9px;line-height:1.15;margin:0;color:#243041}
  body[data-page="about.html"] .values-grid p{display:none}
  body[data-page="about.html"] .wide-cta{display:none}
}

@media (max-width:520px){
  body[data-page="about.html"] .app-container{width:calc(100% - 34px)}
}

body[data-page="request.html"]{background:#fbfaf7;padding-bottom:126px}
body[data-page="request.html"] .site-header{background:rgba(251,250,247,.9)}
body[data-page="request.html"] .header-inner{height:82px}
body[data-page="request.html"] .desktop-nav{gap:25px}
body[data-page="request.html"] .desktop-nav a{font-size:13px}
body[data-page="request.html"] .request-page{min-height:555px;padding:34px 0 0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.97) 43%,rgba(255,255,255,.74) 62%,rgba(255,255,255,.1) 100%),url("assets/images/desktop/home-hero-living-room.webp") right center/55% auto no-repeat}
body[data-page="request.html"] .request-grid{display:grid;grid-template-columns:690px 280px;gap:44px;align-items:start}
body[data-page="request.html"] .request-form-block{padding-top:4px}
body[data-page="request.html"] .breadcrumb{display:flex;gap:8px;align-items:center;margin:0 0 16px;color:#5c6674;font-size:13px}
body[data-page="request.html"] .request-form-block h1{font-family:Georgia,serif;font-size:50px;line-height:1.02;font-weight:500;letter-spacing:-.035em;color:var(--ink);margin:0 0 12px}
body[data-page="request.html"] .request-discount{display:flex;align-items:center;gap:9px;margin-bottom:14px;color:#17253a;font-size:15px;font-weight:750}
body[data-page="request.html"] .request-discount img{width:21px;height:21px}
body[data-page="request.html"] .lead-form{display:grid;grid-template-columns:430px 220px;grid-template-areas:"name name" "phone upload" "service upload" "address upload" "message upload" "submit ." "privacy .";gap:10px 14px;max-width:664px;margin:0}
body[data-page="request.html"] .lead-form label{display:block}
body[data-page="request.html"] .field{position:relative;color:var(--text);font-weight:700}
body[data-page="request.html"] .field span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
body[data-page="request.html"] .field img{position:absolute;left:16px;top:50%;width:18px;height:18px;transform:translateY(-50%);opacity:.72;z-index:1}
body[data-page="request.html"] .field-name{grid-area:name}
body[data-page="request.html"] .field-phone{grid-area:phone}
body[data-page="request.html"] .field-service{grid-area:service}
body[data-page="request.html"] .field-address{grid-area:address}
body[data-page="request.html"] .field-message{grid-area:message}
body[data-page="request.html"] .lead-form input,body[data-page="request.html"] .lead-form select,body[data-page="request.html"] .lead-form textarea{width:100%;height:48px;border:1px solid #eadfce;border-radius:8px;background:rgba(255,255,255,.92);padding:0 16px 0 46px;color:#17253a;outline:none;font-size:13px;font-weight:650;box-shadow:0 10px 24px rgba(19,35,58,.04)}
body[data-page="request.html"] .lead-form textarea{height:58px;padding-top:15px;resize:none}
body[data-page="request.html"] .lead-form input::placeholder,body[data-page="request.html"] .lead-form textarea::placeholder{color:#6f7782}
body[data-page="request.html"] .lead-form select{appearance:auto;color:#5d6673}
body[data-page="request.html"] .upload-box{grid-area:upload;display:flex;min-height:184px;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:1px solid #eadfce;border-radius:10px;background:rgba(255,255,255,.9);padding:14px;text-align:center;color:#17253a;font-weight:800}
body[data-page="request.html"] .upload-box input{display:none}
body[data-page="request.html"] .upload-box span{font-size:13px;margin-bottom:4px}
body[data-page="request.html"] .upload-box b{display:grid;place-items:center;width:104px;height:82px;border:1px dashed #dac8af;border-radius:9px;color:#7d8692;font-size:30px;font-weight:400}
body[data-page="request.html"] .upload-box small{font-size:10px;line-height:1.35;color:#5f6875;font-weight:650}
body[data-page="request.html"] .request-submit{grid-area:submit;height:48px;border-radius:8px;font-size:14px}
body[data-page="request.html"] .privacy{grid-area:privacy;display:flex;align-items:center;gap:8px;margin-top:2px;color:#5d6673;font-size:11px;font-weight:650}
body[data-page="request.html"] .privacy img{width:17px;height:17px}
body[data-page="request.html"] .contact-card{align-self:start;margin-top:112px;padding:20px 18px;border-radius:10px;background:rgba(255,255,255,.9);box-shadow:0 20px 50px rgba(19,35,58,.12);backdrop-filter:blur(10px)}
body[data-page="request.html"] .contact-card h3{font-size:20px;line-height:1.1;margin:0 0 10px}
body[data-page="request.html"] .contact-card p{font-size:12px;margin:0 0 12px;color:#5d6673}
body[data-page="request.html"] .contact-option,body[data-page="request.html"] .quick-note{min-height:58px;margin-top:8px;padding:9px 10px;border-radius:8px;background:rgba(255,255,255,.88);gap:10px}
body[data-page="request.html"] .quick-note img{width:36px;height:36px;padding:7px;background:#fbfaf7;border-radius:6px}
body[data-page="request.html"] .contact-option .option-icon{width:36px;height:36px;flex:none;display:grid;place-items:center;background:linear-gradient(135deg,#d1a858,#b9883b);border-radius:50%}
body[data-page="request.html"] .contact-option .option-icon img{width:18px;height:18px;padding:0;background:none;border-radius:0;filter:brightness(0) invert(1)}
body[data-page="request.html"] .contact-option b,body[data-page="request.html"] .quick-note b{font-size:13px;line-height:1.2}
body[data-page="request.html"] .contact-option small,body[data-page="request.html"] .quick-note small{font-size:11px;line-height:1.25}
body[data-page="request.html"] .request-features{margin-top:10px;border-radius:10px;box-shadow:none;background:rgba(255,255,255,.82)}
body[data-page="request.html"] .request-features .feature-item{padding:14px 18px;gap:10px}
body[data-page="request.html"] .request-features .feature-item img{width:30px;height:30px}
body[data-page="request.html"] .request-features .feature-item b{font-size:12px}
body[data-page="request.html"] .request-features .feature-item small{font-size:11px}

@media (max-width:980px){
  body[data-page="request.html"]{padding-bottom:102px;background:#fbfaf7}
  body[data-page="request.html"] .site-header{border-bottom:0}
  body[data-page="request.html"] .header-inner{height:76px}
  body[data-page="request.html"] .brand-mark{width:50px;height:50px}
  body[data-page="request.html"] .brand-text strong{font-size:19px}
  body[data-page="request.html"] .brand-text small{font-size:8px;letter-spacing:.06em}
  body[data-page="request.html"] .header-menu-btn{position:relative;display:flex;border:0;background:transparent;width:42px;height:42px;color:var(--ink)}
  body[data-page="request.html"] .header-menu-btn::before{content:"";position:absolute;left:10px;top:14px;width:22px;height:2px;border-radius:2px;background:var(--ink);box-shadow:0 7px 0 var(--ink),0 14px 0 var(--ink)}
  body[data-page="request.html"] .header-menu-btn img{display:none}
  body[data-page="request.html"] .request-page{min-height:0;padding:8px 0 0;background:#fbfaf7}
  body[data-page="request.html"] .request-grid{display:block}
  body[data-page="request.html"] .request-form-block{padding-top:0}
  body[data-page="request.html"] .breadcrumb{font-size:10px;margin:0 0 8px;gap:5px}
  body[data-page="request.html"] .request-form-block h1{font-size:28px;margin-bottom:8px}
  body[data-page="request.html"] .request-discount{font-size:11px;margin-bottom:10px;gap:7px}
  body[data-page="request.html"] .request-discount img{width:17px;height:17px}
  body[data-page="request.html"] .lead-form{grid-template-columns:1fr;grid-template-areas:"name" "phone" "service" "address" "message" "upload" "submit" "privacy";gap:8px;max-width:none}
  body[data-page="request.html"] .lead-form input,body[data-page="request.html"] .lead-form select,body[data-page="request.html"] .lead-form textarea{height:42px;border-radius:7px;font-size:11px;font-weight:600;padding-left:38px}
  body[data-page="request.html"] .field img{left:13px;width:16px;height:16px}
  body[data-page="request.html"] .lead-form textarea{height:54px;padding-top:13px}
  body[data-page="request.html"] .upload-box{min-height:86px;border-style:dashed;gap:3px;padding:8px 10px}
  body[data-page="request.html"] .upload-box span{align-self:flex-start;font-size:11px;margin-bottom:2px}
  body[data-page="request.html"] .upload-box b{width:100%;height:42px;border:1px dashed #dac8af;font-size:22px}
  body[data-page="request.html"] .upload-box small{font-size:8px}
  body[data-page="request.html"] .request-submit{height:42px;font-size:11px}
  body[data-page="request.html"] .privacy{font-size:8px;gap:6px}
  body[data-page="request.html"] .privacy img{width:14px;height:14px}
  body[data-page="request.html"] .contact-card{display:none}
  body[data-page="request.html"] .request-features{display:none}
}

@media (max-width:520px){
  body[data-page="request.html"] .app-container{width:calc(100% - 34px)}
}


/* ── Success Modal ─────────────────────────────────────── */
.success-overlay{
  position:fixed;inset:0;z-index:300;
  background:rgba(19,35,58,.48);
  backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);
  display:none;align-items:center;justify-content:center;
  padding:20px;
  opacity:0;transition:opacity .28s ease;
}
.success-overlay.open{display:flex}
.success-overlay.visible{opacity:1}
.success-card{
  background:url('assets/images/cards/window_alemclean.jpg') center/cover no-repeat;
  border-radius:24px;
  max-width:380px;width:100%;
  overflow:hidden;
  box-shadow:0 40px 80px rgba(19,35,58,.35);
  position:relative;
  transform:translateY(24px);transition:transform .35s ease;
}
.success-overlay.visible .success-card{transform:translateY(0)}
.success-card::before{
  content:'';position:absolute;inset:0;
  background:linear-gradient(to bottom,rgba(255,255,255,.97) 0%,rgba(255,255,255,.93) 52%,rgba(255,255,255,.18) 100%);
  pointer-events:none;z-index:0;
}
.success-close{
  position:absolute;top:14px;right:14px;z-index:3;
  background:rgba(255,255,255,.82);border:none;border-radius:50%;
  width:34px;height:34px;cursor:pointer;
  font-size:20px;color:var(--ink);line-height:1;
  display:flex;align-items:center;justify-content:center;
  transition:.2s;
}
.success-close:hover{background:#fff}
.success-content{
  position:relative;z-index:1;
  padding:44px 28px 36px;
  display:flex;flex-direction:column;align-items:center;
  text-align:center;
}
.success-logo{
  width:80px;height:80px;object-fit:contain;
  display:block;margin:0 auto 20px;
}
.success-title{
  font-family:Georgia,'Times New Roman',serif;
  font-size:26px;font-weight:400;color:var(--ink);
  line-height:1.25;margin:0 0 12px;
}
.success-subtitle{
  font-size:14px;font-weight:400;color:var(--muted);
  line-height:1.6;margin:0 0 16px;
}
.success-safe-row{
  display:inline-flex;align-items:center;gap:8px;
  font-size:13px;font-weight:500;color:var(--ink);
  margin-bottom:32px;
}
.success-safe-icon{
  width:20px;height:20px;flex-shrink:0;
  filter:brightness(0) saturate(100%) invert(60%) sepia(90%) saturate(400%) hue-rotate(10deg) brightness(90%) contrast(90%);
}
.success-actions{
  width:100%;display:flex;flex-direction:column;gap:10px;
}
.success-actions .primary-btn{
  width:100%;display:flex;align-items:center;justify-content:center;gap:10px;
}
.success-actions .primary-btn img{
  width:18px;height:18px;filter:brightness(0) invert(1);
}
.success-actions .secondary-btn{
  width:100%;background:rgba(255,255,255,.88);color:var(--ink);
  display:flex;align-items:center;justify-content:center;
}
.success-actions .secondary-btn:hover{background:#fff}
@media(min-width:600px){
  .success-title{font-size:28px}
  .success-content{padding:48px 36px 40px}
}
@media(max-width:480px){
  .success-overlay{padding:12px;align-items:flex-end}
  .success-card{max-width:100%;border-radius:20px 20px 16px 16px;max-height:92vh;overflow-y:auto}
  .success-content{padding:36px 20px 28px}
  .success-title{font-size:22px}
  .success-logo{width:64px;height:64px;margin-bottom:14px}
}
