/* ============================================================
   HI ANDY — Huvudstilmall
   Alla ändringar görs här
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap');

:root {
  --sky: #75A4BE;
  --sky-pale: #E8F2F8;
  --sky-dark: #2F6480;
  --garnet: #740607;
  --coal: #272626;
  --sand: #FFF8EA;
  --sand-d: #EDE3CC;
  --white: #FFFFFF;
  --muted: #565350;
  --muted-sand: #504D4B;
  --sub-dark: #C8C4C2;
  --dim-dark: #A09C9A;
  --rule: rgba(39,38,38,0.1);
}

html { scroll-behavior: smooth; }
body { font-family: 'Barlow', sans-serif !important; color: var(--coal); background: var(--white); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }

/* Reset Elementor interference */
.elementor-widget-html, .elementor-widget-container { margin: 0 !important; padding: 0 !important; }
.elementor section, .elementor .elementor-section { margin: 0 !important; }
h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; font-weight: inherit; line-height: inherit; }
p { margin: 0; padding: 0; }
ul,ol { margin: 0; padding: 0; }
button { font-family: 'Barlow', sans-serif !important; border-radius: 0 !important; }

/* NAV */
.ha-nav { height: auto; padding: 14px 64px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--rule); position: sticky; top: 0; z-index: 100; background: var(--white); }
.ha-logo { font-family: 'Bebas Neue', sans-serif !important; font-size: 22px; letter-spacing: 0.07em; color: var(--coal) !important; text-decoration: none; }
.ha-logo span { color: var(--sky-dark); }
.ha-nav-links { display: flex; gap: 36px; list-style: none; }
.ha-nav-links a { font-size: 14px; color: var(--muted) !important; text-decoration: none; }
.ha-nav-links a:hover { color: var(--coal) !important; text-decoration: underline; }
.ha-nav-cta { background: var(--garnet) !important; color: #fff !important; border: none !important; padding: 10px 24px; font-size: 14px; font-weight: 500; letter-spacing: 0.04em; cursor: pointer; min-height: 44px; border-radius: 0 !important; }

/* SECTION TAG */
.ha-tag { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sky-dark); margin-bottom: 20px; display: flex; align-items: center; gap: 12px; }
.ha-tag::before { content: ''; width: 20px; height: 1px; background: var(--sky); flex-shrink: 0; }
.ha-tag--light { color: var(--sky); }
.ha-tag--light::before { background: var(--sky); }

/* HERO */
.ha-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: calc(100vh - 52px); border-bottom: 2px solid var(--coal); }
.ha-hero-left { background: var(--coal); padding: 80px 64px; display: flex; flex-direction: column; justify-content: space-between; }
.ha-hero-kicker { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sky); margin-bottom: 32px; }
.ha-hero h1 { font-family: 'Bebas Neue', sans-serif !important; font-size: clamp(64px, 7.5vw, 96px) !important; line-height: 0.93 !important; color: #fff !important; margin-bottom: 40px; }
.ha-hero h1 em { color: var(--sky) !important; font-style: normal; }
.ha-hero-body { font-size: 16px; color: var(--sub-dark); line-height: 1.8; max-width: 380px; margin-bottom: 40px; }
.ha-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.ha-btn-sky { background: var(--sky) !important; color: var(--coal) !important; border: 2px solid var(--sky) !important; padding: 13px 28px; font-size: 14px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; cursor: pointer; min-height: 44px; border-radius: 0 !important; }
.ha-btn-ghost { background: transparent !important; color: var(--sub-dark) !important; border: 1.5px solid var(--sub-dark) !important; padding: 13px 28px; font-size: 14px; letter-spacing: 0.05em; text-transform: uppercase; cursor: pointer; min-height: 44px; border-radius: 0 !important; }
.ha-hero-right { background: var(--sand); padding: 80px 64px; display: flex; flex-direction: column; justify-content: space-between; border-left: 2px solid var(--coal); }
.ha-hero-stat-tag { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sky-dark); margin-bottom: 16px; }
.ha-hero-stat-num { font-family: 'Bebas Neue', sans-serif !important; font-size: clamp(64px, 7.5vw, 96px) !important; line-height: 1 !important; color: var(--coal) !important; }
.ha-hero-stat-sub { font-size: 16px; color: var(--muted-sand); line-height: 1.65; max-width: 320px; margin-top: 16px; }
.ha-hero-context { border-top: 2px solid var(--sand-d); padding-top: 32px; }
.ha-hero-context-quote { font-size: 16px; font-style: italic; color: var(--coal); line-height: 1.65; margin-bottom: 14px; }
.ha-hero-context-source { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sky-dark); }

/* PARTNERS */
.ha-partners { border-bottom: 2px solid var(--coal); padding: 22px 64px; display: flex; align-items: center; gap: 32px; background: var(--coal); flex-wrap: wrap; }
.ha-p-label { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sky); white-space: nowrap; }
.ha-p-logos { display: flex; gap: 10px; list-style: none; flex-wrap: wrap; }
.ha-p-logo { font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--sub-dark); padding: 7px 16px; border: 1px solid rgba(255,255,255,0.15); }

/* PROBLEM */
.ha-problem { background: var(--white); border-bottom: 2px solid var(--coal); margin: 0; padding: 0; }
.ha-problem-top { padding: 88px 64px 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: end; border-bottom: 1px solid var(--rule); }
.ha-problem h2 { font-family: 'Bebas Neue', sans-serif !important; font-size: clamp(72px, 8vw, 108px) !important; line-height: 0.93 !important; color: var(--coal) !important; }
.ha-problem h2 em { color: var(--sky-dark) !important; font-style: normal; }
.ha-problem-lead { font-size: 15px; color: var(--muted); line-height: 1.8; border-left: 3px solid var(--sky); padding-left: 20px; }
.ha-pcards { display: grid; grid-template-columns: 1fr 1fr; list-style: none; }
.ha-pcard { padding: 48px 56px; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.ha-pcard:nth-child(2n) { border-right: none; }
.ha-pcard:nth-child(3), .ha-pcard:nth-child(4) { border-bottom: none; }
.ha-pcard-tag { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sky-dark); margin-bottom: 12px; }
.ha-pcard h3 { font-family: 'Barlow', sans-serif !important; font-size: 19px !important; font-weight: 600; color: var(--coal) !important; margin-bottom: 12px; line-height: 1.3; }
.ha-pcard p { font-size: 15px; color: var(--muted); line-height: 1.7; }

/* LÖSNINGEN */
.ha-solution { background: var(--sand); border-bottom: 2px solid var(--coal); margin: 0; padding: 0; }
.ha-solution-inner { display: grid; grid-template-columns: 1fr 1fr; }
.ha-sol-left { padding: 88px 64px; border-right: 1px solid var(--rule); }
.ha-sol-left h2 { font-family: 'Bebas Neue', sans-serif !important; font-size: clamp(72px, 8vw, 108px) !important; line-height: 0.93 !important; color: var(--coal) !important; margin-bottom: 24px; }
.ha-sol-intro { font-size: 16px; color: var(--coal); line-height: 1.8; margin-bottom: 48px; max-width: 440px; }
.ha-sol-steps { display: flex; flex-direction: column; list-style: none; }
.ha-sol-step { display: grid; grid-template-columns: 28px 1fr; gap: 20px; padding: 20px 0; border-top: 1px solid var(--rule); align-items: start; }
.ha-sol-n { font-family: 'Bebas Neue', sans-serif !important; font-size: 18px; color: var(--sky-dark); line-height: 1.4; }
.ha-sol-title { font-size: 16px; font-weight: 600; color: var(--coal); margin-bottom: 4px; }
.ha-sol-desc { font-size: 15px; color: var(--muted-sand); line-height: 1.6; }
.ha-sol-callout { background: var(--sky); padding: 24px 28px; margin-top: 40px; text-align: center; }
.ha-sol-callout p { font-size: 16px; font-weight: 600; color: var(--coal); line-height: 1.55; }
.ha-sol-right { background: var(--coal); padding: 88px 64px; display: flex; flex-direction: column; gap: 0; }
.ha-sol-right h3 { font-family: 'Bebas Neue', sans-serif !important; font-size: clamp(64px, 7vw, 96px) !important; line-height: 0.95 !important; color: #fff !important; margin-bottom: 28px; }
.ha-sol-method-body { font-size: 15px; color: var(--sub-dark); line-height: 1.8; margin-bottom: 36px; }
.ha-sol-method-image { min-height: 180px; margin: 0 -64px 32px; background: var(--sky-pale); position: relative; overflow: hidden; }
.ha-sol-method-image::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 50%; height: 90%; background: linear-gradient(180deg, var(--sky) 0%, var(--sky-dark) 100%); border-radius: 60px 60px 0 0; opacity: 0.3; }
.ha-sol-parts { display: flex; flex-direction: column; gap: 16px; }
.ha-sol-part { padding: 20px 24px; border: 1px solid rgba(255,255,255,0.1); }
.ha-sol-part-label { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sky); margin-bottom: 8px; }
.ha-sol-part-title { font-size: 16px; font-weight: 600; color: #fff; margin-bottom: 6px; }
.ha-sol-part-desc { font-size: 14px; color: var(--sub-dark); line-height: 1.6; }

/* BEVISET */
.ha-proof { background: var(--coal); border-bottom: 2px solid var(--coal); margin: 0; padding: 0; }
.ha-proof-top { padding: 88px 64px 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: end; border-bottom: 1px solid rgba(255,255,255,0.08); }
.ha-proof h2 { font-family: 'Bebas Neue', sans-serif !important; font-size: clamp(72px, 8vw, 108px) !important; line-height: 0.93 !important; color: #fff !important; }
.ha-proof-context { font-size: 15px; color: #d8d4d1; line-height: 1.8; }
.ha-proof-stats { display: grid; grid-template-columns: repeat(3,1fr); list-style: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
.ha-ps { padding: 64px 56px; border-right: 1px solid rgba(255,255,255,0.08); }
.ha-ps:last-child { border-right: none; }
.ha-ps-fig { font-family: 'Bebas Neue', sans-serif !important; font-size: 84px !important; line-height: 1 !important; color: var(--sky) !important; margin-bottom: 8px; }
.ha-ps-rule { width: 32px; height: 3px; background: var(--garnet); margin-bottom: 14px; }
.ha-ps-label { font-size: 16px; font-weight: 600; color: #fff; margin-bottom: 6px; line-height: 1.4; }
.ha-ps-sub { font-size: 13px; color: var(--sub-dark); line-height: 1.5; }
.ha-proof-outcomes { display: grid; grid-template-columns: 1fr 1fr; list-style: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
.ha-po { padding: 48px 56px; border-right: 1px solid rgba(255,255,255,0.08); }
.ha-po:last-child { border-right: none; }
.ha-po-head { font-family: 'Barlow', sans-serif !important; font-size: 22px !important; font-weight: 600; color: var(--sky) !important; margin-bottom: 24px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.ha-po-list { display: flex; flex-direction: column; gap: 14px; list-style: none; }
.ha-po-item { display: flex; gap: 14px; font-size: 15px; color: var(--sub-dark); line-height: 1.65; }
.ha-po-dot { width: 5px; height: 5px; background: var(--sky); border-radius: 50%; flex-shrink: 0; margin-top: 10px; }

/* KARUSELL */
.ha-carousel { border-top: 1px solid rgba(255,255,255,0.08); padding: 64px 64px 72px; }
.ha-carousel-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 48px; }
.ha-carousel-controls { display: flex; align-items: center; gap: 16px; }
.ha-carousel-btn { width: 40px; height: 40px; background: transparent !important; border: 1px solid rgba(255,255,255,0.2) !important; color: var(--sub-dark) !important; font-size: 18px; cursor: pointer; display: flex; align-items: center; justify-content: center; border-radius: 0 !important; }
.ha-carousel-btn:hover { border-color: var(--sky) !important; color: var(--sky) !important; }
.ha-carousel-dots { display: flex; gap: 8px; }
.ha-carousel-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.2); border: none !important; cursor: pointer; transition: background 0.2s; padding: 0; }
.ha-carousel-dot.active { background: var(--sky); }
.ha-carousel-wrap { overflow: hidden; }
.ha-carousel-track { display: flex; transition: transform 0.4s ease; list-style: none; }
.ha-carousel-slide { flex: 0 0 100%; padding: 0 4px; }
.ha-carousel-quote { font-size: 22px; font-style: italic; font-weight: 300; color: #fff !important; line-height: 1.6; margin-bottom: 32px; max-width: 680px; }
.ha-carousel-author { display: flex; align-items: center; gap: 14px; }
.ha-carousel-av { width: 44px; height: 44px; border-radius: 50%; background: rgba(117,164,190,0.25); border: 1.5px solid rgba(117,164,190,0.4); font-size: 13px; font-weight: 600; color: var(--sky); flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.ha-carousel-name { font-size: 14px; font-weight: 500; color: #fff !important; }
.ha-carousel-role { font-size: 13px; color: var(--dim-dark); }

/* PILOT */
.ha-pilot { background: var(--sand); padding: 88px 0; border-bottom: 2px solid var(--coal); margin: 0; }
.ha-pilot-header { padding: 0 64px 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: end; }
.ha-pilot h2 { font-family: 'Bebas Neue', sans-serif !important; font-size: clamp(72px, 8vw, 108px) !important; line-height: 0.93 !important; color: var(--coal) !important; }
.ha-pilot-intro { font-size: 15px; color: var(--muted-sand); line-height: 1.8; }
.ha-timeline { display: grid; grid-template-columns: repeat(3,1fr); border-top: 2px solid var(--coal); border-bottom: 2px solid var(--coal); margin-bottom: 64px; list-style: none; }
.ha-tl { padding: 48px 56px; border-right: 1px solid var(--rule); }
.ha-tl:last-child { border-right: none; }
.ha-tl-badge { width: 36px; height: 36px; border-radius: 50%; background: var(--sky); font-family: 'Bebas Neue', sans-serif !important; font-size: 16px; color: var(--coal); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.ha-tl-badge.out { background: transparent; border: 2.5px solid var(--sky); color: var(--sky-dark); }
.ha-tl-period { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sky-dark); margin-bottom: 10px; }
.ha-tl-name { font-family: 'Bebas Neue', sans-serif !important; font-size: 32px !important; color: var(--coal) !important; margin-bottom: 10px; }
.ha-tl-desc { font-size: 15px; color: var(--muted-sand); line-height: 1.65; margin-bottom: 16px; }
.ha-tl-list { display: flex; flex-direction: column; gap: 8px; list-style: none; }
.ha-tl-list li { display: flex; gap: 10px; font-size: 13px; color: var(--muted-sand); line-height: 1.55; }
.ha-tl-dot { width: 4px; height: 4px; background: var(--sky-dark); border-radius: 50%; flex-shrink: 0; margin-top: 8px; }
.ha-pilot-split { padding: 0 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.ha-ps-head { font-family: 'Barlow', sans-serif !important; font-size: 11px !important; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sky-dark) !important; margin-bottom: 24px; padding-bottom: 14px; border-bottom: 1px solid var(--rule); }
.ha-ps-list { display: flex; flex-direction: column; gap: 14px; list-style: none; }
.ha-ps-item { display: flex; gap: 14px; font-size: 15px; color: var(--muted-sand); line-height: 1.7; }
.ha-ps-dot { width: 5px; height: 5px; background: var(--sky-dark); border-radius: 50%; flex-shrink: 0; margin-top: 10px; }

/* TEAM */
.ha-team { background: var(--white); border-bottom: 2px solid var(--coal); margin: 0; padding: 0; }
.ha-team-top { padding: 88px 64px 64px; display: flex; align-items: baseline; justify-content: space-between; border-bottom: 1px solid var(--rule); }
.ha-team h2 { font-family: 'Bebas Neue', sans-serif !important; font-size: clamp(64px, 7.5vw, 96px) !important; line-height: 0.93 !important; color: var(--coal) !important; }
.ha-team-sub { font-size: 15px; color: var(--muted); max-width: 360px; text-align: right; line-height: 1.7; }
.ha-team-grid { display: grid; grid-template-columns: repeat(5,1fr); list-style: none; padding: 0 64px 64px; gap: 20px; }
.ha-tc { border: 1px solid var(--rule); border-radius: 4px; overflow: hidden; }
.ha-tc-photo { width: 100%; padding-top: 110%; background: var(--sky-pale); position: relative; overflow: hidden; }
.ha-tc-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.ha-tc-sil { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60%; height: 85%; background: var(--sky); opacity: 0.3; border-radius: 50% 50% 0 0; }
.ha-tc-info { padding: 24px 24px 32px; border-top: 1px solid var(--rule); }
.ha-tc-name { font-size: 15px; font-weight: 600; color: var(--coal); margin-bottom: 5px; }
.ha-tc-role { font-size: 13px; color: var(--muted); line-height: 1.5; }

/* CTA */
.ha-cta { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; }
.ha-cta-left { background: var(--coal); padding: 88px 64px; display: flex; flex-direction: column; justify-content: space-between; }
.ha-cta h2 { font-family: 'Bebas Neue', sans-serif !important; font-size: clamp(64px, 7.5vw, 96px) !important; line-height: 0.93 !important; color: #fff !important; margin-bottom: 40px; }
.ha-cta h2 em { color: var(--sky) !important; font-style: normal; }
.ha-cta-body { font-size: 15px; color: var(--sub-dark); line-height: 1.8; max-width: 380px; margin-bottom: 12px; }
.ha-cta-callout { font-size: 15px; font-weight: 600; color: #fff; margin-bottom: 40px; }
.ha-cta-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.ha-btn-cta { background: var(--sky) !important; color: var(--coal) !important; border: 2px solid var(--sky) !important; padding: 14px 32px; font-size: 14px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; cursor: pointer; min-height: 44px; border-radius: 0 !important; }
.ha-btn-outline { background: transparent !important; color: var(--sub-dark) !important; border: 1.5px solid var(--sub-dark) !important; padding: 14px 32px; font-size: 14px; letter-spacing: 0.05em; text-transform: uppercase; cursor: pointer; min-height: 44px; border-radius: 0 !important; }
.ha-cta-right { background: var(--sky); padding: 88px 64px; display: flex; flex-direction: column; justify-content: space-between; border-left: 2px solid var(--coal); }
.ha-cta-person { display: flex; align-items: flex-start; gap: 20px; margin-bottom: 48px; }
.ha-cta-av { width: 72px; height: 72px; border-radius: 50%; background: rgba(255,255,255,0.3); border: 2px solid rgba(255,255,255,0.5); flex-shrink: 0; overflow: hidden; }
.ha-cta-av img { width: 100%; height: 100%; object-fit: cover; }
.ha-cta-name { font-size: 16px; font-weight: 600; color: var(--coal); margin-bottom: 4px; }
.ha-cta-title { font-size: 13px; color: var(--coal); line-height: 1.5; margin-bottom: 10px; opacity: 0.8; }
.ha-cta-phone { font-size: 15px; font-weight: 500; color: var(--coal) !important; text-decoration: none; display: block; margin-bottom: 4px; }
.ha-cta-email { font-size: 15px; font-weight: 500; color: var(--coal) !important; text-decoration: underline; }
.ha-cta-quote { font-size: 15px; font-style: italic; color: var(--coal); line-height: 1.65; border-top: 1px solid rgba(0,0,0,0.12); padding-top: 36px; margin-bottom: 28px; }
.ha-cta-bg { border-top: 1px solid rgba(0,0,0,0.12); padding-top: 28px; }
.ha-cta-bg-label { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--coal); margin-bottom: 10px; }
.ha-cta-bg-body { font-size: 14px; color: var(--coal); line-height: 1.7; }

/* FOOTER */
.ha-footer { background: var(--coal); padding: 20px 64px; display: flex; align-items: center; justify-content: space-between; border-top: 3px solid var(--sky); }
.ha-footer-logo { font-family: 'Bebas Neue', sans-serif !important; font-size: 22px; letter-spacing: 0.07em; color: #fff !important; text-decoration: none; }
.ha-footer-logo span { color: var(--sky); }
.ha-flinks { display: flex; gap: 28px; list-style: none; }
.ha-flinks a { font-size: 13px; color: var(--sub-dark) !important; text-decoration: none; letter-spacing: 0.06em; text-transform: uppercase; }
.ha-flinks a:hover { color: #fff !important; text-decoration: underline; }
.ha-fcopy { font-size: 13px; color: var(--dim-dark); }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .ha-nav { padding: 12px 32px; }
  .ha-nav-links { gap: 20px; }
  .ha-hero, .ha-cta { grid-template-columns: 1fr; min-height: auto; }
  .ha-hero-left, .ha-hero-right, .ha-cta-left, .ha-cta-right { padding: 60px 32px; }
  .ha-hero-right, .ha-cta-right { border-left: none; border-top: 2px solid var(--coal); }
  .ha-partners { padding: 20px 32px; }
  .ha-problem-top { padding: 60px 32px 40px; grid-template-columns: 1fr; gap: 32px; }
  .ha-pcards { grid-template-columns: 1fr 1fr; }
  .ha-pcard { padding: 32px; }
  .ha-solution-inner { grid-template-columns: 1fr; }
  .ha-sol-left, .ha-sol-right { padding: 60px 32px; }
  .ha-sol-method-image { margin: 32px -32px; }
  .ha-proof-top { padding: 60px 32px 40px; grid-template-columns: 1fr; gap: 32px; }
  .ha-proof-stats { grid-template-columns: 1fr; }
  .ha-ps { padding: 40px 32px; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .ha-proof-outcomes { grid-template-columns: 1fr; }
  .ha-po { padding: 32px; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .ha-carousel { padding: 48px 32px; }
  .ha-pilot-header { padding: 0 32px 48px; grid-template-columns: 1fr; gap: 32px; }
  .ha-timeline { grid-template-columns: 1fr; }
  .ha-tl { border-right: none; border-bottom: 1px solid var(--rule); padding: 36px 32px; }
  .ha-pilot-split { padding: 0 32px; grid-template-columns: 1fr; }
  .ha-team-top { padding: 60px 32px 40px; flex-direction: column; gap: 24px; }
  .ha-team-sub { text-align: left; }
  .ha-team-grid { grid-template-columns: repeat(3,1fr); padding: 0 32px 48px; }
  .ha-footer { padding: 20px 32px; }
}
@media (max-width: 640px) {
  .ha-nav { padding: 12px 20px; flex-wrap: wrap; gap: 12px; }
  .ha-nav-links { display: none; }
  .ha-nav-cta { margin-left: auto; }
  .ha-hero-left, .ha-hero-right, .ha-cta-left, .ha-cta-right { padding: 48px 20px; }
  .ha-partners { padding: 16px 20px; flex-direction: column; }
  .ha-problem-top { padding: 48px 20px 32px; }
  .ha-pcards { grid-template-columns: 1fr; }
  .ha-pcard { padding: 28px 20px; border-right: none; }
  .ha-sol-left, .ha-sol-right { padding: 48px 20px; }
  .ha-proof-top { padding: 48px 20px 32px; }
  .ha-ps { padding: 32px 20px; }
  .ha-po { padding: 28px 20px; }
  .ha-carousel { padding: 40px 20px; }
  .ha-pilot-header { padding: 0 20px 40px; }
  .ha-tl { padding: 32px 20px; }
  .ha-pilot-split { padding: 0 20px; gap: 32px; }
  .ha-team-top { padding: 48px 20px 32px; }
  .ha-team-grid { grid-template-columns: repeat(2,1fr); padding: 0 20px 40px; gap: 12px; }
  .ha-footer { padding: 20px; flex-direction: column; align-items: flex-start; gap: 12px; }
}
