/* ============================================================
   VATSC-892 - "Koltozes" (AWS-migracio) landing.
   Vatera nav/footer chrome + a forras AWS-landing tartalmi CSS-e.
   Szinrendszer: tokens (Vatera coral + AWS-cloud akcent).
   ============================================================ */
:root{
  --coral:#F15D21; --coral-700:#C8430F; --coral-900:#9E3409;
  --coral-300:#F7A381; --coral-100:#FEF2ED; --coral-050:#FFF8F4;
  --mint:#12DAA8; --mint-700:#0E9E8E; --mint-100:#E2F8F6;
  --ink:#1A1A1A; --ink-60:#5B5B5B; --ink-30:#9A958F; --paper:#FEF7F2; --line-soft:#F0D9CC;
  --aws-cloud:#232F3E; --aws-cloud2:#0F1722; --amber:#FF9900;
  --display:"Bricolage Grotesque",system-ui,sans-serif;
  --body:"Inter",system-ui,sans-serif;
  --maxw:1180px; --radius:18px;
  --shadow:0 18px 40px -22px rgba(26,26,26,.45);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:80px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);
  line-height:1.6;-webkit-font-smoothing:antialiased}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
h1,h2,h3{font-family:var(--display);margin:0;line-height:1.04;letter-spacing:-.02em}
a{color:inherit}
:focus-visible{outline:3px solid var(--amber);outline-offset:2px;border-radius:6px}

/* ---------- Vatera nav (fejlec) ---------- */
.navbar.header{position:sticky;top:0;z-index:1000;background:#fff;
  box-shadow:0 2px 12px rgba(0,0,0,.07);padding:0;display:flex}
.navbar.header .container{max-width:var(--maxw);width:100%;margin:0 auto;padding:14px 24px;
  display:flex;align-items:center;justify-content:space-between}
.logo{height:25px;width:auto}
.header .social{display:flex;gap:12px}
.header .social a{display:inline-flex;transition:opacity .2s ease}
.header .social a:hover{opacity:.85}
@media(max-width:992px){ .logo{height:20px} }

/* ---------- hero (a kivagott illusztracio feher hatteren) ---------- */
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.hero{background:#FFFFFF;padding:0 0 60px}
.scene-fig{margin:0 auto;max-width:1180px}
.scene-fig img{display:block;width:100%;height:auto}
.hero-below{max-width:1000px;margin:-8px auto 0;padding:0 24px}
.hero-below .reassure{justify-content:center;margin:0}
.reassure{display:flex;gap:10px;flex-wrap:wrap;margin:28px 0 0}
.chip{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:14px;
  background:#fff;border:1.5px solid var(--line-soft);border-radius:999px;padding:9px 15px}
.chip svg{width:17px;height:17px;color:var(--coral)}

/* native lepes-stepper */
.flowsteps{list-style:none;display:flex;margin:36px 0 0;padding:0}
.flowsteps li{flex:1;text-align:center;position:relative;padding:50px 6px 0}
.flowsteps li::before{content:"";position:absolute;top:18px;left:-50%;width:100%;height:3px;background:var(--line-soft);z-index:0}
.flowsteps li:first-child::before{display:none}
.flowsteps li.done::before,.flowsteps li.now::before{background:var(--coral)}
.flowsteps .b{position:absolute;top:0;left:50%;transform:translateX(-50%);z-index:1;
  width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fff;
  color:var(--ink-30);border:2.5px solid var(--line-soft);font-family:var(--display);font-weight:800;font-size:16px}
.flowsteps li.done .b{background:var(--coral);color:#fff;border-color:var(--coral)}
.flowsteps li.now .b{background:#fff;color:var(--coral);border-color:var(--coral);box-shadow:0 0 0 5px var(--coral-100)}
.flowsteps b{display:block;font-family:var(--display);font-weight:700;font-size:16px}
.flowsteps .sub{color:var(--ink-60);font-size:13px;margin-top:2px}
.flowsteps li.now .sub{color:var(--coral-700);font-weight:600}
@media(max-width:760px){
  .flowsteps{flex-direction:column;gap:8px;max-width:340px;margin-left:auto;margin-right:auto}
  .flowsteps li{text-align:left;padding:8px 0 8px 52px;min-height:44px;display:flex;flex-direction:column;justify-content:center}
  .flowsteps li::before{display:none}
  .flowsteps .b{top:50%;left:0;transform:translateY(-50%)}
}

/* ---------- generic section ---------- */
section{padding:60px 0;scroll-margin-top:80px}
.sechead{max-width:60ch;margin:0 auto;text-align:center}
.sechead h2{font-size:clamp(28px,3.6vw,42px);font-weight:800}
.sechead p{color:var(--ink-60);font-size:18px;margin:14px 0 0}
.ey{display:inline-flex;align-items:center;gap:9px;font-weight:700;font-size:13px;
  letter-spacing:.12em;text-transform:uppercase;color:var(--coral)}
.ey .dot{width:8px;height:8px;border-radius:50%;background:var(--coral)}

/* ---------- benefit cards ---------- */
.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:42px}
.benefit{background:#fff;border:1.5px solid var(--line-soft);border-radius:18px;padding:26px 22px;
  transition:transform .18s ease,box-shadow .18s ease}
.benefit:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.benefit .ic{width:48px;height:48px;border-radius:14px;background:var(--coral-100);display:grid;place-items:center;margin-bottom:18px}
.benefit .ic svg{width:25px;height:25px;color:var(--coral)}
.benefit h3{font-size:20px;font-weight:700}
.benefit p{color:var(--ink-60);font-size:14.5px;margin:8px 0 0}

/* ---------- reassurance band ---------- */
.band{background:var(--coral);color:#fff;border-radius:26px;padding:54px 48px;
  display:grid;grid-template-columns:auto 1fr;gap:40px;align-items:center;margin-top:8px}
.band .bigword{font-family:var(--display);font-weight:800;font-size:clamp(32px,4vw,52px);line-height:.95;max-width:6ch;flex:none}
.band h2{color:#fff;font-size:clamp(26px,3.4vw,38px)}
.band p{color:#FFE7DC;font-size:18px;margin:14px 0 0;max-width:52ch}
.band .mini{display:flex;gap:26px;flex-wrap:wrap;margin:24px 0 0}
.band .mini div{display:flex;align-items:center;gap:9px;font-weight:600}
.band .mini svg{width:20px;height:20px;color:#fff;flex:none}

/* ---------- FAQ ---------- */
.faq{max-width:760px;margin:42px auto 0;display:flex;flex-direction:column;gap:12px}
details{background:#fff;border:1.5px solid var(--line-soft);border-radius:14px;overflow:hidden}
summary{cursor:pointer;list-style:none;padding:20px 22px;font-family:var(--display);font-weight:700;
  font-size:18px;display:flex;justify-content:space-between;align-items:center;gap:12px}
summary::-webkit-details-marker{display:none}
summary .pm{flex:none;width:26px;height:26px;border-radius:50%;background:var(--coral-100);
  color:var(--coral);display:grid;place-items:center;font-weight:700;font-size:18px;transition:transform .2s}
details[open] summary .pm{transform:rotate(45deg)}
details .a{padding:0 22px 20px;color:var(--ink-60);font-size:15.5px;line-height:1.55}
details .a strong{color:var(--ink)}
details .a ul{margin:10px 0 0;padding-left:20px}
details .a li{margin:4px 0}

/* ---------- Vatera footer (lablec) ---------- */
.container-fluid.footer{background:var(--aws-cloud);text-align:center;padding:38px 24px;margin-top:30px}
.container-fluid.footer .container{max-width:var(--maxw);margin:0 auto}
.container-fluid.footer p{color:#cbd2dc;margin:0;font-size:14px}
.container-fluid.footer a{color:#fff;text-decoration:underline}

@media (max-width:900px){
  .benefits{grid-template-columns:repeat(2,1fr)}
  .band{grid-template-columns:1fr;gap:18px;text-align:center;padding:40px 26px}
}
@media (max-width:540px){ .benefits{grid-template-columns:1fr} }
@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto}}
