/*
Theme Name: CsakEgyPoszt
Theme URI: https://csakegyposzt.hu
Description: Egyedi, Kadence-alapú landing theme a CsakEgyPoszt szolgáltatáshoz.
Author: CsakEgyPoszt
Version: 1.1.0
Template: kadence
Text Domain: csakegyposzt
*/

:root {
  --ink: #07182B;
  --ink-soft: #0B1220;
  --paper: #F4F8FB;
  --paper-deep: #E7EEF5;
  --muted: #94A3B8;
  --line: rgba(244, 248, 251, .16);
  --acid: #36D5F5;
  --acid-dark: #2563EB;
  --rust: #60A5FA;
  --white: #FFFFFF;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(0,0,0,.25);
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
body, button, input, select, textarea { font-family: inherit; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--acid); }
button, input, select, textarea { font-size: inherit; }
img { max-width: 100%; height: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-shell { position: relative; isolation: isolate; }
.site-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black, transparent 52%);
}

.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 20; }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 86px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 17px; font-weight: 800; letter-spacing: -.04em; }
.site-logo { display: block; width: 230px; height: auto; }
.primary-nav ul { display: flex; align-items: center; gap: 29px; margin: 0; padding: 0; list-style: none; }
.primary-nav a { color: #D8E5F2; font-size: 13px; font-weight: 700; transition: color .2s ease; }
.primary-nav a:hover { color: var(--acid); }
.nav-cta { display: inline-flex; align-items: center; gap: 7px; padding: 11px 15px; border: 1px solid var(--acid); color: var(--acid) !important; border-radius: 999px; }
.nav-cta::after { content: "↗"; font-size: 15px; line-height: 1; }
.nav-cta:hover { background: var(--acid); color: var(--ink) !important; }

.hero { padding: 173px 0 105px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(390px, .94fr); gap: 74px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--acid); font-size: 11px; line-height: 1; letter-spacing: .17em; text-transform: uppercase; font-weight: 800; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--acid); }
.hero h1 { max-width: 760px; margin: 22px 0 24px; color: var(--paper); font-size: clamp(48px, 6vw, 86px); line-height: .98; letter-spacing: -.075em; font-weight: 830; }
.hero h1 em { display: block; color: var(--acid); font-style: normal; }
.hero-copy { max-width: 560px; color: #C5D5E6; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 49px; padding: 0 20px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--acid-dark); color: var(--white); }
.button-primary:hover { background: var(--acid); color: var(--ink); }
.button-ghost { background: transparent !important; border-color: rgba(243,239,229,.28); color: var(--paper) !important; }
.button-ghost:hover { border-color: var(--acid); color: var(--acid); }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 20px; color: var(--muted); font-size: 12px; }
.hero-note strong { color: var(--paper); }
.hero-note .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 5px rgba(54,213,245,.11); }

.dashboard-wrap { position: relative; }
.dashboard-wrap::before { content: ""; position: absolute; width: 180px; height: 180px; right: -45px; top: -45px; border: 1px solid rgba(54,213,245,.3); border-radius: 50%; }
.dashboard { position: relative; overflow: hidden; background: var(--paper); color: var(--ink); border-radius: 23px; box-shadow: var(--shadow); transform: rotate(1.3deg); }
.dashboard-top { display: flex; align-items: center; justify-content: space-between; padding: 18px 21px; border-bottom: 1px solid #D3DFEA; }
.dash-brand { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.dash-brand i { width: 10px; height: 10px; display: block; background: var(--acid-dark); border-radius: 50%; }
.dash-status { display: inline-flex; align-items: center; gap: 7px; color: #2563EB; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.dash-status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--acid); }
.dash-body { padding: 25px 24px 24px; }
.dash-kicker { display: flex; justify-content: space-between; color: #64748B; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; }
.dash-title { max-width: 315px; margin: 12px 0 20px; font-size: 28px; line-height: 1.04; letter-spacing: -.055em; font-weight: 850; }
.dash-editor { display: grid; grid-template-columns: 1fr 106px; gap: 13px; align-items: stretch; padding: 13px; border: 1px solid #D3DFEA; background: #F8FBFD; }
.dash-editor-main { min-height: 120px; }
.dash-line { height: 8px; margin-bottom: 10px; background: #C8D6E4; border-radius: 3px; }
.dash-line.dark { width: 78%; height: 14px; background: var(--ink); }
.dash-line.short { width: 58%; }
.dash-photo { position: relative; min-height: 120px; overflow: hidden; background: var(--ink); }
.dash-photo::before, .dash-photo::after { content: ""; position: absolute; border-radius: 50%; }
.dash-photo::before { width: 120px; height: 120px; right: -28px; top: -28px; background: var(--acid); }
.dash-photo::after { width: 65px; height: 65px; left: -12px; bottom: -14px; background: var(--acid-dark); }
.dash-footer { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 13px; }
.dash-metric { padding: 12px 10px; background: #E7EEF5; }
.dash-metric strong { display: block; font-size: 19px; line-height: 1; letter-spacing: -.05em; }
.dash-metric span { display: block; margin-top: 5px; color: #64748B; font-size: 9px; line-height: 1.1; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.floating-tag { position: absolute; left: -32px; bottom: 27px; display: inline-flex; align-items: center; gap: 8px; padding: 11px 14px; background: var(--acid); color: var(--ink); border-radius: 6px; box-shadow: 0 12px 28px rgba(0,0,0,.2); font-size: 11px; font-weight: 900; transform: rotate(-4deg); }
.floating-tag::before { content: "✓"; display: grid; place-items: center; width: 17px; height: 17px; background: var(--ink); color: var(--acid); border-radius: 50%; font-size: 10px; }

.proof-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { display: flex; align-items: center; gap: 12px; min-height: 83px; padding: 0 22px; border-right: 1px solid var(--line); }
.proof-item:first-child { padding-left: 0; }
.proof-item:last-child { border-right: 0; }
.proof-item b { color: var(--acid); font-size: 24px; letter-spacing: -.06em; }
.proof-item span { color: var(--muted); font-size: 11px; line-height: 1.25; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }

.section { padding: 126px 0; }
.section-light { background: var(--paper); color: var(--ink); }
.section-header { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 44px; }
.section h2 { max-width: 750px; margin: 16px 0 0; color: var(--paper); font-size: clamp(36px, 5vw, 68px); line-height: 1; letter-spacing: -.07em; font-weight: 830; }
.section-light h2 { color: var(--ink); }
.section-light .eyebrow { color: var(--acid-dark); }
.section-light .eyebrow::before { background: var(--acid-dark); }
.section-lead { max-width: 350px; margin: 0; color: #53657A; font-size: 15px; line-height: 1.65; }

.problem-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 19px; }
.problem-card { min-height: 260px; padding: 28px; border: 1px solid #D5E0EA; background: #E8EEF5; }
.problem-card.dark { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.problem-card h3 { max-width: 420px; margin: 0 0 22px; color: var(--ink); font-size: 31px; line-height: 1.02; letter-spacing: -.06em; }
.problem-card.dark h3 { color: var(--paper); }
.problem-card p { max-width: 440px; margin: 0; color: #53657A; }
.problem-card.dark p { color: #C5D5E6; }
.mess-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 25px; }
.mess-list div { display: flex; align-items: flex-start; gap: 8px; color: #D5E3F0; font-size: 12px; }
.mess-list div::before { content: "—"; color: var(--acid); font-weight: 900; }

.solution-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.solution-statement { max-width: 450px; margin: 0; font-size: clamp(34px, 4.2vw, 58px); line-height: .98; letter-spacing: -.07em; font-weight: 820; }
.solution-statement mark { padding: 0 7px; background: var(--acid); color: var(--ink); }
.service-list { border-top: 1px solid #D5E0EA; }
.service-row { display: grid; grid-template-columns: 33px 1fr auto; gap: 16px; align-items: center; padding: 18px 0; border-bottom: 1px solid #D5E0EA; }
.service-row b { color: #64748B; font-size: 11px; }
.service-row strong { font-size: 18px; letter-spacing: -.04em; }
.service-row span { color: #64748B; font-size: 12px; text-align: right; }

.workflow { background: #081B31; }
.workflow .section-header { align-items: flex-start; }
.workflow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.workflow-card { min-height: 275px; padding: 23px; border: 1px solid var(--line); background: #0D2745; }
.workflow-card:nth-child(2) { margin-top: 26px; background: var(--acid-dark); color: var(--white); border-color: var(--acid-dark); }
.workflow-card:nth-child(3) { margin-top: 52px; }
.workflow-card .step { display: flex; justify-content: space-between; color: var(--acid); font-size: 11px; letter-spacing: .13em; font-weight: 800; }
.workflow-card:nth-child(2) .step { color: #B6F4FF; }
.workflow-card h3 { max-width: 220px; margin: 70px 0 13px; color: var(--paper); font-size: 27px; line-height: 1; letter-spacing: -.06em; }
.workflow-card:nth-child(2) h3 { color: var(--white); }
.workflow-card p { margin: 0; color: #B7C8DA; font-size: 13px; }
.workflow-card:nth-child(2) p { color: #E4F4FF; }

.plans { background: var(--paper); color: var(--ink); }
.plans h2 { color: var(--ink); }
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: stretch; }
.plan { position: relative; display: flex; flex-direction: column; padding: 27px 24px 24px; border: 1px solid #D3DFEA; background: #E8EEF5; }
.plan.featured { background: var(--ink); color: var(--paper); border-color: var(--ink); transform: translateY(-17px); box-shadow: 0 18px 36px rgba(7,24,43,.22); }
.plan-badge { position: absolute; top: -12px; right: 18px; padding: 6px 9px; background: var(--acid); color: var(--ink); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.plan-kicker { color: #64748B; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; font-weight: 900; }
.featured .plan-kicker { color: var(--acid); }
.plan h3 { margin: 18px 0 8px; color: var(--ink); font-size: 28px; line-height: 1; letter-spacing: -.06em; }
.featured .plan h3 { color: var(--paper); }
.plan-price { margin: 0 0 19px; font-size: 31px; line-height: 1; letter-spacing: -.06em; font-weight: 850; }
.plan-price small { color: #64748B; font-size: 12px; letter-spacing: 0; font-weight: 700; }
.featured .plan-price small { color: #A7B6C8; }
.plan ul { display: grid; gap: 10px; margin: 0 0 26px; padding: 20px 0 0; border-top: 1px solid #D3DFEA; list-style: none; }
.featured ul { border-color: var(--line); }
.plan li { position: relative; padding-left: 21px; color: #53657A; font-size: 13px; }
.featured li { color: #D5E3F0; }
.plan li::before { content: "✓"; position: absolute; left: 0; color: var(--acid-dark); font-weight: 900; }
.featured li::before { color: var(--acid); }
.plan .button { margin-top: auto; }
.plan .button-ghost { border-color: #9EB0C3; color: var(--ink) !important; }
.plan .button-ghost:hover { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.featured .button-ghost { border-color: var(--acid); color: var(--acid) !important; }
.featured .button-ghost:hover { background: var(--acid); color: var(--ink); }

.lead-section { padding: 115px 0 128px; }
.lead-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: start; }
.lead-copy h2 { margin-bottom: 20px; color: var(--paper); }
.lead-copy p { max-width: 390px; color: #B7C8DA; }
.mini-post { margin-top: 30px; padding: 18px; border-left: 3px solid var(--acid); background: #0D2745; }
.mini-post small { color: var(--acid); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; font-weight: 900; }
.mini-post strong { display: block; margin-top: 10px; font-size: 18px; line-height: 1.1; letter-spacing: -.04em; }
.lead-form-wrap { padding: 28px; background: var(--paper); color: var(--ink); border-radius: 16px; }
.lead-form-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid #D3DFEA; }
.lead-form-head h3 { margin: 0; font-size: 27px; line-height: 1; letter-spacing: -.06em; }
.lead-form-head p { max-width: 220px; margin: 0; color: #53657A; font-size: 12px; }
.ceposzt-form { padding-top: 24px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-field { display: grid; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { color: #334155; font-size: 11px; font-weight: 800; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid #B8C8D8; border-radius: 4px; background: #FBFDFF; color: var(--ink); padding: 12px 13px; box-sizing: border-box; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.form-field textarea { min-height: 105px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--acid-dark); box-shadow: 0 0 0 3px rgba(54,213,245,.24); }
.choice-row { display: flex; flex-wrap: wrap; gap: 9px; }
.choice-row label { display: inline-flex; align-items: center; gap: 7px; padding: 9px 11px; border: 1px solid #B8C8D8; border-radius: 4px; color: #475569; cursor: pointer; font-size: 11px; }
.choice-row input { width: auto; padding: 0; accent-color: var(--acid-dark); }
.privacy { display: flex; align-items: flex-start; gap: 9px; margin: 17px 0 19px; color: #53657A; font-size: 11px; line-height: 1.4; }
.privacy input { width: auto; margin-top: 2px; accent-color: var(--acid-dark); }
.privacy a { color: #1D4ED8; text-decoration: underline; }
.form-submit { width: 100%; border: 0; cursor: pointer; }
.form-notice { margin: 0 0 17px; padding: 13px 14px; background: #D8F7FF; color: #075985; font-size: 12px; font-weight: 700; }
.form-error { margin: 0 0 17px; padding: 13px 14px; background: #f5d1c5; color: #742f1d; font-size: 12px; font-weight: 700; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.faq { padding-top: 0; }
.faq-list { border-top: 1px solid #D3DFEA; }
.faq-item { border-bottom: 1px solid #D3DFEA; }
.faq-item summary { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 800; letter-spacing: -.03em; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--acid-dark); font-size: 22px; font-weight: 400; }
.faq-item[open] summary::after { content: "–"; }
.faq-item p { max-width: 680px; margin: -4px 0 22px; color: #53657A; font-size: 14px; }

.final-cta { padding: 123px 0 135px; border-top: 1px solid var(--line); text-align: center; }
.final-cta h2 { max-width: 760px; margin: 14px auto 27px; color: var(--paper); font-size: clamp(42px, 6vw, 80px); line-height: .96; letter-spacing: -.08em; }
.final-cta h2 em { color: var(--acid); font-style: normal; }
.final-cta p { max-width: 450px; margin: 0 auto; color: #B7C8DA; }
.site-footer { padding: 25px 0 31px; border-top: 1px solid var(--line); color: #91A6BC; font-size: 11px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-links { display: flex; gap: 20px; }
.footer-links a:hover { color: var(--acid); }

@media (max-width: 940px) {
  .hero-grid, .solution-grid, .lead-grid { grid-template-columns: 1fr; gap: 52px; }
  .hero { padding-top: 145px; }
  .hero-copy { max-width: 650px; }
  .dashboard-wrap { max-width: 580px; }
  .section-header { display: block; }
  .section-lead { margin-top: 22px; }
  .plans-grid { grid-template-columns: 1fr; max-width: 570px; }
  .plan.featured { transform: none; }
  .workflow-card:nth-child(2), .workflow-card:nth-child(3) { margin-top: 0; }
}
@media (max-width: 720px) {
  .container { width: min(100% - 34px, 560px); }
  .header-inner { min-height: 72px; }
  .site-logo { width: 178px; }
  .primary-nav ul { gap: 12px; }
  .primary-nav li:not(:last-child) { display: none; }
  .nav-cta { padding: 9px 12px; font-size: 11px; }
  .hero { padding: 124px 0 74px; }
  .hero h1 { font-size: clamp(45px, 13vw, 70px); }
  .hero-copy { font-size: 16px; }
  .floating-tag { left: -8px; bottom: 17px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-item { min-height: 68px; padding: 0 12px; border-bottom: 1px solid var(--line); }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:nth-child(3), .proof-item:nth-child(4) { border-bottom: 0; }
  .proof-item:first-child { padding-left: 12px; }
  .problem-grid { grid-template-columns: 1fr; }
  .mess-list { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: 25px 1fr; }
  .service-row span { grid-column: 2; text-align: left; }
  .workflow-grid { grid-template-columns: 1fr; }
  .workflow-card { min-height: 220px; }
  .lead-grid { gap: 35px; }
  .lead-form-wrap { padding: 20px; }
  .lead-form-head { display: block; }
  .lead-form-head p { margin-top: 13px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .footer-inner { display: block; }
  .footer-links { margin-top: 11px; }
}
@media (max-width: 390px) {
  .container { width: calc(100% - 28px); }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .dashboard-body { padding: 20px 17px 18px; }
  .dash-editor { grid-template-columns: 1fr 88px; }
  .section { padding: 88px 0; }
}
