:root {
  --red: #FB6F0F;
  --red-dark: #E24E0B;
  --gold: #d6b15a;
  --navy: #0b2545;
  --navy-dark: #081a34;
  --ink: #0a1523;
  --muted: #4a5b6d;
  --muted-2: #6f8094;
  --bg: #f4f6fb;
  --surface: #ffffff;
  --surface-2: #f8fafc;
  --border: rgba(15, 23, 42, 0.12);
  --shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.08);
  --shadow-md: 0 18px 50px rgba(15, 23, 42, 0.14);
  --shadow-lg: 0 30px 80px rgba(15, 23, 42, 0.2);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --grad-hero: radial-gradient(circle at 10% 20%, rgba(216, 35, 42, 0.2), transparent 45%),
               radial-gradient(circle at 90% 10%, rgba(11, 37, 69, 0.2), transparent 40%),
               linear-gradient(135deg, rgba(11, 37, 69, 0.08), rgba(216, 35, 42, 0.08));
  --grad-accent: linear-gradient(135deg, #E24E0B, #FB6F0F);
  --grad-navy: linear-gradient(135deg, #0b2545, #112b52);
  --grad-gold: linear-gradient(135deg, #d6b15a, #f0d28b);
  --bg-shell: #eef2f8;
  --bg-soft: #f6f9ff;
  --bg-warm: #fff8f2;
  --section-tint-a: linear-gradient(135deg, #ffffff 0%, #f6f9ff 48%, #fff7f1 100%);
  --section-tint-b: linear-gradient(135deg, #f3f7ff 0%, #eef3fb 55%, #fdf5ee 100%);
  --hero-ring: rgba(251, 111, 15, 0.28);
  --transition: all 0.3s ease;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; background: var(--navy-dark); }

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 4%, rgba(251, 111, 15, 0.16), transparent 34%),
    radial-gradient(circle at 92% 2%, rgba(11, 37, 69, 0.14), transparent 36%),
    radial-gradient(circle at 50% 100%, rgba(230, 78, 11, 0.08), transparent 42%),
    linear-gradient(145deg, var(--bg-shell) 0%, #f3f6fc 42%, #fef7f0 100%);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; height: auto; }

a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.25;
}

h1 { font-size: 2.6rem; line-height: 1.15; }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); line-height: 1.15; }
h3 { font-size: clamp(1.2rem, 2.2vw, 1.7rem); }
h4 { font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.18em; }

p { margin: 0; color: var(--muted); }

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 0.8rem;
  color: var(--red);
  display: inline-block;
  margin-bottom: 0.6rem;
}

.container { width: min(1240px, 92vw); margin: 0 auto; }

/* Skip link */
.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--red);
  color: white;
  padding: 1rem 1.5rem;
  z-index: 200;
}
.skip-link:focus { left: 1rem; }

/* Topbar */
.topbar {
  background: var(--navy-dark);
  color: #f8fafc;
  font-size: 0.85rem;
  padding: 0.55rem 0;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.2rem;
}

.topbar-left {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  flex-wrap: wrap;
}

.topbar-pill {
  background: rgba(255, 255, 255, 0.12);
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.7rem;
}

.topbar-note { color: rgba(255, 255, 255, 0.8); }

.topbar-note {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.topbar-actions a { color: #f8fafc; font-weight: 500; }

.topbar-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.topbar-icon {
  width: 16px;
  height: 16px;
  stroke-width: 1.8;
  color: #FC7F11;
}

.topbar-icon--lg {
  width: 18px;
  height: 18px;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem 0;
}

.brand {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-shrink: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  line-height: 1.1;
  transform: translateY(-2px);
}

.brand img {
 
 
  border-radius: 6px;
  border: 1px solid var(--border);
  padding: 6px;
  background: rgba(216, 35, 42, 0.06);
 
}

.brand-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
}

.brand-tagline {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted-2);
  line-height: 1.2;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-left: auto;
}

.nav-links { display: flex; gap: 1.7rem; align-items: center; }

.site-nav a {
  font-weight: 600;
  color: var(--ink);
  position: relative;
  font-size: 0.95rem;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: var(--grad-accent);
  transition: width 0.3s ease;
}

.site-nav a:hover::after { width: 100%; }

.nav-cta { display: flex; gap: 0.8rem; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  position: relative;
  width: 36px;
  height: 32px;
}

.nav-toggle span {
  position: absolute;
  left: 6px;
  right: 6px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.nav-toggle.is-active span {
  background: var(--ink);
}

.nav-toggle span:nth-child(1) { top: 9px; }
.nav-toggle span:nth-child(2) { top: 15px; }
.nav-toggle span:nth-child(3) { top: 21px; }

.nav-toggle.is-active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle.is-active span:nth-child(2) { opacity: 0; }

.nav-toggle.is-active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.6rem;
  border-radius: 999px;
  font-weight: 700;
  border: 2px solid transparent;
  font-size: 0.9rem;
  transition: var(--transition);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  gap: 0.5rem;
  letter-spacing: 0.01em;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.25);
  transform: translateX(-120%);
  transition: transform 0.4s ease;
  z-index: 0;
}

.btn span,
.btn svg {
  position: relative;
  z-index: 1;
}

.btn:hover::after {
  transform: translateX(120%);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn.small {
  padding: 0.55rem 1.1rem;
  font-size: 0.8rem;
  border-width: 1px;
}

.btn.primary {
  background: var(--grad-accent);
  color: white;
  box-shadow: 0 14px 30px rgba(216, 35, 42, 0.3);
}

.btn.no-shadow {
  box-shadow: none !important;
}

.btn.primary:hover { transform: translateY(-2px); }

.btn.secondary {
  background: white;
  color: var(--red);
  border-color: rgba(216, 35, 42, 0.4);
  box-shadow: 0 10px 20px rgba(216, 35, 42, 0.12);
}

.btn.secondary:hover { transform: translateY(-2px); }

.btn.ghost {
  background: transparent;
  color: var(--navy);
  border-color: rgba(11, 37, 69, 0.2);
}

.btn.whatsapp {
  background: #1fbf60;
  color: white;
  border: none;
  box-shadow: 0 12px 24px rgba(31, 191, 96, 0.3);
}

/* Breadcrumbs */
.breadcrumb-wrap {
  background: rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid var(--border);
}

.breadcrumbs {
  font-size: 0.85rem;
}

.breadcrumbs ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
  padding: 0.4rem 0;
  margin: 0;
}

.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  white-space: nowrap;
}

.breadcrumbs li a {
  min-width: 0;
}

.breadcrumbs li a span {
  overflow-wrap: anywhere;
  white-space: normal;
}

.breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin: 0 0 0 0.7rem;
  color: var(--muted-2);
  flex: 0 0 auto;
}

/* Hero */
.hero {
  padding: 2.4rem 0 3.9rem;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, #0b1626 0%, #0d2037 48%, #122741 100%),
    radial-gradient(circle at 12% 14%, rgba(251, 111, 15, 0.2), transparent 34%),
    radial-gradient(circle at 90% 6%, rgba(255, 255, 255, 0.08), transparent 30%);
  border-bottom: 1px solid rgba(148, 163, 184, 0.24);
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 2.25rem;
  align-items: start;
  position: relative;
}

.hero-content {
  background: linear-gradient(160deg, rgba(12, 29, 49, 0.9), rgba(13, 34, 58, 0.84));
  border: 1px solid rgba(148, 163, 184, 0.32);
  box-shadow: 0 24px 56px rgba(2, 8, 18, 0.42);
  border-radius: 20px;
  padding: 1.8rem;
  backdrop-filter: blur(10px);
}

.hero-content::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid transparent;
  background: linear-gradient(150deg, rgba(251, 111, 15, 0.5), rgba(148, 163, 184, 0.22)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.hero-content h1 {
  font-size: clamp(2.05rem, 3.2vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #f8fafc;
  text-wrap: balance;
}

.hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  font-size: 0.72rem;
  color: #e2601d;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.7rem;
  padding: 0.3rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(251, 111, 15, 0.4);
  background: rgba(251, 111, 15, 0.12);
}

.hero p {
  font-size: 1.02rem;
  max-width: 560px;
  color: #bfd1e4;
}

.hero h1 + p {
  margin-top: 0.9rem;
}

.hero-trust {
  margin-top: 1.15rem;
}

.hero-trust-title {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.35;
  font-weight: 700;
  color: #eaf2fb;
}

.hero-trust-grid {
  margin-top: 0.72rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.hero-trust-card {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.55rem 0.6rem;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.32);
  background: linear-gradient(165deg, rgba(9, 23, 40, 0.95), rgba(13, 31, 50, 0.88));
}

.hero-trust-icon {
  width: 1.05rem;
  height: 1.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffb766;
  flex-shrink: 0;
}

.hero-trust-icon svg {
  width: 100%;
  height: 100%;
}

.hero-trust-text {
  font-size: 0.74rem;
  line-height: 1.35;
  font-weight: 700;
  color: #d9e6f5;
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.1rem;
}

.hero-highlights span {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(11, 37, 69, 0.2);
  background: rgba(255, 255, 255, 0.96);
  color: #132c4d;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-cta { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-top: 1.5rem; }

.hero-cta .btn {
  padding: 0.62rem 1.12rem;
  font-size: 0.82rem;
  border-radius: 12px;
}

.hero-cta .btn svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.8;
}

.hero .btn.primary {
  background: linear-gradient(135deg, #f97316, #ea580c);
  box-shadow: 0 12px 26px rgba(249, 115, 22, 0.35);
}

.hero .btn.secondary {
  background: rgba(15, 30, 48, 0.84);
  color: #e2ebf6;
  border-color: rgba(148, 163, 184, 0.34);
  box-shadow: none;
}

.hero .btn.secondary:hover {
  background: rgba(30, 50, 72, 0.92);
  color: #ffffff;
}

.hero .btn.whatsapp {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  box-shadow: 0 12px 24px rgba(34, 197, 94, 0.34);
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1.2rem;
}

.hero-meta-item {
  display: grid;
  gap: 0.15rem;
  padding: 0.78rem 0.86rem;
  border-radius: 15px;
  border: 1px solid rgba(11, 37, 69, 0.16);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.97), rgba(243, 248, 255, 0.9));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.hero-meta-item strong {
  font-size: 1.05rem;
  line-height: 1.1;
  color: #0b2545;
}

.hero-meta-item span {
  color: #516275;
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.35;
}

.hero::before {
  content: "";
  position: absolute;
  top: -210px;
  right: -160px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(251, 111, 15, 0.3), transparent 70%);
  z-index: 0;
}

.hero::after {
  content: "";
  position: absolute;
  bottom: -240px;
  left: -140px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15, 118, 110, 0.16), transparent 70%);
  z-index: 0;
}

.hero-grid::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 26px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  opacity: 0.75;
  pointer-events: none;
}

.hero-content,
.media-card { position: relative; z-index: 1; }

.hero-showcase {
  display: grid;
  gap: 0.85rem;
}

.media-card {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(2, 8, 18, 0.5);
  border: 1px solid rgba(148, 163, 184, 0.35);
  position: relative;
}

.media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 340px;
}

.hero-video-wrap {
  background: #050d18;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
}

.hero-video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.hero-slider {
  position: relative;
}

.hero-slider .slides {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  transition: transform 0.6s ease;
  will-change: transform;
}

.hero-slider .slide {
  min-width: 100%;
  opacity: 1;
  position: relative;
}

.hero-slider .slide.is-active {
  opacity: 1;
}

.hero-slider .slide img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  background: rgba(15, 23, 42, 0.08);
}

.slide-caption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 0.85rem 1rem;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(7, 20, 35, 0.44), rgba(7, 20, 35, 0.82));
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(7px);
  color: #fff;
}

.slide-caption span {
  display: inline-block;
  margin-bottom: 0.28rem;
  font-size: 0.67rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.88);
}

.slide-caption h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.25;
  color: #fff;
  text-wrap: balance;
}

.slide-caption p {
  margin-top: 0.28rem;
  font-size: 0.84rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
}

.hero-lead-card {
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.34);
  background:
    linear-gradient(145deg, rgba(12, 29, 49, 0.96), rgba(14, 33, 56, 0.92)),
    radial-gradient(circle at 92% 0%, rgba(251, 111, 15, 0.18), transparent 48%);
  box-shadow: 0 20px 46px rgba(2, 8, 18, 0.42);
  padding: 0.82rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero-lead-card::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  right: -40px;
  top: -42px;
  background: radial-gradient(circle, rgba(251, 111, 15, 0.22), transparent 70%);
  pointer-events: none;
}

.hero-lead-head h2,
.hero-lead-head h3 {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.25;
  color: #f8fafc;
}

.hero-lead-head p {
  margin-top: 0.34rem;
  font-size: 0.83rem;
  line-height: 1.45;
  color: #b8cadf;
}

.hero-lead-form {
  display: grid;
  gap: 0.56rem;
  margin-top: 0.62rem;
}

.hero-lead-form .form-grid {
  gap: 0.56rem;
}

.hero-lead-form .form-field label {
  font-size: 0.77rem;
  color: #132946;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.hero-lead-form .form-field input,
.hero-lead-form .form-field select,
.hero-lead-form .form-field textarea {
  font-size: 0.83rem;
  padding: 0.62rem 0.72rem;
  border-radius: 10px;
  border-color: rgba(148, 163, 184, 0.32);
  background: rgba(248, 250, 252, 0.94);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.hero-lead-form .form-field input::placeholder,
.hero-lead-form .form-field textarea::placeholder {
  color: #6c7f95;
  opacity: 1;
}

.hero-lead-form .form-field input:focus,
.hero-lead-form .form-field select:focus,
.hero-lead-form .form-field textarea:focus {
  border-color: rgba(251, 111, 15, 0.8);
  box-shadow: 0 0 0 3px rgba(251, 111, 15, 0.15);
  background: #fff;
}

.hero-lead-form .form-field textarea {
  min-height: 52px;
}

.hero-lead-form .btn.primary {
  width: 100%;
  min-height: 40px;
  padding: 0.56rem 1rem;
  font-size: 0.82rem;
  box-shadow: 0 14px 30px rgba(216, 35, 42, 0.26);
}

.hero-lead-form .form-grid.form-grid-tight {
  align-items: stretch;
}

.hero-captcha-question {
  display: inline-block;
  align-items: center;
  margin-bottom: 0;
  white-space: nowrap;
  font-size: 0.72rem;
  font-weight: 700;
  color: #d5e3f3;
}

.hero-captcha-inline-field {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.4rem;
  min-height: 52px;
}

.hero-captcha-inline-field input {
  min-width: 0;
  min-height: 38px;
  padding: 0.5rem 0.6rem;
}

.btn.hero-captcha-refresh-icon {
  min-height: 36px;
  min-width: 36px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #ffffff;
  background: #f97316;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 16px rgba(249, 115, 22, 0.35);
}

.btn.hero-captcha-refresh-icon:hover {
  background: #ea580c;
  border-color: rgba(255, 255, 255, 0.75);
  transform: translateY(-1px);
}

.btn.hero-captcha-refresh-icon svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(11, 25, 45, 0.48);
  backdrop-filter: blur(6px);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.28rem;
}

.slider-btn.prev { left: 12px; }
.slider-btn.next { right: 12px; }

.slider-btn:hover {
  background: rgba(11, 25, 45, 0.74);
}

@media (max-width: 1200px) {
  .hero-grid { gap: 2rem; }
  .media-card img { min-height: 300px; }
  .hero-slider .slide img { min-height: 340px; }
}

/* Sections */
section {
  padding: 4.5rem 0;
  position: relative;
  background: var(--section-tint-a);
}

section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 100% 0%, rgba(11, 37, 69, 0.04), transparent 36%);
  pointer-events: none;
}

.section-muted {
  background:
    linear-gradient(120deg, rgba(236, 242, 252, 0.95) 0%, rgba(231, 238, 249, 0.95) 100%),
    radial-gradient(circle at 90% 0%, rgba(216, 35, 42, 0.1), transparent 34%);
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.section-head h2 {
  margin-bottom: 0.6rem;
  color: #091729;
}

.section-head .eyebrow { display: block; }

.section-head p {
  max-width: 620px;
  color: #4a5b6d;
}

.section-head p,
.hero p {
  line-height: 1.8;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}



.card {
  background: var(--surface);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(11, 37, 69, 0.14);
  box-shadow: 0 14px 34px rgba(11, 25, 45, 0.09);
  padding: .8rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid transparent;
  background: linear-gradient(135deg, rgba(216, 35, 42, 0.2), rgba(11, 37, 69, 0.2)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: var(--transition);
  pointer-events: none;
}

.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.card:hover::after { opacity: 1; }

.card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(11, 37, 69, 0.2), rgba(251, 111, 15, 0.65), rgba(11, 37, 69, 0.2));
  opacity: 0;
  transition: opacity 0.25s ease;
}

.card:hover::before {
  opacity: 1;
}

.card img {
  border-radius: var(--radius-md);
  aspect-ratio: 4 / 2.5;
  height: auto;
  width: 100%;
  object-fit: cover;
  filter: saturate(1.05);
  transition: transform 0.28s ease, filter 0.28s ease;
}

.card-media-link {
  display: block;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.card-media-link:focus-visible {
  outline: 2px solid rgba(226, 78, 11, 0.45);
  outline-offset: 2px;
}

.card-media-link:hover img {
  transform: scale(1.035);
  filter: saturate(1.12) contrast(1.03);
}

.blog-grid .card-media-link img {
  aspect-ratio: 1200 / 675;
  width: 100%;
  object-fit: cover;
}

.blog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-card {
  gap: 0.85rem;
}

.blog-card .btn {
  margin-top: auto;
}

.home-latest-blogs-action {
  margin-top: 1.6rem;
  display: flex;
  justify-content: center;
}

.card-media-placeholder,
.detail-media-placeholder {
  display: grid;
  place-items: center;
  min-height: 220px;
  border-radius: var(--radius-md);
  border: 1px dashed var(--border);
  background: linear-gradient(180deg, #f8fbff 0%, #eef3f8 100%);
  color: var(--muted);
  text-align: center;
  font-weight: 700;
  padding: 1.5rem;
}

.detail-media-placeholder {
  min-height: 420px;
}

.card-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(11, 37, 69, 0.08);
  color: var(--navy);
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.spec-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.spec-pill {
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--ink);
}
.card h3 {
  font-size: 1.25rem;
  color: var(--ink);
}

.card h3 a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.16em;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.card h3 a:hover {
  color: var(--red-dark);
  text-decoration-color: currentColor;
}

.card h3 a:focus-visible {
  color: var(--red-dark);
  text-decoration-color: currentColor;
  outline: 2px solid rgba(226, 78, 11, 0.35);
  outline-offset: 2px;
  border-radius: 4px;
}

.card p { font-size: 0.95rem; }

.card ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.card li { margin-bottom: 0.4rem; }

#service-areas .card ul {
  columns: 2;
  column-gap: 1.5rem;
}

#service-areas .card li {
  break-inside: avoid;
}

@media (min-width: 1200px) {
  #service-areas .card ul { columns: 3; }
}

.card-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px 44px;
  gap: 0.55rem;
  margin-top: auto;
  align-items: center;
}

.card-actions .btn {
  width: 100%;
  min-height: 40px;
  justify-content: center;
  text-align: center;
  border-radius: 12px;
  padding: 0.62rem 0.85rem;
  line-height: 1.2;
  font-size: 0.82rem;
  box-shadow: none;
}

.card-actions .btn.primary {
  box-shadow: 0 10px 18px rgba(216, 35, 42, 0.18);
}

.card-actions .btn.ghost {
  background: #fff;
}

.card-actions .icon-btn {
  padding: 0;
  min-width: 44px;
}

.card-actions .icon-btn svg {
  width: 18px;
  height: 18px;
}

.card-actions .btn.whatsapp {
  box-shadow: 0 10px 18px rgba(31, 191, 96, 0.18);
}

.content-card {
  background: var(--surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  padding: 2rem;
}

.richtext-content h2,
.richtext-content h3,
.richtext-content h4 {
  margin: 1.2rem 0 0.7rem;
}

.richtext-content h2:first-child,
.richtext-content h3:first-child,
.richtext-content h4:first-child {
  margin-top: 0;
}

.richtext-content h2 {
  font-size: 1.55rem;
  line-height: 1.3;
  color: var(--navy);
}

.richtext-content h3 {
  font-size: 1.15rem;
  color: var(--ink);
}

.richtext-content p {
  color: var(--muted);
  line-height: 1.85;
}

.richtext-content p + p,
.richtext-content ul + p,
.richtext-content p + ul {
  margin-top: 0.9rem;
}

.blog-post-wrap {
  display: grid;
  gap: 1rem;
}

.blog-post-meta {
  color: var(--muted-2);
  font-size: 0.9rem;
}

.blog-post-image {
  width: 100%;
  aspect-ratio: 1200 / 675;
  border-radius: var(--radius-md);
  object-fit: cover;
}

.blog-post-image-wrap {
  position: relative;
}

.blog-post-date-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  background: #fb6f0f !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.48);
  box-shadow: 0 10px 18px rgba(251, 111, 15, 0.38);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}

.blog-post-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 1.6rem;
  align-items: start;
}

.blog-sidebar {
  display: grid;
  gap: 1rem;
  align-self: start;
  position: sticky;
  top: 6.8rem;
}

.blog-sidebar-card {
  border-radius: var(--radius-lg);
}

.blog-sidebar-card h3 {
  margin-bottom: 0.8rem;
}

.blog-sidebar-list {
  display: grid;
  gap: 0.7rem;
}

.blog-sidebar-item {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 0.65rem;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 0.35rem;
  border-radius: 10px;
  border: 1px solid rgba(11, 37, 69, 0.1);
  background: #fff;
  transition: var(--transition);
}

.blog-sidebar-item:hover {
  border-color: rgba(216, 35, 42, 0.22);
  transform: translateY(-2px);
}

.blog-sidebar-thumb {
  width: 84px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  background: #eef3f8;
}

.blog-sidebar-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-sidebar-thumb-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-size: 0.7rem;
  color: var(--muted-2);
  font-weight: 700;
}

.blog-sidebar-title {
  color: #102540;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.45;
}

.blog-sidebar-text {
  display: grid;
  gap: 0.2rem;
}

.blog-sidebar-date {
  color: var(--muted-2);
  font-size: 0.75rem;
  font-weight: 600;
}

.blog-sidebar-form {
  margin-top: 0.8rem;
}

.blog-sidebar-form .form-field {
  margin: 0;
}

.blog-sidebar-form .hero-captcha-question {
  margin-top: 0;
  white-space: nowrap;
}

.blog-captcha-row {
  min-height: 44px;
  gap: 0.45rem;
}

.blog-captcha-row .form-field {
  margin: 0;
}

.blog-captcha-row .form-field input {
  min-height: 36px;
  padding: 0.48rem 0.62rem;
}

.blog-sidebar-form .blog-captcha-refresh {
  min-width: 36px;
  width: 36px;
  height: 36px;
  min-height: 36px;
  flex: 0 0 auto;
}

.blog-share-panel {
  margin-top: 1.1rem;
  border-top: 1px solid rgba(11, 37, 69, 0.12);
  padding-top: 1rem;
}

.blog-share-title {
  margin: 0 0 0.6rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #102540;
}

.blog-share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.blog-share-actions .btn {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.blog-share-actions .btn svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
}

.blog-connect-card {
  display: grid;
  gap: 0.7rem;
}

.blog-connect-card .btn {
  width: 100%;
  justify-content: center;
}

.sitemap-text-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.sitemap-text-card {
  padding: 1.1rem 1.2rem;
}

.sitemap-text-card h3 {
  margin-bottom: 0.7rem;
  color: var(--navy);
}

.sitemap-text-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}

.sitemap-text-link {
  display: inline;
  color: #1a3556;
  text-decoration: none;
  line-height: 1.55;
  border-bottom: 1px dotted transparent;
}

.sitemap-text-link:hover {
  color: #fb6f0f;
  border-bottom-color: rgba(251, 111, 15, 0.5);
}

.richtext-content ul,
.richtext-content ol {
  padding-left: 1.2rem;
  color: var(--muted);
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 2rem;
  align-items: start;
}

.product-media-stick {
  position: sticky;
  top: 10rem;
  align-self: start;
}

.detail-image {
  width: 100%;
  border-radius: var(--radius-md);
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(216, 35, 42, 0.1);
  color: var(--red);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}

#why-choose .cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}



.why-card {
  padding: 1.8rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}

.why-card h3 {
  margin-top: 0.6rem;
  margin-bottom: 0.5rem;
}

.why-card p {
  font-size: 0.95rem;
}

.why-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(11, 37, 69, 0.08);
  color: var(--navy);
  border: 1px solid rgba(11, 37, 69, 0.12);
}

.why-icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.8;
}

@media (max-width: 980px) {
  .cards-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
  .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .blog-post-layout {
    grid-template-columns: 1fr;
  }
  .blog-sidebar {
    position: static;
    top: auto;
  }
  .blog-captcha-row {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }
  .sitemap-text-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 981px) {
  .nav-cta { display: none; }
}

@media (max-width: 680px) {
  .cards-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .list-grid { grid-template-columns: 1fr; }
}
.list-pill {
  background: var(--surface);
  border-radius: 999px;
  border: 1px solid var(--border);
  padding: 0.8rem 1rem;
  text-align: center;
  font-weight: 600;
  color: var(--ink);
}

.industry-links .list-pill {
  display: block;
  text-decoration: none;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}

.industry-links .list-pill:hover {
  transform: translateY(-3px);
  border-color: rgba(216, 35, 42, 0.24);
  box-shadow: var(--shadow-md);
  color: var(--navy);
}

.coverage-groups {
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.coverage-group {
  display: grid;
  gap: 1.2rem;
}

.coverage-group h3 {
  margin: 0;
}

.coverage-group-link {
  color: var(--ink);
  text-decoration: none;
}

.coverage-group-link:hover {
  color: var(--red);
}

.list-grid.service-area-list-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 980px) {
  .list-grid.service-area-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .list-grid.service-area-list-grid {
    grid-template-columns: 1fr;
  }
}

.service-area-pill {
  text-align: left;
  justify-content: flex-start;
  border-radius: 14px;
  min-height: 54px;
  padding: 0.75rem 0.9rem;
  line-height: 1.35;
  font-weight: 700;
  border-color: rgba(11, 37, 69, 0.16);
  box-shadow: var(--shadow-sm);
}

.service-area-pill:hover {
  transform: translateY(-2px);
  border-color: rgba(216, 35, 42, 0.24);
  box-shadow: var(--shadow-md);
  color: var(--red-dark);
}

.service-area-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.service-area-group {
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.service-area-title {
  margin: 0;
  font-size: 1.25rem;
  color: var(--navy);
}

.service-area-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.service-area-btn {
  display: block;
  border: 1px solid rgba(11, 37, 69, 0.16);
  border-radius: 12px;
  background: #fff;
  padding: 0.7rem 0.8rem;
  text-decoration: none;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.service-area-btn h3 {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.35;
  color: var(--ink);
  font-weight: 700;
}

.service-area-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(216, 35, 42, 0.32);
  box-shadow: var(--shadow-md);
}

.service-area-btn:hover h3 {
  color: var(--red-dark);
}

.why-real-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 0.9rem;
}

#why-real-engineering {
  background: #f3e9e9;
}

.why-real-card {
  position: relative;
  border-radius: 16px;
  border: 1px solid rgba(11, 37, 69, 0.14);
  background: linear-gradient(165deg, #ffffff, #f7fafe);
  box-shadow: var(--shadow-sm);
  padding: 1rem 0.95rem 0.92rem;
  display: grid;
  gap: 0.58rem;
}

.why-real-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #0b2545, #173c68);
  color: #fff;
  box-shadow: 0 10px 20px rgba(11, 37, 69, 0.2);
}

.why-real-icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.why-real-card h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.35;
  color: #0f2b49;
}

.why-real-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #4a6078;
}

#working-process {
  background: linear-gradient(180deg, #ffffff, #f6f9ff);
}

.working-process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.working-process-card {
  position: relative;
  border: 1px solid rgba(11, 37, 69, 0.14);
  border-radius: 14px;
  background: #fff;
  padding: 0.85rem 0.75rem;
  box-shadow: var(--shadow-sm);
  min-height: 120px;
  display: grid;
  align-content: start;
  gap: 0.55rem;
}

.working-process-step {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #0b2545, #173c68);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 700;
}

.working-process-card h3 {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.35;
  color: #102c4a;
}

.working-process-cta {
  margin-top: 1.05rem;
  display: flex;
  justify-content: center;
}

.industry-intro {
  margin-top: -0.2rem;
  margin-bottom: 0.95rem;
  color: #445b74;
  line-height: 1.7;
}

.industry-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.industry-card {
  border: 1px solid rgba(11, 37, 69, 0.14);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow-sm);
  display: grid;
}

.industry-card-media {
  display: block;
  background: #eef3f8;
  overflow: hidden;
}

.industry-card-media img {
  width: 100%;
  aspect-ratio: 600 / 400;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
  transition: transform 0.35s ease;
}

.industry-card:hover .industry-card-media img,
.industry-card:focus-within .industry-card-media img {
  transform: scale(1.05);
}

.industry-card-body {
  padding: 0.88rem;
  display: grid;
  gap: 0.58rem;
}

.industry-card-body h3 {
  margin: 0;
  font-size: 1.4rem;
  color: #0f2b49;
}

.industry-card-body p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #4c637c;
}

.industry-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: #f97316;
  font-weight: 700;
  text-decoration: none;
}

.industry-card-link::before {
  content: "\2192";
  font-size: 0.95rem;
}

.industry-cta-panel {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid rgba(11, 37, 69, 0.14);
  background: linear-gradient(145deg, #fff, #f7fbff);
  display: grid;
  gap: 0.8rem;
}

.industry-cta-panel h3 {
  margin: 0;
  color: #0f2b49;
  font-size: 1.2rem;
}

.cta-panel {
  background: var(--grad-navy);
  color: white;
  border-radius: var(--radius-lg);
  padding: 3rem;
  display: grid;
  gap: 1.5rem;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}

.cta-panel::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  right: -80px;
  top: -80px;
  background: radial-gradient(circle, rgba(216, 35, 42, 0.45), transparent 70%);
}

.cta-panel h2, .cta-panel p { color: white; }

/* Page hero */
.page-hero {
  padding: 1.8rem 0 1.5rem;
  background:
    linear-gradient(122deg, rgba(255, 255, 255, 0.94) 0%, rgba(241, 246, 255, 0.92) 55%, rgba(255, 245, 236, 0.9) 100%),
    radial-gradient(circle at 12% 20%, rgba(251, 111, 15, 0.18), transparent 34%),
    radial-gradient(circle at 88% 16%, rgba(11, 37, 69, 0.16), transparent 34%);
  border-bottom: 1px solid var(--border);
}

.page-hero p { max-width: 700px; }
.page-hero h1 { color: #091729; }
.page-hero p { color: #4a5b6d; }

.about-shortline {
  margin-top: 0.9rem;
  font-weight: 700;
  color: #0f2f54;
}

#about-overview .card p + p {
  margin-top: 1rem;
}

#about-overview .section-head {
  margin-bottom: 0.9rem;
}

.about-overview-copy {
  width: 100%;
  max-width: none;
}

.about-overview-copy p {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.85;
  color: #2f4760;
}

.about-overview-copy p + p {
  margin-top: 1.1rem;
}

.about-mv-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.about-mv-card {
  border-radius: 18px;
  padding: 1.2rem 1.25rem;
  border: 1px solid rgba(11, 37, 69, 0.12);
  box-shadow: 0 12px 30px rgba(11, 37, 69, 0.08);
  background: linear-gradient(155deg, #ffffff, #f6f9ff);
  min-height: 100%;
}

.about-mv-kicker {
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #f97316;
  margin-bottom: 0.46rem;
}

.about-mv-card h2 {
  margin: 0;
  font-size: 1.9rem;
  line-height: 1.1;
  color: #0b2545;
}

.about-mv-card p {
  margin-top: 0.7rem;
  color: #3b5168;
  line-height: 1.75;
  font-size: 1rem;
}

.about-mv-card p + p {
  margin-top: 0.7rem;
}

.about-mv-card-mission {
  background: linear-gradient(155deg, #ffffff, #f7fbff);
}

.about-mv-card-vision {
  background: linear-gradient(155deg, #fffdf8, #fff7ea);
}

.about-director-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: 1.5rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  box-shadow: var(--shadow-md);
  padding: 1.2rem;
}

.about-director-media img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  border-radius: 18px;
}

.about-director-media {
  height: 100%;
}

.about-director-content {
  display: grid;
  align-content: center;
  gap: 0.72rem;
}

.about-director-content h2 {
  margin: 0;
}

.about-director-content h3 {
  margin: 0;
  font-size: 1.12rem;
  color: #0f2947;
}

.about-director-role {
  margin: 0;
  font-weight: 700;
  color: #f97316;
}

.about-director-content p {
  margin: 0;
}

.about-timeline {
  display: grid;
  gap: 0.8rem;
}

.about-timeline-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.78rem 0.9rem;
  border-radius: 14px;
  border: 1px solid rgba(11, 37, 69, 0.12);
  background: linear-gradient(160deg, #ffffff, #f7fafe);
}

.about-timeline-dot {
  width: 0.74rem;
  height: 0.74rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #f97316, #ea580c);
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.14);
  flex-shrink: 0;
}

.about-timeline-item p {
  margin: 0;
  font-weight: 600;
}

.about-why-card {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.about-why-icon {
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(145deg, #16a34a, #15803d);
  flex-shrink: 0;
}

.about-why-icon svg {
  width: 0.95rem;
  height: 0.95rem;
}

.about-why-card h3 {
  margin: 0;
  font-size: 0.98rem;
}

/* Forms */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  align-items: start;
}

.contact-info-stack {
  display: grid;
  gap: 1rem;
}

.contact-info-card,
.contact-benefits-card {
  padding: 1.3rem;
}

.contact-info-sub {
  margin-top: 0.2rem;
  color: #4f647a;
}

.contact-info-list {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.8rem;
}

.contact-info-list p {
  margin: 0;
  color: #173551;
  line-height: 1.6;
}

.contact-info-row {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.contact-info-icon {
  width: 18px;
  height: 18px;
  color: #fb6f0f;
  flex: 0 0 auto;
  margin-top: 0.12rem;
}

.contact-info-icon svg {
  width: 100%;
  height: 100%;
}

.contact-info-actions {
  margin-top: 1rem;
}

.contact-info-actions .btn {
  min-height: 40px;
}

.contact-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 0.8rem;
}

.contact-benefit-item {
  padding: 0.75rem 0.8rem;
  border-radius: 12px;
  border: 1px solid rgba(11, 37, 69, 0.12);
  background: linear-gradient(170deg, #ffffff, #f7fbff);
}

.contact-benefit-item h4 {
  margin: 0;
  font-size: 0.92rem;
  color: #0b2545;
}

.contact-benefit-item p {
  margin: 0.35rem 0 0;
  font-size: 0.86rem;
  line-height: 1.55;
  color: #566b80;
}

.form-card {
  background: var(--surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  padding: 2rem;
}

.contact-form-head h3 {
  margin-bottom: 0.32rem;
  color: #0b2545;
}

.contact-form-head p {
  margin: 0 0 1rem;
  color: #4f647a;
}

.contact-form { display: grid; gap: 1.2rem; }

.contact-flash {
  padding: 0.95rem 1rem;
  border-radius: 14px;
  margin-bottom: 1rem;
  font-weight: 600;
}

.contact-flash-success {
  background: #effaf3;
  color: #15693f;
  border: 1px solid #ccead7;
}

.contact-flash-error {
  background: #fff1f2;
  color: #b42318;
  border: 1px solid #fecdd3;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.form-field label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: var(--ink);
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  font-family: inherit;
  font-size: 1rem;
}

.form-field textarea { min-height: 140px; resize: vertical; }

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(216, 35, 42, 0.12);
}

@media (max-width: 680px) {
  .contact-benefits-grid {
    grid-template-columns: 1fr;
  }
}

.enquiry-modal-open {
  overflow: hidden;
}

.enquiry-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.enquiry-modal[hidden] {
  display: none;
}

.enquiry-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 20, 37, 0.56);
  backdrop-filter: blur(2px);
}

.enquiry-modal-dialog {
  position: relative;
  width: min(560px, 96vw);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  border-radius: 20px;
  border: 1px solid rgba(11, 37, 69, 0.18);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 30px 70px rgba(10, 22, 40, 0.35);
  padding: 1.2rem 1.2rem 1.4rem;
}

.enquiry-modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--ink);
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
}

.enquiry-modal-sub {
  margin-top: 0.35rem;
  margin-bottom: 0.8rem;
  font-size: 0.92rem;
}

.enquiry-modal-form {
  display: grid;
  gap: 0.85rem;
}

.form-field-honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.enquiry-captcha-row {
  align-items: end;
}

.enquiry-captcha-refresh-wrap {
  display: flex;
  align-items: flex-end;
}

.enquiry-captcha-refresh {
  min-height: 46px;
}

/* Footer */
.site-footer {
  background: linear-gradient(135deg, #0b1d39 0%, #0a2248 100%);
  color: rgba(255, 255, 255, 0.8);
  padding: 3.2rem 0 2rem;
  margin-top: 4rem;
}

.footer-wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.1fr;
  gap: 2rem;
  align-items: start;
}

.footer-brand-block h3 { color: white; margin-bottom: 0.8rem; }

.footer-tagline { color: rgba(255, 255, 255, 0.7); font-size: 0.85rem; }
.footer-sub { color: rgba(255, 255, 255, 0.6); margin-top: 0.4rem; }

.footer-contacts { display: grid; gap: 0.7rem; margin-top: 1rem; }

.site-footer h4 { color: white; margin-bottom: 1rem; font-size: calc(0.85rem + 2px); }

.site-footer h4::after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background: #FC7F11;
  margin-top: 2px;
}

.site-footer ul { list-style: none; padding: 0; margin: 0; }

.site-footer li { margin-bottom: 0; }

.site-footer a { color: rgba(255, 255, 255, 0.8); }
.site-footer a:hover { color: #FC7F11; }

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
}

.footer-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #FC7F11;
}

.footer-contact {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 0.6rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
  margin-bottom: 12px;
}

.footer-contact-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 1.5rem;
}

.footer-map-btn {
  justify-self: start;
  width: fit-content;
  border-radius: 12px;
  box-shadow: none;
  margin-top: 1rem;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.footer-map-btn:hover {
  color: #fff !important;
}

.footer-btn-icon {
  width: 16px;
  height: 16px;
  margin-right: 0.4rem;
  color: currentColor;
}

.footer-credit {
  color: inherit;
  transition: var(--transition);
}

.footer-bottom-links {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.6rem;
}

.footer-links a {
  font-weight: 500;
}

@media (max-width: 980px) {
  .footer-wrap {
    grid-template-columns: 1fr;
  }
  .footer-links {
    grid-template-columns: 1fr 1fr;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .footer-links {
    grid-template-columns: 1fr;
  }
  .footer-contact-card {
    padding: 1.2rem;
  }
}

.footer-social {
  display: flex;
  gap: 0.6rem;
  margin-top: 1.2rem;
  flex-wrap: wrap;
}

.social-link {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.85);
  transition: var(--transition);
}

.social-link svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.8;
}

.social-link:hover {
  color: white;
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-2px);
}

/* Animations */
@keyframes slideInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.reveal { opacity: 0; transform: translateY(20px); }
.reveal.active { animation: slideInUp 0.6s ease-out forwards; }

/* Scroll to top */
.scroll-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--grad-accent);
  color: white;
  border: none;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  box-shadow: 0 12px 24px rgba(216, 35, 42, 0.3);
  transition: var(--transition);
}

.scroll-to-top.show { display: flex; }
.scroll-to-top:hover { transform: translateY(-4px); }

.mobile-quick-actions {
  display: none;
}

@keyframes rippleAnimation {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

/* Responsive */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero { padding: 2.5rem 0 3.2rem; }
  .hero-content { text-align: left; }
  .hero-content { padding: 1.35rem; }
  .hero-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero .media-card { order: -1; }
  .hero-grid::after { display: none; }
  .hero-showcase {
    order: 0;
    gap: 2.25rem;
  }
  .hero-trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .slide-caption {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
  .product-layout { grid-template-columns: 1fr; }
  .product-media-stick { position: static; }
  .nav-toggle { display: flex; }
  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-bottom: 1px solid var(--border);
    padding: 1.5rem;
    flex-direction: column;
    gap: 1rem;
  }
  .site-nav.active { display: flex; }
  .nav-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem;
  }
  .nav-links a {
    padding: 0.55rem 0.7rem;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: #fff;
    text-align: center;
    font-size: 0.85rem;
    font-weight: 600;
  }
  .nav-cta { width: 100%; flex-direction: row; }
  .nav-cta .btn { width: auto; flex: 1; }
  #service-areas .card ul { columns: 2; }
  .about-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .service-area-grid { grid-template-columns: 1fr; }
  .service-area-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .industry-cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .why-real-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .working-process-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .about-director-wrap {
    grid-template-columns: 1fr;
  }
  .about-director-media {
    min-height: 280px;
  }
  .about-mv-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .service-area-links { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .topbar-inner { flex-direction: column; align-items: flex-start; }
  .section-head { flex-direction: column; align-items: flex-start; }
  .hero { padding: 2.2rem 0 2.9rem; }
  .hero p { font-size: 1rem; }
  .media-card img { min-height: 260px; }
  .hero-slider .slide img { min-height: 300px; }
  .cta-panel { padding: 2.2rem; }
  .form-grid { grid-template-columns: 1fr; }
  .hero-lead-form .form-grid.form-grid-tight { grid-template-columns: 1fr; }
  .hero-captcha-inline-field {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.4rem;
    align-items: center;
  }
  .brand-text { gap: 0.15rem; }
  .brand-name { font-size: 1.1rem; }
  .brand-tagline { font-size: 0.6rem; letter-spacing: 0.06em; }

  .mobile-quick-actions {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    z-index: 1100;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
    padding: 0.35rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(11, 37, 69, 0.16);
    box-shadow: 0 14px 34px rgba(11, 25, 45, 0.2);
    backdrop-filter: blur(8px);
  }

  .mobile-quick-btn {
    min-height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    font-weight: 700;
    font-size: 0.88rem;
  }

  .mobile-quick-btn svg {
    width: 17px;
    height: 17px;
  }

  .mobile-quick-call {
    background: #0b2545;
    color: #fff;
  }

  .mobile-quick-wa {
    background: #1fbf60;
    color: #fff;
  }

  .scroll-to-top {
    bottom: calc(88px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 520px) {
  .hero { padding: 1.6rem 0 2.7rem; }
  .hero-cta { flex-direction: column; }
  .hero-cta .btn { width: 100%; }
  .hero-highlights {
    gap: 0.5rem;
  }
  .hero-highlights span {
    font-size: 0.7rem;
  }
  .hero-meta {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }
  .why-real-grid {
    grid-template-columns: 1fr;
  }
  .industry-cards-grid {
    grid-template-columns: 1fr;
  }
  .industry-card-media img {
    aspect-ratio: 600 / 400;
    height: auto;
  }
  .working-process-grid {
    grid-template-columns: 1fr;
  }
  .hero-trust-title {
    font-size: 0.86rem;
  }
  .hero-trust-grid {
    grid-template-columns: 1fr;
    gap: 0.42rem;
  }
  .hero-trust-card {
    padding: 0.5rem 0.56rem;
  }
  .hero-trust-text {
    font-size: 0.73rem;
  }
  .hero-slider .slide img {
    min-height: 250px;
  }
  .slide-caption {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 0.65rem 0.75rem;
  }
  .slide-caption h3 {
    font-size: 0.92rem;
  }
  .slide-caption p {
    font-size: 0.74rem;
  }
  .hero-lead-card {
    padding: 0.72rem;
  }
  .hero-captcha-inline-field {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.35rem;
    align-items: center;
  }
  .section-head { gap: 1rem; }
  .card { padding: 1.6rem; }
  .media-card img { min-height: 220px; }
  h1 { font-size: 1.8rem; }
  
  .brand-name { font-size: 1.26rem; }
  .brand-tagline {
    display: block;
    max-width: 170px;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

#about {
  background:
    linear-gradient(132deg, #ffffff 0%, #f7faff 58%, #fff7ef 100%);
}

#product-categories {
  background:
    linear-gradient(135deg, #f3f7ff 0%, #edf3fc 52%, #fef4ea 100%);
}

#featured-products {
  background:
    linear-gradient(130deg, #ffffff 0%, #f7faff 50%, #fff8f3 100%);
}

#industries {
  background:
    linear-gradient(135deg, #eef3fb 0%, #e9f0fa 58%, #fdf3ea 100%);
}

#service-areas {
  background:
    linear-gradient(130deg, #edf3fc 0%, #e8eef9 55%, #fef3ea 100%);
}

#cta {
  background:
    linear-gradient(140deg, #f3f7ff 0%, #eff4fd 48%, #fff5ec 100%);
}

#about::after,
#product-categories::after,
#featured-products::after,
#industries::after,
#service-areas::after,
#cta::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(11, 37, 69, 0.14), transparent);
}


.cards-grid-single {
  grid-template-columns: minmax(280px, 320px);
  justify-content: start;
}

.cards-grid-double {
  grid-template-columns: repeat(2, minmax(280px, 320px));
  justify-content: start;
}

.cards-grid-triple {
  grid-template-columns: repeat(3, minmax(220px, 1fr));
}

.cards-grid-single > .card,
.cards-grid-double > .card {
  max-width: 320px;
}

@media (max-width: 680px) {
  .cards-grid-single,
  .cards-grid-double {
    grid-template-columns: 1fr;
  }

  .cards-grid-triple {
    grid-template-columns: 1fr;
  }

  .cards-grid-single > .card,
  .cards-grid-double > .card {
    max-width: none;
  }
}

@media (min-width: 981px) {
  #about .about-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
  }
}

#about .about-content {
  display: grid;
  gap: 0.9rem;
  align-content: center;
}

#about .about-media {
  display: flex;
  align-items: center;
}

#about .about-media img {
  border-radius: 18px;
}

.footer-brand-block {
  display: grid;
  align-content: start;
  gap: 0.45rem;
}

.footer-contact-card {
  display: grid;
  gap: 0.8rem;
}


.list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
}

#about .about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1.5rem;
  align-items: center;
}

@media (max-width: 980px) {
  #about .about-grid {
    grid-template-columns: 1fr;
  }
}
