/* ── SELF-HOSTED FONTS ── */
/* Anton */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Anton-latin.woff2') format('woff2');
  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: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Anton-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, 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: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Anton-vietnamese.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169,
    U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309,
    U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* Arimo 400 */
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Arimo-400-latin.woff2') format('woff2');
  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: 'Arimo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Arimo-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, 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: 'Arimo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Arimo-400-vietnamese.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169,
    U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309,
    U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* Arimo 700 */
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/Arimo-700-latin.woff2') format('woff2');
  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: 'Arimo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/Arimo-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, 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: 'Arimo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/Arimo-700-vietnamese.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169,
    U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309,
    U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

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

:root {
  --red:     #dc3545;
  --red-dim: rgba(220, 53, 69, 0.08);
  --white:   #ffffff;
  --muted:   #6c757d;

  /* gradient steps — light → near-black */
  --step-0: #ffffff;   /* hero          */
  --step-1: #ededef;   /* services      */
  --step-2: #2e3038;   /* case studies  */
  --step-3: #1e2029;   /* technology    */
  --step-4: #141519;   /* contact       */
  --step-5: #0d0e11;   /* footer        */

  /* legacy aliases kept for card/border colours */
  --dark:   #2e3038;
  --darker: #1e2029;
  --gray:   #ededef;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Arimo', sans-serif;
  color: #1a1a1a;
  -webkit-font-smoothing: antialiased;
}

/* ── UTILITY ── */
.section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.section-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--red);
  margin-bottom: 0.75rem;
}

.section-eyebrow--light { color: rgba(220, 53, 69, 0.7); }

.title-underline {
  width: 48px;
  height: 4px;
  background: var(--red);
  margin: 0.75rem 0 3rem;
  border-radius: 2px;
}

/* ── NAVBAR ── */
.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 1.1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.navbar-brand {
  font-family: 'Anton', sans-serif;
  font-size: 1.5rem;
  color: var(--red);
  text-decoration: none;
  letter-spacing: 1px;
}

.nav-links {
  display: flex;
  gap: 2.5rem;
  list-style: none;
}

.nav-links a {
  color: #444;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
  transition: color 0.2s;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--red);
  transition: width 0.25s ease;
}

.nav-links a:hover { color: var(--red); }
.nav-links a:hover::after { width: 100%; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}

.hamburger span {
  width: 24px;
  height: 2px;
  background: var(--dark);
  display: block;
  border-radius: 2px;
  transition: 0.3s;
}

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: var(--white);
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
}

/* Diagonal red wash */
.hero::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -8%;
  width: 55%;
  height: 140%;
  background: linear-gradient(135deg, var(--red) 0%, #ff6b7a 100%);
  transform: skewX(-10deg);
  opacity: 0.05;
  pointer-events: none;
}

/* Dot grid */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(60,64,77,0.1) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.4;
  pointer-events: none;
  mask-image: radial-gradient(ellipse 70% 70% at 80% 50%, black, transparent);
  -webkit-mask-image: radial-gradient(ellipse 70% 70% at 80% 50%, black, transparent);
}

.hero-bg-text {
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Anton', sans-serif;
  font-size: clamp(8rem, 18vw, 18rem);
  color: transparent;
  -webkit-text-stroke: 1px rgba(220, 53, 69, 0.07);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  letter-spacing: -4px;
  z-index: 0;
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.hero h1 {
  font-family: 'Anton', sans-serif;
  font-size: clamp(4.5rem, 11vw, 9rem);
  color: #0d0d0d;
  line-height: 0.92;
  letter-spacing: -3px;
  margin-bottom: 1.5rem;
}

.hero h1 span {
  color: var(--red);
}

.hero-sub {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--red);
  margin-bottom: 1.5rem;
}

.hero-desc {
  font-size: 1rem;
  color: #666;
  max-width: 580px;
  line-height: 1.8;
  margin-top: 1rem;
}

.btn-cta {
  display: inline-block;
  padding: 0.9rem 2.5rem;
  background: var(--red);
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 2px solid var(--red);
  transition: background 0.22s, color 0.22s, transform 0.22s;
  flex-shrink: 0;
}

.btn-cta:hover {
  background: transparent;
  color: var(--red);
  transform: translateY(-2px);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}

.btn-learn-more {
  background: none;
  border: none;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  transition: color 0.2s;
  font-family: 'Arimo', sans-serif;
}

.btn-learn-more:hover { color: var(--red); }

.hero-expanded {
  max-width: 620px;
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  animation: fade-slide-in 0.3s ease;
}

.hero-expanded p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.8;
}

.hero-process-list {
  list-style: none;
  border-left: 3px solid var(--red-dim);
  padding-left: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.hero-process-list li {
  font-size: 0.92rem;
  color: #555;
  line-height: 1.6;
}

.hero-process-list strong {
  color: var(--red);
  font-weight: 700;
}

@keyframes fade-slide-in {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── APPROACH ── */
#approach {
  background: var(--step-0);
  padding: 7rem 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.approach-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.approach-header {
  margin-bottom: 4rem;
}

.approach-subtitle {
  font-size: 1.1rem;
  color: #555;
  margin-top: 0.75rem;
  max-width: 560px;
  line-height: 1.7;
}

#approach h2 {
  font-family: 'Anton', sans-serif;
  font-size: 2.25rem;
  color: #0d0d0d;
  letter-spacing: 0.5px;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.pillar {
  padding: 2.5rem 3rem 2.5rem 0;
  border-right: 1px solid #e8e8e8;
  padding-right: 3rem;
  position: relative;
}

.pillar:last-child {
  border-right: none;
  padding-left: 3rem;
  padding-right: 0;
}

.pillar:not(:first-child):not(:last-child) {
  padding-left: 3rem;
}

.pillar-num {
  font-family: 'Anton', sans-serif;
  font-size: 4rem;
  color: rgba(220, 53, 69, 0.1);
  line-height: 1;
  display: block;
  margin-bottom: 1rem;
  letter-spacing: -1px;
}

.pillar-title {
  font-family: 'Anton', sans-serif;
  font-size: 1.75rem;
  color: #0d0d0d;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.pillar-body {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.8;
}

/* ── SERVICES ── */
#service {
  background: var(--step-1);
  padding: 7rem 2rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.service-card {
  background: var(--white);
  border: 1px solid #e8e8e8;
  border-top: 3px solid transparent;
  padding: 2.5rem 1.75rem 2rem;
  transition: border-top-color 0.28s, box-shadow 0.28s, transform 0.28s;
  cursor: default;
}

.service-card:hover,
.service-card--active {
  border-top-color: var(--red);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.09);
  transform: translateY(-6px);
}

.service-num {
  display: block;
  font-family: 'Anton', sans-serif;
  font-size: 2.8rem;
  line-height: 1;
  color: rgba(220, 53, 69, 0.13);
  margin-bottom: 1.25rem;
  transition: color 0.28s;
}

.service-card:hover .service-num {
  color: rgba(220, 53, 69, 0.3);
}

.service-card h3 {
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #1a1a1a;
  line-height: 1.4;
}

.service-card--active .service-num {
  color: rgba(220, 53, 69, 0.35);
}

/* description reveal panel */
.service-desc-panel {
  margin-top: 2rem;
  padding: 2rem 2.25rem;
  border-left: 4px solid var(--red);
  background: var(--white);
  min-height: 8rem;
  display: flex;
  align-items: center;
}

.service-desc-content {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  animation: fade-slide-in 0.22s ease;
}

.service-desc-name {
  font-family: 'Anton', sans-serif;
  font-size: 1.1rem;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.service-desc-text {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.8;
  max-width: 780px;
}

.service-desc-hint {
  font-size: 0.72rem;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* ── CASE STUDIES ── */
#case-studies {
  background: var(--step-2);
  padding: 7rem 2rem;
}

#case-studies h2 {
  font-family: 'Anton', sans-serif;
  font-size: 2.25rem;
  color: var(--white);
  letter-spacing: 0.5px;
}

#case-studies .section-eyebrow {
  color: rgba(220, 53, 69, 0.75);
}

#case-studies .title-underline {
  background: var(--red);
  opacity: 0.6;
}

.cs-subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 0.4rem;
  font-style: italic;
  letter-spacing: 0.5px;
}

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

.cs-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 3px solid transparent;
  padding: 2.25rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: border-left-color 0.28s, background 0.28s, transform 0.28s;
  cursor: default;
}

.cs-card:hover {
  border-left-color: var(--red);
  background: rgba(255, 255, 255, 0.07);
  transform: translateY(-4px);
}

.cs-tag {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--red);
}

.cs-title {
  font-family: 'Anton', sans-serif;
  font-size: 1.15rem;
  color: var(--white);
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 1.3;
}

.cs-summary {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.75;
  flex: 1;
}


/* last card spans full width when count is odd */
.cs-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  flex-direction: row;
  align-items: flex-start;
  gap: 3rem;
}

.cs-card:last-child:nth-child(odd) .cs-metric {
  flex-direction: column;
  align-items: flex-start;
  border-top: none;
  border-left: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 0;
  padding-left: 3rem;
  min-width: 10rem;
  gap: 0.4rem;
}

.cs-card:last-child:nth-child(odd) .cs-body {
  flex: 1;
}

.cs-metric {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  margin-top: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.cs-metric-value {
  font-family: 'Anton', sans-serif;
  font-size: 1.75rem;
  color: var(--red);
  letter-spacing: -0.5px;
  line-height: 1;
}

.cs-metric-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5;
}

/* ── TECHNOLOGY ── */
#technology {
  background: var(--step-3);
  padding: 7rem 2rem;
}

#technology h2 {
  font-family: 'Anton', sans-serif;
  font-size: 2.25rem;
  letter-spacing: 0.5px;
  color: var(--white);
}

#technology .section-eyebrow {
  color: rgba(220, 53, 69, 0.75);
}

#technology .title-underline {
  opacity: 0.6;
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-bottom: 5rem;
}

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

.tech-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 3px solid transparent;
  padding: 1.75rem 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  transition: border-left-color 0.28s, background 0.28s, transform 0.28s;
  cursor: default;
}

.tech-card:hover {
  border-left-color: var(--red);
  background: rgba(255, 255, 255, 0.07);
  transform: translateY(-3px);
}

.tech-card i {
  font-size: 1.6rem;
  color: var(--red);
  flex-shrink: 0;
  margin-top: 2px;
  transition: transform 0.25s;
  width: 1.75rem;
  text-align: center;
}

.tech-card:hover i {
  transform: scale(1.15);
}

.tech-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.tech-card h3 {
  font-size: 0.82rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--white);
}

.tech-card p {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.55;
}

/* ── CONTACT ── */
#contact {
  background: var(--step-4);
  padding: 7rem 2rem;
}

.contact-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.contact-title {
  font-family: 'Anton', sans-serif;
  font-size: 2.25rem;
  color: var(--white);
  letter-spacing: 0.5px;
}

.contact-items {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  transition: color 0.2s, padding-left 0.2s;
}

.contact-item:hover {
  color: var(--white);
  padding-left: 6px;
}

.contact-item i {
  font-size: 1.2rem;
  width: 1.75rem;
  text-align: center;
  flex-shrink: 0;
}

.icon-email    { color: #ffc107; }
.icon-phone    { color: var(--red); }
.icon-linkedin { color: #5b9bd5; }
.icon-xing     { color: #3cbc8d; }

.privacy-note {
  margin-top: 2rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.35);
}

.privacy-note button {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.35);
  text-decoration: underline;
  cursor: pointer;
  font-size: 0.8rem;
  padding: 0;
  transition: color 0.2s;
}

.privacy-note button:hover {
  color: rgba(255, 255, 255, 0.7);
}

.contact-accent {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.contact-tagline {
  font-family: 'Anton', sans-serif;
  font-size: clamp(3.5rem, 6vw, 5.5rem);
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.12);
  line-height: 1.05;
  text-align: right;
  letter-spacing: -1px;
  user-select: none;
}

/* ── FOOTER ── */
footer {
  background: var(--step-5);
  padding: 2rem;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.35);
}

.footer-brand {
  font-family: 'Anton', sans-serif;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
}

.footer-links {
  display: flex;
  gap: 1.5rem;
}

.footer-link-btn {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.78rem;
  cursor: pointer;
  padding: 0;
  font-family: 'Arimo', sans-serif;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s;
}

.footer-link-btn:hover {
  color: rgba(255, 255, 255, 0.7);
}

.footer-credits {
  max-width: 1200px;
  margin: 0.75rem auto 0;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
  padding: 0.75rem 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-credits a {
  color: rgba(255, 255, 255, 0.35);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s;
}

.footer-credits a:hover {
  color: rgba(255, 255, 255, 0.65);
}

/* ── COOKIE BANNER ── */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1500;
  background: rgba(13, 14, 17, 0.97);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 1.25rem 2rem;
}

.cookie-banner-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.cookie-text {
  flex: 1;
}

.cookie-text strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.35rem;
}

.cookie-text p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.6;
  margin: 0;
}

.cookie-actions {
  display: flex;
  gap: 0.75rem;
  flex-shrink: 0;
}

.cookie-btn {
  padding: 0.6rem 1.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
  border: 2px solid transparent;
  font-family: 'Arimo', sans-serif;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.cookie-btn--accept {
  background: var(--red);
  color: var(--white);
  border-color: var(--red);
}

.cookie-btn--accept:hover {
  background: transparent;
  color: var(--red);
}

.cookie-btn--decline {
  background: transparent;
  color: rgba(255, 255, 255, 0.45);
  border-color: rgba(255, 255, 255, 0.15);
}

.cookie-btn--decline:hover {
  border-color: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 768px) {
  .cookie-banner-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .cookie-actions { width: 100%; }
  .cookie-btn { flex: 1; text-align: center; }
}

/* ── MODAL ── */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  backdrop-filter: blur(4px);
}

.modal-dialog {
  background: var(--white);
  border-radius: 12px;
  max-width: 680px;
  width: 100%;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.35);
}

.modal-header {
  padding: 1.5rem 1.75rem;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header h3 {
  font-family: 'Anton', sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.modal-close {
  background: none;
  border: none;
  font-size: 1.6rem;
  cursor: pointer;
  color: #999;
  line-height: 1;
  padding: 0 0.25rem;
  transition: color 0.2s;
}

.modal-close:hover { color: #111; }

.modal-body {
  padding: 1.75rem;
  overflow-y: auto;
  font-size: 0.88rem;
  line-height: 1.75;
}

.modal-body p { margin-bottom: 0.75rem; }

.modal-footer {
  padding: 1rem 1.75rem;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: flex-end;
}

.btn-danger {
  background: var(--red);
  color: var(--white);
  border: 2px solid var(--red);
  padding: 0.6rem 2rem;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: 'Arimo', sans-serif;
  transition: background 0.2s, color 0.2s;
}

.btn-danger:hover {
  background: transparent;
  color: var(--red);
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .hamburger { display: flex; }

  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
    padding: 1.5rem 2rem;
    gap: 1.25rem;
    border-bottom: 1px solid rgba(0,0,0,0.07);
  }

  .nav-links.open { display: flex; }

  .hero h1 { letter-spacing: -1px; }
  .hero-bg-text { display: none; }

  .services-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

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

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

  .pillar,
  .pillar:not(:first-child):not(:last-child),
  .pillar:last-child {
    border-right: none;
    border-bottom: 1px solid #e8e8e8;
    padding: 2rem 0;
  }

  .pillar:last-child {
    border-bottom: none;
  }

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

  .contact-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .contact-accent { display: none; }

  .footer-inner {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .services-grid { grid-template-columns: repeat(3, 1fr); }

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