@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700&display=swap');
*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Space Grotesk, Outfit, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;color:var(--text);background:var(--app-bg)}
body{min-height:100vh;display:flex;flex-direction:column}
:root{--brand:#2563eb;--brand2:#3b82f6;--brand-600:#1d4ed8;--text:#1e293b;--muted:#64748b;--border:#e2e8f0;--surface:#ffffff;--surface-2:#f8fafc;--app-bg:linear-gradient(135deg, #e0f2fe 0%, #dbeafe 25%, #e0e7ff 50%, #f0f9ff 75%, #f0f4ff 100%);--danger:#dc2626;--success:#059669;--success-bg:#d1fae5;--success-border:#a7f3d0;--success-text:#065f46}
.container{max-width:1120px;margin:0 auto;padding:24px}
.section{padding:48px 24px;background:rgba(255,255,255,0.9);backdrop-filter:blur(20px);border-radius:16px;margin:24px auto;box-shadow:0 8px 32px rgba(0,0,0,0.1);border:1px solid rgba(255,255,255,0.2);max-width:1120px}


/* Navigation */
.nav{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:rgba(255,255,255,0.95);backdrop-filter:blur(20px);position:sticky;top:0;border-bottom:1px solid var(--border);z-index:40;margin-bottom:24px;box-shadow:0 2px 8px rgba(0,0,0,0.1)}
.nav a{color:var(--text);text-decoration:none;font-weight:700;margin:0 12px}
.nav .btn,.nav .icon-btn{margin-left:4px}
.nav-actions{display:flex;align-items:center;gap:4px}
.nav-actions{display:flex;align-items:center;gap:8px}
.brand{display:flex;align-items:center;gap:8px;text-decoration:none}
.logo{width:36px;height:36px}
.brand-name{font-weight:700;letter-spacing:.2px;color:#2563eb;font-size:28px;font-family:Space Grotesk, Outfit, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif}
.brand-name::after{content:''}

/* Buttons */
.btn{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(90deg,var(--brand),var(--brand2));color:white;padding:12px 20px;border-radius:12px;text-decoration:none;border:none;font-weight:600;cursor:pointer;box-shadow:0 4px 12px rgba(37,99,235,.15);transition:all .2s ease;font-family:Outfit, Space Grotesk, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif}
.btn:hover{filter:brightness(1.02);transform:translateY(-1px)}
.btn:active{transform:translateY(0)}
.btn-outline{background:#fff;color:#000;border:1px solid var(--border);border-radius:12px;font-family:Outfit, Space Grotesk, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif}
.btn-danger{background:var(--danger);border-radius:12px;font-family:Outfit, Space Grotesk, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif}
.btn-sm{padding:8px 12px;border-radius:10px;font-family:Outfit, Space Grotesk, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif}
/* Larger, aesthetic CTAs */
.btn-lg{padding:12px 18px;border-radius:14px;font-size:16px;font-family:Outfit, Space Grotesk, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif}
.btn-wide{padding-left:24px;padding-right:24px}

/* Prevent navbar buttons from shifting/scaling on hover/active */
.nav .btn{transform:none}
.nav .btn:hover,.nav .btn:active{transform:none}
/* Keep navbar height constant by normalizing button sizes */
.nav .btn,.nav .btn-sm,.nav .btn-lg{padding:8px 12px;border-radius:10px;font-size:14px}

/* Ghost button (subtle, distinct from outline) */
.btn-ghost{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--text);padding:12px 18px;border-radius:999px;text-decoration:none;border:1px dashed var(--border);font-weight:800;cursor:pointer;transition:background-color .15s ease,border-color .15s ease, transform .08s ease}
.btn-ghost:hover{background:var(--surface-2);border-color:#cfd8e3}
.nav .btn-ghost{padding:8px 12px;border-radius:10px;font-size:14px}
.btn-ghost.btn-sm{padding:8px 12px;border-radius:10px;font-size:14px}

/* Icon button (theme toggle) */
.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:1px;border-radius:999px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);cursor:pointer;transition:background-color .15s ease, border-color .15s ease;line-height:0}
.icon-btn:hover{background:#eef2f7}
.icon-btn svg{width:18px;height:18px;display:block}

/* Hero */
.hero{padding:120px 24px;text-align:center;background:linear-gradient(180deg,#fff, #f8fafc);margin:24px auto;border-radius:16px;max-width:1120px;position:relative;overflow:hidden}
.hero h1{font-size:42px;line-height:1.08;margin:0 0 14px;color:var(--text);font-weight:700;font-family:Outfit, Space Grotesk, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;height:80px;display:flex;align-items:center;justify-content:center;width:1100px;max-width:1100px;margin-left:auto;margin-right:auto;text-align:center;position:relative;z-index:2;white-space:nowrap;overflow:hidden}
.cursor{animation:blink 1s infinite;color:var(--brand);font-weight:400}
@keyframes blink{0%,50%{opacity:1}51%,100%{opacity:0}}
.hero p{color:var(--muted);max-width:760px;margin:0 auto 26px;font-size:18px;min-height:54px;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}
.hero .cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}

/* Decorative financial icons behind hero content */
.hero-icons{position:absolute;inset:0;pointer-events:none;opacity:.12;z-index:1}
.hero-icons svg{position:absolute;width:120px;height:120px}
.hero-icons .card{top:8%;left:8%}
.hero-icons .piggy{top:12%;right:12%}
.hero-icons .chart{bottom:16%;left:14%}
.hero-icons .wallet{bottom:12%;right:16%}
@media(max-width:900px){
	.hero-icons svg{width:90px;height:90px}
}

/* Modern chip group in hero */
.chip-group{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:14px}
.chip{display:inline-flex;align-items:center;gap:8px;padding:12px 16px;border-radius:16px;border:2px solid transparent;background:linear-gradient(135deg,rgba(255,255,255,0.9),rgba(255,255,255,0.7));color:var(--text);font-weight:700;font-size:13px;box-shadow:0 8px 25px rgba(0,0,0,0.08);backdrop-filter:blur(10px);transition:all 0.3s ease;position:relative;overflow:hidden}
.chip::before{content:'';width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--brand),var(--brand2));box-shadow:0 2px 4px rgba(0,0,0,0.1)}
.chip::after{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.4),transparent);transition:left 0.5s ease}
.chip:hover{transform:translateY(-2px);box-shadow:0 12px 35px rgba(0,0,0,0.15);border-color:rgba(59,130,246,0.3)}
.chip:hover::after{left:100%}
.chip-group .chip:nth-child(1){background:linear-gradient(135deg,rgba(20,184,166,0.1),rgba(6,182,212,0.1));border-color:rgba(20,184,166,0.2)}
.chip-group .chip:nth-child(1)::before{background:linear-gradient(135deg,#14b8a6,#06b6d4);box-shadow:0 2px 8px rgba(20,184,166,0.3)}
.chip-group .chip:nth-child(2){background:linear-gradient(135deg,rgba(139,92,246,0.1),rgba(99,102,241,0.1));border-color:rgba(139,92,246,0.2)}
.chip-group .chip:nth-child(2)::before{background:linear-gradient(135deg,#8b5cf6,#6366f1);box-shadow:0 2px 8px rgba(139,92,246,0.3)}
.chip-group .chip:nth-child(3){background:linear-gradient(135deg,rgba(245,158,11,0.1),rgba(249,115,22,0.1));border-color:rgba(245,158,11,0.2)}
.chip-group .chip:nth-child(3)::before{background:linear-gradient(135deg,#f59e0b,#f97316);box-shadow:0 2px 8px rgba(245,158,11,0.3)}

/* Auth pages */
.auth h1{font-size:40px;line-height:1.12;margin-bottom:10px}
.auth .form{max-width:520px}
.contact-large h1{font-size:36px}
.contact-large .form{max-width:640px}

/* Make Contact page content larger */
.contact-large h1{font-size:36px;line-height:1.12}
.contact-large .form{max-width:820px;width:100%;gap:14px;margin:0 auto}
.contact-large .label{font-size:14px}
.contact-large .input, .contact-large textarea.input{font-size:14px;padding:12px 16px}
.contact-large .btn{padding:10px 14px;border-radius:12px;font-size:14px}
/* Make contact send button smaller despite page-level large sizing */
.contact-large #sendBtn.btn-sm{padding:8px 12px;border-radius:10px;font-size:14px}
/* Inline success message on contact */
.help.msg-success,.msg-success{display:inline-flex;align-items:center;gap:10px;font-size:15px;color:var(--success-text);background:var(--success-bg);border:1px solid var(--success-border);padding:8px 12px;border-radius:12px;margin-top:6px}
/* Inline error message style with red cross */
.help.msg-error,.msg-error{display:inline-flex;align-items:center;gap:10px;font-size:15px;color:#fee2e2;background:#450a0a;border:1px solid #7f1d1d;padding:8px 12px;border-radius:12px;margin-top:6px}
.help.msg-pending,.msg-pending{display:inline-flex;align-items:center;gap:10px;font-size:15px;color:#1e3a8a;background:#dbeafe;border:1px solid #93c5fd;padding:8px 12px;border-radius:12px;margin-top:6px}
.pending-icon{width:26px;height:26px;display:flex;align-items:center;justify-content:center}
.pending-icon img{width:16px;height:16px;display:block}
.error-icon{width:26px;height:26px;border-radius:999px;background:linear-gradient(135deg,#ef4444,#dc2626);display:flex;align-items:center;justify-content:center;color:#fff}
.error-icon svg{width:16px;height:16px}
.contact-large .help{font-size:14px}

/* Contact form grid helpers */
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.form-grid .field{display:flex;flex-direction:column;gap:6px}
.form-grid .field.full{grid-column:1 / -1}
@media(max-width:680px){.form-grid{grid-template-columns:1fr}}
.checkbox{display:flex;align-items:flex-start;gap:10px;color:var(--muted);font-size:14px}
.checkbox input{margin-top:4px}
.consent-row{margin-top:4px}

/* Make Contact page span wider horizontally */
.contact-large.container{max-width:1120px}
.contact-large.section{padding-left:16px;padding-right:16px}
.contact-large .form{padding-left:0;padding-right:0;width:100%;margin:0 auto}

/* Pricing header alignment and gradient text */
.pricing-header{display:flex;flex-direction:column;align-items:center;text-align:center}
.pricing-title{color:var(--text);font-weight:800}
.pricing-subtitle{font-size:18px;color:var(--text);font-weight:600}
@supports (background-clip: text){
	.pricing-title{background-image:linear-gradient(90deg,var(--brand),var(--brand2));background-clip:text;color:transparent}
	html[data-theme="light"] .pricing-title{background-image:linear-gradient(90deg,var(--brand-600),var(--brand2))}
}
@supports (-webkit-background-clip: text){
	.pricing-title{-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
}

/* Layout */
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
@media(max-width:980px){.grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.grid{grid-template-columns:1fr}}


/* Center the pricing plans grid */
#plans{justify-content:center;}

/* Currency watermarks */
.currency-watermarks{position:absolute;inset:0;pointer-events:none;opacity:.08;z-index:1}
.currency-watermarks .watermark{position:absolute;font-size:120px;font-weight:900;color:var(--brand);font-family:Space Grotesk, Outfit, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;user-select:none}
.currency-watermarks .dollar{top:10%;left:10%;transform:rotate(-15deg)}
.currency-watermarks .euro{top:10%;right:10%;transform:rotate(20deg)}
.currency-watermarks .sterling{bottom:10%;left:10%;transform:rotate(-10deg)}
.currency-watermarks .dollar-alt{bottom:15%;right:15%;transform:rotate(25deg);font-size:100px}
.currency-watermarks .dollar-2{top:30%;left:30%;transform:rotate(30deg);font-size:90px}
.currency-watermarks .euro-2{bottom:30%;right:30%;transform:rotate(-20deg);font-size:85px}
.currency-watermarks .sterling-2{top:10%;right:30%;transform:rotate(-25deg);font-size:88px}
.currency-watermarks .dollar-3{top:30%;right:10%;transform:rotate(-35deg);font-size:95px}
.currency-watermarks .euro-3{bottom:30%;left:30%;transform:rotate(15deg);font-size:80px}
.currency-watermarks .sterling-3{top:50%;right:50%;transform:rotate(20deg);font-size:85px}
.currency-watermarks .dollar-4{top:50%;left:10%;transform:rotate(40deg);font-size:75px}
.currency-watermarks .euro-4{top:10%;left:50%;transform:rotate(35deg);font-size:82px}
.currency-watermarks .sterling-4{top:70%;right:10%;transform:rotate(-15deg);font-size:80px}
.currency-watermarks .dollar-5{top:70%;left:30%;transform:rotate(-30deg);font-size:78px}
.currency-watermarks .euro-5{top:30%;left:70%;transform:rotate(-40deg);font-size:92px}
.currency-watermarks .sterling-5{top:90%;left:50%;transform:rotate(30deg);font-size:82px}
@media(max-width:900px){
	.currency-watermarks .watermark{font-size:80px}
	.currency-watermarks .dollar-alt{font-size:70px}
	.currency-watermarks .dollar-2{font-size:60px}
	.currency-watermarks .euro-2{font-size:55px}
	.currency-watermarks .dollar-3{font-size:65px}
	.currency-watermarks .euro-3{font-size:50px}
	.currency-watermarks .dollar-4{font-size:45px}
	.currency-watermarks .sterling-2{font-size:58px}
	.currency-watermarks .euro-4{font-size:52px}
	.currency-watermarks .dollar-5{font-size:48px}
	.currency-watermarks .sterling-3{font-size:55px}
	.currency-watermarks .euro-5{font-size:62px}
	.currency-watermarks .dollar-6{font-size:56px}
	.currency-watermarks .sterling-4{font-size:50px}
	.currency-watermarks .dollar-7{font-size:55px}
	.currency-watermarks .euro-6{font-size:48px}
	.currency-watermarks .sterling-5{font-size:52px}
	.currency-watermarks .dollar-8{font-size:58px}
	.currency-watermarks .euro-7{font-size:45px}
	.currency-watermarks .sterling-6{font-size:60px}
	.currency-watermarks .dollar-9{font-size:53px}
	.currency-watermarks .euro-8{font-size:57px}
	.currency-watermarks .sterling-7{font-size:49px}
	.currency-watermarks .dollar-10{font-size:56px}
	.currency-watermarks .euro-9{font-size:51px}
	.currency-watermarks .sterling-8{font-size:54px}
}
@media(max-width:680px){
	.currency-watermarks .watermark{font-size:60px}
	.currency-watermarks .dollar-alt{font-size:50px}
	.currency-watermarks .dollar-2{font-size:45px}
	.currency-watermarks .euro-2{font-size:40px}
	.currency-watermarks .dollar-3{font-size:50px}
	.currency-watermarks .euro-3{font-size:35px}
	.currency-watermarks .dollar-4{font-size:30px}
	.currency-watermarks .sterling-2{font-size:38px}
	.currency-watermarks .euro-4{font-size:32px}
	.currency-watermarks .dollar-5{font-size:28px}
	.currency-watermarks .sterling-3{font-size:35px}
	.currency-watermarks .euro-5{font-size:42px}
	.currency-watermarks .dollar-6{font-size:36px}
	.currency-watermarks .sterling-4{font-size:30px}
	.currency-watermarks .dollar-7{font-size:35px}
	.currency-watermarks .euro-6{font-size:28px}
	.currency-watermarks .sterling-5{font-size:32px}
	.currency-watermarks .dollar-8{font-size:38px}
	.currency-watermarks .euro-7{font-size:25px}
	.currency-watermarks .sterling-6{font-size:40px}
	.currency-watermarks .dollar-9{font-size:33px}
	.currency-watermarks .euro-8{font-size:37px}
	.currency-watermarks .sterling-7{font-size:29px}
	.currency-watermarks .dollar-10{font-size:36px}
	.currency-watermarks .euro-9{font-size:31px}
	.currency-watermarks .sterling-8{font-size:34px}
}

/* Cards */
.card{background:rgba(255,255,255,0.8);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.3);border-radius:16px;padding:24px;box-shadow:0 8px 32px rgba(0,0,0,0.1);display:flex;flex-direction:column;transition:all .2s ease}
.card h3{margin:0 0 6px;font-size:18px;color:var(--text);font-weight:600;font-family:Outfit, Space Grotesk, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;text-align:center}
.card p{color:var(--muted)}
.card:hover{box-shadow:0 12px 40px rgba(0,0,0,0.15);transform:translateY(-4px);background:rgba(255,255,255,0.9)}
/* Ensure pricing cards align with consistent spacing */
.card ul{margin:0 0 12px 18px}
.card p:last-child{margin-top:auto}
.card h3{min-height:24px}
.card .price-row{min-height:28px}
.card .features{min-height:96px;display:grid;grid-template-rows:repeat(3,1fr);gap:6px}
.card .features li{display:flex;align-items:center;margin:0}

/* Forms */
.form{display:grid;gap:12px;max-width:420px}
.input, textarea.input{width:100%;padding:12px 14px;border:1px solid var(--border);border-radius:14px;background:#fff;transition:border-color .15s ease, box-shadow .15s ease;color:#111827}
.input::placeholder, textarea.input::placeholder{color:#9aa4b2}
.input:focus, textarea.input:focus{outline:none;border-color:#94a3b8;box-shadow:0 0 0 4px rgba(148,163,184,.28)}
.label{font-weight:600;color:var(--text);font-family:Outfit, Space Grotesk, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif}
.help{color:var(--muted);font-size:13px}
/* Larger variant for pricing subtitle */
.pricing-subtitle{font-size:18px;color:var(--text);font-weight:600}
.pricing-subheader{margin:10px 0 16px 0;text-align:center;font-size:22px;line-height:1.2;color:var(--text);font-weight:800}

/* Tables */
.table{width:100%;border-collapse:separate;border-spacing:0 10px}
.table td,.table th{padding:12px 14px}
.table tr{background:var(--surface);border:1px solid var(--border)}
.table th{color:var(--text);text-align:left}
.table tfoot th,.table tfoot td{font-weight:800}

/* Footer */
.footer{padding:48px 24px;color:#98a2b3;text-align:center}
.footer a{color:inherit}

/* Site Footer (professional layout) */
.site-footer{border-top:1px solid var(--border);background:var(--surface);padding:24px 16px;margin-top:auto}
.site-footer .footer-container{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:20px}
.site-footer .footer-brand-col .brand{gap:8px}
.site-footer .brand-name{font-size:18px}
.site-footer .desc{color:var(--muted);margin-top:6px;max-width:420px;font-size:14px}
.site-footer .col-title{font-weight:800;color:var(--text);margin-bottom:8px}
.site-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:6px}
.site-footer a{color:var(--muted);text-decoration:none}
.site-footer a:hover{color:var(--text)}
.site-footer .bottom{display:flex;align-items:center;position:relative;margin-top:0;padding:12px 0 4px 0;border-top:1px solid var(--border);color:var(--muted)}
.site-footer .bottom > div:first-child{position:absolute;left:50%;transform:translateX(-50%);text-align:center}
.site-footer .bottom > div:last-child{margin-left:auto}
/* Removed footer manage-wrap explanatory text per request */
.site-footer .social{display:flex;gap:12px}
.site-footer .badge{background:transparent;border-color:var(--border);color:var(--text)}
/* Slightly shift footer manage cookies badge left */
#manageCookiesBtn{margin-right:16px}
@media(max-width:900px){.site-footer .footer-container{grid-template-columns:1fr 1fr}.site-footer .bottom{flex-direction:column;gap:4px;align-items:center}.site-footer .bottom>div:first-child{position:static;transform:none;text-align:center;margin:0 auto}.site-footer .bottom>div:last-child{margin-left:0;width:100%}.accept-inner{flex-direction:column;align-items:flex-start}}
@media(max-width:600px){.site-footer .footer-container{grid-template-columns:1fr}}

/* Modern Payment Section */
.payment-section{
	border-top: 1px solid var(--border);
	background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(248,250,252,0.95) 100%);
	backdrop-filter: blur(20px);
	margin-top: 24px;
	padding: 12px 0;
}

.payment-content{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

/* Security Badges */
.security-badges{
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.security-badge{
	display: flex;
	align-items: center;
	gap: 8px;
	background: rgba(255,255,255,0.8);
	border: 1px solid rgba(37,99,235,0.2);
	border-radius: 10px;
	padding: 6px 10px;
	box-shadow: 0 1px 4px rgba(37,99,235,0.1);
	transition: all 0.3s ease;
}

.security-badge:hover{
	transform: translateY(-1px);
	box-shadow: 0 2px 6px rgba(37,99,235,0.15);
	border-color: rgba(37,99,235,0.3);
}

.security-icon{
	width: 20px;
	height: 20px;
	border-radius: 6px;
	background: linear-gradient(135deg, var(--brand), var(--brand2));
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 3px rgba(37,99,235,0.25);
}

.security-icon svg{
	width: 12px;
	height: 12px;
	color: white;
}

.security-text{
	font-weight: 700;
	color: var(--text);
	font-size: 12px;
	letter-spacing: 0.1px;
	line-height: 1.2;
}

/* Payment Methods */
.payment-methods{
	display: flex;
	flex-direction: row;
	gap: 12px;
	align-items: center;
	justify-content: flex-end;
}

.payment-header{
	text-align: right;
}

.payment-label{
	font-weight: 700;
	color: var(--muted);
	font-size: 12px;
	letter-spacing: 0.1px;
	line-height: 1.2;
	white-space: nowrap;
}

.payment-logos{
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}

.payment-logo{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 28px;
	background: rgba(255,255,255,0.9);
	border: 1px solid rgba(226,232,240,0.8);
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.08);
	transition: all 0.3s ease;
	overflow: hidden;
}

.payment-logo:hover{
	transform: translateY(-1px);
	box-shadow: 0 2px 6px rgba(0,0,0,0.12);
	border-color: rgba(37,99,235,0.2);
}

.payment-logo img{
	height: 16px;
	max-width: 36px;
	object-fit: contain;
	filter: grayscale(0.2);
	transition: filter 0.3s ease;
}

.payment-logo:hover img{
	filter: grayscale(0);
}

/* Responsive Design */
@media (max-width: 768px) {
	.payment-content{
		flex-direction: column;
		align-items: center;
		gap: 12px;
		text-align: center;
	}
	
	.payment-methods{
		flex-direction: column;
		align-items: center;
		gap: 8px;
	}
	
	.payment-header{
		text-align: center;
	}
	
	.payment-logos{
		justify-content: center;
	}
	
	.security-badges{
		justify-content: center;
		align-items: center;
	}
}

@media (max-width: 480px) {
	.payment-section{
		padding: 10px 0;
	}
	
	.payment-content{
		gap: 8px;
	}
	
	.payment-logos{
		gap: 4px;
	}
	
	.payment-logo{
		width: 40px;
		height: 24px;
	}
	
	.payment-logo img{
		height: 14px;
		max-width: 32px;
	}
	
	.security-badge{
		padding: 4px 8px;
	}
	
	.security-icon{
		width: 18px;
		height: 18px;
	}
	
	.security-icon svg{
		width: 10px;
		height: 10px;
	}
}

/* Badges */
.badge{display:inline-block;padding:6px 10px;border-radius:999px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);font-weight:800;font-size:12px}

/* Utility */
.center{display:flex;align-items:center;justify-content:center}
.stack{display:grid;gap:10px}

/* Modern pictogram badges */
.icon-badge{width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,var(--brand),var(--brand2));box-shadow:0 10px 24px rgba(37,99,235,.25), inset 0 0 0 1px rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center}
.icon-badge svg{width:28px;height:28px;color:#fff}

/* Compact card header with icon */
.icon-card{display:flex;align-items:center;gap:12px;margin-bottom:8px}
.icon-card h3{margin:0}

/* Subscribe section */
.subscribe-section{margin-top:32px;margin-bottom:32px;padding:28px;border-radius:18px;border:1px solid var(--border);background:linear-gradient(180deg,rgba(255,255,255,0.02),rgba(0,0,0,0.02)), var(--surface)}
.subscribe-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center}
.subscribe-wrap{display:flex;align-items:center;background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:6px 6px}
.subscribe-input{flex:1;border:none;background:transparent;color:var(--text);padding:10px 14px;outline:none}
.subscribe-button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff;border:none;cursor:pointer;box-shadow:0 8px 18px rgba(37,99,235,.28)}
.subscribe-button svg{width:20px;height:20px}
@media(max-width:900px){.subscribe-grid{grid-template-columns:1fr}}
/* Align inline subscribe message beside the input/button when space allows */
.subscribe-grid #subMsg{grid-column:2}
@media(max-width:900px){.subscribe-grid #subMsg{grid-column:1}}

/* Place captcha below the subscribe input, full width on small screens */
.turnstile-wrap{margin-top:14px;display:flex;justify-content:flex-start;margin-left:10px}
/* Make embedded Turnstile feel wider by not constraining its container */
.turnstile-wrap .cf-challenge, .turnstile-wrap iframe{max-width:none}
@media(max-width:900px){.turnstile-wrap{justify-content:flex-start;margin-left:0}}

/* Success notice */
.success-wrap{display:flex;align-items:center;gap:10px;background:var(--success-bg);border:1px solid var(--success-border);color:var(--success-text);padding:10px 14px;border-radius:12px}
.success-icon{width:26px;height:26px;border-radius:999px;background:linear-gradient(135deg,var(--success),#34d399);display:flex;align-items:center;justify-content:center;color:#fff;margin-right:8px}
.success-icon svg{width:16px;height:16px}

/* Subscribe success state (inline) */
.subscribe-wrap.success{background:var(--success-bg);border-color:var(--success-border)}
.subscribe-wrap.success .subscribe-input{color:var(--success-text)}
.subscribe-wrap.success .subscribe-button{background:linear-gradient(135deg,var(--success),#34d399)}

/* Alternative full-width success panel */
.success-panel{display:flex;align-items:center;gap:16px;background:var(--success-bg);border:1px solid var(--success-border);border-radius:16px;padding:18px}
.success-panel .title{color:var(--success-text);font-weight:800}
.success-panel .desc{color:var(--success-text)}

/* Signup page: use a simple green check (no circle) */
.auth .msg-success .success-icon{
  width:18px;
  height:18px;
  background:transparent;
  border-radius:0;
  box-shadow:none;
  color:var(--success);
}

/* container already positioned by default without live validation icon */

/* Light theme override */
html[data-theme="light"]{
	--brand:#2563eb;--brand2:#3b82f6;--brand-600:#1d4ed8;--text:#1e293b;--muted:#64748b;--border:#e2e8f0;--surface:#ffffff;--surface-2:#f8fafc;--app-bg:linear-gradient(135deg, #e0f2fe 0%, #dbeafe 25%, #e0e7ff 50%, #f0f9ff 75%, #f0f4ff 100%);--success:#059669;--success-bg:#d1fae5;--success-border:#a7f3d0;--success-text:#065f46;
	color:var(--text)
}
html[data-theme="light"] .nav{background:rgba(255,255,255,0.95);backdrop-filter:blur(20px);border-color:#e2e8f0}
html[data-theme="light"] .card{background:rgba(255,255,255,0.8);backdrop-filter:blur(10px);box-shadow:0 8px 32px rgba(0,0,0,0.1)}
html[data-theme="light"] .icon-btn{background:var(--surface-2);border-color:var(--border);color:var(--text)}
html[data-theme="light"] .input, html[data-theme="light"] textarea.input{background:#ffffff;border-color:#e2e8f0}
html[data-theme="light"] .badge{background:#fff7ed;border-color:#ffedd5;color:#0f172a}
html[data-theme="light"] .chip{background:linear-gradient(135deg,rgba(255,255,255,0.95),rgba(255,255,255,0.85));border-color:rgba(226,232,240,0.3);color:#0f172a;box-shadow:0 8px 25px rgba(2,6,23,.08)}
html[data-theme="light"] .chip:hover{box-shadow:0 12px 35px rgba(2,6,23,.15);border-color:rgba(59,130,246,0.2)}

/* Cookies: banner */
.cookie-banner{position:fixed;left:16px;right:16px;bottom:16px;z-index:70;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:14px;box-shadow:0 10px 24px rgba(2,6,23,.35);display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px}
.cookie-banner .cookie-text{display:flex;flex-direction:column;gap:4px}
.cookie-banner .cookie-text strong{font-weight:800}
.cookie-banner a{color:var(--text);text-decoration:underline}
.cookie-banner .cookie-actions{display:flex;gap:8px;flex-shrink:0}
@media(max-width:700px){.cookie-banner{flex-direction:column;align-items:stretch}.cookie-banner .cookie-actions{justify-content:flex-end}}

/* Cookies: modal */
.cookie-modal{position:fixed;inset:0;z-index:80}
.cookie-modal-backdrop{position:absolute;inset:0;background:rgba(2,6,23,.6)}
.cookie-modal-panel{position:relative;max-width:580px;margin:10vh auto;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 14px 32px rgba(2,6,23,.5);display:flex;flex-direction:column}
.cookie-modal-header{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-bottom:1px solid var(--border)}
.cookie-modal-header h3{margin:0;font-size:18px}
.cookie-modal-body{display:grid;gap:12px;padding:14px}
.cookie-modal-body .manage-intro{margin:0 0 6px 0;font-size:13px;color:var(--muted)}
.cookie-option{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--border);border-radius:12px;padding:12px}
.cookie-modal-footer{display:flex;justify-content:flex-end;gap:8px;padding:12px 14px;border-top:1px solid var(--border)}
.toggle{position:relative;width:56px;height:30px;border-radius:999px;border:1px solid var(--border);background:var(--surface-2);cursor:pointer;transition:background-color .15s ease,border-color .15s ease}
.toggle[aria-checked="true"]{background:linear-gradient(135deg,var(--brand),var(--brand2));border-color:transparent}
.toggle span{position:absolute;top:3px;left:3px;width:24px;height:24px;border-radius:999px;background:#fff;box-shadow:0 2px 6px rgba(2,6,23,.3);transition:left .18s ease}
.toggle[aria-checked="true"] span{left:29px}
.toggle::after{content:'Off';position:absolute;top:50%;transform:translateY(-50%);right:8px;font-size:10px;font-weight:800;color:var(--muted);pointer-events:none;transition:color .15s ease, right .18s ease, left .18s ease}
.toggle[aria-checked="true"]::after{content:'On';left:8px;right:auto;color:#fff}
.toggle:focus-visible{outline:none;box-shadow:0 0 0 4px rgba(59,130,246,.18)}
.toggle:hover{filter:brightness(1.05)}
.toggle.disabled{opacity:.6;cursor:default}
.toggle.disabled span{left:29px}

/* Always on badge for necessary cookies */
.badge.always-on{background:transparent;border-color:var(--border);color:var(--muted);font-weight:700}
html[data-theme="light"] .badge.always-on{background:#f8fafc;color:#1f2937}

/* Light theme overrides for cookies */
html[data-theme="light"] .cookie-banner{box-shadow:0 10px 24px rgba(2,6,23,.08)}
html[data-theme="light"] .cookie-modal-backdrop{background:rgba(2,6,23,.35)}
/* Ensure adequate contrast for links and muted text in light mode */
html[data-theme="light"] .help{color:#374151}
html[data-theme="light"] .site-footer a{color:#374151}
html[data-theme="light"] .site-footer a:hover{color:#0a0a0a}
html[data-theme="light"] .cookie-banner a{color:#0a0a0a}
html[data-theme="light"] .cookie-modal-body .manage-intro{color:#374151}
html[data-theme="light"] .toggle{background:#ffffff;border-color:#cfd8e3}
/* Light mode: make enabled analytics/marketing toggles green */
html[data-theme="light"] #anlyt.toggle[aria-checked="true"],
html[data-theme="light"] #mrkt.toggle[aria-checked="true"]{background:linear-gradient(135deg,var(--success),#34d399);border-color:transparent}

/* Dark mode: hide "On" text inside toggles when enabled */
/* Theme toggle removed: stick to light theme only */

/* Link-style button (distinct from outline and filled) */
.btn-link{display:inline-flex;align-items:center;gap:6px;background:transparent;border:none;color:var(--brand);padding:12px 18px;border-radius:999px;text-decoration:none;font-weight:800;cursor:pointer;transition:color .15s ease, background-color .15s ease}
.btn-link:hover{color:var(--brand-600);text-decoration:underline}
.nav .btn-link{padding:8px 12px;border-radius:10px;font-size:14px}
.btn-link.btn-sm{padding:8px 12px;border-radius:10px;font-size:14px}

/* Nav interaction stability: keep size/visuals constant on click/focus */
.nav .btn:hover,.nav .btn:active{transform:none;filter:none}
.nav a:visited{color:var(--text)}
.nav .btn:visited{color:white}
.nav .btn-outline:visited{color:#000}
.nav .btn:not(.btn-outline){color:white}
.nav a:active{color:var(--text);transform:none}
.nav .btn:active{color:white;transform:none}
.nav .btn-outline:active{color:#000;transform:none}
.nav a:focus,.nav a:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.18);border-radius:10px}
.nav .btn-link:visited{color:var(--brand)}
.nav .btn-link:active{color:var(--brand-600);transform:none}
.nav .btn-link:hover,.nav .btn-link:active{background:transparent}
.nav .btn-link:focus,.nav .btn-link:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.18)}
.nav .icon-btn:active{transform:none}

/* Lock nav item layout: consistent line-height and alignment to prevent shifts */
.nav .nav-actions{display:flex;align-items:center;gap:8px}
.nav .nav-actions > a,.nav .nav-actions > .btn,.nav .nav-actions > .btn-outline,.nav .nav-actions > .btn-link,.nav .nav-actions > .icon-btn{line-height:1;display:inline-flex;align-items:center}
