/* SMS Onay — Pulse (original)
   Signal coral × porcelain × ink. Not Metro. */

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,500;12..96,700;12..96,800&family=IBM+Plex+Sans:wght@400;500;600;700&display=swap');

:root {
  --p-ink: #090c10;
  --p-ink-2: #171c24;
  --p-paper: #e9eef2;
  --p-white: #f7f9fb;
  --p-signal: #e84e1b;
  --p-signal-deep: #c53d12;
  --p-foam: #2fbf8a;
  --p-muted: #5a6673;
  --p-line: rgba(9, 12, 16, 0.12);
  --p-display: "Bricolage Grotesque", system-ui, sans-serif;
  --p-body: "IBM Plex Sans", system-ui, sans-serif;
  --p-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body[data-theme="light"] {
  margin: 0 !important;
  font-family: var(--p-body) !important;
  color: var(--p-ink) !important;
  background: var(--p-paper) !important;
  -webkit-font-smoothing: antialiased;
}

body[data-theme="light"] .site-wrapper {
  overflow: hidden;
  background: var(--p-paper) !important;
}

/* Kill leftover Metro / main.css chrome on public pages */
body[data-theme="light"] .hero-area-l1,
body[data-theme="light"] .feature-area-l1,
body[data-theme="light"] .content-are-l1-1,
body[data-theme="light"] .content-area-2-l1,
body[data-theme="light"] .testimonial-area-l1,
body[data-theme="light"] .footer-area:not(.px-footer) {
  display: none !important;
}

/* ========== HEADER ========== */
.site-header.so-header,
body[data-theme="light"] .site-header.landing-1-menu {
  position: absolute !important;
  top: 0; left: 0; right: 0;
  z-index: 40;
  padding: 1.25rem 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.so-header .container-so {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.so-header .site-navbar {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}

.so-brand {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  text-decoration: none !important;
  color: var(--p-ink) !important;
}

.so-brand img { display: none !important; }

.so-brand-name {
  font-family: var(--p-display);
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: -0.04em;
  color: var(--p-ink) !important;
  display: inline !important;
}

.so-brand-name::after {
  content: ".";
  color: var(--p-signal);
}

.so-header .site-menu-main,
.so-header .so-nav {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.15rem;
  align-items: center;
}

.so-header .nav-link-item {
  font-family: var(--p-body) !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  color: var(--p-ink) !important;
  opacity: 0.72;
  text-decoration: none !important;
  padding: 0.5rem 0.75rem !important;
  background: none !important;
}

.so-header .nav-link-item:hover { opacity: 1; color: var(--p-signal) !important; }

.so-header-actions {
  display: none;
  align-items: center;
  gap: 0.5rem;
}

.px-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--p-body);
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none !important;
  border: 1.5px solid transparent;
  border-radius: 4px;
  padding: 0.72rem 1.15rem;
  cursor: pointer;
  transition: transform 0.35s var(--p-ease), background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.px-btn:hover { transform: translateY(-2px); }

.px-btn-ink {
  background: var(--p-ink);
  color: var(--p-white) !important;
}
.px-btn-ink:hover { background: var(--p-ink-2); color: #fff !important; }

.px-btn-signal {
  background: var(--p-signal);
  color: #fff !important;
}
.px-btn-signal:hover { background: var(--p-signal-deep); color: #fff !important; }

.px-btn-line {
  background: transparent;
  border-color: var(--p-ink);
  color: var(--p-ink) !important;
}
.px-btn-line:hover { background: var(--p-ink); color: #fff !important; }

.px-btn-ghost-light {
  background: transparent;
  border-color: rgba(247, 249, 251, 0.45);
  color: #fff !important;
}

.so-mobile-trigger,
.mobile-menu-trigger {
  width: 42px;
  height: 42px;
  border: 1.5px solid var(--p-ink);
  border-radius: 4px;
  background: transparent;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.so-mobile-trigger span,
.mobile-menu-trigger span {
  width: 16px;
  height: 2px;
  background: var(--p-ink);
  position: relative;
  display: block;
}
.so-mobile-trigger span::before,
.so-mobile-trigger span::after,
.mobile-menu-trigger span::before,
.mobile-menu-trigger span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 2px;
  background: var(--p-ink);
}
.so-mobile-trigger span::before,
.mobile-menu-trigger span::before { top: -5px; }
.so-mobile-trigger span::after,
.mobile-menu-trigger span::after { top: 5px; }

/* ========== HERO ========== */
.px-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: 6.5rem 0 4rem;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(233, 238, 242, 0.15) 0%, rgba(233, 238, 242, 0.92) 78%, var(--p-paper) 100%),
    repeating-linear-gradient(
      -12deg,
      transparent,
      transparent 48px,
      rgba(9, 12, 16, 0.035) 48px,
      rgba(9, 12, 16, 0.035) 49px
    ),
    radial-gradient(ellipse 70% 55% at 85% 20%, rgba(232, 78, 27, 0.22), transparent 60%),
    radial-gradient(ellipse 50% 45% at 10% 70%, rgba(47, 191, 138, 0.18), transparent 55%),
    linear-gradient(145deg, #dfe8ee 0%, #e9eef2 45%, #d5e0e8 100%);
}

.px-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(9, 12, 16, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 12, 16, 0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 70% 60% at 70% 35%, #000 20%, transparent 75%);
  animation: pxGridDrift 18s linear infinite;
  pointer-events: none;
}

@keyframes pxGridDrift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-56px, -56px, 0); }
}

.px-hero-orb {
  position: absolute;
  width: min(52vw, 520px);
  aspect-ratio: 1;
  right: max(-4%, calc(50% - 620px));
  top: 12%;
  border-radius: 40% 60% 55% 45%;
  background:
    conic-gradient(from 120deg, rgba(232, 78, 27, 0.55), rgba(47, 191, 138, 0.35), rgba(232, 78, 27, 0.2), rgba(47, 191, 138, 0.45));
  filter: blur(2px);
  opacity: 0.85;
  animation: pxMorph 9s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes pxMorph {
  from { border-radius: 40% 60% 55% 45%; transform: rotate(0deg) scale(1); }
  to { border-radius: 58% 42% 48% 52%; transform: rotate(18deg) scale(1.06); }
}

.px-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.px-kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--p-signal);
  margin-bottom: 1rem;
  animation: pxIn 0.7s var(--p-ease) both;
}

.px-brand-mark {
  font-family: var(--p-display);
  font-weight: 800;
  font-size: clamp(3.4rem, 12vw, 7.5rem);
  line-height: 0.88;
  letter-spacing: -0.055em;
  margin: 0 0 1.35rem;
  color: var(--p-ink);
  max-width: 11ch;
  animation: pxIn 0.8s var(--p-ease) 0.06s both;
}

.px-brand-mark em {
  font-style: normal;
  color: var(--p-signal);
}

.px-hero h1 {
  font-family: var(--p-body) !important;
  font-size: clamp(1.05rem, 2vw, 1.3rem) !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  max-width: 28rem;
  margin: 0 0 0.75rem !important;
  color: var(--p-ink) !important;
  animation: pxIn 0.8s var(--p-ease) 0.14s both;
}

.px-lead {
  max-width: 26rem;
  margin: 0 0 1.75rem;
  color: var(--p-muted);
  font-size: 1rem;
  line-height: 1.6;
  animation: pxIn 0.8s var(--p-ease) 0.2s both;
}

.px-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  animation: pxIn 0.8s var(--p-ease) 0.28s both;
}

@keyframes pxIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ========== SECTIONS ========== */
.px-wrap {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.px-section {
  padding: 4.75rem 0;
}

.px-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--p-signal);
  margin-bottom: 0.85rem;
}

.px-section h2 {
  font-family: var(--p-display) !important;
  font-weight: 800 !important;
  font-size: clamp(1.9rem, 4vw, 3rem) !important;
  letter-spacing: -0.04em;
  line-height: 1.05 !important;
  margin: 0 0 0.85rem !important;
  color: var(--p-ink) !important;
  max-width: 16ch;
}

.px-section-copy {
  max-width: 34rem;
  color: var(--p-muted);
  line-height: 1.65;
  margin: 0 0 2.25rem;
}

.px-rail {
  display: grid;
  gap: 0;
  border-top: 1.5px solid var(--p-ink);
}

.px-rail article {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 1rem;
  padding: 1.5rem 0;
  border-bottom: 1.5px solid var(--p-line);
}

.px-rail .num {
  font-family: var(--p-display);
  font-weight: 800;
  font-size: 1.6rem;
  color: var(--p-signal);
  letter-spacing: -0.04em;
}

.px-rail h3 {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.px-rail p {
  margin: 0;
  color: var(--p-muted);
  line-height: 1.55;
  font-size: 0.98rem;
}

.px-band {
  background: var(--p-ink);
  color: var(--p-white);
  padding: 4.5rem 0;
  position: relative;
  overflow: hidden;
}

.px-band::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -80px;
  top: -120px;
  background: radial-gradient(circle, rgba(232, 78, 27, 0.45), transparent 70%);
  animation: pxMorph 10s ease-in-out infinite alternate;
}

.px-band .px-wrap { position: relative; z-index: 1; }

.px-band h2 {
  color: #fff !important;
  max-width: 14ch;
}

.px-band .px-section-copy { color: rgba(247, 249, 251, 0.68); }

.px-steps {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.px-steps li {
  list-style: none;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 0;
  border-top: 1px solid rgba(247, 249, 251, 0.12);
}

.px-steps strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 0.2rem;
}

.px-steps span { color: rgba(247, 249, 251, 0.62); font-size: 0.95rem; line-height: 1.5; }

.px-faq {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1.5px solid var(--p-ink);
}

.px-faq li {
  padding: 1.35rem 0;
  border-bottom: 1.5px solid var(--p-line);
}

.px-faq h4 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.px-faq p {
  margin: 0;
  color: var(--p-muted);
  line-height: 1.55;
}

.px-finale {
  padding: 4rem 0 5rem;
}

.px-finale-box {
  border: 1.5px solid var(--p-ink);
  padding: clamp(1.75rem, 4vw, 3rem);
  background:
    linear-gradient(135deg, rgba(232, 78, 27, 0.08), transparent 40%),
    var(--p-white);
  display: grid;
  gap: 1.25rem;
}

.px-finale-box h2 {
  font-family: var(--p-display);
  font-weight: 800;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  letter-spacing: -0.04em;
  margin: 0;
  max-width: 14ch;
  line-height: 1.05;
}

.px-finale-box p {
  margin: 0;
  color: var(--p-muted);
  max-width: 32rem;
  line-height: 1.55;
}

/* ========== FOOTER ========== */
.px-footer {
  background: var(--p-ink-2);
  color: rgba(247, 249, 251, 0.65);
  padding: 3.25rem 0 1.75rem;
}

.px-footer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.px-footer h6 {
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.px-footer ul { list-style: none; margin: 0; padding: 0; }
.px-footer a {
  color: rgba(247, 249, 251, 0.62);
  text-decoration: none;
  font-size: 0.92rem;
  line-height: 1.9;
}
.px-footer a:hover { color: var(--p-signal); }

.px-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.25rem;
  font-size: 0.85rem;
}

@media (min-width: 900px) {
  .so-header .site-menu-main,
  .so-header .so-nav,
  .so-header-actions { display: flex !important; }
  .so-mobile-trigger,
  .mobile-menu-trigger { display: none !important; }
  .px-rail { grid-template-columns: repeat(3, 1fr); border-top: 0; }
  .px-rail article {
    grid-template-columns: 1fr;
    border-bottom: 0;
    border-top: 1.5px solid var(--p-ink);
    padding: 1.5rem 1.25rem 0 0;
  }
  .px-steps { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
  .px-steps li { border-top: 1.5px solid rgba(247, 249, 251, 0.14); }
  .px-footer-grid { grid-template-columns: repeat(4, 1fr); }
  .px-finale-box {
    grid-template-columns: 1.4fr auto;
    align-items: end;
  }
}

@media (prefers-reduced-motion: reduce) {
  .px-hero-grid, .px-hero-orb, .px-brand-mark, .px-kicker, .px-hero h1, .px-lead, .px-cta-row, .px-band::before {
    animation: none !important;
  }
}
