.info-main { min-height: calc(100vh - 120px); padding: 150px 0 120px; }
.info-hero { position: relative; min-height: 360px; display: grid; grid-template-columns: 1.45fr .7fr; gap: clamp(40px, 7vw, 110px); align-items: center; padding: clamp(46px, 7vw, 90px); overflow: hidden; clip-path: polygon(0 20px, 6% 0, 31% 12px, 58% 0, 88% 10px, 100% 3px, 100% calc(100% - 26px), 94% 100%, 64% calc(100% - 9px), 39% 100%, 11% calc(100% - 12px), 0 100%); border: 1px solid var(--color-border); background: radial-gradient(circle at 78% 32%, rgba(0,142,153,.18), transparent 26%), linear-gradient(135deg, rgba(255,255,255,.88), rgba(230,240,255,.75)); box-shadow: 0 30px 80px rgba(20,48,90,.09); }
.info-hero::after { content: "KAPCSOLÓDJ"; position: absolute; right: -20px; bottom: -26px; color: rgba(20,108,255,.06); font-family: Manrope, Inter, sans-serif; font-size: clamp(70px, 12vw, 180px); font-weight: 900; letter-spacing: -.08em; pointer-events: none; }
.info-hero-copy, .contact-direct { position: relative; z-index: 1; }
.info-hero h1, .legal-header h1 { margin: 0 0 18px; font-size: clamp(54px, 8vw, 116px); line-height: .92; }
.info-hero-copy > p:last-child { max-width: 680px; margin: 0; color: var(--color-muted); font-size: clamp(17px, 1.5vw, 21px); }
.contact-direct { padding: 34px; clip-path: var(--shape-cut-c); color: #fff; background: #0b1733; box-shadow: var(--shadow-card); }
.contact-direct > span { display: block; margin-bottom: 12px; color: #62dbdd; font-size: 10px; font-weight: 900; letter-spacing: .25em; }
.contact-direct a { display: inline-block; color: #fff; font-size: clamp(18px, 1.7vw, 25px); font-weight: 800; text-decoration: none; }
.contact-direct p { margin: 20px 0 0; color: #aebbd0; font-size: 13px; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(42px, 8vw, 120px); padding-block: 120px 40px; }
.contact-intro h2 { margin-bottom: 20px; font-size: clamp(36px, 4vw, 58px); }
.contact-intro > p:last-of-type { color: var(--color-muted); }
.contact-topics { margin: 32px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; list-style: none; }
.contact-topics li { padding: 13px 15px; clip-path: var(--shape-cut-a); background: rgba(255,255,255,.66); color: #30435f; font-size: 12px; font-weight: 800; }
.contact-form { padding: clamp(28px, 4vw, 54px); display: grid; gap: 22px; border: 1px solid var(--color-border); clip-path: polygon(0 20px, 27px 0, calc(100% - 42px) 0, 100% 28px, 100% calc(100% - 19px), calc(100% - 25px) 100%, 16px 100%, 0 calc(100% - 32px)); background: rgba(255,255,255,.8); box-shadow: var(--shadow-card); backdrop-filter: blur(16px); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 8px; color: #243650; font-size: 12px; font-weight: 800; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; min-height: 52px; padding: 13px 15px; border: 1px solid rgba(30,64,120,.18); clip-path: var(--shape-cut-b); color: var(--color-ink); font: inherit; font-size: 15px; background: rgba(247,250,255,.95); }
.contact-form textarea { resize: vertical; min-height: 150px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 3px solid rgba(20,108,255,.23); outline-offset: 2px; border-color: var(--color-primary); }
.consent-field { grid-template-columns: 20px 1fr !important; align-items: start; font-weight: 500 !important; line-height: 1.5; }
.consent-field input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--color-primary); }
.consent-field a, .legal-content a { color: #0758d7; }
.contact-form .button { justify-self: start; border: 0; cursor: pointer; }
.form-note { margin: -4px 0 0; color: var(--color-muted); font-size: 11px; }
.form-note.is-error { color: #a11b28; font-weight: 750; }
.contact-form button[disabled] { opacity: .58; cursor: wait; }
.contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.info-footer { margin-top: 0; }

.thank-you-main { display: grid; place-items: center; min-height: calc(100vh - 90px); }
.thank-you-card { width: min(880px, calc(100% - 32px)); padding: clamp(44px, 8vw, 92px); text-align: center; clip-path: polygon(0 24px, 28px 0, calc(100% - 40px) 0, 100% 31px, 100% calc(100% - 22px), calc(100% - 30px) 100%, 20px 100%, 0 calc(100% - 34px)); border: 1px solid var(--color-border); background: rgba(255,255,255,.86); box-shadow: var(--shadow-card); }
.thank-you-mark { width: 74px; height: 74px; margin: 0 auto 26px; display: grid; place-items: center; border-radius: 50%; color: #061a27; font-size: 32px; font-weight: 900; background: #70e3e0; box-shadow: 0 16px 42px rgba(43,181,183,.26); }
.thank-you-card h1 { margin: 0 auto 20px; max-width: 720px; font-size: clamp(46px, 7vw, 86px); line-height: .95; }
.thank-you-card > p:not(.section-kicker) { max-width: 610px; margin: 0 auto; color: var(--color-muted); font-size: clamp(16px, 2vw, 20px); }
.thank-you-actions { margin-top: 34px; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }

.not-found-main { display: grid; place-items: center; min-height: calc(100vh - 90px); }
.not-found-card { width: min(980px, calc(100% - 32px)); padding: clamp(44px, 8vw, 92px); text-align: center; border: 1px solid var(--color-border); clip-path: polygon(0 24px, 28px 0, calc(100% - 40px) 0, 100% 31px, 100% calc(100% - 22px), calc(100% - 30px) 100%, 20px 100%, 0 calc(100% - 34px)); background: rgba(255,255,255,.86); box-shadow: var(--shadow-card); }
.not-found-code { margin: 0; color: rgba(20,108,255,.12); font-family: Manrope, Inter, sans-serif; font-size: clamp(110px, 22vw, 260px); font-weight: 900; line-height: .72; letter-spacing: -.09em; }
.not-found-card h1 { max-width: 800px; margin: 32px auto 20px; font-size: clamp(44px, 7vw, 82px); line-height: .95; }
.not-found-card > p:not(.section-kicker, .not-found-code) { max-width: 640px; margin-inline: auto; color: var(--color-muted); font-size: clamp(16px, 2vw, 20px); }
.not-found-links { margin-top: 40px; padding-top: 24px; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 24px; border-top: 1px solid var(--color-border); }
.not-found-links a { color: #31445f; font-size: 12px; font-weight: 800; text-decoration: none; }
.not-found-links a:hover { color: var(--color-primary); }

.legal-main { padding-bottom: 90px; }
.legal-header { padding: 42px 0 72px; }
.legal-header h1 { max-width: 1050px; font-size: clamp(48px, 7vw, 96px); }
.legal-updated { color: var(--color-muted); }
.draft-notice { max-width: 900px; margin-top: 34px; padding: 20px 24px; clip-path: var(--shape-cut-c); border-left: 5px solid #d59312; color: #5b4315; background: rgba(255,242,207,.82); }
.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 780px); gap: clamp(50px, 8vw, 120px); align-items: start; }
.legal-toc { position: sticky; top: 110px; padding: 26px; display: flex; flex-direction: column; gap: 9px; clip-path: var(--shape-cut-a); background: rgba(255,255,255,.7); box-shadow: 0 18px 48px rgba(20,48,90,.07); }
.legal-toc strong { margin-bottom: 8px; }
.legal-toc a { color: #41516a; font-size: 12px; text-decoration: none; }
.legal-toc a:hover { color: var(--color-primary); }
.legal-content { display: grid; gap: 22px; }
.legal-content section { scroll-margin-top: 110px; padding: clamp(26px, 4vw, 46px); clip-path: var(--shape-cut-b); border: 1px solid var(--color-border); background: rgba(255,255,255,.78); box-shadow: 0 16px 45px rgba(20,48,90,.05); }
.legal-content section:nth-child(even) { clip-path: var(--shape-cut-c); }
.legal-content h2 { margin-bottom: 18px; font-size: clamp(25px, 3vw, 36px); }
.legal-content p, .legal-content dd { color: #4e5f77; }
.legal-content dl { display: grid; gap: 10px; }
.legal-content dl div { padding: 15px 18px; display: grid; grid-template-columns: 160px 1fr; gap: 18px; background: rgba(235,242,252,.72); }
.legal-content dt { font-weight: 800; }
.legal-content dd { margin: 0; }
.legal-placeholder { padding: 14px 16px; border-left: 4px solid #d59312; background: rgba(255,242,207,.5); }
.legal-inline-button { padding: 0; border: 0; color: #0758d7; font: inherit; text-decoration: underline; background: transparent; cursor: pointer; }

@media (max-width: 900px) {
  .info-hero, .contact-layout { grid-template-columns: 1fr; }
  .info-hero { min-height: 0; }
  .contact-direct { max-width: 520px; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-toc { position: static; }
}
@media (max-width: 767px) {
  .info-main { padding: 104px 0 80px; }
  .info-hero { width: calc(100% - 24px); padding: 42px 24px; gap: 30px; }
  .info-hero h1, .legal-header h1 { font-size: clamp(44px, 15vw, 68px); }
  .contact-direct { padding: 26px 22px; }
  .contact-direct a { overflow-wrap: anywhere; }
  .contact-layout { padding-block: 78px 0; }
  .field-row, .contact-topics { grid-template-columns: 1fr; }
  .contact-form { padding: 30px 20px; }
  .contact-form .button { width: 100%; }
  .legal-header { padding: 20px 0 48px; }
  .legal-content dl div { grid-template-columns: 1fr; gap: 6px; }
}
