:root {
  --navy-950: #04101b;
  --navy-900: #071725;
  --navy-850: #0a2031;
  --navy-800: #0d2b41;
  --blue-700: #0b78b9;
  --blue-600: #1497d2;
  --blue-500: #2aa9e0;
  --cyan-300: #72d2f2;
  --gold-500: #d7a64a;
  --gold-400: #e9bd68;
  --ink: #102232;
  --muted: #647586;
  --line: #dce5ec;
  --surface: #f5f8fa;
  --white: #ffffff;
  --green: #20cf6b;
  --shadow: 0 22px 60px rgba(4, 25, 40, .12);
  --radius: 22px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html {
  width: 100%;
  max-width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  overflow-x: hidden;
  overflow-x: clip;
}
body {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Tahoma, Arial, "Segoe UI", sans-serif;
  line-height: 1.75;
  overflow-x: hidden;
  overflow-x: clip;
}
body.menu-open { overflow: hidden; }
img, video, canvas, iframe { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg { display: block; fill: currentColor; }
::selection { background: var(--blue-600); color: var(--white); }

.container { width: min(var(--container), calc(100% - 40px)); max-width: 100%; margin-inline: auto; }
main, header, footer, section { max-width: 100%; }
.nav-wrap > *, .hero-content > *, .regions-grid > *, .two-column > *, .services-grid > *,
.warranty-layout > *, .hseq-layout > *, .hseq-cards > *, .quote-grid > *, .form-row > *,
.contact > *, .footer-grid > * { min-width: 0; }
.contact-detail div, .footer-links, .footer-brand, .quote-contact-card { min-width: 0; }
.contact-detail p, .contact-detail a, .footer-links a, .footer-links span, .quote-contact-card a { overflow-wrap: anywhere; word-break: break-word; }
.section { padding: 110px 0; }
.skip-link {
  position: fixed; top: 10px; inset-inline-start: 10px; z-index: 9999;
  transform: translateY(-150%); background: var(--white); padding: 10px 16px; border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }

.topbar { background: var(--navy-950); color: rgba(255,255,255,.78); font-size: 13px; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-item { display: inline-flex; align-items: center; gap: 8px; }
.topbar-item svg { width: 15px; height: 15px; color: var(--cyan-300); }
.topbar a:hover { color: var(--white); }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.96); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(13,43,65,.08); transition: box-shadow .3s ease, transform .3s ease;
}
.site-header.scrolled { box-shadow: 0 14px 35px rgba(6,24,39,.09); }
.nav-wrap { height: 86px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 172px; height: 70px; object-fit: contain; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 25px; margin-inline: auto; }
.main-nav a { position: relative; font-weight: 700; font-size: 14px; color: #294050; white-space: nowrap; }
.main-nav a::after {
  content: ""; position: absolute; height: 2px; width: 0; inset-inline-start: 0; bottom: -10px;
  background: var(--blue-600); transition: width .25s ease;
}
.main-nav a:hover, .main-nav a.active { color: var(--blue-700); }
.main-nav a:hover::after, .main-nav a.active::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.language-switch {
  width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: var(--white);
  color: var(--navy-800); font-weight: 800; transition: .25s ease;
}
.language-switch:hover { border-color: var(--blue-600); color: var(--blue-700); }
.nav-toggle { display: none; width: 46px; height: 46px; border: 0; background: var(--surface); border-radius: 12px; padding: 12px; }
.nav-toggle span { display: block; height: 2px; background: var(--navy-800); margin: 5px 0; transition: .25s ease; }

.button {
  min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 12px 23px; border: 1px solid transparent; border-radius: 10px; font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--blue-700), var(--blue-500)); box-shadow: 0 12px 28px rgba(13,136,196,.25); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(13,136,196,.33); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.06); }
.button-ghost:hover { background: rgba(255,255,255,.15); }
.button-light { background: var(--white); color: var(--navy-900); }
.nav-quote { min-height: 44px; padding: 9px 16px; font-size: 13px; }

.hero {
  min-height: calc(100vh - 124px); position: relative; display: grid; align-items: center; overflow: hidden;
  background: var(--navy-950) url("../images/libya-zawiya-refinery.jpg") center/cover no-repeat; color: var(--white);
}
.hero-backdrop { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,15,25,.96) 0%, rgba(4,22,35,.88) 44%, rgba(4,22,35,.45) 100%); }
html[dir="rtl"] .hero-backdrop { background: linear-gradient(270deg, rgba(3,15,25,.96) 0%, rgba(4,22,35,.88) 44%, rgba(4,22,35,.45) 100%); }
.hero-grid {
  position: absolute; inset: 0; opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, #000 30%, #000 85%, transparent);
}
.hero::after {
  content: ""; position: absolute; width: 540px; height: 540px; border: 1px solid rgba(106,210,242,.18); border-radius: 50%;
  inset-inline-end: -180px; top: 6%; box-shadow: 0 0 0 70px rgba(106,210,242,.04), 0 0 0 140px rgba(106,210,242,.025);
}
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); align-items: center; gap: 72px; padding-top: 70px; padding-bottom: 150px; }
.hero-copy { max-width: 760px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; color: var(--blue-700); font-size: 13px; font-weight: 900;
  text-transform: uppercase; letter-spacing: .12em; margin-bottom: 17px;
}
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--cyan-300); }
.hero h1 { margin: 0 0 22px; max-width: 780px; font-size: clamp(42px, 5.7vw, 76px); line-height: 1.12; letter-spacing: -.025em; }
.hero-copy > p { max-width: 670px; margin: 0 0 34px; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-card {
  position: relative; padding: 34px 28px; border-radius: var(--radius); background: rgba(7,34,52,.72); backdrop-filter: blur(16px);
  border: 1px solid rgba(113,210,242,.22); box-shadow: 0 24px 80px rgba(0,0,0,.25); overflow: hidden;
}
.hero-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, var(--cyan-300), var(--gold-400)); }
.hero-card-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 15px; background: rgba(42,169,224,.14); color: var(--cyan-300); }
.hero-card-icon svg { width: 31px; }
.warranty-number { margin-top: 20px; font-size: 72px; line-height: 1; font-weight: 900; color: var(--gold-400); }
.hero-card h2 { margin: 8px 0 10px; font-size: 22px; line-height: 1.4; }
.hero-card p { margin: 0; color: rgba(255,255,255,.68); font-size: 14px; }
.hero-regions { position: absolute; z-index: 3; bottom: 0; inset-inline: 0; border-top: 1px solid rgba(255,255,255,.14); background: rgba(3,15,25,.72); backdrop-filter: blur(12px); }
.regions-grid { min-height: 94px; display: grid; grid-template-columns: repeat(4, 1fr); }
.regions-grid > div { position: relative; display: grid; align-content: center; padding: 16px 26px; border-inline-start: 1px solid rgba(255,255,255,.1); }
.regions-grid > div:last-child { border-inline-end: 1px solid rgba(255,255,255,.1); }
.region-dot { position: absolute; inset-inline-start: 9px; top: 23px; width: 6px; height: 6px; border-radius: 50%; background: var(--cyan-300); box-shadow: 0 0 0 5px rgba(114,210,242,.1); }
.regions-grid strong { font-size: 14px; }
.regions-grid small { color: rgba(255,255,255,.55); font-size: 12px; }

.two-column { display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; gap: 82px; }
.about-media { position: relative; min-height: 550px; }
.about-media::before { content: ""; position: absolute; width: 66%; height: 83%; inset-inline-start: -30px; bottom: -25px; background: var(--surface); border-radius: 28px; z-index: -1; }
.about-photo { height: 550px; overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); background: #d7e3ea; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-badge {
  position: absolute; inset-inline-end: -24px; bottom: 44px; display: grid; padding: 20px 25px; border-radius: 16px;
  background: var(--navy-900); color: var(--white); box-shadow: var(--shadow);
}
.about-badge span { color: var(--cyan-300); font-size: 12px; }
.about-badge strong { font-size: 18px; }
.about-copy h2, .section-heading h2, .warranty-copy h2, .hseq-intro h2, .quote-copy h2, .contact-panel h2 {
  margin: 0 0 22px; color: var(--navy-900); font-size: clamp(32px, 4vw, 50px); line-height: 1.25; letter-spacing: -.02em;
}
.about-copy p { color: var(--muted); margin: 0 0 17px; }
.about-points { display: grid; gap: 12px; margin-top: 28px; }
.about-points > div { display: flex; align-items: flex-start; gap: 11px; font-weight: 700; color: #294050; }
.about-points svg { flex: 0 0 auto; width: 22px; height: 22px; color: var(--blue-600); margin-top: 4px; }

.services { background: var(--surface); position: relative; }
.services::before { content: ""; position: absolute; inset: 0; opacity: .5; background: radial-gradient(circle at 10% 10%, rgba(42,169,224,.12), transparent 24%), radial-gradient(circle at 90% 90%, rgba(215,166,74,.09), transparent 22%); pointer-events: none; }
.section-heading { max-width: 760px; margin-bottom: 56px; position: relative; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading p { margin: 0; color: var(--muted); font-size: 17px; }
.services-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card {
  position: relative; min-height: 315px; padding: 32px 25px 28px; border: 1px solid #e2e9ee; border-radius: 18px; background: var(--white); overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.service-card::after { content: ""; position: absolute; inset-inline: 0; bottom: 0; height: 4px; transform: scaleX(0); background: linear-gradient(90deg, var(--blue-600), var(--gold-500)); transition: transform .3s ease; transform-origin: center; }
.service-card:hover { transform: translateY(-8px); box-shadow: 0 22px 45px rgba(10,40,60,.1); border-color: rgba(42,169,224,.35); }
.service-card:hover::after { transform: scaleX(1); }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 15px; color: var(--blue-700); background: #e9f7fd; }
.service-icon svg { width: 31px; height: 31px; }
.service-no { position: absolute; top: 25px; inset-inline-end: 23px; color: #dbe4ea; font-size: 28px; font-weight: 900; }
.service-card h3 { margin: 24px 0 11px; color: var(--navy-900); font-size: 20px; line-height: 1.4; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }

.warranty-section { position: relative; min-height: 620px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--navy-950); }
.warranty-image { position: absolute; inset: 0; background: url("../images/warranty-refinery-clean.webp") center/cover no-repeat; opacity: .3; filter: saturate(.8); }
.warranty-section::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,16,27,.65), rgba(4,16,27,.97)); }
html[dir="rtl"] .warranty-section::after { background: linear-gradient(270deg, rgba(4,16,27,.65), rgba(4,16,27,.97)); }
.warranty-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 70px; padding-top: 90px; padding-bottom: 90px; }
.warranty-stat { display: flex; align-items: flex-end; justify-content: center; gap: 8px; }
.warranty-big { font-size: clamp(150px, 20vw, 280px); font-weight: 900; line-height: .75; color: transparent; -webkit-text-stroke: 2px rgba(114,210,242,.75); text-shadow: 0 0 60px rgba(42,169,224,.12); }
.warranty-unit { writing-mode: vertical-rl; transform: rotate(180deg); padding-bottom: 7px; font-weight: 800; color: var(--gold-400); }
.warranty-copy h2 { color: var(--white); }
.warranty-copy > p { max-width: 680px; color: rgba(255,255,255,.75); font-size: 17px; }
.warranty-copy .fine-print { padding: 13px 16px; border-inline-start: 3px solid var(--gold-400); background: rgba(255,255,255,.06); font-size: 13px; color: rgba(255,255,255,.62); }
.warranty-copy .button { margin-top: 15px; }

.partners { overflow: hidden; }
.logo-marquee { width: 100%; overflow: hidden; padding: 12px 0 28px; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.logo-track { width: max-content; display: flex; align-items: stretch; gap: 20px; padding-inline: 20px; animation: marquee 32s linear infinite; }
.logo-marquee:hover .logo-track { animation-play-state: paused; }
.partner-logo {
  width: 250px; height: 150px; flex: 0 0 auto; display: flex; align-items: center; justify-content: center; gap: 14px;
  padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 10px 30px rgba(10,39,58,.06);
}
.partner-logo img { max-height: 82px; max-width: 195px; object-fit: contain; }
.partner-logo span { font-weight: 900; color: var(--navy-800); font-size: 17px; line-height: 1.25; }
.partner-text { justify-content: flex-start; }
.partner-text img { max-width: 86px; max-height: 86px; }
.partner-text span { max-width: 130px; }
.partner-icon img { max-height: 70px; max-width: 72px; }
.partner-icon span { font-weight: 900; color: var(--navy-800); font-size: 17px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(calc(-50% - 10px)); } }
html[dir="rtl"] .logo-track { animation-name: marquee-rtl; }
@keyframes marquee-rtl { from { transform: translateX(0); } to { transform: translateX(calc(50% + 10px)); } }

.hseq { position: relative; color: var(--white); background: linear-gradient(135deg, var(--navy-950), var(--navy-800)); overflow: hidden; }
.hseq::before { content: ""; position: absolute; width: 640px; height: 640px; border: 1px solid rgba(114,210,242,.12); border-radius: 50%; inset-inline-end: -260px; top: -250px; box-shadow: 0 0 0 80px rgba(114,210,242,.025), 0 0 0 160px rgba(114,210,242,.015); }
.hseq-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1.15fr; gap: 70px; align-items: center; }
.hseq-intro h2 { color: var(--white); }
.hseq-intro p { color: rgba(255,255,255,.68); }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 18px; font-weight: 800; }
.text-link::after { content: "→"; transition: transform .25s ease; }
html[dir="rtl"] .text-link::after { content: "←"; }
.text-link:hover::after { transform: translateX(5px); }
html[dir="rtl"] .text-link:hover::after { transform: translateX(-5px); }
.light-link { color: var(--cyan-300); }
.hseq-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.hseq-card { min-height: 230px; padding: 27px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.055); backdrop-filter: blur(6px); }
.hseq-index { color: var(--gold-400); font-size: 13px; font-weight: 900; }
.hseq-card h3 { margin: 22px 0 10px; font-size: 20px; }
.hseq-card p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; }

.quote { background: #f3f7f9; }
.quote-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.quote-copy { position: sticky; top: 130px; }
.quote-copy p { color: var(--muted); }
.quote-contact-card { display: grid; gap: 4px; margin-top: 32px; padding: 22px; border-radius: 16px; background: var(--navy-900); color: var(--white); }
.quote-contact-card span { color: var(--cyan-300); font-size: 13px; }
.quote-contact-card a { font-weight: 800; direction: ltr; text-align: start; }
.quote-form { padding: 38px; border-radius: 24px; background: var(--white); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.field { display: grid; gap: 7px; margin-bottom: 17px; }
.field label { color: #283e4d; font-size: 13px; font-weight: 800; }
.field input, .field select, .field textarea {
  width: 100%; border: 1px solid #d8e2e9; border-radius: 10px; background: #fbfcfd; color: var(--ink); outline: none; padding: 12px 14px; transition: border-color .2s ease, box-shadow .2s ease;
}
.field input, .field select { min-height: 50px; }
.field textarea { resize: vertical; min-height: 140px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue-600); box-shadow: 0 0 0 4px rgba(20,151,210,.1); }
.consent { display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-size: 12px; margin: 3px 0 20px; }
.consent input { margin-top: 5px; accent-color: var(--blue-600); }
.submit-button { width: 100%; border: 0; }
.submit-button svg { width: 20px; height: 20px; }
.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.honeypot input { width: 1px !important; min-width: 0 !important; }

.contact { min-height: 560px; display: grid; grid-template-columns: 1.15fr .85fr; background: var(--navy-900); }
.contact-map { min-height: 560px; }
.contact-map iframe { width: 100%; height: 100%; min-height: 560px; border: 0; filter: saturate(.75) contrast(1.05); }
.contact-panel { display: flex; flex-direction: column; justify-content: center; padding: 70px clamp(35px, 7vw, 100px); color: var(--white); }
.contact-panel h2 { color: var(--white); }
.contact-details { display: grid; gap: 22px; margin: 18px 0 32px; }
.contact-detail { display: flex; gap: 15px; }
.contact-detail > svg { flex: 0 0 auto; width: 24px; height: 24px; margin-top: 4px; color: var(--cyan-300); }
.contact-detail strong { display: block; margin-bottom: 4px; }
.contact-detail p, .contact-detail a { margin: 0; color: rgba(255,255,255,.65); }
.whatsapp-contact { align-self: flex-start; background: var(--green); color: #052b18; font-weight: 900; }
.whatsapp-contact svg { width: 24px; height: 24px; }

.site-footer { padding: 72px 0 0; background: var(--navy-950); color: rgba(255,255,255,.62); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr 1fr; gap: 70px; padding-bottom: 54px; }
.footer-brand p { max-width: 420px; margin-top: 0; }
.footer-links { display: grid; align-content: start; gap: 10px; }
.footer-links h3 { color: var(--white); margin: 0 0 9px; font-size: 16px; }
.footer-links a:hover { color: var(--cyan-300); }
.footer-bottom { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.09); font-size: 13px; }
.back-to-top { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 10px; color: var(--white); background: rgba(255,255,255,.05); }
.back-to-top svg { width: 18px; }
.whatsapp-float {
  position: fixed; z-index: 900; inset-inline-end: 22px; bottom: 22px; width: 58px; height: 58px; display: grid; place-items: center;
  border-radius: 50%; color: #062b18; background: var(--green); box-shadow: 0 15px 35px rgba(3,63,32,.35); transition: transform .25s ease;
}
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); }
.whatsapp-float svg { width: 31px; height: 31px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }

html[dir="ltr"] body { font-family: "Segoe UI", Arial, sans-serif; }
html[dir="ltr"] .eyebrow { letter-spacing: .11em; }
html[dir="ltr"] .quote-contact-card a { text-align: left; }

@media (max-width: 1100px) {
  .main-nav { gap: 16px; }
  .main-nav a { font-size: 13px; }
  .nav-quote { display: none; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-content { gap: 35px; }
}

@media (max-width: 900px) {
  .section { padding: 85px 0; }
  .topbar-address { display: none; }
  .topbar-inner { justify-content: center; }
  .nav-wrap { height: 74px; }
  .brand img { width: 145px; height: 61px; }
  .nav-toggle { display: block; order: 3; }
  .nav-actions { margin-inline-start: auto; }
  .main-nav {
    position: fixed; inset: 112px 16px auto; display: grid; gap: 0; padding: 18px; border-radius: 16px;
    background: var(--white); box-shadow: var(--shadow); visibility: hidden; opacity: 0; transform: translateY(-15px); transition: .25s ease;
  }
  .main-nav.open { visibility: visible; opacity: 1; transform: translateY(0); }
  .main-nav a { padding: 13px 10px; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: 0; }
  .main-nav a::after { display: none; }
  .hero { min-height: auto; }
  .hero-content { grid-template-columns: 1fr; padding-top: 85px; padding-bottom: 175px; }
  .hero-copy { max-width: 700px; }
  .hero-card { max-width: 500px; }
  .regions-grid { grid-template-columns: repeat(2, 1fr); }
  .regions-grid > div { min-height: 72px; }
  .two-column, .hseq-layout, .quote-grid { grid-template-columns: 1fr; gap: 50px; }
  .about-media { min-height: 450px; }
  .about-photo { height: 450px; }
  .about-badge { inset-inline-end: 18px; }
  .warranty-layout { grid-template-columns: 1fr; gap: 30px; }
  .warranty-stat { justify-content: flex-start; }
  .warranty-big { font-size: 180px; }
  .quote-copy { position: static; }
  .contact { grid-template-columns: 1fr; }
  .contact-map { order: 2; min-height: 420px; }
  .contact-map iframe { min-height: 420px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 70px 0; }
  .nav-wrap { gap: 8px; }
  .brand img { width: 132px; }
  .language-switch { width: 40px; height: 40px; }
  .nav-toggle { width: 42px; height: 42px; }
  .main-nav { top: 104px; }
  .hero-content { padding-top: 65px; padding-bottom: 235px; }
  .hero h1 { font-size: 39px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-card { padding: 27px 22px; }
  .regions-grid > div { padding: 13px 20px; }
  .region-dot { inset-inline-start: 5px; }
  .two-column { gap: 42px; }
  .about-media { min-height: 360px; height: 360px; }
  .about-photo { height: 360px; }
  .about-media::before { inset-inline-start: -12px; }
  .about-badge { bottom: 20px; }
  .services-grid, .hseq-cards, .form-row { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; }
  .warranty-stat { justify-content: center; }
  .warranty-big { font-size: 145px; }
  .warranty-copy > p { font-size: 15px; }
  .partner-logo { width: 220px; height: 135px; }
  .quote-form { padding: 25px 20px; }
  .contact-panel { padding: 60px 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { padding: 20px 0; align-items: flex-start; flex-wrap: wrap; }
  .whatsapp-float { width: 52px; height: 52px; inset-inline-end: 15px; bottom: 15px; }
  .topbar-item, .topbar-item a { min-width: 0; max-width: 100%; overflow-wrap: anywhere; }
  .main-nav { right: 14px; left: 14px; max-width: calc(100% - 28px); }
  .hero-card, .quote-form, .contact-panel { width: 100%; max-width: 100%; }
}

@media (max-width: 380px) {
  .container { width: calc(100% - 22px); }
  .brand img { width: 116px; height: 54px; }
  .nav-wrap { gap: 5px; }
  .language-switch { width: 38px; height: 38px; }
  .nav-toggle { width: 40px; height: 40px; padding: 10px; }
  .hero h1 { font-size: 34px; }
  .hero-content { padding-bottom: 250px; }
  .regions-grid > div { padding-inline: 16px 10px; }
  .warranty-big { font-size: 126px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
