@font-face {
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/ai-landings/assets/20260910-ai-helyzetkep/avenir-next-400.ttf') format('truetype');
}

@font-face {
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/ai-landings/assets/20260910-ai-helyzetkep/avenir-next-700.ttf') format('truetype');
}

:root {
  color-scheme: dark;
  --ink: #111016;
  --paper: #f6f4f2;
  --accent: #d8121e;
  --accent-light: #ff5a5d;
  --muted: #bbb9bf;
  --line: #ffffff26;
  font-family: 'Avenir Next', -apple-system, system-ui, 'Segoe UI', sans-serif;
  color: var(--paper);
  background: var(--ink);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, p, ul { margin: 0; }
h1, h2 { font-weight: 700; line-height: 1.06; letter-spacing: -.04em; }
a:focus-visible { outline: 3px solid var(--accent-light); outline-offset: 5px; }

.wrap { width: min(1180px, 100%); margin-inline: auto; padding-inline: clamp(22px, 4vw, 48px); }
.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-160%); padding: 12px 20px; background: white; color: var(--ink); z-index: 100; }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--line); background: #111016ed; backdrop-filter: blur(16px); }
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; font-size: 18px; letter-spacing: -.03em; white-space: nowrap; }
.brand img { border-radius: 50%; flex: 0 0 auto; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; border: 1px solid transparent; border-radius: 99px; padding: 14px 24px; background: var(--accent); color: white; font-weight: 700; font-size: 14px; line-height: 1.35; text-align: center; transition: background .2s, transform .2s; }
.button:hover { background: #b80f19; transform: translateY(-2px); }
.button span { font-size: 20px; line-height: 1; }
.button-small { min-height: 44px; padding: 10px 20px; font-size: 12px; gap: 12px; }

.hero { padding-block: clamp(54px, 8vw, 104px); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr); gap: clamp(42px, 7vw, 90px); align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 22px; font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent-light); flex: 0 0 auto; }
h1 { max-width: 760px; font-size: clamp(42px, 5.6vw, 72px); text-transform: uppercase; }
h1 span { color: var(--accent-light); }
.lead { max-width: 60ch; margin-top: 28px; color: #e1dfe2; font-size: clamp(17px, 2vw, 21px); line-height: 1.55; }
.helper { max-width: 62ch; margin-top: 17px; color: var(--muted); font-size: 14px; }
.hero-button { margin-top: 30px; }

.framework-card { position: relative; padding: clamp(28px, 4vw, 44px); border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, #242129, #17151b); box-shadow: 0 34px 70px -45px #000; overflow: hidden; }
.framework-card::before { content: ''; position: absolute; width: 190px; height: 190px; right: -75px; top: -75px; border-radius: 50%; background: #b933ad66; filter: blur(10px); }
.card-label { position: relative; color: var(--paper); font-size: clamp(25px, 3vw, 37px); font-weight: 700; letter-spacing: -.04em; line-height: 1.08; }
.levels { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-block: 30px; }
.levels div { display: grid; justify-items: center; gap: 9px; min-width: 0; }
.levels img { width: 54px; height: 54px; }
.levels span { color: var(--muted); font-size: 10px; text-align: center; }
.framework-card > p:last-child { position: relative; color: var(--muted); font-size: 14px; line-height: 1.7; }

h2 { font-size: clamp(34px, 4.1vw, 52px); }

.request { padding-block: clamp(48px, 7vw, 82px) 48px; }
.request-grid { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(38px, 7vw, 86px); align-items: start; }
.request-copy { padding-top: 20px; }
.request-copy > p:not(.eyebrow) { max-width: 40ch; margin-top: 24px; color: var(--muted); font-size: 16px; }
.request-copy .request-note { padding-top: 20px; border-top: 1px solid var(--line); color: var(--paper); font-size: 13px; }
.form-card { color-scheme: light; min-width: 0; background: white; color: #171619; border-radius: 20px; padding: 8px 10px 23px; box-shadow: 0 28px 60px -40px #000; }
#presentation-form { width: 100%; min-height: 660px; }
#presentation-form iframe { display: block; width: 100%; border: 0; }
.form-fallback, .privacy-note { margin: 8px 12px 0; text-align: center; font-size: 12px; color: #5c5a58; line-height: 1.5; }
.form-fallback a { display: inline-block; padding: 10px 0; }
.form-fallback a, .privacy-note a { color: #ae0e17; text-decoration: underline; text-underline-offset: 3px; }

.site-footer { padding-block: 22px 70px; }
.footer-inner { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; font-size: 12px; color: var(--muted); }
.footer-inner .brand { margin-right: auto; color: var(--paper); font-size: 14px; }
.footer-inner > a:not(.brand) { display: inline-flex; align-items: center; min-height: 44px; }

@media (min-width: 1000px) and (min-height: 840px) { .request-copy { position: sticky; top: 110px; } }

@media (max-width: 780px) {
  .header-inner { min-height: 68px; gap: 10px; }
  .brand { font-size: 14px; gap: 9px; }
  .brand img { width: 34px; height: 34px; }
  .button-small { padding-inline: 15px; font-size: 11px; }
  .button-small span { display: none; }
  .hero { padding-block: 45px 54px; }
  .hero-grid, .request-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 42px; }
  h1 { font-size: clamp(38px, 10vw, 60px); }
  .lead { margin-top: 23px; font-size: 17px; }
  .hero-button { width: 100%; }
  .framework-card { max-width: 620px; }
  .request { padding-block: 46px 30px; }
  .request-grid { gap: 32px; }
  .request-copy { padding-top: 0; }
  .form-card { padding-inline: 4px; }
}

@media (max-width: 420px) {
  .wrap { padding-inline: 18px; }
  .brand { font-size: 12px; gap: 6px; }
  .brand img { width: 30px; height: 30px; }
  .button-small { max-width: 150px; padding-inline: 12px; font-size: 10px; }
  h1 { font-size: 34px; }
  .framework-card { padding: 25px; }
  .levels { gap: 4px; }
  .levels img { width: 46px; height: 46px; }
  .levels span { font-size: 9px; }
  .footer-inner .brand { flex-basis: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
