/* ===== RESET ===== */
*, *::before, *::after {
	box-sizing: border-box;
}
body {
	margin: 0;
}
html {
	scroll-behavior: smooth;
}
:root {
	--radius: 16px;
	--radius-sm: 10px;
	--fs-xs: 14px;
	--fs-sm: 16px;
	--fs-md: 18px;
	--fs-lg: 24px;
	--fs-xl: 32px;
	--fs-hero: 48px;
	--icon-xs: 16px;
	--icon-sm: 20px;
	--icon-md: 24px;
	--icon-lg: 32px;
	--icon-xl: 40px;
	--icon-hero: 48px;
}
.list-clean {
	list-style: none;
	padding: 0;
	margin: 0;
}
/* ===== BASE ===== */
body {
	font-family: 'Inter', sans-serif;
	font-size: var(--fs-sm);
	font-weight: 400;
	color: #475569;
	background: #f8fafc;
	line-height: 1.6;
	padding-bottom: 120px;
}
button, input, textarea, select {
	font-family: inherit;
}
img {
	max-width: 100%;
	height: auto;
}
.icon {
	width: 32px;
	height: 32px;
	stroke-width: 2.2;
	flex-shrink: 0;
	color: inherit;
}
.compat {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid #e6eaf2;
}
.compat-icons {
	display: flex;
	gap: 10px;
	flex-shrink: 0;
	color: #4f6bff;
}
.icon {
	width: 34px;
	height: 34px;
	stroke-width: 2;
	padding: 7px;
	background: #eef2ff;
	border-radius: 10px;
}
.compat-text {
	margin: 0;
	font-size: 14px;
	color: #475569;
}
/* ===== LAYOUT ===== */
.container {
	max-width: 1400px;
	margin: auto;
	padding: 64px 32px;
}
/* ===== HERO ===== */
.hero {position:relative;overflow-x:hidden;padding:72px 0 88px;background:radial-gradient(circle at 20% 30%,#2563eb15,transparent 40%),radial-gradient(circle at 80% 20%,#7c3aed12,transparent 40%),linear-gradient(180deg,#f8fafc 0%,#eef2ff 100%);}
.domain-check-wrap {background:#fff;padding:14px;border-radius:18px;box-shadow:0 12px 32px rgba(37,99,235,.25);margin:34px 0 26px;}
.domain-check {display:flex;gap:14px;align-items:center;}
.domain-check input {flex:1;height:52px;border-radius:12px;}

#hero-domain-input,#domain-input{transition:background .2s ease;}
#hero-domain-input[readonly],#domain-input[readonly]{background:#f3f4f6;cursor:not-allowed;}

.domain-check .btn {height:52px;white-space:nowrap;margin-top:-10px;}
.hero-domain-status {font-weight:600;color:#b45309;}
.hero-domain-status.success {color:#16a34a;}
.hero-domain-status.error {color:#dc2626;}
.hero-change-domain {font-size:14px;color:#2563eb;cursor:pointer;text-decoration:underline;}
.hero-change-domain:hover {color:#1e40af;}
.hero-domain-meta {display:flex;align-items:center;gap:14px;margin-top:10px;}
.hero-domain-state {font-weight:600;}
.hero-domain-state.checked {color:#16a34a;}
.hero-domain-state.unchecked {color:#b45309;}
@media(max-width:600px){.domain-check{flex-direction:column;}.domain-check input{width:100%;height:48px;}.domain-check .btn{width:100%;height:48px;}.domain-check-wrap{padding:12px;}}



@media(max-width:900px) {
.hero {
	min-height: auto;
	padding: 64px 0 72px;
}
.hero * {
	max-width: 100%;
}
}
@media(max-width:600px) {
.hero {
	padding: 48px 0 56px;
}
}
.hero::after {
	content: "";
	position: absolute;
	width: 420px;
	height: 420px;
background: radial-gradient(circle,
	#2563eb22,transparent 70%);
	top: -120px;
	right: -80px;
	filter: blur(40px);
	pointer-events: none;
}
.hero-grid {
	display: grid;
	grid-template-columns: 1.2fr 520px;
	gap: 80px;
	align-items: center;
}
@media(max-width:900px) {
.hero-grid {
	grid-template-columns: 1fr;
	gap: 24px;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}
}
.hero-content {
	max-width: 720px;
}
.mail-note {
	margin-top: 26px;
}
.mail-icons {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 10px;
}
.mail-icons img {
	height: 26px;
	width: auto;
	opacity: .75;
	transition: .2s;
}
.mail-icons img:hover {
	opacity: 1;
	transform: translateY(-2px);
}
.mail-note {
	margin-top: 28px;
	padding-top: 18px;
	border-top: 1px solid #e5e7eb;
}
.mail-icons img {
	height: 26px;
	width: auto;
	filter: grayscale(100%);
	opacity: .8;
}
.mail-icons img:hover {
	filter: none;
	opacity: 1;
}
/* ===== TYPO ===== */
h1, h2, h3 {
	line-height: 1.2;
	font-weight: 600;
}
h1 {
background: linear-gradient(90deg,
#0f172a,
	#1e3a8a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: var(--fs-hero);
	margin-bottom: 16px;
	letter-spacing: -0.02em;
	max-width: 18ch;
}
@media(min-width:901px) {
h1 {
	max-width: 18ch;
}
}
h2 {
	font-size: var(--fs-lg);
	margin-bottom: 12px;
}
p {
	max-width: 65ch;
}
.lead {
	font-size: var(--fs-md);
	color: #475569;
	max-width: 540px;
}
.prehead {
	color: #475569;
	font-size: 14px;
	margin-bottom: 10px;
}
.highlight {
	color: #2563eb;
}
/* ===== BUTTON ===== */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 56px;
	padding: 0 32px;
	border: none;
	font-size: 18px;
	line-height: 1;
	border-radius: var(--radius-sm);
	background: #2563eb;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	transition: .2s;
	box-shadow: 0 12px 30px rgba(37,99,235,.35);
}
@media(max-width:600px) {
.btn {
	height: 48px;
	font-size: 16px;
}
}
.btn:hover {
	opacity: .9;
	transform: translateY(-1px);
}
/* ===== INPUTS ===== */
input, select, textarea {
	width: 100%;
	padding: 14px;
	border-radius: var(--radius-sm);
	border: 1px solid #cbd5e1;
	font-size: var(--fs-sm);
	margin-bottom: 12px;
	background: #fff;
}
input[type="radio"], input[type="checkbox"] {
	width: 22px;
	height: 22px;
}

/* ===== CARDS ===== */
.card, .hero-card, .form-box, .order-summary {
	background: #fff;
	border-radius: var(--radius);
}
.card {
	padding: 26px;
	box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}
.hero-card {
	padding: 40px;
	border-radius: 22px;
	transform: translateY(40px);
	transition: .4s;
	box-shadow: 0 40px 80px rgba(15,23,42,.12);
}
.hero-card:hover {
	transform: translateY(0);
}
.mail-demo {
	font-size: 18px;
	line-height: 1.7;
}
.form-box {
	padding: 32px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.order-summary {
	position: sticky;
	top: 120px;
	margin-bottom: 90px;
	padding: 26px;
	box-shadow: 0 10px 30px rgba(0,0,0,.08);
}
/* ===== LISTS ===== */
.card ul, .hero-benefits {
	list-style: none;
	padding: 0;
	margin: 32px 0 34px;
}
.card li, .hero-benefits li {
	position: relative;
	padding-left: 22px;
}
.card li {
	margin-bottom: 10px;
}
.card li::before {
	content: "";
	width: 6px;
	height: 6px;
	background: #2563eb;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
}
.hero-benefits {
	margin: 22px 0 26px;
}
.hero-benefits li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	color: #2563eb;
	font-weight: 700;
}
.order-summary ul {
	list-style-position: inside;
	padding-left: 0;
}
ul {
	padding-left: 20px;
}
/* ===== FORM ===== */
.form-progress, .microtrust, .summary-note {
	font-size: var(--fs-xs);
	color: #16a34a;
}
.microtrust, .urgency, .form-intro {
	line-height: 1.7;
}
.form-intro {
	font-size: 14px;
	color: #475569;
	margin-bottom: 18px;
}
.form-section {
	margin: 32px 0 12px;
	font-size: 18px;
	font-weight: 600;
}
.form-label {
	display: block;
	font-size: 14px;
	margin-bottom: 6px;
	font-weight: 600;
}
.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}
/* radios / checkbox */
.radio, .checkbox {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 10px 0;
	font-size: 14px;
}
.checkbox {
	align-items: flex-start;
}
.radio input, .checkbox input {
	flex-shrink: 0;
}
/* ===== TRUST – VÁSÁRLÁSI BIZALOM ===== */
.trust-purchase .container {
	padding: 56px 16px;
}
.trust-headline {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #0f172a;
	margin-bottom: 10px;
	margin: 0 auto 36px;
}
/* LISTA */
.trust-list {
	display: grid;
	grid-template-columns: repeat(5,1fr);
	gap: 20px;
	max-width: 1200px;
	margin: 0 auto;
}
.trust-item {
	font-size: 15px;
	line-height: 1.5;
	color: #0f172a;
	padding-left: 14px;
	border-left: 3px solid #2563eb;
}
/* TABLET */
@media(max-width:1100px) {
.trust-list {
	grid-template-columns: repeat(2,1fr);
}
}
/* MOBIL */
@media(max-width:600px) {
.trust-headline {
	text-align: left;
	font-size: 20px;
	margin-bottom: 24px;
}
.trust-list {
	grid-template-columns: 1fr;
	gap: 14px;
}
.trust-item {
	font-size: 14px;
}
}
/* ===== GRID ===== */
.grid {
	display: grid;
	gap: 24px;
}
.order-grid {
	display: grid;
	grid-template-columns: minmax(0,1fr) 360px;
	gap: 40px;
	align-items: start;
}
/* ===== PRICE ===== */
.price {
	font-size: 36px;
	font-weight: 700;
}
.summary-price {
	font-size: 28px;
	font-weight: 700;
	margin-top: 10px;
}
/* ===== CTA ===== */
.sticky-cta {
    display:none;
	position: fixed;
	right: 16px;
	bottom: 20px;
	z-index: 999;
	transition: opacity .25s ease;
}
@media(max-width:600px) {
.sticky-cta {
	right: 12px;
	bottom: calc(env(safe-area-inset-bottom) + 12px);
}
}
.sticky-cta .btn {
	height: 56px;
	padding: 0 28px;
	border-radius: 999px;
	box-shadow: 0 16px 40px rgba(37,99,235,.45);
}
@media(max-width:600px) {
.sticky-cta {
	right: 12px;
	bottom: calc(env(safe-area-inset-bottom) + 12px);
}
}
.order-btn {
	width: 100%;
	margin-top: 18px;
}
.simplepay {
	max-width: 240px;
	margin: 12px 0;
}
/* ===== MEDIA ===== */
@media(max-width:900px) {
.hero-grid, .order-grid {
	grid-template-columns: 1fr;
	gap: 28px;
}
}
@media(max-width:600px) {
.container {
	padding: 28px 16px;
}
h1 {
	font-size: var(--fs-xl);
}
input {
	padding: 12px;
}
.domain-check {
	flex-direction: column;
}
.form-row {
	grid-template-columns: 1fr;
}
.microtrust, .urgency, .form-progress, .summary-note {
	font-size: 14px;
}
.form-intro {
	font-size: 15px;
}
.trust-row {
	text-align: left;
}
}
@media(max-width:900px) {
.hero {
	min-height: auto;
	padding: 64px 0 72px;
}
.hero-card {
	transform: none;
}
}
@media(min-width:901px) {
.sticky-cta {
	top: auto;
	bottom: 32px;
	right: 32px;
	transform: none;
}
}
.order-summary {
	position: sticky;
	top: 120px;
}
@media(max-width:900px) {
.order-summary {
	position: static;
	margin-bottom: 0;
}
}
@media(max-width:900px) {
.hero-card {
	order: 2;
}
.hero-content {
	order: 1;
}
}
@media(max-width:600px) {
.trust-row div {
	font-size: 14px;
}
}
@media(max-width:900px) {
body {
	padding-bottom: 96px;
}
}
@media(max-width:900px) {
.hero-grid {
	width: 100%;
}
}
@media(max-width:600px) {
h1 {
	font-size: 28px;
	line-height: 1.25;
}
}
@media(max-width:900px) {
.hero-card {
	margin-top: 24px;
}
}
@media(min-width:1200px) {
.sticky-cta {
	right: 32px;
	bottom: 32px;
}
}
@media(max-width:900px) {
.hero-grid {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}
.hero-card {
	max-width: 100%;
}
.domain-check {
	max-width: 100%;
}
}
@media(max-width:600px) {
.trust {
	margin: 32px 0;
}
.trust .container {
	padding-top: 24px;
	padding-bottom: 24px;
}
}
.sticky-cta {
	transition: opacity .25s ease;
}
@media (max-width:600px) {
.hero {
	display: flex;
	align-items: center;
}
.hero-content {
	padding-top: 12px;
}
.domain-check input {
	scroll-margin-top: 140px;
}
}
.trust-row div {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 14px;
	line-height: 1.4;
}
.trust-row div::before {
	content: "?";
	color: #2563eb;
	font-weight: 700;
	margin-top: 2px;
}
/* ===== HERO FINOMÍTÁS ===== */
.hero {
	padding: 72px 0 88px;
	min-height: auto;
}
@media(max-width:900px) {
.hero {
	padding: 56px 0 64px;
}
}
@media(max-width:600px) {
.hero {
	padding: 48px 0 56px;
}
}
.trust-row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
	max-width: 900px;
	margin: 0 auto;
}
@media(min-width:900px) {
.trust-row {
	grid-template-columns: repeat(4,1fr);
	gap: 24px;
}
}
.trust-row div {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	line-height: 1.4;
	color: #0f172a;
}
.trust-row div::before {
	content: "?";
	color: #2563eb;
	font-weight: 700;
	margin-top: 2px;
	flex-shrink: 0;
}
/* ===== TRUST – MOBIL FIX (DESKTOP ÉRINTETLEN) ===== */
@media(max-width:600px) {
.trust-headline {
	text-align: left;
}
.trust-row {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}
.trust-row div {
	justify-content: flex-start;
	text-align: left;
}
}
/* ===== HERO SZÖVEG HIERARCHIA ===== */
.hero-content h1 {
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.15;
	margin-bottom: 18px;
}
.hero-sub {
	font-size: 18px;
	line-height: 1.6;
	color: #475569;
	max-width: 520px;
	margin-bottom: 28px;
}
.hero-sub strong {
	color: #0f172a;
	font-weight: 600;
}
@media(max-width:600px) {
.hero-sub {
	font-size: 16px;
	margin-bottom: 22px;
}
}
/* =====================================================   DEMO EMAIL + DOMAIN MAGYARÁZAT – TISZTÍTOTT, PRO VERZIÓ   ===================================================== */
/* === KÁRTYA === */
.mail-card {
	border-radius: 18px;
background: linear-gradient(180deg,
#ffffff 0%,
	#fbfdff 100%);
	border: 1px solid #e5e7eb;
	box-shadow: 0 18px 50px rgba(15,23,42,.08);
	overflow: hidden;
}
/* === FEJLÉC === */
.mail-demo-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 18px 20px 14px;
	border-bottom: 1px solid #e5e7eb;
}
.mail-demo-label {
	font-size: 13px;
	color: #64748b;
	margin-bottom: 6px;
}
.mail-demo-from {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
	font-size: 14px;
	line-height: 1.6;
	color: #1f2937;
}
.from-label {
	color: #6b7280;
	font-weight: 400;
	margin-right: 6px;
}
.from-address {
	font-weight: 500;
	letter-spacing: .2px;
}
.mail-demo-badge {
	font-size: 12px;
	font-weight: 700;
	padding: 6px 10px;
	border-radius: 999px;
	background: #f1f5f9;
	color: #334155;
	border: 1px solid #e5e7eb;
}
/* === LEVÉL TÖRZS === */
.mail-demo-body {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
	font-size: 14px;
	line-height: 1.8;
	color: #0f172a;
	background: #ffffff;
	padding: 20px 22px;
}
.mail-demo-body::after {
	content: "";
	display: block;
	margin-top: 18px;
	height: 1px;
background: linear-gradient(to right, transparent,
	#e5e7eb, transparent);
}
/* === MAGYARÁZÓ RÉSZ === */
.mail-explain-wrap {
	background: #f8fafc;
	padding: 18px 20px 20px;
}
.mail-explain-title {
	font-size: 14px;
	color: #475569;
	margin-bottom: 12px;
}
/* === EMAIL CÍM „PILL” === */
.mail-explain-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.mail-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 14px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	font-size: 14px;
	font-weight: 500;
	color: #0f172a;
}
/* felhasználónév (info, penzugy…) */
.mail-user {
	font-weight: 600;
	color: #0f172a;
}
/* @ jel – szándékosan halk */
.mail-at {
	color: #94a3b8;
	font-weight: 400;
}
/* DOMAIN – a fókusz, de nem rikító */
.mail-domain {
	font-weight: 600;
	color: #1e3a8a;
	background: #eef2ff;
	padding: 2px 10px;
	border-radius: 999px;
}
/* === GHOST SOR === */
.mail-pill.ghost {
	background: #f8fafc;
	border: 1px dashed #cbd5e1;
	color: #64748b;
}
.mail-pill.ghost .mail-user {
	color: #94a3b8;
	font-weight: 500;
}
/* külön magyarázat, NEM pill */
.mail-ghost-note {
	margin-top: 6px;
	margin-left: 12px;
	font-size: 13px;
	color: #64748b;
}
/* === MOBIL === */
@media(max-width:600px) {
.mail-demo-header,  .mail-demo-body,  .mail-explain-wrap {
	padding-left: 16px;
	padding-right: 16px;
}
}
/* MOBILON: demo e-mail ELREJTÉSE, magyarázó rész marad */
@media (max-width: 768px) {
.mail-demo-header,  .mail-demo-body {
	display: none;
}
.mail-explain-wrap {
	border-top: none;
	padding-top: 0;
}
}
.why-card {
	max-width: 720px;
	margin: 0 auto;
}
.why-lead {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 12px;
}
.why-note {
	margin-top: 12px;
	color: #475569;
}
/* ===== EMAIL ÜZLETI ALAPELV BLOKK ===== */
.email-compare {
	background: #ffffff;
	padding: 64px 0;
}
.compare-title {
	text-align: center;
	font-size: 26px;
	margin-bottom: 12px;
}
.compare-lead {
	text-align: center;
	color: #475569;
	max-width: 700px;
	margin: 0 auto 40px;
}
.compare-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	max-width: 900px;
	margin: 0 auto;
}
.compare-card {
	border-radius: 16px;
	padding: 24px;
	border: 1px solid #e5e7eb;
}
.compare-card.ok {
	background: #f0fdf4;
	border-color: #86efac;
}
.compare-card.bad {
	background: #fff5f5;
	border-color: #fecaca;
}
.compare-label {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .04em;
	margin-bottom: 14px;
	color: #475569;
}
.compare-email {
	font-family: ui-monospace, monospace;
	font-size: 16px;
	padding: 12px 14px;
	border-radius: 10px;
	margin-bottom: 16px;
}
.compare-email.ok {
	background: #dcfce7;
	color: #166534;
}
.compare-email.bad {
	background: #fee2e2;
	color: #7f1d1d;
}
.compare-card ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.compare-card li {
	font-size: 14px;
	margin-bottom: 8px;
	color: #334155;
}
.compare-footnote {
	text-align: center;
	margin-top: 32px;
	font-size: 15px;
	color: #0f172a;
}
@media(max-width:768px) {
.compare-grid {
	grid-template-columns: 1fr;
}
}
/* üzleti alapelv kiemelés */
.compare-principle {
	text-align: center;
	margin: 18px auto 40px;
	font-size: 16px;
	color: #2563eb;
	font-weight: 500;
}
/* kártyán belüli magyarázó szöveg */
.compare-note {
	font-size: 14px;
	line-height: 1.5;
	margin: 10px 0 14px;
}
.good-note {
	color: #166534;
}
.bad-note {
	color: #7f1d1d;
}
/* MOBILON: magyarázó mondatok elrejtése */
@media(max-width:600px) {
.compare-note {
	display: none;
}
.compare-principle {
	text-align: left;
	font-size: 15px;
	margin-bottom: 28px;
}
}
@media(max-width:900px) {
.order-summary {
	order: -1;
	margin-bottom: 24px;
}
}
.domain-field {
	margin-bottom: 18px;
}
.domain-meta {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 8px;
}
.domain-status {
	font-size: 15px;
	font-weight: 600;
}
.domain-status.checked {
	color: #16a34a;
}
.domain-status.unchecked {
	color: #b45309;
}
.domain-status.error {
	color: #dc2626;
}
.domain-edit-btn {
	background: none;
	border: none;
	padding: 0;
	margin-top: 6px;
	font-size: 14px;
	color: #2563eb;
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.domain-edit-btn:hover {
	color: #1e40af;
}
}
.domain-recheck {
	margin-top: 14px;
}
/* ===== DOMAIN META BLOKK ===== */
.domain-meta {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 8px;
}
/* státusz hangsúlyos */
.domain-status {
	font-size: 15px;
	font-weight: 600;
}
.domain-status.checked {
	color: #16a34a;
}
.domain-status.unchecked {
	color: #b45309;
}
.domain-status.error {
	color: #dc2626;
}
/* módosítás link – diszkrét */
.domain-edit-btn {
	background: none;
	border: none;
	padding: 0;
	font-size: 14px;
	color: #2563eb;
	cursor: pointer;
	text-decoration: underline;
}
/* MÓDOSÍTÁS UTÁN:   a link eltűnik, amikor nincs ellenőrizve */
.domain-status.unchecked + .domain-edit-btn, .domain-status.error + .domain-edit-btn {
	display: none;
}
/* ellenőrző gomb spacing */
.domain-recheck {
	margin-top: 12px;
}
/* ===== RADIOK KÉT OSZLOPBAN (ASZTALI) ===== */
.radio-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px 24px;
	margin: 12px 0 24px;
}
/* mobil: egymás alatt */
@media(max-width:600px) {
.radio-grid {
	grid-template-columns: 1fr;
	gap: 12px;
}
}
/* ===== RADIO KÁRTYA FINOMÍTÁS ===== */
.radio {
	padding: 14px 16px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #ffffff;
	align-items: flex-start;
}
/* ===============================   FIZETÉS – KÁRTYÁS ELRENDEZÉS   =============================== */
.payment-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin: 12px 0 24px;
}
/* mobil */
@media(max-width:600px) {
.payment-grid {
	grid-template-columns: 1fr;
}
}
/* ===== FIZETÉSI KÁRTYA ===== */
.payment-card {
	display: block;
	cursor: pointer;
}
.payment-card input {
	display: none;
}
.payment-content {
	border: 1px solid #cbd5e1;
	border-radius: 14px;
	padding: 18px;
	height: 100%;
	background: #ffffff;
	transition: .2s ease;
}
.payment-title {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #0f172a;
}
/* kiválasztott állapot */
.payment-card input:checked + .payment-content {
	border-color: #2563eb;
	box-shadow: 0 0 0 2px rgba(37,99,235,.15);
}
/* ===== SIMPLEPAY LOGÓ (ALUL) ===== */
.payment-logo {
	margin-top: 6px;
}
.payment-logo img {
	max-width: 200px;
	opacity: .9;
}
/* mobilon kisebb */
@media(max-width:600px) {
.payment-logo img {
	max-width: 170px;
}
}
/* ===============================   ÁSZF   =============================== */
.checkbox.aszf {
	margin: 20px 0 8px;
	font-size: 14px;
	justify-content: center;
	text-align: center;
}
/* mobil: balra */
@media(max-width:600px) {
.checkbox.aszf {
	justify-content: flex-start;
	text-align: left;
}
}
.checkbox.aszf a {
	color: #2563eb;
	text-decoration: underline;
}
.site-footer {
	background: #f8fafc;
	border-top: 1px solid #e5e7eb;
	padding: 32px 0;
	margin-top: 64px;
	font-size: 14px;
	color: #475569;
}
.footer-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 32px;
}
/* BAL OLDAL */
.footer-main {
	line-height: 1.6;
	max-width: 520px;
}
.footer-support a {
	color: #2563eb;
	text-decoration: none;
}
.footer-support a:hover {
	text-decoration: underline;
}
/* JOBB OLDAL */
.footer-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 12px;
}
/* LINK SOR */
.footer-links {
	display: flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}
.footer-links a {
	color: #2563eb;
	text-decoration: none;
}
.footer-links a:hover {
	text-decoration: underline;
}
/* FIZETÉS */
.footer-payments img {
	max-width: 220px;
	opacity: .9;
}
/* MOBIL */
@media(max-width:600px) {
.footer-inner {
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}
.footer-right {
	align-items: flex-start;
}
.footer-payments img {
	max-width: 180px;
}
}
.summary-trust-strong {
	margin: 10px 0 14px;
	padding-left: 12px;
	border-left: 3px solid #16a34a;
	font-size: 14px;
	line-height: 1.5;
	color: #0f172a;
	font-weight: 500;
}
@media(max-width:600px) {
.summary-trust-strong {
	font-size: 13px;
}
}
@media(max-width:600px) {
.hero {
	padding-top: 16px;
	padding-bottom: 24px;
}
}
@media(max-width:600px) {
.sticky-cta {
	opacity: 0;
	pointer-events: none;
}
.sticky-cta.is-visible {
	opacity: 1;
	pointer-events: auto;
}
}
@media(max-width:768px) {
.hero-card {
	background: transparent;
	box-shadow: none;
	border: none;
	padding: 0;
}
}
@media(max-width:768px) {
.mail-explain-wrap {
	background: transparent;
	padding: 0;
	text-align: left;
}
.mail-explain-title {
	text-align: left;
	font-size: 15px;
	margin-bottom: 10px;
}
.mail-explain-list {
	justify-content: flex-start;
}
}
@media(max-width:768px) {
.mail-pill {
	padding: 6px 12px;
	font-size: 13px;
}
.mail-domain {
	padding: 2px 8px;
}
}
@media(max-width:768px) {
.hero-grid {
	gap: 16px;
}
.hero-card {
	margin-top: 8px;
}
}
@media(max-width:768px) {
.mail-explain-title,  .mail-ghost-note {
	font-size: var(--fs-md);
	line-height: 1.6;
	color: #475569;
	font-weight: 400;
}
}
@media(max-width:600px) {
.trust-list {
	display: block;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	padding: 16px 18px;
	box-shadow: 0 6px 20px rgba(15,23,42,.06);
}
.trust-item {
	border: none;
	padding: 0;
	font-size: 15px;
	line-height: 1.6;
	color: #475569;
}
.trust-item + .trust-item {
	margin-top: 10px;
}
}
@media(max-width:600px) {
.trust-item: first-child {
	font-weight: 600;
	color: #0f172a;
}
}
@media(max-width:600px) {
.trust-headline {
	font-size: 21px;
	line-height: 1.3;
	margin-bottom: 16px;
}
}
@media(max-width:600px) {
.trust-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.trust-item {
	font-size: 16px;
	line-height: 1.6;
	padding-left: 12px;
	border-left: 3px solid #2563eb;
	color: #0f172a;
}
}
@media(max-width:600px) {
.email-compare {
	padding: 8px 0;
}
}
@media(max-width:600px) {
.compare-title {
	text-align: left;
	font-size: 22px;
	line-height: 1.25;
	margin-bottom: 10px;
}
.compare-principle {
	text-align: left;
	margin: 8px 0 20px;
	font-size: 15px;
}
}
.summary-trust {
	margin-top: 18px;
	padding: 14px 16px;
	border-radius: 12px;
	background: #f8fafc;
	border: 1px solid #e5e7eb;
}
.summary-trust-head {
	font-size: 14px;
	font-weight: 600;
	color: #0f172a;
	margin-bottom: 6px;
}
.summary-trust-body {
	font-size: 14px;
	line-height: 1.5;
	color: #475569;
}
@media(max-width:600px) {
.summary-trust {
	margin-top: 16px;
	padding: 14px 16px;
}
.summary-trust-head {
	font-size: 15px;
	font-weight: 600;
}
.summary-trust-body {
	font-size: 15px;
	line-height: 1.6;
}
}
.order-head {
	margin-bottom: 28px;
}
.order-head h2 {
	font-size: 26px;
	line-height: 1.25;
	margin-bottom: 8px;
}
.order-head-meta {
	font-size: 14px;
	color: #16a34a;
	font-weight: 500;
	margin-bottom: 10px;
}
.order-head-note {
	font-size: 15px;
	line-height: 1.6;
	color: #475569;
	max-width: 60ch;
}
/* MOBIL */
@media(max-width:600px) {
.order-head {
	margin-bottom: 22px;
}
.order-head h2 {
	font-size: 22px;
}
.order-head-meta {
	font-size: 14px;
}
.order-head-note {
	font-size: 15px;
}
}

/* =========================================
   MOBIL TYPO +2PX – DESKTOP ÉRINTETLEN
========================================= */
@media (max-width: 600px) {

	html {
		font-size: calc(100% + 2px);
	}

}

                                  