@font-face{
  font-family:'PF DinDisplay Pro';
  src:url('../fonts/PFDinDisplayPro/PFDinDisplayPro-Regular.eot');
  src:local('PFDinDisplayPro-Regular'),
      url('../fonts/PFDinDisplayPro/PFDinDisplayPro-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/PFDinDisplayPro/PFDinDisplayPro-Regular.woff') format('woff'),
      url('../fonts/PFDinDisplayPro/PFDinDisplayPro-Regular.ttf') format('truetype');
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'PF DinDisplay Pro';
  src:url('../fonts/PFDinDisplayPro/PFDinDisplayPro-Medium.eot');
  src:local('PFDinDisplayPro-Medium'),
      url('../fonts/PFDinDisplayPro/PFDinDisplayPro-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/PFDinDisplayPro/PFDinDisplayPro-Medium.woff') format('woff'),
      url('../fonts/PFDinDisplayPro/PFDinDisplayPro-Medium.ttf') format('truetype');
  font-weight:500;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'PF DinDisplay Pro';
  src:url('../fonts/PFDinDisplayPro/PFDinDisplayPro-Bold.eot');
  src:local('PFDinDisplayPro-Bold'),
      url('../fonts/PFDinDisplayPro/PFDinDisplayPro-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/PFDinDisplayPro/PFDinDisplayPro-Bold.woff') format('woff'),
      url('../fonts/PFDinDisplayPro/PFDinDisplayPro-Bold.ttf') format('truetype');
  font-weight:700;
  font-style:normal;
  font-display:swap;
}

:root{
  --accent:#f28c13;
  --accent-dark:#d97400;
  --text:#1b1b1b;
  --muted:#6a6a6a;
  --light:#f5f5f5;
  --dark:#0f1218;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'PF DinDisplay Pro',sans-serif;color:var(--text);background:#fff;line-height:1.6}
a{text-decoration:none}
img{max-width:100%;display:block}
.section-title{font-family:'PF DinDisplay Pro',sans-serif;font-size:clamp(2rem,3vw,3.2rem);line-height:1.05;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin-bottom:1rem}
.section-title span{font-size:.8em}
.section-title.accent,.accent,.accent-text{color:var(--accent)}
.section-title.huge{font-size:clamp(3rem,6vw,5rem)}
.eyebrow{display:inline-block;font-size:.75rem;text-transform:uppercase;letter-spacing:.28em;color:#d6d6d6;margin-bottom:1rem}
.title-accent,.hero-divider{width:130px;height:6px;background:var(--accent);margin:0 auto 1.75rem;border-radius:2px}
.hero-divider{margin:1rem 0 1.5rem}
.btn{border-radius:0;padding:.95rem 1.55rem;text-transform:uppercase;font-size:.8rem;font-weight:700;letter-spacing:.08em}
.btn-accent{background:var(--accent);border:1px solid var(--accent);color:#fff}
.btn-accent:hover{background:var(--accent-dark);border-color:var(--accent-dark);color:#fff}
.btn-outline-accent{background:transparent;border:1px solid var(--accent);color:#fff}
.btn-outline-accent:hover{background:var(--accent);color:#fff}
.navbar-brand img{height:48px;width:auto}
.navbar .nav-link{color:#e8e8e8!important;font-size:.8rem;letter-spacing:.08em}
.hero-section{position:relative;min-height:100vh;background:linear-gradient(rgba(11,18,28,.72),rgba(11,18,28,.68)), url('../img/upvc-glass-door-white-background-1.png') center/cover no-repeat;color:#fff;overflow:hidden}
.hero-content h1{font-family:'PF DinDisplay Pro',sans-serif;font-size:clamp(3rem,8vw,6rem);letter-spacing:.06em;color:var(--accent);text-transform:uppercase;margin:0}
.hero-subtitle{font-family:'PF DinDisplay Pro',sans-serif;text-transform:uppercase;font-size:clamp(1.1rem,2vw,1.7rem);letter-spacing:.08em}
.section-light,.section-white{padding:5rem 0;background:#fff}
.intro-panel{padding:0}
.cover-image{min-height:440px;background-size:cover;background-position:center}
.content-box{max-width:640px}
.lead-text{font-size:1.15rem;color:#3f3f3f;margin-bottom:1rem}
.feature-strip{padding:4.5rem 0;background:linear-gradient(135deg,#f3f0eb,#faf8f6);position:relative;overflow:hidden}
.feature-strip::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.72),rgba(255,255,255,.25));pointer-events:none}
.feature-strip .container{position:relative;z-index:2}
.feature-list{list-style:none;padding:0;margin:1.75rem 0 0}
.feature-list li{display:flex;align-items:flex-start;gap:.8rem;margin-bottom:.8rem;font-weight:600}
.feature-list li span{width:4px;height:20px;background:var(--accent);display:block;flex:0 0 auto;margin-top:.2rem}
.feature-product{max-height:340px;object-fit:contain;margin-inline:auto}
.tab-switch .nav-link{font-family:'PF DinDisplay Pro',sans-serif;font-size:.95rem;color:#666;border-radius:0;background:#f0f0f0;border:1px solid #e6e6e6;padding:.55rem 1.1rem;text-transform:uppercase;letter-spacing:.04em}
.tab-switch .nav-link.active{background:var(--accent);border-color:var(--accent);color:#fff}
.spec-card{border:1px solid #ececec;padding:2rem;background:#fafafa}
.spec-card h3{font-family:'PF DinDisplay Pro',sans-serif;text-transform:uppercase;margin-bottom:1rem}
.check-list{padding:0;list-style:none;margin:0}
.check-list li{padding-left:1.6rem;position:relative;margin-bottom:.65rem}
.check-list li::before{content:'•';color:var(--accent);font-size:1.4rem;position:absolute;left:0;top:-.2rem}
.product-cut{max-height:290px;object-fit:contain;margin-inline:auto}
.section-dark{background:#111722}
.workflow-section{position:relative;padding:4.4rem 0 4.1rem;background:linear-gradient(rgba(16,17,22,.36),rgba(16,17,22,.36)),url('../img/construction-worker-cutting-ceramic-tiles-using-ceramic-cutter.png') center/cover no-repeat;overflow:hidden}
.workflow-section::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.22));pointer-events:none}
.workflow-section .container{position:relative;z-index:2}
.workflow-title{margin-bottom:2.1rem;font-size:64px;line-height:.95;font-weight:700;letter-spacing:.02em}
.workflow-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 28px;justify-items:center;max-width:980px;margin:0 auto}
.workflow-step{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}
.workflow-icon{position:relative;width:124px;height:86px;margin-bottom:16px}
.workflow-icon img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}
.workflow-icon i{position:absolute;left:39px;top:24px;transform:translate(-50%,-50%);font-size:27px;color:#fff;width:34px;height:34px;display:flex;align-items:center;justify-content:center}
.workflow-label{color:#fff;font-size:19px;line-height:1.05;font-weight:500;text-shadow:0 2px 10px rgba(0,0,0,.35)}
.workflow-step-last .workflow-label{max-width:220px}
@media (min-width:992px){
  .workflow-step:nth-child(5){grid-column:1 / span 1;transform:translateX(54px)}
  .workflow-step:nth-child(6){grid-column:2 / span 1;transform:translateX(54px)}
  .workflow-step:nth-child(7){grid-column:3 / span 1;transform:translateX(54px)}
}
.workflow-img{margin:2rem auto 0;max-width:980px;width:100%}
.calculator-shell{border:1px solid #eee;background:#fff;padding:1rem;border-radius:18px;box-shadow:0 18px 35px rgba(0,0,0,.06)}
.slider-section{padding:4.5rem 0}
.product-carousel{padding:0 3rem}
.carousel-control-prev,.carousel-control-next{width:42px;opacity:1}
.carousel-arrow{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;border:1px solid #dcdcdc;background:#fff;color:#777;box-shadow:0 6px 18px rgba(0,0,0,.08)}
.catalog-card{position:relative;background:#fff;border:1px solid #efefef;padding:1rem;display:flex;flex-direction:column;height:100%;transition:.25s ease;box-shadow:0 8px 20px rgba(0,0,0,.04)}
.catalog-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.08)}
.catalog-card img{height:190px;object-fit:contain;margin:0 auto 1rem}
.catalog-card h3{font-family:'PF DinDisplay Pro',sans-serif;font-size:1.45rem;text-transform:uppercase;margin-bottom:1rem}
.badge-corner{position:absolute;top:10px;right:10px;background:#ff4d4d;color:#fff;font-size:.72rem;text-transform:uppercase;font-weight:700;padding:.25rem .55rem;border-radius:999px}
.meters{display:flex;justify-content:space-between;gap:.8rem;align-items:center;margin:.35rem 0 1rem;font-size:.84rem}
.meter{display:flex;gap:3px}
.meter i{display:block;width:18px;height:8px;background:var(--accent);border-radius:1px}
.meter i.off{background:#d6d6d6}
.need-section h3{font-family:'PF DinDisplay Pro',sans-serif;text-transform:uppercase}
.need-image{max-height:290px;object-fit:cover;margin-left:auto}
.installation-section{padding:4.5rem 0;background:linear-gradient(rgba(11,18,28,.65),rgba(11,18,28,.65)),url('../img/construction-worker-cutting-ceramic-tiles-using-ceramic-cutter-.png') center/cover no-repeat}
.install-box{display:grid;grid-template-columns:340px 1fr;gap:2rem;align-items:center;margin-top:2rem}
.install-illustration img{width:100%;border:8px solid rgba(255,255,255,.12)}
.install-icons{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.install-item{display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff;gap:1rem}
.install-item img{height:70px;object-fit:contain}
.install-item span{font-family:'PF DinDisplay Pro',sans-serif;text-transform:uppercase;font-size:.95rem;letter-spacing:.03em}
.prices-section{padding:4.7rem 0;background:linear-gradient(rgba(8,12,17,.75),rgba(8,12,17,.75)),url('../img/Vector.png') center/cover no-repeat}
.partner-card{background:rgba(255,255,255,.08);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.12);padding:1rem}
.works-section{background:#2c2c2f;padding:0 0 4.25rem;border-top:2px solid var(--accent)}
.works-shell{max-width:980px;padding-top:2.2rem}
.works-mode-tabs{display:flex;justify-content:center;gap:2.1rem;margin-bottom:2rem}
.works-mode-tab{padding:0;border:none;background:transparent;opacity:.92;transition:.2s ease}
.works-mode-tab img{height:42px;width:auto;display:block}
.works-mode-tab.active,.works-mode-tab:hover{opacity:1;transform:translateY(-1px)}
.works-gallery-wrap{
  position: relative;
  padding: 0 56px; /* місце під стрілки зліва і справа */
}
.works-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}
.works-grid img{width:100%;aspect-ratio:1/1;object-fit:cover;border:none;display:block}
.works-arrow{
  position: absolute;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
  width: 24px;
  height: 54px;
  background: transparent;
  border: none;
  padding: 0;
  z-index: 10;
}
.works-arrow-left{
  left: 8px;
}

.works-arrow-right{
  right: 8px;
}
.works-arrow span{display:block;position:relative;width:24px;height:54px}
.works-arrow span::before,.works-arrow span::after{content:'';position:absolute;width:18px;height:2px;background:#d8d8d8}
.works-arrow-left span::before{left:2px;top:20px;transform:rotate(-45deg)}
.works-arrow-left span::after{left:2px;top:32px;transform:rotate(45deg)}
.works-arrow-right span::before{right:2px;top:20px;transform:rotate(45deg)}
.works-arrow-right span::after{right:2px;top:32px;transform:rotate(-45deg)}
.works-arrow:hover span::before,.works-arrow:hover span::after{background:var(--accent)}
.together-section{padding:4.7rem 0 4.2rem;background:#efefef}
.together-shell{max-width:960px}
.together-section .section-title{margin-bottom:2.2rem}
.product-links{margin-top:0}
.mini-card{position:relative;display:block;overflow:hidden;background:#000;min-height:0;box-shadow:0 8px 18px rgba(0,0,0,.08)}
.mini-card img{width:100%;aspect-ratio:220/255;object-fit:cover;filter:brightness(.82);transition:.35s ease;display:block}
.mini-card::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 5%,rgba(0,0,0,.34) 100%)}
.mini-card>span{position:absolute;left:1rem;right:1rem;bottom:1.65rem;color:#fff;font-family:'PF DinDisplay Pro',sans-serif;text-transform:none;font-size:1rem;line-height:1.2;z-index:2}
.mini-card.featured>span{bottom:5.2rem}
.mini-cta{position:absolute;left:1rem;bottom:1.15rem;display:inline-flex;align-items:center;gap:.7rem;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.7);color:#fff!important;font-family:'PF DinDisplay Pro',sans-serif;font-size:.92rem;line-height:1;text-transform:uppercase;z-index:2;letter-spacing:.03em}
.mini-cta i{font-size:1rem}
.mini-card:hover img{transform:scale(1.045);filter:brightness(.65)}
.mini-card:hover .mini-cta{border-color:#fff;background:rgba(255,255,255,.05)}
.contact-visual{padding:5rem 0;background:url('../img/Rectangle-15.png') center/cover no-repeat;position:relative}
.contact-visual::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.0),rgba(255,255,255,.1))}
.question-form{position:relative;z-index:2;background:rgba(255,255,255,.92);padding:2rem;border:1px solid #e7e7e7;box-shadow:0 20px 35px rgba(0,0,0,.08)}
.question-form h3{font-family:'PF DinDisplay Pro',sans-serif;text-transform:uppercase;margin-bottom:1.25rem}
.question-form .form-control{border-radius:0;border:1px solid #d9d9d9;padding:.9rem 1rem;margin-bottom:.85rem}
.check-wrap{display:flex;gap:.55rem;font-size:.9rem;margin-bottom:1rem}
.form-message{color:#1d7f34;font-weight:600}
.footer-section{background:#e9edf2}
.footer-left{background:#1b2230;color:#fff}
.footer-card{padding:3rem 2rem 3rem 2.5rem;height:100%}
.footer-card h3{font-family:'PF DinDisplay Pro',sans-serif;text-transform:uppercase;margin-bottom:1.5rem}
.footer-card p{margin-bottom:.85rem}
.footer-card i{color:var(--accent);margin-right:.7rem}
.footer-card a{color:#fff}
.map-frame{display:block;width:100%;height:100%;min-height:360px;border:0}
.to-top{position:fixed;right:20px;bottom:20px;z-index:1000;width:48px;height:48px;border:none;background:var(--accent);color:#fff;box-shadow:0 8px 18px rgba(0,0,0,.18);opacity:0;visibility:hidden;transition:.25s}
.to-top.show{opacity:1;visibility:visible}


/* ===== First three blocks refined to match layout ===== */
.navbar .nav-link.active{color:var(--accent)!important}
.hero-section{
  position:relative;
  min-height:520px;
  background:#10151d;
  color:#fff;
  overflow:hidden;
}
.hero-bg-carousel{position:absolute;inset:0;z-index:0}
.hero-bg-carousel .carousel-inner,.hero-bg-carousel .carousel-item{height:100%}
.hero-bg-carousel img{width:100%;height:100%;object-fit:cover;object-position:center center}
.hero-section::after{
  content:'';
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(15,18,24,.24) 0%, rgba(15,18,24,.22) 40%, rgba(15,18,24,.48) 100%);
  pointer-events:none;
}
.hero-nav{position:relative;z-index:3;padding-top:1.15rem}
.hero-nav-inner{align-items:flex-start}
.navbar-brand img{height:54px}
.hero-menu{gap:2.35rem;margin-top:.2rem}
.hero-menu .nav-link{padding:.35rem 0!important;color:#f3f3f3!important;font-size:1rem;letter-spacing:0;font-weight:400;text-transform:none}

/* sticky header */
html{scroll-padding-top:96px}
.hero-nav{position:fixed;top:0;left:0;right:0;width:100%;z-index:1030;padding-top:1rem;padding-bottom:1rem;background:rgba(18,26,36,.32);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background .25s ease, box-shadow .25s ease, padding .25s ease, transform .3s ease;will-change:transform}.hero-nav.nav-hidden{transform:translateY(-100%)}
.hero-nav.scrolled{background:rgba(12,18,26,.78);box-shadow:0 10px 24px rgba(0,0,0,.18);padding-top:.72rem;padding-bottom:.72rem}
.hero-nav .container{transition:max-width .25s ease}
#mainNav{background:transparent}
@media (max-width: 991.98px){
  .hero-nav{padding-top:.55rem;padding-bottom:.55rem;background:rgba(12,18,26,.78)}
  #mainNav{margin-top:.65rem;padding:.75rem 0;background:rgba(12,18,26,.92)}
}

.hero-layout{
  position:relative;
  z-index:3;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:430px;
  padding-top:7.2rem;
  padding-bottom:2rem;
}
.hero-main-row{display:flex;align-items:center;min-height:240px}
.hero-title-wrap{display:flex;align-items:center;gap:34px;margin-left:62px;margin-top:44px}
.hero-content h1,.hero-title-wrap h1{font-size:68px;line-height:.95;letter-spacing:.01em;color:var(--accent);text-transform:uppercase;margin:0;font-weight:700}
.hero-title-sep{width:4px;height:92px;background:var(--accent)}
.hero-subtitle{font-size:30px;line-height:.95;text-transform:none;letter-spacing:0;color:#fff;font-weight:400;max-width:320px}
.hero-actions{display:flex;justify-content:space-between;align-items:flex-end;padding:0 0 0 0;margin-top:auto}
.hero-btn{display:inline-flex;align-items:stretch;min-height:56px}
.hero-btn:hover{opacity:.95}
.hero-btn-outline{margin-left:0}
.hero-btn-fill{margin-right:0}
.hero-btn-text{display:flex;align-items:center;padding:0 28px;font-size:17px;line-height:1;font-weight:700;text-transform:uppercase;white-space:nowrap}
.hero-btn-icon{width:46px;display:flex;align-items:center;justify-content:center;font-size:18px;flex:0 0 46px}
.hero-btn-outline .hero-btn-text{border:2px solid var(--accent);border-right:none;background:rgba(9,13,18,.82);color:var(--accent)}
.hero-btn-outline .hero-btn-icon{background:var(--accent);color:#fff}
.hero-btn-fill .hero-btn-text{background:var(--accent);color:#fff;padding-left:28px;padding-right:18px;text-transform:none;font-size:16px;font-weight:700}
.hero-btn-line{width:38px;background:var(--accent);position:relative}
.hero-btn-line::before{content:'';position:absolute;left:0;right:0;top:50%;height:2px;background:#fff;transform:translateY(-50%)}
.hero-btn-icon-plain{background:var(--accent);color:#fff;width:54px;flex-basis:54px;font-size:24px}
.hero-slider-indicators{display:flex;justify-content:center;gap:8px;margin-top:14px}
.hero-slider-indicators span{display:block;width:18px;height:2px;background:rgba(255,255,255,.55)}
.hero-slider-indicators span.active{width:26px;background:#fff}

.intro-panel{padding:0;background:#fff}
.intro-row{min-height:520px}
.intro-image-panel,.intro-copy-panel{min-height:520px}
.intro-image-panel{position:relative;background:#222}
.intro-image{height:100%;min-height:520px;background-size:cover;background-position:left center;position:relative}
.intro-image::after{content:'';position:absolute;inset:0;background:rgba(18,18,18,.48)}
.intro-copy-panel{display:flex;align-items:center;background:#fff}
.intro-copy-box{max-width:470px;margin:0 auto;padding:40px 32px 40px 22px}
.intro-title{font-size:58px;line-height:.95;color:var(--accent);font-weight:700;margin:0 0 8px;text-transform:uppercase}
.intro-subtitle{font-size:24px;line-height:1.15;color:var(--accent);font-weight:500;margin-bottom:42px}
.intro-copy-box p{font-size:18px;line-height:1.25;color:#121212;max-width:430px;margin:0 0 18px}

.feature-strip{position:relative;padding:54px 0 46px;background:#efebe7;overflow:hidden}
.feature-strip::before{content:'';position:absolute;left:-120px;top:-12px;width:900px;height:420px;background:url('../img/Vector.png') left top/contain no-repeat;opacity:.16;pointer-events:none}
.feature-strip::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,0) 55%, rgba(255,255,255,.1) 100%);pointer-events:none}
.feature-strip-inner{position:relative;display:flex;align-items:flex-start;justify-content:space-between;min-height:410px;z-index:2}
.feature-copy{width:58%;padding-left:28px;padding-top:8px}
.feature-big-title{font-size:92px;line-height:.9;color:#ff4b1f;font-weight:700;text-transform:uppercase;margin:0 0 10px}
.feature-big-subtitle{font-size:24px;line-height:1.1;color:#ff4b1f;margin-bottom:38px}
.feature-points{display:flex;flex-direction:column;gap:28px;max-width:610px}
.feature-point{display:flex;gap:22px;font-size:24px;line-height:1.1;color:#1a1a1a}
.feature-point strong{font-weight:700}
.feature-mark{width:5px;min-width:5px;height:50px;background:#ff4b1f;margin-top:2px}
.feature-visual{width:38%;display:flex;justify-content:flex-end;align-items:flex-end;padding-right:10px;padding-top:8px}
.feature-product{max-height:360px;object-fit:contain;margin:0 0 0 auto}

@media (max-width: 1199.98px){
  .hero-title-wrap{margin-left:32px;gap:24px}
  .hero-content h1,.hero-title-wrap h1{font-size:58px}
  .hero-subtitle{font-size:24px;max-width:280px}
  .feature-big-title{font-size:76px}
  .feature-point{font-size:20px}
}
@media (max-width: 991.98px){
  .hero-section{min-height:auto}
  .intro-image{min-height:320px}
  .install-stage{grid-template-columns:1fr;gap:22px;min-height:auto}
  .install-illustration{max-width:420px;margin:0 auto}
  .install-nav{display:none}
  .install-icons{padding-left:0;max-width:640px;margin:0 auto}
  .prices-top-inner,.prices-promo-inner{grid-template-columns:1fr}
  .prices-heading{text-align:left}
  .prices-partner-card{justify-content:flex-start}
  .install-icons{grid-template-columns:repeat(2,1fr)}
  .works-grid{grid-template-columns:repeat(2,1fr);gap:14px}
  .works-gallery-wrap{padding:0 1.2rem}
}
@media (max-width: 767.98px){
  .section-white,.section-light,.slider-section,.workflow-section,.together-section,.contact-visual{padding:3.5rem 0}
  .installation-section{padding:3.5rem 0}

  .navbar-brand img{height:40px}
  .product-carousel{padding:0 2rem}
  .catalog-card img{height:150px}
  .install-icons{grid-template-columns:1fr 1fr}
  .mini-card,.mini-card img{height:auto;min-height:auto}
  .mini-card>span{left:.75rem;right:.75rem;bottom:1rem;font-size:.92rem}
  .mini-card.featured>span{bottom:4.35rem}
  .mini-cta{left:.75rem;bottom:.75rem;padding:.62rem .8rem;font-size:.8rem}
}


@media (max-width: 991.98px){
  .hero-section{min-height:unset}
  .hero-menu{gap:.6rem;margin-top:1rem}
  .hero-layout{min-height:unset;padding-top:2.2rem;padding-bottom:1.2rem}
  .hero-main-row{min-height:unset}
  .hero-title-wrap{margin:24px 0 0;gap:18px}
  .hero-content h1,.hero-title-wrap h1{font-size:48px}
  .hero-title-sep{height:70px}
  .hero-subtitle{font-size:22px;max-width:250px}
  .hero-actions{gap:16px;flex-wrap:wrap}
  .intro-row,.intro-image-panel,.intro-copy-panel,.intro-image{min-height:auto}
  .intro-image{height:420px}
  .feature-strip-inner{display:block;min-height:auto}
  .feature-copy,.feature-visual{width:100%}
  .feature-visual{justify-content:center;padding-right:0;margin-top:20px}
}
@media (max-width: 767.98px){
  .navbar-brand img{height:34px}
  .hero-nav{padding-top:.4rem}
  .hero-section{background-position:center center}
  .hero-layout{padding-top:1rem;padding-bottom:.8rem;min-height:410px}
  .hero-title-wrap{margin-top:78px;margin-left:12px;gap:14px;align-items:flex-start}
  .hero-content h1,.hero-title-wrap h1{font-size:34px}
  .hero-title-sep{height:46px;width:3px;margin-top:4px}
  .hero-subtitle{font-size:14px;line-height:1.05;max-width:128px;padding-top:2px}
  .hero-actions{margin-top:40px;align-items:flex-end}
  .hero-btn{min-height:40px}
  .hero-btn-text{padding:0 12px;font-size:11px}
  .hero-btn-icon{width:30px;flex-basis:30px;font-size:12px}
  .hero-btn-icon-plain{width:34px;flex-basis:34px;font-size:16px}
  .hero-btn-line{width:16px}
  .hero-btn-fill .hero-btn-text{font-size:11px;padding-left:14px;padding-right:10px}
  .hero-slider-indicators{margin-top:12px}
  .intro-image{height:300px;background-position:center center}
  .intro-copy-box{padding:28px 22px 30px}
  .intro-title{font-size:32px;margin-bottom:4px}
  .intro-subtitle{font-size:14px;margin-bottom:18px}
  .intro-copy-box p{font-size:13px;line-height:1.25;margin-bottom:10px}
  .feature-strip{padding:28px 0 18px}
  .feature-strip::before{left:-100px;top:-10px;width:460px;height:250px;opacity:.12}
  .feature-copy{padding-left:8px}
  .feature-big-title{font-size:56px;margin-bottom:8px}
  .feature-big-subtitle{font-size:16px;margin-bottom:18px}
  .feature-points{gap:16px;max-width:none}
  .feature-point{gap:12px;font-size:12px;line-height:1.15}
  .feature-mark{height:30px;width:4px;min-width:4px}
  .feature-product{max-height:200px;margin-top:8px}
}


/* ==== Third and fourth blocks refined ==== */
.feature-strip{position:relative;padding:41px 0 0;background:#efebe7;overflow:hidden}
.feature-strip::before{content:'';position:absolute;left:50%;top:50%;width:1460px;height:790px;transform:translate(-52.8%,-51.2%) rotate(-13deg);background:url('../img/Vector.png') center center/contain no-repeat;opacity:.28;pointer-events:none}
.feature-strip::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.06) 0%, rgba(255,255,255,.02) 56%, rgba(255,255,255,.1) 100%);pointer-events:none}
.feature-strip-inner{max-width:1360px;min-height:525px;display:flex;align-items:flex-start;justify-content:space-between;position:relative;z-index:2}
.feature-copy{width:59.5%;padding:42px 0 0 84px}
.feature-big-title{font-size:90px;line-height:.9;color:#ff3f1d;font-weight:700;text-transform:uppercase;margin:0 0 12px;letter-spacing:.005em}
.feature-big-subtitle{font-size:31.5px;line-height:1.06;color:#ff3f1d;margin-bottom:42px;font-weight:400}
.feature-points{display:flex;flex-direction:column;gap:27px;max-width:720px}
.feature-point{display:flex;align-items:flex-start;gap:22px;color:#111}
.feature-point-text{padding-top:2px}
.feature-point-title{font-size:23px;line-height:1.04;font-weight:700;margin:0 0 4px}
.feature-point-desc{font-size:18px;line-height:1.12;font-weight:400;color:#242424}
.feature-mark{width:5px;min-width:5px;height:45px;background:#ff4b1f;margin-top:2px}
.feature-visual{width:40.5%;display:flex;justify-content:flex-end;align-items:flex-end;padding:0 0 0 18px;position:relative;isolation:isolate}
.feature-visual::before{content:'';position:absolute;left:-6px;top:0;bottom:0;width:240px;background:linear-gradient(90deg,#efebe7 0%, rgba(239,235,231,.96) 18%, rgba(239,235,231,.78) 42%, rgba(239,235,231,.4) 68%, rgba(239,235,231,0) 100%);z-index:2;pointer-events:none}
.feature-product{display:block;max-height:525px;max-width:none;width:auto;object-fit:contain;margin:0 0 0 auto;position:relative;z-index:1}

.spec-section{padding:34px 0 36px;background:#efefef}
.spec-container{max-width:1160px}
.spec-title{font-size:44px;line-height:1;font-weight:400;letter-spacing:0;text-transform:uppercase;color:#111;margin:0 0 30px;text-align:center}
.spec-title span{font-weight:700}
.spec-tabs{gap:12px;margin-bottom:36px!important}
.spec-tabs .nav-link{min-width:120px;padding:8px 14px;border-radius:0;border:1px solid var(--accent);background:transparent;color:var(--accent);font-size:15px;font-weight:400;text-transform:none}
.spec-tabs .nav-link.active{background:var(--accent);color:#fff;border-color:var(--accent)}
.spec-stage{display:grid;grid-template-columns:minmax(0,1fr) 44px 440px 44px;gap:18px;align-items:center}
.spec-nav{display:grid;place-items:center;width:44px;height:44px;border:none;background:transparent;color:#a0a0a0;font-size:30px;padding:0}
.spec-copy{grid-column:1;grid-row:1}
.spec-nav-left{grid-column:2;grid-row:1}
.spec-nav-right{grid-column:4;grid-row:1}
.spec-nav:hover{color:#666}
.spec-illustration img{display:block;max-width:100%;max-height:350px;object-fit:contain;transition:opacity .2s ease}
.spec-copy{padding-top:0}
.spec-copy h3{font-size:25px;line-height:1.1;text-transform:none;font-weight:700;color:#111;margin:0 0 18px}
.spec-copy p{font-size:18px;line-height:1.34;color:#333;max-width:620px;margin:0 0 22px}
.spec-copy h4{font-size:24px;line-height:1.1;font-weight:700;text-transform:uppercase;color:var(--accent);margin:0 0 18px}
.spec-bullet-list{list-style:none;padding:0;margin:0}
.spec-bullet-list li{position:relative;padding-left:18px;margin:0 0 14px;font-size:19px;line-height:1.28;font-weight:700;color:#111}
.spec-bullet-list li::before{content:'•';position:absolute;left:0;top:0;color:var(--accent);font-size:18px;line-height:1}
.spec-note{font-size:18px;line-height:1.34;color:#333;max-width:620px}

@media (max-width: 991.98px){
  .feature-strip{padding:34px 0 0}
  .feature-strip::before{width:980px;height:540px;transform:translate(-53%,-50%) rotate(-13deg);opacity:.22}
  .feature-strip-inner{display:block;min-height:auto}
  .feature-copy,.feature-visual{width:100%}
  .feature-copy{padding:26px 20px 0 20px}
  .feature-big-title{font-size:68px}
  .feature-big-subtitle{font-size:22px}
  .feature-points{max-width:none}
  .feature-point{gap:18px}
  .feature-point-title{font-size:20px}
  .feature-point-desc{font-size:17px}
  .feature-visual{justify-content:center;margin-top:20px;padding-left:0}
  .feature-visual::before{width:180px;left:0}
  .feature-product{max-height:420px;margin-inline:auto}
  .spec-stage{grid-template-columns:36px 1fr 36px;gap:12px}
  .spec-illustration{min-height:320px}
  .spec-copy{grid-column:1/-1}
  .spec-copy p,.spec-note{max-width:none}
}
@media (max-width: 767.98px){
  .feature-strip{padding:24px 0 0}
  .feature-strip::before{width:680px;height:360px;left:50%;top:50%;transform:translate(-52%,-50%) rotate(-13deg);opacity:.16}
  .feature-copy{padding:18px 16px 0}
  .feature-big-title{font-size:52px;margin-bottom:8px}
  .feature-big-subtitle{font-size:17px;margin-bottom:22px}
  .feature-points{gap:16px}
  .feature-point{gap:12px}
  .feature-point-title{font-size:16px}
  .feature-point-desc{font-size:13px;line-height:1.15}
  .feature-mark{height:34px}
  .feature-visual{margin-top:16px}
  .feature-visual::before{width:120px;left:4px}
  .feature-product{max-height:255px;margin-inline:auto}
  .spec-section{padding:28px 0 30px}
  .spec-title{font-size:28px}
  .spec-tabs{gap:8px;margin-bottom:20px!important}
  .spec-tabs .nav-link{min-width:auto;padding:7px 10px;font-size:13px}
  .spec-copy h3{font-size:22px}
  .spec-copy p{font-size:16px;margin-bottom:20px}
  .spec-copy h4{font-size:20px}
  .spec-bullet-list li{font-size:16px;margin-bottom:10px}
  .spec-stage{grid-template-columns:28px 1fr 28px;gap:8px}
  .spec-nav{width:28px;height:28px;font-size:20px}
  .spec-illustration{min-height:240px;padding:16px 10px}
  .spec-illustration img{max-height:220px}
  .spec-note{font-size:16px}
}

@media (max-width: 991.98px){
  .workflow-title{font-size:48px;margin-bottom:1.8rem}
  .workflow-steps{grid-template-columns:repeat(3,minmax(0,1fr));max-width:760px;gap:28px 18px}
  .workflow-step:nth-child(5),.workflow-step:nth-child(6),.workflow-step:nth-child(7){grid-column:auto;transform:none}
  .workflow-label{font-size:17px}
}
@media (max-width: 767.98px){
  .workflow-section{padding:3.4rem 0}
  .workflow-title{font-size:34px;margin-bottom:1.5rem}
  .workflow-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 8px}
  .workflow-icon{width:112px;height:78px;margin-bottom:10px}
  .workflow-icon i{left:36px;top:22px;font-size:24px;width:30px;height:30px}
  .workflow-label{font-size:15px;line-height:1.08}
}


.section-catalog{background:#f3f3f3;padding:78px 0 70px;overflow:hidden}
.catalog-showcase .container{max-width:1120px}
.catalog-title{font-size:clamp(2.5rem,4.8vw,4.25rem);line-height:.95;letter-spacing:.01em;margin-bottom:28px}
.catalog-title span{font-size:.88em}
.catalog-tabs{display:flex;justify-content:center;gap:14px;margin:0 0 48px}
.catalog-tab{min-width:118px;height:42px;border:1px solid #eb8d26;background:transparent;color:#eb8d26;font-size:.92rem;text-transform:uppercase;padding:0 20px;transition:.2s}
.catalog-tab.is-active,.catalog-tab:hover{background:var(--accent);color:#fff}
.catalog-carousel{padding:0 70px}
.catalog-grid{background:transparent}
.catalog-col{position:relative}
.catalog-col + .catalog-col::before{content:'';position:absolute;left:0;top:10px;bottom:10px;width:1px;background:#d6d6d6}
.catalog-card{position:relative;background:transparent;border:0;padding:26px 28px 30px;display:flex;flex-direction:column;align-items:flex-start;height:100%;box-shadow:none}
.catalog-card:hover{transform:none;box-shadow:none}
.catalog-card img{height:255px;width:100%;object-fit:contain;object-position:center;margin:0 auto 22px;display:block}
.catalog-card .catalog-badge{position:absolute;top:8px;right:36px;width:58px;height:58px;object-fit:contain;margin:0;z-index:2}
.catalog-card h3{font-size:1.25rem;line-height:1.1;font-weight:700;margin:0 0 12px;text-transform:none}
.meters{display:flex;align-items:center;justify-content:flex-start;gap:14px;margin:.22rem 0;font-size:.9rem}
.meters span{min-width:104px;color:#1f1f1f}
.meter{display:flex;gap:4px}
.meter i{display:block;width:15px;height:15px;background:var(--accent);border:1px solid var(--accent);border-radius:0}
.meter i.off{background:transparent;border-color:#9e9e9e}
.catalog-card .btn-accent{margin-top:24px;border-radius:0;padding:.9rem 1rem;font-size:.92rem;box-shadow:none}
.catalog-side{position:absolute;top:58%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;z-index:5}
.catalog-side-left{left:0;transform:translate(-55px,-50%)}
.catalog-side-right{right:0;transform:translate(52px,-50%)}
.catalog-side-status{display:none}
.catalog-side-arrow{width:34px;height:34px;border:0;background:transparent;color:#9a9fa4;font-size:1.5rem;display:grid;place-items:center;padding:0;transition:color .2s ease, transform .2s ease}
.catalog-side-arrow:hover{color:#eb8d26;transform:scale(1.04)}
.catalog-side-arrow:focus-visible{outline:none;color:#eb8d26}
.catalog-showcase .carousel-control-prev,.catalog-showcase .carousel-control-next{display:none}
@media (max-width: 991.98px){
  .catalog-carousel{padding:0}
  .catalog-side{display:none}
  .catalog-card{padding:18px 14px 24px}
  .catalog-card img{height:200px}
  .catalog-col + .catalog-col::before{display:none}
  .catalog-tabs{margin-bottom:26px}
}
@media (max-width: 767.98px){
  .section-catalog{padding:56px 0 48px}
  .catalog-title{font-size:2.1rem;line-height:1}
  .catalog-tabs{gap:8px;flex-wrap:wrap}
  .catalog-tab{min-width:108px;height:38px;font-size:.82rem}
  .catalog-card img{height:170px}
  .meters{gap:10px;font-size:.78rem}
  .meters span{min-width:88px}
  .meter i{width:12px;height:12px}
}

@media (max-width: 767.98px){
  .install-title{font-size:2rem;margin-bottom:1.2rem}
  .install-item{grid-template-columns:54px 1fr;row-gap:6px}
  .install-item img{width:44px;height:44px}
  .install-item span{white-space:normal;font-size:.9rem}
  .install-item em{grid-column:2;min-width:0;width:100%;margin-left:0}
  .prices-top{padding:1.8rem 0 1.5rem}
  .prices-shop-btn{max-width:230px;height:50px;font-size:.92rem}
  .prices-top-inner{gap:18px}
  .prices-heading{font-size:1.9rem;text-align:left}
  .prices-promo{padding:1.8rem 0 2rem}
  .prices-copy h3{font-size:1.35rem}
  .prices-copy li{font-size:.92rem;margin-bottom:.7rem}
  .works-title-bar{padding:1rem 0}
}


/* ===== Installation + Prices refined ===== */
.installation-section{padding:4.5rem 0 3.7rem !important;background:linear-gradient(rgba(16,10,10,.44),rgba(16,10,10,.44)),url('../img/construction-worker-cutting-ceramic-tiles-using-ceramic-cutter-.png') center/cover no-repeat !important;overflow:hidden}
.installation-wrap{max-width:1120px}
.install-title{font-size:clamp(2.35rem,4vw,3.45rem);letter-spacing:.01em;margin-bottom:1.9rem}
.install-stage{display:grid;grid-template-columns:48px 396px 48px minmax(0,1fr);align-items:center;column-gap:24px;min-height:380px}
.install-illustration{width:100%;max-width:396px;justify-self:center}
.install-illustration img{width:100%;display:block;border:0 !important}
.install-nav{position:static;transform:none;width:42px;height:42px;border:0;background:transparent;color:#8d8d8d;font-size:1.7rem;display:grid;place-items:center;padding:0;z-index:3;justify-self:center;align-self:center}
.install-nav:hover{color:var(--accent)}
.install-nav-left{margin-left:-6px}
.install-nav-right{margin-left:-2px}
.install-icons{display:grid;grid-template-columns:1fr !important;gap:1rem;padding-left:22px;align-self:center}
.install-item{display:grid;grid-template-columns:72px auto minmax(110px,1fr);align-items:center;column-gap:18px;color:#fff;text-align:left}
.install-item img{width:60px;height:60px;object-fit:contain;justify-self:center}
.install-item span{font-family:'PF DinDisplay Pro',sans-serif;text-transform:uppercase;font-size:1rem;font-weight:500;letter-spacing:.01em;white-space:nowrap}
.install-item em{display:block;height:2px;background:rgba(255,255,255,.78);margin-left:14px;min-width:110px}
@media (min-width: 992px){
  .install-item:first-child em{min-width:128px}
}

.prices-section{background:#efefef !important;padding:0 !important}
.prices-top{background:#f4f4f4;padding:3rem 0 2.6rem;border-top:1px solid #dedede}
.prices-top-inner{max-width:1120px;display:grid;grid-template-columns:300px 1fr;align-items:center;gap:24px}
.prices-shop-btn{display:inline-grid;grid-template-columns:1fr 72px;align-items:center;max-width:242px;height:56px;border:2px solid var(--accent);color:var(--accent);text-transform:uppercase;font-weight:700;font-size:1.02rem;text-decoration:none;background:#fff}
.prices-shop-btn span:first-child{display:grid;place-items:center;height:100%}
.prices-shop-icon{display:grid;place-items:center;height:100%;background:var(--accent);color:#111;font-size:1.2rem}
.prices-heading{margin:0;text-align:center;font-size:clamp(2.2rem,4.2vw,3.6rem);color:#111;font-weight:400;letter-spacing:.01em}
.prices-heading strong{font-weight:700}
.prices-promo{position:relative;padding:2.6rem 0 2.9rem;background:linear-gradient(rgba(17,49,57,.58),rgba(17,49,57,.58)),url('../img/glass-broken-from-house-by-accident-man-checking-repair-1.png') center/cover no-repeat}
.prices-promo-inner{max-width:1120px;display:grid;grid-template-columns:minmax(0,1fr) 476px;align-items:center;gap:34px}
.prices-copy{color:#fff;max-width:640px}
.prices-copy h3{margin:0 0 1.2rem;color:#ffc21a;font-size:2rem;line-height:1.08;font-weight:700}
.prices-copy ol{margin:0;padding-left:1.4rem}
.prices-copy li{margin:0 0 .8rem;font-size:1rem;line-height:1.35}
.prices-partner-card{display:flex;justify-content:flex-end}
.prices-partner-card img{max-width:100%;display:block;box-shadow:none}
.works-title-bar{background:var(--accent);padding:1.25rem 0 1.15rem}
.works-title-bar .section-title{font-size:clamp(2.2rem,4vw,3.6rem);letter-spacing:.01em}

@media (max-width: 991.98px){
  .install-stage{grid-template-columns:1fr;gap:22px;min-height:auto}
  .install-illustration{max-width:420px;margin:0 auto}
  .install-nav{display:none}
  .install-icons{padding-left:0;max-width:640px;margin:0 auto}
  .prices-top-inner,.prices-promo-inner{grid-template-columns:1fr}
  .prices-heading{text-align:left}
  .prices-partner-card{justify-content:flex-start}
}
@media (max-width: 767.98px){
  .installation-section{padding:3.5rem 0 !important}
  .install-title{font-size:2rem;margin-bottom:1.2rem}
  .install-item{grid-template-columns:54px 1fr;row-gap:6px}
  .install-item img{width:44px;height:44px}
  .install-item span{white-space:normal;font-size:.9rem}
  .install-item em{grid-column:2;min-width:0;width:100%;margin-left:0}
  .prices-top{padding:1.8rem 0 1.5rem}
  .prices-shop-btn{max-width:230px;height:50px;font-size:.92rem}
  .prices-top-inner{gap:18px}
  .prices-heading{font-size:1.9rem;text-align:left}
  .prices-promo{padding:1.8rem 0 2rem}
  .prices-copy h3{font-size:1.35rem}
  .prices-copy li{font-size:.92rem;margin-bottom:.7rem}
  .works-title-bar{padding:1rem 0}
}


/* fixes: works heading, icon order, featured card */
.works-title-bar{background:var(--accent);padding:1.25rem 0 1.15rem}
.works-title-bar .section-title{font-size:clamp(2.2rem,4vw,3.6rem);letter-spacing:.01em;margin:0}
.works-section{padding-top:2rem}
.mini-label{position:absolute;left:1rem;bottom:1.25rem;right:auto;z-index:2;color:#fff;font-size:1rem;line-height:1.1}
.mini-card.featured .mini-label{left:1.15rem;bottom:1.5rem;font-size:1rem;max-width:calc(100% - 2.3rem)}
.mini-card.featured .mini-cta{left:50%;transform:translateX(-50%);bottom:4.25rem;width:calc(100% - 44px);min-width:0;max-width:none;justify-content:center;padding:.95rem 1.15rem;font-size:.9rem;letter-spacing:.04em}
@media (max-width: 991.98px){
  .mini-card.featured .mini-cta{width:calc(100% - 28px);bottom:3.85rem;padding:.75rem .9rem;font-size:.82rem}
  .mini-card.featured .mini-label{bottom:1.15rem;left:.75rem;max-width:calc(100% - 1.5rem)}
}


/* unified arrows + 48px headings */
.spec-arrow,.catalog-side-arrow,.install-nav{
  position:relative;
  display:block;
  width:16px !important;
  height:42px !important;
  border:0 !important;
  background:transparent !important;
  color:transparent !important;
  font-size:0 !important;
  padding:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  transform:none !important;
}
.spec-arrow i,.catalog-side-arrow i,.install-nav i{display:none!important}
.spec-arrow::before,.spec-arrow::after,
.catalog-side-arrow::before,.catalog-side-arrow::after,
.install-nav::before,.install-nav::after{
  content:'';
  position:absolute;
  width:12px;
  height:1.5px;
  background:#b7b7b7;
  transition:background .2s ease;
}
.spec-arrow-left::before,.install-nav-left::before{left:2px;top:20px;transform:rotate(-45deg)}
.spec-arrow-left::after,.install-nav-left::after{left:2px;top:32px;transform:rotate(45deg)}
.spec-arrow-right::before,.install-nav-right::before{right:2px;top:20px;transform:rotate(45deg)}
.spec-arrow-right::after,.install-nav-right::after{right:2px;top:32px;transform:rotate(-45deg)}
.catalog-side-left .catalog-side-arrow::before{left:2px;top:20px;transform:rotate(-45deg)}
.catalog-side-left .catalog-side-arrow::after{left:2px;top:32px;transform:rotate(45deg)}
.catalog-side-right .catalog-side-arrow::before{right:2px;top:20px;transform:rotate(45deg)}
.catalog-side-right .catalog-side-arrow::after{right:2px;top:32px;transform:rotate(-45deg)}
.spec-arrow:hover::before,.spec-arrow:hover::after,.catalog-side-arrow:hover::before,.catalog-side-arrow:hover::after,.install-nav:hover::before,.install-nav:hover::after{background:var(--accent)}
.catalog-side-arrow:hover,.install-nav:hover,.spec-arrow:hover{transform:none!important}

@media (min-width: 992px){
  .spec-title,.workflow-title,.catalog-title,.need-section .section-title,.install-title,.prices-heading,.works-title-bar .section-title,.together-section .section-title{font-size:48px!important;line-height:1.02!important}
}


/* works lightbox */
.works-grid img{cursor:pointer;transition:transform .25s ease, opacity .25s ease, box-shadow .25s ease}
.works-grid img:hover{transform:scale(1.02);opacity:.96;box-shadow:0 14px 32px rgba(0,0,0,.24)}
.works-lightbox{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:32px;background:rgba(10,12,16,.88);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease, visibility .25s ease}
.works-lightbox.is-open{opacity:1;visibility:visible;pointer-events:auto}
.works-lightbox-inner{display:flex;align-items:center;justify-content:center;max-width:100%;max-height:100%}
.works-lightbox img{display:block;max-width:min(92vw,1400px);max-height:88vh;width:auto;height:auto;object-fit:contain;border-radius:0px;box-shadow:0 24px 70px rgba(0,0,0,.45);background:#111}
.works-lightbox-close{position:absolute;top:18px;right:18px;width:52px;height:52px;border:none;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:34px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease, transform .2s ease}
.works-lightbox-close:hover{background:rgba(255,255,255,.2);transform:scale(1.04)}
body.works-lightbox-open{overflow:hidden}
@media (max-width: 767.98px){
  .works-lightbox{padding:18px}
  .works-lightbox img{max-width:94vw;max-height:82vh;border-radius:0px}
  .works-lightbox-close{top:10px;right:10px;width:44px;height:44px;font-size:30px}
}


/* warm installation mini menu */
.install-illustration{position:relative}
.install-illustration img{aspect-ratio:396/396;object-fit:cover;border-radius:0px;box-shadow:0 18px 40px rgba(0,0,0,.24);transition:opacity .25s ease}
.install-icons{display:grid;grid-template-columns:1fr !important;gap:1rem;padding-left:22px;align-self:center}
.install-item{appearance:none;-webkit-appearance:none;border:0;background:transparent;padding:0;cursor:pointer;display:grid;grid-template-columns:72px auto minmax(110px,1fr);align-items:center;column-gap:18px;color:#bfbfbf;text-align:left;opacity:.82;transition:opacity .2s ease, transform .2s ease}
.install-item img{width:60px;height:60px;object-fit:contain;justify-self:center;filter:grayscale(1) brightness(1.6);transition:filter .2s ease, opacity .2s ease}
.install-item span{color:#d0d0d0;transition:color .2s ease}
.install-item em{display:block;height:2px;background:rgba(255,255,255,.4);margin-left:14px;min-width:110px;transition:background .2s ease}
.install-item:hover{opacity:1}
.install-item:hover img,.install-item.is-active img{filter:brightness(0) saturate(100%) invert(56%) sepia(97%) saturate(1341%) hue-rotate(359deg) brightness(102%) contrast(103%)}
.install-item.is-active{opacity:1}
.install-item.is-active span{color:var(--accent)}
.install-item.is-active em{background:var(--accent)}

@media (max-width: 991.98px){
  .install-illustration img{aspect-ratio:auto;max-height:420px}
  .install-item{grid-template-columns:54px 1fr;row-gap:6px}
  .install-item em{grid-column:2;min-width:0;width:100%;margin-left:0}
}


/* what do you need for a window */
.need-section{background:#efefef;padding:36px 0 42px}
.need-container{max-width:1120px}
.need-section .section-title{margin-bottom:1.8rem}
.need-tabs{gap:12px;margin-bottom:34px!important}
.need-tabs .nav-link{min-width:120px;padding:8px 14px;border-radius:0;border:1px solid var(--accent);background:transparent;color:var(--accent);font-size:15px;font-weight:400;text-transform:none}
.need-tabs .nav-link.active{background:var(--accent);color:#fff;border-color:var(--accent)}
.need-stage{
  display:grid;
  grid-template-columns:minmax(0,1fr) 32px 520px 32px;
  column-gap:18px;
  align-items:center;
}
.need-copy{
  grid-column:1;
  grid-row:1;
  padding-top:0;
  max-width:620px;
  width:100%;
}
.need-copy h3{
  font-size:25px;
  line-height:1.1;
  text-transform:none;
  font-weight:700;
  color:#111;
  margin:0 0 18px;
}
.need-copy p,
.need-note{
  font-size:18px;
  line-height:1.42;
  color:#333;
  max-width:620px;
  margin:0 0 22px;
  text-align:justify;
  text-justify:inter-word;
}
.need-note{
  margin-bottom:0;
}

.need-illustration{
  grid-column:3;
  grid-row:1;
}

.need-illustration img{
  display:block;
  width:100%;
  max-width:520px;
  max-height:420px;
  object-fit:contain;
  margin:0 auto;
  transition:opacity .2s ease;
}

.need-nav{
  display:grid;
  place-items:center;
  width:24px !important;
  height:54px !important;
  border:0 !important;
  background:transparent !important;
  color:transparent !important;
  font-size:0 !important;
  padding:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  transform:none !important;
  align-self:center;
}

.need-nav-left{
  grid-column:2;
  grid-row:1;
  justify-self:end;
}

.need-nav-right{
  grid-column:4;
  grid-row:1;
  justify-self:start;
}
.need-nav:hover{color:#666}
.need-image{margin-left:auto}
@media (max-width: 991.98px){
  .need-stage{
    grid-template-columns:28px 1fr 28px;
    gap:10px;
  }

  .need-illustration{
    grid-column:2;
    min-height:320px;
  }

  .need-copy{
    grid-column:1 / -1;
    max-width:none;
  }

  .need-copy p,
  .need-note{
    max-width:none;
    text-align:left;
  }

  .need-nav-left{
    justify-self:end;
  }

  .need-nav-right{
    justify-self:start;
  }
}
@media (max-width: 767.98px){
  .need-section{padding:28px 0 30px}
  .need-tabs{gap:8px;margin-bottom:20px!important}
  .need-tabs .nav-link{min-width:auto;padding:7px 10px;font-size:13px}

  .need-copy h3{font-size:22px}
  .need-copy p,
  .need-note{
    font-size:16px;
    text-align:left;
  }

  .need-stage{
    grid-template-columns:24px 1fr 24px;
    gap:8px;
  }

  .need-nav{
    width:24px !important;
    height:44px !important;
  }

  .need-illustration{
    min-height:240px;
    padding:16px 10px;
  }

  .need-illustration img{
    max-width:100%;
    max-height:220px;
  }
}

/* unify arrows for need section */
.need-nav{position:relative;display:block;width:24px!important;height:54px!important;border:0!important;background:transparent!important;color:transparent!important;font-size:0!important;padding:0!important;border-radius:0!important;box-shadow:none!important;transform:none!important}
.need-nav i{display:none!important}
.need-nav::before,.need-nav::after{content:'';position:absolute;width:18px;height:2px;background:#d8d8d8;transition:background .2s ease}
.need-nav-left::before{left:2px;top:20px;transform:rotate(-45deg)}
.need-nav-left::after{left:2px;top:32px;transform:rotate(45deg)}
.need-nav-right::before{right:2px;top:20px;transform:rotate(45deg)}
.need-nav-right::after{right:2px;top:32px;transform:rotate(-45deg)}
.need-nav:hover::before,.need-nav:hover::after{background:var(--accent)}


/* hero slider refinement */
.hero-section::after{background:linear-gradient(180deg,rgba(7,11,16,.42) 0%, rgba(7,11,16,.34) 38%, rgba(7,11,16,.56) 100%) !important;}
.hero-nav{background:transparent !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;box-shadow:none !important;}
.hero-nav.scrolled{background:rgba(10,15,22,.24) !important;backdrop-filter:blur(6px) !important;-webkit-backdrop-filter:blur(6px) !important;box-shadow:none !important;}
#mainNav{background:transparent !important;}
.hero-btn-outline .hero-btn-text{background:transparent !important;color:var(--accent) !important;}
.hero-btn-outline .hero-btn-icon{background:var(--accent) !important;color:#fff !important;}
.hero-slider-indicators{position:absolute;left:50%;bottom:24px;transform:translateX(-50%);margin-top:0;z-index:4;}
.hero-layout{position:relative;padding-bottom:4.8rem;}
.hero-main-row,.hero-actions{transition:opacity .25s ease, visibility .25s ease;}
.hero-embedded-copy .hero-main-row{opacity:0;visibility:hidden;pointer-events:none;}
.hero-actions{position:relative;z-index:4;}
.hero-bg-carousel .carousel-item img{filter:saturate(.95) brightness(.92);}
@media (max-width: 991.98px){.hero-nav{background:transparent !important}.hero-nav.scrolled{background:rgba(10,15,22,.38) !important}#mainNav{background:rgba(10,15,22,.7) !important}.hero-slider-indicators{bottom:16px}.hero-layout{padding-bottom:3.2rem;}}
@media (max-width: 767.98px){.hero-slider-indicators{bottom:12px}.hero-layout{padding-bottom:2.5rem}.hero-btn-outline .hero-btn-text{background:rgba(0,0,0,.08) !important;}}


/* hero slider centered overlay + manual only */
.hero-layout{display:flex;flex-direction:column;justify-content:flex-end;min-height:430px;padding-top:7.2rem;padding-bottom:5.2rem;z-index:3;position:relative}
.hero-main-row{flex:1;display:flex;align-items:center;justify-content:center;min-height:0}
.hero-title-wrap{margin:0 auto;display:flex;align-items:center;justify-content:center;gap:34px;max-width:1260px;width:100%}
.hero-content h1,.hero-title-wrap h1{font-size:clamp(4.4rem,7vw,6.4rem);line-height:.95;text-align:center}
.hero-subtitle{font-size:clamp(2rem,3vw,3rem);line-height:1.02;max-width:520px;padding-top:0;text-align:left}
.hero-actions{position:relative;z-index:4}
.hero-slider-indicators{position:absolute;left:50%;bottom:20px;transform:translateX(-50%);margin-top:0;z-index:5;display:flex;gap:12px}
.hero-slider-indicators span{display:block;width:38px;height:4px;background:rgba(255,255,255,.5);cursor:pointer;transition:background .2s ease, opacity .2s ease}.hero-slider-indicators span.active{background:#fff;opacity:1}
.hero-main-row,.hero-actions{opacity:1 !important;visibility:visible !important;pointer-events:auto !important}
.hero-nav,.hero-nav.scrolled,#mainNav{background:transparent !important}
@media (max-width: 991.98px){.hero-layout{padding-bottom:4.4rem}.hero-title-wrap{gap:22px}.hero-subtitle{max-width:340px;font-size:2rem}.hero-slider-indicators{bottom:14px}}
@media (max-width: 767.98px){.hero-layout{padding-top:5.2rem;padding-bottom:4rem;min-height:420px}.hero-main-row{align-items:center}.hero-title-wrap{margin:0 auto;gap:12px;max-width:92%;justify-content:center}.hero-content h1,.hero-title-wrap h1{font-size:2.7rem}.hero-title-sep{height:54px}.hero-subtitle{font-size:1.05rem;max-width:160px;line-height:1.06}.hero-slider-indicators{bottom:10px;gap:8px}.hero-slider-indicators span{width:22px;height:3px}}




/* ===== slider position + header state fix ===== */
.hero-nav{
  background:transparent !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  box-shadow:none !important;
}

.hero-nav.scrolled{
  background:rgba(10,15,22,.82) !important;
  backdrop-filter:blur(8px) !important;
  -webkit-backdrop-filter:blur(8px) !important;
  box-shadow:0 10px 24px rgba(0,0,0,.22) !important;
}

#mainNav{
  background:transparent !important;
}

.hero-layout{
  min-height:100vh !important;
  padding-bottom:7.2rem !important;
}

.hero-actions{
  margin-top:auto !important;
  margin-bottom:2.2rem !important;
}

.hero-btn-outline,
.hero-btn-fill{
  transform:translateY(80px) !important;
}

.hero-slider-indicators{
  position:absolute !important;
  left:50% !important;
  bottom:28px !important;
  transform:translateX(-50%) !important;
  margin-top:0 !important;
  z-index:5 !important;
}

@media (max-width: 991.98px){
  .hero-nav{
    background:transparent !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
  }

  .hero-nav.scrolled{
    background:rgba(10,15,22,.88) !important;
    backdrop-filter:blur(8px) !important;
    -webkit-backdrop-filter:blur(8px) !important;
  }

  #mainNav{
    background:rgba(10,15,22,.92) !important;
  }

  .hero-layout{
    padding-bottom:5.4rem !important;
  }

  .hero-actions{
    margin-bottom:1.4rem !important;
  }

  .hero-btn-outline,
  .hero-btn-fill{
    transform:translateY(14px) !important;
  }

  .hero-slider-indicators{
    bottom:18px !important;
  }
}

@media (max-width: 767.98px){
  .hero-layout{
    padding-bottom:4.6rem !important;
  }

  .hero-actions{
    margin-bottom:.8rem !important;
  }

  .hero-btn-outline,
  .hero-btn-fill{
    transform:translateY(8px) !important;
  }

  .hero-slider-indicators{
    bottom:12px !important;
  }
}

/* === Refined feature block to better match the Figma mockup === */
.feature-strip{
  background:
    radial-gradient(1200px 520px at 18% 24%, rgba(255,255,255,.52) 0%, rgba(255,255,255,.22) 38%, rgba(255,255,255,0) 68%),
    radial-gradient(900px 520px at 84% 52%, rgba(255,255,255,.34) 0%, rgba(255,255,255,.10) 40%, rgba(255,255,255,0) 72%),
    linear-gradient(90deg, #ece8e4 0%, #ebe6e2 52%, #e7e1dc 71%, #ddd7d1 83%, #f0ede9 100%);
}

.feature-strip::before{
  left:50%;
  top:50%;
  width:1500px;
  height:820px;
  transform:translate(-55%,-51%) rotate(-13deg);
  opacity:.4;
  z-index: 4;
  pointer-events:none;
}

.feature-strip::after{
  background:
    linear-gradient(90deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,.08) 26%, rgba(255,255,255,.02) 54%, rgba(255,255,255,.10) 74%, rgba(255,255,255,.22) 100%),
    radial-gradient(700px 260px at 22% 22%, rgba(255,255,255,.20) 0%, rgba(255,255,255,0) 72%);
}

.feature-strip-inner{
  max-width:1360px;
  min-height:525px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  position:relative;
  z-index:2;
}

.feature-copy{
  width:59.5%;
  padding:42px 0 0 84px;
  position:relative;
  z-index:6;
}

.feature-copy::before{
  content:'';
  position:absolute;
  left:26px;
  top:6px;
  width:680px;
  height:170px;
  background:radial-gradient(ellipse at left center, rgba(255,255,255,.52) 0%, rgba(255,255,255,.28) 38%, rgba(255,255,255,.10) 58%, rgba(255,255,255,0) 78%);
  pointer-events:none;
  z-index:0;
}

.feature-copy > *{
  position:relative;
  z-index:1;
}

.feature-big-title{
  font-size:88px;
  letter-spacing:.01em;
  color:#ff4a22;
  text-shadow:0 0 1px rgba(255,74,34,.08);
  margin-bottom:10px;
}

.feature-big-subtitle{
  font-size:31px;
  color:#ff4a22;
  margin-bottom:44px;
}

.feature-points{
  gap:30px;
}

.feature-visual{
  width:41%;
  padding:0 8px 0 10px;
  align-items:stretch;
  z-index: 2;
}

.feature-visual::before{
  left:-58px;
  top:-2%;
  bottom:-2%;
  width:330px;
  background:linear-gradient(90deg, #ece8e4 0%, rgba(236,232,228,.97) 17%, rgba(236,232,228,.88) 34%, rgba(236,232,228,.62) 56%, rgba(236,232,228,.26) 77%, rgba(236,232,228,0) 100%);
  z-index:3;
}

.feature-visual::after{
  content:'';
  position:absolute;
  right:-1%;
  top:-1%;
  bottom:-1%;
  width:90px;
  background:linear-gradient(270deg, rgba(240,237,233,.86) 0%, rgba(240,237,233,.28) 48%, rgba(240,237,233,0) 100%);
  z-index:3;
  pointer-events:none;
}

.feature-product{
  max-height:none;
  height:100%;
  max-width:100%;
  object-fit:contain;
  object-position:right center;
  filter:drop-shadow(0 16px 30px rgba(115,102,90,.10));
  position:relative;
  z-index:2;
}

.feature-big-title,
.feature-big-subtitle,
.feature-points,
.feature-point,
.feature-point-text{
  position:relative;
  z-index:7;
}
@media (max-width: 991.98px){
  .feature-copy::before{width:520px;height:140px;left:0;top:10px}
  .feature-visual::before,.feature-visual::after{display:none}
  .feature-strip-inner{min-height:auto}
  .feature-product{height:auto;max-height:420px}
}

@media (max-width: 767.98px){
  .feature-copy{padding:24px 0 0 8px}
  .feature-copy::before{width:320px;height:96px;top:6px}
  .feature-big-title{font-size:56px}
  .feature-big-subtitle{font-size:16px;margin-bottom:18px}
}


/* image info modal */
.need-illustration img,
.install-illustration img{
  cursor:pointer;
}

.info-modal{
  position:fixed;
  inset:0;
  z-index:2500;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:28px;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .25s ease, visibility .25s ease;
}
.info-modal.is-open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
.info-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(13,16,21,.76);
  backdrop-filter:blur(3px);
  -webkit-backdrop-filter:blur(3px);
}
.info-modal__dialog{
  position:relative;
  z-index:1;
  width:min(980px, 100%);
  max-height:min(88vh, 920px);
  overflow:auto;
  background:#fff;
  box-shadow:0 28px 80px rgba(0,0,0,.28);
  display:grid;
  grid-template-columns:minmax(320px, 46%) 1fr;
}
.info-modal__media-wrap{
  background:#f3f1ed;
  min-height:340px;
}
.info-modal__image{
  display:block;
  width:100%;
  height:100%;
  max-height:78vh;
  object-fit:cover;
}
.info-modal__content{
  padding:40px 38px 36px;
}
.info-modal__eyebrow{
  margin-bottom:12px;
  color:var(--accent);
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:700;
}
.info-modal__title{
  margin:0 0 16px;
  font-size:36px;
  line-height:1.02;
  font-weight:700;
  color:#111;
  text-transform:uppercase;
}
.info-modal__text{
  margin:0;
  font-size:19px;
  line-height:1.55;
  color:#303030;
}
.info-modal__close{
  position:absolute;
  top:14px;
  right:14px;
  z-index:2;
  width:46px;
  height:46px;
  border:0;
  border-radius:50%;
  background:rgba(17,17,17,.14);
  color:#111;
  font-size:34px;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:background .2s ease, transform .2s ease;
}
.info-modal__close:hover{
  background:rgba(17,17,17,.22);
  transform:scale(1.04);
}
body.info-modal-open{
  overflow:hidden;
}
@media (max-width: 767.98px){
  .info-modal{
    padding:16px;
  }
  .info-modal__dialog{
    grid-template-columns:1fr;
    max-height:90vh;
  }
  .info-modal__media-wrap{
    min-height:220px;
  }
  .info-modal__image{
    max-height:320px;
  }
  .info-modal__content{
    padding:24px 20px 22px;
  }
  .info-modal__title{
    font-size:26px;
  }
  .info-modal__text{
    font-size:16px;
    line-height:1.45;
  }
  .info-modal__close{
    width:40px;
    height:40px;
    font-size:28px;
    top:10px;
    right:10px;
  }
}

/* works tabs switching */
.works-mode-tab img{transition:filter .2s ease, opacity .2s ease, transform .2s ease;}


/* second hero slide overlay */
.hero-slide2-overlay{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:min(1500px,calc(100% - 64px));
  display:none;
  align-items:flex-start;
  justify-content:flex-start;
  gap:56px;
  z-index:4;
  pointer-events:none;
}
.hero-slide2-overlay.is-visible{display:flex;}
.hero-slide2-panel{
  background:transparent;
  min-height:auto;
  box-sizing:border-box;
}
.hero-slide2-panel-left{flex:0 0 auto;padding:0;margin-left:176px;}
.hero-slide2-panel-right{flex:0 0 auto;padding:0;margin-top:-2px;}
.hero-slide2-copy{display:flex;align-items:flex-start;gap:34px;}
.hero-slide2-accent{width:8px;height:132px;background:var(--accent);flex:0 0 8px;margin-top:6px;}
.hero-slide2-title{font-family:'PF DinDisplay Pro',sans-serif;font-size:96px;line-height:.92;font-weight:700;color:var(--accent);text-transform:uppercase;margin:0;}
.hero-slide2-subtitle{font-family:'PF DinDisplay Pro',sans-serif;font-size:38px;line-height:1.02;color:#fff;text-transform:none;margin-top:18px;}
.hero-slide2-list{font-family:'PF DinDisplay Pro',sans-serif;font-size:26px;line-height:1.3;color:#fff;}
.hero-slide2-list div+div{margin-top:18px;}
.hero-slide2-list strong{font-weight:700;}
.hero-slide2-active .hero-main-row{opacity:0 !important;visibility:hidden !important;pointer-events:none !important;}
@media (max-width: 1399.98px){
  .hero-slide2-overlay{top:45%;width:min(1380px,calc(100% - 56px));gap:42px;}
  .hero-slide2-panel-left{margin-left:120px;}
  .hero-slide2-title{font-size:86px;}
  .hero-slide2-subtitle{font-size:34px;}
  .hero-slide2-list{font-size:23px;}
}
@media (max-width: 1199.98px){
  .hero-slide2-overlay{top:36%;width:min(1120px,calc(100% - 48px));gap:28px;justify-content:flex-start;}
  .hero-slide2-panel-left{margin-left:64px;}
  .hero-slide2-title{font-size:72px;}
  .hero-slide2-subtitle{font-size:28px;}
  .hero-slide2-list{font-size:20px;}
}
@media (max-width: 991.98px){
  .hero-slide2-overlay{top:40%;width:calc(100% - 32px);gap:16px;transform:translate(-50%,-50%);justify-content:flex-start;}
  .hero-slide2-panel-left{flex-basis:auto;padding-right:0;margin-left:18px;}
  .hero-slide2-panel-right{flex-basis:auto;padding-top:0;margin-top:-2px;}
  .hero-slide2-copy{gap:18px;}
  .hero-slide2-accent{width:5px;flex-basis:5px;height:110px;margin-top:4px;}
  .hero-slide2-title{font-size:50px;}
  .hero-slide2-subtitle{font-size:20px;margin-top:10px;}
  .hero-slide2-list{font-size:16px;line-height:1.24;}
  .hero-slide2-list div+div{margin-top:10px;}
}
@media (max-width: 767.98px){
  .hero-slide2-overlay{top:41%;width:calc(100% - 20px);gap:10px;justify-content:flex-start;}
  .hero-slide2-panel-left{flex-basis:auto;padding-right:0;margin-left:4px;}
  .hero-slide2-panel-right{flex-basis:auto;padding-top:0;margin-top:-1px;}
  .hero-slide2-copy{gap:10px;}
  .hero-slide2-accent{width:3px;flex-basis:3px;height:58px;margin-top:2px;}
  .hero-slide2-title{font-size:28px;}
  .hero-slide2-subtitle{font-size:12px;margin-top:6px;}
  .hero-slide2-list{font-size:10px;line-height:1.18;}
  .hero-slide2-list div+div{margin-top:6px;}
}


.catalog-card--simple .meters{display:none;}
.catalog-card--simple{padding-bottom:24px;justify-content:space-between;}
.catalog-card--simple h3{margin-bottom:24px;min-height:52px;display:flex;align-items:center;justify-content:center;text-align:center;}
.catalog-col--empty{display:block;}
#glassCarousel .catalog-card.hot,
#glassCarousel .catalog-card--simple{
  min-height: 503.3px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px){.catalog-col--empty{display:none;}}


.catalog-card__image-trigger{cursor:pointer;}
.catalog-info-drawer{margin:28px 70px 0; background:#eb5a1c; color:#fff; overflow:hidden; border-radius:0; box-shadow:none;}
.catalog-info-drawer[hidden]{display:none !important;}
.catalog-info-drawer__inner{position:relative; display:grid; grid-template-columns:minmax(240px, 340px) 1fr; gap:28px; align-items:start; padding:34px 36px;}
.catalog-info-drawer__close{position:absolute; top:12px; right:16px; background:transparent; border:0; color:#fff; font-size:34px; line-height:1; cursor:pointer;}
.catalog-info-drawer__media{display:flex; align-items:flex-start; justify-content:center;}
.catalog-info-drawer__image{max-width:100%; max-height:280px; object-fit:contain; display:block;}
.catalog-info-drawer__eyebrow{font-size:14px; text-transform:uppercase; letter-spacing:.08em; opacity:.9; margin-bottom:8px;}
.catalog-info-drawer__title{font-family:'PF DinDisplay Pro',sans-serif; font-size:36px; line-height:1.05; text-transform:uppercase; margin:0 0 18px; color:#fff;}
.catalog-info-drawer__text{font-size:18px; line-height:1.65; color:#fff; white-space:pre-line;}
.catalog-info-drawer__text ul{margin:0; padding-left:20px;}
.catalog-info-drawer__text li+li{margin-top:8px;}
@media (max-width: 991.98px){.catalog-info-drawer{margin:24px 0 0;}.catalog-info-drawer__inner{grid-template-columns:1fr;}.catalog-info-drawer__image{max-height:220px;}.catalog-info-drawer__title{font-size:28px;}.catalog-info-drawer__text{font-size:16px;}}


.calculator-landing-section{
  padding-top: 0;
  padding-bottom: 0;
  background:#f3f3f3;
}

.calculator-embed-wrap{
  width:100%;
  max-width:1680px;
  margin:0 auto;
  background:#f3f3f3;
}

.calculator-embed-frame{
  display:block;
  width:100%;
  min-height:980px;
  border:0;
  background:transparent;
  overflow:hidden;
}

@media (max-width: 1199px){
  .calculator-embed-frame{
    min-height:1120px;
  }
}

@media (max-width: 767px){
  .calculator-embed-frame{
    min-height:1180px;
  }
}

/* ===== unified arrows across landing ===== */
.spec-nav,
.need-nav,
.catalog-side-arrow,
.install-nav,
.works-arrow{
  position:relative !important;
  display:block !important;
  width:24px !important;
  height:54px !important;
  border:0 !important;
  background:transparent !important;
  color:transparent !important;
  font-size:0 !important;
  padding:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  transform:none !important;
}

.spec-nav i,
.need-nav i,
.catalog-side-arrow i,
.install-nav i,
.works-arrow span{
  display:none !important;
}

.spec-nav::before,.spec-nav::after,
.need-nav::before,.need-nav::after,
.catalog-side-arrow::before,.catalog-side-arrow::after,
.install-nav::before,.install-nav::after,
.works-arrow::before,.works-arrow::after{
  content:'';
  position:absolute;
  width:18px;
  height:2px;
  background:#d8d8d8;
  transition:background .2s ease;
}

.spec-nav-left::before,
.need-nav-left::before,
.install-nav-left::before,
.works-arrow-left::before,
.catalog-side-left .catalog-side-arrow::before{
  left:2px;
  top:20px;
  transform:rotate(-45deg);
}

.spec-nav-left::after,
.need-nav-left::after,
.install-nav-left::after,
.works-arrow-left::after,
.catalog-side-left .catalog-side-arrow::after{
  left:2px;
  top:32px;
  transform:rotate(45deg);
}

.spec-nav-right::before,
.need-nav-right::before,
.install-nav-right::before,
.works-arrow-right::before,
.catalog-side-right .catalog-side-arrow::before{
  right:2px;
  top:20px;
  transform:rotate(45deg);
}

.spec-nav-right::after,
.need-nav-right::after,
.install-nav-right::after,
.works-arrow-right::after,
.catalog-side-right .catalog-side-arrow::after{
  right:2px;
  top:32px;
  transform:rotate(-45deg);
}

.spec-nav:hover::before,.spec-nav:hover::after,
.need-nav:hover::before,.need-nav:hover::after,
.catalog-side-arrow:hover::before,.catalog-side-arrow:hover::after,
.install-nav:hover::before,.install-nav:hover::after,
.works-arrow:hover::before,.works-arrow:hover::after{
  background:var(--accent);
}


/* ===== works block arrows fix ===== */
.works-gallery-wrap{
  position:relative !important;
  padding:0 56px !important;
}

.works-arrow{
  position:absolute !important;
  top:50% !important;
  bottom:auto !important;
  transform:translateY(-50%) !important;
  z-index:10 !important;
}

.works-arrow-left{
  left:8px !important;
  right:auto !important;
}

.works-arrow-right{
  right:8px !important;
  left:auto !important;
}

@media (max-width: 991.98px){
  .works-gallery-wrap{
    padding:0 40px !important;
  }

  .works-arrow-left{
    left:4px !important;
  }

  .works-arrow-right{
    right:4px !important;
  }
}

/* ===== Mobile/adaptive quality pass (desktop untouched) ===== */
@media (max-width: 991.98px){
  body{overflow-x:hidden;}
  .container,
  .container-fluid,
  .hero-nav .container,
  .installation-wrap,
  .need-container,
  .spec-container,
  .catalog-showcase .container,
  .works-shell,
  .together-shell{padding-left:16px;padding-right:16px;}

  .hero-nav{padding-top:10px!important;padding-bottom:10px!important;}
  .hero-nav-inner{align-items:center;}
  .navbar-brand img{height:38px;}
  .navbar-toggler{border:2px solid rgba(255,255,255,.7);border-radius:12px;padding:.42rem .56rem;box-shadow:none;}
  .navbar-toggler:focus{box-shadow:none;}
  #mainNav{
    margin-top:12px;
    padding:10px 12px;
    border-radius:18px;
    background:rgba(7,12,18,.88)!important;
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
  }
  .hero-menu{gap:0;margin-top:0;}
  .hero-menu .nav-link{
    display:block;
    padding:14px 8px!important;
    font-size:1.3rem;
    line-height:1.15;
    border-bottom:1px solid rgba(255,255,255,.08);
  }
  .hero-menu .nav-item:last-child .nav-link{border-bottom:0;}

  .hero-layout{
    min-height:100svh!important;
    padding-top:92px!important;
    padding-bottom:32px!important;
  }
  .hero-main-row{align-items:center;}
  .hero-title-wrap{
    max-width:100%;
    gap:18px;
    padding:0 6px;
  }
  .hero-content h1,.hero-title-wrap h1{font-size:clamp(2.9rem,10vw,4.5rem)!important;}
  .hero-title-sep{height:72px;width:3px;}
  .hero-subtitle{font-size:clamp(1rem,3vw,1.5rem)!important;max-width:240px;}
  .hero-actions{gap:12px;align-items:stretch;margin-bottom:8px!important;}
  .hero-btn{flex:1 1 0;min-width:0;}
  .hero-btn-text{padding:0 14px;font-size:14px;text-align:center;justify-content:center;white-space:normal;}
  .hero-btn-line{width:24px;}
  .hero-btn-icon{width:42px;flex-basis:42px;}
  .hero-btn-icon-plain{width:46px;flex-basis:46px;font-size:18px;}
  .hero-btn-outline,.hero-btn-fill{transform:none!important;}
  .hero-slider-indicators{bottom:10px!important;}

  .hero-slide2-overlay{
    width:calc(100% - 32px);
    top:46%;
    gap:14px;
    align-items:flex-start;
  }
  .hero-slide2-panel-left{margin-left:0;}
  .hero-slide2-copy{gap:14px;}
  .hero-slide2-accent{height:74px;width:4px;flex-basis:4px;}
  .hero-slide2-title{font-size:44px;}
  .hero-slide2-subtitle{font-size:18px;}
  .hero-slide2-list{font-size:15px;line-height:1.25;max-width:260px;}

  .spec-title,
  .catalog-title,
  .need-section .section-title,
  .install-title,
  .workflow-title,
  .prices-heading,
  .works-title-bar .section-title,
  .together-section .section-title{font-size:38px!important;line-height:1.02!important;}

  .spec-tabs,
  .need-tabs,
  .catalog-tabs{flex-wrap:wrap;justify-content:center;}
  .spec-tabs .nav-link,
  .need-tabs .nav-link,
  .catalog-tab{min-width:0;}

  .spec-stage{
    grid-template-columns:28px minmax(0,1fr) 28px;
    column-gap:12px;
    row-gap:16px;
    align-items:start;
  }
  .spec-copy{grid-column:1 / -1;grid-row:1;}
  .spec-illustration{grid-column:2;grid-row:2;min-height:0;padding:8px 0;justify-self:center;width:100%;}
  .spec-illustration img{max-height:280px;margin:0 auto;}
  .spec-nav-left{grid-column:1;grid-row:2;align-self:center;justify-self:center;}
  .spec-nav-right{grid-column:3;grid-row:2;align-self:center;justify-self:center;}
  .spec-copy h3{font-size:24px;}
  .spec-copy p,.spec-note{font-size:17px;line-height:1.45;}
  .spec-copy h4{font-size:22px;}
  .spec-bullet-list li{font-size:17px;line-height:1.35;}

  .catalog-carousel{padding:0 14px;}
  .catalog-side{display:none;}
  .catalog-col + .catalog-col::before{display:none;}
  .catalog-card{padding:18px 10px 24px;align-items:center;text-align:center;}
  .catalog-card img{height:210px;margin-bottom:16px;}
  .catalog-card .catalog-badge{right:12px;top:0;width:46px;height:46px;}
  .catalog-card h3{font-size:1.1rem;justify-content:center;}
  .meters{justify-content:center;flex-wrap:wrap;gap:8px;}
  .meters span{min-width:auto;}
  .catalog-card .btn-accent{margin-top:18px;}

  .need-stage{
    grid-template-columns:28px minmax(0,1fr) 28px;
    column-gap:12px;
    row-gap:16px;
    align-items:start;
  }
  .need-copy{grid-column:1 / -1;grid-row:1;max-width:none;}
  .need-illustration{grid-column:2;grid-row:2;min-height:0;padding:8px 0;justify-self:center;width:100%;}
  .need-illustration img{max-width:100%;max-height:320px;object-fit:contain;}
  .need-nav-left{grid-column:1;grid-row:2;align-self:center;justify-self:center;}
  .need-nav-right{grid-column:3;grid-row:2;align-self:center;justify-self:center;}
  .need-copy h3{font-size:24px;}
  .need-copy p,.need-note{font-size:17px;line-height:1.48;}

  .installation-section{padding:56px 0 44px!important;}
  .install-stage{grid-template-columns:1fr!important;gap:18px!important;min-height:auto!important;}
  .install-nav{display:none!important;}
  .install-illustration{max-width:540px;width:100%;margin:0 auto;}
  .install-illustration img{width:100%;max-height:420px;object-fit:cover;aspect-ratio:auto;}
  .install-icons{padding-left:0;max-width:640px;margin:0 auto;gap:12px;}
  .install-item{grid-template-columns:56px 1fr auto;column-gap:14px;}
  .install-item img{width:48px;height:48px;}
  .install-item span{font-size:15px;line-height:1.15;}

  .works-mode-tabs{gap:1rem;margin-bottom:1.4rem;}
  .works-mode-tab img{height:34px;}
  .works-grid{grid-template-columns:repeat(2,1fr);gap:14px;}
  .works-gallery-wrap{padding:0!important;}
  .works-arrow{display:none!important;}

  .product-links{row-gap:14px!important;}
  .mini-card>span,.mini-label{font-size:.92rem;}

  .question-form{padding:1.4rem;}
  .footer-card{padding:2rem 1.2rem;}
  .map-frame{min-height:280px;}

  .calculator-embed-frame{min-height:1420px;}
}

@media (max-width: 767.98px){
  .hero-layout{padding-top:84px!important;padding-bottom:24px!important;}
  .hero-title-wrap{flex-direction:column;gap:10px;align-items:center;}
  .hero-title-sep{display:none;}
  .hero-subtitle{max-width:100%;text-align:center;font-size:1rem!important;}
  .hero-actions{flex-direction:column;gap:10px;}
  .hero-btn{width:100%;}
  .hero-btn-text{font-size:13px;}
  .hero-slide2-overlay{top:42%;width:calc(100% - 24px);flex-direction:column;gap:10px;}
  .hero-slide2-copy{gap:10px;}
  .hero-slide2-accent{height:46px;width:3px;flex-basis:3px;}
  .hero-slide2-title{font-size:28px;}
  .hero-slide2-subtitle{font-size:11px;margin-top:4px;}
  .hero-slide2-list{font-size:11px;max-width:100%;}
  .hero-slide2-list div+div{margin-top:6px;}

  .spec-title,
  .catalog-title,
  .need-section .section-title,
  .install-title,
  .workflow-title,
  .prices-heading,
  .works-title-bar .section-title,
  .together-section .section-title{font-size:30px!important;}

  .spec-copy h3,
  .need-copy h3{font-size:22px;}
  .spec-copy p,
  .spec-note,
  .need-copy p,
  .need-note{font-size:16px;line-height:1.45;}
  .spec-copy h4{font-size:20px;}
  .spec-bullet-list li{font-size:16px;}
  .spec-illustration img,
  .need-illustration img{max-height:220px;}

  .catalog-card img{height:170px;}
  .catalog-card h3{font-size:1rem;}
  .meter i{width:12px;height:12px;}
  .catalog-card .btn-accent{font-size:.8rem;padding:.78rem .8rem;}

  .install-illustration img{max-height:300px;}
  .install-item{grid-template-columns:44px 1fr;row-gap:6px;}
  .install-item img{width:40px;height:40px;}
  .install-item em{grid-column:2;min-width:0;width:100%;margin-left:0;}
  .install-item span{font-size:14px;}

  .works-grid{gap:10px;}
  .mini-card>span,.mini-label{font-size:.84rem;left:.75rem;right:.75rem;bottom:1rem;}
  .mini-card.featured .mini-cta{bottom:3.4rem;font-size:.76rem;width:calc(100% - 24px);}

  .question-form{padding:1.15rem;}
  .calculator-embed-frame{min-height:1520px;}
}

/* ===== Mobile landing refinement pass 2 ===== */
@media (max-width: 767.98px){
  /* 1. Center hero buttons on all slides */
  .hero-actions{
    width:100%;
    max-width:320px;
    margin-left:auto!important;
    margin-right:auto!important;
    align-items:center!important;
  }
  .hero-btn{width:100%;max-width:300px;justify-content:center;}
  .hero-btn-text{justify-content:center;text-align:center;}

  /* 2. VARTA-3000 block: use product image as background, keep text readable */
  .feature-strip{
    padding:42px 0 46px!important;
    background:
      linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.9) 58%, rgba(255,255,255,.72) 100%),
      url('../img/image-39.png') right 18px center/46% auto no-repeat,
      #efebe7!important;
  }
  .feature-strip::before,
  .feature-strip::after{display:none!important;}
  .feature-strip-inner{min-height:auto!important;}
  .feature-copy{padding:0 18px!important;max-width:100%;}
  .feature-visual{display:none!important;}
  .feature-big-title{font-size:56px!important;line-height:.88!important;color:#ff3b24!important;margin-bottom:12px!important;}
  .feature-big-subtitle{font-size:18px!important;color:#ff3b24!important;margin-bottom:26px!important;}
  .feature-points{max-width:78%;gap:20px!important;}
  .feature-point-title{font-size:17px!important;line-height:1.14!important;color:#111!important;}
  .feature-point-desc{font-size:14px!important;color:#111!important;}

  /* 3/4. In image-slider sections: tabs -> image -> text */
  .spec-stage,
  .need-stage{
    grid-template-columns:34px minmax(0,1fr) 34px!important;
    row-gap:18px!important;
    align-items:center!important;
  }
  .spec-illustration,
  .need-illustration{
    grid-column:2!important;
    grid-row:1!important;
    width:100%!important;
    min-height:0!important;
    padding:4px 0!important;
  }
  .spec-copy,
  .need-copy{
    grid-column:1 / -1!important;
    grid-row:2!important;
    padding-top:4px!important;
  }
  .spec-nav-left,.need-nav-left{grid-column:1!important;grid-row:1!important;align-self:center!important;}
  .spec-nav-right,.need-nav-right{grid-column:3!important;grid-row:1!important;align-self:center!important;}
  .spec-illustration img,
  .need-illustration img{
    width:100%!important;
    max-width:360px!important;
    max-height:260px!important;
    object-fit:contain!important;
    margin:0 auto!important;
  }

  /* Warm installation photo same visual rhythm */
  .installation-section .install-stage{display:flex!important;flex-direction:column!important;gap:16px!important;}
  .install-illustration{order:1!important;width:100%!important;max-width:360px!important;margin:0 auto!important;}
  .install-icons{order:2!important;width:100%!important;}
  .install-illustration img{width:100%!important;height:240px!important;object-fit:cover!important;}

  /* 4. Catalog cards: horizontal row on mobile, bigger images, equal heights */
  .catalog-carousel{padding:0!important;overflow:visible!important;}
  .catalog-carousel .carousel-inner{overflow:visible!important;}
  .catalog-carousel .carousel-item.active,
  .catalog-carousel .carousel-item-next,
  .catalog-carousel .carousel-item-prev{display:block!important;}
  .catalog-carousel .carousel-item .row{
    display:flex!important;
    flex-wrap:nowrap!important;
    gap:14px!important;
    margin:0!important;
    overflow-x:auto!important;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    padding:0 18px 10px!important;
  }
  .catalog-carousel .carousel-item .row::-webkit-scrollbar{display:none;}
  .catalog-carousel .catalog-col{
    flex:0 0 78%!important;
    max-width:78%!important;
    width:78%!important;
    padding:0!important;
    scroll-snap-align:center;
  }
  .catalog-card,
  #glassCarousel .catalog-card.hot,
  #glassCarousel .catalog-card--simple{
    min-height:455px!important;
    height:455px!important;
    justify-content:space-between!important;
    background:#fff!important;
    padding:18px 14px 20px!important;
  }
  .catalog-card img:not(.catalog-badge){height:235px!important;width:100%!important;object-fit:contain!important;margin-bottom:12px!important;}
  .catalog-card h3{font-size:1.22rem!important;min-height:42px!important;margin-bottom:8px!important;}
  .catalog-card .btn-accent{margin-top:12px!important;}

  /* Modal image correction for catalog/profile images */
  .info-modal{padding:10px!important;align-items:center!important;}
  .info-modal__dialog{width:100%!important;max-height:88vh!important;overflow:auto!important;}
  .info-modal__media-wrap{min-height:0!important;height:auto!important;padding:12px!important;background:#f3f1ee!important;}
  .info-modal__image{width:100%!important;height:auto!important;max-height:235px!important;object-fit:contain!important;object-position:center!important;}
  .info-modal__content{padding:22px 20px 24px!important;}
  .info-modal__title{font-size:28px!important;line-height:1.05!important;}

  /* 5. Works: compact 3-column grid, visually three rows */
  .works-grid{grid-template-columns:repeat(3,1fr)!important;gap:8px!important;}
  .works-grid img{aspect-ratio:1/1!important;border-radius:0!important;}
  .works-mode-tabs{margin-bottom:16px!important;}

  /* 6. Together block: menu-like compact bars, fits one mobile screen */
  .together-section{padding:24px 0 28px!important;}
  .together-section .section-title{font-size:25px!important;margin-bottom:14px!important;}
  .product-links{--bs-gutter-y:8px!important;--bs-gutter-x:0!important;margin:0 auto!important;max-width:360px;}
  .product-links > [class*='col-']{width:100%!important;flex:0 0 100%!important;max-width:100%!important;}
  .mini-card{
    position:relative!important;
    height:44px!important;
    min-height:44px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
    background:#222!important;
  }
  .mini-card img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;filter:brightness(.72)!important;}
  .mini-card::after{content:'→';position:absolute;right:0;top:0;width:50px;height:100%;background:var(--accent);display:grid;place-items:center;color:#fff;font-size:18px;z-index:2;}
  .mini-card>span,.mini-label{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;z-index:2!important;color:#fff!important;font-size:14px!important;font-weight:700!important;text-align:center!important;padding:0 56px 0 12px!important;}
  .mini-card.featured .mini-cta{display:none!important;}
}

@media (max-width: 390px){
  .feature-points{max-width:84%;}
  .catalog-carousel .catalog-col{flex-basis:84%!important;max-width:84%!important;width:84%!important;}
  .catalog-card,#glassCarousel .catalog-card.hot,#glassCarousel .catalog-card--simple{height:440px!important;min-height:440px!important;}
  .catalog-card img:not(.catalog-badge){height:215px!important;}
}

/* ===== FINAL MOBILE FIX: swipe, centered slide 2, unified mobile sliders ===== */
@media (max-width: 767.98px){
  /* 1. Hero buttons centered on every slide */
  .hero-actions{
    width:100%!important;
    max-width:320px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    left:auto!important;
    right:auto!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .hero-actions .hero-btn{
    width:100%!important;
    max-width:292px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .hero-actions .hero-btn-text{
    text-align:center!important;
    justify-content:center!important;
  }

  /* 2. Second hero slide text centered like the other mobile slides */
  .hero-slide2-overlay{
    top:42%!important;
    left:50%!important;
    width:calc(100% - 32px)!important;
    transform:translate(-50%,-50%)!important;
    display:none;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:12px!important;
    text-align:center!important;
  }
  .hero-slide2-overlay.is-visible{display:flex!important;}
  .hero-slide2-panel-left,
  .hero-slide2-panel-right{
    margin:0!important;
    padding:0!important;
    width:100%!important;
    flex:0 0 auto!important;
  }
  .hero-slide2-copy{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
  }
  .hero-slide2-accent{display:none!important;}
  .hero-slide2-title{
    font-size:40px!important;
    line-height:.92!important;
    text-align:center!important;
  }
  .hero-slide2-subtitle{
    font-size:15px!important;
    line-height:1.1!important;
    margin-top:0!important;
    text-align:center!important;
  }
  .hero-slide2-list{
    max-width:280px!important;
    margin:0 auto!important;
    font-size:13px!important;
    line-height:1.25!important;
    text-align:center!important;
  }
  .hero-slide2-list div+div{margin-top:5px!important;}

  /* 3/4. Three image blocks use the same mobile slider rhythm: buttons/tabs, image with arrows, then text/menu */
  .spec-stage,
  .need-stage{
    grid-template-columns:34px minmax(0,1fr) 34px!important;
    align-items:center!important;
    column-gap:8px!important;
    row-gap:16px!important;
  }
  .spec-illustration,
  .need-illustration{
    grid-column:2!important;
    grid-row:1!important;
    width:100%!important;
    min-height:0!important;
    padding:0!important;
    margin:0 auto!important;
  }
  .spec-illustration img,
  .need-illustration img{
    width:100%!important;
    max-width:360px!important;
    height:230px!important;
    max-height:230px!important;
    object-fit:contain!important;
    display:block!important;
    margin:0 auto!important;
  }
  .spec-copy,
  .need-copy{
    grid-column:1 / -1!important;
    grid-row:2!important;
    padding-top:0!important;
  }
  .spec-nav-left,.need-nav-left{grid-column:1!important;grid-row:1!important;display:grid!important;align-self:center!important;justify-self:center!important;}
  .spec-nav-right,.need-nav-right{grid-column:3!important;grid-row:1!important;display:grid!important;align-self:center!important;justify-self:center!important;}
  .spec-nav,.need-nav,.install-nav{
    width:34px!important;
    height:56px!important;
    min-width:34px!important;
    opacity:1!important;
  }

  /* Warm installation: make it visually the same as VARTA/spec and needs sliders */
  .installation-section{
    padding:42px 0 38px!important;
  }
  .install-title{
    margin-bottom:18px!important;
  }
  .install-stage{
    display:grid!important;
    grid-template-columns:34px minmax(0,1fr) 34px!important;
    column-gap:8px!important;
    row-gap:16px!important;
    align-items:center!important;
    min-height:0!important;
  }
  .install-illustration{
    grid-column:2!important;
    grid-row:1!important;
    width:100%!important;
    max-width:360px!important;
    margin:0 auto!important;
    justify-self:center!important;
  }
  .install-illustration img{
    width:100%!important;
    height:230px!important;
    max-height:230px!important;
    aspect-ratio:auto!important;
    object-fit:cover!important;
    display:block!important;
    box-shadow:0 12px 28px rgba(0,0,0,.2)!important;
  }
  .install-nav{
    display:grid!important;
    grid-row:1!important;
    align-self:center!important;
    justify-self:center!important;
    position:static!important;
    transform:none!important;
    background:transparent!important;
    color:#fff!important;
    z-index:3!important;
  }
  .install-nav-left{grid-column:1!important;margin:0!important;}
  .install-nav-right{grid-column:3!important;margin:0!important;}
  .install-icons{
    grid-column:1 / -1!important;
    grid-row:2!important;
    width:100%!important;
    max-width:360px!important;
    margin:0 auto!important;
    padding:0!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  .install-item{
    grid-template-columns:42px 1fr minmax(40px,80px)!important;
    column-gap:10px!important;
    row-gap:0!important;
    min-height:42px!important;
  }
  .install-item img{width:36px!important;height:36px!important;}
  .install-item span{font-size:13px!important;line-height:1.1!important;white-space:normal!important;}
  .install-item em{grid-column:auto!important;width:auto!important;min-width:40px!important;margin-left:0!important;}

  /* 5. Adapt all "Дізнатися більше" drawers and modal images on mobile */
  .catalog-info-drawer{
    margin:16px 0 0!important;
    background:#f15a1a!important;
    overflow:hidden!important;
  }
  .catalog-info-drawer__inner{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    padding:20px 16px 24px!important;
  }
  .catalog-info-drawer__media{
    width:100%!important;
    min-height:0!important;
    max-height:210px!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
    background:rgba(255,255,255,.08)!important;
  }
  .catalog-info-drawer__image{
    width:100%!important;
    height:auto!important;
    max-width:100%!important;
    max-height:200px!important;
    object-fit:contain!important;
    display:block!important;
  }
  .catalog-info-drawer__close{
    top:8px!important;
    right:12px!important;
    font-size:36px!important;
    z-index:5!important;
  }
  .catalog-info-drawer__eyebrow{font-size:13px!important;margin-bottom:8px!important;}
  .catalog-info-drawer__title{font-size:28px!important;line-height:1!important;margin-bottom:12px!important;word-break:normal!important;}
  .catalog-info-drawer__text{font-size:16px!important;line-height:1.45!important;}

  .info-modal__media-wrap{
    min-height:0!important;
    height:auto!important;
    max-height:245px!important;
    padding:12px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .info-modal__image{
    width:100%!important;
    height:auto!important;
    max-height:220px!important;
    object-fit:contain!important;
    object-position:center!important;
  }
}

@media (max-width:390px){
  .hero-slide2-title{font-size:34px!important;}
  .hero-slide2-list{font-size:12px!important;}
  .spec-illustration img,
  .need-illustration img,
  .install-illustration img{height:205px!important;max-height:205px!important;}
}

/* ===== FINAL TWEAK: mobile hero arrows hidden + warm-install slider alignment ===== */
@media (max-width: 767.98px){
  /* Hide only visible arrow controls on the main hero slider. Swipe remains enabled in JS. */
  #heroCarousel .carousel-control-prev,
  #heroCarousel .carousel-control-next,
  .hero-bg-carousel .carousel-control-prev,
  .hero-bg-carousel .carousel-control-next,
  .hero-section > .carousel-control-prev,
  .hero-section > .carousel-control-next{
    display:none!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }

  /* Warm installation block: smaller, closer to heading, same rhythm as the other mobile sliders. */
  .installation-section{
    padding-top:34px!important;
    padding-bottom:34px!important;
  }
  .install-title{
    margin-bottom:6px!important;
  }
  .installation-section .install-stage{
    margin-top:0!important;
    grid-template-columns:32px minmax(0,1fr) 32px!important;
    column-gap:6px!important;
    row-gap:12px!important;
    align-items:center!important;
  }
  .install-illustration{
    max-width:330px!important;
    width:100%!important;
  }
  .install-illustration img{
    height:205px!important;
    max-height:205px!important;
    width:100%!important;
    object-fit:cover!important;
  }
  .install-nav{
    display:grid!important;
    width:32px!important;
    min-width:32px!important;
    height:52px!important;
    grid-row:1!important;
    align-self:center!important;
    justify-self:center!important;
    position:static!important;
    transform:none!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  .install-nav-left{grid-column:1!important;}
  .install-nav-right{grid-column:3!important;}
  .install-icons{
    margin-top:0!important;
    gap:8px!important;
  }
}

@media (max-width: 390px){
  .install-illustration{max-width:300px!important;}
  .install-illustration img{height:190px!important;max-height:190px!important;}
  .install-title{margin-bottom:4px!important;}
}

/* ===== USER FINAL MOBILE FIX: hero arrows off, warm-install compact with arrows ===== */
@media (max-width: 767.98px){
  /* Main hero: remove any top/side arrow controls only on mobile. Swipe remains active via JS. */
  .hero-section button:not(.navbar-toggler),
  .hero-section .carousel-control-prev,
  .hero-section .carousel-control-next,
  .hero-section .carousel-control-prev-icon,
  .hero-section .carousel-control-next-icon,
  .hero-section .spec-nav,
  .hero-section .need-nav,
  .hero-section .install-nav,
  .hero-section .catalog-side-arrow,
  .hero-section .works-arrow{
    display:none!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }

  .hero-section .carousel-control-prev::before,
  .hero-section .carousel-control-prev::after,
  .hero-section .carousel-control-next::before,
  .hero-section .carousel-control-next::after{
    content:none!important;
    display:none!important;
  }

  /* Warm installation: reduce the title-to-slider gap and show compact arrows like other mobile sliders. */
  .installation-section{
    padding-top:30px!important;
    padding-bottom:34px!important;
  }
  .installation-section .install-title{
    margin-bottom:0!important;
    padding-bottom:0!important;
  }
  .installation-section .install-stage{
    position:relative!important;
    display:grid!important;
    grid-template-columns:34px minmax(0, 320px) 34px!important;
    align-items:center!important;
    justify-content:center!important;
    column-gap:8px!important;
    row-gap:12px!important;
    max-width:410px!important;
    width:100%!important;
    min-height:auto!important;
    margin:8px auto 0!important;
    padding:0!important;
  }
  .installation-section .install-illustration{
    grid-column:2!important;
    grid-row:1!important;
    width:100%!important;
    max-width:320px!important;
    margin:0 auto!important;
    padding:0!important;
    justify-self:center!important;
  }
  .installation-section .install-illustration img{
    width:100%!important;
    height:200px!important;
    max-height:200px!important;
    object-fit:cover!important;
    object-position:center!important;
    display:block!important;
    margin:0 auto!important;
  }
  .installation-section .install-nav{
    display:grid!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    grid-row:1!important;
    position:relative!important;
    transform:none!important;
    width:28px!important;
    min-width:28px!important;
    height:52px!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    color:transparent!important;
    font-size:0!important;
    z-index:10!important;
    align-self:center!important;
    justify-self:center!important;
    margin:0!important;
    padding:0!important;
  }
  .installation-section .install-nav-left{grid-column:1!important;}
  .installation-section .install-nav-right{grid-column:3!important;}
  .installation-section .install-nav i{display:none!important;}
  .installation-section .install-nav::before,
  .installation-section .install-nav::after{
    content:''!important;
    display:block!important;
    position:absolute!important;
    width:19px!important;
    height:2px!important;
    background:#ffffff!important;
    left:auto!important;
    right:auto!important;
    opacity:1!important;
  }
  .installation-section .install-nav-left::before{left:2px!important;top:19px!important;transform:rotate(-45deg)!important;}
  .installation-section .install-nav-left::after{left:2px!important;top:32px!important;transform:rotate(45deg)!important;}
  .installation-section .install-nav-right::before{right:2px!important;top:19px!important;transform:rotate(45deg)!important;}
  .installation-section .install-nav-right::after{right:2px!important;top:32px!important;transform:rotate(-45deg)!important;}
  .installation-section .install-icons{
    grid-column:1 / -1!important;
    grid-row:2!important;
    max-width:320px!important;
    width:100%!important;
    margin:0 auto!important;
    padding:0!important;
    gap:8px!important;
  }
}

@media (max-width: 390px){
  .installation-section .install-stage{grid-template-columns:30px minmax(0, 286px) 30px!important;max-width:356px!important;column-gap:6px!important;}
  .installation-section .install-illustration{max-width:286px!important;}
  .installation-section .install-illustration img{height:184px!important;max-height:184px!important;}
}

/* ===== Mobile fixes: autoplay hero, full VARTA background, catalog swipe between groups ===== */
@media (max-width: 767.98px){
  .feature-strip{
    padding:56px 0 60px!important;
    background:
      linear-gradient(90deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.82) 46%, rgba(255,255,255,.45) 100%),
      url('../img/image-39.png') center center/cover no-repeat!important;
  }
  .feature-strip-inner{min-height:620px!important;align-items:flex-start!important;}
  .feature-copy{position:relative;z-index:2;}

  /* Let the Bootstrap carousel receive the finger swipe instead of stopping inside the 3-product row */
  .catalog-carousel .carousel-inner{overflow:hidden!important;touch-action:pan-y!important;}
  .catalog-carousel .carousel-item .row{
    overflow-x:visible!important;
    scroll-snap-type:none!important;
    flex-wrap:nowrap!important;
    touch-action:pan-y!important;
  }
  .catalog-carousel .catalog-col{
    flex:0 0 78%!important;
    max-width:78%!important;
    width:78%!important;
  }
  .catalog-carousel .carousel-item .row .catalog-col:nth-child(n+2){margin-left:14px!important;}
}

/* Mobile catalog: continuous one-by-one swipe through all cards */
@media (max-width: 767.98px){
  .catalog-carousel[data-mobile-linear-ready="1"] .carousel-inner{
    display:none!important;
  }
  .catalog-carousel[data-mobile-linear-ready="1"]{
    overflow:visible!important;
    padding:0!important;
  }
  .mobile-catalog-track{
    display:flex!important;
    flex-wrap:nowrap!important;
    gap:14px!important;
    overflow-x:auto!important;
    overflow-y:visible!important;
    scroll-snap-type:x mandatory!important;
    -webkit-overflow-scrolling:touch!important;
    padding:0 18px 12px!important;
    touch-action:pan-x pan-y!important;
  }
  .mobile-catalog-track::-webkit-scrollbar{display:none!important;}
  .mobile-catalog-track .catalog-col{
    flex:0 0 78%!important;
    max-width:78%!important;
    width:78%!important;
    padding:0!important;
    scroll-snap-align:center!important;
  }
  .mobile-catalog-track .catalog-col::before{display:none!important;}
}
@media (max-width: 390px){
  .mobile-catalog-track .catalog-col{
    flex-basis:84%!important;
    max-width:84%!important;
    width:84%!important;
  }
}

/* ===== Mobile final: equal hero buttons + normalized one-step swipe ===== */
@media (max-width: 767.98px){
  .hero-actions{
    width:100%!important;
    max-width:292px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:12px!important;
  }
  .hero-actions .hero-btn{
    width:292px!important;
    max-width:292px!important;
    min-width:292px!important;
    flex:0 0 auto!important;
    margin-left:auto!important;
    margin-right:auto!important;
    justify-content:stretch!important;
  }
  .hero-actions .hero-btn-text{
    flex:1 1 auto!important;
    justify-content:center!important;
    text-align:center!important;
    white-space:nowrap!important;
  }
  .hero-actions .hero-btn-icon,
  .hero-actions .hero-btn-icon-plain{
    flex:0 0 62px!important;
    width:62px!important;
  }
  .hero-actions .hero-btn-line{
    flex:0 0 42px!important;
    width:42px!important;
  }

  .spec-illustration,
  .need-illustration,
  .install-illustration{
    touch-action:pan-y!important;
    overscroll-behavior:contain!important;
  }
}
