/* Heti marketingkivonat: one shared, scoped design layer for signup and invitations. */
.newsletter-page, .nl-invite, .nl-invite--compact {
  --nl-navy: #0D1120;
  --nl-amber: #E8A520;
  --nl-paper: #F7F5F0;
  --nl-ink: #374151;
  --nl-muted: #CBD0DC;
  --nl-line: #DCDDDC;
}
.newsletter-page { background: var(--nl-navy); color: #fff; overflow-x: visible; }
.newsletter-page .skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 12px 18px; background: #E8A520; color: #0D1120; border-radius: 4px; transform: translateY(-180%); }
.newsletter-page .skip-link:focus { transform: translateY(0); }
.nl-shell { width: min(100% - 64px, 1152px); margin-inline: auto; }
.nl-header { border-bottom: 1px solid #ffffff1f; }
.nl-header__inner { min-height: 92px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.nl-brand { font-family: 'Manrope', sans-serif; font-size: 24px; font-weight: 800; letter-spacing: -1px; color: #fff; }
.nl-brand span { color: var(--nl-amber); }
.nl-header__back { font-size: 13px; color: var(--nl-muted); display: inline-flex; align-items: center; gap: 12px; }
.nl-header__back:hover { color: #fff; }
.nl-hero { padding: 76px 0 80px; }
.nl-hero__grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr); align-items: start; gap: 72px; }
.nl-eyebrow { font-size: 11px; line-height: 1.6; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--nl-amber); margin-bottom: 24px; }
.nl-hero h1 { font-size: clamp(44px, 4.7vw, 64px); line-height: 1.08; font-weight: 800; letter-spacing: -.055em; margin-bottom: 28px; }
.nl-hero h1 span { color: var(--nl-amber); }
.nl-hero__lead { font-size: 19px; line-height: 1.65; max-width: 490px; margin-bottom: 16px; }
.nl-hero__detail { color: var(--nl-muted); font-size: 15px; line-height: 1.75; max-width: 440px; margin-bottom: 28px; }
.nl-button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 15px 23px; background: var(--nl-amber); color: var(--nl-navy); border: 1px solid var(--nl-amber); border-radius: 5px; font-size: 14px; line-height: 1.5; font-weight: 700; text-align: center; transition: background .15s, border-color .15s; }
.nl-button:hover { background: #F4B638; border-color: #F4B638; color: var(--nl-navy); }
.nl-button span { font-size: 19px; line-height: 1; }
.nl-hero__frequency { font-size: 13px; color: var(--nl-muted); margin: 16px 0 28px; line-height: 1.75; }
.nl-launch-note { font-size: 12px; color: var(--nl-muted); border-top: 1px solid #ffffff26; padding-top: 20px; max-width: 440px; }
.nl-signup { background: #fff; color: var(--nl-navy); border-top: 4px solid var(--nl-amber); padding: 30px 32px 26px; border-radius: 0 0 8px 8px; box-shadow: 0 18px 44px #00000020; scroll-margin-top: 24px; min-width: 0; }
.nl-signup__label { font-size: 11px; line-height: 1.5; font-weight: 700; color: #77540B; letter-spacing: .11em; text-transform: uppercase; margin-bottom: 18px; }
.nl-signup .ml-embedded { min-height: 370px; }
.nl-form-fallback { font-size: 12px; line-height: 1.8; color: #5B6170; padding-top: 19px; border-top: 1px solid var(--nl-line); margin-top: 18px; }
.nl-form-fallback a, .nl-signup__privacy a { text-decoration: underline; text-underline-offset: 3px; color: var(--nl-navy); }
.nl-signup__privacy { margin-top: 13px; font-size: 11px; line-height: 1.8; color: #5B6170; }

/* Keep the actual MailerLite controls, native validation and success state intact. */
#feliratkozas #mlb2-45393658, #feliratkozas #mlb2-45393658 .ml-form-embedWrapper { width: 100% !important; max-width: 100% !important; min-width: 0 !important; margin: 0 !important; background: #fff !important; }
#feliratkozas #mlb2-45393658 .ml-form-embedBody, #feliratkozas #mlb2-45393658 .ml-form-successBody { padding: 0 !important; }
#feliratkozas #mlb2-45393658 .ml-form-embedContent, #feliratkozas #mlb2-45393658 .ml-form-successContent { margin-bottom: 22px !important; text-align: left !important; }
#feliratkozas #mlb2-45393658 .ml-form-embedContent h4, #feliratkozas #mlb2-45393658 .ml-form-successContent h4 { color: #0D1120 !important; font-family: 'Manrope', sans-serif !important; font-size: 25px !important; font-weight: 800 !important; line-height: 1.25 !important; letter-spacing: -.035em !important; margin-bottom: 12px !important; }
#feliratkozas #mlb2-45393658 .ml-form-embedContent p, #feliratkozas #mlb2-45393658 .ml-form-successContent p { color: #4B5563 !important; font-family: 'Inter', sans-serif !important; font-size: 14px !important; line-height: 1.7 !important; }
#feliratkozas #mlb2-45393658 .ml-form-fieldRow input { width: 100% !important; border: 1px solid #ADB2BC !important; border-radius: 4px !important; padding: 13px 14px !important; color: #0D1120 !important; background: #fff !important; font-family: 'Inter', sans-serif !important; font-size: 16px !important; }
#feliratkozas #mlb2-45393658 .ml-form-fieldRow label { font-family: 'Inter', sans-serif !important; color: #0D1120 !important; font-size: 13px !important; }
#feliratkozas #mlb2-45393658 .ml-form-embedSubmit button { min-height: 50px !important; padding: 14px 16px !important; border-radius: 4px !important; background: #E8A520 !important; color: #0D1120 !important; font-family: 'Inter', sans-serif !important; font-size: 15px !important; font-weight: 700 !important; }
#feliratkozas #mlb2-45393658 .ml-form-embedSubmit button:hover { background: #F4B638 !important; }
#feliratkozas #mlb2-45393658 .ml-form-checkboxRow label, #feliratkozas #mlb2-45393658 .ml-form-embedPermissions p { color: #4B5563 !important; font-family: 'Inter', sans-serif !important; font-size: 12px !important; line-height: 1.7 !important; }
#feliratkozas #mlb2-45393658 .ml-form-checkboxRow a, #feliratkozas #mlb2-45393658 .ml-form-embedPermissions a { color: #0D1120 !important; text-decoration: underline !important; }
.newsletter-page :focus-visible, .nl-invite :focus-visible, .nl-invite--compact :focus-visible { outline: 3px solid #E8A520; outline-offset: 4px; }
#feliratkozas #mlb2-45393658 :focus-visible { outline: 3px solid #0D1120 !important; outline-offset: 3px !important; }
#feliratkozas #mlb2-45393658 .ml-error input { border-color: #B42318 !important; }
#feliratkozas #mlb2-45393658 .ml-error .label-description::before { border-color: #B42318 !important; }
#feliratkozas #mlb2-45393658 .ml-error .label-description { color: #B42318 !important; }

.nl-reading { background: var(--nl-paper); color: var(--nl-navy); padding: 72px 0 60px; }
.nl-section-heading { display: grid; grid-template-columns: 1.12fr 1fr; gap: 72px; align-items: end; margin-bottom: 36px; }
.nl-reading .nl-eyebrow { color: #77540B; margin-bottom: 15px; }
.nl-section-heading h2 { font-size: clamp(28px, 3vw, 38px); line-height: 1.2; letter-spacing: -.04em; }
.nl-section-heading > p { color: var(--nl-ink); font-size: 15px; line-height: 1.75; max-width: 420px; }
.nl-reading__grid { display: grid; grid-template-columns: 1.12fr 1fr; gap: 64px; border-top: 1px solid var(--nl-line); padding-top: 32px; }
.nl-reading__feature h3 { font-size: 29px; line-height: 1.3; letter-spacing: -.035em; margin-bottom: 18px; }
.nl-reading__category { font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: #77540B; margin-bottom: 13px; }
.nl-reading__feature > p:not(.nl-reading__category) { color: var(--nl-ink); font-size: 15px; line-height: 1.75; margin-bottom: 25px; }
.nl-text-link { font-size: 13px; font-weight: 600; display: inline-flex; gap: 16px; align-items: center; padding-block: 6px; text-decoration: underline; text-underline-offset: 5px; text-decoration-color: #0D112050; }
.nl-text-link:hover { text-decoration-color: #0D1120; }
.nl-reading__more { border-left: 1px solid var(--nl-line); padding-left: 36px; }
.nl-reading__more article + article { border-top: 1px solid var(--nl-line); margin-top: 23px; padding-top: 23px; }
.nl-reading__more h3 { font-size: 20px; line-height: 1.4; margin-bottom: 11px; letter-spacing: -.025em; }
.nl-reading h3 a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.nl-author { display: grid; grid-template-columns: 1.12fr 1fr; gap: 64px; margin-top: 43px; border-top: 1px solid var(--nl-line); padding-top: 28px; align-items: center; }
.nl-author__person { display: flex; gap: 16px; align-items: center; }
.nl-author__person img { border-radius: 50%; object-fit: cover; object-position: 50% 25%; width: 56px; height: 56px; }
.nl-author p { color: #5B6170; font-size: 12px; line-height: 1.8; }
.nl-author strong { color: var(--nl-navy); font-size: 14px; }
.nl-closing { padding: 46px 0; }
.nl-closing__inner { display: flex; gap: 40px; align-items: center; justify-content: space-between; }
.nl-closing h2 { font-size: 21px; line-height: 1.35; letter-spacing: -.025em; }
.nl-closing p { color: var(--nl-muted); margin-top: 9px; font-size: 13px; }
.nl-closing .nl-button { flex-shrink: 0; }
.nl-footer { border-top: 1px solid #ffffff1f; padding: 27px 0; }
.nl-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--nl-muted); font-size: 11px; }
.nl-footer nav { display: flex; flex-wrap: wrap; gap: 12px 24px; }
.nl-footer a:hover { color: #fff; text-decoration: underline; }

.nl-invite { background: var(--nl-paper); color: var(--nl-navy); padding: 54px 0; }
.nl-invite__inner { display: flex; gap: 48px; align-items: center; justify-content: space-between; border-left: 3px solid var(--nl-amber); padding-left: 28px; }
.nl-invite .nl-eyebrow { color: #77540B; margin-bottom: 12px; }
.nl-invite h2 { font-size: clamp(25px, 2.8vw, 34px); letter-spacing: -.035em; line-height: 1.25; margin-bottom: 11px; }
.nl-invite__copy { font-size: 14px; color: var(--nl-ink); line-height: 1.75; max-width: 620px; }
.nl-invite__action { flex-shrink: 0; }
.nl-invite__action p { font-size: 11px; line-height: 1.7; color: #5B6170; margin-top: 10px; }
.nl-invite--compact { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-top: 26px; margin-top: 35px; border-top: 1px solid #ffffff26; color: #fff; }
.nl-invite--compact h2 { font-size: 17px; line-height: 1.4; letter-spacing: -.02em; margin-bottom: 5px; }
.nl-invite--compact p { font-size: 13px; color: var(--nl-muted); line-height: 1.7; }
.nl-invite--compact .nl-button { flex-shrink: 0; padding: 12px 19px; }

.nl-confirmation { background: var(--nl-paper); color: var(--nl-navy); padding: 68px 0 76px; min-height: calc(100vh - 172px); }
.nl-confirmation__card { max-width: 700px; margin: 0 auto; border-top: 4px solid var(--nl-amber); background: #fff; padding: 43px 48px; }
.nl-confirmation .nl-eyebrow { color: #77540B; }
.nl-confirmation__status { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 600; margin-bottom: 17px; }
.nl-confirmation__status span { color: #526644; }
.nl-confirmation h1 { font-size: clamp(35px, 5vw, 49px); line-height: 1.1; letter-spacing: -.045em; margin-bottom: 23px; }
.nl-confirmation__card > p:not(.nl-eyebrow):not(.nl-confirmation__status) { color: var(--nl-ink); font-size: 15px; line-height: 1.8; margin-bottom: 17px; }
.nl-confirmation .nl-button { margin-top: 10px; }
.nl-confirmation__signature { margin-top: 32px; padding-top: 21px; border-top: 1px solid var(--nl-line); font-size: 12px; line-height: 1.8; color: #5B6170; }
.nl-confirmation__signature strong { color: var(--nl-navy); font-size: 14px; }

@media (max-width: 1024px) {
  .nl-hero__grid, .nl-section-heading { gap: 36px; }
  .nl-hero h1 { font-size: 48px; }
  .nl-signup { padding: 25px 24px; }
  .nl-signup .ml-embedded { min-height: 400px; }
  .nl-reading__grid, .nl-author { gap: 32px; }
  .nl-invite__inner { gap: 28px; }
}
@media (max-width: 760px) {
  .nl-shell { width: calc(100% - 40px); }
  .nl-header__inner { min-height: 76px; }
  .nl-brand { font-size: 21px; }
  .nl-header__back { font-size: 11px; gap: 7px; }
  .nl-hero { padding: 42px 0 45px; }
  .nl-hero__grid, .nl-section-heading, .nl-reading__grid, .nl-author { grid-template-columns: 1fr; gap: 28px; }
  .nl-hero h1 { font-size: clamp(39px, 8.3vw, 56px); margin-bottom: 22px; }
  .nl-hero__lead { font-size: 17px; }
  .nl-hero__frequency { margin-bottom: 20px; }
  .nl-launch-note { max-width: none; padding-top: 16px; }
  .nl-signup { padding: 25px 24px; }
  .nl-reading { padding: 43px 0; }
  .nl-section-heading { gap: 18px; margin-bottom: 28px; }
  .nl-section-heading h2 { font-size: 30px; }
  .nl-reading__feature h3 { font-size: 25px; }
  .nl-reading__more { border-left: 0; border-top: 1px solid var(--nl-line); padding: 26px 0 0; }
  .nl-author { margin-top: 28px; gap: 18px; }
  .nl-closing__inner, .nl-invite__inner, .nl-invite--compact { flex-direction: column; align-items: flex-start; gap: 23px; }
  .nl-closing { padding: 34px 0; }
  .nl-closing h2 { font-size: 22px; }
  .nl-invite { padding: 37px 0; }
  .nl-invite__inner { padding-left: 21px; }
  .nl-invite--compact { margin-top: 28px; padding-top: 23px; gap: 17px; }
  .nl-footer__inner { align-items: flex-start; flex-direction: column; gap: 16px; }
  .nl-confirmation { padding: 32px 0 44px; }
  .nl-confirmation__card { padding: 29px 24px; }
}
@media (max-width: 380px) {
  .nl-shell { width: calc(100% - 32px); }
  .nl-header__back { max-width: 104px; }
  .nl-signup { padding: 23px 18px; }
  .nl-button { gap: 12px; padding-inline: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .newsletter-page { scroll-behavior: auto; }
  html:has(.newsletter-page) { scroll-behavior: auto; }
  .nl-button { transition: none; }
}
