/* ==========================================
   PayPR Landing — Core Styles
   cash.app-inspired: dark hero, bold type,
   green accents, clean whites
   ========================================== */
:root {
  --green: #43B369;
  --green-dark: #359856;
  --orange: #F5903D;
  --dark: #0A0A0A;
  --dark2: #141414;
  --text: #222;
  --text-light: #666;
  --bg: #F6F7F9;
  --white: #fff;
  --radius: 16px;
  --radius-sm: 10px;
}
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
img { max-width: 100%; height: auto; }

/* NAV */
#nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; transition: background .3s, box-shadow .3s; }
#nav.scrolled { background: rgba(255,255,255,.95); backdrop-filter: blur(12px); box-shadow: 0 1px 0 rgba(0,0,0,.06); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.nav-logo .nav-logo-img { height: 72px !important; width: auto !important; max-width: none !important; object-fit: contain; }
.nav-links { display: flex; gap: 32px; }
.nav-links a { color: rgba(255,255,255,.7); text-decoration: none; font-size: 14px; font-weight: 500; transition: color .2s; }
#nav.scrolled .nav-links a { color: var(--text-light); }
.nav-links a:hover { color: var(--white); }
#nav.scrolled .nav-links a:hover { color: var(--text); }
.nav-actions { display: flex; align-items: center; gap: 16px; }
.lang-pill { display: flex; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); border-radius: 20px; overflow: hidden; cursor: pointer; padding: 0; }
#nav.scrolled .lang-pill { background: var(--bg); border-color: #ddd; }
.lang-opt { padding: 6px 14px; font-size: 12px; font-weight: 600; color: rgba(255,255,255,.5); transition: all .2s; font-family: inherit; }
.lang-opt.active { background: var(--green); color: var(--white); border-radius: 20px; }
#nav.scrolled .lang-opt { color: var(--text-light); }
#nav.scrolled .lang-opt.active { color: var(--white); }
.nav-burger { display: none; background: none; border: none; cursor: pointer; width: 28px; height: 20px; position: relative; }
.nav-burger span { display: block; width: 100%; height: 2px; background: var(--white); position: absolute; left: 0; transition: .3s; }
.nav-burger span:nth-child(1) { top: 0; }
.nav-burger span:nth-child(2) { top: 9px; }
.nav-burger span:nth-child(3) { top: 18px; }
#nav.scrolled .nav-burger span { background: var(--text); }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 28px; background: var(--green); color: var(--white); border: none; border-radius: var(--radius-sm); font-size: 15px; font-weight: 600; text-decoration: none; cursor: pointer; transition: transform .15s, opacity .15s; white-space: nowrap; }
.btn:hover { opacity: .9; transform: translateY(-1px); }
.btn--sm { padding: 8px 20px; font-size: 13px; }
.btn--lg { padding: 16px 36px; font-size: 17px; border-radius: var(--radius); }
.btn--outline { background: transparent; border: 2px solid rgba(255,255,255,.3); color: var(--white); }
.btn--outline:hover { border-color: var(--white); }
.btn--outline-dark { background: transparent; border: 2px solid #ddd; color: var(--text); }
.btn--full { width: 100%; }

/* HERO */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; background: var(--dark); overflow: hidden; padding-top: 72px; }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 20%, rgba(67,179,105,.12) 0%, transparent 60%), radial-gradient(ellipse at 80% 80%, rgba(245,144,61,.08) 0%, transparent 50%); }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 2; }
.hero-content { color: var(--white); }
.hero-badge { display: inline-block; background: rgba(67,179,105,.15); color: var(--green); padding: 6px 16px; border-radius: 20px; font-size: 13px; font-weight: 600; margin-bottom: 24px; letter-spacing: .5px; }
.hero-title { font-size: clamp(40px, 5vw, 68px); font-weight: 900; line-height: 1.05; letter-spacing: -.02em; margin-bottom: 24px; }
.hero-sub { font-size: 18px; color: rgba(255,255,255,.6); line-height: 1.6; max-width: 480px; margin-bottom: 36px; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-visual { position: relative; display: flex; align-items: center; justify-content: center; min-height: 400px; }
.hero-icon-float { position: absolute; top: -20px; right: -20px; opacity: .15; }
.hero-icon-float img { width: 220px; }
.phone-mock { width: 260px; background: var(--dark2); border-radius: 32px; padding: 12px; box-shadow: 0 40px 80px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.06); }
.phone-screen { background: var(--white); border-radius: 22px; padding: 32px 24px; text-align: center; }
.phone-header { margin-bottom: 24px; }
.phone-amount { font-size: 48px; font-weight: 900; color: var(--text); margin-bottom: 8px; }
.phone-label { font-size: 15px; color: var(--green); font-weight: 600; margin-bottom: 16px; }
.phone-check { width: 56px; height: 56px; background: var(--green); color: var(--white); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 28px; font-weight: 700; }
.hero-scroll { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); }
.scroll-line { width: 1px; height: 48px; background: linear-gradient(to bottom, rgba(255,255,255,.3), transparent); animation: scrollPulse 2s ease-in-out infinite; }
@keyframes scrollPulse { 0%,100% { opacity: .3; } 50% { opacity: .8; } }

/* TRUST */
.trust { padding: 48px 0; background: var(--bg); text-align: center; }
.trust-label { font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: var(--text-light); margin-bottom: 20px; font-weight: 600; }
.trust-logos { display: flex; align-items: center; justify-content: center; gap: 24px; }
.trust-shopify { height: 32px; opacity: .5; }
.trust-divider { font-size: 20px; color: #bbb; font-weight: 300; }

/* SECTION SHARED */
.section-title { font-size: clamp(32px, 4vw, 48px); font-weight: 800; text-align: center; letter-spacing: -.02em; margin-bottom: 16px; }
.section-sub { text-align: center; color: var(--text-light); font-size: 17px; max-width: 560px; margin: 0 auto 48px; line-height: 1.6; }

/* FEATURES */
.features { padding: 100px 0; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.f-card { background: var(--bg); border-radius: var(--radius); padding: 32px; transition: transform .3s, box-shadow .3s; }
.f-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,.06); }
.f-icon { font-size: 32px; margin-bottom: 16px; }
.f-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.f-card p { font-size: 14px; color: var(--text-light); line-height: 1.6; }

/* HOW IT WORKS */
.how { padding: 100px 0; background: var(--bg); }
.steps { display: flex; align-items: flex-start; justify-content: center; gap: 0; max-width: 900px; margin: 0 auto; }
.step { text-align: center; flex: 1; padding: 0 24px; }
.step-num { width: 56px; height: 56px; background: var(--green); color: var(--white); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 800; margin-bottom: 20px; }
.step h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.step p { font-size: 14px; color: var(--text-light); line-height: 1.6; }
.step-line { width: 60px; height: 2px; background: #ddd; margin-top: 28px; flex-shrink: 0; }

/* PRICING */
.pricing { padding: 100px 0; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 960px; margin: 0 auto; }
.p-card { background: var(--white); border: 1.5px solid #eee; border-radius: var(--radius); padding: 36px 28px; text-align: center; position: relative; transition: transform .3s; }
.p-card:hover { transform: translateY(-4px); }
.p-card--pop { border-color: var(--green); box-shadow: 0 8px 32px rgba(67,179,105,.15); transform: scale(1.04); }
.p-card--pop:hover { transform: scale(1.04) translateY(-4px); }
.p-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--green); color: var(--white); padding: 4px 16px; border-radius: 12px; font-size: 12px; font-weight: 700; white-space: nowrap; }
.p-card h3 { font-size: 22px; font-weight: 800; margin-bottom: 8px; }
.p-price { font-size: 40px; font-weight: 900; margin-bottom: 24px; }
.p-price span { font-size: 16px; font-weight: 500; color: var(--text-light); }
.p-card ul { list-style: none; text-align: left; margin-bottom: 28px; }
.p-card li { padding: 8px 0; font-size: 14px; color: var(--text-light); border-bottom: 1px solid #f4f4f4; }
.p-card li::before { content: '✓'; color: var(--green); font-weight: 700; margin-right: 8px; }

/* STATS */
.stats { padding: 80px 0; background: linear-gradient(135deg, var(--dark) 0%, #0f2818 100%); color: var(--white); }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; text-align: center; }
.stat-num { font-size: clamp(40px, 5vw, 64px); font-weight: 900; }
.stat-suffix { font-size: clamp(24px, 3vw, 36px); font-weight: 700; }
.stat p { font-size: 15px; color: rgba(255,255,255,.6); margin-top: 8px; }

/* CTA SECTION */
.cta-section { padding: 120px 0; background: var(--dark); text-align: center; }
.cta-inner h2 { font-size: clamp(32px, 4vw, 52px); font-weight: 900; color: var(--white); margin-bottom: 16px; letter-spacing: -.02em; }
.cta-inner p { font-size: 18px; color: rgba(255,255,255,.5); margin-bottom: 36px; }

/* FOOTER */
.footer { padding: 48px 0; background: var(--dark2); color: rgba(255,255,255,.4); }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center; }
.footer-brand .footer-logo-img { height: 44px !important; width: auto !important; max-width: none !important; object-fit: contain; margin-bottom: 4px; }
.footer-brand p { font-size: 13px; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { color: rgba(255,255,255,.4); text-decoration: none; font-size: 13px; transition: color .2s; }
.footer-links a:hover { color: var(--white); }
.footer-copy { font-size: 12px; }

/* MOBILE */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-burger { display: block; }
  .nav-actions .btn { display: none; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-ctas { justify-content: center; }
  .hero-visual { min-height: 300px; }
  .phone-mock { width: 220px; }
  .hero-icon-float img { width: 140px; }
  .features-grid { grid-template-columns: 1fr; }
  .steps { flex-direction: column; gap: 24px; }
  .step-line { width: 2px; height: 32px; margin: 0 auto; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 400px; }
  .p-card--pop { transform: none; }
  .p-card--pop:hover { transform: translateY(-4px); }
  .stats-grid { grid-template-columns: 1fr; gap: 40px; }
  .trust-logos { flex-wrap: wrap; }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
}
