/* Base reset and variables */
:root {
  --bg: #f6f8fb;
  --text: #0f172a; /* slate-900 */
  --muted: #475569; /* slate-600 */
  --accent: #6c47ff; /* purple-ish */
  --accent-2: #09b6ff; /* cyan */
  --btn-primary: #7b61ff;
  --btn-primary-contrast: #ffffff;
  --btn-secondary: #2b2e3a;
  --container: 1200px;
}

* { box-sizing: border-box; }

html, body { height: 100%; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }

body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji';
  color: var(--text);
  background: var(--bg) url('./images/bg-pattern.png') center top/cover no-repeat fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 24px;
}

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

/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(246, 248, 251, 0.86);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.brand-logo { height: 28px; display: block; }

.main-nav { display: none; gap: 28px; }
.main-nav a { font-weight: 600; color: #1f2937; }
.main-nav a:hover { color: var(--accent); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  border: none;
  border-radius: 12px;
  padding: 12px 20px;
  cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.2s ease;
}

.btn:active { transform: translateY(1px); }

.btn-primary {
  background: var(--btn-primary);
  color: var(--btn-primary-contrast);
  box-shadow: 0 6px 16px rgba(123, 97, 255, 0.35);
}
.btn-primary:hover { filter: brightness(1.05); }

.btn-secondary {
  background: #2d2f3a;
  color: white;
}
.btn-secondary:hover { filter: brightness(1.06); }

.header-cta { display: none; }

.nav-toggle {
  display: inline-flex;
  width: 42px; height: 42px;
  align-items: center; justify-content: center;
  border: 1px solid rgba(15,23,42,.12);
  border-radius: 10px; background: white;
}
.nav-toggle span { display: block; width: 20px; height: 2px; background:#0f172a; margin: 2.5px 0; }

.mobile-nav { display: none; flex-direction: column; padding: 12px 24px 24px; gap: 14px; border-bottom: 1px solid rgba(15,23,42,.06); background: rgba(246, 248, 251, .9); }
.mobile-nav a { font-weight: 600; }

/* Hero */
.hero { padding: 112px 0 48px; position: relative; }
.hero-inner { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; }

.eyebrow { color: #0ea5e9; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; font-size: 12px; margin: 0 0 16px; }

.hero h1 {
  font-size: clamp(36px, 6vw, 64px);
  line-height: 1.05;
  margin: 0 0 16px;
}
.hero h1 span { color: #111827; }

.subhead { color: var(--muted); font-size: clamp(16px, 2.8vw, 20px); margin: 0 0 10px; }
.supporting { color: #4b5563; margin: 0 0 24px; }

.hero-actions { display: flex; gap: 12px; align-items: center; }

.hero-media { display: grid; place-items: center; }
.hero-media img { width: min(520px, 88%); height: auto; filter: drop-shadow(0 24px 80px rgba(17,24,39,.25)); }

/* Logos */
.logos { padding: 16px 0 36px; background: transparent; }
.logos-inner { display: flex; flex-direction: column; gap: 16px; }
.logos-title { color: #6b7280; font-weight: 600; font-size: 14px; margin: 0; }
.logo-list { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px 36px; align-items: center; margin: 0; padding: 0; }
.logo-list li { display: flex; align-items: center; justify-content: center; min-height: 24px; }
/* Uniform scaling without cropping on mobile */
.logo-list img { max-height: 24px; max-width: 100%; width: auto; display: block; filter: grayscale(100%); opacity: .85; object-fit: contain; }
/* Visually balance smaller-mark logos */
.logo-list img[alt="Sparkasse"] { max-height: 35px; }

/* Section links band */
.section-links { display: none; background: transparent; padding: 24px 0 8px; }
.section-links-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 14px; justify-items: center; }
.section-links-list a { font-weight: 800; color: #0f172a; font-size: 20px; }
.section-links-list a:hover { color: var(--accent); }

/* Placeholder content sections */
.placeholder { padding: 72px 0; }
.placeholder.alt { background: white; }
.placeholder h2 { margin: 0 0 10px; }
.placeholder p { margin: 0; color: var(--muted); }

/* Problem Section */
.problem { position: relative; background: white; padding: 72px 0 96px; overflow: hidden; }
.problem-eyebrow { color: #8b5cf6; letter-spacing: .18em; text-align: center; }
.problem-title { text-align: center; margin: 6px 0 28px; font-size: clamp(28px, 4.6vw, 40px); }
.problem-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.problem-card { background: #7a5af8; color: white; border-radius: 16px; padding: 28px 22px; text-align: center; box-shadow: 0 18px 50px rgba(122,90,248,.25); }
.problem-card .icon { display: grid; place-items: center; margin-bottom: 18px; }
.problem-card .icon img { width: 84px; height: 84px; }
.problem-card .stat { font-size: 40px; font-weight: 800; line-height: 1; margin-bottom: 8px; }
.problem-card .label { font-weight: 700; margin-bottom: 12px; }
.problem-card p { margin: 0; color: rgba(255,255,255,.92); }
.problem-inner { position: relative; z-index: 2; }
.problem-dots { position: absolute; right: 36px; bottom: 14px; width: 220px; opacity: .9; z-index: 1; }

/* CTA */
.cta { padding: 96px 0; text-align: center; }
.cta h2 { margin: 0 0 8px; font-size: clamp(28px, 4vw, 40px); }
.cta p { margin: 0 0 20px; color: var(--muted); }
.btn-lg { padding: 14px 24px; font-size: 16px; }

/* Footer */
.site-footer { background: #0b1020; color: #94a3b8; padding: 88px 0; }
.site-footer a { color: #cbd5e1; }
.site-footer a:hover { color: #ffffff; }
.site-footer p { margin: 0; }
.footer-inner { display: grid; grid-template-columns: 1fr; gap: 32px; }
.footer-title { margin: 0 0 12px; color: #e5e7eb; font-size: 20px; }
.footer-description { margin: 0; color: #9ca3af; max-width: 680px; line-height: 1.6; }
.footer-col { color: #9ca3af; }
.footer-heading { margin: 0 0 8px; font-size: 14px; color: #e5e7eb; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-col a { color: #9ca3af; }
.footer-col a:hover { color: #ffffff; }
.footer-bottom { padding: 20px 0 0; display: flex; justify-content: center; color: #94a3b8; }

.imprint-link { display: inline-block; margin-top: 16px; color: #9ca3af; }
.imprint-link:hover { color: #ffffff; }

/* Larger screens */
@media (min-width: 920px) {
  .main-nav { display: flex; }
  .header-cta { display: inline-flex; }
  .nav-toggle { display: none; }
  .mobile-nav { display: none !important; }

  .hero { padding: 140px 0 72px; }
  .hero-inner { grid-template-columns: 1.1fr .9fr; gap: 32px; }
  .hero-copy { padding-right: 32px; }

  .logos { padding: 24px 0 48px; }
  .logos-inner { gap: 18px; }
  .logo-list { grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 24px 60px; }
  .logo-list li { min-height: 30px; }
  .logo-list img { max-height: 30px; max-width: 100%; width: auto; }
  .logo-list img[alt="Sparkasse"] { max-height: 36px; }

  .section-links { display: none; padding: 0; }
  .section-links-list { grid-template-columns: repeat(3, 1fr); }

  .problem { padding: 96px 0 120px; }
  .problem-grid { grid-template-columns: repeat(3, 1fr); gap: 28px; }
  .problem-card { padding: 36px 28px; }
  .problem-card .icon img { width: 96px; height: 96px; }
  .problem-card .stat { font-size: 54px; }
  .problem-dots { width: 260px; right: 60px; bottom: 24px; }
}

/* Testimonial */
.testimonial { background: #f9fafb; padding: 56px 0; }
.testimonial-inner { display: grid; grid-template-columns: 1fr; gap: 20px; align-items: center; }
.avatar-wrap { display: grid; place-items: center; }
.avatar-ring { width: 180px; height: 180px; border-radius: 999px; border: 5px solid #7b61ff; overflow: hidden; background: #fff; }
.avatar-ring img { width: 100%; height: 100%; object-fit: cover; border-radius: 999px; display: block; }
.testimonial-content { max-width: 820px; }
.testimonial-stars { height: 22px; margin-bottom: 14px; }
.testimonial-quote { font-size: clamp(18px, 2.6vw, 24px); font-weight: 700; color: #0f172a; margin: 0 0 12px; }
.testimonial-author { color: #111827; margin: 0; display: grid; gap: 2px; }
.testimonial-author .testimonial-role { color: #6b7280; margin-left: 0; font-weight: 500; }

@media (min-width: 920px) {
  .testimonial { padding: 72px 0; }
  .testimonial-inner { grid-template-columns: 280px 1fr; gap: 36px; }
  .avatar-ring { width: 240px; height: 240px; border-width: 5px; }
  .testimonial-stars { height: 28px; }
}

/* Open mobile nav */
.mobile-open .mobile-nav { display: flex; }

/* How We Help */
.how { background: var(--bg); padding: 88px 0; }
.how-eyebrow { color: #8b5cf6; letter-spacing: .18em; text-align: center; }
.how-title { text-align: center; margin: 6px 0 10px; font-size: clamp(28px, 4.6vw, 40px); }
.how-subtitle { max-width: 900px; margin: 0 auto 34px; text-align: center; color: var(--muted); }

.how-grid { display: grid; grid-template-columns: 1fr; gap: 34px; margin-top: 6px; }
.how-card { display: grid; grid-template-columns: 72px 1fr; gap: 20px; align-items: start; background: transparent; border: 0; padding: 0; }
/* The icon images already include a purple tile; render them as tiles without additional backgrounds */
.how-icon { width: 72px; height: 72px; border-radius: 16px; overflow: hidden; display: grid; place-items: center; box-shadow: 0 10px 24px rgba(17,24,39,.06); }
.how-icon img { width: 100%; height: 100%; object-fit: cover; display: block; }
.how-card-eyebrow { margin: 2px 0 6px; font-weight: 800; color: #111827; }
.how-card-title { margin: 0 0 6px; color: #6c47ff; font-size: 20px; }
.how-card-copy { margin: 0; color: #475569; }

@media (min-width: 920px) {
  .how { padding: 104px 0; }
  .how-grid { grid-template-columns: repeat(2, 1fr); gap: 46px 48px; }
  .how-card { grid-template-columns: 84px 1fr; }
  .how-icon { width: 84px; height: 84px; border-radius: 18px; }
}

/* Band CTA */
.band-cta { background: #f1f5f9; padding: 88px 0; }
.band-cta-inner { display: grid; grid-template-columns: 1fr; gap: 18px; align-items: center; }
.band-cta-title { margin: 0; font-size: clamp(26px, 4vw, 40px); }
.band-cta-subtitle { margin: 8px 0 0; color: var(--muted); font-size: clamp(16px, 2.4vw, 20px); }
.band-cta-button { justify-self: start; }

@media (min-width: 920px) {
  .band-cta { padding: 104px 0; }
  .band-cta-inner { grid-template-columns: 1fr auto; }
  .band-cta-button { justify-self: end; }
}

/* Challenges We Solve */
.challenges { background: #ffffff; padding: 88px 0 100px; }
.challenges-eyebrow { color: #8b5cf6; letter-spacing: .18em; text-align: center; }
.challenges-title { text-align: center; margin: 6px 0 10px; font-size: clamp(28px, 4.6vw, 40px); }
.challenges-subtitle { max-width: 900px; margin: 0 auto 34px; text-align: center; color: var(--muted); }

.challenges-grid { display: grid; grid-template-columns: 1fr; gap: 28px; margin-top: 8px; }
.challenge { display: grid; grid-template-columns: 52px 1fr; gap: 14px; align-items: start; }
.challenge-icon { width: 52px; height: 52px; display: grid; place-items: center; }
.challenge-icon img { width: 48px; height: 48px; object-fit: contain; display: block; }
.challenge-title { margin: 0 0 6px; font-size: 20px; }
.challenge-copy { margin: 0; color: #475569; }

@media (min-width: 920px) {
  .challenges { padding: 104px 0 116px; }
  .challenges-grid { grid-template-columns: repeat(3, 1fr); gap: 46px 48px; }
  .challenge { grid-template-columns: 60px 1fr; }
  .challenge-icon { width: 60px; height: 60px; }
  .challenge-icon img { width: 56px; height: 56px; }
}

/* Founder Quote Final CTA */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.founder-quote { position: relative; background: #4f46e5; color: #ffffff; }
.founder-quote-background { position: absolute; inset: 0; background: url('./images/final_cta_bg.png') center/cover no-repeat; opacity: .25; }
.founder-quote-inner { position: relative; display: grid; justify-items: center; text-align: center; gap: 18px; padding: 88px 24px; }
.founder-quote-text { margin: 0; font-size: clamp(20px, 2.6vw, 32px); font-weight: 700; line-height: 1.35; max-width: 900px; }
.founder-quote-figure { display: grid; justify-items: center; gap: 8px; margin: 10px 0 0; }
.founder-avatar { width: 88px; height: 88px; border-radius: 999px; object-fit: cover; border: 3px solid rgba(255,255,255,.6); box-shadow: 0 10px 30px rgba(0,0,0,.25); }
.founder-caption { color: #e5e7eb; display: grid; gap: 2px; }
.founder-caption strong { color: #ffffff; }
.founder-caption span { font-size: 14px; opacity: .85; }

@media (min-width: 920px) {
  .founder-quote-inner { padding: 120px 24px; gap: 20px; }
  .founder-avatar { width: 96px; height: 96px; }
}

/* Agentic Workflows CTA (reuses founder-quote look) */
.workflows-cta { position: relative; background: #4f46e5; color: #ffffff; }
.workflows-cta-background { position: absolute; inset: 0; background: url('./images/final_cta_bg.png') center/cover no-repeat; opacity: .25; }
.workflows-cta-inner { position: relative; display: grid; justify-items: center; text-align: center; gap: 18px; padding: 88px 24px; }
.workflows-cta-text { margin: 0; font-size: clamp(20px, 2.6vw, 32px); font-weight: 700; line-height: 1.35; max-width: 900px; }

@media (min-width: 920px) {
  .workflows-cta-inner { padding: 120px 24px; gap: 20px; }
}

/* Final CTA */
.final-cta { position: relative; background: #0b1020; color: #e5e7eb; padding: 88px 0; }
.final-cta-bg { position: absolute; inset: 0; background: url('./images/final_cta_bg.png'), linear-gradient(180deg, rgba(124,58,237,.08), rgba(14,165,233,.06)); background-size: cover; background-position: center; opacity: .12; }
.final-cta-inner { position: relative; display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; }
.final-cta-copy h2 { margin: 0; font-size: clamp(26px, 3.6vw, 40px); line-height: 1.2; color: #e2e8f0; }
.final-cta-copy p { margin: 12px 0 0; color: #94a3b8; max-width: 900px; }
.final-cta-actions { justify-self: start; }
.final-cta .btn-primary { padding: 16px 26px; box-shadow: 0 10px 28px rgba(108,71,255,.45); border-radius: 14px; }

@media (min-width: 920px) {
  .footer-inner { grid-template-columns: 1fr auto; align-items: start; }
  .final-cta { padding: 104px 0; }
  .final-cta-inner { grid-template-columns: 1fr auto; }
  .site-footer { padding: 104px 0; }
  .footer-bottom { padding: 24px 0 0; }
  .final-cta-actions { justify-self: end; }
}

/* Video FAB and Overlay */
.video-fab {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1100;
  width: 78px; /* keep short-like 9:16 ratio */
  aspect-ratio: 9 / 16;
  border-radius: 10px;
  padding: 0;
  border: 1px solid rgba(15,23,42,.12);
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(15,23,42,.15);
  overflow: hidden;
  cursor: pointer;
}
.video-fab img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; display: block; }
.video-fab:hover img { transform: scale(1.08); }

.video-overlay { position: fixed; inset: 0; display: none; z-index: 1200; }
.video-overlay[aria-hidden="false"] { display: block; }
.video-backdrop { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.92)); backdrop-filter: blur(2px); }
.video-panel {
  position: absolute;
  top: 5vh; right: 5vh; transform: none;
  height: 90vh; aspect-ratio: 9 / 16; /* vertical shorts */
  background: transparent; border-radius: 16px; box-shadow: 0 24px 80px rgba(15,23,42,.28);
  overflow: hidden;
  display: flex; flex-direction: column;
}
.video-topbar { display: none; }
.video-close { position: absolute; top: 8px; right: 10px; background: transparent; border: 0; font-size: 28px; line-height: 1; color: #334155; cursor: pointer; z-index: 100; }
.video-frame-wrap { width: 100%; flex: 1; background: transparent; position: relative; z-index: 1; overflow: hidden; }
.video-frame-wrap iframe { width: 100%; height: 100%; display: block; transform: scale(1.18); transform-origin: center; }
/* Remove default iframe background/borders in some browsers */
.video-frame-wrap iframe { background: transparent; border: 0; }

/* Video footer CTA */
.video-footer {
  position: relative;
  padding: 12px;
  background: transparent;
  z-index: 1;
  pointer-events: none;
}
.video-linkedin {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  background: #0a66c2; color: #ffffff; font-weight: 800;
  box-shadow: 0 8px 22px rgba(10,102,194,.36);
  pointer-events: auto;
}
.video-linkedin:hover { filter: brightness(1.06); }

@media (max-width: 919px) {
  .video-panel { left: 0; right: 0; top: 0; transform: none; width: 100vw; height: 100vh; border-radius: 0; aspect-ratio: auto; }
  .video-frame-wrap { height: 100%; aspect-ratio: 9 / 16; }
  .video-topbar {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 12px 12px 8px;
    padding-top: calc(10px + env(safe-area-inset-top));
    background: rgba(0,0,0,.65);
    backdrop-filter: blur(6px);
    z-index: 101;
  }
  .video-topbar a, .video-topbar button {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    border-radius: 12px;
    padding: 12px 16px;
    font-weight: 800;
    font-family: inherit;
    font-size: 16px;
  }
  .video-topbar-linkedin { background: #0a66c2; color: #fff; box-shadow: 0 8px 22px rgba(10,102,194,.36); text-align: center; }
  .video-topbar-close { background: #0f172a; color: #fff; box-shadow: 0 8px 22px rgba(15,23,42,.28); }
  .video-close { display: none; }
  .video-footer {
    order: -1; /* move CTA to the top on phones */
    padding: 12px;
    padding-top: calc(16px + env(safe-area-inset-top) + 24px); /* avoid notch and close btn */
    background: transparent;
    pointer-events: none; /* prevent overlay from blocking close */
  }
  /* Slightly zoom the YouTube player to hide residual pillarboxing on mobile */
  .video-frame-wrap iframe { transform: scale(1.24); transform-origin: center; }
  .video-close { top: 12px; right: 14px; color: #fff; }
  .video-backdrop { background: rgba(0,0,0,.5); backdrop-filter: none; }
}

@media (min-width: 920px) {
  /* Hide close button on large (desktop) overlay; users can click backdrop or press ESC */
  .video-close { display: none; }
}

/* no longer needed: imprint moved under brand */
/* Contact Page */
.contact-hero { background: var(--bg); padding: 112px 0 48px; }
.contact-hero-inner { text-align: center; max-width: 800px; margin: 0 auto; }
.contact-eyebrow { color: #8b5cf6; letter-spacing: .18em; text-align: center; }
.contact-title { text-align: center; margin: 6px 0 16px; font-size: clamp(32px, 5vw, 48px); line-height: 1.1; }
.contact-subtitle { max-width: 700px; margin: 0 auto; text-align: center; color: var(--muted); font-size: clamp(16px, 2.5vw, 18px); line-height: 1.6; }

.contact-form-section { background: white; padding: 72px 0 96px; }
.contact-form-container { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: start; }

.contact-form-wrapper { background: #ffffff; border-radius: 20px; padding: 0; box-shadow: none; }

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

.form-row { display: grid; grid-template-columns: 1fr; gap: 20px; }

.form-group { display: grid; gap: 8px; }

.form-label { 
  font-weight: 600; 
  color: var(--text); 
  font-size: 14px;
  letter-spacing: -0.01em;
}

.form-input, .form-select, .form-textarea {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  font-size: 16px;
  font-family: inherit;
  background: white;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(108, 71, 255, 0.1);
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
  font-family: inherit;
}

.form-select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 40px;
  appearance: none;
}

.form-actions { display: grid; gap: 12px; justify-items: start; margin-top: 8px; }



.form-note { 
  margin: 0; 
  color: var(--muted); 
  font-size: 14px; 
  font-weight: 500;
}

.contact-info-card { 
  background: linear-gradient(135deg, #6c47ff 0%, #8b5cf6 100%);
  color: white;
  padding: 40px 32px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(108, 71, 255, 0.3);
}

.contact-info-title { 
  margin: 0 0 16px; 
  font-size: 24px; 
  font-weight: 700;
}

.contact-info-description { 
  margin: 0 0 32px; 
  color: rgba(255, 255, 255, 0.9); 
  line-height: 1.6;
}

.contact-highlights { 
  display: grid; 
  grid-template-columns: repeat(3, 1fr); 
  gap: 20px; 
}

.contact-highlight { 
  text-align: center; 
}

.contact-highlight-number { 
  font-size: 20px; 
  font-weight: 800; 
  margin-bottom: 4px;
}

.contact-highlight-text { 
  font-size: 12px; 
  opacity: 0.9; 
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .form-row { grid-template-columns: 1fr 1fr; }
  .contact-highlights { gap: 24px; }
  .contact-highlight-number { font-size: 24px; }
  .contact-highlight-text { font-size: 13px; }
}

@media (min-width: 920px) {
  .contact-hero { padding: 140px 0 72px; }
  .contact-form-section { padding: 96px 0 120px; }
  .contact-form-container { grid-template-columns: 1.2fr 0.8fr; gap: 64px; }
  .contact-form-wrapper { padding: 0; }
  .contact-info-card { padding: 48px 40px; margin-top: 24px; }
  .contact-highlights { grid-template-columns: 1fr; gap: 32px; }
  .contact-highlight { text-align: left; }
}

/* About Page */
.about-hero { background: var(--bg); padding: 112px 0 28px; }
.about-hero-inner { text-align: center; max-width: 900px; margin: 0 auto; }
.about-title { margin: 6px 0 12px; font-size: clamp(32px, 5vw, 48px); line-height: 1.1; color: #27b2f9; }
.about-title span { color: #7857f2; }
.about-subtitle { margin: 0; color: var(--muted); font-size: clamp(16px, 2.5vw, 18px); }

.about-facts { background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%); padding: 24px 0 64px; }
.facts-card { background: #ffffff; border: 1px solid rgba(15,23,42,.08); border-radius: 16px; padding: 24px; box-shadow: none; }
.facts-heading { display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: center; margin-bottom: 12px; }
.facts-heading h3 { margin: 0; font-size: 18px; }
.facts-heading-icon { width: 36px; height: 36px; display: grid; place-items: center; background: #eae6ff; color: #7b61ff; border-radius: 10px; }
.facts-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr; gap: 10px 18px; color: #475569; }
.facts-list li { position: relative; padding-left: 24px; line-height: 1.6; }
.facts-bullet { position: absolute; left: 0; top: 0; color: #6c47ff; font-weight: 900; }

.values { background: var(--bg); padding: 88px 0; }
.section-title { text-align: center; margin: 0 0 8px; font-size: clamp(28px, 4.6vw, 40px); }
.section-subtitle { text-align: center; color: var(--muted); max-width: 900px; margin: 0 auto 28px; }
.values-grid { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 10px; }
.value-card { background: #ffffff; border: 1px solid rgba(15,23,42,.08); border-radius: 16px; padding: 18px; display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: start; }
.value-icon { width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center; background: #eef2ff; color: #4f46e5; font-size: 22px; }
.value-title { margin: 2px 0 6px; color: #0f172a; font-size: 18px; }
.value-copy { margin: 0; color: #475569; }

.difference { position: relative; background: #ffffff; padding: 88px 0 100px; overflow: hidden; }
.difference-grid { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 12px; }
.diff-card { background: #7a5af8; color: white; border-radius: 16px; padding: 24px 20px; text-align: center; box-shadow: 0 18px 50px rgba(122,90,248,.25); }
.diff-icon { display: grid; place-items: center; margin-bottom: 14px; }
.diff-icon img { width: 64px; height: 64px; }
.diff-title { font-size: clamp(18px, 2.4vw, 22px); font-weight: 800; line-height: 1.2; margin-bottom: 8px; }
.diff-card p { margin: 0; color: rgba(255,255,255,.92); font-size: 15px; line-height: 1.5; }

.about-cta { position: relative; background: #4f46e5; color: #ffffff; }
.about-cta-bg { position: absolute; inset: 0; background: url('./images/final_cta_bg.png') center/cover no-repeat; opacity: .25; }
.about-cta-inner { position: relative; display: grid; justify-items: center; text-align: center; gap: 14px; padding: 88px 24px; }
.about-cta-title { margin: 0; font-size: clamp(24px, 3.6vw, 36px); }
.about-cta-subtitle { margin: 0 0 8px; opacity: .95; }
.about-cta-actions { display: grid; gap: 12px; }

@media (min-width: 920px) {
  .about-hero { padding: 140px 0 48px; }
  .about-facts { padding: 40px 0 80px; }
  .facts-card { padding: 28px; }
  .facts-list { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 36px; row-gap: 12px; }
  .values { padding: 104px 0; }
  .values-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .difference { padding: 104px 0 120px; }
  .difference-grid { grid-template-columns: repeat(3, 1fr); gap: 28px; }
  .about-cta-inner { padding: 120px 24px; }
}
