:root {
  --bg: #0d1412;
  --bg-soft: #121b19;
  --panel: rgba(19, 31, 28, 0.9);
  --panel-strong: rgba(14, 23, 21, 0.96);
  --panel-muted: rgba(255, 255, 255, 0.05);
  --text: #f5f2e8;
  --muted: #a8b9b2;
  --line: rgba(255, 255, 255, 0.1);
  --accent: #f6b81d;
  --accent-strong: #ffcc3d;
  --accent-soft: rgba(246, 184, 29, 0.18);
  --green: #6ed89c;
  --danger: #ff8f7a;
  --warning: #ffd07a;
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  --container: min(1180px, calc(100vw - 40px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(246, 184, 29, 0.12), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(110, 216, 156, 0.12), transparent 24%),
    linear-gradient(180deg, #0b1211 0%, #101816 38%, #0c1311 100%);
  font-family: "Manrope", sans-serif;
  line-height: 1.6;
  padding-top: 104px;
  overflow-x: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

main {
  display: block;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  padding: 88px 0;
}

.section-tinted {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--accent-strong);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-kicker::before {
  content: "";
  width: 36px;
  height: 1px;
  background: currentColor;
  opacity: 0.6;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.section-heading h2,
.page-hero-inner h1,
.hero-copy h1,
.cta-band-inner h2,
.section-copy h2,
.footer-brand h2,
.product-card h2,
.project-card h2 {
  margin: 14px 0 16px;
  font-family: "Sora", sans-serif;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.section-heading p,
.page-hero-inner p,
.hero-text,
.section-copy p,
.stacked-card p,
.feature-card p,
.product-card p,
.project-card p,
.workflow-card p,
.contact-card p,
.contact-card a,
.footer-brand p {
  color: var(--muted);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

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

.button-primary {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  color: #111;
  box-shadow: 0 12px 36px rgba(246, 184, 29, 0.28);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.02);
  border-color: var(--line);
  color: var(--text);
}

.button-small {
  min-height: 44px;
  padding: 0 18px;
  font-size: 0.95rem;
}

.button-full {
  width: 100%;
}

.link-inline {
  color: var(--accent-strong);
  font-weight: 800;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 120;
  isolation: isolate;
  overflow: visible;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: rgba(10, 16, 15, 0.74);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 90px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.brand-mark {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background:
    linear-gradient(160deg, rgba(246, 184, 29, 0.22), rgba(246, 184, 29, 0.03)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(246, 184, 29, 0.26);
  overflow: hidden;
}

.brand-mark-sun {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff2b9, var(--accent));
  top: 10px;
  left: 10px;
  box-shadow: 0 0 22px rgba(255, 204, 61, 0.5);
}

.brand-mark-grid {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 24px;
  height: 16px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background:
    linear-gradient(90deg, transparent 0 31%, rgba(255, 255, 255, 0.2) 31% 34%, transparent 34% 66%, rgba(255, 255, 255, 0.2) 66% 69%, transparent 69% 100%),
    linear-gradient(180deg, transparent 0 31%, rgba(255, 255, 255, 0.2) 31% 34%, transparent 34% 66%, rgba(255, 255, 255, 0.2) 66% 69%, transparent 69% 100%);
}

.brand-copy {
  display: grid;
  gap: 3px;
}

.brand-copy strong {
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  letter-spacing: -0.03em;
}

.brand-copy span {
  color: var(--muted);
  font-size: 0.82rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.site-nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-nav-links a {
  position: relative;
  color: var(--muted);
  font-weight: 700;
  transition: color 0.2s ease;
}

.site-nav-links a:hover,
.site-nav-links a[aria-current="page"] {
  color: var(--text);
}

.site-nav-links a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}

.nav-toggle,
.nav-overlay,
.mobile-nav-head {
  display: none;
}

.hero {
  padding-top: 34px;
}

.hero-grid,
.split-section,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 34px;
  align-items: stretch;
}

.hero-copy h1 {
  font-size: clamp(2.9rem, 6vw, 5.3rem);
  max-width: 11ch;
}

.hero-copy {
  display: grid;
  align-content: center;
}

.hero-text {
  max-width: 700px;
  font-size: 1.06rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 30px;
}

.hero-stat-grid,
.detail-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.stat-card,
.feature-card,
.stacked-card,
.product-card,
.project-card,
.workflow-card,
.timeline-card,
.contact-card,
.media-slot-card,
.map-placeholder,
.form-banner,
.project-media-placeholder,
.hero-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03));
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.stat-card {
  padding: 18px;
}

.stat-card strong {
  display: block;
  font-size: 1.05rem;
  font-family: "Sora", sans-serif;
}

.stat-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-visual {
  position: relative;
  min-height: 560px;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 18%, rgba(246, 184, 29, 0.38), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    linear-gradient(145deg, #14201d 0%, #0c1311 100%);
}

.hero-orbit {
  position: absolute;
  inset: 8% 10%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 32px rgba(255, 255, 255, 0.01);
}

.hero-orbit::before,
.hero-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.15);
}

.hero-orbit::before {
  inset: 10%;
}

.hero-orbit::after {
  inset: 22%;
}

.hero-panel {
  position: absolute;
  max-width: 290px;
  padding: 20px;
  background: rgba(11, 18, 16, 0.75);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.hero-panel-primary {
  top: 72px;
  left: 48px;
}

.hero-panel-secondary {
  right: 42px;
  bottom: 128px;
}

.panel-label {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-panel strong {
  display: block;
  font-size: 1.2rem;
  line-height: 1.35;
}

.hero-chip-stack {
  position: absolute;
  left: 46px;
  bottom: 42px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 320px;
}

.hero-chip-stack span,
.chip-row span,
.filter-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: var(--text);
  font-size: 0.88rem;
}

.card-grid,
.workflow-grid,
.timeline-grid,
.project-grid {
  display: grid;
  gap: 20px;
}

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

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

.feature-card,
.workflow-card,
.timeline-card {
  padding: 24px;
}

.feature-card h3,
.workflow-card h3,
.timeline-card h3,
.stacked-card h3,
.contact-card h3,
.media-slot-card h3,
.map-placeholder h2 {
  margin: 0 0 10px;
  font-family: "Sora", sans-serif;
  letter-spacing: -0.03em;
}

.feature-card-compact h3 {
  font-size: 1.1rem;
}

.card-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-family: "Sora", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
}

.split-section {
  align-items: start;
}

.section-copy {
  max-width: 620px;
}

.stacked-list {
  display: grid;
  gap: 16px;
}

.stacked-card {
  padding: 22px 24px;
}

.service-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

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

.service-card {
  padding: 26px 26px 24px;
  border-radius: 24px;
  border: 1px solid rgba(24, 62, 111, 0.1);
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(17, 36, 71, 0.06);
}

.service-card h3 {
  margin: 0 0 14px;
  color: #1f6f9f;
  font-family: "Sora", sans-serif;
  font-size: 1.18rem;
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.service-card p {
  margin: 0;
  color: #617183;
  line-height: 1.76;
}

.service-card p + p {
  margin-top: 14px;
}

.services-page-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 32px;
  align-items: start;
}

.services-page-intro {
  display: grid;
  gap: 20px;
}

.services-page-intro h1 {
  margin: 0;
  max-width: 12ch;
  color: #20354f;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.8rem, 5.5vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.services-page-intro p {
  margin: 0;
  max-width: 68ch;
  color: #617285;
  font-size: 1.02rem;
  line-height: 1.8;
}

.services-page-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.services-page-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(24, 143, 214, 0.1);
  color: #1b5a93;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.services-page-index-panel {
  min-width: 0;
}

.services-page-index-card {
  display: grid;
  gap: 18px;
  padding: 28px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(246, 184, 29, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(245, 250, 255, 0.97));
  border: 1px solid rgba(24, 62, 111, 0.1);
  box-shadow: 0 20px 42px rgba(17, 36, 71, 0.07);
}

.services-page-index-card h2 {
  margin: 0;
  color: #20354f;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.55rem, 2vw, 2rem);
}

.services-page-index-list {
  display: grid;
  gap: 10px;
}

.services-page-index-link {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(24, 62, 111, 0.08);
  background: rgba(255, 255, 255, 0.84);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.services-page-index-link:hover {
  transform: translateY(-1px);
  border-color: rgba(25, 143, 214, 0.24);
  box-shadow: 0 14px 28px rgba(17, 36, 71, 0.07);
}

.services-page-index-link strong {
  color: #198fd6;
  font-family: "Sora", sans-serif;
  font-size: 0.92rem;
}

.services-page-index-link span {
  color: #31475f;
  font-weight: 700;
  line-height: 1.45;
}

.services-detail-layout {
  display: grid;
  grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.services-detail-sidebar {
  min-width: 0;
}

.services-sidebar-card {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 18px;
  padding: 26px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(24, 62, 111, 0.1);
  box-shadow: 0 20px 42px rgba(17, 36, 71, 0.06);
}

.services-sidebar-card h2 {
  margin: 0;
  color: #20354f;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.4rem, 2vw, 1.85rem);
  line-height: 1.14;
}

.services-sidebar-card p {
  margin: 0;
  color: #617285;
  line-height: 1.75;
}

.services-sidebar-list {
  display: grid;
  gap: 8px;
}

.services-sidebar-link {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  padding: 10px 0;
  border-bottom: 1px solid rgba(24, 62, 111, 0.08);
}

.services-sidebar-link span {
  color: #198fd6;
  font-size: 0.88rem;
  font-weight: 800;
}

.services-sidebar-link strong {
  color: #31475f;
  line-height: 1.45;
}

.services-detail-stack {
  display: grid;
  gap: 20px;
}

.service-detail-card {
  padding: 28px 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(24, 62, 111, 0.1);
  box-shadow: 0 18px 38px rgba(17, 36, 71, 0.06);
  scroll-margin-top: 104px;
}

.service-detail-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.service-detail-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 46px;
  padding: 0 12px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(25, 143, 214, 0.12), rgba(25, 143, 214, 0.06));
  color: #198fd6;
  font-family: "Sora", sans-serif;
  font-size: 0.98rem;
  font-weight: 800;
}

.service-detail-tag {
  color: #6b7a8c;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-detail-card h2 {
  margin: 0;
  color: #20354f;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1.12;
}

.service-detail-lead {
  margin: 16px 0 0;
  color: #3f5670;
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.8;
}

.service-detail-copy {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.service-detail-copy p {
  margin: 0;
  color: #617285;
  line-height: 1.82;
}

.product-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 28px;
  align-items: start;
}

.product-showcase-copy {
  display: grid;
  gap: 18px;
}

.product-showcase-copy h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.product-showcase-copy p {
  margin: 0;
}

.product-showcase-media {
  display: grid;
  gap: 16px;
}

.product-showcase-frame {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: #ffffff;
}

.product-showcase-frame img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.section-compact-top {
  padding-top: 0;
}

.product-page-hero {
  display: grid;
  gap: 20px;
}

.catalog-intro-copy {
  max-width: 1280px;
  margin: 0;
  color: #243549;
  font-size: 1.08rem;
  line-height: 1.65;
}

.catalog-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.catalog-category-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 210px;
  padding: 34px 28px;
  border: 0;
  border-radius: 24px;
  background: linear-gradient(180deg, #2e97d0 0%, #2c9bd8 100%);
  box-shadow: 0 24px 60px rgba(17, 61, 105, 0.14);
  overflow: hidden;
  color: inherit;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.25s ease;
}

.catalog-category-card::before {
  content: "";
  position: absolute;
  inset: -18% -12%;
  background:
    radial-gradient(circle at 50% 32%, var(--catalog-hover-glow, rgba(36, 146, 202, 0.32)) 0%, rgba(255, 255, 255, 0) 66%);
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

.catalog-category-card > * {
  position: relative;
  z-index: 1;
}

.catalog-category-card:hover,
.catalog-category-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 30px 66px rgba(17, 61, 105, 0.22);
  background: linear-gradient(180deg, var(--catalog-hover-start, #248bc2) 0%, var(--catalog-hover-end, #2492ca) 100%);
}

.catalog-category-card:hover::before,
.catalog-category-card:focus-visible::before {
  opacity: 1;
  transform: scale(1);
}

.catalog-category-card.is-active {
  background: linear-gradient(180deg, #1f82ba 0%, #227fb4 100%);
  box-shadow: 0 34px 74px rgba(17, 61, 105, 0.24);
}

.catalog-category-card.is-active:hover,
.catalog-category-card.is-active:focus-visible {
  background: linear-gradient(180deg, var(--catalog-hover-start, #248bc2) 0%, var(--catalog-hover-end, #2492ca) 100%);
  box-shadow: 0 36px 78px rgba(17, 61, 105, 0.26);
}

.catalog-category-card.is-active::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  pointer-events: none;
}

.catalog-category-media,
.catalog-product-media {
  margin: 0;
  overflow: hidden;
  background: #edf4fb;
}

.catalog-category-media {
  min-height: 220px;
}

.catalog-category-media img,
.catalog-product-media img,
.catalog-section-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-category-placeholder {
  display: grid;
  place-items: center;
  min-height: 100%;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(246, 184, 29, 0.18), rgba(25, 149, 218, 0.08)),
    #edf4fb;
  color: #1d3553;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.catalog-category-card-hero {
  gap: 14px;
}

.catalog-category-title {
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.22rem, 1.55vw, 1.7rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.16;
  text-align: center;
}

.catalog-category-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.catalog-page-head {
  display: grid;
  gap: 20px;
}

.catalog-page-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.catalog-back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(20, 66, 119, 0.12);
  background: #ffffff;
  color: #1e436a;
  font-weight: 800;
  text-decoration: none;
}

.catalog-back-link:hover {
  color: #0f6291;
  border-color: rgba(20, 66, 119, 0.22);
}

.catalog-page-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.catalog-page-points span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(25, 149, 218, 0.08);
  color: #1e436a;
  font-size: 0.9rem;
  font-weight: 800;
}

.catalog-panels {
  display: grid;
}

.catalog-panel {
  display: grid;
  gap: 28px;
}

.catalog-panel-hero {
  display: grid;
  gap: 24px;
}

.catalog-panel-cover {
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(16, 52, 88, 0.08);
  background: linear-gradient(180deg, #eef7ff 0%, #d9ecfb 100%);
  box-shadow: 0 20px 48px rgba(17, 61, 105, 0.1);
}

.catalog-panel-cover img {
  width: 100%;
  aspect-ratio: 16 / 3.35;
  object-fit: cover;
}

.catalog-panel-cover-fallback {
  min-height: 240px;
  display: grid;
  place-items: center;
  padding: 28px;
}

.catalog-category-fallback-title {
  color: #1d3553;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-align: center;
}

.catalog-panel-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.catalog-panel-switch,
.catalog-panel-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 14px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.catalog-panel-switch {
  background: linear-gradient(180deg, #2e97d0 0%, #2b90c8 100%);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(33, 119, 169, 0.18);
}

.catalog-panel-count {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(16, 52, 88, 0.1);
  background: #ffffff;
  color: #2a4568;
  font-family: "Manrope", sans-serif;
  font-size: 0.96rem;
  font-weight: 800;
}

.catalog-category-content {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.catalog-category-content h2,
.catalog-section-copy h2,
.catalog-product-body h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  letter-spacing: -0.03em;
}

.catalog-category-content h2 {
  font-size: 1.35rem;
  line-height: 1.15;
}

.catalog-category-content p,
.catalog-section-copy p {
  margin: 0;
}

.catalog-category-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
  font-size: 0.9rem;
}

.catalog-category-meta strong {
  color: var(--text);
  font-family: "Sora", sans-serif;
}

.catalog-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 28px;
  align-items: start;
  margin-bottom: 28px;
}

.catalog-section-head-simple {
  grid-template-columns: 1fr;
  margin-bottom: 24px;
}

.catalog-section-copy {
  display: grid;
  gap: 18px;
  max-width: 720px;
}

.catalog-section-copy h2 {
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.08;
}

.catalog-section-cover {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: #ffffff;
  box-shadow: var(--shadow);
}

.catalog-section-cover img {
  aspect-ratio: 4 / 3;
}

.catalog-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.catalog-product-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #ffffff;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.catalog-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 54px rgba(14, 34, 63, 0.12);
}

.catalog-product-grid-panel {
  gap: 30px;
}

.catalog-product-card-panel {
  grid-template-columns: minmax(250px, 290px) minmax(0, 1fr);
  gap: 0;
  padding: 22px;
  border: 1px solid rgba(16, 52, 88, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(14, 34, 63, 0.08);
}

.catalog-product-card-panel-no-media {
  grid-template-columns: 1fr;
}

.catalog-product-media-panel {
  display: grid;
  place-items: center;
  min-height: 328px;
  padding: 28px;
  border-radius: 18px;
  border: 1px solid rgba(16, 52, 88, 0.08);
  background: #ffffff;
}

.catalog-product-media img {
  aspect-ratio: 1 / 1;
}

.catalog-product-media-panel img {
  width: 100%;
  height: 100%;
  max-width: 250px;
  max-height: 320px;
  object-fit: contain;
  aspect-ratio: auto;
}

.catalog-product-body {
  display: grid;
  gap: 16px;
  padding: 22px;
}

.catalog-product-body-panel {
  align-content: start;
  gap: 18px;
  padding: 6px 6px 6px 28px;
}

.catalog-product-body h3 {
  font-size: 1.16rem;
  line-height: 1.2;
}

.catalog-product-body-panel h3 {
  font-size: clamp(1.34rem, 1.8vw, 1.96rem);
  line-height: 1.16;
}

.catalog-feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.catalog-feature-list li {
  padding-left: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.45;
}

.catalog-feature-list li::before {
  display: none;
}

.catalog-variant-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.catalog-variant-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 15px;
  border-radius: 8px;
  background: #2e97d0;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.catalog-product-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.catalog-product-link {
  color: #1d84bd;
  font-size: 0.98rem;
  font-weight: 800;
  text-decoration: none;
}

.catalog-product-link:hover {
  color: #145f8b;
}

.catalog-empty-state {
  padding: 32px 28px;
  border-radius: 24px;
  border: 1px solid rgba(16, 52, 88, 0.08);
  background: #ffffff;
  box-shadow: var(--shadow);
  color: var(--muted);
}

@media (max-width: 860px) {
  .catalog-page-actions {
    align-items: stretch;
  }

  .catalog-back-link,
  .catalog-panel-count {
    width: 100%;
  }

  .catalog-page-points span {
    width: 100%;
    justify-content: flex-start;
  }

  .image-preview-dialog {
    width: auto;
    max-width: calc(100vw - 28px);
    max-height: calc(100vh - 28px);
  }

  .image-preview-figure img {
    max-height: calc(100vh - 150px);
  }

  .video-showcase-card {
    padding: 18px;
    gap: 16px;
  }

  .video-showcase-player {
    min-height: 0;
    padding: 0;
  }

  .video-showcase-player video {
    max-height: 640px;
    max-height: min(72vh, 640px);
    max-height: min(72svh, 640px);
  }
}

.faq-showcase {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at left center, rgba(46, 151, 208, 0.12) 0%, rgba(46, 151, 208, 0) 34%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 52%, #f9fcff 100%);
}

.faq-showcase::before {
  content: "";
  position: absolute;
  left: -140px;
  top: 80px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46, 151, 208, 0.16) 0%, rgba(46, 151, 208, 0) 72%);
  pointer-events: none;
}

.faq-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 116px;
  display: grid;
  gap: 18px;
  padding: 30px 28px;
  border-radius: 26px;
  border: 1px solid rgba(19, 69, 120, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 251, 255, 0.96) 100%);
  box-shadow: 0 24px 60px rgba(16, 41, 78, 0.08);
}

.faq-intro h2 {
  margin: 0;
  color: #1f3554;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.85rem, 2.4vw, 2.6rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.faq-intro p {
  margin: 0;
  color: #5f6d80;
  line-height: 1.7;
}

.faq-accordion {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(21, 66, 115, 0.08);
  background: #ffffff;
  box-shadow: 0 14px 26px rgba(16, 41, 78, 0.08);
  transition: box-shadow 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.faq-item:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 135, 191, 0.18);
  box-shadow: 0 20px 34px rgba(16, 41, 78, 0.12);
}

.faq-item[open] {
  border-color: rgba(37, 135, 191, 0.22);
  box-shadow: 0 22px 38px rgba(16, 41, 78, 0.14);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  list-style: none;
  cursor: pointer;
  color: #21344d;
  font-family: "Sora", sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.45;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::marker {
  content: "";
}

.faq-item[open] summary {
  color: #197db6;
}

.faq-toggle {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  color: #607386;
}

.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, color 0.2s ease;
}

.faq-toggle::before {
  left: 1px;
  transform: translateY(-50%) rotate(45deg);
}

.faq-toggle::after {
  right: 1px;
  transform: translateY(-50%) rotate(-45deg);
}

.faq-item[open] .faq-toggle {
  color: #197db6;
}

.faq-item[open] .faq-toggle::before {
  transform: translateY(-50%) rotate(-45deg);
}

.faq-item[open] .faq-toggle::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq-answer {
  padding: 0 22px 22px;
  border-top: 1px solid rgba(21, 66, 115, 0.08);
}

.faq-answer p {
  margin: 16px 0 0;
  color: #617183;
  line-height: 1.72;
}

.legal-section {
  position: relative;
  background:
    linear-gradient(180deg, rgba(244, 249, 255, 0.92) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.legal-shell {
  display: grid;
  gap: 28px;
}

.legal-header {
  display: grid;
  gap: 18px;
  max-width: 900px;
}

.legal-header h2 {
  margin: 0;
  color: #203650;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 2.8vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.legal-header p {
  margin: 0;
  color: #5d6d81;
  line-height: 1.8;
}

.legal-document {
  display: grid;
  gap: 18px;
}

.legal-block {
  padding: 24px 26px;
  border-radius: 24px;
  border: 1px solid rgba(19, 69, 120, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 38px rgba(16, 41, 78, 0.08);
}

.legal-block h3 {
  margin: 0 0 14px;
  color: #1f6f9f;
  font-family: "Sora", sans-serif;
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}

.legal-block p {
  margin: 0;
  color: #5d6d81;
  line-height: 1.82;
}

.legal-list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.legal-list li {
  position: relative;
  padding-left: 18px;
  color: #5d6d81;
  line-height: 1.72;
}

.legal-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2291cb;
}

@media (max-width: 1180px) {
  .faq-shell {
    grid-template-columns: 1fr;
  }

  .faq-intro {
    position: static;
  }
}

@media (max-width: 860px) {
  .faq-intro {
    padding: 24px 20px;
  }

  .faq-item summary {
    padding: 16px 18px;
    font-size: 0.93rem;
  }

  .faq-answer {
    padding: 0 18px 18px;
  }

  .legal-block {
    padding: 20px 18px;
  }

  .legal-header h2 {
    font-size: 1.55rem;
  }
}

.project-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.project-card {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  overflow: hidden;
}

.project-media,
.project-media-placeholder {
  min-height: 0;
  aspect-ratio: 16 / 10;
  position: relative;
  overflow: hidden;
}

.project-media {
  background: #dfe9f5;
}

.project-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-media-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background:
    linear-gradient(135deg, rgba(246, 184, 29, 0.18), rgba(246, 184, 29, 0.02)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  color: var(--text);
  font-family: "Sora", sans-serif;
}

.project-media.project-media-tall,
.project-media-tall {
  aspect-ratio: 16 / 10;
}

.project-media.project-media-cover,
.project-media-cover {
  aspect-ratio: 16 / 10;
}

.project-cover-block {
  margin-bottom: 28px;
}

.project-cover-media,
.project-gallery-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: #ffffff;
  box-shadow: var(--shadow);
}

.image-preview-surface {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  cursor: zoom-in;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
}

.image-preview-surface img {
  transition: transform 0.22s ease, filter 0.22s ease;
}

.image-preview-surface:hover img {
  transform: scale(1.02);
  filter: saturate(1.02);
}

.project-cover-media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.project-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.project-gallery-grid-single {
  grid-template-columns: 1fr;
}

.project-gallery-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.image-preview-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 24px;
}

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

.image-preview-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(4, 10, 22, 0.82);
}

.image-preview-dialog {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: calc(100vw - 48px);
  max-height: calc(100vh - 48px);
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.image-preview-figure {
  margin: 0;
  display: grid;
  gap: 14px;
  justify-items: center;
}

.image-preview-figure img {
  width: auto;
  max-width: min(1080px, calc(100vw - 48px));
  max-height: calc(100vh - 150px);
  object-fit: contain;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.image-preview-caption {
  max-width: min(760px, calc(100vw - 72px));
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(11, 22, 39, 0.88);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.94rem;
  line-height: 1.5;
  text-align: center;
}

.image-preview-close {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(8, 18, 33, 0.86);
  color: #ffffff;
}

.image-preview-close span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.image-preview-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.image-preview-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.image-preview-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(8, 18, 33, 0.86);
  color: #ffffff;
  transform: translateY(-50%);
}

.image-preview-nav[hidden] {
  display: none;
}

.image-preview-nav-prev {
  left: -68px;
}

.image-preview-nav-next {
  right: -68px;
}

.image-preview-nav span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.image-preview-nav-prev span {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.image-preview-nav-next span {
  transform: translate(-65%, -50%) rotate(45deg);
}

body.image-preview-open {
  overflow: hidden;
}

.project-card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
}

.project-card-body .button-full,
.project-card-body .link-inline {
  margin-top: auto;
}

.project-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.project-status {
  color: var(--muted);
  font-size: 0.86rem;
}

.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  width: fit-content;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(110, 216, 156, 0.12);
  color: #b6f2cf;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.meta-list,
.bullet-list,
.footer-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.meta-list li,
.bullet-list li,
.footer-contact-list li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
}

.meta-list li + li,
.bullet-list li + li,
.footer-contact-list li + li {
  margin-top: 10px;
}

.meta-list li::before,
.bullet-list li::before,
.footer-contact-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: -104px;
  padding: 188px 0 112px;
  min-height: clamp(320px, 54vh, 460px);
  background:
    linear-gradient(180deg, rgba(7, 14, 24, 0.2) 0%, rgba(7, 14, 24, 0.58) 100%),
    linear-gradient(90deg, rgba(7, 14, 24, 0.5) 0%, rgba(7, 14, 24, 0.24) 42%, rgba(7, 14, 24, 0.56) 100%),
    url("alestasolarenerji.webp") center center / cover no-repeat;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(5, 11, 20, 0.08) 0%, rgba(5, 11, 20, 0.34) 100%);
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  max-width: min(900px, 100%);
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
}

.page-hero .page-hero-inner h1 {
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  color: #ffffff;
  text-shadow: 0 16px 40px rgba(0, 0, 0, 0.48);
}

.page-hero .page-hero-inner p,
.page-hero .catalog-intro-copy {
  max-width: min(76ch, 100%);
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.42);
}

.page-hero .section-kicker {
  color: #ffffff;
}

.page-hero .section-kicker::before {
  background: rgba(255, 255, 255, 0.56);
}

.page-hero .catalog-page-actions,
.page-hero .catalog-page-points {
  justify-content: center;
}

.page-hero .catalog-back-link,
.page-hero .catalog-panel-count,
.page-hero .catalog-page-points span {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  box-shadow: none;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.page-hero .catalog-back-link:hover {
  border-color: rgba(255, 255, 255, 0.34);
  color: #ffffff;
}

.project-page-hero-section {
  padding-top: 0;
}

.project-page-hero {
  max-width: min(1040px, 100%);
  display: grid;
  justify-items: center;
  align-content: center;
  text-align: center;
}

.project-page-hero h1 {
  max-width: 100%;
}

.project-page-hero p {
  max-width: min(78ch, 100%);
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.detail-metrics {
  margin-top: -24px;
}

.media-slot-grid {
  display: grid;
  gap: 16px;
}

.media-slot-card {
  padding: 22px;
}

.video-showcase-grid {
  display: grid;
  gap: 24px;
}

.video-showcase-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03));
  box-shadow: var(--shadow);
}

.video-showcase-player {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 0;
  padding: 0;
  border-radius: 26px;
  background: transparent;
}

.video-showcase-player video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: min(78vh, 760px);
  border-radius: 26px;
  background: transparent;
}

.video-showcase-copy {
  display: grid;
  gap: 14px;
}

.video-showcase-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (min-width: 861px) {
  .video-showcase-card {
    max-width: 940px;
    margin-inline: auto;
  }

  .video-showcase-player video {
    width: auto;
    max-width: min(100%, 560px);
    max-height: min(68vh, 560px);
  }

  .video-library-main .video-showcase-player {
    width: 100%;
    max-width: 560px;
    min-height: 315px;
    height: 315px;
    margin-inline: auto;
  }

  .video-library-main .video-showcase-player video {
    width: auto;
    max-width: 100%;
    max-height: 100%;
  }

  .video-library-main .video-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .video-library-main .video-showcase-card {
    max-width: none;
    width: 100%;
    margin-inline: 0;
    height: 100%;
    grid-template-rows: auto 1fr;
    min-height: 720px;
  }

  .video-library-main .video-showcase-copy {
    min-height: 0;
    height: 100%;
    align-content: start;
    grid-template-rows: auto minmax(0, 7.2rem) minmax(0, 6.8rem) auto;
  }

  .video-library-main .video-showcase-copy h3,
  .video-library-main .video-showcase-copy p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .video-library-main .video-showcase-copy h3 {
    -webkit-line-clamp: 3;
  }

  .video-library-main .video-showcase-copy p {
    -webkit-line-clamp: 4;
  }

  .video-library-main .video-showcase-actions {
    margin-top: auto;
  }
}

.video-showcase-copy .section-kicker {
  margin-bottom: 0;
}

.video-showcase-copy h3 {
  margin: 0;
  color: var(--text);
  font-family: "Sora", sans-serif;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.video-showcase-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.contact-grid {
  align-items: start;
  gap: 28px;
}

.contact-section {
  padding-top: 42px;
}

.contact-page-hero {
  display: grid;
  gap: 24px;
}

.contact-highlight-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 6px;
}

.contact-highlight-card {
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(24, 62, 111, 0.1);
  background:
    linear-gradient(180deg, rgba(247, 251, 255, 0.98) 0%, rgba(239, 247, 255, 0.96) 100%);
  box-shadow: 0 16px 36px rgba(17, 36, 71, 0.06);
}

.contact-highlight-card strong {
  display: block;
  color: #20354f;
  font-family: "Sora", sans-serif;
  font-size: 0.98rem;
}

.contact-highlight-card span {
  display: block;
  margin-top: 8px;
  color: #667688;
  font-size: 0.92rem;
  line-height: 1.55;
}

.page-hero .contact-highlight-strip {
  width: min(100%, 1040px);
  margin-top: 14px;
}

.page-hero .contact-highlight-card {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.08) 100%);
  box-shadow: 0 18px 36px rgba(4, 10, 19, 0.18);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.page-hero .contact-highlight-card strong {
  color: #ffffff;
}

.page-hero .contact-highlight-card span {
  color: rgba(255, 255, 255, 0.74);
}

.home-project-copy h1,
.home-project-summary,
.home-project-stage-meta span,
.home-project-kicker,
.home-project-rail-caption strong,
.partnership-collage-label {
  text-shadow: 0 12px 32px rgba(0, 0, 0, 0.42);
}

.partnership-collage-card::after {
  height: 52%;
  background: linear-gradient(180deg, rgba(8, 20, 36, 0) 0%, rgba(8, 20, 36, 0.82) 100%);
}

.dealer-showcase {
  margin-bottom: 28px;
  padding: 34px;
  border-radius: 32px;
  border: 1px solid rgba(22, 68, 121, 0.12);
  background:
    radial-gradient(circle at top left, rgba(245, 188, 43, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(248, 251, 255, 0.98) 100%);
  box-shadow: 0 24px 54px rgba(18, 38, 73, 0.08);
  display: grid;
  gap: 24px;
}

.dealer-showcase-header {
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
}

.dealer-showcase-logo {
  width: min(100%, 360px);
  max-height: 120px;
  object-fit: contain;
}

.dealer-showcase-title-group {
  display: grid;
  gap: 10px;
}

.dealer-showcase-title-group h2 {
  margin: 0;
  color: #1e2f49;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.7rem, 2.6vw, 2.6rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.dealer-showcase-region {
  margin: 0;
  color: #173f74;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.dealer-showcase-company {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  gap: 14px;
  max-width: 100%;
  padding: 16px 20px;
  border-radius: 18px;
  border: 1px solid rgba(29, 99, 173, 0.16);
  background: linear-gradient(135deg, rgba(240, 247, 255, 0.96), rgba(233, 244, 255, 0.9));
  color: #1f5ea6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.dealer-showcase-company strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: clamp(0.98rem, 1.6vw, 1.15rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.dealer-showcase-company-icon,
.dealer-showcase-detail-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-strong);
}

.dealer-showcase-company-icon svg,
.dealer-showcase-detail-icon svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dealer-showcase-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.dealer-showcase-detail {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  padding: 22px 24px;
  border-radius: 22px;
  border: 1px solid rgba(22, 68, 121, 0.1);
  background: rgba(255, 255, 255, 0.92);
}

.dealer-showcase-detail-body {
  display: grid;
  gap: 8px;
}

.dealer-showcase-detail-label {
  color: var(--accent-strong);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dealer-showcase-detail-body a,
.dealer-showcase-detail-body p {
  margin: 0;
  color: #20354f;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.65;
}

.dealer-showcase-detail-body p {
  font-weight: 600;
}

.partnership-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 34px;
  align-items: start;
}

.partnership-copy-column {
  display: grid;
  gap: 24px;
  min-width: 0;
}

.partnership-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.partnership-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(23, 79, 132, 0.1);
  background: rgba(255, 255, 255, 0.88);
  color: #1c5f9f;
  font-family: "Sora", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  box-shadow: 0 14px 36px rgba(18, 38, 73, 0.06);
}

.partnership-copy-head {
  display: grid;
  gap: 14px;
  max-width: 760px;
}

.partnership-copy-head h2 {
  margin: 0;
  color: #1d2d44;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.partnership-statement-card {
  display: grid;
  gap: 18px;
  padding: 28px 30px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.98));
  border: 1px solid rgba(24, 62, 111, 0.1);
  box-shadow: 0 22px 52px rgba(17, 36, 71, 0.08);
}

.partnership-statement-card p {
  margin: 0;
  color: #465b73;
  font-size: 1rem;
  line-height: 1.9;
}

.partnership-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.partnership-detail-card {
  display: grid;
  gap: 10px;
  padding: 22px 22px 24px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(24, 62, 111, 0.1);
  box-shadow: 0 18px 42px rgba(17, 36, 71, 0.06);
}

.partnership-detail-label {
  color: #1c76bc;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.partnership-detail-card strong {
  color: #1d2d44;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  line-height: 1.35;
}

.partnership-detail-card p {
  margin: 0;
  color: #607286;
  line-height: 1.72;
}

.partnership-collage {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
}

.partnership-collage-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(24, 62, 111, 0.1);
  box-shadow: 0 22px 54px rgba(17, 36, 71, 0.08);
  background: #ffffff;
}

.partnership-collage-card-main {
  grid-row: 1 / 3;
}

.partnership-collage-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.partnership-collage-card-main img {
  aspect-ratio: 4 / 5;
}

.partnership-collage-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(8, 20, 36, 0) 0%, rgba(8, 20, 36, 0.62) 100%);
  pointer-events: none;
}

.partnership-collage-label {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.4;
}

.partnership-cta {
  background:
    radial-gradient(circle at top left, rgba(46, 151, 208, 0.14), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.98));
}

.dealer-contact-fab {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 180;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 104px;
  height: 104px;
  border: 0;
  border-radius: 26px;
  background: linear-gradient(180deg, #1f9ee4 0%, #1689cf 100%);
  color: #ffffff;
  box-shadow:
    0 16px 34px rgba(24, 110, 179, 0.24),
    0 0 0 4px rgba(255, 255, 255, 0.82);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dealer-contact-fab:hover {
  transform: translateY(-2px);
  box-shadow:
    0 22px 42px rgba(24, 110, 179, 0.28),
    0 0 0 4px rgba(255, 255, 255, 0.9);
}

.dealer-contact-fab span:last-child {
  font-family: "Sora", sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
}

.dealer-contact-fab-icon,
.dealer-contact-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dealer-contact-fab-icon svg,
.dealer-contact-link-icon svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dealer-contact-link-icon-whatsapp svg {
  transform: translateY(-1.5px);
}

.dealer-contact-overlay {
  position: fixed;
  inset: 0;
  z-index: 185;
  border: 0;
  background: rgba(12, 24, 43, 0.34);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.dealer-contact-overlay[hidden],
.dealer-contact-panel[hidden] {
  display: none;
}

.dealer-contact-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.dealer-contact-panel {
  position: fixed;
  right: 28px;
  bottom: 144px;
  z-index: 190;
  width: min(360px, calc(100vw - 36px));
  max-height: min(480px, calc(100vh - 140px));
  max-height: min(480px, calc(100dvh - 140px));
  padding: 22px;
  overflow: auto;
  border-radius: 26px;
  border: 1px solid rgba(24, 91, 157, 0.14);
  background:
    radial-gradient(circle at top right, rgba(31, 158, 228, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 250, 255, 0.97));
  box-shadow: 0 26px 56px rgba(19, 46, 83, 0.18);
  transform: translateY(14px) scale(0.98);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.dealer-contact-panel.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.dealer-contact-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, #1f9ee4 0%, #1689cf 100%);
  box-shadow: 0 14px 30px rgba(24, 110, 179, 0.2);
  color: #ffffff;
  cursor: pointer;
}

.dealer-contact-close span {
  position: absolute;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.dealer-contact-close span:first-child {
  transform: rotate(45deg);
}

.dealer-contact-close span:last-child {
  transform: rotate(-45deg);
}

.dealer-contact-panel-head {
  display: grid;
  gap: 8px;
  padding-right: 48px;
  padding-bottom: 14px;
  border-bottom: 3px solid rgba(25, 143, 214, 0.18);
}

.dealer-contact-panel-kicker {
  color: var(--accent-strong);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dealer-contact-panel-head h2 {
  margin: 0;
  color: #243247;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.dealer-contact-panel-head p {
  margin: 0;
  color: #66778d;
  font-size: 0.95rem;
  line-height: 1.55;
}

.dealer-contact-panel-body {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.dealer-contact-panel-section {
  display: grid;
  gap: 10px;
}

.dealer-contact-panel-section h3 {
  margin: 0;
  color: #29384e;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
}

.dealer-contact-link-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(22, 68, 121, 0.1);
  background: rgba(255, 255, 255, 0.94);
  color: #5f7086;
  font-size: 0.96rem;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.dealer-contact-link-card:hover {
  color: #24415f;
}

.dealer-contact-hours-grid {
  display: grid;
  gap: 12px;
}

.dealer-contact-hours-grid-compact {
  gap: 10px;
}

.dealer-contact-hours-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(22, 68, 121, 0.08);
  background: rgba(255, 255, 255, 0.9);
}

.dealer-contact-hours-card strong {
  color: #2c3b4f;
  font-size: 0.92rem;
}

.dealer-contact-hours-card span {
  color: var(--accent-strong);
  font-size: 0.92rem;
  font-weight: 800;
}

body.dealer-contact-open {
  overflow: hidden;
}

.contact-info {
  display: grid;
  gap: 18px;
  align-content: start;
}

.contact-info-head {
  display: grid;
  gap: 10px;
}

.contact-info h2 {
  margin: 0;
  color: #20354f;
}

.contact-intro-text {
  margin: 0;
  color: #627183;
  line-height: 1.74;
}

.contact-card-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 0;
}

.contact-card {
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  min-height: 148px;
}

.contact-label {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--accent-strong);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-card a {
  font-weight: 700;
}

.contact-social-section {
  display: grid;
  gap: 12px;
}

.contact-social-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.contact-social-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 24px;
  border: 1px solid rgba(24, 62, 111, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
  color: #5f7086;
  text-decoration: none;
  transition: border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease, color 0.22s ease;
}

.contact-social-card:hover {
  color: #24415f;
  border-color: rgba(24, 62, 111, 0.16);
  box-shadow: 0 18px 30px rgba(20, 52, 93, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  transform: translateY(-2px);
}

.contact-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  color: var(--accent-strong);
  background: rgba(29, 136, 218, 0.08);
}

.contact-social-icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-social-body {
  display: grid;
  gap: 4px;
}

.contact-social-body strong {
  color: #223750;
  font-size: 1rem;
  line-height: 1.2;
}

.contact-social-body span {
  color: #6a7b91;
  font-size: 0.92rem;
  line-height: 1.45;
}

.hours-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.hours-list li {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(24, 62, 111, 0.08);
  background: #f8fbff;
}

.hours-list li::before {
  content: none;
}

.hours-list-day {
  color: #22364d;
  font-weight: 700;
}

.hours-list-time {
  color: var(--accent-strong);
  font-family: "Sora", sans-serif;
  font-weight: 700;
  justify-self: end;
}

@media (max-width: 520px) {
  .hours-list li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hours-list-time {
    justify-self: start;
  }
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 30px;
  border-radius: var(--radius-lg);
  background: var(--panel-strong);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.form-intro {
  display: grid;
  gap: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(20, 66, 119, 0.08);
}

.form-intro h2 {
  margin: 0;
  color: #20354f;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.55rem, 2vw, 2.1rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.form-intro p {
  margin: 0;
  color: #657486;
  line-height: 1.7;
}

.field {
  display: grid;
  gap: 10px;
}

.field span {
  font-weight: 700;
}

.field-full,
.form-actions {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  padding: 14px 16px;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(246, 184, 29, 0.6);
  background: rgba(255, 255, 255, 0.05);
}

.contact-form textarea {
  resize: vertical;
  min-height: 150px;
}

.contact-form ::placeholder {
  color: #83938d;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
}

.form-status {
  margin: 0;
  color: var(--muted);
}

.form-banner {
  margin-top: 18px;
  padding: 16px 18px;
}

.form-banner strong {
  display: block;
  margin-bottom: 6px;
}

.form-banner-success {
  border-color: rgba(110, 216, 156, 0.3);
  background: rgba(110, 216, 156, 0.08);
}

.form-banner-warning {
  border-color: rgba(255, 208, 122, 0.35);
  background: rgba(255, 208, 122, 0.08);
}

.form-banner-error {
  border-color: rgba(255, 143, 122, 0.34);
  background: rgba(255, 143, 122, 0.08);
}

.career-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 38px;
  align-items: start;
}

.career-copy-column {
  display: grid;
  gap: 24px;
  padding-top: 10px;
}

.career-copy-column h1 {
  margin: 0;
  max-width: 15ch;
  color: #20354f;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.career-copy-divider {
  width: 100%;
  max-width: 720px;
  height: 1px;
  background: rgba(25, 61, 111, 0.16);
}

.career-copy-body {
  display: grid;
  gap: 18px;
  max-width: 760px;
}

.career-copy-body p {
  margin: 0;
  color: #4f6277;
  font-size: 1.05rem;
  line-height: 1.8;
}

.career-highlight-list {
  display: grid;
  gap: 12px;
  max-width: 700px;
}

.career-highlight-chip {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(24, 62, 111, 0.1);
  box-shadow: 0 16px 36px rgba(17, 36, 71, 0.05);
}

.career-highlight-chip span {
  width: 10px;
  height: 10px;
  margin-top: 0.38rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #f6b81d 0%, #198fd6 100%);
}

.career-highlight-chip strong {
  color: #24415f;
  font-size: 0.98rem;
}

.career-role-grid {
  display: grid;
  gap: 16px;
  max-width: 760px;
}

.career-role-card {
  padding: 22px 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(24, 62, 111, 0.1);
  box-shadow: 0 18px 38px rgba(17, 36, 71, 0.05);
}

.career-role-card h3 {
  margin: 0 0 10px;
  color: #1f334c;
  font-family: "Sora", sans-serif;
  font-size: 1.08rem;
}

.career-role-card p {
  margin: 0;
  color: #5b6c80;
  line-height: 1.7;
}

.career-form-column {
  min-width: 0;
}

.career-form-card {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 22px;
  padding: 30px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(24, 62, 111, 0.1);
  box-shadow: 0 22px 48px rgba(17, 36, 71, 0.08);
}

.career-form-head {
  display: grid;
  gap: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(20, 66, 119, 0.08);
}

.career-form-head h2 {
  margin: 0;
  color: #20354f;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.7rem, 2vw, 2.3rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.career-form-head p {
  margin: 0;
  color: #667789;
  line-height: 1.7;
}

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

.career-form input,
.career-form select,
.career-form textarea {
  width: 100%;
  border: 1px solid rgba(20, 66, 119, 0.12);
  border-radius: 16px;
  background: #f8fbff;
  color: #243245;
  padding: 14px 16px;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.career-form input:focus,
.career-form select:focus,
.career-form textarea:focus {
  border-color: rgba(25, 143, 214, 0.55);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(25, 143, 214, 0.08);
}

.career-form textarea {
  resize: vertical;
  min-height: 150px;
}

.career-form ::placeholder {
  color: #7a8797;
}

.career-upload-field small {
  color: #6d7c8d;
  font-size: 0.82rem;
  line-height: 1.6;
}

.career-consent-list {
  display: grid;
  gap: 14px;
}

.career-consent-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(24, 62, 111, 0.08);
  background: rgba(244, 249, 255, 0.92);
}

.career-consent-item input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #198fd6;
}

.career-consent-item span {
  color: #58697b;
  font-size: 0.94rem;
  line-height: 1.7;
}

.career-consent-item strong {
  color: #20354f;
}

.career-consent-item a {
  font-weight: 700;
}

.map-placeholder,
.map-frame {
  padding: 32px;
}

.map-actions {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 18px;
}

.map-section-head {
  display: grid;
  gap: 16px;
  margin-bottom: 24px;
  max-width: 760px;
}

.map-section-head h2 {
  margin: 0;
  color: #213650;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  line-height: 1.1;
}

.map-section-head p {
  margin: 0;
  color: #667688;
  line-height: 1.72;
}

.map-frame iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: 22px;
}

.cta-band {
  padding-top: 24px;
}

.cta-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 32px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(246, 184, 29, 0.18), rgba(110, 216, 156, 0.14)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
}

.cta-band-copy {
  display: grid;
  gap: 10px;
}

.cta-band-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
  width: min(100%, 220px);
}

.cta-band-actions .button {
  width: 100%;
  min-height: 70px;
  padding: 0 28px;
  justify-content: center;
  font-size: 1rem;
}

.site-footer {
  padding: 40px 0 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 12, 11, 0.72);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(220px, 1fr));
  gap: 24px;
}

.footer-column h3 {
  margin-top: 0;
  font-family: "Sora", sans-serif;
}

.footer-links {
  display: grid;
  gap: 12px;
}

.footer-links a {
  color: var(--muted);
  font-weight: 700;
}

.footer-social {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.footer-social-title {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.footer-social-link:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.24);
  color: #ffffff;
  transform: translateY(-1px);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
  font-size: 0.92rem;
}

.honeypot-field {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  opacity: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  pointer-events: none;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-scene-copy[data-reveal] {
  transform: translate(-50%, 18px);
}

.hero-scene-copy[data-reveal].is-visible {
  transform: translate(-50%, 0);
}

@media (max-width: 1080px) {
  .hero-grid,
  .split-section,
  .contact-grid,
  .product-showcase-grid,
  .footer-grid,
  .project-grid,
  .project-gallery-grid,
  .card-grid-4,
  .card-grid-3,
  .workflow-grid,
  .timeline-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-copy h1 {
    max-width: none;
  }

  .hero-visual {
    min-height: 460px;
  }

  .contact-highlight-strip {
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .services-page-shell,
  .services-detail-layout {
    grid-template-columns: 1fr;
  }

  .services-sidebar-card {
    position: static;
  }

  .career-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .career-copy-column {
    order: 2;
  }

  .career-form-column {
    order: 1;
  }

  .career-form-card {
    position: static;
  }
}

@media (max-width: 860px) {
  body {
    padding-top: 84px;
  }

  .header-shell {
    min-height: 84px;
  }

  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
    position: relative;
    z-index: 41;
  }

  .nav-toggle span,
  .mobile-nav-close span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    margin: 0 auto;
  }

  .contact-highlight-card {
    padding: 16px 18px;
  }

  .form-intro h2 {
    font-size: 1.45rem;
  }

  .service-card {
    padding: 22px 18px 20px;
  }

  .nav-overlay {
    position: fixed;
    inset: 0;
    display: block;
    border: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 39;
  }

  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(86vw, 360px);
    padding: 24px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 22px;
    background: rgba(11, 18, 16, 0.98);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    transform: translateX(100%);
    transition: transform 0.25s ease;
    z-index: 40;
  }

  .mobile-nav-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .mobile-nav-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: transparent;
    color: var(--text);
    position: relative;
  }

  .mobile-nav-close span:first-child {
    transform: rotate(45deg);
    position: absolute;
  }

  .mobile-nav-close span:last-child {
    transform: rotate(-45deg);
    position: absolute;
  }

  .site-nav-links,
  .site-nav-actions {
    display: grid;
  }

  .site-nav-links a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  body.nav-open {
    overflow: hidden;
  }

  body.nav-open .site-nav {
    transform: translateX(0);
  }

  .site-nav.is-open {
    transform: translateX(0);
  }

  body.nav-open .nav-overlay {
    opacity: 1;
    pointer-events: auto;
  }

  .nav-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .hero-grid,
  .split-section,
  .contact-grid,
  .product-showcase-grid,
  .project-gallery-grid,
  .project-grid,
  .card-grid-4,
  .card-grid-3,
  .workflow-grid,
  .timeline-grid,
  .footer-grid,
  .detail-metrics {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 8px;
  }

  .hero-visual {
    min-height: 420px;
  }

  .contact-card-list {
    grid-template-columns: 1fr;
  }

  .contact-social-list {
    grid-template-columns: 1fr;
  }

  .hero-panel-primary {
    top: 34px;
    left: 24px;
  }

  .hero-panel-secondary {
    right: 24px;
    bottom: 102px;
  }

  .hero-chip-stack {
    left: 24px;
    right: 24px;
    max-width: none;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .services-page-intro h1 {
    max-width: none;
  }

  .services-page-index-card,
  .services-sidebar-card,
  .service-detail-card {
    padding: 22px 20px;
    border-radius: 24px;
  }

  .career-copy-column h1 {
    max-width: none;
  }

  .career-form {
    grid-template-columns: 1fr;
  }

  .career-form-card {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .dealer-showcase {
    padding: 28px 22px;
  }

  .dealer-showcase-company {
    justify-self: stretch;
  }

  .dealer-showcase-details {
    grid-template-columns: 1fr;
  }

  .partnership-showcase {
    grid-template-columns: 1fr;
  }

  .partnership-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partnership-collage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .partnership-collage-card-main {
    grid-row: auto;
    grid-column: 1 / -1;
  }

  .partnership-collage-card-main img {
    aspect-ratio: 16 / 10;
  }

  .dealer-contact-fab {
    right: 20px;
    bottom: 20px;
    width: 96px;
    height: 96px;
    border-radius: 24px;
  }

  .dealer-contact-panel {
    right: 20px;
    bottom: 128px;
    width: min(340px, calc(100vw - 28px));
    max-height: min(440px, calc(100vh - 132px));
    max-height: min(440px, calc(100dvh - 132px));
    padding: 20px;
  }

  .field-full,
  .form-actions {
    grid-column: auto;
  }

  .cta-band-inner,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100vw - 28px, 100%);
  }

  .section {
    padding: 72px 0;
  }

  .hero-copy h1,
  .page-hero-inner h1 {
    font-size: clamp(2.2rem, 13vw, 3.2rem);
  }

  .hero-panel {
    max-width: 210px;
  }

  .hero-panel strong {
    font-size: 1rem;
  }

  .project-card-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .button,
  .button-small {
    width: 100%;
  }

  .services-page-index-card,
  .services-sidebar-card,
  .service-detail-card {
    padding: 18px 16px;
    border-radius: 22px;
  }

  .services-page-index-link {
    padding: 12px 14px;
  }

  .career-form-card {
    padding: 20px 16px;
  }

  .career-role-card,
  .career-highlight-chip,
  .career-consent-item {
    padding: 16px;
  }

  .dealer-showcase {
    padding: 24px 18px;
    border-radius: 26px;
  }

  .dealer-showcase-company {
    padding: 14px 16px;
    align-items: flex-start;
  }

  .dealer-showcase-detail {
    padding: 18px;
  }

  .partnership-statement-card {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .partnership-detail-grid,
  .partnership-collage {
    grid-template-columns: 1fr;
  }

  .partnership-collage-card,
  .partnership-collage-card-main {
    grid-column: auto;
  }

  .partnership-collage-card img,
  .partnership-collage-card-main img {
    aspect-ratio: 16 / 11;
  }

  .dealer-contact-fab {
    right: 14px;
    bottom: 14px;
    width: 84px;
    height: 84px;
    gap: 6px;
    border-radius: 22px;
  }

  .dealer-contact-fab span:last-child {
    font-size: 0.76rem;
  }

  .dealer-contact-fab-icon svg {
    width: 22px;
    height: 22px;
  }

  .dealer-contact-panel {
    right: 14px;
    left: 14px;
    bottom: 108px;
    width: auto;
    max-height: min(360px, calc(100vh - 120px));
    max-height: min(360px, calc(100dvh - 120px));
    padding: 18px 16px 16px;
    border-radius: 24px;
  }

  .dealer-contact-panel-head {
    padding-right: 48px;
  }

  .dealer-contact-link-card,
  .dealer-contact-hours-card {
    padding: 15px 16px;
  }

  .dealer-contact-hours-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-actions {
    display: grid;
  }
}

/* Reference-inspired light corporate override */

:root {
  --bg: #f6f8fc;
  --bg-soft: #eef4fb;
  --panel: #ffffff;
  --panel-strong: #ffffff;
  --panel-muted: rgba(33, 101, 170, 0.06);
  --text: #263240;
  --muted: #5f6f82;
  --line: rgba(26, 58, 104, 0.12);
  --accent: #198fd6;
  --accent-strong: #167fc0;
  --accent-soft: rgba(25, 143, 214, 0.12);
  --green: #198fd6;
  --danger: #d36464;
  --warning: #d69d32;
  --shadow: 0 18px 50px rgba(18, 38, 77, 0.08);
  --container: min(1460px, calc(100vw - 56px));
}

body {
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(25, 143, 214, 0.08), transparent 24%),
    linear-gradient(180deg, #f6f8fc 0%, #ffffff 48%, #f5f8fc 100%);
  padding-top: 72px;
}

.section {
  padding: 96px 0;
}

.section-tinted {
  background: linear-gradient(180deg, #f5f8fd 0%, #edf3fa 100%);
}

.section-kicker {
  color: var(--accent);
}

.section-heading h2,
.page-hero-inner h1,
.hero-copy h1,
.cta-band-inner h2,
.section-copy h2,
.footer-brand h2,
.product-card h2,
.project-card h2 {
  color: #1d2d44;
}

.site-header {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(19, 62, 117, 0.08);
}

.header-shell {
  min-height: 92px;
  gap: 18px;
}

.brand {
  flex-shrink: 0;
  gap: 8px;
  max-width: 300px;
}

.brand-mark {
  width: 42px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.brand-mark-grid {
  display: block;
  width: 10px;
  height: 16px;
  background: linear-gradient(180deg, #21a4ea, #0f7fc5);
  border-radius: 2px;
  transform: skewX(24deg);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.brand-mark-grid-two {
  height: 14px;
}

.brand-mark-grid-three {
  height: 12px;
}

.brand-copy {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}

.brand-copy strong,
.brand-copy span {
  font-family: "Sora", sans-serif;
  letter-spacing: -0.04em;
  color: var(--accent);
}

.brand-copy strong {
  font-size: 2rem;
  font-weight: 700;
}

.brand-copy span {
  font-size: 1.18rem;
  font-weight: 600;
}

.site-nav {
  flex: 1;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
}

.site-nav-links {
  gap: 0;
  flex: 1;
  justify-content: flex-end;
  min-width: 0;
  position: relative;
}

.nav-item {
  position: relative;
  flex: 0 0 auto;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 72px;
  padding: 0 8px;
  color: #465363;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-link:hover,
.nav-link[aria-current="page"] {
  color: #233246;
}

.site-nav-links a[aria-current="page"]::after {
  display: none;
}

.nav-caret {
  width: 9px;
  height: 9px;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transform-origin: center;
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 240px;
  padding: 10px;
  display: grid;
  gap: 2px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(18, 62, 112, 0.1);
  border-radius: 18px;
  box-shadow: 0 22px 50px rgba(17, 36, 71, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: var(--dropdown-transform-closed, translateY(6px));
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.nav-dropdown > a {
  display: block;
  padding: 11px 12px;
  border-radius: 12px;
  color: #4c5d72;
  font-weight: 600;
}

.nav-dropdown > a:hover {
  background: rgba(25, 143, 214, 0.08);
  color: #1e436a;
}

.nav-item.has-dropdown:not(.nav-item-toggle-only):hover .nav-dropdown,
.nav-item.has-dropdown:not(.nav-item-toggle-only):focus-within .nav-dropdown,
.nav-item.has-dropdown.is-open .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: var(--dropdown-transform-open, translateY(0));
}

.nav-item.has-dropdown.is-open .nav-caret {
  transform: rotate(225deg) translateY(2px);
}

.nav-item-mega {
  position: static;
}

.nav-dropdown-mega {
  top: calc(100% + 10px);
  left: 50%;
  width: min(980px, calc(100vw - 56px));
  min-width: 0;
  padding: 22px 26px;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  border-radius: 22px;
  --dropdown-transform-closed: translate(-50%, 6px);
  --dropdown-transform-open: translate(-50%, 0);
}

.nav-dropdown-mega-grid-only {
  width: min(1320px, calc(100vw - 36px));
  padding: 34px 42px;
  grid-template-columns: 1fr;
}

.nav-dropdown-products {
  width: min(980px, calc(100vw - 96px));
  padding: 18px 20px;
}

.nav-mega-side {
  display: grid;
  gap: 6px;
  align-content: start;
  padding-right: 22px;
  border-right: 1px solid rgba(18, 62, 112, 0.12);
}

.nav-mega-side-link {
  display: block;
  padding: 5px 0;
  color: #344558;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.45;
}

.nav-mega-side-link:hover {
  color: #1e436a;
}

.nav-mega-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(112px, 1fr));
  gap: 16px 18px;
  align-items: start;
}

.nav-dropdown-mega-grid-only .nav-mega-grid {
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 44px 68px;
}

.nav-dropdown-products .nav-mega-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 26px;
}

.nav-mega-card {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 10px;
  min-height: 92px;
  padding: 10px 8px;
  border-radius: 16px;
  color: #233246;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.nav-dropdown-mega-grid-only .nav-mega-card {
  min-height: 138px;
  gap: 18px;
  padding: 10px 12px;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.nav-dropdown-products .nav-mega-card {
  min-height: 78px;
  gap: 8px;
  padding: 6px 6px;
  font-size: 0.76rem;
  line-height: 1.18;
}

.nav-mega-card:hover {
  background: rgba(25, 143, 214, 0.08);
  color: #1e436a;
  transform: translateY(-2px);
}

.nav-mega-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #1c98dc;
}

.nav-dropdown-mega-grid-only .nav-mega-icon {
  width: 62px;
  height: 62px;
}

.nav-dropdown-products .nav-mega-icon {
  width: 34px;
  height: 34px;
}

.nav-mega-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-item-language {
  display: flex;
  align-items: center;
  margin-left: 6px;
}

.language-dropdown {
  position: relative;
}

.language-current {
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(20, 70, 120, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #20354e;
  font-family: "Sora", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.language-current::-webkit-details-marker {
  display: none;
}

.language-dropdown[open] .language-current,
.language-current:hover {
  border-color: rgba(29, 120, 184, 0.26);
  box-shadow: 0 14px 30px rgba(15, 63, 107, 0.12);
}

.language-caret {
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.18s ease;
}

.language-dropdown[open] .language-caret {
  transform: rotate(-135deg) translateY(-1px);
}

.language-menu {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  z-index: 30;
  min-width: 186px;
  padding: 10px;
  border: 1px solid rgba(32, 77, 120, 0.14);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(12, 37, 68, 0.18);
}

.language-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 28px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-top: 1px solid rgba(32, 77, 120, 0.14);
  border-left: 1px solid rgba(32, 77, 120, 0.14);
  transform: rotate(45deg);
}

.language-menu-item {
  display: block;
  padding: 12px 14px;
  border-radius: 10px;
  color: #304458;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease;
}

.language-menu-item:hover {
  background: rgba(25, 149, 218, 0.08);
  color: #133654;
}

.language-menu-item.is-active {
  background: linear-gradient(135deg, #1e73ff 0%, #1f89ff 100%);
  color: #ffffff;
}

.language-menu-item[lang="ar"] {
  font-family: "Segoe UI", Tahoma, sans-serif;
}

.site-nav-actions {
  display: none;
}

.button-primary {
  background: linear-gradient(135deg, #1995da 0%, #1ea6ea 100%);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(21, 134, 202, 0.16);
}

.button-secondary {
  color: #1b3655;
  border-color: rgba(25, 83, 145, 0.16);
  background: #ffffff;
}

.hero-showcase {
  padding: 0 0 18px;
}

.hero-scene {
  padding: 34px 0 0;
  background:
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.hero-scene-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-top: 40px;
  padding-bottom: 32px;
}

.hero-poster {
  position: relative;
  width: min(100%, 1240px);
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.hero-poster img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-scene-copy {
  position: absolute;
  top: 8%;
  left: 46%;
  width: min(70%, 900px);
  transform: translateX(-50%);
  padding: 0;
  color: #ffffff;
  text-align: center;
  z-index: 2;
}

.hero-mini-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-mini-title::before {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
}

.hero-scene-copy h1 {
  margin: 0 0 18px;
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: clamp(3.2rem, 6vw, 6.6rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  text-shadow: 0 6px 24px rgba(8, 20, 41, 0.28);
}

.hero-scene-copy p {
  margin: 0;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.02rem;
  margin-inline: auto;
  text-shadow: 0 3px 12px rgba(8, 20, 41, 0.18);
}

.hero-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 26px;
  justify-content: center;
}

.hero-inline-link {
  position: relative;
  color: #ffffff;
  font-size: 0.96rem;
  font-weight: 700;
}

.hero-inline-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: rgba(255, 255, 255, 0.42);
}

.hero-floating-stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(980px, calc(100vw - 100px));
  margin: 0 auto;
}

.hero-floating-card {
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(26, 61, 112, 0.1);
  box-shadow: 0 20px 44px rgba(18, 43, 82, 0.12);
}

.hero-floating-card strong {
  display: block;
  color: #203550;
  font-family: "Sora", sans-serif;
  font-size: 1.02rem;
}

.hero-floating-card span {
  display: block;
  margin-top: 6px;
  color: #6b7a8b;
  font-size: 0.92rem;
}

.feature-card,
.stacked-card,
.product-card,
.project-card,
.workflow-card,
.timeline-card,
.contact-card,
.media-slot-card,
.map-placeholder,
.form-banner {
  background: #ffffff;
  border: 1px solid rgba(24, 62, 111, 0.1);
  box-shadow: 0 18px 38px rgba(17, 36, 71, 0.06);
}

.card-index {
  background: rgba(25, 143, 214, 0.1);
  color: var(--accent-strong);
}

.project-media-placeholder {
  background:
    linear-gradient(135deg, rgba(17, 81, 142, 0.15), rgba(20, 90, 158, 0.05)),
    linear-gradient(180deg, #edf4fc 0%, #d9e8f8 100%);
  color: #264267;
}

.project-media {
  background: #edf4fc;
}

.tag {
  background: rgba(20, 126, 193, 0.1);
  color: #186aa4;
}

.contact-form {
  background: #ffffff;
  border: 1px solid rgba(24, 62, 111, 0.1);
  box-shadow: 0 18px 40px rgba(17, 36, 71, 0.08);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  border: 1px solid rgba(20, 66, 119, 0.12);
  background: #f8fbff;
  color: #243245;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(25, 143, 214, 0.55);
  background: #ffffff;
}

.contact-form ::placeholder {
  color: #7a8797;
}

.cta-band-inner {
  background:
    linear-gradient(135deg, rgba(18, 96, 165, 0.12), rgba(35, 166, 227, 0.08)),
    #f7fbff;
  border: 1px solid rgba(24, 62, 111, 0.1);
  box-shadow: 0 18px 40px rgba(17, 36, 71, 0.07);
}

.site-footer {
  background: linear-gradient(180deg, #10223d 0%, #0b1a31 100%);
  border-top: 0;
}

.site-footer,
.site-footer h2,
.site-footer h3,
.site-footer a,
.site-footer span,
.site-footer li,
.site-footer p {
  color: rgba(255, 255, 255, 0.9);
}

.footer-bottom,
.footer-brand p,
.footer-links a,
.footer-contact-list li {
  color: rgba(255, 255, 255, 0.68);
}

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

  .catalog-section-head {
    grid-template-columns: 1fr;
  }

  .catalog-section-cover img {
    aspect-ratio: 16 / 9;
  }

  .catalog-product-card,
  .catalog-product-card-panel {
    grid-template-columns: 1fr;
  }

  .catalog-product-media img {
    aspect-ratio: 16 / 10;
  }

  .catalog-panel-cover img {
    aspect-ratio: 16 / 5.4;
  }

  .catalog-product-body-panel {
    padding: 4px 2px 2px;
  }
}

@media (max-width: 1240px) {
  .brand-copy strong {
    font-size: 1.8rem;
  }

  .brand-copy span {
    font-size: 1.05rem;
  }

  .nav-link {
    font-size: 0.9rem;
    padding: 0 8px;
  }

  .hero-scene-copy {
    left: 48%;
    width: min(92%, 700px);
  }
}

@media (max-width: 980px) {
  .site-nav-actions {
    display: none;
  }

  .hero-floating-stats {
    width: min(760px, calc(100vw - 80px));
  }
}

@media (max-width: 860px) {
  body {
    padding-top: 88px;
  }

  .site-header {
    background: rgba(255, 255, 255, 0.98);
  }

  .header-shell {
    min-height: 84px;
  }

  .brand-copy strong {
    font-size: 1.5rem;
  }

  .brand-copy span {
    font-size: 0.92rem;
  }

  .nav-toggle {
    border: 1px solid rgba(18, 62, 112, 0.1);
    background: #ffffff;
    color: #243549;
  }

  .nav-overlay {
    background: rgba(5, 15, 31, 0.34);
  }

  .site-nav {
    width: min(88vw, 380px);
    padding: 24px;
    background: rgba(255, 255, 255, 0.99);
    border-left: 1px solid rgba(18, 62, 112, 0.08);
  }

  .mobile-nav-head strong {
    color: #22354a;
  }

  .mobile-nav-close {
    border: 1px solid rgba(18, 62, 112, 0.1);
    color: #233549;
  }

  .site-nav-links {
    gap: 0;
  }

  .nav-item {
    border-bottom: 1px solid rgba(18, 62, 112, 0.08);
  }

  .nav-link {
    width: 100%;
    min-height: 50px;
    justify-content: space-between;
    color: #33465b;
    padding: 0;
  }

  .nav-dropdown {
    position: static;
    min-width: 0;
    padding: 0 0 10px 12px;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: transparent;
    border: 0;
  }

  .nav-item.has-dropdown.is-open > .nav-dropdown {
    display: grid;
  }

  .nav-item.has-dropdown.is-open > .nav-dropdown.nav-dropdown-mega {
    display: block;
  }

  .nav-dropdown > a {
    padding: 8px 0;
    color: #6a7888;
    border-radius: 0;
  }

  .nav-dropdown > a:hover {
    background: transparent;
    color: #1b426a;
  }

  .catalog-anchor-link {
    width: 100%;
  }

  .catalog-category-grid,
  .catalog-product-grid {
    grid-template-columns: 1fr;
  }

  .catalog-category-content,
  .catalog-product-body {
    padding: 20px;
  }

  .catalog-category-card {
    min-height: 188px;
    padding: 28px 22px;
  }

  .catalog-category-title {
    font-size: 1.3rem;
  }

  .catalog-panel-cover {
    border-radius: 22px;
  }

  .catalog-panel-cover img {
    aspect-ratio: 16 / 7;
  }

  .catalog-panel-toolbar {
    align-items: stretch;
  }

  .catalog-panel-switch,
  .catalog-panel-count {
    width: 100%;
  }

  .catalog-product-card-panel {
    padding: 18px;
  }

  .catalog-product-media-panel {
    min-height: 250px;
    padding: 20px;
  }

  .catalog-product-body-panel {
    padding: 0;
  }

  .catalog-product-body-panel h3 {
    font-size: 1.3rem;
  }

  .nav-item-mega {
    position: relative;
  }

  .nav-dropdown-mega {
    width: auto;
    padding: 0 0 10px 12px;
    display: block;
    border-radius: 0;
  }

  .nav-dropdown-mega-grid-only {
    padding: 0 0 10px 12px;
  }

  .nav-mega-side {
    gap: 0;
    padding: 0 0 8px;
    margin-bottom: 8px;
    border-right: 0;
    border-bottom: 1px solid rgba(18, 62, 112, 0.08);
  }

  .nav-mega-side-link {
    padding: 8px 0;
    color: #6a7888;
  }

  .nav-mega-side-link:hover {
    color: #1b426a;
  }

  .nav-mega-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .nav-dropdown-mega-grid-only .nav-mega-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .nav-mega-card {
    min-height: 0;
    grid-template-columns: 28px 1fr;
    justify-items: start;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    border-radius: 0;
    color: #6a7888;
    text-align: left;
  }

  .nav-dropdown-mega-grid-only .nav-mega-card {
    min-height: 0;
    gap: 12px;
    padding: 8px 0;
    font-size: 0.82rem;
    text-transform: none;
  }

  .nav-mega-card:hover {
    background: transparent;
    color: #1b426a;
    transform: none;
  }

  .nav-mega-icon {
    width: 24px;
    height: 24px;
  }

  .nav-dropdown-mega-grid-only .nav-mega-icon {
    width: 24px;
    height: 24px;
  }

  .hero-scene-inner {
    padding-top: 54px;
    padding-bottom: 24px;
  }

  .hero-poster {
    border-radius: 6px;
  }

  .hero-scene-copy {
    top: 7%;
    width: min(86%, 760px);
  }

  .hero-scene-copy h1 {
    font-size: clamp(2.7rem, 8vw, 4.8rem);
  }

  .hero-floating-stats {
    width: var(--container);
    margin: 0 auto;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100vw - 24px, 100%);
  }

  .brand-copy {
    gap: 6px;
  }

  .brand-copy strong {
    font-size: 1.25rem;
  }

  .brand-copy span {
    font-size: 0.82rem;
  }

  .hero-scene-copy {
    top: 6%;
    width: min(90%, 92vw);
  }

  .hero-poster {
    border-radius: 4px;
  }

  .hero-scene-copy p {
    font-size: 0.92rem;
  }

  .hero-inline-actions {
    gap: 14px;
  }

  .image-preview-modal {
    padding: 12px;
  }

  .image-preview-dialog {
    width: auto;
    max-width: calc(100vw - 20px);
  }

  .image-preview-trigger {
    right: 10px;
    bottom: 10px;
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.78rem;
  }

  .image-preview-close {
    top: -8px;
    right: -2px;
  }

  .image-preview-nav {
    width: 42px;
    height: 42px;
  }

  .image-preview-nav-prev {
    left: 8px;
  }

  .image-preview-nav-next {
    right: 8px;
  }

  .image-preview-caption {
    max-width: calc(100vw - 36px);
    font-size: 0.86rem;
    padding: 9px 14px;
  }

  .section {
    padding: 78px 0;
  }
}

.brand {
  min-width: 0;
  max-width: none;
  gap: 0;
}

.brand-lockup-shell {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark-image,
.brand-wordmark-image {
  display: block;
  height: auto;
  max-width: 100%;
}

.brand-mark-image {
  width: clamp(64px, 4.8vw, 78px);
  flex: 0 0 auto;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.16));
}

.brand-wordmark-image {
  width: clamp(190px, 15vw, 244px);
  flex: 0 0 auto;
  transition: filter 0.22s ease, opacity 0.22s ease;
}

.brand-wordmark-image-header-mobile {
  display: none;
}

.brand-lockup-shell-mobile {
  gap: 10px;
}

.brand-mark-image-mobile {
  width: 58px;
  filter: none;
}

.brand-wordmark-image-mobile {
  width: min(184px, 48vw);
  filter: none;
}

.mobile-nav-head {
  align-items: center;
}

.mobile-nav-head .brand {
  flex: 1;
}

@media (max-width: 1240px) {
  .brand-mark-image {
    width: clamp(60px, 5vw, 72px);
  }

  .brand-wordmark-image {
    width: clamp(182px, 16vw, 232px);
  }

  .nav-link {
    font-size: 0.76rem;
    padding: 0 7px;
  }
}

@media (max-width: 860px) {
  .brand-lockup-shell {
    gap: 10px;
  }

  .brand-mark-image {
    width: min(56px, 14vw);
    filter: none;
  }

  .brand-wordmark-image-header {
    display: none;
  }

  .brand-wordmark-image-header-mobile {
    display: block;
    width: min(184px, 48vw);
  }

  .brand-wordmark-image {
    width: min(184px, 48vw);
  }

  .brand-mark-image-mobile {
    width: min(56px, 14vw);
  }

  .brand-wordmark-image-mobile {
    width: min(184px, 48vw);
  }

  .mobile-nav-head {
    gap: 12px;
  }

  .header-shell {
    min-height: 84px;
    gap: 12px;
  }

  .brand {
    max-width: none;
  }

  .nav-link {
    min-height: 50px;
    font-size: 0.95rem;
    text-transform: none;
    white-space: normal;
  }

  .nav-item.has-dropdown > .nav-link .nav-caret {
    transition: transform 0.18s ease;
  }

  .nav-item.has-dropdown.is-open > .nav-link .nav-caret {
    transform: rotate(225deg) translateY(2px);
  }
}

@media (max-width: 560px) {
  .brand-mark-image {
    width: min(52px, 14vw);
  }

  .brand-wordmark-image,
  .brand-wordmark-image-header-mobile {
    width: min(170px, 46vw);
  }

  .brand-mark-image-mobile {
    width: min(52px, 14vw);
  }

  .brand-wordmark-image-mobile {
    width: min(170px, 46vw);
  }
}

@media (max-width: 860px) {
  .site-header {
    z-index: 500;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    isolation: auto;
    overflow: visible;
  }

  .nav-toggle {
    display: inline-flex !important;
  }

  .nav-overlay,
  .nav-overlay[data-mobile-nav-state="closed"] {
    display: none !important;
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    z-index: 121;
  }

  .nav-overlay[data-mobile-nav-state="open"],
  .nav-overlay.is-open,
  body.nav-open .nav-overlay {
    display: block !important;
  }

  .site-nav,
  .site-nav[data-mobile-nav-state="closed"] {
    display: none !important;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: min(88vw, 380px);
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
    max-width: 100vw;
    min-width: 0;
    padding: 24px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 22px;
    background: rgba(255, 255, 255, 0.99);
    border-left: 1px solid rgba(18, 62, 112, 0.08);
    box-shadow: -18px 0 36px rgba(12, 31, 58, 0.14);
    z-index: 122;
    transform: none;
    opacity: 0;
    pointer-events: none;
  }

  .site-nav[data-mobile-nav-state="open"],
  .site-nav.is-open,
  body.nav-open .site-nav {
    display: flex !important;
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-nav-head {
    display: flex !important;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
  }

  .site-nav-links,
  .site-nav-actions {
    display: grid;
    width: 100%;
  }

  .site-nav .nav-item > .nav-dropdown,
  .site-nav .nav-item > .nav-dropdown.nav-dropdown-mega {
    display: none !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .site-nav .nav-item.is-open > .nav-dropdown {
    display: grid !important;
  }

  .site-nav .nav-item.is-open > .nav-dropdown.nav-dropdown-mega {
    display: block !important;
  }

  .site-nav {
    inset: 0 !important;
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 100vh !important;
    min-height: 100dvh !important;
    max-height: 100vh !important;
    max-height: 100dvh !important;
    padding: 20px 18px 28px !important;
    border-left: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow-y: auto;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 20px !important;
  }

  .site-nav-links {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    justify-items: stretch !important;
    gap: 0 !important;
  }

  .site-nav-actions {
    justify-items: stretch !important;
    align-items: start !important;
    margin-top: auto;
  }

  .nav-item {
    display: block !important;
    width: 100%;
    margin-left: 0 !important;
  }

  .nav-link {
    display: flex !important;
    width: 100% !important;
    justify-content: flex-start !important;
    align-items: center !important;
    text-align: left !important;
    padding: 14px 0 !important;
    margin-left: 0 !important;
    gap: 12px !important;
  }

  .nav-link span:first-child {
    display: block;
    flex: 0 1 auto;
    text-align: left;
  }

  .nav-link .nav-caret {
    margin-left: auto !important;
  }

  .nav-dropdown,
  .nav-dropdown-mega,
  .nav-dropdown-mega-grid-only {
    padding: 0 0 12px 0 !important;
    margin-left: 0 !important;
  }

  .nav-dropdown > a,
  .nav-mega-side-link,
  .nav-mega-card {
    display: flex !important;
    width: 100%;
    justify-content: flex-start !important;
    text-align: left !important;
    margin-left: 0 !important;
  }

  .nav-mega-grid {
    grid-template-columns: 1fr !important;
  }

  .nav-mega-card {
    padding: 10px 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .nav-mega-card span:last-child {
    text-align: left;
  }

  .mobile-nav-head .brand-logo-mobile {
    margin-right: auto;
  }

  .nav-item-language {
    border-bottom: 0 !important;
    padding-top: 6px;
  }

  .language-dropdown {
    width: 100%;
  }

  .language-current {
    width: 100%;
    justify-content: space-between;
    min-height: 52px;
    padding: 0 18px;
  }

  .language-menu {
    position: static;
    min-width: 0;
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .language-menu::before {
    display: none;
  }

  .language-menu-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid rgba(20, 70, 120, 0.14);
    border-radius: 999px;
    background: #ffffff;
    font-size: 0.88rem;
  }
}

/* Corporate typography tuning */

body {
  font-size: 15.5px;
  line-height: 1.58;
}

.section-kicker {
  font-size: 0.76rem;
  letter-spacing: 0.16em;
}

.section-heading {
  max-width: 700px;
  margin-bottom: 28px;
}

.section-heading h2,
.page-hero-inner h1,
.hero-copy h1,
.cta-band-inner h2,
.section-copy h2,
.footer-brand h2,
.product-card h2,
.project-card h2 {
  margin: 12px 0 14px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.page-hero-inner h1 {
  font-size: clamp(2rem, 3.8vw, 3.35rem);
}

.hero-copy h1 {
  font-size: clamp(2.45rem, 4.8vw, 4.15rem);
  line-height: 1.02;
}

.hero-scene-copy h1 {
  font-size: clamp(2.5rem, 4.8vw, 4.85rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.services-page-intro h1 {
  font-size: clamp(2.2rem, 4vw, 3.55rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.section-heading h2,
.section-copy h2,
.cta-band-inner h2,
.catalog-section-copy h2 {
  font-size: clamp(1.7rem, 2.3vw, 2.35rem);
}

.catalog-product-body h3,
.catalog-category-content h2,
.product-card h2,
.project-card h2,
.feature-card h3,
.workflow-card h3,
.stacked-card h3,
.stat-card strong {
  letter-spacing: -0.02em;
}

.catalog-product-body h3,
.catalog-category-content h2,
.product-card h2,
.project-card h2 {
  font-size: clamp(1.15rem, 1.35vw, 1.42rem);
  line-height: 1.2;
}

.page-hero-inner p,
.section-heading p,
.hero-text,
.section-copy p,
.stacked-card p,
.feature-card p,
.product-card p,
.project-card p,
.workflow-card p,
.contact-card p,
.contact-card a,
.footer-brand p,
.catalog-intro-copy,
.services-page-intro p,
.hero-scene-copy p {
  font-size: 0.98rem;
  line-height: 1.68;
}

.button,
.button-small {
  min-height: 48px;
  padding: 0 20px;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
}

.filter-pill,
.tag,
.project-status,
.catalog-category-count,
.catalog-panel-count,
.catalog-page-points span {
  font-size: 0.82rem;
}

@media (max-width: 860px) {
  body {
    font-size: 15px;
  }

  .page-hero-inner h1 {
    font-size: clamp(1.9rem, 8vw, 2.75rem);
  }

  .hero-copy h1,
  .hero-scene-copy h1,
  .services-page-intro h1 {
    font-size: clamp(2.1rem, 9vw, 3.3rem);
    letter-spacing: -0.035em;
  }

  .section-heading h2,
  .section-copy h2,
  .cta-band-inner h2,
  .catalog-section-copy h2 {
    font-size: clamp(1.45rem, 5vw, 1.95rem);
  }

  .page-hero-inner p,
  .section-heading p,
  .hero-text,
  .section-copy p,
  .stacked-card p,
  .feature-card p,
  .product-card p,
  .project-card p,
  .workflow-card p,
  .contact-card p,
  .contact-card a,
  .footer-brand p,
  .catalog-intro-copy,
  .services-page-intro p,
  .hero-scene-copy p {
    font-size: 0.95rem;
  }
}

/* Home project stage */

body[data-page="home"] {
  padding-top: 0;
  background: #eff4f9;
  color: #17304a;
  font-family: "Barlow", sans-serif;
}

body[data-page="home"] main {
  background: #eff4f9;
}

body[data-page="home"] .nav-link,
body[data-page="home"] .language-current,
body[data-page="home"] .language-menu-item,
body[data-page="home"] .home-project-rail-label,
body[data-page="home"] .home-project-counter strong,
body[data-page="home"] .home-project-counter span,
body[data-page="home"] .home-project-rail-caption strong,
body[data-page="home"] .home-project-rail-facts span,
body[data-page="home"] .home-project-rail-link,
body[data-page="home"] .home-project-kicker,
body[data-page="home"] .home-project-copy h1,
body[data-page="home"] .home-project-stage-meta span {
  font-family: "Barlow", sans-serif;
}

body[data-page="home"] .section-kicker {
  color: #1f8ed7;
}

body[data-page="home"] .site-header {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 861px) {
  body:not([data-page="home"]) .site-header {
    background: linear-gradient(180deg, rgba(5, 11, 20, 0.86), rgba(5, 11, 20, 0.34));
    border-bottom-color: rgba(255, 255, 255, 0.12);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }

  body:not([data-page="home"]) .header-shell {
    min-height: 72px;
    gap: 28px;
  }

  body:not([data-page="home"]) .nav-link {
    min-height: 56px;
    padding: 0 14px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
  }

  body:not([data-page="home"]) .nav-link:hover,
  body:not([data-page="home"]) .nav-link[aria-current="page"] {
    color: #ffffff;
  }

  body:not([data-page="home"]) .nav-item.has-dropdown.is-open > .nav-link .nav-caret,
  body:not([data-page="home"]) .nav-link .nav-caret {
    color: inherit;
  }

  body:not([data-page="home"]) .nav-dropdown {
    background: rgba(8, 18, 33, 0.92);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 60px rgba(4, 10, 20, 0.32);
  }

  body:not([data-page="home"]) .nav-dropdown > a,
  body:not([data-page="home"]) .nav-mega-side-link,
  body:not([data-page="home"]) .nav-mega-card {
    color: rgba(255, 255, 255, 0.82);
  }

  body:not([data-page="home"]) .nav-dropdown > a:hover,
  body:not([data-page="home"]) .nav-mega-side-link:hover,
  body:not([data-page="home"]) .nav-mega-card:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
  }

  body:not([data-page="home"]) .nav-mega-side {
    border-right-color: rgba(255, 255, 255, 0.14);
  }

  body:not([data-page="home"]) .nav-mega-icon {
    color: #ffffff;
  }

  body:not([data-page="home"]) .language-current {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.92);
  }

  body:not([data-page="home"]) .language-dropdown[open] .language-current,
  body:not([data-page="home"]) .language-current:hover {
    border-color: rgba(255, 255, 255, 0.34);
    color: #ffffff;
    box-shadow: 0 18px 32px rgba(9, 20, 38, 0.18);
  }

  body:not([data-page="home"]) .language-menu {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(9, 23, 38, 0.94);
    box-shadow: 0 24px 56px rgba(4, 10, 20, 0.28);
  }

  body:not([data-page="home"]) .language-menu::before {
    background: rgba(9, 23, 38, 0.94);
    border-top-color: rgba(255, 255, 255, 0.16);
    border-left-color: rgba(255, 255, 255, 0.16);
  }

  body:not([data-page="home"]) .language-menu-item {
    color: rgba(255, 255, 255, 0.88);
  }

  body:not([data-page="home"]) .language-menu-item:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
  }

  body:not([data-page="home"]) .language-menu-item.is-active {
    background: #ffffff;
    color: #17304a;
  }
}

@media (min-width: 861px) {
  body[data-page="home"] .site-header {
    inset: 30px 0 auto;
    background: transparent;
    border-bottom: 0;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: none;
  }

  body[data-page="home"] .header-shell {
    min-height: 72px;
    gap: 28px;
  }

  body[data-page="home"] .nav-link {
    min-height: 56px;
    padding: 0 14px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
  }

  body[data-page="home"] .nav-link:hover,
  body[data-page="home"] .nav-link[aria-current="page"] {
    color: #ffffff;
  }

  body[data-page="home"] .site-nav-links a[aria-current="page"]::after {
    display: block;
    left: 14px;
    right: 14px;
    bottom: 6px;
    height: 3px;
    border-radius: 0;
    background: #ffffff;
  }

  body[data-page="home"] .nav-item.has-dropdown.is-open > .nav-link .nav-caret,
  body[data-page="home"] .nav-link .nav-caret {
    color: inherit;
  }

  body[data-page="home"] .language-current {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.9);
  }

  body[data-page="home"] .language-dropdown[open] .language-current,
  body[data-page="home"] .language-current:hover {
    border-color: rgba(255, 255, 255, 0.34);
    color: #ffffff;
    box-shadow: 0 18px 32px rgba(9, 20, 38, 0.18);
  }

  body[data-page="home"] .language-menu {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(9, 23, 38, 0.92);
    box-shadow: 0 24px 56px rgba(4, 10, 20, 0.28);
  }

  body[data-page="home"] .language-menu::before {
    background: rgba(9, 23, 38, 0.92);
    border-top-color: rgba(255, 255, 255, 0.16);
    border-left-color: rgba(255, 255, 255, 0.16);
  }

  body[data-page="home"] .language-menu-item {
    color: rgba(255, 255, 255, 0.88);
  }

  body[data-page="home"] .language-menu-item:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
  }

  body[data-page="home"] .language-menu-item.is-active {
    background: #ffffff;
    color: #17304a;
  }

  body[data-page="home"].home-header-solid .site-header {
    inset: 0 0 auto;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(19, 62, 117, 0.08);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 42px rgba(15, 37, 64, 0.08);
  }

  body[data-page="home"].home-header-solid .brand-wordmark-image {
    filter: brightness(0) saturate(100%) invert(19%) sepia(20%) saturate(989%) hue-rotate(175deg) brightness(92%) contrast(91%);
  }

  body[data-page="home"].home-header-solid .nav-link {
    color: #415264;
  }

  body[data-page="home"].home-header-solid .nav-link:hover,
  body[data-page="home"].home-header-solid .nav-link[aria-current="page"] {
    color: #223549;
  }

  body[data-page="home"].home-header-solid .site-nav-links a[aria-current="page"]::after {
    background: #223549;
  }

  body[data-page="home"].home-header-solid .nav-item.has-dropdown.is-open > .nav-link .nav-caret,
  body[data-page="home"].home-header-solid .nav-link .nav-caret {
    color: inherit;
  }

  body[data-page="home"].home-header-solid .language-current {
    border-color: rgba(18, 62, 112, 0.12);
    background: rgba(255, 255, 255, 0.88);
    color: #33465b;
    box-shadow: none;
  }

  body[data-page="home"].home-header-solid .language-dropdown[open] .language-current,
  body[data-page="home"].home-header-solid .language-current:hover {
    border-color: rgba(18, 62, 112, 0.18);
    color: #20344a;
    box-shadow: 0 16px 32px rgba(15, 37, 64, 0.08);
  }

  body[data-page="home"].home-header-solid .language-menu {
    border-color: rgba(18, 62, 112, 0.1);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 20px 48px rgba(15, 37, 64, 0.12);
  }

  body[data-page="home"].home-header-solid .language-menu::before {
    background: rgba(255, 255, 255, 0.98);
    border-top-color: rgba(18, 62, 112, 0.1);
    border-left-color: rgba(18, 62, 112, 0.1);
  }

  body[data-page="home"].home-header-solid .language-menu-item {
    color: #445668;
  }

  body[data-page="home"].home-header-solid .language-menu-item:hover {
    background: rgba(25, 143, 214, 0.08);
    color: #1e436a;
  }

  body[data-page="home"].home-header-solid .language-menu-item.is-active {
    background: #17304a;
    color: #ffffff;
  }
}

.home-main {
  background: #eff4f9;
}

.home-project-stage {
  position: relative;
  height: 100vh;
  height: 100svh;
  min-height: 760px;
  max-height: 960px;
  overflow: hidden;
  background: #071320;
  --home-project-slide-duration: 1s;
  --home-project-slide-ease: ease;
}

.home-project-slider {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}

.home-project-slider.is-dragging {
  cursor: grabbing;
}

.home-project-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.72s ease, transform var(--home-project-slide-duration) var(--home-project-slide-ease);
  will-change: transform, opacity;
}

.home-project-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: translate3d(var(--home-slide-offset, 0px), 0, 0);
  z-index: 1;
}

.home-project-slide.is-entering-from-right,
.home-project-slide.is-entering-from-left,
.home-project-slide.is-leaving-to-left,
.home-project-slide.is-leaving-to-right {
  opacity: 1;
  visibility: visible;
}

.home-project-slide.is-entering-from-right {
  z-index: 3;
  transform: translate3d(100%, 0, 0);
}

.home-project-slide.is-entering-from-left {
  z-index: 3;
  transform: translate3d(-100%, 0, 0);
}

.home-project-slide.is-leaving-to-left,
.home-project-slide.is-leaving-to-right {
  z-index: 2;
  transform: translate3d(0, 0, 0);
}

.home-project-slide.is-transitioning-active {
  transform: translate3d(0, 0, 0);
}

.home-project-slide.is-leaving-to-left.is-transitioning-out {
  opacity: 1;
  transform: translate3d(-100%, 0, 0);
}

.home-project-slide.is-leaving-to-right.is-transitioning-out {
  opacity: 1;
  transform: translate3d(100%, 0, 0);
}

.home-project-slide[aria-hidden="true"] {
  pointer-events: none;
}

.home-project-image,
.home-project-overlay {
  position: absolute;
  inset: 0;
}

.home-project-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(var(--home-image-offset, 0px), 0, 0) scale(1.01);
  transform-origin: center center;
  transition: transform calc(var(--home-project-slide-duration) + 0.06s) var(--home-project-slide-ease);
  will-change: transform;
}

.home-project-overlay {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.5) 34%, rgba(0, 0, 0, 0.18) 70%, rgba(0, 0, 0, 0.16) 100%);
  transform: translate3d(var(--home-overlay-offset, 0px), 0, 0);
  transition: transform var(--home-project-slide-duration) var(--home-project-slide-ease);
}

.home-project-layer {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  height: 100%;
  width: 100%;
  padding: 108px clamp(24px, 3vw, 42px) 34px;
  transform: translate3d(var(--home-layer-offset, 0px), 0, 0);
  transition: transform var(--home-project-slide-duration) var(--home-project-slide-ease);
}

.home-project-slider.is-dragging .home-project-slide.is-active,
.home-project-slider.is-dragging .home-project-image,
.home-project-slider.is-dragging .home-project-overlay,
.home-project-slider.is-dragging .home-project-layer {
  transition: none;
}

.home-project-rail {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  padding: 38px 34px 42px;
  background: rgba(0, 0, 0, 0.14);
}

.home-project-rail-bottom {
  display: grid;
  gap: 20px;
  align-content: end;
}

.home-project-control-cluster {
  display: flex;
  align-items: center;
  gap: 18px;
}

.home-project-nav-button {
  position: relative;
  width: 18px;
  height: 30px;
  border-radius: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  padding: 0;
  transition: opacity 0.2s ease;
}

.home-project-nav-button:hover {
  transform: none;
  background: transparent;
  border-color: transparent;
  opacity: 0.72;
}

.home-project-nav-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.home-project-nav-button[data-home-project-prev] span {
  transform: translate(-36%, -50%) rotate(-135deg);
}

.home-project-nav-button[data-home-project-next] span {
  transform: translate(-64%, -50%) rotate(45deg);
}

.home-project-counter {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  min-width: 138px;
  color: #ffffff;
}

.home-project-counter strong,
.home-project-counter span {
  font-family: "Barlow", sans-serif;
}

.home-project-counter strong {
  font-size: clamp(4.2rem, 5vw, 5.8rem);
  line-height: 0.82;
  letter-spacing: -0.05em;
  font-weight: 700;
}

.home-project-counter span {
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(2.8rem, 3.4vw, 3.8rem);
  font-weight: 300;
  letter-spacing: -0.04em;
  padding-bottom: 2px;
}

.home-project-counter span::before {
  content: "/";
  margin-right: 4px;
  color: rgba(255, 255, 255, 0.42);
}

.home-project-rail-caption {
  display: grid;
  gap: 12px;
}

.home-project-rail-caption strong {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Barlow", sans-serif;
  font-size: clamp(3rem, 4.4vw, 4.8rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: none;
}

.home-project-rail-facts {
  display: grid;
  gap: 4px;
}

.home-project-rail-facts span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.94rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.home-project-rail-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-project-rail-link::after {
  content: "";
  width: 26px;
  height: 1px;
  background: currentColor;
  opacity: 0.56;
}

.home-project-copy {
  display: grid;
  justify-items: end;
  align-content: end;
  gap: 12px;
  width: min(980px, 100%);
  margin-left: auto;
  padding: 0 0 28px;
  color: #ffffff;
  text-align: right;
}

.home-project-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-project-copy h1 {
  margin: 0;
  max-width: 10.8ch;
  color: #ffffff;
  font-family: "Barlow", sans-serif;
  font-size: clamp(4.5rem, 6.6vw, 7.6rem);
  line-height: 0.88;
  letter-spacing: -0.04em;
  font-weight: 700;
  text-transform: none;
  text-shadow: none;
}

.home-project-stage-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0;
}

.home-project-stage-meta span {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
}

.home-project-stage-meta span + span {
  position: relative;
  padding-left: 16px;
  margin-left: 16px;
}

.home-project-stage-meta span + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.38);
  transform: translateY(-50%);
}

.home-project-actions {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  margin-top: 4px;
}

.button-home-ghost {
  min-width: 188px;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
}

.button-home-ghost:hover {
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.12);
}

.home-overview-section {
  position: relative;
  margin-top: -36px;
  padding-top: 0;
  z-index: 2;
}

.home-overview-section .section-heading {
  max-width: 780px;
  margin-bottom: 34px;
  padding-top: 108px;
}

.home-overview-section .project-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.home-overview-section .project-card {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid rgba(21, 77, 128, 0.1);
  box-shadow: 0 28px 70px rgba(19, 48, 88, 0.08);
  color: #17304a;
}

.home-project-card-link img {
  transition: transform 0.42s ease, filter 0.42s ease;
}

.home-project-card-link:hover img {
  transform: scale(1.04);
  filter: saturate(1.04);
}

.home-overview-section .project-card p,
.home-overview-section .project-status,
.home-overview-section .meta-list li {
  color: #64758a;
}

.home-overview-section .tag {
  background: rgba(31, 142, 215, 0.12);
  color: #1b7fca;
}

.home-overview-section .button-secondary {
  background: #ffffff;
  color: #17304a;
  border-color: rgba(23, 48, 74, 0.12);
}

.home-section-footer {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.home-section-footer .button {
  min-width: 220px;
}

.home-video-section {
  padding-top: 10px;
}

.home-video-section .section-heading {
  max-width: 860px;
  margin-bottom: 30px;
}

.home-video-section .video-showcase-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.home-video-section .video-showcase-card {
  height: 100%;
  max-width: none;
  margin-inline: 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid rgba(21, 77, 128, 0.1);
  box-shadow: 0 28px 70px rgba(19, 48, 88, 0.08);
}

.home-video-section .video-showcase-copy h3 {
  color: #17304a;
}

.home-video-section .video-showcase-copy p {
  color: #64758a;
}

.home-product-section {
  padding-top: 10px;
}

.home-product-section .section-heading {
  max-width: 860px;
  margin-bottom: 30px;
}

.home-product-grid {
  gap: 26px;
}

.home-product-section .catalog-product-card {
  height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid rgba(21, 77, 128, 0.1);
  box-shadow: 0 28px 70px rgba(19, 48, 88, 0.08);
}

.home-product-section .catalog-product-body-panel {
  height: 100%;
  grid-template-rows: auto auto 1fr auto;
}

.home-product-section .catalog-product-body-panel h3 {
  color: #17304a;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-product-section .catalog-feature-list li {
  color: #64758a;
}

.home-product-section .catalog-product-links {
  margin-top: auto;
}

.home-intro-section {
  padding-top: 48px;
}

.home-intro-grid {
  align-items: stretch;
  gap: 28px;
}

.home-intro-copy h2,
.home-service-section .section-heading h2,
.home-gateway-section .section-heading h2,
.home-company-copy h2,
.home-video-section .section-heading h2,
.home-product-section .section-heading h2,
.home-news-section .section-heading h2 {
  color: #17304a;
}

.home-intro-copy p,
.home-service-card p,
.home-company-copy p,
.home-gateway-copy p,
.home-video-section .section-heading p,
.home-product-section .section-heading p,
.home-news-mini-copy p {
  color: #62758b;
}

.home-intro-promo-stack {
  display: grid;
  gap: 20px;
}

.home-intro-promo-card {
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid rgba(21, 77, 128, 0.1);
  box-shadow: 0 24px 58px rgba(19, 48, 88, 0.08);
}

.home-intro-promo-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.home-intro-promo-icon {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(31, 142, 215, 0.12);
  color: #1b7fca;
  flex-shrink: 0;
}

.home-intro-promo-icon svg,
.home-service-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.75;
}

.home-intro-promo-card h3,
.home-gateway-copy h3,
.home-news-mini-copy h3 {
  margin: 0 0 12px;
  color: #17304a;
  font-family: "Sora", sans-serif;
  letter-spacing: -0.03em;
}

.home-intro-promo-card p {
  margin: 0 0 20px;
}

.home-intro-stats {
  margin-top: 28px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-service-section {
  padding-top: 8px;
}

.home-service-grid {
  gap: 24px;
}

.home-service-card {
  min-height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid rgba(21, 77, 128, 0.1);
  box-shadow: 0 24px 58px rgba(19, 48, 88, 0.08);
}

.home-service-icon {
  background: rgba(31, 142, 215, 0.12);
  color: #1b7fca;
}

.home-service-card h3 {
  color: #17304a;
}

.home-gateway-section {
  padding-top: 8px;
}

.home-gateway-grid {
  gap: 26px;
}

.home-gateway-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border-radius: 32px;
  border: 1px solid rgba(21, 77, 128, 0.1);
  box-shadow: 0 28px 70px rgba(19, 48, 88, 0.12);
}

.home-gateway-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-gateway-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 21, 38, 0.18) 0%, rgba(10, 24, 44, 0.88) 100%);
}

.home-gateway-copy {
  position: relative;
  z-index: 1;
  min-height: 360px;
  display: grid;
  align-content: end;
  gap: 14px;
  padding: 28px;
}

.home-gateway-copy .section-kicker {
  color: #ffffff;
}

.home-gateway-copy .section-kicker::before {
  background: rgba(255, 255, 255, 0.75);
}

.home-gateway-copy h3 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
}

.home-gateway-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.home-gateway-copy .button-secondary {
  justify-self: start;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.home-company-section {
  background: linear-gradient(180deg, #eff4f9 0%, #e8f0f7 100%);
}

.home-company-grid {
  align-items: center;
  gap: 32px;
}

.home-company-copy .bullet-list {
  margin-top: 18px;
}

.home-brand-section {
  padding-top: 0;
}

.home-brand-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.home-brand-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 20px;
  border-radius: 999px;
  background: rgba(31, 142, 215, 0.08);
  border: 1px solid rgba(31, 142, 215, 0.12);
  color: #17304a;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.home-news-section {
  padding-top: 10px;
}

.home-news-section .section-heading {
  max-width: 780px;
}

.home-news-mini-grid {
  margin-top: 28px;
}

.home-news-mini-card {
  padding: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid rgba(21, 77, 128, 0.1);
  box-shadow: 0 24px 58px rgba(19, 48, 88, 0.08);
}

.home-news-mini-media {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 24px;
}

.home-news-mini-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.home-news-mini-copy {
  display: grid;
  gap: 12px;
}

.home-news-mini-copy h3 {
  margin-bottom: 0;
}

.home-news-mini-copy p {
  margin: 0;
}

.home-news-mini-copy .button-secondary {
  justify-self: start;
}

.home-solution-section {
  background: linear-gradient(180deg, #eff4f9 0%, #e8f0f7 100%);
}

.home-solution-section .split-section {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 32px;
}

.home-solution-section .section-copy h2,
.home-cta-band .cta-band-inner h2,
.home-overview-section .section-heading h2 {
  color: #17304a;
}

.home-solution-section .section-copy p,
.home-overview-section .section-heading p {
  color: #62758b;
}

.home-capability-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.home-capability-card {
  min-height: 220px;
  padding: 26px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid rgba(21, 77, 128, 0.1);
  box-shadow: 0 24px 58px rgba(19, 48, 88, 0.08);
}

.home-capability-card .card-index {
  background: rgba(29, 147, 216, 0.12);
  color: #1d7fc7;
}

.home-capability-card h3 {
  color: #17304a;
}

.home-capability-card p {
  color: #617487;
}

.home-cta-band {
  padding-top: 12px;
  padding-bottom: 92px;
}

.home-cta-band .cta-band-inner {
  background:
    linear-gradient(135deg, rgba(18, 96, 165, 0.12), rgba(35, 166, 227, 0.08)),
    #f7fbff;
  border-color: rgba(24, 62, 111, 0.1);
  box-shadow: 0 18px 40px rgba(17, 36, 71, 0.07);
}

.home-cta-band .section-kicker {
  color: #1f8ed7;
}

.home-cta-band h2 {
  color: #17304a;
}

.home-cta-band .button-secondary {
  color: #1b3655;
  background: #ffffff;
  border-color: rgba(25, 83, 145, 0.16);
}

@media (max-width: 1180px) {
  .home-project-copy h1 {
    font-size: clamp(4rem, 6.1vw, 7rem);
  }

  .home-intro-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  body[data-page="home"] .site-header {
    background: rgba(255, 255, 255, 0.92);
    border-bottom-color: rgba(18, 62, 112, 0.1);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }

  .home-project-stage {
    height: auto;
    min-height: 88vh;
    min-height: 88svh;
    max-height: none;
  }

  .home-project-slider {
    min-height: inherit;
  }

  .home-project-slide {
    position: absolute;
    min-height: inherit;
  }

  .home-project-layer {
    grid-template-columns: 1fr;
    min-height: 88vh;
    min-height: 88svh;
    padding-top: 122px;
    padding-bottom: 28px;
  }

  .home-project-copy {
    width: 100%;
    justify-items: start;
    text-align: left;
    margin-left: 0;
    padding: 0;
  }

  .home-project-copy h1 {
    max-width: 11ch;
    font-size: clamp(2.8rem, 10.8vw, 4.5rem);
  }

  .home-project-stage-meta,
  .home-project-actions {
    justify-content: flex-start;
  }

  .home-project-stage-meta span + span {
    margin-left: 14px;
    padding-left: 14px;
  }

  .home-overview-section {
    margin-top: 0;
  }

  .home-overview-section .section-heading {
    padding-top: 78px;
  }

  .home-intro-grid,
  .home-company-grid,
  .home-intro-stats,
  .home-overview-section .project-grid,
  .home-video-section .video-showcase-grid,
  .home-product-section .catalog-product-grid,
  .home-service-grid,
  .home-gateway-grid,
  .home-solution-section .split-section {
    grid-template-columns: 1fr;
  }

  .home-service-card,
  .home-gateway-card {
    min-height: 0;
  }

  .home-gateway-copy {
    min-height: 320px;
  }

  .home-brand-strip {
    justify-content: flex-start;
  }

  .home-cta-band .cta-band-inner {
    gap: 18px;
  }

  .page-hero {
    margin-top: -88px;
    padding: 136px 0 78px;
    min-height: 0;
  }

  .page-hero-inner {
    justify-items: start;
    text-align: left;
  }

  .page-hero .catalog-page-actions,
  .page-hero .catalog-page-points {
    justify-content: flex-start;
  }

  .page-hero .contact-highlight-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .home-project-layer {
    padding-top: 118px;
  }

  .home-project-kicker {
    min-height: 0;
    padding: 0;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
  }

  .home-project-stage-meta span {
    font-size: 0.86rem;
  }

  .home-overview-section .section-heading {
    padding-top: 66px;
  }

  .home-overview-section .project-card,
  .home-service-card,
  .home-intro-promo-card,
  .home-news-mini-card {
    border-radius: 22px;
  }

  .home-gateway-card,
  .home-gateway-copy {
    min-height: 280px;
    border-radius: 22px;
  }
}

/* Text overflow safety */

.page-hero-inner,
.section-heading,
.section-copy,
.services-page-intro,
.career-copy-column,
.home-project-copy,
.project-card-body,
.catalog-product-body,
.catalog-category-card,
.contact-info,
.dealer-showcase-title-group,
.cta-band-inner > div {
  min-width: 0;
}

.page-hero-inner h1,
.section-heading h2,
.section-copy h2,
.cta-band-inner h2,
.services-page-intro h1,
.career-copy-column h1,
.hero-copy h1,
.hero-scene-copy h1,
.home-project-copy h1,
.product-card h2,
.project-card h2,
.catalog-category-title,
.catalog-product-body h3,
.dealer-showcase-title-group h2,
.service-detail-card h2,
.services-page-index-card h2,
.services-sidebar-card h2 {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  text-wrap: balance;
}

.page-hero-inner h1 {
  max-width: min(16ch, 100%);
  font-size: clamp(1.95rem, 3.1vw, 2.95rem);
  line-height: 1.03;
}

.services-page-intro h1 {
  max-width: min(13ch, 100%);
  font-size: clamp(2.1rem, 4.4vw, 3.9rem);
  line-height: 1.02;
}

.career-copy-column h1 {
  max-width: min(14ch, 100%);
  font-size: clamp(2.1rem, 4.5vw, 3.9rem);
  line-height: 1.02;
}

.home-project-copy {
  max-width: min(680px, 100%);
}

.home-project-copy h1 {
  max-width: min(8ch, 100%);
  font-size: clamp(4rem, 7.6vw, 8.2rem);
  line-height: 0.86;
}

.project-card-topline,
.catalog-page-actions,
.catalog-page-points,
.hero-actions,
.home-project-stage-meta,
.home-project-actions {
  flex-wrap: wrap;
}

.project-card p,
.catalog-product-body p,
.meta-list li,
.bullet-list li,
.contact-card p,
.contact-card a,
.catalog-intro-copy,
.services-page-intro p,
.career-copy-body p {
  overflow-wrap: anywhere;
}

@media (max-width: 1080px) {
  .page-hero-inner h1,
  .services-page-intro h1,
  .career-copy-column h1 {
    max-width: 100%;
  }
}

@media (max-width: 860px) {
  .page-hero-inner h1 {
    font-size: clamp(1.8rem, 6.9vw, 2.55rem);
  }

  .services-page-intro h1,
  .career-copy-column h1,
  .home-project-copy h1 {
    font-size: clamp(2rem, 8.4vw, 3.35rem);
    max-width: 100%;
  }
}

/* Inner page hero refinement */

.page-hero {
  padding: 184px 0 92px;
  min-height: clamp(340px, 42vw, 470px);
  background-image:
    linear-gradient(180deg, rgba(7, 14, 24, 0.16) 0%, rgba(7, 14, 24, 0.56) 100%),
    linear-gradient(90deg, rgba(7, 14, 24, 0.46) 0%, rgba(7, 14, 24, 0.22) 42%, rgba(7, 14, 24, 0.52) 100%),
    url("alestasolarenerji.webp");
  background-position: center center, center center, center center;
  background-repeat: no-repeat;
  background-size: auto, auto, cover;
}

.page-hero::before {
  background: linear-gradient(180deg, rgba(5, 11, 20, 0.02) 0%, rgba(5, 11, 20, 0.18) 100%);
}

.page-hero > .page-hero-inner,
.page-hero > .page-hero-inner.project-page-hero,
.page-hero > .page-hero-inner.contact-page-hero,
.page-hero > .page-hero-inner.product-page-hero,
.page-hero > .page-hero-inner.catalog-page-head {
  max-width: none;
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  grid-template-areas:
    "kicker body"
    "title body"
    "support support";
  align-items: end;
  justify-items: start;
  gap: 18px 58px;
  text-align: left;
}

.page-hero > .page-hero-inner > * {
  min-width: 0;
}

.page-hero > .page-hero-inner > .section-kicker {
  grid-area: kicker;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.page-hero > .page-hero-inner > .section-kicker::before {
  width: 22px;
  background: rgba(255, 255, 255, 0.68);
}

.page-hero > .page-hero-inner > h1 {
  grid-area: title;
  margin: 0;
  max-width: min(12ch, 100%);
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.35rem, 4vw, 4.15rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-shadow: 0 18px 40px rgba(0, 0, 0, 0.44);
}

.page-hero > .page-hero-inner > p,
.page-hero > .page-hero-inner > .catalog-intro-copy {
  grid-area: body;
  align-self: center;
  max-width: 40rem;
  margin: 0;
  padding: 24px 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.78;
  box-shadow: 0 24px 44px rgba(4, 10, 20, 0.16);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.34);
}

.page-hero > .page-hero-inner > .catalog-page-actions,
.page-hero > .page-hero-inner > .catalog-page-points,
.page-hero > .page-hero-inner > .contact-highlight-strip {
  grid-area: support;
  width: 100%;
}

.page-hero > .page-hero-inner > .catalog-page-actions {
  justify-content: flex-start;
  gap: 12px;
  margin-top: 2px;
}

.page-hero > .page-hero-inner > .catalog-page-points {
  justify-content: flex-start;
  gap: 12px;
}

.page-hero > .page-hero-inner > .contact-highlight-strip {
  margin-top: 6px;
}

.page-hero > .page-hero-inner.catalog-page-head {
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  grid-template-areas:
    "kicker body"
    "title body"
    "points body";
  align-items: start;
}

.page-hero > .page-hero-inner.catalog-page-head > .catalog-page-actions {
  grid-area: actions;
  width: auto;
  max-width: 100%;
  margin-top: 10px;
}

.page-hero > .page-hero-inner.catalog-page-head > .catalog-page-points {
  grid-area: points;
  width: auto;
  max-width: min(760px, 100%);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, max-content));
  justify-content: start;
  margin-top: 16px;
}

@media (max-width: 1180px) {
  .page-hero > .page-hero-inner,
  .page-hero > .page-hero-inner.project-page-hero,
  .page-hero > .page-hero-inner.contact-page-hero,
  .page-hero > .page-hero-inner.product-page-hero,
  .page-hero > .page-hero-inner.catalog-page-head {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.84fr);
    gap: 18px 34px;
  }

  .page-hero > .page-hero-inner > h1 {
    max-width: min(12ch, 100%);
    font-size: clamp(2.15rem, 3.8vw, 3.5rem);
  }

  .page-hero > .page-hero-inner.catalog-page-head {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
  }
}

@media (max-width: 860px) {
  .page-hero {
    padding: 136px 0 74px;
    min-height: 0;
    background-position: center center, center center, center 50%;
  }

  .page-hero > .page-hero-inner,
  .page-hero > .page-hero-inner.project-page-hero,
  .page-hero > .page-hero-inner.contact-page-hero,
  .page-hero > .page-hero-inner.product-page-hero,
  .page-hero > .page-hero-inner.catalog-page-head {
    grid-template-columns: 1fr;
    grid-template-areas:
      "kicker"
      "title"
      "body"
      "support";
    gap: 16px;
  }

  .page-hero > .page-hero-inner.catalog-page-head {
    grid-template-areas:
      "kicker"
      "title"
      "body"
      "points";
  }

  .page-hero > .page-hero-inner.catalog-page-head > .catalog-page-points {
    grid-template-columns: 1fr;
  }

  .page-hero > .page-hero-inner > h1 {
    max-width: 100%;
    font-size: clamp(1.75rem, 7vw, 2.45rem);
    line-height: 1.04;
    overflow-wrap: anywhere;
  }

  .page-hero > .page-hero-inner > p,
  .page-hero > .page-hero-inner > .catalog-intro-copy {
    width: 100%;
    max-width: 100%;
    padding: 18px 18px 20px;
    border-radius: 22px;
    font-size: 0.95rem;
    line-height: 1.7;
    overflow-wrap: anywhere;
  }

  .page-hero > .page-hero-inner > .catalog-page-actions,
  .page-hero > .page-hero-inner > .catalog-page-points {
    justify-content: flex-start;
  }
}

@media (min-width: 861px) {
  body:not([data-page="home"]) {
    padding-top: 104px;
  }

  body:not([data-page="home"]) .page-hero {
    margin-top: 0;
    padding-top: 136px;
  }
}

@media (max-width: 860px) {
  body:not([data-page="home"]) {
    padding-top: 84px;
  }

  body:not([data-page="home"]) .page-hero {
    margin-top: 0;
    padding-top: 124px;
  }
}

/* Values page minimal hero */

.hero-minimal-page .page-hero,
.hero-minimal-page .page-hero--minimal {
  min-height: clamp(320px, 38vw, 460px);
}

.hero-minimal-page .page-hero::before,
.hero-minimal-page .page-hero--minimal::before {
  background: linear-gradient(180deg, rgba(5, 11, 20, 0.12) 0%, rgba(5, 11, 20, 0.34) 100%);
}

.hero-minimal-page .page-hero > .page-hero-inner,
.hero-minimal-page .page-hero > .page-hero-inner.project-page-hero,
.hero-minimal-page .page-hero > .page-hero-inner.contact-page-hero,
.hero-minimal-page .page-hero > .page-hero-inner.product-page-hero,
.hero-minimal-page .page-hero > .page-hero-inner.catalog-page-head,
.hero-minimal-page .page-hero--minimal > .page-hero-inner.page-hero-inner--minimal {
  max-width: none;
  width: 100%;
  min-height: inherit;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: none;
  align-content: center;
  justify-items: center;
  gap: 0;
  text-align: center;
}

.hero-minimal-page .page-hero > .page-hero-inner > p,
.hero-minimal-page .page-hero > .page-hero-inner > .catalog-intro-copy,
.hero-minimal-page .page-hero > .page-hero-inner > .catalog-page-points,
.hero-minimal-page .page-hero > .page-hero-inner > .catalog-page-actions,
.hero-minimal-page .page-hero > .page-hero-inner > .contact-highlight-strip {
  display: none;
}

.hero-minimal-page .page-hero:not(.page-hero--minimal) > .page-hero-inner > h1 {
  display: none;
}

.hero-minimal-page .page-hero:not(.page-hero--minimal) > .page-hero-inner > .section-kicker {
  display: block;
  grid-area: auto;
  justify-self: center;
  width: min(90vw, 900px);
  max-width: min(90vw, 900px);
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.05em;
  text-transform: none;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
  text-shadow: 0 18px 40px rgba(4, 10, 20, 0.3);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.hero-minimal-page .page-hero:not(.page-hero--minimal) > .page-hero-inner > .section-kicker::before {
  display: none;
}

.hero-minimal-page .page-hero--minimal > .page-hero-inner.page-hero-inner--minimal > h1 {
  grid-area: auto;
  margin: 0;
  width: min(90vw, 900px);
  max-width: min(90vw, 900px);
  color: #ffffff;
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.05em;
  overflow-wrap: anywhere;
  text-align: center;
  text-shadow: 0 18px 40px rgba(4, 10, 20, 0.3);
}

.page-intro-section,
.values-summary-section {
  background: #ffffff;
}

.page-intro-shell,
.values-summary-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 30px;
  align-items: start;
}

.page-intro-copy,
.values-summary-copy {
  max-width: 720px;
  min-width: 0;
}

.page-intro-copy h2,
.values-summary-copy h2 {
  margin: 10px 0 14px;
  color: #1d2d44;
  font-size: clamp(1.8rem, 2.4vw, 2.55rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
  overflow-wrap: anywhere;
}

.page-intro-copy p,
.values-summary-copy p {
  margin: 0;
  color: #516274;
  font-size: 1rem;
  line-height: 1.74;
  overflow-wrap: anywhere;
}

.page-intro-metrics,
.values-summary-metrics {
  margin-bottom: 0;
}

.page-intro-panel {
  padding: 28px 30px;
  border: 1px solid rgba(20, 70, 120, 0.1);
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff, #f7fbff);
  box-shadow: 0 20px 48px rgba(19, 50, 88, 0.08);
}

.page-intro-panel .section-kicker {
  color: #1f8ed7;
}

.page-intro-panel h3 {
  margin: 10px 0 16px;
  color: #1d2d44;
  font-size: clamp(1.15rem, 1.7vw, 1.5rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.page-intro-panel p {
  margin: 0 0 18px;
  color: #516274;
  font-size: 0.98rem;
  line-height: 1.74;
}

.page-intro-copy .chip-row {
  margin-top: 18px;
}

.page-intro-panel .filter-row,
.page-intro-panel .chip-row {
  margin-bottom: 0;
}

@media (min-width: 861px) {
  body.hero-minimal-page {
    padding-top: 0;
  }

  body.hero-minimal-page .site-header {
    background: linear-gradient(180deg, rgba(5, 11, 20, 0.42), rgba(5, 11, 20, 0.04));
    border-bottom-color: rgba(255, 255, 255, 0.14);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  body.hero-minimal-page .nav-link {
    color: rgba(255, 255, 255, 0.92);
  }

  body.hero-minimal-page .nav-link:hover,
  body.hero-minimal-page .nav-link[aria-current="page"] {
    color: #ffffff;
  }

  body.hero-minimal-page .nav-link[aria-current="page"]::after {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 18px;
    display: block;
    height: 2px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
  }

  body.hero-minimal-page .language-current {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.96);
  }

  body.hero-minimal-page .language-dropdown[open] .language-current,
  body.hero-minimal-page .language-current:hover {
    border-color: rgba(255, 255, 255, 0.34);
    color: #ffffff;
  }

  body.hero-minimal-page .page-hero,
  body.hero-minimal-page .page-hero--minimal {
    margin-top: -104px;
    padding-top: 174px;
    padding-bottom: 84px;
  }
}

@media (max-width: 860px) {
  body.hero-minimal-page .site-header {
    background: rgba(255, 255, 255, 0.96);
    border-bottom-color: rgba(19, 62, 117, 0.08);
    box-shadow: 0 12px 28px rgba(15, 37, 64, 0.08);
  }

  body.hero-minimal-page .nav-toggle {
    border-color: rgba(18, 62, 112, 0.12);
    background: rgba(19, 62, 117, 0.04);
    color: #223549;
  }

  body.hero-minimal-page .page-hero,
  body.hero-minimal-page .page-hero--minimal {
    padding-top: 70px;
    padding-bottom: 54px;
    min-height: 260px;
    background-position: center center, center center, center 46%;
  }

  body.hero-minimal-page .page-hero:not(.page-hero--minimal) > .page-hero-inner > .section-kicker,
  body.hero-minimal-page .page-hero--minimal > .page-hero-inner.page-hero-inner--minimal > h1 {
    width: 88vw;
    max-width: 88vw;
    font-size: clamp(1.75rem, 7vw, 2.55rem);
    line-height: 1.08;
  }

  .page-intro-shell,
  .values-summary-shell {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .page-intro-copy h2,
  .values-summary-copy h2 {
    font-size: clamp(1.55rem, 6vw, 2rem);
  }
}

/* News feature gallery */

.news-feature-stack {
  display: grid;
  gap: 32px;
}

.news-feature-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: start;
  padding: 32px;
  border: 1px solid rgba(24, 62, 111, 0.1);
  border-radius: 32px;
  background:
    radial-gradient(circle at top left, rgba(25, 143, 214, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.98));
  box-shadow: 0 24px 56px rgba(17, 36, 71, 0.08);
}

.news-feature-copy {
  display: grid;
  align-content: start;
  gap: 18px;
  min-width: 0;
}

.news-feature-copy .section-kicker {
  justify-self: start;
}

.news-feature-copy h2 {
  margin: 0;
  color: #1d2d44;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 2.9vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.news-feature-copy p {
  margin: 0;
  color: #5d6e82;
  font-size: 1.02rem;
  line-height: 1.85;
}

.news-feature-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
}

.news-feature-gallery-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.news-feature-gallery-single {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.news-feature-media {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(24, 62, 111, 0.1);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 22px 54px rgba(17, 36, 71, 0.08);
}

.news-feature-media-main {
  grid-row: 1 / 3;
}

.news-feature-media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.news-feature-media-main img {
  aspect-ratio: 4 / 5;
}

.news-feature-gallery-grid .news-feature-media img {
  aspect-ratio: 16 / 11;
}

.news-feature-gallery-single .news-feature-media-main {
  grid-column: 1 / -1;
  grid-row: auto;
}

.news-feature-gallery-single .news-feature-media-main img {
  aspect-ratio: 16 / 9;
}

@media (max-width: 980px) {
  .news-feature-card {
    grid-template-columns: 1fr;
  }

  .news-feature-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .news-feature-media-main {
    grid-row: auto;
    grid-column: 1 / -1;
  }

  .news-feature-media-main img {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 560px) {
  .news-feature-card {
    gap: 24px;
    padding: 22px 18px;
    border-radius: 24px;
  }

  .news-feature-copy h2 {
    font-size: clamp(1.65rem, 7.8vw, 2.2rem);
  }

  .news-feature-copy p {
    font-size: 0.96rem;
    line-height: 1.76;
  }

  .news-feature-gallery {
    grid-template-columns: 1fr;
  }

  .news-feature-media,
  .news-feature-media-main {
    grid-column: auto;
  }

  .news-feature-media img,
  .news-feature-media-main img {
    aspect-ratio: 16 / 11;
  }
}
