/* Erdem Asansör - optimized CSS | generated from supplied stylesheet */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("../../fonts/inter-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 300 800;
  font-display: swap;
  src: url("../../fonts/inter-latin-wght-italic.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("../../fonts/inter-latin-ext-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 300 800;
  font-display: swap;
  src: url("../../fonts/inter-latin-ext-wght-italic.woff2") format("woff2-variations");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --mag: #be1a6a;
  --mag-d: #8e1350;
  --mag-l: #d93a85;
  --tint: #fbf0f5;
  --ink: #1c1b17;
  --grey: #6b6a66;
  --line: #e3e1dd;
  --bg: #f5f4f2;
  --white: #fff;
  --radius: 14px;
  --max: 1180px;
  --shadow: 0 4px 24px rgba(28, 27, 23, 0.07);
  --shadow-lg: 0 18px 50px rgba(28, 27, 23, 0.13);
  --ea-blue: #08a6e8;
  --ea-blue-hover: #008fcd;
  --ea-blue-dark: #0c1f31;
  --ea-blue-soft: #e9f7fd;
  --ea-dark: #101c24;
  --ea-dark-2: #172832;
  --ea-text: #17202a;
  --ea-muted: #6a7680;
  --ea-white: #ffffff;
  --ea-border: #e7edf0;
  --ea-header-height: 82px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--mag);
  text-decoration: none;
}

a:hover {
  color: var(--ea-blue-dark);
}

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
}

h1,
h2,
h3,
h4 {
  letter-spacing: -0.02em;
  line-height: 1.12;
  margin: 0;
  font-weight: 800;
}

h1 {
  font-size: clamp(34px, 5.2vw, 60px);
}

h2 {
  font-size: clamp(26px, 3.4vw, 40px);
}

h3 {
  font-size: 20px;
  letter-spacing: -0.01em;
}

p {
  margin: 0;
}

.mag {
  color: var(--mag);
}

.topbar {
  background: var(--ink);
  color: #cfcdc7;
  font-size: 13.5px;
}

.topbar .wrap {
  display: flex;
  gap: 22px;
  align-items: center;
  min-height: 42px;
  flex-wrap: wrap;
}

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

.topbar a:hover {
  color: var(--mag-l);
}

.topbar .sep {
  margin-left: auto;
  display: flex;
  gap: 18px;
  align-items: center;
}

.topbar svg {
  width: 15px;
  height: 15px;
  vertical-align: -2px;
  margin-right: 7px;
  fill: var(--mag-l);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: saturate(1.4) blur(8px);
  border-bottom: 1px solid var(--line);
}

.site-header .wrap {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 82px;
}

.brand {
  flex: 0 0 auto;
}

.brand svg {
  width: 210px;
  height: auto;
}

.nav {
  display: flex;
  gap: 26px;
  margin-left: auto;
  align-items: center;
}

.nav a {
  color: var(--ink);
  font-weight: 600;
  font-size: 15.5px;
  position: relative;
  padding: 8px 0;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 2px;
  height: 2px;
  background: var(--mag);
  transition: right 0.25s;
}

.nav a:hover::after,
.nav a.active::after {
  right: 0;
}

.nav a.active {
  color: var(--mag);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: var(--mag);
  color: #fff;
  font-weight: 700;
  font-size: 15.5px;
  padding: 13px 24px;
  border-radius: 8px;
  border: 2px solid var(--mag);
  transition: 0.2s;
  white-space: nowrap;
}

.btn:hover {
  background: var(--mag-d);
  border-color: var(--mag-d);
  color: #fff;
  transform: translateY(-1px);
}

.btn.dark {
  background: var(--ink);
  border-color: var(--ink);
}

.btn.dark:hover {
  background: #000;
  border-color: #000;
}

.btn.ghost {
  background: transparent;
  color: var(--mag);
}

.btn.ghost:hover {
  background: var(--tint);
  color: var(--mag-d);
}

.btn.light {
  background: #fff;
  border-color: #fff;
  color: var(--ink);
}

.btn.light:hover {
  background: var(--tint);
  border-color: var(--tint);
  color: var(--mag-d);
}

.btn.big {
  padding: 16px 30px;
  font-size: 17px;
}

.btn.small {
  padding: 9px 17px;
  font-size: 14px;
  border-radius: 7px;
}

.btn.small svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  transition: 0.2s;
}

.btn.small:hover svg {
  transform: translateX(3px);
}

.burger {
  display: none;
  background: none;
  border: 0;
  padding: 8px;
  cursor: pointer;
}

.burger span {
  display: block;
  width: 26px;
  height: 2.5px;
  background: var(--ink);
  margin: 5px 0;
  border-radius: 2px;
  transition: 0.25s;
}

.hero {
  position: relative;
  overflow: hidden;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}

.hero::before {
  content: "";
  position: absolute;
  right: -160px;
  top: -140px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(190, 26, 106, 0.16), rgba(190, 26, 106, 0) 62%);
}

.hero .wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 56px;
  align-items: center;
  padding: 76px 24px 84px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--tint);
  color: var(--mag-d);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 8px 15px;
  border-radius: 999px;
  margin-bottom: 22px;
}

.eyebrow i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mag);
  display: block;
}

.hero p.lead {
  margin-top: 20px;
  font-size: 19px;
  color: var(--grey);
  max-width: 52ch;
}

.hero .claim {
  margin-top: 14px;
  font-style: italic;
  font-weight: 700;
  font-size: 19px;
  color: var(--ink);
}

.hero .cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.usps {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  margin-top: 36px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.usps div {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 9px;
}

.usps svg {
  width: 18px;
  height: 18px;
  fill: var(--mag);
  flex: 0 0 auto;
}

.ph {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  background-image: repeating-linear-gradient(135deg, #f3f1ee 0 12px, #edeae6 12px 24px);
}

.ph::after {
  content: attr(data-label);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.92);
  color: var(--grey);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 999px;
  white-space: nowrap;
}

.hero-media {
  aspect-ratio: 4/5;
  box-shadow: var(--shadow-lg);
}

.hero-badge {
  position: absolute;
  left: -22px;
  bottom: 26px;
  background: var(--mag);
  color: #fff;
  border-radius: 12px;
  padding: 16px 20px;
  box-shadow: var(--shadow-lg);
  z-index: 2;
}

.hero-badge b {
  display: block;
  font-size: 26px;
  line-height: 1;
}

.hero-badge span {
  font-size: 12.5px;
  opacity: 0.9;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-visual {
  position: relative;
}

.shot {
  background: none;
  border: 1px solid var(--line);
}

.shot::after {
  display: none;
}

.shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.prod .shot {
  border: 0;
}

.prod .shot img {
  aspect-ratio: 4/3;
}

section {
  padding: 88px 0;
}

section.alt {
  background: var(--bg);
}

.sec-head {
  max-width: 720px;
  margin-bottom: 44px;
}

.kicker {
  color: var(--mag);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 12.5px;
  margin-bottom: 12px;
  display: block;
}

.sec-head p {
  color: var(--grey);
  margin-top: 16px;
  font-size: 18px;
}

.sec-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.grid {
  display: grid;
  gap: 22px;
}

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

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

.g2 {
  grid-template-columns: repeat(2, 1fr);
}

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  transition: 0.25s;
  display: flex;
  flex-direction: column;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: #d6c3ce;
}

.card .ico {
  width: 46px;
  height: 46px;
  border-radius: 11px;
  background: var(--tint);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.card .ico svg {
  width: 23px;
  height: 23px;
  fill: var(--mag);
}

.card h3 {
  margin-bottom: 9px;
}

.card p {
  color: var(--grey);
  font-size: 15px;
}

.card .more {
  margin-top: 16px;
  font-weight: 700;
  font-size: 14.5px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.card .more svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
  transition: 0.2s;
}

.card:hover .more svg {
  transform: translateX(4px);
}

.card ul {
  margin: 12px 0 0;
  padding-left: 18px;
  color: var(--grey);
  font-size: 14.5px;
}

.card ul li {
  margin: 4px 0;
}

.lead-title {
  text-align: center;
  font-size: clamp(38px, 7.4vw, 102px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  font-weight: 800;
  margin: 0;
}

.lead-title b {
  color: var(--mag);
  font-weight: 800;
}

.lead-title em {
  font-style: italic;
  font-weight: 300;
  color: var(--ink);
  letter-spacing: -0.03em;
}

.lead-sub {
  text-align: center;
  color: var(--mag);
  font-size: 16px;
  margin-top: 22px;
}

.cols6 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 66px;
}

.col {
  display: block;
  padding: 26px 24px 32px;
  border-left: 1px solid var(--line);
  transition: 0.25s;
  color: var(--ink);
}

.col:hover {
  background: linear-gradient(180deg, var(--tint) 0%, rgba(251, 240, 245, 0) 100%);
}

.col:nth-child(n + 5) {
  border-top: 1px solid var(--line);
}

.col .num {
  font-size: 13px;
  font-weight: 700;
  color: var(--mag);
  letter-spacing: 0.05em;
  display: block;
}

.col .kick {
  display: block;
  margin-top: 30px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mag);
}

.col:hover h3 {
  color: var(--mag);
}

.col h3 {
  margin-top: 10px;
  font-size: clamp(22px, 1.9vw, 28px);
  line-height: 1.1;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.025em;
}

.col h3 em {
  font-style: italic;
  font-weight: 400;
  color: var(--mag);
}

.col p {
  margin-top: 15px;
  font-size: 15.5px;
  line-height: 1.55;
}

.col p b {
  font-weight: 700;
  color: var(--ink);
}

.col p span {
  font-weight: 400;
  color: var(--mag);
}

.band {
  background: var(--ink);
  color: #fff;
}

.band h2 {
  color: #fff;
}

.band p {
  color: #b9b7b1;
}

.band .kicker {
  color: var(--mag-l);
}

.stat {
  border-left: 2px solid rgba(255, 255, 255, 0.14);
  padding-left: 22px;
}

.stat b {
  display: block;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1;
}

.stat span {
  color: #b9b7b1;
  font-size: 14.5px;
  margin-top: 6px;
  display: block;
}

.steps {
  counter-reset: s;
}

.step {
  position: relative;
  padding-left: 70px;
}

.step::before {
  counter-increment: s;
  content: counter(s, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: -6px;
  font-size: 34px;
  font-weight: 800;
  color: var(--mag);
  opacity: 0.28;
  letter-spacing: -0.03em;
}

.step h3 {
  margin-bottom: 8px;
}

.step p {
  color: var(--grey);
  font-size: 15px;
}

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

.checks li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 16px;
}

.checks svg {
  width: 20px;
  height: 20px;
  fill: var(--mag);
  flex: 0 0 auto;
  margin-top: 3px;
}

.form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow);
}

.field {
  margin-bottom: 16px;
}

.field label {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  margin-bottom: 7px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 9px;
  font: inherit;
  font-size: 15.5px;
  background: #fff;
  color: var(--ink);
  transition: 0.2s;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--mag);
  box-shadow: 0 0 0 3px rgba(190, 26, 106, 0.13);
}

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

.row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.hint {
  font-size: 13px;
  color: var(--grey);
  margin-top: 12px;
}

.cta-band {
  background: linear-gradient(115deg, var(--mag) 0%, var(--mag-d) 100%);
  color: #fff;
  border-radius: 18px;
  padding: 48px;
  display: flex;
  gap: 34px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cta-band h2 {
  color: #fff;
  max-width: 18ch;
}

.cta-band p {
  color: rgba(255, 255, 255, 0.88);
  margin-top: 12px;
  max-width: 46ch;
}

.page-hero {
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  padding: 46px 0 54px;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -180px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(190, 26, 106, 0.15), rgba(190, 26, 106, 0) 62%);
}

.crumbs {
  font-size: 13.5px;
  color: var(--grey);
  margin-bottom: 18px;
  position: relative;
}

.crumbs a {
  color: var(--grey);
}

.crumbs a:hover {
  color: var(--mag);
}

.page-hero .wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 52px;
  align-items: center;
}

.page-hero-media .ph {
  box-shadow: var(--shadow-lg);
}

.page-hero p.lead {
  margin-top: 18px;
  color: var(--grey);
  font-size: 18.5px;
  max-width: 62ch;
}

.prod {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
}

.prod .ph {
  border: 0;
  border-radius: 0;
  aspect-ratio: 4/3;
  height: 100%;
}

.prod .txt {
  padding: 30px 34px 30px 0;
}

.prod:nth-child(even) .ph {
  order: 2;
}

.prod:nth-child(even) .txt {
  padding: 30px 0 30px 34px;
}

.prod h3 {
  font-size: 23px;
  margin-bottom: 10px;
}

.prod .btn.small {
  margin-top: 18px;
}

.prod p {
  color: var(--grey);
  font-size: 15.5px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.tag {
  background: var(--tint);
  color: var(--mag-d);
  font-size: 13px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 999px;
}

table.spec {
  width: 100%;
  border-collapse: collapse;
  font-size: 15.5px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

table.spec th,
table.spec td {
  text-align: left;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
}

table.spec th {
  background: var(--bg);
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--grey);
}

table.spec tr:last-child td {
  border-bottom: 0;
}

details.faq {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px 22px;
  background: #fff;
  margin-bottom: 12px;
}

details.faq summary {
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

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

details.faq summary::after {
  content: "+";
  color: var(--mag);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

details.faq[open] summary::after {
  content: "–";
}

details.faq p {
  color: var(--grey);
  font-size: 15.5px;
  margin-top: 12px;
}

footer.site {
  background: var(--ink);
  color: #b9b7b1;
  padding: 64px 0 0;
  font-size: 15px;
}

footer.site .cols {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 36px;
  padding-bottom: 44px;
}

footer.site h4 {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

footer.site a {
  color: #b9b7b1;
  display: block;
  padding: 5px 0;
}

footer.site a:hover {
  color: var(--ea-blue);
}

footer.site .brand svg,
footer.site .brand img {
  width: 190px;
  max-width: 100%;
  height: auto;
  margin-bottom: 18px;
}

footer.site .brand svg .fil1,
footer.site .brand svg .fil2 {
  fill: #fff;
}

footer.site .footer-logo-text {
  display: inline-flex;
  color: #fff;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-bottom: 18px;
}

footer.site .footer-logo-text span {
  color: var(--mag-l);
}

footer.site .footer-description {
  white-space: normal;
}

footer.site .footer-address {
  margin-bottom: 10px;
}

footer.site .footer-hours {
  margin-top: 10px;
}

footer.site .legal {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 13.5px;
}

footer.site .legal a {
  display: inline;
  padding: 0;
  margin-left: 18px;
}

.mobile-bar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  background: #fff;
  border-top: 1px solid var(--line);
  padding: 10px 14px;
  gap: 10px;
  box-shadow: 0 -6px 24px rgba(28, 27, 23, 0.09);
}

.mobile-bar .btn {
  flex: 1;
  padding: 13px 10px;
  font-size: 15px;
}

@media (max-width: 980px) {
  .hero .wrap {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 56px 24px 64px;
  }
  .hero-visual {
    order: -1;
  }
  .g4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g3 {
    grid-template-columns: repeat(2, 1fr);
  }
  footer.site .cols {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media (max-width: 1180px) {
  .cols6 {
    grid-template-columns: repeat(3, 1fr);
  }
  .col:nth-child(n + 4) {
    border-top: 1px solid var(--line);
  }
  .col:nth-child(5),
  .col:nth-child(6),
  .col:nth-child(7),
  .col:nth-child(8) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 980px) {
  .cols6 {
    grid-template-columns: repeat(2, 1fr);
  }
  .col:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 820px) {
  footer.site .cols {
    grid-template-columns: 1fr;
  }
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 24px 20px;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }
  .nav.open {
    display: flex;
  }
  .nav a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }
  .nav a::after {
    display: none;
  }
  .nav .btn {
    margin-top: 14px;
    border-bottom: 0;
  }
  .burger {
    display: block;
    margin-left: auto;
  }
  .site-header .wrap {
    position: relative;
    min-height: 70px;
  }
  .brand svg {
    width: 172px;
  }
  .topbar .sep {
    display: none;
  }
  .g3,
  .g4,
  .g2,
  .row2 {
    grid-template-columns: 1fr;
  }
  .cols6 {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }
  .col {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 24px 0 28px;
  }
  .col:nth-child(n + 2) {
    border-top: 1px solid var(--line);
  }
  .col .kick {
    margin-top: 18px;
  }
  .prod {
    grid-template-columns: 1fr;
  }
  .page-hero .wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .prod .txt,
  .prod:nth-child(even) .txt {
    padding: 26px;
  }
  .prod:nth-child(even) .ph {
    order: 0;
  }
  section {
    padding: 60px 0;
  }
  .cta-band {
    padding: 34px;
  }
  .mobile-bar {
    display: flex;
  }
  body {
    padding-bottom: 70px;
  }
  .hero-badge {
    left: 16px;
    bottom: 16px;
    padding: 13px 17px;
  }
  .hero-badge b {
    font-size: 22px;
  }
}

.finishes {
  background: var(--bg);
}

.fin {
  position: relative;
}

.sw {
  height: 170px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(28, 27, 23, 0.12);
  transition: transform 0.5s cubic-bezier(0.2, 0.6, 0.2, 1);
}

.fin:hover .sw {
  transform: translateY(-5px);
}

.sw::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0) 45%);
}

.sw-soft {
  background: linear-gradient(140deg, #3a3833 0%, #26251f 55%, #3f3d37 100%);
}

.sw-lack {
  background: linear-gradient(140deg, #26251f, #131210);
}

.sw-lack::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(102deg, transparent 38%, rgba(255, 255, 255, 0.3) 46%, rgba(255, 255, 255, 0.06) 52%, transparent 60%);
}

.sw-folie {
  background: linear-gradient(115deg, #8b6b2c 0%, #e7ce8e 26%, #b08f2e 44%, #f5e9c2 62%, #9a7a33 82%, #d8bc72 100%);
}

.sw-stanz {
  background: var(--mag);
}

.sw-stanz::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 2px dashed rgba(255, 255, 255, 0.75);
  border-radius: 10px;
}

.fin-num {
  display: block;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--mag);
}

.fin h3 {
  margin-top: 8px;
  font-size: 19px;
}

.fin p {
  margin-top: 9px;
  color: var(--grey);
  font-size: 14.5px;
  line-height: 1.55;
}

.quote-band {
  background: var(--ink);
  text-align: center;
  padding: 78px 0;
}

.quote-band .q-claim {
  font-style: italic;
  font-weight: 700;
  color: #fff;
  font-size: clamp(26px, 3.6vw, 42px);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.quote-band .q-text {
  color: #b9b7b1;
  max-width: 56ch;
  margin: 20px auto 30px;
  font-size: 17px;
}

.prod .shot img {
  transition: transform 0.7s cubic-bezier(0.2, 0.6, 0.2, 1);
}

.prod:hover .shot img {
  transform: scale(1.035);
}

.prod {
  transition: box-shadow 0.3s, border-color 0.3s;
}

.prod:hover {
  box-shadow: var(--shadow);
  border-color: #e6d5de;
}

#referenzen .shot {
  overflow: hidden;
}

#referenzen .shot img {
  transition: transform 0.7s cubic-bezier(0.2, 0.6, 0.2, 1);
}

#referenzen .shot:hover img {
  transform: scale(1.05);
}

.sec-head .kicker::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 2px;
  background: var(--mag);
  vertical-align: middle;
  margin-right: 11px;
  transform: translateY(-1px);
}

.sec-head.center .kicker::before {
  display: none;
}

@media (max-width: 820px) {
  .quote-band {
    padding: 56px 0;
  }
}

.perks {
  background: linear-gradient(135deg, var(--mag) 0%, var(--mag-d) 100%);
  padding: 72px 0;
}

.perks .card {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
  backdrop-filter: blur(2px);
}

.perks .card:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.55);
  box-shadow: 0 14px 34px rgba(94, 10, 52, 0.28);
}

.perks .card h3 {
  color: #fff;
}

.perks .card p {
  color: rgba(255, 255, 255, 0.86);
}

.perks .card .ico {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.perks .card .ico svg {
  fill: #fff;
}

@media (max-width: 820px) {
  .perks {
    padding: 52px 0;
  }
}

.tb-rating b {
  color: #fff;
}

.tb-rating svg {
  fill: #f5b301 !important;
}

.reviews {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  padding: 30px 0;
}

.reviews .wrap {
  display: flex;
  justify-content: center;
}

.rv {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px 30px;
  box-shadow: 0 3px 16px rgba(28, 27, 23, 0.06);
  transition: 0.25s;
  color: var(--ink);
}

.rv:hover {
  background: var(--tint);
  border-color: #e6cbda;
  color: var(--ink);
  box-shadow: 0 10px 28px rgba(190, 26, 106, 0.13);
  transform: translateY(-2px);
}

.rv-score {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.rv-stars {
  display: inline-flex;
  gap: 3px;
}

.rv-stars svg {
  width: 19px;
  height: 19px;
  fill: #f5b301;
}

.rv-text {
  font-size: 14.5px;
  color: var(--grey);
  line-height: 1.35;
}

.rv-text strong {
  color: var(--ink);
  font-weight: 700;
  font-size: 15px;
}

.rv-link {
  font-weight: 700;
  font-size: 14.5px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-left: 1px solid var(--line);
  padding-left: 20px;
  margin-left: 4px;
  color: var(--mag);
  transition: 0.2s;
}

.rv:hover .rv-link {
  color: var(--mag-d);
  border-color: #e6cbda;
}

.rv-link svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
  transition: 0.2s;
}

.rv:hover .rv-link svg {
  transform: translateX(4px);
}

@media (max-width: 820px) {
  .reviews {
    padding: 22px 0;
  }
  .rv {
    gap: 12px;
    padding: 18px 22px;
    width: 100%;
  }
  .rv-link {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    justify-content: center;
  }
}

.hero-rating {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 16px;
  margin-bottom: 18px;
  box-shadow: 0 3px 14px rgba(28, 27, 23, 0.07);
  color: var(--ink);
  transition: 0.2s;
}

.hero-rating:hover {
  color: var(--ink);
  border-color: #d6c3ce;
  transform: translateY(-1px);
}

.hr-stars {
  display: inline-flex;
  gap: 2px;
}

.hr-stars svg {
  width: 16px;
  height: 16px;
  fill: #f5b301;
}

.hero-rating b {
  font-size: 15px;
}

.hr-txt {
  font-size: 14px;
  color: var(--grey);
}

@media (max-width: 420px) {
  .hr-txt {
    font-size: 13px;
  }
}

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--mag);
  color: #fff;
  padding: 12px 18px;
  border-radius: 0 0 8px 0;
  z-index: 100;
  font-weight: 700;
}

.skip:focus {
  left: 0;
  color: #fff;
}

.local {
  background: var(--white);
}

.bezirke {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.bezirke span {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 14px;
  color: var(--ink);
}

.local .card h3 {
  margin-bottom: 8px;
}

.local-sub {
  margin: 34px 0 14px;
  font-size: 17px;
  font-weight: 700;
}

.bezirke.laender span {
  background: var(--tint);
  border-color: #eed8e4;
  color: var(--mag-d);
  font-weight: 600;
}

.upload {
  background: var(--bg);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.upload-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.upload-txt h2 {
  margin-bottom: 16px;
}

.upload-txt > p {
  color: var(--grey);
  font-size: 18px;
}

.upload-txt .checks {
  margin-top: 24px;
}

.upload-contact {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.upload-contact a {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 18px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.35;
  transition: 0.2s;
}

.upload-contact a:hover {
  border-color: var(--mag);
  color: var(--ink);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.upload-contact svg {
  width: 20px;
  height: 20px;
  fill: var(--mag);
  flex: 0 0 auto;
}

.upload-contact b {
  font-size: 15.5px;
}

.upload-form h3 {
  margin-bottom: 20px;
  font-size: 21px;
}

.field label.dropzone,
.dropzone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 2px dashed #d9c6d0;
  border-radius: 12px;
  background: var(--tint);
  padding: 26px 20px;
  cursor: pointer;
  text-align: center;
  transition: 0.2s;
}

.dropzone:hover {
  border-color: var(--mag);
  background: #f8e6ee;
}

.dropzone svg {
  width: 26px;
  height: 26px;
  fill: var(--mag);
  margin-bottom: 2px;
}

.field label.dropzone {
  margin-bottom: 0;
}

.dropzone b {
  font-size: 15px;
  margin-bottom: 0;
}

.dropzone span {
  font-size: 13px;
  color: var(--grey);
}

.form input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}

@media (max-width: 900px) {
  .upload-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

.has-sub {
  position: relative;
}

.has-sub > a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.has-sub > a svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
  transition: transform 0.2s;
}

.has-sub:hover > a svg {
  transform: rotate(180deg);
}

.submenu {
  position: absolute;
  top: 100%;
  left: -18px;
  min-width: 250px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: 0.18s;
  z-index: 60;
}

.has-sub:hover .submenu,
.has-sub:focus-within .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.submenu a {
  display: block;
  padding: 11px 14px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
}

.submenu a::after {
  display: none;
}

.submenu a:hover {
  background: var(--tint);
  color: var(--mag-d);
}

@media (max-width: 820px) {
  .has-sub {
    width: 100%;
  }
  .has-sub > a {
    width: 100%;
    justify-content: space-between;
  }
  .submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    border: 0;
    box-shadow: none;
    padding: 0 0 8px 14px;
    min-width: 0;
  }
  .submenu a {
    padding: 11px 0;
    border-bottom: 1px solid var(--line);
  }
}

.fo-werbe {
  background: linear-gradient(130deg, var(--mag) 0%, var(--mag-d) 55%, #6e0e3d 100%);
}

.fo-milch {
  background: linear-gradient(130deg, #e8eef1 0%, #cdd8de 50%, #eff4f6 100%);
}

.fo-milch::after {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(2px);
  background: repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.5) 0 8px, rgba(255, 255, 255, 0.2) 8px 16px);
}

.fo-sonne {
  background: linear-gradient(130deg, #9fb6c4 0%, #5f7c8c 45%, #c9d9e2 70%, #7b95a4 100%);
}

.fo-sicher {
  background: linear-gradient(130deg, #dce4e8 0%, #b9c6cd 100%);
}

.fo-sicher::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(64deg, transparent 46%, rgba(255, 255, 255, 0.9) 47%, transparent 48%),
    linear-gradient(-38deg, transparent 55%, rgba(255, 255, 255, 0.75) 56%, transparent 57%);
}

.fo-oneway {
  background: #1c1b17;
}

.fo-oneway::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.85) 1.6px, transparent 1.8px);
  background-size: 9px 9px;
}

.fo-dekor {
  background: linear-gradient(130deg, #f6e3ec 0%, #e7c3d6 100%);
}

.fo-dekor::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 30% 30%, rgba(190, 26, 106, 0.35) 12px, transparent 13px),
    radial-gradient(circle at 70% 65%, rgba(190, 26, 106, 0.25) 22px, transparent 23px);
  background-size: 100% 100%;
}

.bg-photo {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0.975) 0%, rgba(255, 255, 255, 0.955) 52%, rgba(255, 255, 255, 0.8) 100%);
}

.bg-photo > .wrap {
  position: relative;
  z-index: 1;
}

.bg-photo table.spec {
  box-shadow: var(--shadow);
}

@media (max-width: 820px) {
  .bg-photo {
    background-attachment: scroll;
  }
  .bg-photo::before {
    background: rgba(255, 255, 255, 0.955);
  }
}

.hero-solo .wrap {
  grid-template-columns: 1fr;
  max-width: var(--max);
}

.hero-solo .page-hero-txt {
  max-width: 760px;
}

.page-hero.bg-photo {
  background-attachment: scroll;
}

.page-hero.bg-photo::before {
  inset: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0.97) 0%,
    rgba(255, 255, 255, 0.93) 45%,
    rgba(255, 255, 255, 0.55) 78%,
    rgba(255, 255, 255, 0.35) 100%
  );
}

.page-hero.bg-photo {
  border-bottom: 1px solid var(--line);
}

@media (max-width: 820px) {
  .page-hero.bg-photo::before {
    background: rgba(255, 255, 255, 0.94);
  }
}

.tv-sieb {
  background: linear-gradient(130deg, var(--mag) 0%, var(--mag-d) 100%);
}

.tv-stick {
  background: linear-gradient(130deg, #2e2c27, #1c1b17);
}

.tv-stick::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(58deg, rgba(255, 255, 255, 0.2) 0 2px, rgba(255, 255, 255, 0) 2px 6px);
}

.tv-dtf {
  background: linear-gradient(120deg, #be1a6a 0%, #e4708e 25%, #6c5ce7 55%, #2fb6c4 80%, #f2c14e 100%);
}

.tv-flex {
  background: linear-gradient(130deg, #3b3933, #26251f);
}

.tv-flex::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 60%);
}

.posts .post {
  padding: 0;
  overflow: hidden;
  color: var(--ink);
}

.posts .post .ph {
  border: 0;
  border-radius: 0;
}

.posts .post .ph img {
  transition: transform 0.7s cubic-bezier(0.2, 0.6, 0.2, 1);
}

.posts .post:hover .ph img {
  transform: scale(1.05);
}

.post-txt {
  padding: 24px 26px 28px;
}

.post-meta {
  display: block;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mag);
  margin-bottom: 10px;
}

.posts .post h3 {
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.posts .post p {
  color: var(--grey);
  font-size: 15px;
}

.prose {
  max-width: 760px;
  font-size: 18px;
  line-height: 1.75;
}

.prose .lede {
  font-size: 21px;
  line-height: 1.6;
  color: var(--ink);
  font-weight: 500;
  border-left: 3px solid var(--mag);
  padding-left: 20px;
  margin-bottom: 36px;
}

.prose h2 {
  font-size: 27px;
  margin: 44px 0 14px;
}

.prose p {
  margin-bottom: 18px;
  color: #33322d;
}

.prose ul {
  margin: 0 0 22px;
  padding-left: 22px;
  color: #33322d;
}

.prose ul li {
  margin: 8px 0;
}

.prose strong {
  color: var(--ink);
}

.prose-cta {
  margin-top: 52px;
  background: var(--tint);
  border: 1px solid #eed8e4;
  border-radius: var(--radius);
  padding: 30px;
}

.prose-cta h3 {
  font-size: 21px;
  margin-bottom: 8px;
}

.prose-cta p {
  color: var(--grey);
  font-size: 16px;
  margin: 0;
}

.nav a.btn,
.nav a.btn:hover,
.nav a.btn:visited,
.nav .btn.cta-nav {
  color: #fff;
}

.nav a.btn svg {
  fill: #fff;
}

.nav .btn.cta-nav {
  border-radius: 999px;
  padding: 12px 22px;
  background: linear-gradient(135deg, #d42079 0%, var(--mag) 45%, var(--mag-d) 100%);
  border: 0;
  box-shadow: 0 6px 18px rgba(190, 26, 106, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  letter-spacing: 0.005em;
  position: relative;
  overflow: hidden;
}

.nav .btn.cta-nav svg {
  width: 15px;
  height: 15px;
  fill: #fff;
  transition: transform 0.25s;
}

.nav .btn.cta-nav::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60%;
  width: 45%;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0));
  transform: skewX(-18deg);
  transition: left 0.55s cubic-bezier(0.2, 0.6, 0.2, 1);
}

.nav .btn.cta-nav:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(190, 26, 106, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.nav .btn.cta-nav:hover::after {
  left: 120%;
}

.nav .btn.cta-nav:hover svg {
  transform: translateX(4px);
}

.nav .btn.cta-nav:active {
  transform: translateY(0);
}

@media (max-width: 820px) {
  .nav .btn.cta-nav {
    width: 100%;
    justify-content: center;
    padding: 15px 22px;
  }
}

.prose h2 {
  font-size: 24px;
  margin: 40px 0 12px;
}

.prose ul {
  margin-bottom: 20px;
}

.page-hero .lead {
  max-width: 64ch;
}

[hidden] {
  display: none !important;
}

.cc-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(28, 27, 23, 0.55);
  z-index: 90;
  backdrop-filter: blur(2px);
}

.cc {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 95;
  background: #fff;
  border-top: 1px solid var(--line);
  box-shadow: 0 -10px 40px rgba(28, 27, 23, 0.16);
  animation: cc-up 0.35s cubic-bezier(0.2, 0.7, 0.2, 1);
}

@keyframes cc-up {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

.cc-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 24px;
  display: flex;
  gap: 34px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cc-text {
  flex: 1 1 420px;
}

.cc-text h2 {
  font-size: 20px;
  margin-bottom: 8px;
}

.cc-text p {
  color: var(--grey);
  font-size: 14.5px;
  line-height: 1.55;
  max-width: 78ch;
}

.cc-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.cc-actions .btn {
  padding: 12px 20px;
  font-size: 15px;
}

.cc-modal {
  position: fixed;
  inset: 0;
  z-index: 96;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.cc-box {
  background: #fff;
  border-radius: 18px;
  max-width: 560px;
  width: 100%;
  padding: 32px;
  box-shadow: var(--shadow-lg);
  max-height: 88vh;
  overflow: auto;
}

.cc-box h2 {
  font-size: 23px;
}

.cc-lead {
  color: var(--grey);
  font-size: 15px;
  margin: 10px 0 22px;
}

.cc-opt {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: 0.2s;
}

.cc-opt:hover {
  border-color: #d6c3ce;
  background: var(--tint);
}

.cc-opt b {
  display: block;
  font-size: 16px;
}

.cc-opt em {
  display: block;
  font-style: normal;
  color: var(--grey);
  font-size: 13.5px;
  margin-top: 4px;
  line-height: 1.5;
}

.cc-opt input {
  width: 22px;
  height: 22px;
  accent-color: var(--mag);
  flex: 0 0 auto;
  margin-top: 2px;
  cursor: pointer;
}

.cc-opt input:disabled {
  opacity: 0.55;
  cursor: default;
}

.cc-modal-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.cc-modal-actions .btn {
  flex: 1 1 auto;
  justify-content: center;
}

.cc-legal {
  margin-top: 16px;
  font-size: 13px;
  color: var(--grey);
  text-align: center;
}

@media (max-width: 820px) {
  .cc-inner {
    padding: 20px;
    gap: 18px;
  }
  .cc-actions {
    width: 100%;
  }
  .cc-actions .btn {
    flex: 1 1 100%;
    justify-content: center;
  }
  .cc-box {
    padding: 24px;
  }
}

.map-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.map-ph::after {
  display: none;
}

.map-hint {
  max-width: 360px;
  padding: 24px;
}

.map-hint b {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}

.map-hint span {
  display: block;
  color: var(--grey);
  font-size: 13.5px;
  line-height: 1.5;
  margin-bottom: 14px;
}

.map-ph.loaded {
  background: none;
  border: 1px solid var(--line);
  padding: 0;
}

h1 > b,
h2 > b {
  font-weight: 800;
  font-style: normal;
  color: var(--mag);
}

h1 > em,
h2 > em {
  font-weight: 300;
  font-style: italic;
  color: var(--ink);
  letter-spacing: -0.025em;
}

.band h1 > b,
.band h2 > b {
  color: var(--mag-l);
}

.band h1 > em,
.band h2 > em {
  color: #fff;
}

.cta-band h2 > b,
.cta-band h2 > em,
.perks h2 > b,
.perks h2 > em,
.perks h3,
.cta-band h3 {
  color: #fff;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.lead-title > b {
  color: var(--mag);
}

.lead-title > em {
  color: var(--ink);
}

@media (max-width: 820px) {
  h1 > em,
  h2 > em {
    letter-spacing: -0.02em;
  }
}

.offer {
  padding: 0 0 88px;
}

.offer-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(125deg, var(--mag) 0%, var(--mag-d) 62%, #6e0e3d 100%);
  box-shadow: 0 20px 50px rgba(190, 26, 106, 0.22);
}

.offer-media {
  position: relative;
}

.offer-media .ph {
  border: 0;
  border-radius: 0;
  height: 100%;
}

.offer-media .ph img {
  height: 100%;
  object-fit: cover;
}

.offer-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #fff;
  color: var(--mag-d);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 999px;
  box-shadow: var(--shadow);
}

.offer-txt {
  padding: 44px 48px;
  color: #fff;
}

.offer-kicker {
  display: block;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 12px;
}

.offer-h {
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.05;
  color: #fff;
  font-weight: 300;
  font-style: italic;
}

.offer-h b {
  font-style: normal;
  font-weight: 800;
  color: #fff;
}

.offer-sub {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
}

.offer-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 28px;
  display: grid;
  gap: 10px;
}

.offer-list li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  font-size: 15.5px;
  color: #fff;
}

.offer-list svg {
  width: 19px;
  height: 19px;
  fill: #fff;
  flex: 0 0 auto;
  margin-top: 3px;
  opacity: 0.9;
}

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

.offer-tel {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.75);
  color: #fff;
}

.offer-tel:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: #fff;
  color: #fff;
}

.offer-fine {
  margin-top: 20px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

.offer-fine a {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .offer-card {
    grid-template-columns: 1fr;
  }
  .offer-media .ph {
    aspect-ratio: 16/9;
  }
  .offer-txt {
    padding: 32px 26px;
  }
  .offer {
    padding-bottom: 60px;
  }
}

.facts .fact {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 24px;
  transition: 0.25s;
  align-self: start;
}

.facts .fact:hover {
  border-color: #d6c3ce;
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.facts .fact[open] {
  border-color: var(--mag);
  box-shadow: 0 12px 30px rgba(190, 26, 106, 0.13);
  transform: none;
}

.facts summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

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

.facts summary b {
  display: block;
  font-size: clamp(34px, 3.4vw, 44px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--mag);
}

.facts summary span {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  color: var(--grey);
  font-weight: 600;
}

.facts summary i {
  position: absolute;
  right: 0;
  top: 4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  transition: 0.25s;
}

.facts summary i::before,
.facts summary i::after {
  content: "";
  position: absolute;
  background: var(--mag);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.25s;
}

.facts summary i::before {
  width: 10px;
  height: 1.8px;
}

.facts summary i::after {
  width: 1.8px;
  height: 10px;
}

.facts .fact[open] summary i {
  border-color: var(--mag);
  background: var(--tint);
  transform: rotate(90deg);
}

.facts .fact[open] summary i::after {
  opacity: 0;
}

.facts .fact p {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--grey);
  font-size: 15px;
  line-height: 1.6;
}

.facts .fact p a {
  display: inline-block;
  margin-top: 8px;
  font-weight: 700;
}

@media (max-width: 980px) {
  .facts {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .facts {
    grid-template-columns: 1fr;
  }
}

.facts summary b.count {
  font-variant-numeric: tabular-nums;
}

footer.site .legal .credit {
  display: inline;
  margin: 0;
  color: #fff;
  font-weight: 600;
}

footer.site .legal .credit:hover {
  color: var(--ea-blue);
}

footer.site .legal span {
  line-height: 1.7;
}

.hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.dropzone.drag {
  border-color: var(--mag);
  background: #f6dde9;
  transform: scale(1.01);
}

.dropzone.has {
  border-style: solid;
  border-color: var(--mag);
  background: #fff;
}

.dropzone:focus-within {
  outline: 3px solid rgba(190, 26, 106, 0.25);
  outline-offset: 2px;
}

footer.site .social {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

footer.site .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 0;
  transition: 0.2s;
}

footer.site .social a:hover {
  background: var(--ea-blue);
  border-color: var(--ea-blue);
  transform: translateY(-2px);
}

footer.site .social svg {
  width: 19px;
  height: 19px;
  fill: #fff;
}

.logo {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-size: 25px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: -0.03em;
}

.logo span {
  color: var(--mag);
}

.site-footer {
  background: var(--ink);
  color: #b9b7b1;
  padding: 30px 0;
}

.empty-page {
  padding: 100px 24px;
  text-align: center;
}

.empty-page p {
  margin-top: 14px;
  color: var(--grey);
}

.content-section {
  padding: 88px 0;
}

.content-section.center {
  text-align: center;
}

.content-text {
  max-width: 820px;
}

.content-section.center .content-text {
  margin-left: auto;
  margin-right: auto;
}

.content-copy {
  margin-top: 18px;
  color: var(--grey);
  font-size: 18px;
  white-space: pre-line;
}

section.cta {
  padding: 68px 0;
  background: var(--ink);
  color: #fff;
}

section.cta > .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

section.cta h2 {
  color: #fff;
}

section.cta p {
  margin-top: 10px;
  color: #c6cbd4;
}

.btn-red {
  background: var(--mag);
  border-color: var(--mag);
  color: #fff;
}

.btn-red:hover {
  background: var(--mag-d);
  border-color: var(--mag-d);
  color: #fff;
}

@media (max-width: 820px) {
  section.cta > .wrap {
    display: block;
  }
  section.cta .btn {
    margin-top: 22px;
  }
}

.site-header .brand img {
  display: block;
  height: auto;
  max-width: 100%;
}

@media (max-width: 820px) {
  .site-header .brand img {
    max-width: 172px;
  }
}

.contact-upload-form {
  padding: 88px 0;
}

.contact-upload-form .upload-form {
  max-width: 820px;
  margin: 0 auto;
}

.form-alert {
  margin: 0 0 20px;
  padding: 13px 15px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.55;
  border: 1px solid;
}

.form-alert.success {
  background: #ecfdf3;
  border-color: #abefc6;
  color: #067647;
}

.form-alert.error {
  background: #fef3f2;
  border-color: #fecdca;
  color: #b42318;
}

@media (max-width: 820px) {
  .contact-upload-form {
    padding: 60px 0;
  }
  .contact-upload-form .upload-form {
    padding: 22px 18px;
  }
}

.upload-contact > div {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 18px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.35;
}

.upload-contact > div svg {
  width: 20px;
  height: 20px;
  fill: var(--mag);
  flex: 0 0 auto;
}

.upload-contact > div b {
  font-size: 15.5px;
}

.upload-inner.upload-inner-form-only {
  grid-template-columns: minmax(0, 820px);
  justify-content: center;
}

.blog-article-cover {
  max-width: 980px;
  margin: 0 auto 42px;
  aspect-ratio: 16/10;
}

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

.blog-article {
  margin-left: auto;
  margin-right: auto;
}

.blog-article blockquote {
  margin: 28px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--mag);
  background: var(--tint);
  color: #33322d;
}

.blog-article ol {
  margin: 0 0 22px;
  padding-left: 22px;
  color: #33322d;
}

.blog-article ol li {
  margin: 8px 0;
}

.blog-pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 38px;
}

.blog-content-image {
  margin: 34px 0;
}

.blog-content-image .ph {
  border-radius: var(--radius);
  overflow: hidden;
}

.blog-content-image .ph img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-content-image figcaption {
  margin-top: 9px;
  color: var(--grey);
  font-size: 13.5px;
  line-height: 1.5;
}

.topbar {
  position: relative;
  z-index: 1001;
  min-height: 36px;
  display: flex;
  align-items: center;
  background: var(--ea-dark);
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
}

.topbar .wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.topbar-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.topbar-left,
.topbar-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.topbar-right {
  justify-content: flex-end;
}

.topbar-item {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.topbar-item > a,
.topbar-item {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.topbar-item > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.topbar-item > a:hover {
  color: #fff;
}

.topbar-item strong {
  color: #fff;
  font-weight: 600;
}

.topbar-icon {
  display: inline-flex;
  flex: 0 0 auto;
}

.topbar-icon svg {
  width: 14px;
  height: 14px;
  fill: var(--ea-blue);
}

.topbar-social a {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.topbar-social a:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.topbar-social .topbar-icon svg {
  width: 13px;
  height: 13px;
  fill: #fff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--ea-header-height);
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(20, 38, 48, 0.08);
  transition: height 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.site-header.scrolled {
  height: 70px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 35px rgba(7, 30, 43, 0.08);
  backdrop-filter: blur(14px);
}

.site-header .wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 45px;
}

.brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  display: block;
  max-width: 220px;
  max-height: 62px;
  height: auto;
  object-fit: contain;
}

.site-header.scrolled .brand img {
  max-height: 54px;
}

.brand-fallback {
  display: flex;
  align-items: baseline;
  gap: 5px;
  color: var(--ea-dark);
  font-size: 25px;
  font-weight: 800;
}

.brand-fallback span {
  color: var(--ea-blue);
}

.nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
}

.nav > a,
.nav-parent > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 82px;
  padding: 0 15px;
  color: #26353d;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.site-header.scrolled .nav > a,
.site-header.scrolled .nav-parent > a {
  min-height: 70px;
}

.nav > a:not(.header-cta)::after,
.nav-parent > a::after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  height: 3px;
  border-radius: 4px 4px 0 0;
  background: var(--ea-blue);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.nav > a:hover,
.nav > a.active,
.nav-parent > a:hover,
.nav-parent > a.active {
  color: var(--ea-blue);
}

.nav > a:hover::after,
.nav > a.active::after,
.nav-parent > a:hover::after,
.nav-parent > a.active::after {
  transform: scaleX(1);
}

.has-sub {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-parent {
  display: flex;
  align-items: center;
}

.submenu-toggle {
  width: 26px;
  height: 40px;
  margin-left: -10px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #53636c;
  cursor: pointer;
}

.submenu-toggle svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  transition: transform 0.2s ease;
}

.has-sub:hover .submenu-toggle,
.has-sub.active .submenu-toggle {
  color: var(--ea-blue);
}

.submenu {
  position: absolute;
  top: calc(100% - 3px);
  left: 0;
  width: 235px;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--ea-border);
  border-radius: 0 0 12px 12px;
  box-shadow: 0 18px 50px rgba(11, 34, 46, 0.13);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.has-sub:hover .submenu,
.has-sub.submenu-open .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.has-sub:hover .submenu-toggle svg,
.has-sub.submenu-open .submenu-toggle svg {
  transform: rotate(180deg);
}

.submenu a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 43px;
  padding: 8px 13px;
  border-radius: 7px;
  color: #34434b;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: color 0.2s ease, background-color 0.2s ease, padding-left 0.2s ease;
}

.submenu a:hover,
.submenu a.active {
  padding-left: 17px;
  background: var(--ea-blue-soft);
  color: var(--ea-blue);
}

.nav .header-cta {
  min-height: auto;
  margin-left: 18px;
  padding: 13px 20px;
  gap: 18px;
  border-radius: 6px;
  background: var(--ea-blue);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(8, 166, 232, 0.2);
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.nav .header-cta::after {
  display: none;
}

.nav .header-cta:hover {
  color: #fff;
  background: var(--ea-blue-hover);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(8, 166, 232, 0.28);
}

.header-cta svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  transition: transform 0.2s ease;
}

.header-cta:hover svg {
  transform: translateX(3px);
}

.burger {
  display: none;
  width: 46px;
  height: 46px;
  margin-left: auto;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: var(--ea-blue-soft);
  cursor: pointer;
}

.burger span {
  display: block;
  width: 21px;
  height: 2px;
  margin: 5px auto;
  border-radius: 3px;
  background: var(--ea-dark);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.burger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.burger.active span:nth-child(2) {
  opacity: 0;
}

.burger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 1050px) {
  .site-header-inner {
    gap: 20px;
  }
  .nav > a,
  .nav-parent > a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }
  .nav .header-cta {
    margin-left: 8px;
  }
}

@media (max-width: 900px) {
  .topbar-left {
    display: none;
  }
  .topbar-inner {
    justify-content: center;
  }
  .topbar-right {
    width: 100%;
    justify-content: center;
  }
  .site-header,
  .site-header.scrolled {
    height: 72px;
  }
  .site-header .wrap {
    width: min(100% - 30px, 1180px);
  }
  .brand img {
    max-width: 185px;
    max-height: 52px;
  }
  .burger {
    display: block;
  }
  .nav {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    max-height: calc(100vh - 72px);
    display: block;
    padding: 15px 20px 25px;
    overflow-y: auto;
    background: #fff;
    border-top: 1px solid var(--ea-border);
    box-shadow: 0 20px 40px rgba(8, 32, 43, 0.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  }
  .nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .nav > a,
  .nav-parent > a,
  .site-header.scrolled .nav > a,
  .site-header.scrolled .nav-parent > a {
    min-height: 48px;
    padding: 0 5px;
    width: 100%;
  }
  .nav > a:not(.header-cta)::after,
  .nav-parent > a::after {
    display: none;
  }
  .nav > a.active,
  .nav-parent > a.active {
    color: var(--ea-blue);
  }
  .has-sub {
    display: block;
    border-bottom: 1px solid var(--ea-border);
  }
  .nav-parent {
    display: flex;
    align-items: center;
  }
  .nav-parent > a {
    flex: 1;
  }
  .submenu-toggle {
    width: 48px;
    height: 48px;
    margin: 0;
    border-radius: 6px;
  }
  .submenu {
    position: static;
    width: 100%;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }
  .has-sub.submenu-open .submenu {
    max-height: 600px;
    padding: 4px 0 12px 15px;
  }
  .submenu a {
    min-height: 42px;
  }
  .nav .header-cta {
    width: 100%;
    margin: 16px 0 0;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
  }
}

@media (max-width: 560px) {
  .topbar {
    min-height: 32px;
  }
  .topbar-inner {
    min-height: 32px;
  }
  .topbar-item {
    font-size: 10px;
  }
  .topbar-right {
    gap: 10px;
  }
  .topbar-social {
    display: none;
  }
  .brand img {
    max-width: 165px;
  }
}

.home-hero-slider {
  position: relative;
  width: 100%;
  height: 610px;
  min-height: 610px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #101c24;
  color: #fff;
}

.hero-slider-track {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}

.hero-slide.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hero-slide-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.hero-slide-image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.03);
  transition: transform 7s ease;
}

.hero-slide.is-active .hero-slide-image img {
  transform: scale(1);
}

.hero-slide-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(6, 17, 25, 0.92) 0%, rgba(6, 17, 25, 0.75) 35%, rgba(6, 17, 25, 0.18) 68%, rgba(6, 17, 25, 0.5) 100%);
}

.hero-slide-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns:
    minmax(0, 730px)
    1fr;
  align-items: center;
  gap: 70px;
}

.hero-slide-eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  margin-right: 13px;
  background: var(--ea-blue);
}

.hero-slide-title {
  max-width: 700px;
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.hero-slide-title span {
  display: block;
  margin-top: 6px;
  color: var(--ea-blue);
}

.hero-slide-description {
  max-width: 610px;
  margin: 27px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.65;
}

.hero-slide-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 24px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  transition: transform 0.2s ease;
}

.hero-btn:hover svg {
  transform: translateX(4px);
}

.hero-btn-primary {
  background: var(--ea-blue);
  color: #fff;
  border: 1px solid var(--ea-blue);
  box-shadow: 0 10px 32px rgba(8, 166, 232, 0.22);
}

.hero-btn-primary:hover {
  background: var(--ea-blue-hover);
  border-color: var(--ea-blue-hover);
  color: #fff;
  transform: translateY(-2px);
}

.hero-btn-outline {
  min-width: 145px;
  background: rgba(10, 20, 28, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #fff;
  backdrop-filter: blur(5px);
}

.hero-btn-outline:hover {
  background: #fff;
  border-color: #fff;
  color: var(--ea-dark);
  transform: translateY(-2px);
}

.hero-slide-side {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 34px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-side-categories {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: auto;
  margin-top: 115px;
}

.hero-side-categories span {
  position: relative;
  display: inline-flex;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-side-categories span::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 50%;
  width: 0;
  height: 1px;
  background: var(--ea-blue);
  transform: translateY(-50%);
  transition: width 0.2s ease;
}

.hero-side-categories span:hover::before {
  width: 22px;
}

.hero-side-quote {
  position: relative;
  margin-bottom: 65px;
  padding-left: 23px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.5;
}

.hero-side-quote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: var(--ea-blue);
}

.hero-slider-controls {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 26px;
  pointer-events: none;
}

.hero-slider-controls .wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hero-slider-dots {
  display: flex;
  gap: 8px;
  pointer-events: auto;
}

.hero-slider-dot {
  width: 30px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.38);
  cursor: pointer;
  transition: width 0.2s ease, background-color 0.2s ease;
}

.hero-slider-dot.is-active {
  width: 44px;
  background: var(--ea-blue);
}

.hero-slider-arrow {
  position: absolute;
  z-index: 12;
  top: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(5, 17, 25, 0.2);
  color: #fff;
  cursor: pointer;
  opacity: 0;
  transform: translateY(-50%);
  backdrop-filter: blur(5px);
  transition: opacity 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.home-hero-slider:hover .hero-slider-arrow {
  opacity: 1;
}

.hero-slider-arrow:hover {
  background: var(--ea-blue);
  border-color: var(--ea-blue);
}

.hero-slider-arrow svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.hero-slider-prev {
  left: 25px;
}

.hero-slider-next {
  right: 25px;
}

.hero-slide-content > *,
.hero-slide-side > * {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.hero-slide.is-active .hero-slide-content > *,
.hero-slide.is-active .hero-slide-side > * {
  opacity: 1;
  transform: translateY(0);
}

.hero-slide.is-active .hero-slide-content > *:nth-child(1) {
  transition-delay: 0.15s;
}

.hero-slide.is-active .hero-slide-content > *:nth-child(2) {
  transition-delay: 0.22s;
}

.hero-slide.is-active .hero-slide-content > *:nth-child(3) {
  transition-delay: 0.29s;
}

.hero-slide.is-active .hero-slide-content > *:nth-child(4) {
  transition-delay: 0.36s;
}

.hero-slide.is-active .hero-slide-side > *:nth-child(1) {
  transition-delay: 0.35s;
}

.hero-slide.is-active .hero-slide-side > *:nth-child(2) {
  transition-delay: 0.42s;
}

@media (max-width: 1050px) {
  .home-hero-slider {
    height: 570px;
  }
  .hero-slide-inner {
    grid-template-columns:
      minmax(0, 640px)
      1fr;
    gap: 35px;
  }
  .hero-slide-title {
    font-size: 54px;
  }
  .hero-slide-side {
    padding-left: 24px;
  }
}

@media (max-width: 820px) {
  .home-hero-slider {
    height: 610px;
  }
  .hero-slide-inner {
    width: min(100% - 34px, 1180px);
    display: flex;
    align-items: center;
    padding-bottom: 25px;
  }
  .hero-slide-content {
    width: 100%;
    padding-right: 0;
  }
  .hero-slide-side {
    display: none;
  }
  .hero-slide-overlay {
    background: linear-gradient(90deg, rgba(6, 17, 25, 0.92), rgba(6, 17, 25, 0.66));
  }
  .hero-slide-title {
    max-width: 620px;
    font-size: clamp(40px, 10vw, 56px);
  }
  .hero-slide-description {
    max-width: 560px;
    font-size: 15px;
  }
  .hero-slider-arrow {
    display: none;
  }
}

@media (max-width: 560px) {
  .home-hero-slider {
    height: 600px;
  }
  .hero-slide-inner {
    width: calc(100% - 30px);
  }
  .hero-slide-eyebrow {
    font-size: 10px;
    letter-spacing: 0.16em;
  }
  .hero-slide-eyebrow::before {
    width: 22px;
    margin-right: 10px;
  }
  .hero-slide-title {
    font-size: 39px;
    line-height: 1.02;
  }
  .hero-slide-description {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.55;
  }
  .hero-slide-actions {
    margin-top: 25px;
    gap: 10px;
  }
  .hero-btn {
    min-height: 48px;
    padding: 0 17px;
    font-size: 12px;
  }
  .hero-btn-primary {
    flex: 1;
  }
  .hero-btn-outline {
    min-width: 115px;
  }
  .hero-slider-controls {
    bottom: 19px;
  }
  .hero-slider-controls .wrap {
    width: calc(100% - 30px);
  }
}

.quick-features {
  position: relative;
  z-index: 20;
  padding: 0px !important;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid var(--ea-border);
}

.quick-features .wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.quick-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.quick-feature-item {
  position: relative;
  min-height: 128px;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 27px 28px;
  background: #fff;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.quick-feature-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 28px;
  right: 0;
  bottom: 28px;
  width: 1px;
  background: #e7edf0;
}

.quick-feature-item:hover {
  background: #f8fcfe;
}

.quick-feature-icon {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--ea-blue-soft);
  color: var(--ea-blue);
  transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.quick-feature-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.quick-feature-item:hover .quick-feature-icon {
  background: var(--ea-blue);
  color: #fff;
  transform: translateY(-3px);
}

.quick-feature-content {
  min-width: 0;
}

.quick-feature-content h3 {
  margin: 0 0 5px;
  color: var(--ea-dark);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.25;
}

.quick-feature-content p {
  margin: 0;
  color: #78858d;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 1000px) {
  .quick-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .quick-feature-item:nth-child(2)::after {
    display: none;
  }
  .quick-feature-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--ea-border);
  }
}

@media (max-width: 600px) {
  .quick-features .wrap {
    width: 100%;
  }
  .quick-features-grid {
    grid-template-columns: 1fr;
  }
  .quick-feature-item {
    min-height: 100px;
    padding: 22px 20px;
  }
  .quick-feature-item:not(:last-child) {
    border-bottom: 1px solid var(--ea-border);
  }
  .quick-feature-item::after {
    display: none !important;
  }
  .quick-feature-icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }
}

.services-section {
  position: relative;
  padding: 30px 0;
  background: var(--ea-blue-soft);
  overflow: hidden;
}

.services-section::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -180px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(8, 166, 232, 0.06);
  transform: rotate(45deg);
  pointer-events: none;
}

.services-section .wrap {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.services-section-header {
  display: grid;
  grid-template-columns:
    minmax(0, 1.15fr)
    minmax(280px, 0.85fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 52px;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  color: var(--ea-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--ea-blue);
}

.section-title {
  max-width: 620px;
  margin: 0;
  color: var(--ea-dark);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.services-description p {
  max-width: 470px;
  margin: 0;
  color: #6d7b84;
  font-size: 15px;
  line-height: 1.75;
}

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

.service-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5ecef;
  border-radius: 5px;
  box-shadow: 0 12px 35px rgba(15, 39, 52, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.service-card:hover {
  transform: translateY(-7px);
  border-color: rgba(8, 166, 232, 0.22);
  box-shadow: 0 24px 55px rgba(15, 39, 52, 0.12);
}

.service-card-image {
  position: relative;
  height: 180px;
  overflow: hidden;
  background: var(--ea-dark);
}

.service-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.service-card:hover .service-card-image img {
  transform: scale(1.06);
}

.service-card-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(9, 24, 33, 0.48));
}

.service-card-number {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(14, 31, 41, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  backdrop-filter: blur(8px);
}

.service-card-body {
  position: relative;
  padding: 17px 15px 15px;
}

.service-card-icon {
  position: absolute;
  top: -30px;
  left: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: var(--ea-blue);
  color: #fff;
  box-shadow: 0 10px 25px rgba(8, 166, 232, 0.24);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.service-card-icon svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
}

.service-card:hover .service-card-icon {
  transform: translateY(-4px);
  background: var(--ea-blue-hover);
}

.service-card-body h3 {
  margin: 0px 0 12px;
  color: var(--ea-dark);
  font-size: 20px;
  font-weight: 750;
  line-height: 1.3;
}

.service-card-body p {
  margin: 0 0 22px;
  color: #74818a;
  font-size: 14px;
  line-height: 1.7;
}

.service-card-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ea-dark);
  text-decoration: none;
  font-size: 13px;
  font-weight: 750;
  transition: color 0.2s ease;
}

.service-card-link svg {
  width: 16px;
  height: 16px;
  fill: var(--ea-blue);
  transition: transform 0.2s ease;
}

.service-card-link:hover {
  color: var(--ea-blue);
}

.service-card-link:hover svg {
  transform: translateX(4px);
}

.services-footer {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.services-all-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 25px;
  border-radius: 5px;
  background: var(--ea-dark);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.services-all-button svg {
  width: 17px;
  height: 17px;
  fill: var(--ea-blue);
  transition: transform 0.2s ease;
}

.services-all-button:hover {
  background: var(--ea-blue);
  color: #fff;
  transform: translateY(-2px);
}

.services-all-button:hover svg {
  fill: #fff;
  transform: translateX(4px);
}

@media (max-width: 950px) {
  .services-section {
    padding: 80px 0;
  }
  .services-section-header {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 650px) {
  .services-section {
    padding: 65px 0;
  }
  .services-section .wrap {
    width: calc(100% - 30px);
  }
  .services-section-header {
    margin-bottom: 35px;
  }
  .section-title {
    font-size: 34px;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .service-card-image {
    height: 180px;
  }
  .service-card-body {
    padding: 32px 24px 26px;
  }
  .service-card-icon {
    left: 24px;
  }
  .service-card-body p {
    min-height: 0;
  }
}

.why-erdem {
  position: relative;
  width: 100%;
  background: var(--ea-dark);
  color: #fff;
  padding: 0px;
  overflow: hidden;
}

.why-erdem-layout {
  display: grid;
  grid-template-columns:
    minmax(300px, 30%)
    minmax(0, 1fr);
  min-height: 390px;
}

.why-erdem-image {
  position: relative;
  min-height: 390px;
  overflow: hidden;
}

.why-erdem-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 55%, rgba(16, 28, 36, 0.25) 100%);
}

.why-erdem-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.7s ease;
}

.why-erdem:hover .why-erdem-image img {
  transform: scale(1.025);
}

.why-erdem-body {
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(120deg, #101c24 0%, #122632 100%);
}

.why-erdem-body::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.055;
  background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

.why-erdem-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1050px;
  display: grid;
  grid-template-columns:
    minmax(230px, 0.8fr)
    minmax(420px, 1.5fr);
  gap: 55px;
  align-items: center;
  padding: 55px 55px;
}

.why-erdem-intro {
  padding-right: 36px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.why-erdem-intro h2 {
  margin: 0;
  font-size: 31px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.why-erdem-eyebrow {
  display: block;
  color: #fff;
}

.why-erdem-title {
  display: block;
  margin-top: 3px;
  color: var(--ea-blue);
}

.why-erdem-intro p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.75;
}

.why-erdem-button {
  min-height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  margin-top: 26px;
  padding: 0 21px;
  border-radius: 5px;
  background: var(--ea-blue);
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 9px 25px rgba(8, 166, 232, 0.2);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.why-erdem-button svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
  transition: transform 0.2s ease;
}

.why-erdem-button:hover {
  background: var(--ea-blue-hover);
  color: #fff;
  transform: translateY(-2px);
}

.why-erdem-button:hover svg {
  transform: translateX(4px);
}

.why-erdem-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 42px;
  row-gap: 34px;
}

.why-erdem-feature {
  display: grid;
  grid-template-columns:
    52px
    minmax(0, 1fr);
  gap: 15px;
  align-items: start;
}

.why-erdem-feature-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ea-blue);
  border: 2px solid var(--ea-blue);
  border-radius: 15px;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.why-erdem-feature-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.why-erdem-feature:hover .why-erdem-feature-icon {
  background: var(--ea-blue);
  color: #fff;
  transform: translateY(-3px);
}

.why-erdem-feature-content h3 {
  margin: 3px 0 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
}

.why-erdem-feature-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.57);
  font-size: 11px;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .why-erdem-layout {
    grid-template-columns:
      32%
      68%;
  }
  .why-erdem-inner {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 45px 40px;
  }
  .why-erdem-intro {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
}

@media (max-width: 760px) {
  .why-erdem-layout {
    display: block;
  }
  .why-erdem-image {
    min-height: 330px;
  }
  .why-erdem-image::after {
    background: linear-gradient(180deg, transparent 65%, #101c24 100%);
  }
  .why-erdem-inner {
    padding: 45px 20px 50px;
  }
  .why-erdem-features {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .why-erdem-intro h2 {
    font-size: 29px;
  }
}

.stats-band {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 0px;
  border-top: 1px solid #eef2f4;
  border-bottom: 1px solid #eef2f4;
}

.stats-band#about-us,
.stats-band#about-us .stats-band-item {
  background-color: var(--ea-blue-dark);
}

.stats-band#about-us .stats-band-label {
  color: var(--ea-blue);
}

.stats-band .wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

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

.stats-band-item {
  position: relative;
  min-height: 135px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 20px;
  text-align: center;
  background: #fff;
  transition: background-color 0.25s ease;
}

.stats-band-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 32px;
  right: 0;
  bottom: 32px;
  width: 1px;
  background: #e8edf0;
}

.stats-band-item:hover {
  background: #f8fcfe;
}

.stats-band-value {
  margin-bottom: 8px;
  color: var(--ea-blue);
  font-size: clamp(38px, 4vw, 52px);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.045em;
  transition: transform 0.25s ease;
}

.stats-band-item:hover .stats-band-value {
  transform: translateY(-3px);
}

.stats-band-label {
  color: var(--ea-dark);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

@media (max-width: 800px) {
  .stats-band-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .stats-band-item {
    min-height: 125px;
  }
  .stats-band-item:nth-child(2)::after {
    display: none;
  }
  .stats-band-item:nth-child(-n + 2) {
    border-bottom: 1px solid #e8edf0;
  }
}

@media (max-width: 500px) {
  .stats-band .wrap {
    width: 100%;
  }
  .stats-band-item {
    min-height: 110px;
    padding: 22px 12px;
  }
  .stats-band-value {
    font-size: 37px;
  }
  .stats-band-label {
    font-size: 12px;
  }
  .stats-band-item::after {
    top: 24px !important;
    bottom: 24px !important;
  }
}

.future-banner {
  position: relative;
  width: 100%;
  min-height: 355px;
  padding: 0px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #e7f4fb;
}

.future-banner-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.future-banner-image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
  transition: transform 0.7s ease;
}

.future-banner:hover .future-banner-image img {
  transform: scale(1.025);
}

.future-banner-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(237, 247, 252, 0.99) 0%,
    rgba(237, 247, 252, 0.97) 25%,
    rgba(237, 247, 252, 0.84) 40%,
    rgba(237, 247, 252, 0.32) 59%,
    rgba(237, 247, 252, 0) 75%
  );
}

.future-banner .wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.future-banner-inner {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  min-height: 355px;
}

.future-banner-content {
  width: min(480px, 100%);
  padding: 45px 0;
}

.future-banner-eyebrow {
  margin-bottom: 7px;
  color: var(--ea-dark);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

.future-banner-content h2 {
  margin: 0;
  color: var(--ea-dark);
  font-size: clamp(35px, 4vw, 48px);
  font-weight: 850;
  line-height: 1.07;
  letter-spacing: -0.04em;
}

.future-banner-content p {
  max-width: 400px;
  margin: 21px 0 0;
  color: #51616b;
  font-size: 14px;
  line-height: 1.65;
}

.future-banner-button {
  min-height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 25px;
  padding: 0 23px;
  border-radius: 5px;
  background: var(--ea-blue);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 9px 25px rgba(8, 166, 232, 0.2);
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.future-banner-button svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  transition: transform 0.2s ease;
}

.future-banner-button:hover {
  background: var(--ea-blue-hover);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 13px 30px rgba(8, 166, 232, 0.27);
}

.future-banner-button:hover svg {
  transform: translateX(4px);
}

@media (max-width: 900px) {
  .future-banner {
    min-height: 330px;
  }
  .future-banner-inner {
    min-height: 330px;
  }
  .future-banner-overlay {
    background: linear-gradient(
      90deg,
      rgba(237, 247, 252, 0.99) 0%,
      rgba(237, 247, 252, 0.92) 48%,
      rgba(237, 247, 252, 0.32) 78%,
      rgba(237, 247, 252, 0.08) 100%
    );
  }
  .future-banner-image img {
    object-position: 68% center;
  }
}

@media (max-width: 650px) {
  .future-banner {
    min-height: 430px;
  }
  .future-banner .wrap {
    width: calc(100% - 30px);
  }
  .future-banner-inner {
    min-height: 430px;
    align-items: flex-end;
  }
  .future-banner-image img {
    object-position: 68% center;
  }
  .future-banner-overlay {
    background: linear-gradient(
      180deg,
      rgba(237, 247, 252, 0.1) 0%,
      rgba(237, 247, 252, 0.58) 38%,
      rgba(237, 247, 252, 0.96) 67%,
      rgba(237, 247, 252, 1) 100%
    );
  }
  .future-banner-content {
    width: 100%;
    padding: 150px 0 35px;
  }
  .future-banner-eyebrow {
    font-size: 17px;
  }
  .future-banner-content h2 {
    font-size: 34px;
  }
  .future-banner-content p {
    margin-top: 15px;
    font-size: 13px;
  }
}

.latest-projects {
  position: relative;
  padding: 90px 0 75px;
  background: #fff;
}

.latest-projects .wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.latest-projects-head {
  width: min(680px, 100%);
  margin: 0 auto 38px;
  text-align: center;
}

.latest-projects-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--ea-blue);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.latest-projects-head h2 {
  margin: 0;
  color: var(--ea-dark);
  font-size: clamp(34px, 4vw, 43px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.latest-projects-head h2 b {
  font-weight: 800;
}

.latest-projects-head h2 span {
  color: var(--ea-blue);
  font-weight: 800;
}

.latest-projects-head p {
  margin: 13px auto 0;
  max-width: 570px;
  color: #77848d;
  font-size: 14px;
  line-height: 1.7;
}

.latest-projects-grid {
  display: grid;
  gap: 18px;
}

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

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

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

.latest-project-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e7ecef;
  border-radius: 4px;
  box-shadow: 0 8px 28px rgba(16, 39, 52, 0.055);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.latest-project-card:hover {
  transform: translateY(-6px);
  border-color: rgba(8, 166, 232, 0.23);
  box-shadow: 0 20px 42px rgba(16, 39, 52, 0.12);
}

.latest-project-card-image {
  position: relative;
  display: block;
  width: 100%;
  height: 205px;
  overflow: hidden;
  background: #eef3f5;
}

.latest-project-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 65%, rgba(9, 28, 39, 0.13));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.latest-project-card:hover .latest-project-card-image::after {
  opacity: 1;
}

.latest-project-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.2, 0.75, 0.3, 1);
}

.latest-project-card:hover .latest-project-card-image img {
  transform: scale(1.06);
}

.latest-project-card-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e7f1f5, #dbe8ed);
}

.latest-project-card-body {
  padding: 17px 18px 19px;
}

.latest-project-card-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
  color: #77838a;
  font-size: 11px;
  line-height: 1.3;
}

.latest-project-card-meta i {
  width: 3px;
  height: 3px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--ea-blue);
}

.latest-project-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.35;
}

.latest-project-card h3 a {
  color: var(--ea-dark);
  text-decoration: none;
  transition: color 0.2s ease;
}

.latest-project-card h3 a:hover {
  color: var(--ea-blue);
}

.latest-project-card-body > p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 15px;
  color: #7a878f;
  font-size: 12px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.latest-project-card-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ea-blue);
  font-size: 11px;
  font-weight: 750;
  text-decoration: none;
}

.latest-project-card-more svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  transition: transform 0.2s ease;
}

.latest-project-card-more:hover svg {
  transform: translateX(4px);
}

.latest-projects-footer {
  display: flex;
  justify-content: center;
  margin-top: 31px;
}

.latest-projects-button {
  min-height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 23px;
  border-radius: 5px;
  background: var(--ea-blue);
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(8, 166, 232, 0.18);
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.latest-projects-button svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  transition: transform 0.2s ease;
}

.latest-projects-button:hover {
  color: #fff;
  background: var(--ea-blue-hover);
  transform: translateY(-2px);
  box-shadow: 0 13px 30px rgba(8, 166, 232, 0.25);
}

.latest-projects-button:hover svg {
  transform: translateX(4px);
}

@media (max-width: 980px) {
  .latest-projects-grid-3,
  .latest-projects-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .latest-project-card-image {
    height: 235px;
  }
}

@media (max-width: 600px) {
  .latest-projects {
    padding: 65px 0;
  }
  .latest-projects .wrap {
    width: calc(100% - 30px);
  }
  .latest-projects-grid-2,
  .latest-projects-grid-3,
  .latest-projects-grid-4 {
    grid-template-columns: 1fr;
  }
  .latest-projects-head {
    margin-bottom: 28px;
  }
  .latest-projects-head h2 {
    font-size: 32px;
  }
  .latest-project-card-image {
    height: 245px;
  }
}

.quote-contact-band {
  position: relative;
  width: 100%;
  padding: 0px;
  overflow: hidden;
  background: var(--ea-blue-soft) !important;
}

.quote-contact-band-grid {
  display: grid;
  grid-template-columns:
    minmax(280px, 32%)
    minmax(390px, 36%)
    minmax(340px, 32%);
  min-height: 300px;
}

.quote-contact-band-image {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  background: #e8eef2;
}

.quote-contact-band-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(233, 247, 253, 0) 55%, rgba(233, 247, 253, 0.98) 100%);
}

.quote-contact-band-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}

.quote-contact-band-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 300px;
  background: linear-gradient(135deg, #dae6ec, #f0f5f7);
}

.quote-contact-band-content {
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(233, 247, 253, 0.97), #e9f7fd 28%);
}

.quote-contact-band-content-inner {
  width: 100%;
  max-width: 500px;
  padding: 40px 48px;
}

.quote-contact-band-eyebrow {
  display: block;
  margin-bottom: 2px;
  color: var(--ea-dark);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.15;
}

.quote-contact-band-content h2 {
  margin: 0 0 15px;
  color: var(--ea-dark);
  font-size: clamp(36px, 3vw, 49px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.quote-contact-band-content p {
  max-width: 450px;
  margin: 0 0 23px;
  color: #697983;
  font-size: 14px;
  line-height: 1.6;
}

.quote-contact-band-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 190px;
  min-height: 50px;
  padding: 0 25px;
  background: var(--ea-blue);
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(8, 166, 232, 0.2);
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.quote-contact-band-button svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  transition: transform 0.2s ease;
}

.quote-contact-band-button:hover {
  color: #fff;
  background: var(--ea-blue-hover);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(8, 166, 232, 0.26);
}

.quote-contact-band-button:hover svg {
  transform: translateX(4px);
}

.quote-contact-band-contact {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 58px;
  color: #fff;
  background: linear-gradient(135deg, #102531, #071720);
}

.quote-contact-band-contact-head {
  display: flex;
  align-items: center;
  gap: 20px;
}

.quote-contact-band-main-icon {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ea-blue);
}

.quote-contact-band-main-icon svg {
  width: 55px;
  height: 55px;
  fill: currentColor;
}

.quote-contact-band-contact-title {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.quote-contact-band-contact-title span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-weight: 500;
}

.quote-contact-band-contact-title strong {
  color: #fff;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.3;
}

.quote-contact-band-line {
  width: 27px;
  height: 2px;
  margin: 20px 0 12px 82px;
  background: var(--ea-blue);
}

.quote-contact-band-row {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 46px;
  margin-left: 7px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.quote-contact-band-row:hover {
  color: var(--ea-blue);
}

.quote-contact-band-row-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ea-blue);
}

.quote-contact-band-row-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

@media (max-width: 1050px) {
  .quote-contact-band-grid {
    grid-template-columns:
      40%
      60%;
  }
  .quote-contact-band-contact {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns:
      minmax(250px, 1fr)
      auto
      auto;
    align-items: center;
    gap: 30px;
    padding: 28px 40px;
  }
  .quote-contact-band-line {
    display: none;
  }
  .quote-contact-band-row {
    margin-left: 0;
  }
}

@media (max-width: 720px) {
  .quote-contact-band-grid {
    display: block;
  }
  .quote-contact-band-image {
    height: 280px;
    min-height: 280px;
  }
  .quote-contact-band-image img {
    min-height: 280px;
  }
  .quote-contact-band-image::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.85) 100%);
  }
  .quote-contact-band-content-inner {
    max-width: none;
    padding: 38px 26px 44px;
  }
  .quote-contact-band-eyebrow {
    font-size: 19px;
  }
  .quote-contact-band-content h2 {
    font-size: 39px;
  }
  .quote-contact-band-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 34px 27px;
  }
  .quote-contact-band-line {
    display: block;
    margin: 18px 0 8px;
  }
}

.latest-blog-section {
  position: relative;
  padding: 90px 0;
  background: #f8fafb;
}

.latest-blog-section .wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.latest-blog-head {
  width: min(680px, 100%);
  margin: 0 auto 42px;
  text-align: center;
}

.latest-blog-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--ea-blue);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.latest-blog-head h2 {
  margin: 0;
  color: var(--ea-dark);
  font-size: clamp(34px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.latest-blog-head h2 strong {
  font-weight: 800;
}

.latest-blog-head h2 span {
  color: var(--ea-blue);
  font-weight: 800;
}

.latest-blog-head p {
  max-width: 590px;
  margin: 14px auto 0;
  color: #72808a;
  font-size: 14px;
  line-height: 1.7;
}

.latest-blog-grid {
  display: grid;
  gap: 22px;
}

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

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

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

.latest-blog-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8edf0;
  border-radius: 5px;
  box-shadow: 0 9px 30px rgba(12, 35, 48, 0.055);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.latest-blog-card:hover {
  transform: translateY(-6px);
  border-color: rgba(8, 166, 232, 0.22);
  box-shadow: 0 20px 45px rgba(12, 35, 48, 0.11);
}

.latest-blog-card-image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e8eff3;
}

.latest-blog-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 28, 39, 0) 45%, rgba(9, 28, 39, 0.22) 100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.latest-blog-card:hover .latest-blog-card-image::after {
  opacity: 1;
}

.latest-blog-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.2, 0.75, 0.3, 1);
}

.latest-blog-card:hover .latest-blog-card-image img {
  transform: scale(1.055);
}

.latest-blog-card-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #dce9ef, #edf3f6);
}

.latest-blog-category {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 0 11px;
  border-radius: 3px;
  color: #fff;
  background: var(--ea-blue);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.02em;
  box-shadow: 0 6px 17px rgba(8, 166, 232, 0.25);
}

.latest-blog-card-content {
  padding: 21px 22px 23px;
}

.latest-blog-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 10px;
  color: #849099;
  font-size: 11px;
}

.latest-blog-meta i {
  width: 3px;
  height: 3px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--ea-blue);
}

.latest-blog-card h3 {
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 750;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.latest-blog-card h3 a {
  color: var(--ea-dark);
  text-decoration: none;
  transition: color 0.2s ease;
}

.latest-blog-card h3 a:hover {
  color: var(--ea-blue);
}

.latest-blog-card-content > p {
  display: -webkit-box;
  overflow: hidden;
  min-height: 66px;
  margin: 0 0 17px;
  color: #72808a;
  font-size: 13px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.latest-blog-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ea-blue);
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.latest-blog-more svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
  transition: transform 0.2s ease;
}

.latest-blog-more:hover svg {
  transform: translateX(4px);
}

.latest-blog-hint {
  width: min(760px, 100%);
  margin: 30px auto 0;
  text-align: center;
}

.latest-blog-hint p {
  margin: 0;
  color: #8a959c;
  font-size: 12px;
  line-height: 1.7;
}

@media (max-width: 980px) {
  .latest-blog-grid-3,
  .latest-blog-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .latest-blog-section {
    padding: 65px 0;
  }
  .latest-blog-section .wrap {
    width: calc(100% - 30px);
  }
  .latest-blog-grid-2,
  .latest-blog-grid-3,
  .latest-blog-grid-4 {
    grid-template-columns: 1fr;
  }
  .latest-blog-head {
    margin-bottom: 30px;
  }
  .latest-blog-head h2 {
    font-size: 32px;
  }
  .latest-blog-card-content {
    padding: 20px;
  }
}

.corporate-hero {
  position: relative;
  width: 100%;
  padding: 0px;
  background-image: var(--corporate-hero-bg, none);
  background-size: cover;
  background-position: var(--corporate-hero-position, center center);
  background-repeat: no-repeat;
  background-color: #071b2a;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.corporate-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(3, 20, 32, calc(var(--corporate-hero-overlay, 0.65) + 0.15)) 0%,

    rgba(3, 20, 32, var(--corporate-hero-overlay, 0.65)) 35%,

    rgba(3, 20, 32, 0.2) 62%,

    rgba(3, 20, 32, var(--corporate-hero-overlay, 0.65)) 100%
  );
}

.corporate-hero__container {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding-top: 65px;
  padding-bottom: 65px;
}

.corporate-hero__content {
  color: #fff;
}

.corporate-hero__content h1 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -2px;
}

.corporate-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.9);
}

.corporate-hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.corporate-hero__breadcrumb a:hover {
  color: #0b9cff;
}

.corporate-hero__breadcrumb-current {
  color: rgba(255, 255, 255, 0.9);
}

.corporate-hero__breadcrumb-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
}

.corporate-hero__breadcrumb-icon svg {
  width: 18px;
  height: 18px;
}

.corporate-hero__slogan {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #fff;
}

.corporate-hero__line {
  width: 2px;
  height: 145px;
  flex: 0 0 2px;
  background: rgba(255, 255, 255, 0.55);
}

.corporate-hero__slogan-text {
  display: flex;
  flex-direction: column;
  gap: 17px;
  white-space: nowrap;
}

.corporate-hero__slogan-text span {
  color: rgba(255, 255, 255, 0.95);
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.corporate-hero__short-line {
  width: 75px;
  height: 2px;
  align-self: flex-end;
  margin-bottom: 14px;
  background: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1024px) {
  .corporate-hero {
    min-height: min(var(--corporate-hero-height, 390px), 340px);
  }
  .corporate-hero__container {
    gap: 30px;
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .corporate-hero__slogan-text span {
    font-size: 14px;
    letter-spacing: 3px;
  }
  .corporate-hero__line {
    height: 115px;
  }
  .corporate-hero__short-line {
    width: 45px;
  }
}

@media (max-width: 767px) {
  .corporate-hero {
    min-height: 260px;
    background-position: var(--corporate-hero-position, center center);
  }
  .corporate-hero__container {
    min-height: 260px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .corporate-hero__content h1 {
    margin-bottom: 15px;
    font-size: 42px;
    letter-spacing: -1px;
  }
  .corporate-hero__breadcrumb {
    font-size: 14px;
  }
  .corporate-hero__slogan {
    display: none;
  }
}

.corporate-intro {
  position: relative;
  padding: 70px 0 75px;
  background: #fff;
  overflow: hidden;
}

.corporate-intro__wrap {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(420px, 1fr);
  align-items: center;
  gap: clamp(50px, 7vw, 110px);
}

.corporate-intro__content {
  max-width: 720px;
}

.corporate-intro__eyebrow {
  margin-bottom: 22px;
  color: #516278;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 7px;
  text-transform: uppercase;
}

.corporate-intro__title {
  margin: 0 0 30px;
  font-size: 46px;
  line-height: 0.98;
  letter-spacing: -3px;
  font-weight: 800;
  color: #071426;
}

.corporate-intro__title span {
  display: inline-block;
  color: #0798ff;
}

.corporate-intro__title strong {
  color: #071426;
  font-weight: 800;
}

.corporate-intro__claim {
  max-width: 650px;
  margin: 0 0 28px;
  color: #52647a;
  font-size: clamp(20px, 1.7vw, 27px);
  line-height: 1.45;
  font-weight: 400;
}

.corporate-intro__description {
  max-width: 680px;
  margin: 0 0 34px;
  color: #56687e;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
}

.corporate-intro__button {
  min-height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 0 32px;
  border-radius: 5px;
  color: #fff;
  background: linear-gradient(135deg, #079cff 0%, #078bea 100%);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(7, 152, 255, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.corporate-intro__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 35px rgba(7, 152, 255, 0.27);
}

.corporate-intro__button svg {
  width: 22px;
  height: 22px;
  transition: transform 0.25s ease;
}

.corporate-intro__button:hover svg {
  transform: translateX(4px);
}

.corporate-intro__visual {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 0.9;
  overflow: hidden;
  border-radius: 8px;
  background: #e9f0f5;
}

.corporate-intro__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 45%, rgba(1, 18, 31, 0.08) 100%);
}

.corporate-intro__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.7s ease;
}

.corporate-intro__visual:hover img {
  transform: scale(1.025);
}

.corporate-intro__image-info {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 38px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
}

.corporate-intro__image-line {
  display: block;
  width: 2px;
  height: 105px;
  background: rgba(255, 255, 255, 0.72);
}

.corporate-intro__image-words {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.corporate-intro__image-words strong {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 4px;
}

.corporate-intro__image-words small {
  position: relative;
  margin-top: 8px;
  padding-top: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.corporate-intro__image-words small::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1100px) {
  .corporate-intro {
    padding: 60px 0;
  }
  .corporate-intro__wrap {
    gap: 45px;
    grid-template-columns:
      minmax(0, 1fr)
      minmax(350px, 0.9fr);
  }
  .corporate-intro__title {
    font-size: 48px;
    letter-spacing: -2px;
  }
  .corporate-intro__claim {
    font-size: 20px;
  }
  .corporate-intro__description {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .corporate-intro {
    padding: 45px 0 50px;
  }
  .corporate-intro__wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .corporate-intro__content {
    max-width: none;
  }
  .corporate-intro__eyebrow {
    margin-bottom: 18px;
    font-size: 12px;
    letter-spacing: 5px;
  }
  .corporate-intro__title {
    margin-bottom: 24px;
    font-size: 39px;
    line-height: 1.02;
    letter-spacing: -1.5px;
  }
  .corporate-intro__claim {
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 1.5;
  }
  .corporate-intro__description {
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 1.65;
  }
  .corporate-intro__button {
    min-height: 58px;
    padding: 0 25px;
    font-size: 16px;
  }
  .corporate-intro__visual {
    aspect-ratio: 0.88 / 1;
    border-radius: 6px;
  }
  .corporate-intro__image-info {
    right: 18px;
    bottom: 25px;
    gap: 14px;
  }
  .corporate-intro__image-line {
    height: 90px;
  }
  .corporate-intro__image-words strong {
    font-size: 11px;
    letter-spacing: 3px;
  }
  .corporate-intro__image-words small {
    font-size: 8px;
  }
}

.corporate-values {
  position: relative;
  padding: 28px 0 70px;
  background: #fff;
}

.corporate-values__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.corporate-values__card {
  min-height: 210px;
  padding: 28px 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--ea-blue-soft);
  border: 1px solid #dce5ec;
  border-radius: 5px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.corporate-values__card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 153, 255, 0.35);
  box-shadow: 0 15px 35px rgba(10, 40, 70, 0.08);
}

.corporate-values__icon {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #079cff;
}

.corporate-values__icon svg {
  width: 100%;
  height: 100%;
  max-width: 52px;
  max-height: 52px;
  display: block;
  fill: none;
  stroke: currentColor;
}

.corporate-values__icon svg path,
.corporate-values__icon svg circle,
.corporate-values__icon svg rect,
.corporate-values__icon svg line,
.corporate-values__icon svg polyline,
.corporate-values__icon svg polygon {
  stroke: currentColor;
}

.corporate-values__card h3 {
  margin: 0 0 12px;
  color: #071426;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
}

.corporate-values__card p {
  max-width: 360px;
  margin: 0;
  color: #53657a;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
}

@media (max-width: 900px) {
  .corporate-values {
    padding-bottom: 55px;
  }
  .corporate-values__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .corporate-values__card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .corporate-values {
    padding: 10px 0 45px;
  }
  .corporate-values__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .corporate-values__card,
  .corporate-values__card:last-child {
    grid-column: auto;
  }
  .corporate-values__card {
    min-height: auto;
    padding: 28px 22px;
  }
  .corporate-values__icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
  .corporate-values__card h3 {
    font-size: 19px;
  }
  .corporate-values__card p {
    font-size: 14px;
    line-height: 1.6;
  }
}

.corporate-cta-banner {
  position: relative;
  width: 100%;
  min-height: var(--corporate-cta-height, 260px);
  background-image: var(--corporate-cta-bg, none);
  background-size: cover;
  background-position: var(--corporate-cta-position, center center);
  background-repeat: no-repeat;
  background-color: #0a2538;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.corporate-cta-banner__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(3, 31, 49, var(--corporate-cta-overlay, 0.45));
}

.corporate-cta-banner__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: var(--corporate-cta-height, 260px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.corporate-cta-banner__content {
  width: 100%;
  max-width: 760px;
  padding: 45px 20px;
  text-align: center;
  color: #fff;
}

.corporate-cta-banner__content h2 {
  margin: 0 0 25px;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.corporate-cta-banner__button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 32px;
  color: #fff;
  background: linear-gradient(135deg, #079cff 0%, #0789eb 100%);
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(0, 140, 255, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.corporate-cta-banner__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 35px rgba(0, 140, 255, 0.35);
}

.corporate-cta-banner__button svg {
  width: 20px;
  height: 20px;
  transition: transform 0.25s ease;
}

.corporate-cta-banner__button:hover svg {
  transform: translateX(4px);
}

@media (max-width: 900px) {
  .corporate-cta-banner {
    min-height: 230px;
  }
  .corporate-cta-banner__wrap {
    min-height: 230px;
  }
  .corporate-cta-banner__content h2 {
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  .corporate-cta-banner {
    min-height: 220px;
    background-position: center center;
  }
  .corporate-cta-banner__wrap {
    min-height: 220px;
  }
  .corporate-cta-banner__content {
    padding: 35px 15px;
  }
  .corporate-cta-banner__content h2 {
    margin-bottom: 22px;
    font-size: 25px;
    line-height: 1.25;
  }
  .corporate-cta-banner__button {
    min-height: 54px;
    padding: 0 24px;
    font-size: 14px;
  }
}

.services-grid-section {
  position: relative;
  width: 100%;
  padding: 64px 0 72px;
  background: #ffffff;
}

.services-grid-container {
  width: min(1200px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}

.services-grid-header {
  max-width: 850px;
  margin-bottom: 30px;
}

.services-grid-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #009fe3;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.services-grid-eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  background: #009fe3;
  border-radius: 999px;
}

.services-grid-title {
  margin: 0;
  color: #151d26;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.services-grid-description {
  max-width: 760px;
  margin-top: 8px;
  color: #67717e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}

.services-grid-list {
  display: grid;
  grid-template-columns: repeat(var(--services-grid-columns, 2), minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
}

.services-grid-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(19, 41, 61, 0.1);
  border-radius: 5px;
  box-shadow: 0 5px 20px rgba(12, 32, 50, 0.055);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.services-grid-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 159, 227, 0.22);
  box-shadow: 0 14px 35px rgba(12, 32, 50, 0.11);
}

.services-grid-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 7;
  overflow: hidden;
  background: #e8edf1;
}

.services-grid-image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.services-grid-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.services-grid-card:hover .services-grid-image {
  transform: scale(1.04);
}

.services-grid-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 22px 22px;
}

.services-grid-card-title {
  margin: 0;
  color: #151d26;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.015em;
}

.services-grid-card-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.services-grid-card-title a:hover {
  color: #009fe3;
}

.services-grid-card-description {
  margin-top: 8px;
  color: #66717f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}

.services-grid-card-action {
  margin-top: auto;
  padding-top: 15px;
}

.services-grid-card-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #009fe3;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.3;
  text-decoration: none;
  transition: color 0.2s ease, gap 0.2s ease;
}

.services-grid-card-link svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
}

.services-grid-card-link:hover {
  gap: 11px;
  color: #007fc0;
}

.services-grid-columns-2 .services-grid-image-wrap {
  aspect-ratio: 16 / 6.9;
}

.services-grid-columns-2 .services-grid-card-title {
  font-size: 19px;
}

.services-grid-columns-2 .services-grid-card-description {
  font-size: 15px;
}

.services-grid-columns-3 .services-grid-list {
  gap: 20px;
}

.services-grid-columns-3 .services-grid-image-wrap {
  aspect-ratio: 16 / 8.5;
}

.services-grid-columns-3 .services-grid-card-body {
  padding: 18px 19px 20px;
}

.services-grid-columns-3 .services-grid-card-title {
  font-size: 17px;
}

.services-grid-columns-3 .services-grid-card-description {
  font-size: 14px;
}

.services-grid-columns-4 .services-grid-list {
  gap: 18px;
}

.services-grid-columns-4 .services-grid-image-wrap {
  aspect-ratio: 16 / 9.5;
}

.services-grid-columns-4 .services-grid-card-body {
  padding: 16px 17px 18px;
}

.services-grid-columns-4 .services-grid-card-title {
  font-size: 16px;
}

.services-grid-columns-4 .services-grid-card-description {
  font-size: 13px;
  line-height: 1.55;
}

.services-grid-columns-4 .services-grid-card-link {
  font-size: 13px;
}

@media (max-width: 1024px) {
  .services-grid-section {
    padding: 56px 0 62px;
  }
  .services-grid-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .services-grid-columns-3 .services-grid-image-wrap,
  .services-grid-columns-4 .services-grid-image-wrap {
    aspect-ratio: 16 / 7.5;
  }
  .services-grid-columns-3 .services-grid-card-body,
  .services-grid-columns-4 .services-grid-card-body {
    padding: 20px;
  }
  .services-grid-columns-3 .services-grid-card-title,
  .services-grid-columns-4 .services-grid-card-title {
    font-size: 18px;
  }
  .services-grid-columns-3 .services-grid-card-description,
  .services-grid-columns-4 .services-grid-card-description {
    font-size: 14px;
  }
}

@media (max-width: 680px) {
  .services-grid-section {
    padding: 42px 0 48px;
  }
  .services-grid-container {
    width: min(100% - 28px, 1200px);
  }
  .services-grid-header {
    margin-bottom: 22px;
  }
  .services-grid-eyebrow {
    margin-bottom: 8px;
    font-size: 12px;
  }
  .services-grid-title {
    font-size: 28px;
    line-height: 1.15;
  }
  .services-grid-description {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.6;
  }
  .services-grid-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }
  .services-grid-image-wrap,
  .services-grid-columns-2 .services-grid-image-wrap,
  .services-grid-columns-3 .services-grid-image-wrap,
  .services-grid-columns-4 .services-grid-image-wrap {
    aspect-ratio: 16 / 8;
  }
  .services-grid-card-body,
  .services-grid-columns-2 .services-grid-card-body,
  .services-grid-columns-3 .services-grid-card-body,
  .services-grid-columns-4 .services-grid-card-body {
    padding: 18px;
  }
  .services-grid-card-title,
  .services-grid-columns-2 .services-grid-card-title,
  .services-grid-columns-3 .services-grid-card-title,
  .services-grid-columns-4 .services-grid-card-title {
    font-size: 18px;
  }
  .services-grid-card-description,
  .services-grid-columns-2 .services-grid-card-description,
  .services-grid-columns-3 .services-grid-card-description,
  .services-grid-columns-4 .services-grid-card-description {
    font-size: 14px;
  }
}

@media (max-width: 390px) {
  .services-grid-container {
    width: calc(100% - 22px);
  }
  .services-grid-card-body {
    padding: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-grid-card,
  .services-grid-image,
  .services-grid-card-link {
    transition: none;
  }
  .services-grid-card:hover {
    transform: none;
  }
  .services-grid-card:hover .services-grid-image {
    transform: none;
  }
}

.project-cta-section {
  position: relative;
  width: 100%;
  min-height: var(--project-cta-height, 260px);
  overflow: hidden;
  isolation: isolate;
  background: #08263a;
}

.project-cta-background {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #08263a;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1.001);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.project-cta-section:hover .project-cta-background {
  transform: scale(1.02);
}

.project-cta-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(3, 25, 42, var(--project-cta-overlay, 0.7)) 0%,

    rgba(3, 25, 42, calc(var(--project-cta-overlay, 0.7) * 0.95)) 32%,

    rgba(3, 25, 42, calc(var(--project-cta-overlay, 0.7) * 0.62)) 58%,

    rgba(3, 25, 42, 0.28) 78%,

    rgba(3, 25, 42, 0.1) 100%
  );
}

.project-cta-container {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  width: min(1200px, calc(100% - 48px));
  min-height: var(--project-cta-height, 260px);
  margin: 0 auto;
  padding: 34px 0;
}

.project-cta-content {
  width: 100%;
  max-width: var(--project-cta-content-width, 520px);
}

.project-cta-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.035em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.16);
}

.project-cta-description {
  max-width: 500px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}

.project-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  margin-top: 18px;
  padding: 0 22px;
  color: #ffffff;
  background: #009fe3;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(0, 159, 227, 0.24);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.project-cta-button svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  transition: transform 0.2s ease;
}

.project-cta-button:hover {
  color: #ffffff;
  background: #008dcc;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 159, 227, 0.32);
}

.project-cta-button:hover svg {
  transform: translateX(3px);
}

@media (max-width: 1024px) {
  .project-cta-container {
    width: min(100% - 40px, 1200px);
  }
}

@media (max-width: 680px) {
  .project-cta-section {
    min-height: var(--project-cta-height, 260px);
  }
  .project-cta-background {
    background-position: 65% center;
  }
  .project-cta-overlay {
    background: linear-gradient(
      90deg,
      rgba(3, 25, 42, 0.93) 0%,

      rgba(3, 25, 42, 0.86) 45%,

      rgba(3, 25, 42, 0.58) 100%
    );
  }
  .project-cta-container {
    width: calc(100% - 30px);
    min-height: var(--project-cta-height, 260px);
    padding: 30px 0;
  }
  .project-cta-content {
    max-width: 90%;
  }
  .project-cta-title {
    font-size: 29px;
    line-height: 1.08;
  }
  .project-cta-description {
    font-size: 14px;
  }
  .project-cta-button {
    min-height: 42px;
    padding: 0 19px;
  }
}

@media (max-width: 390px) {
  .project-cta-container {
    width: calc(100% - 24px);
  }
  .project-cta-content {
    max-width: 100%;
  }
  .project-cta-title {
    font-size: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .project-cta-background,
  .project-cta-button,
  .project-cta-button svg {
    transition: none;
  }
  .project-cta-section:hover .project-cta-background {
    transform: none;
  }
}

.product-detail-page {
  padding: 46px 0 82px;
  background: #fff;
}

.product-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 34px;
  font-size: 13px;
  color: #98a2b3;
}

.product-breadcrumb a {
  color: #667085;
  text-decoration: none;
  transition: color 0.2s ease;
}

.product-breadcrumb a:hover {
  color: var(--ea-blue);
}

.product-breadcrumb strong {
  color: #344054;
  font-weight: 700;
}

.product-detail-layout {
  display: grid;
  grid-template-columns:
    minmax(0, 1.08fr)
    minmax(390px, 0.92fr);
  gap: clamp(40px, 6vw, 82px);
  align-items: start;
}

.product-gallery-column {
  min-width: 0;
  position: sticky;
  top: 110px;
}

.product-main-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f8f9fa;
  border: 1px solid #e4e7ec;
  border-radius: 22px;
  box-shadow: 0 16px 44px rgba(16, 24, 40, 0.08);
}

.product-main-image::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 2;
  width: 42px;
  height: 4px;
  border-radius: 999px;
  background: var(--ea-blue);
}

.product-main-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  padding: 18px;
  background: #fff;
  transition: opacity 0.18s ease, transform 0.35s ease;
}

.product-main-image:hover img {
  transform: scale(1.015);
}

.product-image-empty {
  min-height: 480px;
  color: #98a2b3;
  font-size: 14px;
}

.product-thumbnails {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 11px;
  margin-top: 14px;
}

.product-thumbnail {
  position: relative;
  appearance: none;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(16, 24, 40, 0.05);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.product-thumbnail:hover {
  transform: translateY(-3px);
  border-color: #fda29b;
}

.product-thumbnail.is-active {
  border-color: var(--ea-blue);
  box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.09);
}

.product-thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.product-info-column {
  min-width: 0;
  padding-top: 12px;
}

.product-category {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  margin-bottom: 18px;
  color: var(--ea-blue);
  background: var(--ea-blue-soft);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.product-title {
  margin: 0;
  color: #111827;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.product-short-description {
  max-width: 680px;
  margin: 20px 0 0;
  color: #667085;
  font-size: 16px;
  line-height: 1.8;
}

.product-divider {
  height: 1px;
  margin: 30px 0;
  background: #eaecf0;
}

.product-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
}

.product-feature {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.product-feature-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--ea-blue);
  background: var(--ea-blue-soft);
  border-radius: 12px;
}

.product-feature-icon svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.product-feature strong {
  display: block;
  margin-bottom: 4px;
  color: #344054;
  font-size: 14px;
  font-weight: 800;
}

.product-feature span {
  display: block;
  color: #667085;
  font-size: 12px;
  line-height: 1.5;
}

.product-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.product-btn {
  min-height: 52px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 13px 18px;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.product-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.product-btn-primary {
  color: #fff;
  background: var(--ea-blue);
  border: 1px solid var(--ea-blue);
}

.product-btn-primary:hover {
  color: #fff;
  background: #bd1117;
  border-color: #bd1117;
  transform: translateY(-2px);
}

.product-btn-secondary {
  color: #344054;
  background: #fff;
  border: 1px solid #d0d5dd;
}

.product-btn-secondary:hover {
  color: var(--ea-blue);
  border-color: var(--ea-blue);
  transform: translateY(-2px);
}

.product-info-box {
  display: flex;
  gap: 14px;
  margin-top: 22px;
  padding: 18px;
  background: #f8fafc;
  border: 1px solid #eaecf0;
  border-radius: 13px;
}

.product-info-box-icon {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--ea-blue);
  background: #fff;
  border-radius: 10px;
}

.product-info-box-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.product-info-box strong {
  display: block;
  margin-bottom: 4px;
  color: #344054;
  font-size: 13px;
}

.product-info-box p {
  margin: 0;
  color: #667085;
  font-size: 12px;
  line-height: 1.6;
}

.product-content-section {
  padding: 78px 0 88px;
  background: #f8fafc;
  border-top: 1px solid #eaecf0;
}

.product-content-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 44px;
  background: #fff;
  border: 1px solid #eaecf0;
  border-radius: 20px;
  box-shadow: 0 10px 34px rgba(16, 24, 40, 0.05);
}

.product-content-head {
  padding-bottom: 24px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eaecf0;
}

.product-content-head h2 {
  margin: 0;
  color: #111827;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.product-content {
  color: #475467;
  font-size: 16px;
  line-height: 1.85;
}

.product-content h2,
.product-content h3,
.product-content h4 {
  color: #111827;
  line-height: 1.25;
}

.product-content h2 {
  margin: 42px 0 18px;
  font-size: 28px;
}

.product-content h3 {
  margin: 32px 0 14px;
  font-size: 22px;
}

.product-content p {
  margin: 0 0 20px;
}

.product-content ul,
.product-content ol {
  padding-left: 24px;
  margin: 20px 0;
}

.product-content li {
  margin: 8px 0;
}

.product-content ul li::marker {
  color: var(--ea-blue);
}

.product-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 14px;
}

.product-content table {
  width: 100%;
  margin: 28px 0;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
}

.product-content th,
.product-content td {
  padding: 13px 15px;
  border-bottom: 1px solid #e4e7ec;
  text-align: left;
}

.product-content th {
  color: #344054;
  background: #f9fafb;
}

.product-related-section {
  padding: 78px 0 92px;
  background: #fff;
}

.product-related-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 32px;
}

.product-related-header h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.product-related-header h2 span {
  color: var(--ea-blue);
}

.product-related-all {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #344054;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.product-related-all:hover {
  color: var(--ea-blue);
}

.product-related-all svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.product-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.product-related-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #eaecf0;
  border-radius: 16px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-related-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.09);
}

.product-related-image {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f8fafc;
}

.product-related-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  padding: 10px;
  transition: transform 0.4s ease;
}

.product-related-card:hover .product-related-image img {
  transform: scale(1.04);
}

.product-related-placeholder {
  width: 100%;
  height: 100%;
  background: #f2f4f7;
}

.product-related-body {
  padding: 20px;
}

.product-related-body h3 {
  margin: 0;
  color: #111827;
  font-size: 19px;
  line-height: 1.3;
}

.product-related-body h3 a {
  color: inherit;
  text-decoration: none;
}

.product-related-body h3 a:hover {
  color: var(--ea-blue);
}

.product-related-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--ea-blue);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.product-related-link svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  transition: transform 0.2s ease;
}

.product-related-link:hover svg {
  transform: translateX(4px);
}

@media (max-width: 1100px) {
  .product-detail-layout {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(350px, 0.9fr);
    gap: 42px;
  }
  .product-feature-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .product-detail-page {
    padding-top: 32px;
  }
  .product-detail-layout {
    grid-template-columns: 1fr;
  }
  .product-gallery-column {
    position: static;
  }
  .product-info-column {
    padding-top: 0;
  }
  .product-feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .product-detail-page {
    padding: 24px 0 54px;
  }
  .product-breadcrumb {
    margin-bottom: 24px;
    font-size: 12px;
  }
  .product-title {
    font-size: clamp(32px, 9vw, 42px);
  }
  .product-main-image {
    border-radius: 16px;
  }
  .product-main-image img {
    padding: 8px;
  }
  .product-thumbnails {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .product-feature-list {
    grid-template-columns: 1fr;
  }
  .product-actions {
    grid-template-columns: 1fr;
  }
  .product-content-section {
    padding: 54px 0;
  }
  .product-content-wrapper {
    padding: 25px 20px;
    border-radius: 15px;
  }
  .product-related-section {
    padding: 54px 0 64px;
  }
  .product-related-header {
    align-items: flex-start;
    flex-direction: column;
  }
  .product-related-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .product-thumbnails {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.product-content table,
.project-detail-prose table {
  width: 100% !important;
  max-width: 100% !important;
  margin: 28px 0;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 14px;
  overflow: hidden;
  table-layout: auto;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.05);
}

.product-content table tr,
.project-detail-prose table tr {
  transition: background 0.2s ease;
}

.product-content table tr:hover,
.project-detail-prose table tr:hover {
  background: #fff8f8;
}

.product-content table td,
.product-content table th,
.project-detail-prose table td,
.project-detail-prose table th {
  padding: 15px 18px !important;
  color: #475467;
  font-size: 14px;
  line-height: 1.55;
  vertical-align: middle;
  border: 0 !important;
  border-bottom: 1px solid #eaecf0 !important;
}

.product-content table tr:last-child td,
.product-content table tr:last-child th,
.project-detail-prose table tr:last-child td,
.project-detail-prose table tr:last-child th {
  border-bottom: 0 !important;
}

.product-content table td:first-child,
.project-detail-prose table td:first-child {
  width: 32%;
  color: #111827;
  font-weight: 700;
  background: #f8fafc;
}

.product-content table td:first-child span,
.project-detail-prose table td:first-child span {
  color: #111827;
  font-weight: 800 !important;
}

.product-content table td:nth-child(2),
.project-detail-prose table td:nth-child(2) {
  width: 36px;
  padding-left: 8px !important;
  padding-right: 8px !important;
  color: var(--ea-blue);
  font-weight: 800;
  text-align: center;
}

.product-content table td:nth-child(3),
.project-detail-prose table td:nth-child(3) {
  color: #475467;
  font-weight: 500;
}

@media (max-width: 768px) {
  .product-content table,
  .project-detail-prose table {
    margin: 22px 0;
    border-radius: 12px;
  }
  .product-content table td,
  .product-content table th,
  .project-detail-prose table td,
  .project-detail-prose table th {
    padding: 13px 14px !important;
    font-size: 13px;
  }
  .product-content table td:first-child,
  .project-detail-prose table td:first-child {
    width: 38%;
  }
}

@media (max-width: 560px) {
  .product-content table,
  .project-detail-prose table {
    display: block;
    width: 100% !important;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .product-content table tbody,
  .project-detail-prose table tbody {
    display: grid;
    gap: 10px;
  }
  .product-content table tr,
  .project-detail-prose table tr {
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 11px;
    box-shadow: 0 3px 12px rgba(16, 24, 40, 0.035);
  }
  .product-content table tr:hover,
  .project-detail-prose table tr:hover {
    background: #fff;
  }
  .product-content table td,
  .project-detail-prose table td {
    display: block;
    width: 100% !important;
    padding: 10px 14px !important;
    border: 0 !important;
    text-align: left !important;
  }
  .product-content table td:first-child,
  .project-detail-prose table td:first-child {
    padding-top: 12px !important;
    padding-bottom: 5px !important;
    color: var(--ea-blue);
    background: transparent;
    font-size: 12px;
    letter-spacing: 0.04em;
  }
  .product-content table td:first-child span,
  .project-detail-prose table td:first-child span {
    color: var(--ea-blue);
  }
  .product-content table td:nth-child(2),
  .project-detail-prose table td:nth-child(2) {
    display: none;
  }
  .product-content table td:nth-child(3),
  .project-detail-prose table td:nth-child(3) {
    padding-top: 3px !important;
    padding-bottom: 13px !important;
    color: #344054;
    font-size: 14px;
    font-weight: 600;
  }
}

.product-category-hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 74px;
  color: #fff;
  background: radial-gradient(circle at 84% 20%, rgba(227, 30, 36, 0.2), transparent 30%),
    linear-gradient(135deg, #0c111b 0%, #111827 55%, #202938 100%);
}

.product-category-hero::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  right: -220px;
  bottom: -330px;
  border: 80px solid rgba(255, 255, 255, 0.025);
  border-radius: 50%;
}

.product-category-hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.product-category-hero .section-eyebrow {
  color: var(--ea-blue);
}

.product-category-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.05;
  font-weight: 850;
  letter-spacing: -0.045em;
}

.product-category-hero p {
  max-width: 720px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.8;
}

.product-category-list {
  padding: 72px 0 90px;
  background: #f8fafc;
}

.product-category-list-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}

.product-category-count {
  display: inline-block;
  margin-bottom: 7px;
  color: var(--ea-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.product-category-list-head h2 {
  margin: 0;
  color: #111827;
  font-size: 31px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.product-category-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #475467;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: color 0.2s ease;
}

.product-category-back svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  transition: transform 0.2s ease;
}

.product-category-back:hover {
  color: var(--ea-blue);
}

.product-category-back:hover svg {
  transform: translateX(4px);
}

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

.product-list-card {
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 18px;
  box-shadow: 0 8px 26px rgba(16, 24, 40, 0.045);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.product-list-card:hover {
  transform: translateY(-7px);
  border-color: rgba(30, 144, 255, 0.22);
  box-shadow: 0 22px 55px rgba(16, 24, 40, 0.12);
}

.product-list-image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #f3f5f7;
}

.product-list-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  padding: 15px;
  background: #fff;
  transition: transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.product-list-card:hover .product-list-image img {
  transform: scale(1.045);
}

.product-list-image-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #c5cad2;
  background: linear-gradient(135deg, #f3f4f6, #fafafa);
}

.product-list-image-placeholder svg {
  width: 54px;
  height: 54px;
  fill: currentColor;
}

.product-list-image-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 22px;
  opacity: 0;
  background: linear-gradient(to top, rgba(17, 24, 39, 0.72), rgba(17, 24, 39, 0) 62%);
  transition: opacity 0.28s ease;
}

.product-list-card:hover .product-list-image-overlay {
  opacity: 1;
}

.product-list-image-overlay > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  color: #fff;
  background: var(--ea-blue);
  border-radius: 9px;
  font-size: 12px;
  font-weight: 800;
  transform: translateY(10px);
  transition: transform 0.28s ease;
}

.product-list-card:hover .product-list-image-overlay > span {
  transform: translateY(0);
}

.product-list-image-overlay svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.product-list-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 23px 23px 22px;
}

.product-list-category {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 10px;
  color: var(--ea-blue);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-list-body h2 {
  margin: 0;
  color: #111827;
  font-size: 21px;
  line-height: 1.3;
  letter-spacing: -0.025em;
  font-weight: 800;
}

.product-list-body h2 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.product-list-body h2 a:hover {
  color: var(--ea-blue);
}

.product-list-body p {
  display: -webkit-box;
  overflow: hidden;
  margin: 12px 0 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.7;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.product-list-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 21px;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: color 0.2s ease;
}

.product-list-link svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  transition: transform 0.2s ease;
}

.product-list-link:hover {
  color: var(--ea-blue);
}

.product-list-link:hover svg {
  transform: translateX(4px);
}

.product-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 46px;
}

.product-pagination-link {
  min-width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  padding: 0 12px;
  color: #344054;
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.product-pagination-link:hover {
  transform: translateY(-2px);
  color: var(--ea-blue);
  border-color: #fda29b;
}

.product-pagination-link.is-active {
  color: #fff;
  background: var(--ea-blue);
  border-color: var(--ea-blue);
  box-shadow: 0 8px 20px rgba(227, 30, 36, 0.2);
}

.product-category-empty {
  padding: 64px 24px;
  text-align: center;
  background: #fff;
  border: 1px dashed #d0d5dd;
  border-radius: 18px;
}

.product-category-empty-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  color: var(--ea-blue);
  background: var(--ea-blue-soft);
  border-radius: 18px;
}

.product-category-empty-icon svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.product-category-empty h3 {
  margin: 0 0 7px;
  color: #111827;
  font-size: 20px;
}

.product-category-empty p {
  margin: 0;
  color: #667085;
  font-size: 14px;
}

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

@media (max-width: 700px) {
  .product-category-hero {
    padding: 54px 0 50px;
  }
  .product-category-hero h1 {
    font-size: clamp(35px, 10vw, 47px);
  }
  .product-category-hero p {
    font-size: 15px;
    line-height: 1.7;
  }
  .product-category-list {
    padding: 52px 0 64px;
  }
  .product-category-list-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
    margin-bottom: 25px;
  }
  .product-category-list-head h2 {
    font-size: 27px;
  }
  .product-category-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .product-list-body {
    padding: 20px 19px 19px;
  }
  .product-list-body h2 {
    font-size: 20px;
  }
  .product-list-image-overlay {
    display: none;
  }
  .product-pagination-link {
    min-width: 40px;
    height: 40px;
  }
}

.product-categories-hero,
.product-categories-section {
  --cat-red: var(--ea-blue);
  --cat-red-dark: #bd1117;
  --cat-dark: #111827;
  --cat-text: #344054;
  --cat-muted: #667085;
  --cat-line: #e4e7ec;
}

.product-categories-hero {
  position: relative;
  overflow: hidden;
  padding: 40px 0 82px;
  color: #fff;
  background: radial-gradient(circle at 85% 18%, rgba(30, 144, 255, 0.22), transparent 28%),
    linear-gradient(135deg, #0b1019 0%, #111827 54%, #1f2937 100%);
}

.product-categories-hero::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  right: -210px;
  bottom: -340px;
  border: 85px solid rgba(255, 255, 255, 0.025);
  border-radius: 50%;
  pointer-events: none;
}

.product-categories-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.07);
}

.product-categories-breadcrumb {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
}

.product-categories-breadcrumb a {
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  transition: color 0.2s ease;
}

.product-categories-breadcrumb a:hover {
  color: #fff;
}

.product-categories-breadcrumb strong {
  color: #fff;
  font-weight: 700;
}

.product-categories-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 860px;
}

.product-categories-hero .section-eyebrow {
  color: var(--ea-blue);
}

.product-categories-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5.3vw, 70px);
  line-height: 1.02;
  font-weight: 850;
  letter-spacing: -0.05em;
}

.product-categories-hero h1 span {
  color: var(--ea-blue);
}

.product-categories-hero p {
  max-width: 740px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.8;
}

.product-categories-section {
  padding: 76px 0 96px;
  background: #f8fafc;
}

.product-categories-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 38px;
}

.product-categories-heading h2 {
  margin: 0;
  color: var(--cat-dark);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.product-categories-heading h2 span {
  color: var(--ea-blue);
}

.product-categories-total {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid var(--cat-line);
  border-radius: 10px;
  color: var(--cat-muted);
  font-size: 12px;
}

.product-categories-total strong {
  color: var(--ea-blue);
  font-size: 18px;
  font-weight: 850;
}

.product-categories-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.product-category-card {
  position: relative;
  min-width: 0;
  min-height: 240px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 26px 25px 23px;
  background: #fff;
  border: 1px solid var(--cat-line);
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(16, 24, 40, 0.045);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.product-category-card::before {
  content: "";
  position: absolute;
  width: 125px;
  height: 125px;
  right: -46px;
  top: -46px;
  border: 30px solid var(--ea-blue-soft);
  border-radius: 50%;
  pointer-events: none;
}

.product-category-card:hover {
  transform: translateY(-7px);
  border-color: rgba(30, 144, 255, 0.22);
  box-shadow: 0 22px 54px rgba(16, 24, 40, 0.12);
}

.product-category-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.product-category-card-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--ea-blue);
  background: var(--ea-blue-soft);
  border-radius: 14px;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.product-category-card:hover .product-category-card-icon {
  color: #fff;
  background: var(--ea-blue);
  transform: rotate(-4deg) scale(1.04);
}

.product-category-card-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.product-category-card-number {
  color: #eaecf0;
  font-size: 28px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.product-category-card-meta {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
  color: var(--cat-muted);
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.product-category-card-meta span {
  color: var(--ea-blue);
  font-weight: 850;
}

.product-category-card h2 {
  margin: 0;
  color: var(--cat-dark);
  font-size: 23px;
  line-height: 1.28;
  font-weight: 820;
  letter-spacing: -0.025em;
}

.product-category-card h2 a {
  position: relative;
  z-index: 3;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.product-category-card:hover h2 a {
  color: var(--ea-blue);
}

.product-category-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 13px 0 0;
  color: var(--cat-muted);
  font-size: 14px;
  line-height: 1.72;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.product-category-card-footer {
  margin-top: auto;
  padding-top: 22px;
}

.product-category-card-link {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--cat-dark);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: color 0.2s ease;
}

.product-category-card-link svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  transition: transform 0.2s ease;
}

.product-category-card:hover .product-category-card-link {
  color: var(--ea-blue);
}

.product-category-card:hover .product-category-card-link svg {
  transform: translateX(4px);
}

.product-category-card-click {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.product-categories-empty {
  padding: 65px 24px;
  text-align: center;
  background: #fff;
  border: 1px dashed #d0d5dd;
  border-radius: 18px;
}

.product-categories-empty-icon {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  color: var(--ea-blue);
  background: var(--ea-blue-soft);
  border-radius: 18px;
}

.product-categories-empty-icon svg {
  width: 31px;
  height: 31px;
  fill: currentColor;
}

.product-categories-empty h3 {
  margin: 0 0 8px;
  color: var(--cat-dark);
  font-size: 21px;
}

.product-categories-empty p {
  margin: 0;
  color: var(--cat-muted);
  font-size: 14px;
}

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

@media (max-width: 700px) {
  .product-categories-hero {
    padding: 30px 0 54px;
  }
  .product-categories-breadcrumb {
    margin-bottom: 28px;
  }
  .product-categories-hero h1 {
    font-size: clamp(36px, 11vw, 48px);
  }
  .product-categories-hero p {
    font-size: 15px;
    line-height: 1.72;
  }
  .product-categories-section {
    padding: 54px 0 66px;
  }
  .product-categories-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 27px;
  }
  .product-categories-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .product-category-card {
    min-height: 270px;
    padding: 22px 20px 20px;
  }
  .product-category-card-top {
    margin-bottom: 22px;
  }
  .product-category-card h2 {
    font-size: 21px;
  }
}

.blog-page-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 90% 10%, rgba(227, 30, 36, 0.13), transparent 30%), #0b1b2b;
  color: #fff;
  padding: 0px;
}

.blog-page-hero::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  top: -200px;
  right: 8%;
}

.blog-page-hero::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  bottom: -140px;
  right: 25%;
}

.blog-page-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 75px 0;
}

.blog-page-hero-content {
  max-width: 760px;
}

.blog-page-hero .section-eyebrow,
.blog-page-heading .section-eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--ea-blue);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-page-hero .section-eyebrow::before,
.blog-page-heading .section-eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--ea-blue);
}

.blog-page-hero h1 {
  margin: 0;
  max-width: 780px;
  color: #fff;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  font-weight: 800;
}

.blog-page-hero h1 span {
  display: block;
  color: var(--ea-blue);
}

.blog-page-hero p {
  max-width: 680px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 1.8;
}

.blog-page-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
  font-size: 13px;
}

.blog-page-breadcrumb a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color 0.2s ease;
}

.blog-page-breadcrumb a:hover {
  color: #fff;
}

.blog-page-breadcrumb span {
  color: #fff;
  font-weight: 600;
}

.blog-page-breadcrumb svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: rgba(255, 255, 255, 0.35);
  stroke-width: 2;
}

.blog-page-hero-decoration {
  flex: 0 0 auto;
}

.blog-page-hero-icon {
  width: 160px;
  height: 160px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 0 0 25px rgba(255, 255, 255, 0.018), 0 0 0 50px rgba(255, 255, 255, 0.012);
}

.blog-page-hero-icon svg {
  width: 62px;
  height: 62px;
  fill: none;
  stroke: var(--ea-blue);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.blog-page-section {
  padding: 90px 0 110px;
  background: #f7f9fb;
}

.blog-page-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 45px;
}

.blog-page-heading h2 {
  max-width: 700px;
  margin: 0;
  color: #0b1b2b;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.blog-page-heading h2 span {
  color: var(--ea-blue);
}

.blog-page-count {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 7px;
  color: #788493;
}

.blog-page-count strong {
  color: #0b1b2b;
  font-size: 26px;
  line-height: 1;
}

.blog-page-count span {
  font-size: 13px;
  font-weight: 600;
}

.blog-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.blog-page-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 0;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e6eaef;
  box-shadow: 0 10px 35px rgba(13, 31, 49, 0.055);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.blog-page-card:hover {
  transform: translateY(-7px);
  border-color: rgba(227, 30, 36, 0.22);
  box-shadow: 0 22px 55px rgba(13, 31, 49, 0.12);
}

.blog-page-card-image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #e9edf1;
}

.blog-page-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.blog-page-card:hover .blog-page-card-image img {
  transform: scale(1.055);
}

.blog-page-card-image-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(5, 18, 30, 0.22), transparent 50%);
}

.blog-page-card-category {
  position: absolute;
  z-index: 3;
  left: 18px;
  top: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 99px;
  color: #fff;
  background: var(--ea-blue);
  box-shadow: 0 6px 20px rgba(227, 30, 36, 0.25);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.blog-page-card-image-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #10283e, #0b1b2b);
}

.blog-page-card-image-placeholder svg {
  width: 60px;
  height: 60px;
  fill: none;
  stroke: rgba(255, 255, 255, 0.24);
  stroke-width: 1.4;
}

.blog-page-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 25px 25px 27px;
}

.blog-page-card-meta {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  color: #8b96a2;
  font-size: 12px;
  font-weight: 600;
}

.blog-page-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.blog-page-card-meta svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: var(--ea-blue);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.blog-page-card h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.35;
  letter-spacing: -0.015em;
}

.blog-page-card h3 a {
  color: #102235;
  text-decoration: none;
  transition: color 0.2s ease;
}

.blog-page-card h3 a:hover {
  color: var(--ea-blue);
}

.blog-page-card p {
  margin: 13px 0 22px;
  color: #697683;
  font-size: 14px;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.blog-page-card-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  margin-top: auto;
  color: #0b1b2b;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  transition: color 0.2s ease;
}

.blog-page-card-more span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ea-blue-soft);
  transition: background 0.2s ease, transform 0.2s ease;
}

.blog-page-card-more svg {
  width: 15px;
  height: 15px;
  fill: var(--ea-blue);
}

.blog-page-card-more:hover {
  color: var(--ea-blue);
}

.blog-page-card-more:hover span {
  transform: translateX(4px);
}

.blog-page-empty {
  max-width: 650px;
  margin: 0 auto;
  padding: 60px 35px;
  text-align: center;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e6eaef;
}

.blog-page-empty-icon {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: rgba(227, 30, 36, 0.08);
}

.blog-page-empty-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: var(--ea-blue);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.blog-page-empty h3 {
  margin: 0 0 10px;
  color: #102235;
  font-size: 23px;
}

.blog-page-empty p {
  margin: 0;
  color: #75818e;
  line-height: 1.7;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 55px;
}

.blog-pagination a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  border: 1px solid #e0e5ea;
  background: #fff;
  color: #4a5866;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.blog-pagination a:hover {
  color: var(--ea-blue);
  border-color: rgba(227, 30, 36, 0.35);
  transform: translateY(-2px);
}

.blog-pagination a.active {
  background: var(--ea-blue);
  border-color: var(--ea-blue);
  color: #fff;
  box-shadow: 0 7px 20px rgba(227, 30, 36, 0.22);
}

.blog-pagination-arrow svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.blog-pagination-dots {
  padding: 0 4px;
  color: #98a2ac;
}

@media (max-width: 1024px) {
  .blog-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .blog-page-hero-decoration {
    display: none;
  }
  .blog-page-hero-inner {
    min-height: 390px;
  }
}

@media (max-width: 768px) {
  .blog-page-hero-inner {
    min-height: auto;
    padding: 60px 0;
  }
  .blog-page-hero h1 {
    font-size: clamp(35px, 10vw, 50px);
  }
  .blog-page-hero p {
    font-size: 15px;
  }
  .blog-page-section {
    padding: 65px 0 80px;
  }
  .blog-page-heading {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 32px;
  }
  .blog-page-count {
    padding-bottom: 0;
  }
}

@media (max-width: 600px) {
  .blog-page-grid {
    grid-template-columns: 1fr;
  }
  .blog-page-card-body {
    padding: 22px 20px 24px;
  }
  .blog-page-heading h2 {
    font-size: 30px;
  }
  .blog-page-hero .section-eyebrow,
  .blog-page-heading .section-eyebrow {
    font-size: 11px;
  }
}

/*
  =========================================================
  ERDEM
  ASANSÖR
  -
  BLOG
  DETAIL
  =========================================================
  */
.blog-detail-page {
  --blog-blue: #08a6e8;
  --blog-blue-dark: #0787bd;
  --blog-blue-soft: rgba(8, 166, 232, 0.1);
  --blog-blue-border: rgba(8, 166, 232, 0.22);
  --blog-dark: #111827;
  --blog-heading: #152438;
  --blog-text: #536171;
  --blog-muted: #7a8795;
  --blog-bg: #f6f8fa;
  --blog-card: #ffffff;
  --blog-border: #e7ebef;
  background: #fff;
  color: var(--blog-text);
}

.blog-detail-hero {
  position: relative;
  overflow: hidden;
  padding: 10px 0 0px;
  background: radial-gradient(circle at 88% 18%, rgba(8, 166, 232, 0.14), transparent 31%),
    linear-gradient(135deg, #f8fbfd 0%, #ffffff 48%, #f1f9fd 100%);
  border-bottom: 1px solid #edf0f3;
}

.blog-detail-hero::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -180px;
  top: -220px;
  border: 1px solid rgba(8, 166, 232, 0.13);
  border-radius: 50%;
}

.blog-detail-hero::after {
  content: "";
  position: absolute;
  width: 270px;
  height: 270px;
  right: -75px;
  top: -105px;
  border: 1px solid rgba(8, 166, 232, 0.18);
  border-radius: 50%;
}

.blog-detail-hero .wrap {
  position: relative;
  z-index: 2;
}

.blog-detail-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 30px;
  font-size: 13px;
  font-weight: 600;
  color: #8a96a3;
}

.blog-detail-breadcrumb a {
  color: #687788;
  text-decoration: none;
  transition: color 0.2s ease;
}

.blog-detail-breadcrumb a:hover {
  color: var(--blog-blue);
}

.blog-detail-breadcrumb svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  opacity: 0.55;
}

.blog-detail-hero-grid {
  display: grid;
  grid-template-columns:
    minmax(0, 1.05fr)
    minmax(360px, 0.95fr);
  gap: 72px;
  align-items: center;
}

.blog-detail-category {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 7px 13px;
  margin-bottom: 18px;
  color: var(--blog-blue);
  background: var(--blog-blue-soft);
  border: 1px solid var(--blog-blue-border);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.blog-detail-category::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blog-blue);
  box-shadow: 0 0 0 4px rgba(8, 166, 232, 0.12);
}

.blog-detail-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--blog-heading);
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.blog-detail-hero h1 b {
  font-weight: 800;
  color: var(--ea-blue);
}

.blog-detail-hero h1 em {
  color: var(--blog-blue);
  font-weight: 500;
  font-style: normal;
}

.blog-detail-excerpt {
  max-width: 690px;
  margin: 24px 0 0;
  color: #647383;
  font-size: 18px;
  line-height: 1.75;
}

.blog-detail-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 30px;
}

.blog-detail-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #697889;
  font-size: 14px;
  font-weight: 600;
}

.blog-detail-meta-item svg {
  width: 17px;
  height: 17px;
  fill: var(--blog-blue);
}

.blog-detail-cover {
  position: relative;
}

.blog-detail-cover::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 84%;
  height: 84%;
  right: -22px;
  bottom: -22px;
  background: var(--blog-blue);
  border-radius: 26px;
  opacity: 0.12;
}

.blog-detail-cover-inner {
  overflow: hidden;
  min-height: 410px;
  background: #eef2f5;
  border: 8px solid #fff;
  border-radius: 26px;
  box-shadow: 0 24px 65px rgba(15, 35, 55, 0.14);
}

.blog-detail-cover-inner img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 410px;
  object-fit: cover;
}

.blog-detail-content {
  padding: 80px 0 90px;
}

.blog-detail-layout {
  display: grid;
  grid-template-columns:
    minmax(0, 760px)
    260px;
  justify-content: center;
  gap: 68px;
  align-items: start;
}

.blog-detail-article {
  min-width: 0;
}

.blog-detail-prose {
  color: #4e5d6d;
  font-size: 17px;
  line-height: 1.86;
}

.blog-detail-prose > *:first-child {
  margin-top: 0;
}

.blog-detail-prose h2,
.blog-detail-prose h3 {
  color: var(--blog-heading);
  letter-spacing: -0.025em;
}

.blog-detail-prose h2 {
  margin: 54px 0 20px;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.18;
}

.blog-detail-prose h3 {
  margin: 42px 0 17px;
  font-size: 25px;
  line-height: 1.25;
}

.blog-detail-prose h2 b,
.blog-detail-prose h3 b {
  font-weight: 800;
}

.blog-detail-prose h2 em,
.blog-detail-prose h3 em {
  color: var(--blog-blue);
  font-weight: 500;
  font-style: normal;
}

.blog-detail-prose p {
  margin: 0 0 24px;
}

.blog-detail-prose .lede {
  position: relative;
  margin-bottom: 36px;
  padding: 8px 0 8px 24px;
  border-left: 3px solid var(--blog-blue);
  color: #26384a;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.72;
}

.blog-detail-prose strong,
.blog-detail-prose b {
  color: #27384a;
}

.blog-detail-prose a {
  color: var(--blog-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.blog-detail-prose ul,
.blog-detail-prose ol {
  margin: 26px 0 32px;
  padding-left: 0;
  list-style: none;
}

.blog-detail-prose ul li,
.blog-detail-prose ol li {
  position: relative;
  margin-bottom: 13px;
  padding: 15px 18px 15px 48px;
  background: #f8fafb;
  border: 1px solid #edf0f2;
  border-radius: 12px;
}

.blog-detail-prose ul li::before {
  content: "✓";
  position: absolute;
  left: 17px;
  top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  color: #fff;
  background: var(--blog-blue);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

.blog-detail-prose ol {
  counter-reset: blog-list;
}

.blog-detail-prose ol li {
  counter-increment: blog-list;
}

.blog-detail-prose ol li::before {
  content: counter(blog-list);
  position: absolute;
  left: 15px;
  top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  color: #fff;
  background: var(--blog-blue);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
}

.blog-content-image {
  margin: 42px 0;
}

.blog-content-image .ph {
  overflow: hidden;
  background: #eef2f5;
  border-radius: 20px;
  box-shadow: 0 18px 50px rgba(21, 42, 62, 0.09);
}

.blog-content-image img {
  display: block;
  width: 100%;
  height: auto;
}

.blog-content-image figcaption {
  margin-top: 12px;
  color: #87929d;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

.blog-detail-prose .prose-cta {
  position: relative;
  overflow: hidden;
  margin: 52px 0 10px;
  padding: 36px;
  background: linear-gradient(135deg, #0b2239 0%, #102e49 100%);
  border-radius: 22px;
  box-shadow: 0 22px 55px rgba(10, 32, 52, 0.16);
}

.blog-detail-prose .prose-cta::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -65px;
  top: -75px;
  border-radius: 50%;
  background: var(--blog-blue);
  opacity: 0.12;
}

.blog-detail-prose .prose-cta h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: #fff;
  font-size: 27px;
}

.blog-detail-prose .prose-cta p {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.blog-detail-cta-actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 23px;
}

.blog-detail-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 21px;
  color: #fff !important;
  background: var(--blog-blue);
  border: 1px solid var(--blog-blue);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none !important;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.blog-detail-cta-btn:hover {
  transform: translateY(-2px);
  background: var(--blog-blue-dark);
  border-color: var(--blog-blue-dark);
}

.blog-detail-cta-btn.secondary {
  color: #fff !important;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.28);
}

.blog-detail-cta-btn.secondary:hover {
  background: rgba(255, 255, 255, 0.08);
}

.blog-detail-sidebar {
  position: sticky;
  top: 110px;
}

.blog-detail-info-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--blog-border);
  border-radius: 18px;
  box-shadow: 0 16px 45px rgba(27, 45, 63, 0.07);
}

.blog-detail-info-head {
  padding: 20px 22px;
  color: #fff;
  background: #10263b;
}

.blog-detail-info-head span {
  display: block;
  margin-bottom: 4px;
  color: var(--blog-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.blog-detail-info-head strong {
  display: block;
  font-size: 17px;
}

.blog-detail-info-body {
  padding: 8px 22px 20px;
}

.blog-detail-info-row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 14px 0;
  border-bottom: 1px solid #edf0f2;
  font-size: 13px;
}

.blog-detail-info-row:last-child {
  border-bottom: 0;
}

.blog-detail-info-row span {
  color: #88939e;
}

.blog-detail-info-row strong {
  color: #344556;
  text-align: right;
}

.blog-detail-back {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: calc(100% - 44px);
  min-height: 44px;
  margin: 0 22px 22px;
  color: var(--blog-blue);
  background: var(--blog-blue-soft);
  border: 1px solid var(--blog-blue-border);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.blog-detail-back:hover {
  color: #fff;
  background: var(--blog-blue);
}

.blog-detail-back svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.blog-related {
  padding: 84px 0 94px;
  background: #f6f8fa;
  border-top: 1px solid #edf0f2;
}

.blog-related-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 36px;
}

.blog-related-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 9px;
  color: var(--blog-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.blog-related-eyebrow::before {
  content: "";
  width: 20px;
  height: 2px;
  background: var(--blog-blue);
}

.blog-related-head h2 {
  margin: 0;
  color: var(--blog-heading);
  font-size: clamp(30px, 4vw, 44px);
  letter-spacing: -0.035em;
}

.blog-related-head h2 span {
  color: var(--blog-blue);
}

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

.blog-related-card {
  display: grid;
  grid-template-columns:
    minmax(180px, 0.85fr)
    minmax(0, 1.15fr);
  overflow: hidden;
  color: inherit;
  background: #fff;
  border: 1px solid #e5e9ed;
  border-radius: 18px;
  text-decoration: none;
  box-shadow: 0 10px 32px rgba(20, 42, 63, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.blog-related-card:hover {
  transform: translateY(-4px);
  border-color: rgba(8, 166, 232, 0.35);
  box-shadow: 0 20px 46px rgba(19, 46, 69, 0.1);
}

.blog-related-image {
  overflow: hidden;
  min-height: 225px;
  background: #eaf0f4;
}

.blog-related-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.blog-related-card:hover .blog-related-image img {
  transform: scale(1.045);
}

.blog-related-body {
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.blog-related-meta {
  margin-bottom: 10px;
  color: var(--blog-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.blog-related-body h3 {
  margin: 0 0 12px;
  color: var(--blog-heading);
  font-size: 21px;
  line-height: 1.28;
}

.blog-related-body p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 20px;
  color: #74808d;
  font-size: 14px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.blog-related-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--blog-blue);
  font-size: 13px;
  font-weight: 800;
}

.blog-related-more svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  transition: transform 0.2s ease;
}

.blog-related-card:hover .blog-related-more svg {
  transform: translateX(4px);
}

@media (max-width: 1100px) {
  .blog-detail-hero-grid {
    gap: 45px;
    grid-template-columns:
      minmax(0, 1fr)
      minmax(330px, 0.8fr);
  }
  .blog-detail-layout {
    grid-template-columns:
      minmax(0, 1fr)
      235px;
    gap: 42px;
  }
  .blog-related-card {
    grid-template-columns: 1fr;
  }
  .blog-related-image {
    min-height: 220px;
    max-height: 260px;
  }
}

@media (max-width: 900px) {
  .blog-detail-hero {
    padding: 54px 0 68px;
  }
  .blog-detail-hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .blog-detail-cover {
    max-width: 680px;
  }
  .blog-detail-cover-inner,
  .blog-detail-cover-inner img {
    min-height: 350px;
  }
  .blog-detail-layout {
    grid-template-columns: 1fr;
  }
  .blog-detail-sidebar {
    position: static;
    max-width: 500px;
    order: -1;
  }
}

@media (max-width: 700px) {
  .blog-detail-hero {
    padding: 42px 0 54px;
  }
  .blog-detail-breadcrumb {
    margin-bottom: 23px;
  }
  .blog-detail-hero h1 {
    font-size: clamp(34px, 10vw, 48px);
  }
  .blog-detail-excerpt {
    font-size: 16px;
  }
  .blog-detail-cover-inner,
  .blog-detail-cover-inner img {
    min-height: 275px;
  }
  .blog-detail-content {
    padding: 58px 0 66px;
  }
  .blog-detail-prose {
    font-size: 16px;
    line-height: 1.8;
  }
  .blog-detail-prose .lede {
    font-size: 18px;
  }
  .blog-detail-prose .prose-cta {
    padding: 28px 24px;
  }
  .blog-detail-cta-actions {
    flex-direction: column;
  }
  .blog-detail-cta-btn {
    width: 100%;
  }
  .blog-related {
    padding: 62px 0 70px;
  }
  .blog-related-grid {
    grid-template-columns: 1fr;
  }
  .blog-related-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

.projects-page {
  --project-blue: #08a6e8;
  --project-blue-dark: #078bc3;
  --project-blue-soft: rgba(8, 166, 232, 0.1);
  --project-blue-border: rgba(8, 166, 232, 0.22);
  --project-dark: #10263b;
  --project-heading: #152438;
  --project-text: #607080;
  --project-muted: #8a96a3;
  --project-bg: #f6f8fa;
  --project-border: #e6ebef;
  --project-white: #ffffff;
  background: #fff;
}

.projects-page-hero {
  position: relative;
  overflow: hidden;
  padding: 10px 0 10px;
  background: radial-gradient(circle at 86% 18%, rgba(8, 166, 232, 0.15), transparent 30%),
    radial-gradient(circle at 3% 100%, rgba(8, 166, 232, 0.07), transparent 26%), linear-gradient(135deg, #f8fbfd 0%, #ffffff 50%, #f2f9fd 100%);
  border-bottom: 1px solid #edf1f4;
}

.projects-page-hero::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -165px;
  top: -220px;
  border: 1px solid rgba(8, 166, 232, 0.14);
  border-radius: 50%;
}

.projects-page-hero::after {
  content: "";
  position: absolute;
  width: 270px;
  height: 270px;
  right: -65px;
  top: -115px;
  border: 1px solid rgba(8, 166, 232, 0.22);
  border-radius: 50%;
}

.projects-page-hero .wrap {
  position: relative;
  z-index: 2;
}

.projects-page-hero-inner {
  max-width: 850px;
}

.projects-page-hero .section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 19px;
  color: var(--project-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.projects-page-hero .section-eyebrow::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background: var(--project-blue);
}

.projects-page-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--project-heading);
  font-size: clamp(42px, 5.5vw, 72px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.projects-page-hero h1 span {
  color: var(--project-blue);
}

.projects-page-hero p {
  max-width: 700px;
  margin: 26px 0 0;
  color: #657585;
  font-size: 18px;
  line-height: 1.75;
}

.projects-page-list {
  padding: 88px 0 100px;
  background: #fff;
}

.projects-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.projects-page-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 0;
  background: var(--project-white);
  border: 1px solid var(--project-border);
  border-radius: 20px;
  box-shadow: 0 10px 34px rgba(20, 42, 63, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.projects-page-card:hover {
  transform: translateY(-7px);
  border-color: rgba(8, 166, 232, 0.34);
  box-shadow: 0 25px 60px rgba(22, 49, 72, 0.11);
}

.projects-page-card-image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 11;
  background: #eaf0f4;
}

.projects-page-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(10, 31, 49, 0.2), transparent 44%);
  opacity: 0.65;
  transition: opacity 0.3s ease;
}

.projects-page-card:hover .projects-page-card-image::after {
  opacity: 0.35;
}

.projects-page-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.projects-page-card:hover .projects-page-card-image img {
  transform: scale(1.055);
}

.projects-page-card-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #eaf2f7, #f5f8fa);
}

.projects-page-card-featured {
  position: absolute;
  z-index: 3;
  left: 18px;
  top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 33px;
  padding: 6px 12px;
  color: #fff;
  background: var(--project-blue);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(8, 166, 232, 0.25);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.projects-page-card-featured::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}

.projects-page-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 27px 27px 28px;
}

.projects-page-card-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 13px;
  color: var(--project-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.projects-page-card-meta i {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(8, 166, 232, 0.5);
}

.projects-page-card h2 {
  margin: 0 0 14px;
  font-size: 23px;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.projects-page-card h2 a {
  color: var(--project-heading);
  text-decoration: none;
  transition: color 0.2s ease;
}

.projects-page-card:hover h2 a {
  color: var(--project-blue);
}

.projects-page-card-body p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 25px;
  color: #71808f;
  font-size: 14px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.projects-page-card-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  align-self: flex-start;
  margin-top: auto;
  color: var(--project-blue);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: gap 0.2s ease, color 0.2s ease;
}

.projects-page-card-link svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  transition: transform 0.2s ease;
}

.projects-page-card:hover .projects-page-card-link svg {
  transform: translateX(4px);
}

.projects-page-card-link:hover {
  color: var(--project-blue-dark);
}

.projects-page-empty {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding: 42px 32px;
  color: #71808e;
  background: #f7fafc;
  border: 1px solid #e6ebef;
  border-radius: 18px;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}

.projects-page-empty::before {
  content: "";
  display: block;
  width: 46px;
  height: 4px;
  margin: 0 auto 19px;
  background: var(--project-blue);
  border-radius: 999px;
}

.projects-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 55px;
}

.projects-pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #536475;
  background: #fff;
  border: 1px solid #e0e6eb;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(20, 40, 58, 0.04);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  transition: transform 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.projects-pagination-link:hover {
  transform: translateY(-2px);
  color: var(--project-blue);
  border-color: rgba(8, 166, 232, 0.4);
  box-shadow: 0 10px 22px rgba(8, 166, 232, 0.09);
}

.projects-pagination-link.is-active {
  color: #fff;
  background: var(--project-blue);
  border-color: var(--project-blue);
  box-shadow: 0 9px 22px rgba(8, 166, 232, 0.26);
}

@media (max-width: 1100px) {
  .projects-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .projects-page-hero {
    padding: 62px 0 68px;
  }
  .projects-page-hero h1 {
    font-size: clamp(38px, 11vw, 54px);
  }
  .projects-page-hero p {
    margin-top: 20px;
    font-size: 16px;
  }
  .projects-page-list {
    padding: 60px 0 72px;
  }
  .projects-page-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .projects-page-card-body {
    padding: 23px;
  }
  .projects-page-card h2 {
    font-size: 21px;
  }
  .projects-pagination {
    margin-top: 42px;
  }
}

@media (max-width: 480px) {
  .projects-page-hero {
    padding: 50px 0 56px;
  }
  .projects-page-card {
    border-radius: 16px;
  }
  .projects-page-card-image {
    aspect-ratio: 16 / 11;
  }
  .projects-page-card-featured {
    left: 13px;
    top: 13px;
  }
}

.project-detail-page {
  --project-blue: #08a6e8;
  --project-blue-dark: #078bc3;
  --project-blue-soft: rgba(8, 166, 232, 0.1);
  --project-blue-border: rgba(8, 166, 232, 0.22);
  --project-dark: #10263b;
  --project-heading: #152438;
  --project-text: #617181;
  --project-muted: #8b96a1;
  --project-bg: #f6f8fa;
  --project-border: #e6ebef;
  --project-white: #ffffff;
  color: var(--project-text);
  background: #ffffff;
}

.project-detail-hero {
  position: relative;
  overflow: hidden;
  padding: 38px 0 86px;
  background: radial-gradient(circle at 88% 20%, rgba(8, 166, 232, 0.15), transparent 29%),
    radial-gradient(circle at 4% 100%, rgba(8, 166, 232, 0.07), transparent 28%), linear-gradient(135deg, #f8fbfd 0%, #ffffff 52%, #f1f9fd 100%);
  border-bottom: 1px solid #edf1f4;
}

.project-detail-hero::before {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  right: -180px;
  top: -220px;
  border: 1px solid rgba(8, 166, 232, 0.13);
  border-radius: 50%;
}

.project-detail-hero::after {
  content: "";
  position: absolute;
  width: 290px;
  height: 290px;
  right: -60px;
  top: -125px;
  border: 1px solid rgba(8, 166, 232, 0.2);
  border-radius: 50%;
}

.project-detail-hero .wrap {
  position: relative;
  z-index: 2;
}

.project-detail-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 42px;
  color: #8b97a3;
  font-size: 13px;
  font-weight: 600;
}

.project-detail-breadcrumb a {
  color: #687788;
  text-decoration: none;
  transition: color 0.2s ease;
}

.project-detail-breadcrumb a:hover {
  color: var(--project-blue);
}

.project-detail-breadcrumb span {
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.project-detail-breadcrumb svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  opacity: 0.5;
}

.project-detail-hero-grid {
  display: grid;
  grid-template-columns:
    minmax(0, 0.95fr)
    minmax(420px, 1.05fr);
  align-items: center;
  gap: 72px;
}

.project-detail-hero-content {
  min-width: 0;
}

.project-detail-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--project-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.project-detail-eyebrow span {
  width: 28px;
  height: 2px;
  background: var(--project-blue);
  border-radius: 999px;
}

.project-detail-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--project-heading);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.project-detail-lead {
  max-width: 670px;
  margin: 24px 0 0;
  color: #657585;
  font-size: 18px;
  line-height: 1.75;
}

.project-detail-info {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.project-detail-info-item {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 180px;
  padding: 14px 17px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(8, 166, 232, 0.14);
  border-radius: 13px;
  box-shadow: 0 7px 22px rgba(24, 48, 68, 0.04);
}

.project-detail-info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  color: var(--project-blue);
  background: var(--project-blue-soft);
  border-radius: 10px;
}

.project-detail-info-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.project-detail-info-item > div:last-child {
  min-width: 0;
}

.project-detail-info-item span {
  display: block;
  margin-bottom: 2px;
  color: #96a0aa;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.project-detail-info-item strong {
  display: block;
  color: var(--project-heading);
  font-size: 13px;
  font-weight: 750;
}

.project-detail-hero-image-wrap {
  position: relative;
  z-index: 1;
  padding: 0 22px 22px 0;
}

.project-detail-image-accent {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 88%;
  height: 88%;
  background: var(--project-blue);
  border-radius: 26px;
  opacity: 0.1;
}

.project-detail-hero-image {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  background: #eaf0f4;
  border: 8px solid #ffffff;
  border-radius: 26px;
  box-shadow: 0 26px 65px rgba(17, 40, 60, 0.14);
}

.project-detail-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(8, 31, 49, 0.16), transparent 42%);
}

.project-detail-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
}

.project-detail-hero-no-image .project-detail-hero-grid {
  grid-template-columns: minmax(0, 850px);
}

.project-detail-hero-no-image .project-detail-hero-content {
  max-width: 850px;
}

.project-detail-content {
  padding: 88px 0 96px;
  background: #ffffff;
}

.project-detail-content-grid {
  display: grid;
  grid-template-columns:
    minmax(0, 780px)
    270px;
  justify-content: center;
  align-items: start;
  gap: 72px;
}

.project-detail-prose {
  min-width: 0;
  color: #526170;
  font-size: 17px;
  line-height: 1.88;
}

.project-detail-prose > *:first-child {
  margin-top: 0;
}

.project-detail-prose h1,
.project-detail-prose h2,
.project-detail-prose h3,
.project-detail-prose h4 {
  color: var(--project-heading);
  line-height: 1.22;
  letter-spacing: -0.025em;
}

.project-detail-prose h2 {
  position: relative;
  margin: 55px 0 22px;
  padding-top: 18px;
  font-size: clamp(28px, 3vw, 38px);
}

.project-detail-prose h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 3px;
  background: var(--project-blue);
  border-radius: 999px;
}

.project-detail-prose h3 {
  margin: 40px 0 18px;
  font-size: 25px;
}

.project-detail-prose h4 {
  margin: 32px 0 15px;
  font-size: 20px;
}

.project-detail-prose p {
  margin: 0 0 24px;
}

.project-detail-prose strong,
.project-detail-prose b {
  color: #2a3b4c;
}

.project-detail-prose a {
  color: var(--project-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.project-detail-prose ul,
.project-detail-prose ol {
  margin: 28px 0 32px;
  padding: 0;
  list-style: none;
}

.project-detail-prose ul li,
.project-detail-prose ol li {
  position: relative;
  margin-bottom: 11px;
  padding: 14px 18px 14px 48px;
  background: #f8fafb;
  border: 1px solid #edf0f2;
  border-radius: 11px;
}

.project-detail-prose ul li::before {
  content: "✓";
  position: absolute;
  left: 16px;
  top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  color: #ffffff;
  background: var(--project-blue);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

.project-detail-prose ol {
  counter-reset: project-detail-list;
}

.project-detail-prose ol li {
  counter-increment: project-detail-list;
}

.project-detail-prose ol li::before {
  content: counter(project-detail-list);
  position: absolute;
  left: 14px;
  top: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  color: #ffffff;
  background: var(--project-blue);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
}

.project-detail-prose img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 38px auto;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(20, 43, 63, 0.09);
}

.project-detail-prose blockquote {
  position: relative;
  margin: 36px 0;
  padding: 25px 28px 25px 31px;
  color: #33485b;
  background: var(--project-blue-soft);
  border-left: 4px solid var(--project-blue);
  border-radius: 0 14px 14px 0;
  font-size: 18px;
  line-height: 1.7;
}

.project-detail-side {
  position: sticky;
  top: 110px;
}

.project-detail-side-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--project-border);
  border-radius: 18px;
  box-shadow: 0 16px 45px rgba(26, 48, 67, 0.07);
}

.project-detail-side-head {
  padding: 21px 22px;
  background: var(--project-dark);
}

.project-detail-side-head span {
  display: block;
  margin-bottom: 4px;
  color: var(--project-blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.project-detail-side-head strong {
  display: block;
  color: #ffffff;
  font-size: 17px;
}

.project-detail-side-body {
  padding: 8px 22px;
}

.project-detail-side-row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #edf0f2;
  font-size: 13px;
}

.project-detail-side-row:last-child {
  border-bottom: 0;
}

.project-detail-side-row span {
  color: #8b97a3;
}

.project-detail-side-row strong {
  color: #344658;
  text-align: right;
}

.project-detail-side-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  margin: 14px 22px 22px;
  padding: 0 16px;
  color: #ffffff;
  background: var(--project-blue);
  border-radius: 10px;
  box-shadow: 0 9px 22px rgba(8, 166, 232, 0.2);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.project-detail-side-button svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
  transition: transform 0.2s ease;
}

.project-detail-side-button:hover {
  transform: translateY(-2px);
  color: #ffffff;
  background: var(--project-blue-dark);
  box-shadow: 0 13px 28px rgba(8, 166, 232, 0.27);
}

.project-detail-side-button:hover svg {
  transform: translateX(3px);
}

.project-related {
  padding: 88px 0 96px;
  background: #f6f8fa;
  border-top: 1px solid #edf0f2;
}

.project-related-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 38px;
}

.project-related-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: var(--project-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.project-related-eyebrow::before {
  content: "";
  width: 25px;
  height: 2px;
  background: var(--project-blue);
}

.project-related-header h2 {
  margin: 0;
  color: var(--project-heading);
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.project-related-header h2 span {
  color: var(--project-blue);
}

.project-related-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  color: var(--project-blue);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: color 0.2s ease;
}

.project-related-all svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  transition: transform 0.2s ease;
}

.project-related-all:hover {
  color: var(--project-blue-dark);
}

.project-related-all:hover svg {
  transform: translateX(4px);
}

.project-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.project-related-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--project-border);
  border-radius: 19px;
  box-shadow: 0 10px 32px rgba(22, 43, 62, 0.05);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.project-related-card:hover {
  transform: translateY(-6px);
  border-color: rgba(8, 166, 232, 0.34);
  box-shadow: 0 24px 55px rgba(20, 47, 68, 0.11);
}

.project-related-card-image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #eaf0f4;
}

.project-related-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.project-related-card:hover .project-related-card-image img {
  transform: scale(1.055);
}

.project-related-card-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e9f1f5, #f8fafb);
}

.project-related-image-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(12, 34, 52, 0.28), transparent 53%);
}

.project-related-type {
  position: absolute;
  z-index: 2;
  left: 15px;
  bottom: 15px;
  padding: 7px 11px;
  color: #ffffff;
  background: var(--project-blue);
  border-radius: 999px;
  box-shadow: 0 7px 18px rgba(8, 166, 232, 0.25);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.project-related-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 25px;
}

.project-related-card-location {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 11px;
  color: var(--project-blue);
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.project-related-card-location svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.project-related-card h3 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.project-related-card h3 a {
  color: var(--project-heading);
  text-decoration: none;
  transition: color 0.2s ease;
}

.project-related-card:hover h3 a {
  color: var(--project-blue);
}

.project-related-card-body p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 21px;
  color: #74818e;
  font-size: 13px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.project-related-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  margin-top: auto;
  color: var(--project-blue);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.project-related-card-link svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  transition: transform 0.2s ease;
}

.project-related-card:hover .project-related-card-link svg {
  transform: translateX(4px);
}

.project-detail-cta {
  padding: 82px 0;
  background: #ffffff;
}

.project-detail-cta-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  overflow: hidden;
  padding: 46px 50px;
  background: linear-gradient(135deg, #0b2239 0%, #102f4c 100%);
  border-radius: 24px;
  box-shadow: 0 25px 65px rgba(12, 36, 57, 0.16);
}

.project-detail-cta-inner::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  right: -100px;
  top: -120px;
  background: var(--project-blue);
  border-radius: 50%;
  opacity: 0.12;
}

.project-detail-cta-inner::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: 80px;
  bottom: -115px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.project-detail-cta-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.project-detail-cta-content > span {
  display: block;
  margin-bottom: 9px;
  color: var(--project-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.project-detail-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(29px, 3.5vw, 43px);
  line-height: 1.14;
  letter-spacing: -0.035em;
}

.project-detail-cta h2 strong {
  display: block;
  color: var(--project-blue);
}

.project-detail-cta p {
  max-width: 620px;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.7;
}

.project-detail-cta-button {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 0 0 auto;
  min-height: 54px;
  padding: 0 24px;
  color: #ffffff;
  background: var(--project-blue);
  border: 1px solid var(--project-blue);
  border-radius: 11px;
  box-shadow: 0 12px 28px rgba(8, 166, 232, 0.27);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.project-detail-cta-button svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  transition: transform 0.2s ease;
}

.project-detail-cta-button:hover {
  transform: translateY(-2px);
  color: #ffffff;
  background: var(--project-blue-dark);
  border-color: var(--project-blue-dark);
  box-shadow: 0 16px 32px rgba(8, 166, 232, 0.33);
}

.project-detail-cta-button:hover svg {
  transform: translateX(4px);
}

@media (max-width: 1100px) {
  .project-detail-hero-grid {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(360px, 0.85fr);
    gap: 45px;
  }
  .project-detail-content-grid {
    grid-template-columns:
      minmax(0, 1fr)
      245px;
    gap: 44px;
  }
  .project-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .project-detail-hero {
    padding: 30px 0 68px;
  }
  .project-detail-breadcrumb {
    margin-bottom: 32px;
  }
  .project-detail-hero-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }
  .project-detail-hero-image-wrap {
    max-width: 720px;
  }
  .project-detail-hero-image,
  .project-detail-hero-image img {
    min-height: 390px;
  }
  .project-detail-content-grid {
    grid-template-columns: 1fr;
  }
  .project-detail-side {
    position: static;
    max-width: 520px;
  }
  .project-detail-cta-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 40px;
  }
}

@media (max-width: 700px) {
  .project-detail-hero {
    padding: 24px 0 56px;
  }
  .project-detail-breadcrumb {
    margin-bottom: 27px;
    font-size: 12px;
  }
  .project-detail-breadcrumb span {
    max-width: 180px;
  }
  .project-detail-hero h1 {
    font-size: clamp(36px, 11vw, 50px);
  }
  .project-detail-lead {
    margin-top: 19px;
    font-size: 16px;
  }
  .project-detail-info {
    flex-direction: column;
    gap: 10px;
    margin-top: 27px;
  }
  .project-detail-info-item {
    width: 100%;
  }
  .project-detail-hero-image-wrap {
    padding: 0 13px 13px 0;
  }
  .project-detail-hero-image {
    border-width: 5px;
    border-radius: 19px;
  }
  .project-detail-image-accent {
    border-radius: 19px;
  }
  .project-detail-hero-image,
  .project-detail-hero-image img {
    min-height: 280px;
  }
  .project-detail-content {
    padding: 60px 0 68px;
  }
  .project-detail-prose {
    font-size: 16px;
    line-height: 1.8;
  }
  .project-related {
    padding: 64px 0 72px;
  }
  .project-related-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .project-related-grid {
    grid-template-columns: 1fr;
  }
  .project-detail-cta {
    padding: 60px 0;
  }
  .project-detail-cta-inner {
    padding: 31px 25px;
    border-radius: 19px;
  }
  .project-detail-cta-button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .project-detail-hero-image,
  .project-detail-hero-image img {
    min-height: 235px;
  }
  .project-detail-prose h2 {
    margin-top: 43px;
  }
  .project-related-card {
    border-radius: 16px;
  }
  .project-related-card-body {
    padding: 22px;
  }
}

.contact-form-section {
  --contact-primary: #08a6e8;
  --contact-dark: #0c2131;
  --contact-text: #3d5165;
  --contact-border: #e2e9ef;
  position: relative;
  padding: 42px 0;
  background: linear-gradient(90deg, #f7fafc 0%, #ffffff 50%, #f7fafc 100%);
}

.contact-form-section .wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
  align-items: stretch;
}

.contact-info-card,
.contact-form-card {
  background: #ffffff;
  border: 1px solid rgba(12, 33, 49, 0.07);
  border-radius: 5px;
  box-shadow: 0 12px 38px rgba(8, 35, 56, 0.035);
}

.contact-info-card {
  padding: 40px 45px;
}

.contact-form-card {
  padding: 32px 40px 26px;
}

.contact-info-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 22px;
  align-items: flex-start;
}

.contact-info-item + .contact-info-item {
  margin-top: 30px;
}

.contact-info-icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: var(--contact-primary);
}

.contact-info-icon svg {
  width: 35px;
  height: 35px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-info-content {
  min-width: 0;
}

.contact-info-content h3 {
  margin: 0 0 5px;
  color: #101820;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.contact-info-text {
  color: var(--contact-text);
  font-size: 16px;
  line-height: 1.6;
}

.contact-info-link {
  display: inline-block;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.contact-info-link:hover {
  color: var(--contact-primary);
  transform: translateX(2px);
}

.contact-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 13px;
}

.contact-socials a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--contact-dark);
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-socials a:hover {
  background: var(--contact-primary);
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(8, 166, 232, 0.24);
}

.contact-socials svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-socials .youtube-play {
  fill: var(--contact-dark);
  stroke: none;
}

.contact-socials a:hover .youtube-play {
  fill: var(--contact-primary);
}

.contact-page-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.contact-field label {
  color: #344658;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.contact-field label span {
  color: #121a21;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  padding: 13px 15px;
  color: #233746;
  background: #ffffff;
  border: 1px solid #dce4eb;
  border-radius: 4px;
  font: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-field input {
  min-height: 45px;
}

.contact-field textarea {
  min-height: 100px;
  resize: vertical;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: #8898a6;
  opacity: 1;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-color: var(--contact-primary);
  box-shadow: 0 0 0 3px rgba(8, 166, 232, 0.1);
}

.contact-select-wrap {
  position: relative;
}

.contact-select-wrap select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 48px;
  cursor: pointer;
}

.contact-select-wrap > svg {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  fill: none;
  stroke: #405366;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.contact-submit {
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 1px;
  color: #ffffff;
  background: var(--contact-primary);
  border: 0;
  border-radius: 4px;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.contact-submit svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease;
}

.contact-submit:hover {
  background: #078fc8;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(8, 166, 232, 0.22);
}

.contact-submit:hover svg {
  transform: translateX(4px);
}

.contact-form-privacy {
  margin-top: -2px;
  color: #8b9aa7;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 900px) {
  .contact-form-section {
    padding: 30px 0;
  }
  .contact-form-grid {
    grid-template-columns: 1fr;
  }
  .contact-info-card,
  .contact-form-card {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .contact-form-section .wrap {
    width: min(100% - 24px, 1180px);
  }
  .contact-info-card,
  .contact-form-card {
    padding: 24px 20px;
  }
  .contact-info-item {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
  }
  .contact-info-item + .contact-info-item {
    margin-top: 25px;
  }
  .contact-info-icon {
    width: 40px;
    height: 40px;
  }
  .contact-info-icon svg {
    width: 30px;
    height: 30px;
  }
  .contact-info-content h3 {
    font-size: 16px;
  }
  .contact-info-text {
    font-size: 14px;
  }
  .contact-page-form {
    gap: 14px;
  }
}
/* =========================================================
   FLOATING WHATSAPP BUTTON
========================================================= */

.whatsapp-float {
  --wa-green: #25d366;
  --wa-green-dark: #1fbd5a;

  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 9999;

  display: flex;
  align-items: center;

  min-height: 64px;
  max-width: 64px;

  padding: 7px;

  overflow: hidden;

  color: #fff;
  background: var(--wa-green);

  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;

  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.28), 0 4px 12px rgba(7, 30, 43, 0.12);

  text-decoration: none;

  transition: max-width 0.45s cubic-bezier(0.22, 1, 0.36, 1), padding 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.25s ease,
    background-color 0.25s ease, box-shadow 0.25s ease;
}

/* =========================================================
   ICON
========================================================= */

.whatsapp-float-icon {
  position: relative;
  z-index: 3;

  flex: 0 0 50px;

  width: 50px;
  height: 50px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.14);

  transition: transform 0.3s ease, background-color 0.3s ease;
}

.whatsapp-float-icon svg {
  width: 29px;
  height: 29px;

  display: block;

  color: #fff;
}

/* =========================================================
   TEXT
========================================================= */

.whatsapp-float-text {
  position: relative;
  z-index: 3;

  display: flex;
  flex-direction: column;

  min-width: 0;
  width: 0;

  margin-left: 0;

  opacity: 0;

  white-space: nowrap;

  transform: translateX(12px);

  transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1), margin-left 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease, transform 0.35s ease;
}

.whatsapp-float-text small {
  margin-bottom: 1px;

  color: rgba(255, 255, 255, 0.78);

  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
}

.whatsapp-float-text strong {
  color: #fff;

  font-size: 13px;
  font-weight: 750;
  line-height: 1.3;
}

/* =========================================================
   ONLINE STATUS DOT
========================================================= */

.whatsapp-status {
  position: absolute;
  z-index: 5;

  top: 4px;
  right: 5px;

  width: 12px;
  height: 12px;

  background: #fff;

  border: 3px solid var(--wa-green);
  border-radius: 50%;

  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15);

  animation: whatsapp-status-pulse 2s infinite;
}

/* =========================================================
   PULSE RING
========================================================= */

.whatsapp-float-pulse {
  position: absolute;

  inset: 0;

  z-index: -1;

  border-radius: inherit;

  background: rgba(37, 211, 102, 0.35);

  animation: whatsapp-pulse 2.4s infinite;
}

/* ikinci dalga */

.whatsapp-float::before {
  content: "";

  position: absolute;

  inset: -1px;

  z-index: -2;

  border-radius: inherit;

  border: 1px solid rgba(37, 211, 102, 0.4);

  animation: whatsapp-ring 2.4s 0.7s infinite;
}

/* =========================================================
   HOVER
========================================================= */

.whatsapp-float:hover {
  max-width: 245px;

  padding-right: 21px;

  color: #fff;

  background: var(--wa-green-dark);

  transform: translateY(-4px);

  box-shadow: 0 18px 38px rgba(37, 211, 102, 0.32), 0 8px 18px rgba(7, 30, 43, 0.15);
}

.whatsapp-float:hover .whatsapp-float-icon {
  background: rgba(255, 255, 255, 0.2);

  transform: rotate(-7deg) scale(1.05);
}

.whatsapp-float:hover .whatsapp-float-text {
  width: 150px;

  margin-left: 12px;

  opacity: 1;

  transform: translateX(0);
}

.whatsapp-float:hover .whatsapp-status {
  border-color: var(--wa-green-dark);
}

/* =========================================================
   ANIMATIONS
========================================================= */

@keyframes whatsapp-pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  70% {
    transform: scale(1.35);
    opacity: 0;
  }

  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

@keyframes whatsapp-ring {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  75% {
    transform: scale(1.6);
    opacity: 0;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes whatsapp-status-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.55);
  }

  50% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0);
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 680px) {
  .whatsapp-float {
    right: 16px;
    bottom: 18px;

    min-height: 58px;
    max-width: 58px;

    padding: 6px;
  }

  .whatsapp-float-icon {
    flex-basis: 46px;

    width: 46px;
    height: 46px;
  }

  .whatsapp-float-icon svg {
    width: 27px;
    height: 27px;
  }

  /* Mobilde hover davranışına gerek yok */
  .whatsapp-float:hover {
    max-width: 58px;

    padding: 6px;

    transform: translateY(-3px);
  }

  .whatsapp-float:hover .whatsapp-float-text {
    width: 0;

    margin-left: 0;

    opacity: 0;
  }
}

/* =========================================================
   MOBILE BAR VARSA ÜSTÜNDE GÖSTER
========================================================= */

@media (max-width: 820px) {
  body:has(.mobile-bar) .whatsapp-float {
    bottom: 88px;
  }
}

/* =========================================================
   ACCESSIBILITY
========================================================= */

.whatsapp-float:focus-visible {
  outline: 3px solid rgba(8, 166, 232, 0.45);
  outline-offset: 4px;
}

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