/* Western Bid Landing Pages — Shared Styles */
/* Color palette extracted from westernbid.com/ru/paypal */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* WB Brand palette */
  --primary: #274b4e;
  --primary-dark: #1e3f42;
  --primary-light: #e8efef;
  --primary-hover: rgba(40, 78, 81, .05);
  --dark: #1e3f42;
  --dark-2: #17332f;
  --gray: #5a7a7d;
  --gray-light: #eff3f3;
  --gray-border: rgba(30, 63, 66, .1);
  --white: #ffffff;
  --green: #2a8c5a;
  --accent: #3d8b8b;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 4px 6px -1px rgba(30,63,66,.07), 0 2px 4px -2px rgba(30,63,66,.05);
  --shadow-lg: 0 20px 40px -12px rgba(30,63,66,.15);
  --transition: .25s ease;
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', -apple-system, sans-serif; color: var(--dark); line-height: 1.6; background: var(--white); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--accent); }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ── HEADER ─────────────────────────── */
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(255,255,255,.95); backdrop-filter: blur(12px); border-bottom: 1px solid var(--gray-border); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { display: flex; align-items: center; gap: 10px; }
.logo img { height: 36px; }
.logo-text { font-size: 20px; font-weight: 700; color: var(--dark); }
.header-cta { display: flex; align-items: center; gap: 12px; }
.header-cta .btn-login { padding: 10px 20px; border-radius: 8px; font-weight: 500; color: var(--dark); border: 1px solid var(--gray-border); background: var(--white); font-size: 14px; transition: var(--transition); }
.header-cta .btn-login:hover { border-color: var(--primary); color: var(--primary); background: var(--primary-hover); }
.header .btn-primary { background: var(--primary); color: var(--white); }
.header .btn-primary:hover { background: var(--primary-dark); color: var(--white); }

/* ── BUTTONS ────────────────────────── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 16px 32px; border-radius: var(--radius-sm); font-weight: 600; font-size: 16px; border: none; cursor: pointer; transition: var(--transition); text-decoration: none; }
.btn-primary { background: var(--white); color: var(--primary); box-shadow: 0 4px 14px rgba(0,0,0,.15); font-weight: 700; }
.btn-primary:hover { background: var(--gray-light); color: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,.2); }
.btn-outline { background: transparent; color: var(--primary); border: 2px solid var(--primary); }
.btn-outline:hover { background: var(--primary); color: var(--white); }
.btn-white { background: var(--white); color: var(--primary); }
.btn-white:hover { background: var(--gray-light); color: var(--primary-dark); }
.btn-lg { padding: 20px 40px; font-size: 18px; border-radius: var(--radius); }

/* ── HERO ───────────────────────────── */
.hero { padding: 120px 0 80px; background: linear-gradient(135deg, #142e30 0%, #1e3f42 40%, #274b4e 70%, #2d5a5e 100%); color: var(--white); position: relative; overflow: hidden; }
.hero::after { content: ''; position: absolute; top: -50%; right: -20%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(61,139,139,.15) 0%, transparent 70%); border-radius: 50%; }
.hero::before { content: ''; position: absolute; bottom: -30%; left: -10%; width: 400px; height: 400px; background: radial-gradient(circle, rgba(42,140,90,.1) 0%, transparent 70%); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.hero h1 { font-size: 44px; font-weight: 800; line-height: 1.15; margin-bottom: 20px; }
.hero h1 span { color: #7ecaca; }
.hero-subtitle { font-size: 20px; color: rgba(255,255,255,.8); margin-bottom: 16px; line-height: 1.5; }
.hero-trust-line { font-size: 14px; color: rgba(255,255,255,.45); margin-bottom: 32px; }
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-image { text-align: center; }
.hero-image img { max-height: 400px; border-radius: var(--radius); filter: drop-shadow(0 20px 40px rgba(0,0,0,.3)); }

/* ── TRUST BAR ──────────────────────── */
.trust-bar { background: var(--white); border-bottom: 1px solid var(--gray-border); padding: 28px 0; }
.trust-items { display: flex; justify-content: center; align-items: center; gap: 48px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--gray); font-weight: 500; }
.trust-item svg { flex-shrink: 0; }
.trust-item strong { color: var(--dark); }

/* ── PARTNERS LOGOS ──────────────────── */
.partners-bar { background: var(--white); padding: 48px 0; border-bottom: 1px solid var(--gray-border); }
.partners-bar .partners-title { font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: var(--gray); text-align: center; margin-bottom: 28px; }
.partners-marquee { overflow: hidden; width: 100%; }
.partners-track { display: flex; width: max-content; animation: marquee 30s linear infinite; }
.partners-track img { height: 48px; width: auto; filter: grayscale(1) opacity(.5); flex-shrink: 0; margin-right: 0; }
.partners-marquee:hover .partners-track { animation-play-state: paused; }
.partners-marquee:hover .partners-track img { filter: grayscale(0) opacity(.8); }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ── SECTION BASE ───────────────────── */
section { padding: 80px 0; }
.section-gray { background: var(--gray-light); }
.section-dark { background: var(--dark); color: var(--white); }
.section-brand { background: linear-gradient(135deg, #1e3f42 0%, #274b4e 50%, #2d5a5e 100%); color: var(--white); }
.section-title { font-size: 36px; font-weight: 800; text-align: center; margin-bottom: 16px; line-height: 1.2; }
.section-subtitle { font-size: 18px; color: var(--gray); text-align: center; max-width: 640px; margin: 0 auto 48px; }
.section-dark .section-subtitle,
.section-brand .section-subtitle { color: rgba(255,255,255,.6); }

/* ── PROBLEM → SOLUTION ─────────────── */
.problems-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.problem-card { background: var(--white); border-radius: var(--radius); padding: 32px; border: 1px solid var(--gray-border); transition: var(--transition); position: relative; overflow: hidden; }
.problem-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--primary); }
.problem-card .icon { width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.problem-card .icon-red { background: #fef2f2; color: #c53030; }
.problem-card .icon-green { background: #edf7f0; color: var(--green); }
.problem-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
.problem-label.red { color: #c53030; }
.problem-label.green { color: var(--green); }
.problem-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; line-height: 1.3; }
.problem-card p { color: var(--gray); font-size: 15px; line-height: 1.6; }

/* ── STEPS ──────────────────────────── */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.step-card { position: relative; background: var(--white); border-radius: var(--radius); padding: 32px 24px; text-align: center; border: 1px solid var(--gray-border); transition: var(--transition); }
.step-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.step-number { width: 48px; height: 48px; border-radius: 50%; background: var(--primary); color: var(--white); font-size: 20px; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.step-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 10px; }
.step-card p { font-size: 14px; color: var(--gray); line-height: 1.5; }
.step-arrow { position: absolute; right: -18px; top: 50%; transform: translateY(-50%); color: var(--primary); z-index: 2; }

/* ── MARKETPLACES ───────────────────── */
.marketplace-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.marketplace-card { background: var(--white); border-radius: var(--radius); padding: 32px 24px; text-align: center; border: 1px solid var(--gray-border); transition: var(--transition); }
.marketplace-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.marketplace-card .mp-icon { width: 64px; height: 64px; border-radius: 16px; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 28px; font-weight: 800; }
.mp-shopify { background: #edf7f0; color: var(--green); }
.mp-facebook { background: #edf2f7; color: #3b6ea5; }
.mp-wordpress { background: #f3eef8; color: #6b4d8a; }
.mp-other { background: #fdf3eb; color: #c76b2a; }
.marketplace-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.marketplace-card p { font-size: 14px; color: var(--gray); line-height: 1.5; }

/* ── PRICING ────────────────────────── */
.pricing-highlight { max-width: 680px; margin: 0 auto; background: var(--white); border-radius: var(--radius); padding: 48px; border: 2px solid var(--primary); box-shadow: var(--shadow-lg); text-align: center; }
.pricing-highlight .price-big { font-size: 72px; font-weight: 800; color: var(--primary); line-height: 1; }
.pricing-highlight .price-big span { font-size: 32px; }
.pricing-highlight .price-desc { font-size: 18px; color: var(--gray); margin: 12px 0 32px; }
.payout-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; text-align: left; margin-top: 32px; }
.payout-item { display: flex; align-items: center; gap: 12px; padding: 16px; background: var(--gray-light); border-radius: var(--radius-sm); }
.payout-item svg { flex-shrink: 0; color: var(--green); }
.payout-item span { font-size: 15px; font-weight: 500; }

/* ── LOCAL BANKS ─────────────────────── */
.local-banks { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--gray-border); text-align: center; }
.local-banks .banks-title { font-size: 15px; font-weight: 600; color: var(--dark); margin-bottom: 14px; }
.local-banks .banks-list { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 16px; margin-bottom: 10px; }
.local-banks .banks-list span { font-size: 14px; font-weight: 500; color: var(--gray); }
.local-banks .banks-list span::before { content: ''; display: inline-block; width: 6px; height: 6px; background: var(--gray); border-radius: 50%; margin-right: 8px; vertical-align: middle; opacity: .4; }
.local-banks .banks-more { font-size: 13px; color: var(--gray); font-style: italic; opacity: .7; }

/* ── FAQ ─────────────────────────────── */
.faq-list { max-width: 780px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--gray-border); }
.faq-question { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 24px 0; background: none; border: none; cursor: pointer; font-size: 17px; font-weight: 600; text-align: left; color: var(--dark); font-family: inherit; transition: var(--transition); }
.faq-question:hover { color: var(--accent); }
.faq-question svg { flex-shrink: 0; transition: var(--transition); }
.faq-item.active .faq-question svg { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-answer-inner { padding: 0 0 24px; font-size: 15px; color: var(--gray); line-height: 1.7; }

/* ── CTA SECTION ────────────────────── */
.cta-section { text-align: center; }
.cta-section h2 { font-size: 36px; font-weight: 800; margin-bottom: 16px; }
.cta-section .cta-sub { font-size: 18px; color: rgba(255,255,255,.7); margin-bottom: 32px; }
.cta-buttons { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

/* ── FOOTER ─────────────────────────── */
.footer { background: var(--dark); color: rgba(255,255,255,.6); padding: 60px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer-brand p { font-size: 14px; line-height: 1.7; margin-top: 16px; }
.footer h4 { color: var(--white); font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
.footer ul { list-style: none; }
.footer ul li { margin-bottom: 10px; }
.footer ul a { color: rgba(255,255,255,.6); font-size: 14px; }
.footer ul a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; font-size: 13px; }
.footer-socials { display: flex; gap: 16px; }
.footer-socials a { color: rgba(255,255,255,.5); }
.footer-socials a:hover { color: var(--white); }
.footer-badges { display: flex; align-items: center; gap: 20px; margin-top: 24px; }
.footer-badges img { height: 48px; opacity: .7; transition: var(--transition); }
.footer-badges img:hover { opacity: 1; }
.footer-logo { display: flex; align-items: center; gap: 10px; }
.footer-logo img { height: 28px; filter: brightness(0) invert(1); }
.footer-logo span { color: var(--white); font-weight: 700; font-size: 18px; }

/* ── RESPONSIVE ─────────────────────── */
@media (max-width: 1024px) {
  .hero h1 { font-size: 36px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-image { display: none; }
  .problems-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .step-arrow { display: none; }
  .marketplace-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .hero { padding: 100px 0 60px; }
  .hero h1 { font-size: 28px; }
  .hero-subtitle { font-size: 16px; }
  .section-title { font-size: 28px; }
  .btn-lg { padding: 16px 28px; font-size: 16px; }
  .steps-grid { grid-template-columns: 1fr; }
  .marketplace-grid { grid-template-columns: 1fr; }
  .pricing-highlight { padding: 32px 20px; }
  .pricing-highlight .price-big { font-size: 56px; }
  .payout-methods { grid-template-columns: 1fr; }
  .trust-items { gap: 24px; }
  .header-cta .btn-login { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-buttons { flex-direction: column; }
}
