:root{
  --navy:#051625;
  --navy2:#0b2438;
  --blue:#0b4e91;
  --red:#e51c23;
  --ink:#111827;
  --muted:#667085;
  --line:#d8dde5;
  --soft:#f5f7fa;
  --white:#ffffff;
  --shadow:0 12px 30px rgba(5,22,37,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.45}
button,input,textarea{font:inherit}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{max-width:1500px;margin:0 auto;padding:0 32px}
.section{padding:76px 0;scroll-margin-top:90px}
.section-compact{padding:18px 0 34px;scroll-margin-top:90px}
.section-light{background:var(--soft)}
.section-dark{background:var(--navy);color:#fff}
.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #e5e7eb}
.header-inner{height:72px;display:flex;align-items:center;gap:22px;padding:0 30px;max-width:1680px;margin:auto}
.brand img{width:190px}
.partner-mark{display:flex;align-items:center;border-left:1px solid #ccd1d8;padding-left:20px;min-width:220px}
.partner-mark img{width:200px;height:54px;object-fit:contain;object-position:left center;background:#fff;image-rendering:auto}
.partner-kicker{font-size:9px;letter-spacing:.08em;color:#667085;writing-mode:vertical-rl;transform:rotate(180deg);display:none}
.main-nav{margin-left:auto;display:flex;gap:30px;font-size:13px;font-weight:800;letter-spacing:.02em}
.main-nav a{position:relative;padding:27px 0 24px}
.main-nav a:after{content:"";position:absolute;left:0;bottom:17px;width:0;height:2px;background:var(--red);transition:.2s}
.main-nav a:hover:after,.main-nav a.active:after{width:100%}
.lang-switch{display:flex;gap:10px;margin-left:18px}
.lang{border:0;background:transparent;font-weight:800;padding:8px;color:#667085}
.lang.active{color:var(--red)}
.btn{border:0;border-radius:2px;font-weight:800;text-transform:uppercase;letter-spacing:.01em;display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:46px;padding:0 24px;transition:.2s}
.btn-primary{background:var(--red);color:#fff}
.btn-primary:hover{background:#c8161d;transform:translateY(-1px)}
.btn-ghost{color:#fff;border:1px solid rgba(255,255,255,.5);background:transparent}
.btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.08)}
.btn-outline{background:#fff;color:var(--red);border:1px solid var(--red)}
.header-cta{margin-left:8px;min-height:44px;padding:0 22px}
.mobile-menu{display:none;border:0;background:transparent;font-size:28px}
.hero{display:grid;grid-template-columns:43% 57%;position:relative;background:var(--navy);color:#fff;min-height:435px}
.hero-left{padding:34px 32px 88px;max-width:700px;margin-left:max(0px,calc((100vw - 1500px)/2))}
.hero-image{background-image:linear-gradient(90deg,rgba(5,22,37,.55),rgba(5,22,37,0) 32%),url('../images/hero-base.jpg');background-size:cover;background-position:center}
.eyebrow,.section-kicker{font-size:14px;color:var(--red);font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.hero h1{font-size:48px;line-height:1.06;margin:16px 0 14px;letter-spacing:.015em}
.hero h1 span{color:var(--red)}
.hero-copy{font-size:17px;max-width:560px;color:#f2f5f7;margin:0 0 24px}
.hero-actions{display:flex;gap:20px;flex-wrap:wrap}
.trust-strip{position:absolute;left:0;right:0;bottom:0;height:74px;background:rgba(4,19,31,.96);border-top:1px solid rgba(255,255,255,.25);display:grid;grid-template-columns:repeat(4,1fr);align-items:center;padding:0 max(30px,calc((100vw - 1500px)/2));}
.trust-item{display:flex;align-items:center;gap:14px;padding:0 28px;border-right:1px solid rgba(255,255,255,.25);font-size:14px;color:#edf1f4}
.trust-item:last-child{border-right:0}
.trust-icon{font-size:28px;color:#fff}
.emergency-link{display:inline-flex;align-items:center;gap:12px;border:0;background:transparent;color:var(--navy);font-size:22px;font-weight:900;padding:0 0 9px;position:relative;text-transform:uppercase}
.emergency-link:after{content:"";position:absolute;left:0;bottom:0;width:32px;height:3px;background:var(--red);transition:.2s}
.emergency-link:hover{color:var(--red)}
.emergency-link:hover:after{width:100%}
.emergency-arrow{opacity:0;transform:translateX(-5px);transition:.2s;color:var(--red)}
.emergency-link:hover .emergency-arrow{opacity:1;transform:none}
.problem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:10px}
.problem-card{background:#fff;border:1px solid var(--line);border-radius:5px;overflow:hidden;padding:0;text-align:left;position:relative;box-shadow:0 1px 2px rgba(0,0,0,.02);transition:.2s}
.problem-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#b8c1cb}
.problem-card img{width:100%;height:150px;object-fit:cover}
.problem-content{padding:18px 20px 20px 72px;min-height:110px}
.problem-content strong{display:block;font-size:15px;line-height:1.15;margin-bottom:10px}
.problem-content small{font-size:14px;color:#334155}
.round-icon{position:absolute;left:18px;top:132px;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:22px;border:3px solid #fff}
.round-icon.red{background:var(--red)}
.round-icon.blue{background:var(--blue)}
.section-head{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-bottom:28px}
.section-head h2,.about h2,.contacts h2{font-size:32px;line-height:1.08;margin:6px 0 0;color:var(--navy)}
.section-head p{max-width:580px;margin:0;color:var(--muted);font-size:16px}
.solution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.solution-card{height:300px;position:relative;overflow:hidden;border:0;padding:0;text-align:left;color:#fff;background:#081a2a;border-radius:5px}
.solution-card img{width:100%;height:100%;object-fit:cover;transition:transform .35s}
.solution-card .overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,18,31,.10),rgba(3,18,31,.94) 78%)}
.solution-card:hover img{transform:scale(1.04)}
.solution-card-content{position:absolute;left:22px;right:22px;bottom:19px}
.solution-card h3{font-size:21px;line-height:1.03;margin:7px 0 8px}
.solution-card p{font-size:14px;margin:0;color:#eef4f7;max-width:90%}
.mini-icon{font-size:26px;border:1px solid rgba(255,255,255,.6);border-radius:50%;width:44px;height:44px;display:grid;place-items:center}
.detail-link{display:inline-block;margin-top:12px;color:#fff;font-size:12px;font-weight:800;opacity:.7;transition:.2s}
.solution-card:hover .detail-link{opacity:1;color:#ff6d72}
.industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.industry-card{display:grid;grid-template-columns:42% 58%;background:#fff;border:1px solid var(--line);min-height:180px;border-radius:5px;overflow:hidden}
.industry-card img{width:100%;height:100%;object-fit:cover}
.industry-card div{padding:22px}
.industry-card h3{margin:0 0 8px;font-size:20px;color:var(--navy)}
.industry-card p{margin:0;color:var(--muted);font-size:14px}
.project-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.project-card{border:1px solid var(--line);border-radius:5px;overflow:hidden;background:#fff;transition:.2s}
.project-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.project-card img{width:100%;height:190px;object-fit:cover}
.project-card div{padding:18px}
.project-card h3{font-size:19px;margin:5px 0;color:var(--navy)}
.project-card p{margin:0 0 9px;color:var(--muted)}
.project-card strong{font-size:14px}
.project-country{font-size:11px;color:var(--red);font-weight:900;letter-spacing:.08em}
.about .section-kicker.light{color:#ff4d52}
.about h2{color:#fff;font-size:34px}
.about-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:70px;align-items:center}
.about-copy p{color:#dfe7ec;font-size:17px}
.process-line{font-size:13px;font-weight:800;color:#fff;border-top:1px solid rgba(255,255,255,.25);padding-top:18px;margin-top:24px;line-height:1.8}
.partner-box{background:#fff;color:var(--ink);display:grid;grid-template-columns:1fr 70px 1fr;align-items:center;padding:34px;border-radius:5px}
.partner-box img{max-height:62px;object-fit:contain;margin-bottom:16px}
.partner-box-left img{width:250px;max-width:100%;height:auto}
.partner-box-right img{width:250px}
.partner-box p{font-size:14px;color:#475467;margin:0}
.plus{text-align:center;font-size:36px;color:var(--red);font-weight:300}
.contacts-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}
.contacts h2{font-size:38px}
.contacts p{color:var(--muted);font-size:17px;max-width:540px}
.direct-contacts{display:flex;flex-direction:column;gap:8px;margin-top:28px;font-size:20px;font-weight:700}
.direct-contacts a:hover{color:var(--red)}
.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:18px;background:var(--soft);padding:28px;border:1px solid var(--line);border-radius:5px}
.contact-form label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:800;color:#344054;text-transform:uppercase}
.contact-form input,.contact-form textarea{width:100%;border:1px solid #cfd5dd;background:#fff;padding:13px 14px;border-radius:3px;outline:none;text-transform:none}
.contact-form input:focus,.contact-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(11,78,145,.08)}
.full{grid-column:1/-1}
.form-note{margin:0;font-size:12px!important;color:#667085!important}
.footer{background:#020d16;color:#cbd5df;padding:22px 0;font-size:13px}
.footer .container{display:flex;justify-content:space-between}
.modal{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;padding:24px}
.modal.open{display:flex}
.modal-backdrop{position:absolute;inset:0;background:rgba(1,10,17,.72);backdrop-filter:blur(3px)}
.modal-dialog{position:relative;z-index:1;background:#fff;width:min(860px,94vw);max-height:88vh;overflow:auto;border-radius:6px;padding:38px;box-shadow:0 30px 80px rgba(0,0,0,.35)}
.modal-close{position:absolute;right:16px;top:12px;border:0;background:transparent;font-size:32px;color:#667085}
.modal-visual{width:100%;height:250px;object-fit:cover;border-radius:4px;margin:0 0 24px;background:var(--soft)}
.modal h2{margin:8px 0 12px;color:var(--navy);font-size:32px}
.modal h3{font-size:17px;color:var(--navy);margin:24px 0 9px}
.modal p{color:#475467}
.modal ul{padding-left:18px;color:#344054}
.modal li{margin:8px 0}
.modal-specs{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:20px 0}
.modal-spec{background:var(--soft);border:1px solid var(--line);padding:14px;border-radius:4px}
.modal-spec strong{display:block;font-size:18px;color:var(--navy)}
.modal-actions{display:flex;gap:12px;margin-top:24px}
.contact-dialog{width:min(620px,94vw)}
.modal-contact-actions{display:flex;gap:12px;flex-wrap:wrap;margin:24px 0 16px}
.mail-link{display:block;font-weight:700;color:var(--blue);margin-top:8px}
.text-link{color:var(--red);font-weight:800}
@media (max-width:1180px){
  .main-nav{gap:18px}.header-cta{display:none}.partner-mark{min-width:180px}.hero{grid-template-columns:50% 50%}.project-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:900px){
  .header-inner{height:66px;padding:0 18px}.brand img{width:150px}.partner-mark{display:none}.mobile-menu{display:block;margin-left:auto}.main-nav{display:none;position:absolute;top:66px;left:0;right:0;background:#fff;padding:10px 22px 22px;flex-direction:column;gap:0;box-shadow:var(--shadow)}.main-nav.open{display:flex}.main-nav a{padding:13px 0}.lang-switch{margin-left:0}.hero{grid-template-columns:1fr;min-height:auto}.hero-left{padding:40px 22px 120px;margin:0}.hero-image{height:320px}.hero h1{font-size:38px}.trust-strip{grid-template-columns:repeat(2,1fr);height:auto;position:relative;padding:0}.trust-item{padding:16px 22px;border-bottom:1px solid rgba(255,255,255,.2)}.problem-grid{grid-template-columns:repeat(2,1fr)}.solution-grid{grid-template-columns:repeat(2,1fr)}.industry-grid{grid-template-columns:1fr 1fr}.section-head{align-items:flex-start;flex-direction:column;gap:12px}.about-grid,.contacts-grid{grid-template-columns:1fr}.partner-box{grid-template-columns:1fr;gap:18px}.plus{text-align:left}.container{padding:0 22px}}
@media (max-width:620px){
  .lang-switch{display:none}.hero h1{font-size:32px}.hero-copy{font-size:15px}.hero-image{height:240px}.trust-strip{grid-template-columns:1fr}.trust-item{border-right:0}.problem-grid,.solution-grid,.industry-grid,.project-grid{grid-template-columns:1fr}.section{padding:52px 0}.section-head h2,.about h2,.contacts h2{font-size:28px}.contact-form{grid-template-columns:1fr;padding:20px}.full{grid-column:auto}.modal-dialog{padding:30px 22px}.modal-specs{grid-template-columns:repeat(2,1fr)}.header-inner{gap:10px}.brand img{width:142px}}

/* v2 reliability tweaks: preserve approved visual concept */
html{scroll-padding-top:82px}
button,a{touch-action:manipulation}
.emergency-link{border:2px solid #e51c23;padding:9px 14px 10px;border-radius:3px;background:#fff}
.emergency-link:after{display:none}.emergency-arrow{opacity:1;transform:none}
.emergency-link:hover{background:#fff5f5;color:#b51218}
@media (max-width:900px){.emergency-link{font-size:18px}}

/* ===== HOLODON prototype v2.2 polish ===== */
:root{--header-h:76px}
body{font-family:"Bahnschrift","Segoe UI Variable","Segoe UI",Arial,sans-serif;font-feature-settings:"kern" 1;color:#0a1726}
.site-header{box-shadow:0 1px 0 rgba(8,25,41,.08)}
.header-inner{height:var(--header-h);gap:20px}
.brand img{width:198px;height:54px;object-fit:contain;object-position:left center}
.partner-mark{min-width:215px;padding-left:20px}
.partner-mark img{width:176px;height:48px;object-fit:contain;background:transparent}
.main-nav{font-size:14px;gap:31px;font-weight:700;letter-spacing:.025em}
.main-nav a{padding-top:29px;padding-bottom:26px}
.btn{font-family:"Bahnschrift","Segoe UI",Arial,sans-serif;font-weight:700;letter-spacing:.035em}
.hero{grid-template-columns:42% 58%;min-height:344px}
.hero-left{padding:28px 32px 86px;max-width:690px}
.hero h1{font-family:"Bahnschrift","Arial Narrow","Segoe UI",sans-serif;font-size:45px;line-height:1.02;letter-spacing:.01em;margin:13px 0 13px;font-weight:700}
.hero-copy{font-size:16px;line-height:1.35;margin-bottom:19px}
.hero-image{background-image:linear-gradient(90deg,rgba(5,22,37,.48),rgba(5,22,37,0) 23%),url('../images/hero-approved.jpg') !important;background-size:cover !important;background-position:center center !important;background-repeat:no-repeat !important;image-rendering:auto}
.trust-strip{height:66px}
.trust-item{font-size:13.5px}
.section,.section-compact{scroll-margin-top:calc(var(--header-h) + 14px)}
/* Emergency entry visually tied to the first reefer card */
.problem-entry .container{position:relative}
.emergency-link{width:calc((100% - 66px)/4);min-height:50px;border:2px solid var(--red);border-bottom:0;border-radius:5px 5px 0 0;padding:10px 14px;background:#fff;justify-content:space-between;font-size:19px;line-height:1.1;margin:0;overflow:hidden}
.emergency-link span:first-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.problem-grid{margin-top:0}
.problem-card:first-child{border:2px solid var(--red);border-top:0;border-radius:0 0 5px 5px}
.problem-card:first-child:hover{border-color:#bd1319;box-shadow:0 10px 28px rgba(229,28,35,.14)}
.problem-card:first-child .round-icon{box-shadow:0 0 0 2px #fff}
/* Cleaner headings */
.section-head h2,.about h2,.contacts h2,.industry-card h3,.project-card h3{font-family:"Bahnschrift","Segoe UI",Arial,sans-serif}
.section-head h2,.about h2,.contacts h2{font-weight:700;letter-spacing:.015em}
/* WhatsApp = immediate action */
.whatsapp-btn{display:inline-flex!important;align-items:center;gap:10px;background:#25D366!important;color:#fff!important;border:1px solid #25D366!important;padding:11px 16px;border-radius:4px;width:max-content;margin:6px 0;font-weight:700!important;box-shadow:0 7px 18px rgba(37,211,102,.18)}
.whatsapp-btn:hover{background:#1ebe5d!important;color:#fff!important;transform:translateY(-1px)}
.whatsapp-btn:before{content:"✆";font-size:18px}
/* Better project crop behaviour; images remain replaceable */
.project-card img{height:205px;object-fit:cover;object-position:center center}
@media (max-width:1180px){.main-nav{gap:18px;font-size:13px}.partner-mark img{width:150px}}
@media (max-width:900px){
  :root{--header-h:66px}
  .emergency-link{width:100%;border-bottom:2px solid var(--red);border-radius:4px;margin-bottom:10px}
  .problem-card:first-child{border:2px solid var(--red);border-radius:5px}
  .hero{grid-template-columns:1fr}
  .hero-image{height:300px;background-size:cover!important;background-position:center!important}
}


/* v2.3 polish */
:root{--header-h:72px}
body{font-family:"Bahnschrift","DIN Alternate","Segoe UI",Arial,sans-serif}
.brand{cursor:pointer;display:flex;align-items:center}
.brand img{transition:opacity .18s ease}
.brand:hover img{opacity:.78}
.section{padding:44px 0 58px;scroll-margin-top:var(--header-h)}
.section-compact{padding:14px 0 30px;scroll-margin-top:var(--header-h)}
.section-head{margin-bottom:22px}
.hero-image{background-size:cover!important;background-position:center center!important;filter:saturate(1.03) contrast(1.02)}
.emergency-link{min-height:62px;overflow:visible;padding:10px 14px;font-size:18px;align-items:center}
.emergency-link span:first-child{white-space:normal;overflow:visible;text-overflow:clip;display:block;line-height:1.12}
.problem-card:first-child img{object-position:center center}
.contact-form{box-shadow:0 8px 24px rgba(5,22,37,.05)}
.contact-form .btn{min-height:50px}
.direct-contacts .whatsapp-btn{font-size:17px;padding:12px 18px}
@media (max-width:1180px){
  .emergency-link{font-size:16px;min-height:60px}
}
@media (max-width:900px){
  :root{--header-h:66px}
  .section{padding:34px 0 48px}
  .section-compact{padding:12px 0 24px}
}


/* v2.4 content & brand refinements */
.partner-mark{flex-direction:column;align-items:flex-start;justify-content:center;gap:0}
.partner-mark img{height:34px;width:176px}
.partner-caption{font-size:10px;line-height:1.05;color:#111827;letter-spacing:.02em;white-space:nowrap;margin-top:2px}
.partner-caption strong{font-weight:900}
.solution-card h3{font-size:20px;line-height:1.05}
.about-materials-link{margin-top:22px;border-color:#fff;color:#fff;background:transparent}
.about-materials-link:hover{background:#fff;color:var(--navy)}
.project-video{display:inline-flex;margin-top:12px;color:var(--red);font-size:12px;font-weight:900}
.project-video[href=""]{display:none}
.materials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.material-card{background:#fff;border:1px solid var(--line);border-radius:5px;padding:24px;min-height:190px;position:relative}
.material-card h3{margin:14px 0 8px;color:var(--navy);font-size:19px}
.material-card p{margin:0 0 18px;color:var(--muted);font-size:14px}
.material-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;font-size:20px}
.material-slot{border:1px solid #cfd5dd;background:#f7f8fa;color:#7a8492;padding:9px 12px;border-radius:3px;font-size:11px;font-weight:900;letter-spacing:.04em;cursor:default}
@media (max-width:900px){.partner-caption{display:none}.materials-grid{grid-template-columns:1fr}}


/* v2.5.2 header logo parity: equal visual boxes in UA and EN */
.header-inner .brand,
.header-inner .partner-mark{display:flex;align-items:center;}
.header-inner .brand img,
.header-inner .partner-mark img{width:205px!important;height:50px!important;max-width:none!important;object-fit:contain!important;object-position:left center!important;}
.header-inner .partner-mark{min-width:0!important;padding-left:18px;}
@media (max-width:1450px){
  .header-inner{gap:16px!important;padding-left:20px!important;padding-right:20px!important;}
  .header-inner .brand img,.header-inner .partner-mark img{width:185px!important;height:46px!important;}
  .main-nav{gap:22px!important;}
  .header-cta{padding-left:18px!important;padding-right:18px!important;}
}
@media (max-width:1180px){
  .header-inner .brand img,.header-inner .partner-mark img{width:180px!important;height:44px!important;}
}
@media (max-width:900px){
  .header-inner .brand img{width:170px!important;height:42px!important;}
}


/* v2.6 — interactive project cards */
.project-card.js-project{
  cursor:pointer;
  position:relative;
  outline:none;
}
.project-card.js-project:hover,
.project-card.js-project:focus-visible{
  transform:translateY(-4px);
  box-shadow:var(--shadow);
  border-color:#b8c1cb;
}
.project-card.js-project:focus-visible{
  box-shadow:0 0 0 3px rgba(229,28,35,.18), var(--shadow);
}
.project-detail{
  display:inline-flex;
  align-items:center;
  margin-top:14px;
  color:var(--red);
  font-size:12px;
  font-weight:900;
  letter-spacing:.01em;
}
.project-card.js-project:hover .project-detail{ text-decoration:underline; }
.project-modal-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px 18px;
  margin:0 0 18px;
  color:#667085;
  font-size:14px;
}
.project-modal-meta strong{color:var(--navy)}
.project-modal-note{
  margin-top:20px;
  padding:14px 16px;
  background:var(--soft);
  border-left:3px solid var(--red);
  color:#475467;
  font-size:13px;
}


/* =========================================================
   v2.7 — mobile/tablet adaptation of approved desktop v2.6
   Desktop structure and visual concept remain unchanged.
   ========================================================= */
.mobile-nav-actions{display:none}

@media (max-width:900px){
  :root{--header-h:68px}
  html{scroll-padding-top:68px}
  body{overflow-x:hidden}

  .header-inner{
    height:68px!important;
    padding:0 14px!important;
    gap:8px!important;
    max-width:none;
  }
  .header-inner .brand,
  .header-inner .partner-mark{
    display:flex!important;
    align-items:center!important;
    flex:0 0 auto;
  }
  .header-inner .brand img,
  .header-inner .partner-mark img{
    width:132px!important;
    height:38px!important;
    object-fit:contain!important;
    object-position:left center!important;
  }
  .header-inner .partner-mark{
    border-left:1px solid #d6dbe1!important;
    padding-left:9px!important;
    min-width:0!important;
    margin:0!important;
  }
  .partner-caption{display:none!important}
  .header-inner > .lang-switch,
  .header-inner > .header-cta{display:none!important}

  .mobile-menu{
    display:flex!important;
    align-items:center;
    justify-content:center;
    margin-left:auto!important;
    width:42px;
    height:42px;
    flex:0 0 42px;
    border:1px solid #d9dee5;
    border-radius:4px;
    color:var(--navy);
    background:#fff;
    font-size:25px;
    line-height:1;
  }

  .main-nav{
    display:none;
    position:absolute;
    top:68px!important;
    left:0;
    right:0;
    background:#fff;
    padding:8px 18px 18px!important;
    flex-direction:column;
    gap:0!important;
    border-top:1px solid #e5e7eb;
    box-shadow:0 14px 30px rgba(5,22,37,.14);
    max-height:calc(100vh - 68px);
    overflow:auto;
  }
  .main-nav.open{display:flex}
  .main-nav a{
    display:flex;
    align-items:center;
    min-height:48px;
    padding:12px 2px!important;
    border-bottom:1px solid #eef1f4;
    font-size:15px;
  }
  .main-nav a:after{bottom:5px}
  .mobile-nav-actions{
    display:flex;
    flex-direction:column;
    gap:12px;
    padding-top:14px;
  }
  .mobile-lang-row{
    display:flex;
    gap:8px;
  }
  .mobile-lang-row .lang{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:52px;
    min-height:42px;
    border:1px solid #d9dee5;
    border-radius:4px;
    background:#fff;
  }
  .mobile-lang-row .lang.active{
    border-color:var(--red);
    color:var(--red);
  }
  .mobile-contact-cta{
    width:100%;
    min-height:50px;
  }

  .hero{
    display:flex!important;
    flex-direction:column;
    min-height:0!important;
  }
  .hero-left{
    order:1;
    width:100%;
    max-width:none;
    padding:32px 22px 26px!important;
    margin:0!important;
  }
  .hero-image{
    order:2;
    width:100%;
    height:290px!important;
    min-height:290px;
    background-position:center center!important;
    background-size:cover!important;
  }
  .hero .eyebrow{
    font-size:12px;
    line-height:1.25;
    letter-spacing:.055em;
  }
  .hero h1{
    font-size:37px!important;
    line-height:1.02!important;
    margin:12px 0 14px!important;
    max-width:620px;
  }
  .hero-copy{
    font-size:16px!important;
    line-height:1.42;
    margin-bottom:20px!important;
  }
  .hero-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px!important;
  }
  .hero-actions .btn{
    width:100%;
    padding:0 14px;
    min-height:50px;
    font-size:12px;
  }
  .trust-strip{
    order:3;
    position:relative!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    height:auto!important;
    padding:0!important;
  }
  .trust-item{
    min-height:88px;
    padding:15px 16px!important;
    border-right:1px solid rgba(255,255,255,.16)!important;
    border-bottom:1px solid rgba(255,255,255,.16)!important;
    font-size:12.5px!important;
    line-height:1.28;
  }
  .trust-item:nth-child(2n){border-right:0!important}
  .trust-icon{font-size:23px!important}

  .container{padding-left:18px!important;padding-right:18px!important}
  .section{padding:36px 0 44px!important}
  .section-compact{padding:14px 0 28px!important}
  .section,.section-compact{scroll-margin-top:68px!important}

  .emergency-link{
    width:100%!important;
    min-height:58px!important;
    margin:0!important;
    border:2px solid var(--red)!important;
    border-bottom:0!important;
    border-radius:5px 5px 0 0!important;
    padding:11px 14px!important;
    font-size:18px!important;
    line-height:1.12!important;
  }
  .emergency-link span:first-child{
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }

  .problem-grid{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  .problem-card{
    display:grid;
    grid-template-columns:41% 59%;
    min-height:165px;
  }
  .problem-card:first-child{
    border:2px solid var(--red)!important;
    border-top:0!important;
    border-radius:0 0 5px 5px!important;
    margin-bottom:4px;
  }
  .problem-card img{
    height:100%!important;
    min-height:165px;
    object-fit:cover;
  }
  .problem-content{
    padding:24px 16px 18px 18px!important;
    min-height:0!important;
    align-self:center;
  }
  .problem-content strong{
    font-size:15px!important;
    line-height:1.18;
    margin-bottom:10px;
  }
  .problem-content small{
    font-size:13.5px!important;
    line-height:1.35;
  }
  .round-icon{
    left:calc(41% - 23px)!important;
    top:18px!important;
  }

  .section-head{
    display:block!important;
    margin-bottom:20px!important;
  }
  .section-head h2,
  .about h2,
  .contacts h2{
    font-size:31px!important;
    line-height:1.04!important;
    margin-top:6px!important;
  }
  .section-head p{
    margin-top:12px!important;
    font-size:15px!important;
    line-height:1.45;
    max-width:none!important;
  }

  .solution-grid{
    grid-template-columns:1fr 1fr!important;
    gap:12px!important;
  }
  .solution-card{
    height:250px!important;
  }
  .solution-card-content{
    left:16px!important;
    right:16px!important;
    bottom:15px!important;
  }
  .solution-card h3{
    font-size:18px!important;
  }
  .solution-card p{
    font-size:13px!important;
    line-height:1.3;
  }

  .industry-grid{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  .industry-card{
    min-height:150px!important;
    grid-template-columns:40% 60%!important;
  }
  .industry-card div{padding:18px!important}
  .industry-card h3{font-size:18px!important}
  .industry-card p{font-size:13.5px!important;line-height:1.4}

  .project-grid{
    grid-template-columns:1fr 1fr!important;
    gap:12px!important;
  }
  .project-card img{height:175px!important}
  .project-card div{padding:15px!important}
  .project-card h3{font-size:18px!important}
  .project-card p{font-size:14px}
  .project-card strong{font-size:13px}

  .about-grid{
    grid-template-columns:1fr!important;
    gap:28px!important;
  }
  .about-copy p{font-size:15.5px!important}
  .partner-box{
    grid-template-columns:1fr!important;
    gap:16px!important;
    padding:24px!important;
  }
  .partner-box-left,
  .partner-box-right{width:100%}
  .partner-box-left img,
  .partner-box-right img{
    width:210px!important;
    max-width:70%;
  }
  .plus{text-align:left!important;font-size:30px!important}

  .materials-grid{grid-template-columns:1fr!important}

  .contacts-grid{
    grid-template-columns:1fr!important;
    gap:28px!important;
  }
  .direct-contacts{font-size:18px!important}
  .contact-form{
    grid-template-columns:1fr!important;
    gap:14px!important;
    padding:20px!important;
  }
  .contact-form .full{grid-column:auto!important}
  .contact-form input,
  .contact-form textarea{
    font-size:16px!important; /* prevents iOS zoom */
  }

  .footer .container{
    flex-direction:column;
    gap:6px;
    align-items:flex-start;
  }

  .modal{
    padding:10px!important;
    align-items:flex-end!important;
  }
  .modal-dialog{
    width:100%!important;
    max-width:none!important;
    max-height:92vh!important;
    border-radius:10px 10px 0 0!important;
    padding:28px 18px 24px!important;
  }
  .modal-close{
    position:sticky!important;
    float:right;
    top:0!important;
    right:0!important;
    z-index:5;
    width:42px;
    height:42px;
    border-radius:50%;
    background:#f3f5f7!important;
  }
  .modal h2{font-size:28px!important;line-height:1.05!important}
  .modal-visual{
    width:100%;
    height:210px;
    object-fit:cover;
    border-radius:5px;
    margin-bottom:18px;
  }
  .modal-specs{
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
  }
  .modal-actions{
    flex-direction:column;
  }
  .modal-actions .btn,
  .modal-contact-actions .btn{
    width:100%;
    min-height:50px;
  }
}

@media (max-width:640px){
  .header-inner .brand img,
  .header-inner .partner-mark img{
    width:118px!important;
    height:34px!important;
  }
  .header-inner .partner-mark{padding-left:7px!important}
  .mobile-menu{
    width:40px;
    height:40px;
    flex-basis:40px;
  }

  .hero h1{font-size:32px!important}
  .hero-image{
    height:245px!important;
    min-height:245px!important;
  }
  .hero-actions{grid-template-columns:1fr!important}
  .trust-strip{grid-template-columns:1fr 1fr!important}
  .trust-item{min-height:82px!important;padding:13px 12px!important}

  .problem-card{
    grid-template-columns:1fr!important;
  }
  .problem-card img{
    width:100%;
    height:190px!important;
    min-height:190px!important;
  }
  .problem-content{
    padding:18px 18px 20px 72px!important;
  }
  .round-icon{
    left:18px!important;
    top:168px!important;
  }

  .solution-grid,
  .project-grid{
    grid-template-columns:1fr!important;
  }
  .solution-card{height:265px!important}
  .project-card img{height:210px!important}

  .industry-card{
    grid-template-columns:38% 62%!important;
    min-height:145px!important;
  }

  .section-head h2,
  .about h2,
  .contacts h2{
    font-size:28px!important;
  }
  .contacts h2{font-size:30px!important}
}

@media (max-width:380px){
  .header-inner{padding-left:10px!important;padding-right:10px!important}
  .header-inner .brand img,
  .header-inner .partner-mark img{
    width:108px!important;
    height:31px!important;
  }
  .header-inner .partner-mark{padding-left:6px!important}
  .hero-left{padding-left:18px!important;padding-right:18px!important}
  .hero h1{font-size:29px!important}
  .container{padding-left:15px!important;padding-right:15px!important}
  .trust-item{font-size:11.5px!important}
}


/* v2.7.1 — robust touch/click interaction layer */
.js-solution,
.js-project,
#emergencyTrigger,
.js-contact,
[data-close-modal],
[data-close-contact]{
  cursor:pointer;
  -webkit-tap-highlight-color:rgba(229,28,35,.10);
  touch-action:manipulation;
}
.solution-card,
.project-card,
.problem-card{position:relative}
.solution-card::after,
.project-card.js-project::after,
.problem-card.js-solution::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:5;
  background:transparent;
}
.solution-card > *,
.project-card.js-project > *,
.problem-card.js-solution > *{
  pointer-events:none;
}
.project-video{pointer-events:auto!important;position:relative;z-index:8}
.modal.open,
#contactModal.open{
  display:flex!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
}

/* v3.1 — live form submission */
.form-honeypot{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}
.form-status{
  min-height:22px;
  margin-top:-4px;
  font-size:13px;
  line-height:1.4;
  text-transform:none;
  font-weight:700;
}
.form-status.is-success{color:#08783e}
.form-status.is-error{color:#b42318}
.contact-form button[disabled]{
  opacity:.68;
  cursor:wait;
}
