:root {
  --bg: #0F1026;
  --card: #171A3B;
  --card-soft: #1D2149;
  --text: #ECEBFF;
  --muted: rgba(236, 235, 255, 0.70);
  --muted-strong: rgba(236, 235, 255, 0.84);
  --stroke: rgba(44, 106, 163, 0.28);
  --stroke-strong: rgba(82, 224, 183, 0.42);
  --good: #52E0B7;
  --blue: #2C6AA3;
  --purple: #6B2B6C;
  --dark-blue: #1C1F4A;
  --danger: #FF5C7A;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  --gradient: linear-gradient(135deg, #1C1F4A 0%, #6B2B6C 48%, #2C6AA3 100%);
  --gradient-horizontal: linear-gradient(90deg, #1C1F4A 0%, #6B2B6C 50%, #2C6AA3 100%);
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: clip;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  width: 100%;
  min-height: 100vh;
  overflow-x: clip;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(44, 106, 163, 0.11), transparent 34%),
    var(--bg);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body,
button,
a,
input,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 104px 0;
}

.section--surface {
  background:
    linear-gradient(180deg, rgba(23, 26, 59, 0.72), rgba(15, 16, 38, 0.88)),
    var(--bg);
  border-top: 1px solid rgba(255, 255, 255, 0.035);
  border-bottom: 1px solid rgba(255, 255, 255, 0.035);
}

.page-glow {
  position: fixed;
  z-index: -1;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.14;
  pointer-events: none;
}

.page-glow--one {
  top: -210px;
  right: -160px;
  background: #2C6AA3;
}

.page-glow--two {
  bottom: -240px;
  left: -180px;
  background: #6B2B6C;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  background: rgba(15, 16, 38, 0.79);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.7px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  background: var(--gradient);
  box-shadow: 0 8px 18px rgba(44, 106, 163, 0.22);
}

.brand-mark--small {
  width: 38px;
  height: 38px;
  flex-basis: 38px;
  border-radius: 13px;
}

.brand-mark svg {
  width: 100%;
  height: 100%;
  display: block;
}

.main-nav,
.placeholder-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.main-nav > a,
.placeholder-nav > a {
  padding: 11px 13px;
  border-radius: 13px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  transition: 180ms ease;
}

.main-nav > a:hover,
.placeholder-nav > a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.055);
}

.main-nav .nav-link--primary {
  margin-left: 4px;
  padding-inline: 17px;
  color: #fff;
  background: var(--gradient-horizontal);
  box-shadow: 0 10px 28px rgba(44, 106, 163, 0.22);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--stroke);
  border-radius: 14px;
  background: var(--card);
  cursor: pointer;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
  transition: 180ms ease;
}

.hero {
  padding-top: 82px;
  min-height: calc(100vh - 78px);
  display: flex;
  align-items: center;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: 72px;
  align-items: center;
}

.hero-copy,
.hero-visual,
.step-card,
.feature-card,
.audience-card,
.security-copy,
.security-panel,
.cta-card > *,
.footer-grid > * {
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--good);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.eyebrow-dot,
.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--good);
  box-shadow: 0 0 0 5px rgba(82, 224, 183, 0.13);
}

.hero h1,
.section-heading h2,
.security-copy h2,
.cta-card h2,
.placeholder-card h1 {
  margin: 18px 0 0;
  font-size: clamp(42px, 6.1vw, 78px);
  line-height: 0.98;
  letter-spacing: -3.8px;
  font-weight: 900;
}

.gradient-text {
  display: block;
  color: transparent;
  background: linear-gradient(90deg, #ECEBFF 0%, #52E0B7 40%, #6FA8E7 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-description {
  max-width: 660px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
  font-weight: 550;
}

.hero-actions,
.cta-actions,
.placeholder-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border-radius: 16px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 900;
  transition: 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  color: #fff;
  background: var(--gradient-horizontal);
  box-shadow: 0 18px 36px rgba(44, 106, 163, 0.22);
}

.button--secondary {
  border-color: var(--stroke);
  color: var(--text);
  background: rgba(23, 26, 59, 0.75);
}

.hero-metrics {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hero-metrics > div {
  padding-left: 14px;
  border-left: 2px solid var(--stroke);
}

.hero-metrics strong,
.hero-metrics span {
  display: block;
}

.hero-metrics strong {
  color: var(--text);
  font-size: 15px;
  font-weight: 900;
}

.hero-metrics span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
  font-weight: 650;
}

.hero-visual {
  position: relative;
  min-height: 630px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-visual::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: var(--gradient);
  filter: blur(70px);
  opacity: 0.23;
}

.phone-shell {
  position: relative;
  z-index: 2;
  width: min(340px, 88vw);
  min-height: 615px;
  padding: 18px;
  border-radius: 42px;
  border: 1px solid rgba(236, 235, 255, 0.13);
  background:
    linear-gradient(180deg, rgba(28, 31, 74, 0.9), rgba(15, 16, 38, 0.98));
  box-shadow:
    0 45px 90px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transform: rotate(2.8deg);
}

.app-screen {
  position: relative;
  z-index: 2;
  width: min(324px, 80vw);
  margin: 0;
  padding: 9px;
  overflow: hidden;
  border: 1px solid rgba(236, 235, 255, 0.16);
  border-radius: 42px;
  background: #090A1B;
  box-shadow:
    0 45px 90px rgba(0, 0, 0, 0.52),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: rotate(2.2deg);
}

.app-screen img {
  width: 100%;
  height: auto;
  border-radius: 34px;
}

.app-screen-speaker {
  position: absolute;
  z-index: 3;
  top: 14px;
  left: 50%;
  width: 72px;
  height: 7px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.74);
  transform: translateX(-50%);
}

.phone-top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 42px;
  color: var(--text);
  font-size: 14px;
  font-weight: 900;
}

.phone-top .status-dot {
  justify-self: end;
  width: 7px;
  height: 7px;
}

.search-card,
.app-card {
  border: 1px solid var(--stroke);
  background: rgba(23, 26, 59, 0.88);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
}

.search-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px;
  border-radius: 18px;
}

.search-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: var(--gradient);
  font-size: 22px;
  font-weight: 900;
}

.search-card small,
.search-card strong {
  display: block;
}

.search-card small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
}

.search-card strong {
  margin-top: 3px;
  font-size: 11px;
  font-weight: 850;
}

.app-card {
  margin-top: 15px;
  padding: 15px;
  border-radius: 20px;
}

.app-card--featured {
  border-color: rgba(82, 224, 183, 0.42);
}

.app-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.app-logo {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #6B2B6C, #2C6AA3);
  font-weight: 900;
}

.app-logo--blue {
  background: linear-gradient(135deg, #1C1F4A, #2C6AA3);
}

.app-card-header > div:nth-child(2) {
  min-width: 0;
  flex: 1;
}

.app-card-header strong,
.app-card-header span {
  display: block;
}

.app-card-header strong {
  font-size: 12px;
  font-weight: 900;
}

.app-card-header span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
}

.people-pill,
.event-badge {
  padding: 6px 8px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
}

.people-pill {
  color: #fff;
  background: var(--gradient-horizontal);
}

.event-badge {
  color: #001c15;
  background: var(--good);
}

.app-card-content {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.mini-pill,
.emoji-grid span {
  border: 1px solid var(--stroke);
  background: rgba(15, 16, 38, 0.56);
}

.mini-pill {
  padding: 6px 8px;
  border-radius: 999px;
  color: var(--muted-strong);
  font-size: 9px;
  font-weight: 800;
}

.emoji-grid {
  margin-top: 13px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}

.emoji-grid span {
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 12px;
  font-size: 14px;
}

.emoji-grid b {
  color: var(--muted);
  font-size: 9px;
}

.event-line {
  height: 8px;
  margin-top: 14px;
  border-radius: 999px;
  background: rgba(236, 235, 255, 0.10);
}

.event-line--short {
  width: 62%;
  margin-top: 7px;
}

.floating-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 230px;
  padding: 13px 15px;
  border: 1px solid var(--stroke);
  border-radius: 17px;
  background: rgba(23, 26, 59, 0.88);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.floating-card--top {
  top: 80px;
  right: -12px;
}

.floating-card--bottom {
  bottom: 90px;
  left: -34px;
}

.floating-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #001c15;
  background: var(--good);
  font-weight: 900;
}

.floating-icon--fire {
  background: rgba(255, 92, 122, 0.18);
}

.floating-card strong,
.floating-card small {
  display: block;
}

.floating-card strong {
  font-size: 12px;
  font-weight: 900;
}

.floating-card small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 650;
}

.trust-strip {
  border-top: 1px solid rgba(255, 255, 255, 0.045);
  border-bottom: 1px solid rgba(255, 255, 255, 0.045);
  background: rgba(23, 26, 59, 0.48);
}

.trust-strip-inner {
  min-height: 84px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 14px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.trust-strip-inner span:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.section-heading h2,
.security-copy h2,
.cta-card h2,
.placeholder-card h1 {
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.02;
  letter-spacing: -2.5px;
}

.section-heading p,
.security-copy p,
.cta-card p,
.placeholder-card p {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 550;
  overflow-wrap: anywhere;
}

.steps-grid,
.feature-grid,
.audience-grid {
  display: grid;
  gap: 18px;
}

.steps-grid {
  grid-template-columns: repeat(3, 1fr);
}

.feature-grid {
  grid-template-columns: repeat(3, 1fr);
}

.audience-grid {
  grid-template-columns: repeat(3, 1fr);
}

.step-card,
.feature-card,
.audience-card,
.security-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--stroke);
  background:
    linear-gradient(180deg, rgba(29, 33, 73, 0.72), rgba(23, 26, 59, 0.9));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.step-card,
.feature-card {
  padding: 26px;
  border-radius: 22px;
}

.step-card::after,
.feature-card::after,
.audience-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--gradient);
  filter: blur(38px);
  opacity: 0.12;
}

.step-number {
  position: absolute;
  top: 20px;
  right: 22px;
  color: rgba(236, 235, 255, 0.13);
  font-size: 30px;
  font-weight: 900;
}

.feature-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--stroke);
  border-radius: 15px;
  color: #fff;
  background: var(--gradient);
  box-shadow: 0 12px 24px rgba(44, 106, 163, 0.18);
  font-size: 20px;
  font-weight: 900;
}

.step-card h3,
.feature-card h3,
.audience-card h3 {
  margin: 20px 0 0;
  font-size: 20px;
  letter-spacing: -0.6px;
  font-weight: 900;
}

.step-card p,
.feature-card p,
.audience-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  font-weight: 550;
}

.audience-card {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 24px;
}

.audience-card--partner {
  border-color: rgba(82, 224, 183, 0.34);
}

.audience-card--featured {
  border-color: rgba(82, 224, 183, 0.62);
  box-shadow: 0 24px 60px rgba(82, 224, 183, 0.12);
  transform: translateY(-8px);
}

.audience-card--featured::before {
  content: "Destaque";
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  padding: 6px 9px;
  border-radius: 999px;
  color: #001C15;
  background: var(--good);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.audience-label {
  align-self: flex-start;
  padding: 7px 10px;
  border: 1px solid var(--stroke);
  border-radius: 999px;
  color: var(--good);
  background: rgba(15, 16, 38, 0.44);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.audience-card h3 {
  margin-top: 34px;
  font-size: 26px;
}

.audience-card a {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding-top: 24px;
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
}

.audience-card a span {
  margin-left: 5px;
  color: var(--good);
}

.security-grid {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 72px;
  align-items: center;
}

.check-list {
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 13px;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--muted-strong);
  font-size: 14px;
  font-weight: 700;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -2px;
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #001c15;
  background: var(--good);
  font-size: 11px;
  font-weight: 900;
}

.security-panel {
  padding: 34px;
  border-radius: 28px;
}

.shield-mark {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  color: #001c15;
  background: var(--good);
  box-shadow: 0 18px 36px rgba(82, 224, 183, 0.18);
  font-size: 26px;
  font-weight: 900;
}

.security-panel > strong,
.security-panel > span {
  display: block;
}

.security-panel > strong {
  margin-top: 24px;
  font-size: 24px;
  letter-spacing: -0.8px;
  font-weight: 900;
}

.security-panel > span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
}

.security-stat {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 15px;
  border: 1px solid var(--stroke);
  border-radius: 15px;
  background: rgba(15, 16, 38, 0.38);
}

.security-stat span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.security-stat b {
  color: var(--text);
  font-size: 12px;
  font-weight: 900;
}

.cta-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  padding: 46px;
  border: 1px solid rgba(82, 224, 183, 0.25);
  border-radius: 30px;
  background:
    radial-gradient(circle at right top, rgba(44, 106, 163, 0.24), transparent 35%),
    linear-gradient(135deg, rgba(28, 31, 74, 0.95), rgba(23, 26, 59, 0.95));
  box-shadow: var(--shadow);
}

.cta-card h2 {
  max-width: 720px;
  margin-top: 14px;
  font-size: clamp(34px, 4.4vw, 54px);
}

.cta-card p {
  max-width: 650px;
}

.cta-actions {
  margin-top: 0;
  min-width: 220px;
  flex-direction: column;
}

.site-footer {
  padding: 70px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(10, 11, 27, 0.72);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 40px;
}

.footer-grid > div:first-child p {
  max-width: 320px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  font-weight: 550;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.footer-links strong {
  margin-bottom: 4px;
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
}

.footer-links a {
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}

.footer-links a:hover {
  color: var(--good);
}

.footer-bottom {
  margin-top: 48px;
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: rgba(236, 235, 255, 0.5);
  font-size: 11px;
  font-weight: 600;
}

.site-footer--compact {
  padding-top: 20px;
}

.site-footer--compact .footer-bottom {
  margin-top: 0;
}

.placeholder-page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.placeholder-main {
  width: 100%;
  flex: 1;
  display: grid;
  place-items: center;
  padding: 80px 16px;
}

.placeholder-card {
  width: 100%;
  max-width: 760px;
  min-width: 0;
  padding: 52px;
  border: 1px solid var(--stroke);
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(107, 43, 108, 0.20), transparent 34%),
    linear-gradient(180deg, rgba(29, 33, 73, 0.88), rgba(23, 26, 59, 0.96));
  box-shadow: var(--shadow);
  text-align: center;
}

.placeholder-card .eyebrow {
  margin-top: 22px;
}

.placeholder-card h1 {
  margin-top: 18px;
  font-size: clamp(38px, 6vw, 64px);
}

.placeholder-card p {
  max-width: 620px;
  margin-inline: auto;
}

.placeholder-icon {
  width: 78px;
  height: 78px;
  margin-inline: auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(82, 224, 183, 0.26);
  border-radius: 25px;
  color: #fff;
  background: var(--gradient);
  box-shadow: 0 18px 40px rgba(44, 106, 163, 0.24);
  font-size: 30px;
  font-weight: 900;
}

.placeholder-status {
  width: fit-content;
  margin: 28px auto 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 13px;
  border: 1px solid var(--stroke);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(15, 16, 38, 0.48);
  font-size: 11px;
  font-weight: 800;
}

.placeholder-actions {
  justify-content: center;
}

body.modal-open {
  overflow: hidden;
}

.partner-dialog {
  width: min(680px, calc(100% - 24px));
  max-height: calc(100dvh - 24px);
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 1px solid rgba(82, 224, 183, 0.28);
  border-radius: 30px;
  color: var(--text);
  background: transparent;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.68);
}

.partner-dialog[open] {
  animation: partner-dialog-in 220ms ease-out;
}

.partner-dialog::backdrop {
  background: rgba(5, 6, 19, 0.82);
  backdrop-filter: blur(8px);
}

.partner-dialog-card {
  padding: 34px;
  background:
    radial-gradient(circle at top right, rgba(44, 106, 163, 0.24), transparent 34%),
    linear-gradient(180deg, rgba(29, 33, 73, 0.99), rgba(15, 16, 38, 0.99));
}

.partner-dialog-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.partner-dialog-header > div {
  min-width: 0;
}

.partner-dialog-header h2 {
  margin: 14px 0 0;
  font-size: clamp(28px, 5vw, 40px);
  line-height: 1.05;
  letter-spacing: -1.8px;
}

.partner-dialog-header p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.partner-dialog-close {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--stroke);
  border-radius: 14px;
  color: var(--text);
  background: rgba(15, 16, 38, 0.66);
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}

.partner-dialog-close:hover {
  border-color: var(--stroke-strong);
  background: rgba(44, 106, 163, 0.16);
}

.partner-form {
  margin-top: 28px;
  display: grid;
  gap: 18px;
}

.partner-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.form-field {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.form-field > span {
  color: var(--muted-strong);
  font-size: 12px;
  font-weight: 850;
}

.form-field small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 650;
}

.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid var(--stroke);
  border-radius: 15px;
  outline: 0;
  color: var(--text);
  background: rgba(10, 11, 30, 0.76);
  font-size: 14px;
  font-weight: 600;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.form-field input {
  min-height: 52px;
  padding: 0 15px;
}

.form-field textarea {
  min-height: 126px;
  padding: 14px 15px;
  resize: vertical;
  line-height: 1.55;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(236, 235, 255, 0.38);
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: rgba(82, 224, 183, 0.64);
  background: rgba(15, 16, 38, 0.96);
  box-shadow: 0 0 0 4px rgba(82, 224, 183, 0.10);
}

.partner-form-recipient {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--stroke);
  border-radius: 14px;
  color: var(--muted);
  background: rgba(15, 16, 38, 0.46);
  font-size: 11px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.partner-form-recipient strong {
  color: var(--good);
}

.partner-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.partner-form-actions .button {
  cursor: pointer;
}

.partner-form-status {
  min-height: 18px;
  margin: -4px 0 0;
  color: var(--good);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.5;
}

@keyframes partner-dialog-in {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay {
  transition-delay: 120ms;
}

@media (max-width: 980px) {
  .menu-toggle {
    display: flex;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    border: 1px solid var(--stroke);
    border-radius: 18px;
    background: rgba(23, 26, 59, 0.98);
    box-shadow: var(--shadow);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav > a {
    text-align: center;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-description {
    margin-inline: auto;
  }

  .hero-actions,
  .hero-metrics {
    justify-content: center;
  }

  .hero-visual {
    min-height: 650px;
  }

  .audience-card--featured {
    transform: none;
  }

  .steps-grid,
  .feature-grid,
  .audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .security-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .cta-card {
    grid-template-columns: 1fr;
  }

  .cta-actions {
    flex-direction: row;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .page-glow {
    width: min(420px, 100vw);
    height: min(420px, 100vw);
  }

  .page-glow--one {
    right: 0;
  }

  .page-glow--two {
    left: 0;
  }

  .section {
    padding: 78px 0;
  }

  .header-inner {
    min-height: 68px;
  }

  .hero {
    padding-top: 58px;
  }

  .hero h1 {
    font-size: clamp(40px, 13vw, 58px);
    letter-spacing: -2.6px;
  }

  .hero-description {
    font-size: 16px;
  }

  .hero-actions {
    flex-direction: column;
  }

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

  .hero-metrics {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: left;
  }

  .hero-visual {
    min-height: 590px;
  }

  .phone-shell {
    min-height: 575px;
  }

  .app-screen {
    width: min(290px, 82vw);
  }

  .floating-card {
    min-width: 205px;
    transform: scale(0.9);
  }

  .floating-card--top {
    top: 46px;
    right: -36px;
  }

  .floating-card--bottom {
    bottom: 50px;
    left: -34px;
  }

  .trust-strip-inner {
    grid-template-columns: repeat(2, 1fr);
    padding: 18px 0;
  }

  .trust-strip-inner span {
    padding: 10px 4px;
  }

  .trust-strip-inner span:not(:last-child) {
    border-right: 0;
  }

  .steps-grid,
  .feature-grid,
  .audience-grid {
    grid-template-columns: 1fr;
  }

  .audience-card {
    min-height: 300px;
  }

  .cta-card {
    padding: 30px 22px;
  }

  .cta-actions {
    min-width: 0;
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .placeholder-card {
    padding: 38px 22px;
  }

  .placeholder-status {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 18px;
    overflow-wrap: anywhere;
  }

  .placeholder-nav a {
    padding-inline: 8px;
    font-size: 12px;
  }

  .partner-dialog-card {
    padding: 26px 20px 22px;
  }

  .partner-dialog-header {
    gap: 12px;
  }

  .partner-dialog-header h2 {
    font-size: 30px;
    letter-spacing: -1.4px;
  }

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

  .partner-form-actions {
    flex-direction: column-reverse;
  }

  .partner-form-actions .button {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  .brand {
    gap: 8px;
    font-size: 20px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    border-radius: 13px;
  }

  .hero h1 {
    font-size: clamp(36px, 12vw, 48px);
    letter-spacing: -2.2px;
  }

  .eyebrow {
    max-width: 100%;
    font-size: 11px;
    letter-spacing: 1.15px;
  }

  .hero-visual {
    min-height: 610px;
  }

  .app-screen {
    width: min(270px, 86vw);
    padding: 7px;
    border-radius: 36px;
    transform: rotate(1.2deg);
  }

  .app-screen img {
    border-radius: 30px;
  }

  .floating-card {
    min-width: 190px;
    padding: 11px 12px;
    transform: scale(0.82);
  }

  .floating-card--top {
    top: 62px;
    right: -8px;
    transform-origin: top right;
  }

  .floating-card--bottom {
    bottom: 44px;
    left: -8px;
    transform-origin: bottom left;
  }

  .section-heading h2,
  .security-copy h2,
  .cta-card h2,
  .placeholder-card h1 {
    font-size: 34px;
    letter-spacing: -1.8px;
  }

  .step-card,
  .feature-card,
  .audience-card,
  .security-panel {
    padding-inline: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
