/*
Theme Name: VatPay Homepage Theme
Theme URI: https://vatpay.com/
Author: OpenAI
Description: Launch-ready WordPress theme modeled on the generated VatPay homepage concept.
Version: 1.2.0
Text Domain: vatpay-homepage
*/

:root{
  --vp-blue:#165DFF;
  --vp-blue-dark:#0b45b8;
  --vp-green:#34C759;
  --vp-green-dark:#26a84a;
  --vp-text:#0f1f4a;
  --vp-muted:#6b7280;
  --vp-border:#e5e7eb;
  --vp-bg:#f5f7fb;
  --vp-white:#ffffff;
  --vp-shadow:0 12px 30px rgba(22,93,255,.08);
  --vp-radius:22px;
  --vp-gradient:linear-gradient(90deg,#1d5eff 0%, #22b7db 45%, #3bc962 100%);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--vp-text);
  background:#eef2f7;
}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
.site-shell{
  max-width:1248px;
  margin:40px auto;
  background:#fff;
  border:1px solid rgba(15,31,74,.08);
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 10px 24px rgba(17,24,39,.04);
}
.site-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:18px 42px;
  background:#fff;
}
.brand{
  display:flex;
  align-items:center;
  gap:14px;
}
.brand img{
  width:58px;
  height:58px;
  object-fit:contain;
}
.brand-name{
  font-size:30px;
  line-height:1;
  font-weight:800;
  letter-spacing:-.03em;
  color:#122159;
}
.main-nav{
  display:flex;
  align-items:center;
  gap:42px;
  font-weight:500;
  color:#243766;
}
.main-nav a:hover{color:var(--vp-blue)}
.header-actions{
  display:flex;
  align-items:center;
  gap:12px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius:999px;
  padding:14px 28px;
  font-weight:700;
  font-size:16px;
  transition:all .2s ease;
}
.btn-outline{
  color:var(--vp-blue);
  border:1px solid rgba(22,93,255,.16);
  background:#fff;
}
.btn-outline:hover{background:#f5f8ff}
.btn-primary{
  color:#fff;
  background:var(--vp-gradient);
  box-shadow:0 12px 24px rgba(22,93,255,.18);
}
.btn-primary:hover{transform:translateY(-1px)}
.hero{
  position:relative;
  background:var(--vp-gradient);
  color:#fff;
  text-align:center;
  padding:94px 40px 128px;
  overflow:hidden;
}
.hero:after{
  content:"";
  position:absolute;
  left:-2%;
  right:-2%;
  bottom:-58px;
  height:120px;
  background:#f5f7fb;
  border-radius:50% 50% 0 0 / 100% 100% 0 0;
}
.hero h1{
  margin:0 0 18px;
  font-size:72px;
  line-height:1.05;
  letter-spacing:-.05em;
  font-weight:800;
  text-shadow:0 8px 18px rgba(0,0,0,.16);
}
.hero p{
  margin:0 auto;
  max-width:720px;
  font-size:24px;
  color:rgba(255,255,255,.92);
}
.hero-actions{
  position:relative;
  z-index:2;
  margin-top:42px;
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
}
.btn-light{
  background:#fff;
  color:#15285f;
}
.play-icon{
  width:32px;height:32px;border-radius:999px;
  background:#edf2ff;
  color:var(--vp-blue);
  display:inline-flex;align-items:center;justify-content:center;
  font-size:13px;font-weight:800;
}
.features{
  background:#f5f7fb;
  padding:38px 42px 52px;
}
.feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.feature-card{
  background:#fff;
  border:1px solid rgba(15,31,74,.08);
  border-radius:18px;
  padding:28px 28px 22px;
  box-shadow:0 10px 20px rgba(15,31,74,.03);
  display:flex;
  gap:16px;
  align-items:flex-start;
}
.feature-icon{
  width:52px;height:52px;border-radius:14px;
  background:var(--vp-gradient);
  color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:24px;font-weight:700;
  flex:0 0 52px;
}
.feature-card h3{
  margin:2px 0 8px;
  font-size:18px;
  line-height:1.2;
}
.feature-card p{
  margin:0;
  color:var(--vp-muted);
  font-size:15px;
  line-height:1.5;
}
.site-footer{
  padding:24px 42px 34px;
  background:#f5f7fb;
  text-align:center;
  color:#6b7280;
  font-size:14px;
}
@media (max-width: 1100px){
  .site-header{padding:18px 24px; gap:18px; flex-wrap:wrap}
  .main-nav{order:3; width:100%; justify-content:center; gap:24px}
  .hero h1{font-size:54px}
}
@media (max-width: 800px){
  .site-shell{margin:16px}
  .hero{padding:70px 24px 110px}
  .hero h1{font-size:42px}
  .hero p{font-size:20px}
  .feature-grid{grid-template-columns:1fr}
  .brand img{width:64px;height:64px}
  .brand-name{font-size:34px}
  .main-nav{display:none}
  .header-actions{width:100%; justify-content:flex-end}
}


.eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.24);
  color:#fff;
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  margin-bottom:20px;
}
.prelaunch-hero{
  padding-top:82px;
}
.prelaunch-hero h1{
  max-width:980px;
  margin-left:auto;
  margin-right:auto;
}
.prelaunch-hero p{
  max-width:860px;
}
.hero-trust{
  position:relative;
  z-index:2;
  margin-top:32px;
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}
.trust-pill{
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.2);
  border-radius:999px;
  color:#fff;
  padding:10px 16px;
  font-size:14px;
}
.section-heading{
  max-width:820px;
  margin:0 auto 26px;
}
.section-heading.centered{text-align:center}
.section-kicker{
  display:inline-block;
  margin-bottom:10px;
  color:var(--vp-blue);
  font-size:13px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.section-kicker.light{color:#dff7ff}
.section-heading h2,
.content-card h2{
  margin:0 0 12px;
  font-size:40px;
  line-height:1.1;
  letter-spacing:-.04em;
  color:var(--vp-text);
}
.section-heading p,
.content-card p{
  margin:0;
  color:var(--vp-muted);
  font-size:18px;
  line-height:1.65;
}
.content-section{
  padding:34px 42px 22px;
  background:#fff;
}
.light-bg{background:#f5f7fb}
.two-col{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:24px;
}
.content-card{
  background:#fff;
  border:1px solid rgba(15,31,74,.08);
  border-radius:22px;
  padding:34px;
  box-shadow:0 10px 20px rgba(15,31,74,.03);
}
.gradient-card{
  background:var(--vp-gradient);
  color:#fff;
  border:none;
  box-shadow:0 14px 28px rgba(22,93,255,.15);
}
.gradient-card h2,
.gradient-card p{color:#fff}
.check-list,
.audience-list{
  margin:20px 0 0;
  padding:0;
  list-style:none;
}
.check-list li,
.audience-list li{
  padding:12px 0 12px 30px;
  position:relative;
  border-bottom:1px solid rgba(15,31,74,.08);
}
.check-list li:last-child,
.audience-list li:last-child{border-bottom:none}
.check-list li:before,
.audience-list li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:12px;
  font-weight:800;
  color:var(--vp-green);
}
.check-list.light li{
  border-bottom:1px solid rgba(255,255,255,.18);
}
.check-list.light li:before{color:#fff}
.small-note{
  margin-top:16px !important;
  font-size:14px !important;
}
.benefit-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.benefit-card{
  background:#fff;
  border:1px solid rgba(15,31,74,.08);
  border-radius:18px;
  padding:24px;
  box-shadow:0 10px 20px rgba(15,31,74,.03);
}
.benefit-card h3{
  margin:0 0 8px;
  font-size:20px;
}
.benefit-card p{
  margin:0;
  color:var(--vp-muted);
  line-height:1.6;
}
.signup-section{
  padding:38px 42px 60px;
  background:#fff;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:24px;
  align-items:start;
}
.signup-copy h2{
  margin:0 0 12px;
  font-size:42px;
  line-height:1.08;
  letter-spacing:-.04em;
}
.signup-copy p{
  margin:0 0 22px;
  font-size:18px;
  line-height:1.65;
  color:var(--vp-muted);
}
.mini-faq{
  display:grid;
  gap:12px;
}
.mini-faq > div{
  background:#f5f7fb;
  border:1px solid rgba(15,31,74,.07);
  border-radius:16px;
  padding:14px 16px;
}
.signup-form-wrap{
  background:#fff;
  border:1px solid rgba(15,31,74,.08);
  border-radius:22px;
  padding:28px;
  box-shadow:var(--vp-shadow);
}
.early-access-form{
  display:grid;
  gap:12px;
}
.early-access-form label{
  font-size:14px;
  font-weight:700;
  color:#243766;
}
.early-access-form input,
.early-access-form textarea{
  width:100%;
  padding:14px 16px;
  border-radius:14px;
  border:1px solid #d6dce7;
  font:inherit;
  color:var(--vp-text);
  background:#fff;
}
.early-access-form input:focus,
.early-access-form textarea:focus{
  outline:none;
  border-color:var(--vp-blue);
  box-shadow:0 0 0 4px rgba(22,93,255,.08);
}
.btn-block{width:100%; margin-top:8px}
.form-note{
  margin:2px 0 0;
  color:var(--vp-muted);
  font-size:13px;
  line-height:1.5;
}
.form-success{
  margin-bottom:16px;
  padding:14px 16px;
  border-radius:14px;
  background:#edfdf3;
  color:#117a37;
  border:1px solid #bbf7d0;
  font-weight:600;
}
.faq-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.faq-item{
  background:#fff;
  border:1px solid rgba(15,31,74,.08);
  border-radius:18px;
  padding:24px;
}
.faq-item h3{
  margin:0 0 10px;
  font-size:19px;
}
.faq-item p{
  margin:0;
  color:var(--vp-muted);
  line-height:1.65;
}
.footer-cta{
  margin-bottom:8px;
  color:#1e4ed8;
  font-weight:700;
}
@media (max-width: 1100px){
  .section-heading h2,
  .content-card h2,
  .signup-copy h2{font-size:34px}
  .two-col,
  .signup-section,
  .benefit-grid,
  .faq-grid{grid-template-columns:1fr}
}
@media (max-width: 800px){
  .content-section,
  .signup-section,
  .features{padding-left:24px; padding-right:24px}
  .section-heading h2,
  .content-card h2,
  .signup-copy h2{font-size:30px}
  .section-heading p,
  .signup-copy p{font-size:17px}
}
.journey-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.journey-card{background:#fff;border:1px solid rgba(15,31,74,.08);border-radius:18px;padding:24px}.journey-card>span{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:12px;background:var(--vp-gradient);color:#fff;font-weight:800;margin-bottom:16px}.journey-card h3{margin:0 0 8px}.journey-card p{margin:0;color:var(--vp-muted);line-height:1.6}.flow-line{margin:24px 0 18px;padding:16px 18px;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.12);border-radius:16px;font-weight:800}.disclaimer-light{font-size:13px!important;opacity:.88}.pay-local-card .mock-row{display:flex;justify-content:space-between;gap:18px;padding:14px 0;border-bottom:1px solid var(--vp-border);font-size:14px}.pay-local-card .mock-row span{color:var(--vp-muted)}.pay-local-card .mock-row strong{text-align:right}.mock-button{margin-top:20px;background:var(--vp-gradient);color:#fff;border-radius:999px;padding:15px 18px;text-align:center;font-weight:800}.region-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.region-pills span{padding:9px 14px;border-radius:999px;background:#f0f5ff;color:var(--vp-blue);font-weight:700;font-size:14px}.email-cta-section{background:var(--vp-gradient);padding:64px 42px;color:#fff;text-align:center}.email-cta-inner{max-width:820px;margin:0 auto}.email-cta-inner h2{margin:0 auto 16px;font-size:44px;line-height:1.08;letter-spacing:-.04em}.email-cta-inner>p{font-size:18px;line-height:1.7;color:rgba(255,255,255,.92)}.email-button{margin-top:14px;font-size:17px}.email-address{margin-top:18px;font-size:20px;font-weight:800}.privacy-note{font-size:13px!important;opacity:.8}.text-link{color:var(--vp-blue);font-weight:700}.site-footer{background:#0f1f4a;color:#d8e0f2;padding:34px 42px}.site-footer a{color:#fff}.footer-brand{font-size:18px;margin-bottom:8px}.footer-links{margin-bottom:10px}.footer-small{font-size:12px;color:#aebad4;line-height:1.5}@media(max-width:1100px){.journey-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:800px){.journey-grid{grid-template-columns:1fr}.email-cta-section{padding:50px 24px}.email-cta-inner h2{font-size:32px}.pay-local-card .mock-row{flex-direction:column;gap:5px}.pay-local-card .mock-row strong{text-align:left}}
