﻿/*
Theme Name: Payou Landing Pro
Theme URI: https://payouexchange.com/
Author: Payou Exchange
Description: Static Payou Exchange landing page with no account, login, store, or backend dependencies.
Version: 1.0.2
Text Domain: payou-landing-pro
*/
:root {
  --payou-ink: #07111f;
  --payou-panel: #101b2d;
  --payou-panel-2: #18263d;
  --payou-line: rgba(255, 255, 255, 0.12);
  --payou-text: #f4f6fb;
  --payou-muted: #a8b3c3;
  --payou-yellow: #fcd535;
  --payou-yellow-2: #f0b90b;
  --payou-green: #1fc77e;
  --payou-blue: #21b8f3;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.payou-static-home {
  min-height: 100vh;
  margin: 0;
  background: #f4f6f8;
  color: #1d2735;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body.payou-static-home a {
  color: inherit;
  text-decoration: none;
}

body.payou-static-home img {
  max-width: 100%;
}

.payou-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 104px;
  padding: 16px clamp(18px, 5vw, 94px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 17, 31, 0.96);
  backdrop-filter: blur(18px);
}

.payou-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 190px;
}

.payou-brand img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.28));
}

.payou-brand span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.payou-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.2vw, 32px);
  color: rgba(244, 246, 251, 0.82);
  font-size: 0.95rem;
  font-weight: 850;
}

.payou-nav a {
  transition: color 160ms ease;
}

.payou-nav a:hover {
  color: var(--payou-yellow);
}

.payou-nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--payou-line);
  border-radius: 8px;
  background: #101b2d;
  cursor: pointer;
}

.payou-nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--payou-text);
}

.payou-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 0.75fr);
  gap: clamp(22px, 6vw, 78px);
  align-items: center;
  min-height: 610px;
  padding: clamp(54px, 7vw, 92px) clamp(18px, 5vw, 94px);
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(7, 17, 31, 0.98) 0%, rgba(13, 33, 63, 0.96) 50%, rgba(6, 76, 88, 0.92) 100%),
    var(--payou-ink);
  color: var(--payou-text);
}

.payou-hero::after {
  position: absolute;
  right: -8%;
  bottom: -26%;
  width: 58%;
  height: 82%;
  background: rgba(22, 187, 210, 0.24);
  clip-path: polygon(24% 0, 100% 14%, 100% 100%, 0 100%);
  content: "";
}

.payou-hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 82px 82px;
}

.payou-hero-content,
.payou-console {
  position: relative;
  z-index: 1;
}

.payou-eyebrow,
.payou-section-label {
  margin: 0 0 12px;
  color: #8bd3e6;
  font-size: 0.83rem;
  font-weight: 950;
  text-transform: uppercase;
}

.payou-hero h1 {
  max-width: 840px;
  margin: 0 0 22px;
  font-size: clamp(2.45rem, 5vw, 4.85rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.payou-hero-copy {
  max-width: 760px;
  margin: 0 0 34px;
  color: rgba(244, 246, 251, 0.75);
  font-size: clamp(1.04rem, 1.55vw, 1.28rem);
  line-height: 1.55;
  font-weight: 700;
}

.payou-hero-actions,
.payou-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.payou-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  font-weight: 950;
  line-height: 1;
}

.payou-button.primary {
  border-color: var(--payou-yellow);
  background: var(--payou-yellow);
  color: #151a21;
}

.payou-button.secondary {
  background: rgba(255, 255, 255, 0.08);
  color: var(--payou-text);
}

.payou-button.secondary.dark {
  border-color: #334155;
  background: #172235;
}

.payou-journey-row,
.payou-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.payou-journey-row span,
.payou-proof-row span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(244, 246, 251, 0.86);
  font-weight: 850;
}

.payou-journey-row span::after {
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.35);
  content: ">";
}

.payou-journey-row span:last-child::after {
  content: "";
}

.payou-console {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.payou-console-top,
.payou-panel-header,
.payou-flow-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.payou-console-top {
  margin-bottom: 14px;
  color: rgba(244, 246, 251, 0.76);
  font-weight: 900;
}

.payou-console-top strong {
  color: var(--payou-green);
}

.payou-balance-card,
.payou-route-list div {
  border-radius: 8px;
  background: rgba(16, 27, 45, 0.82);
}

.payou-balance-card {
  padding: 20px;
  margin-bottom: 14px;
}

.payou-balance-card span {
  color: rgba(244, 246, 251, 0.66);
  font-weight: 850;
}

.payou-balance-card strong {
  display: block;
  margin: 8px 0;
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.payou-balance-card p,
.payou-route-list small {
  color: rgba(244, 246, 251, 0.64);
}

.payou-route-list {
  display: grid;
  gap: 12px;
}

.payou-route-list div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 16px;
}

.payou-route-list p {
  display: grid;
  gap: 2px;
  margin: 0;
}

.payou-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.payou-dot.green { background: var(--payou-green); }
.payou-dot.blue { background: #2ad4ff; }
.payou-dot.amber { background: #ffb43b; }

.payou-mini-chart {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  align-items: end;
  height: 96px;
  margin-top: 18px;
}

.payou-mini-chart span {
  min-height: 24px;
  border-radius: 7px 7px 0 0;
  background: linear-gradient(180deg, #27d4ee, #176cff);
}

.payou-mini-chart span:nth-child(2) { height: 46px; }
.payou-mini-chart span:nth-child(3) { height: 34px; }
.payou-mini-chart span:nth-child(4) { height: 62px; }
.payou-mini-chart span:nth-child(5) { height: 44px; }
.payou-mini-chart span:nth-child(6) { height: 58px; }

.payou-partner-strip {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  border-bottom: 1px solid #dce3ed;
  background: #ffffff;
}

.payou-partner-strip span {
  display: grid;
  place-items: center;
  min-height: 72px;
  padding: 10px;
  border-right: 1px solid #dce3ed;
  color: #334155;
  font-weight: 950;
}

.payou-section,
.payou-process,
.payou-security-band,
.payou-coverage,
.payou-contact,
.payou-review-band {
  padding: clamp(58px, 7vw, 96px) clamp(18px, 5vw, 94px);
}

.payou-section h2,
.payou-process h2,
.payou-security-band h2,
.payou-coverage h2,
.payou-contact h2,
.payou-review-band h2 {
  margin: 0;
  color: #101827;
  font-size: clamp(2rem, 4vw, 3.65rem);
  line-height: 1.04;
}

.payou-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
  gap: 44px;
  align-items: start;
}

.payou-intro > p,
.payou-coverage-copy p,
.payou-contact-copy p,
.payou-trust-content p,
.payou-review-band p,
.payou-solution-card p,
.payou-process-grid p,
.payou-security-grid p,
.payou-faq-list p {
  color: #657386;
  font-size: 1rem;
  line-height: 1.7;
}

.payou-section-heading {
  max-width: 880px;
  margin-bottom: 28px;
}

.payou-process {
  background: #ffffff;
}

.payou-process-grid,
.payou-security-grid,
.payou-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.payou-process-grid article,
.payou-security-grid article,
.payou-trust-grid article,
.payou-solution-card,
.payou-coverage-panel,
.payou-contact-form,
.payou-faq-list details {
  border: 1px solid #dce3ed;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(7, 17, 31, 0.06);
}

.payou-process-grid article,
.payou-security-grid article,
.payou-trust-grid article,
.payou-solution-card {
  padding: 24px;
}

.payou-process-grid span,
.payou-solution-card span,
.payou-security-grid span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: #fff7cf;
  color: #9d7100;
  font-weight: 950;
}

.payou-process-grid h3,
.payou-solution-card h3,
.payou-security-grid h3,
.payou-trust-grid h3 {
  margin: 0 0 10px;
  color: #101827;
  font-size: 1.25rem;
}

.payou-solution-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.payou-solution-card.highlight {
  background: #101b2d;
}

.payou-solution-card.highlight h3,
.payou-solution-card.highlight p {
  color: #ffffff;
}

.payou-solution-card a {
  color: #0f63ff;
  font-weight: 950;
}

.payou-solution-card.highlight a {
  color: var(--payou-yellow);
}

.payou-security-band,
.payou-coverage {
  background: #101b2d;
  color: var(--payou-text);
}

.payou-security-band h2,
.payou-coverage h2 {
  color: var(--payou-text);
}

.payou-security-grid article,
.payou-coverage-panel {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.payou-security-grid h3,
.payou-security-grid p {
  color: var(--payou-text);
}

.payou-coverage {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  gap: 44px;
}

.payou-coverage-copy p {
  color: rgba(244, 246, 251, 0.68);
}

.payou-coverage-panel {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.payou-panel-header,
.payou-flow-row {
  padding: 14px;
  border-radius: 8px;
  background: rgba(16, 27, 45, 0.82);
}

.payou-flow-row span {
  color: rgba(244, 246, 251, 0.62);
}

.payou-trust {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 32px;
}

.payou-review-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  background: #eef4fb;
}

.payou-faq-list {
  display: grid;
  gap: 12px;
}

.payou-faq-list details {
  padding: 20px;
}

.payou-faq-list summary {
  cursor: pointer;
  color: #101827;
  font-weight: 950;
}

.payou-contact {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.64fr);
  gap: 34px;
  align-items: start;
  background: #ffffff;
}

.payou-contact-actions {
  margin-top: 24px;
}

.payou-contact-form {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.payou-contact-form label {
  display: grid;
  gap: 7px;
  color: #334155;
  font-weight: 900;
}

.payou-contact-form input,
.payou-contact-form select,
.payou-contact-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid #d2dbea;
  border-radius: 8px;
  background: #f8fafc;
  color: #101827;
  font: inherit;
}

.payou-form-note {
  min-height: 22px;
  margin: 0;
  color: #657386;
  font-weight: 800;
}

.payou-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(18px, 5vw, 94px);
  background: #07111f;
  color: rgba(244, 246, 251, 0.74);
}

.payou-footer p {
  margin: 0;
}

.payou-footer div {
  display: flex;
  gap: 18px;
  font-weight: 900;
}

.payou-floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 20px;
  z-index: 45;
  display: grid;
  gap: 5px;
  min-width: 188px;
  padding: 16px 20px;
  border-radius: 8px;
  background: #1fc77e;
  color: #ffffff;
  box-shadow: 0 18px 48px rgba(31, 199, 126, 0.3);
  font-weight: 950;
}

.payou-floating-whatsapp span {
  font-size: 0.86rem;
}

@media (max-width: 1180px) {
  .payou-hero {
    grid-template-columns: 1fr;
  }

  .payou-console {
    max-width: 760px;
  }

  .payou-solution-grid,
  .payou-partner-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .payou-header {
    min-height: 82px;
  }

  .payou-brand {
    width: 146px;
  }

  .payou-nav-toggle {
    display: block;
  }

  .payou-nav {
    position: fixed;
    top: 82px;
    right: 12px;
    left: 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--payou-line);
    border-radius: 8px;
    background: #101b2d;
  }

  .payou-nav.show {
    display: flex;
  }

  .payou-nav a {
    padding: 13px 12px;
  }

  .payou-hero {
    min-height: auto;
    padding-top: 44px;
  }

  .payou-hero h1 {
    font-size: clamp(2.05rem, 9.5vw, 3.35rem);
  }

  .payou-intro,
  .payou-coverage,
  .payou-trust,
  .payou-contact {
    grid-template-columns: 1fr;
  }

  .payou-process-grid,
  .payou-security-grid,
  .payou-trust-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .payou-header {
    padding: 12px 14px;
  }

  .payou-hero,
  .payou-section,
  .payou-process,
  .payou-security-band,
  .payou-coverage,
  .payou-contact,
  .payou-review-band {
    padding-right: 14px;
    padding-left: 14px;
  }

  .payou-hero-actions .payou-button,
  .payou-contact-actions .payou-button {
    width: 100%;
  }

  .payou-console,
  .payou-contact-form,
  .payou-coverage-panel {
    padding: 16px;
  }

  .payou-route-list div,
  .payou-flow-row {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .payou-partner-strip {
    grid-template-columns: 1fr 1fr;
  }

  .payou-floating-whatsapp {
    right: 10px;
    bottom: 10px;
    left: 10px;
    min-width: 0;
    text-align: center;
  }

  .payou-footer {
    display: grid;
    padding-bottom: 96px;
  }
}

