:root {
  --blue: #3b7dd8;
  --blue-deep: #245ca8;
  --teal: #3ecfc4;
  --ink: #122033;
  --ink-soft: #4a6078;
  --paper: #f5f9fc;
  --paper-2: #e8f2f8;
  --line: rgba(36, 92, 168, 0.14);
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(18, 52, 84, 0.12);
  --radius: 18px;
  --font-display: "Syne", sans-serif;
  --font-body: "Manrope", sans-serif;
  --header-h: 72px;
  --bg-top: #f7fbfe;
  --bg-mid: var(--paper);
  --bg-bottom: #eef6fa;
  --bg-orb-a: rgba(59, 125, 216, 0.18);
  --bg-orb-b: rgba(62, 207, 196, 0.16);
  --header-bg: rgba(245, 249, 252, 0.78);
  --header-border: rgba(255, 255, 255, 0.5);
  --nav-open-bg: rgba(245, 249, 252, 0.96);
  --section-alt-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(232, 242, 248, 0.85));
  --ghost-bg: rgba(255, 255, 255, 0.55);
  --ghost-bg-hover: #ffffff;
  --ghost-border: rgba(59, 125, 216, 0.22);
  --download-bg: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(232, 242, 248, 0.75));
  --download-icon-bg: linear-gradient(145deg, rgba(59, 125, 216, 0.12), rgba(62, 207, 196, 0.14));
  --input-bg: rgba(255, 255, 255, 0.85);
  --input-border: rgba(59, 125, 216, 0.22);
  --footer-bg: rgba(255, 255, 255, 0.45);
  --phone-screen-bg: linear-gradient(180deg, #f7fbfe, #e7f4f8);
  --phone-line: rgba(36, 92, 168, 0.12);
  --phone-panel: rgba(255, 255, 255, 0.8);
  --phone-panel-border: rgba(59, 125, 216, 0.12);
  --status-ok: #0f7a6a;
  --status-err: #b42318;
  --noise-opacity: 0.035;
  --theme-toggle-bg: rgba(255, 255, 255, 0.65);
  --theme-toggle-border: rgba(59, 125, 216, 0.2);
  --plan-focus-bg: linear-gradient(90deg, rgba(59, 125, 216, 0.08), rgba(62, 207, 196, 0.1));
  color-scheme: light;
}

html[data-theme="dark"] {
  --blue: #5b9aef;
  --blue-deep: #8bb8f7;
  --teal: #4fdcd2;
  --ink: #e8f0f8;
  --ink-soft: #9db0c5;
  --paper: #0e1724;
  --paper-2: #152233;
  --line: rgba(126, 176, 245, 0.16);
  --white: #f4f8fc;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  --bg-top: #0b121c;
  --bg-mid: #0e1724;
  --bg-bottom: #101c2b;
  --bg-orb-a: rgba(59, 125, 216, 0.22);
  --bg-orb-b: rgba(62, 207, 196, 0.14);
  --header-bg: rgba(14, 23, 36, 0.82);
  --header-border: rgba(126, 176, 245, 0.1);
  --nav-open-bg: rgba(14, 23, 36, 0.96);
  --section-alt-bg: linear-gradient(180deg, rgba(21, 34, 51, 0.55), rgba(16, 28, 43, 0.9));
  --ghost-bg: rgba(21, 34, 51, 0.72);
  --ghost-bg-hover: rgba(30, 48, 72, 0.95);
  --ghost-border: rgba(126, 176, 245, 0.28);
  --download-bg: linear-gradient(135deg, rgba(21, 34, 51, 0.95), rgba(16, 28, 43, 0.85));
  --download-icon-bg: linear-gradient(145deg, rgba(59, 125, 216, 0.22), rgba(62, 207, 196, 0.18));
  --input-bg: rgba(21, 34, 51, 0.9);
  --input-border: rgba(126, 176, 245, 0.28);
  --footer-bg: rgba(11, 18, 28, 0.85);
  --phone-screen-bg: linear-gradient(180deg, #152233, #101c2b);
  --phone-line: rgba(126, 176, 245, 0.18);
  --phone-panel: rgba(30, 48, 72, 0.85);
  --phone-panel-border: rgba(126, 176, 245, 0.16);
  --status-ok: #3ecfc4;
  --status-err: #f07178;
  --noise-opacity: 0.05;
  --theme-toggle-bg: rgba(21, 34, 51, 0.85);
  --theme-toggle-border: rgba(126, 176, 245, 0.28);
  --plan-focus-bg: linear-gradient(90deg, rgba(59, 125, 216, 0.16), rgba(62, 207, 196, 0.12));
  color-scheme: dark;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(1200px 600px at 10% -10%, var(--bg-orb-b), transparent 55%),
    radial-gradient(900px 500px at 90% 0%, var(--bg-orb-a), transparent 50%),
    linear-gradient(180deg, var(--bg-top) 0%, var(--bg-mid) 40%, var(--bg-bottom) 100%);
  line-height: 1.55;
  overflow-x: hidden;
  transition: background 0.35s ease, color 0.25s ease;
}

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

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

.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 50;
  opacity: var(--noise-opacity);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.wrap {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--header-h);
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 0 1.25rem;
  backdrop-filter: blur(14px);
  background: var(--header-bg);
  border-bottom: 1px solid var(--header-border);
  transition: background 0.3s ease, border-color 0.3s ease;
}

.logo-mark {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  background: linear-gradient(90deg, var(--blue) 0%, var(--teal) 48%, var(--blue) 100%);
  background-size: 180% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: gradientShift 8s ease infinite;
}

.brand.logo-mark {
  font-size: 1.45rem;
}

.hero-logo.logo-mark {
  font-size: clamp(2.8rem, 8vw, 4.6rem);
  margin: 0 auto 1.35rem;
  width: fit-content;
  filter: drop-shadow(0 10px 30px rgba(59, 125, 216, 0.16));
}

.logo-mark-sm {
  font-size: 1.2rem;
}

.nav {
  display: flex;
  gap: 1.35rem;
  margin-left: auto;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ink-soft);
}

.nav a {
  position: relative;
  transition: color 0.2s ease;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--blue), var(--teal));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--ink);
}

.nav a:hover::after,
.nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-cta {
  margin-left: 0.5rem;
}

.theme-toggle {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-left: 0.25rem;
  border-radius: 12px;
  border: 1px solid var(--theme-toggle-border);
  background: var(--theme-toggle-bg);
  color: var(--ink);
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.theme-toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(62, 207, 196, 0.55);
}

.theme-toggle:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}

.theme-icon {
  grid-area: 1 / 1;
  transition: opacity 0.2s ease, transform 0.25s ease;
}

/* В светлой теме показываем луну (переключить на тёмную), в тёмной — солнце */
html[data-theme="light"] .theme-icon-sun,
html:not([data-theme]) .theme-icon-sun {
  opacity: 0;
  transform: scale(0.6) rotate(20deg);
}

html[data-theme="light"] .theme-icon-moon,
html:not([data-theme]) .theme-icon-moon {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

html[data-theme="dark"] .theme-icon-moon {
  opacity: 0;
  transform: scale(0.6) rotate(-20deg);
}

html[data-theme="dark"] .theme-icon-sun {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}


.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  margin-left: auto;
  cursor: pointer;
  padding: 0;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 6px auto;
  background: var(--ink);
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.8rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.98rem;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

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

.btn:active {
  transform: translateY(0);
}

.btn-sm {
  min-height: 40px;
  padding: 0.55rem 1rem;
  font-size: 0.9rem;
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(110deg, var(--blue) 0%, var(--teal) 48%, var(--blue) 100%);
  background-size: 180% 100%;
  box-shadow: 0 12px 28px rgba(59, 125, 216, 0.28);
  animation: gradientShift 7s ease infinite;
}

.btn-primary:hover {
  box-shadow: 0 16px 34px rgba(62, 207, 196, 0.32);
}

.btn-ghost {
  color: var(--blue-deep);
  background: var(--ghost-bg);
  border-color: var(--ghost-border);
}

.btn-ghost:hover {
  background: var(--ghost-bg-hover);
  border-color: rgba(62, 207, 196, 0.55);
}

.hero {
  position: relative;
  min-height: calc(100svh - var(--header-h));
  display: grid;
  place-items: center;
  padding: 3rem 1.25rem 4rem;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  animation: float 10s ease-in-out infinite;
}

.orb-a {
  width: min(48vw, 420px);
  height: min(48vw, 420px);
  left: -6%;
  top: 12%;
  background: rgba(59, 125, 216, 0.28);
}

.orb-b {
  width: min(42vw, 360px);
  height: min(42vw, 360px);
  right: -4%;
  bottom: 8%;
  background: rgba(62, 207, 196, 0.26);
  animation-delay: -3s;
}

.grid-glow {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(59, 125, 216, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59, 125, 216, 0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at center, black 20%, transparent 72%);
}

.hero-flow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.flow-path {
  stroke-dasharray: 8 14;
  animation: dash 18s linear infinite;
}

.flow-path.delay {
  animation-duration: 26s;
  animation-direction: reverse;
}

.node {
  fill: var(--teal);
  filter: drop-shadow(0 0 8px rgba(62, 207, 196, 0.7));
  animation: pulse 3.2s ease-in-out infinite;
}

.n2 { animation-delay: 0.4s; fill: var(--blue); }
.n3 { animation-delay: 0.9s; }
.n4 { animation-delay: 1.4s; fill: var(--blue); }

.hero-content {
  position: relative;
  z-index: 1;
  width: min(820px, 100%);
  text-align: center;
  animation: rise 0.9s ease both;
}

.hero-logo {
  width: min(420px, 88vw);
  height: auto;
  margin: 0 auto 1.4rem;
  filter: drop-shadow(0 10px 30px rgba(59, 125, 216, 0.18));
}

.hero h1,
.section h2 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin: 0;
}

.hero h1 {
  font-size: clamp(2.1rem, 5vw, 3.6rem);
  max-width: 16ch;
  margin-inline: auto;
}

.hero-lead,
.section-lead {
  color: var(--ink-soft);
  font-size: 1.08rem;
  max-width: 52ch;
}

.hero-lead {
  margin: 1.1rem auto 1.8rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
}

.section {
  padding: 5.5rem 0;
}

.section-alt {
  background: var(--section-alt-bg);
  border-block: 1px solid var(--line);
}

.eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: linear-gradient(90deg, var(--blue), var(--teal));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section h2 {
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  margin-bottom: 0.85rem;
}

.section-lead {
  margin: 0 0 2.5rem;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 2.5rem;
}

.pillar {
  padding-top: 0.5rem;
  border-top: 2px solid transparent;
  border-image: linear-gradient(90deg, var(--blue), var(--teal)) 1;
}

.pillar-index {
  display: inline-block;
  margin-bottom: 0.85rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--blue);
}

.pillar h3,
.plan h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin: 0 0 0.55rem;
  letter-spacing: -0.02em;
}

.pillar p,
.plan p {
  margin: 0;
  color: var(--ink-soft);
}

.plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.plan {
  padding: 0.4rem 0 1.4rem;
  border-top: 2px solid transparent;
  border-image: linear-gradient(90deg, var(--blue), var(--teal)) 1;
}

.plan-focus {
  background: var(--plan-focus-bg);
  padding: 1.2rem 1.1rem 1.4rem;
  border-image: none;
  border-top: 2px solid var(--teal);
}

.plan ul {
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.plan li {
  position: relative;
  padding-left: 1.15rem;
  color: var(--ink-soft);
  font-size: 0.96rem;
}

.plan li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--teal));
}

.plans-cta {
  margin-top: 2.2rem;
}

.app-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: center;
}

.app-copy .hero-actions,
.contact-copy {
  justify-content: flex-start;
}

.app-copy .section-lead {
  margin-bottom: 1.6rem;
}

.download-list {
  display: grid;
  gap: 0.75rem;
  margin: 0 0 1.4rem;
  max-width: 28rem;
}

.download-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.9rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--download-bg);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, background 0.3s ease;
}

.download-item:hover {
  border-color: rgba(59, 125, 216, 0.35);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(18, 52, 84, 0.1);
}

.download-icon {
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  color: var(--blue-deep);
  background: var(--download-icon-bg);
  border-radius: 12px;
}

.download-meta {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}

.download-os {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.download-file {
  font-size: 0.86rem;
  color: var(--ink-soft);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.download-action {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--blue-deep);
  letter-spacing: 0.01em;
}

.app-visual {
  display: grid;
  place-items: center;
  min-height: 420px;
}

.phone {
  width: min(260px, 70vw);
  padding: 0.85rem;
  border-radius: 32px;
  background: linear-gradient(160deg, #1d3554, #245ca8 55%, #1f8f8a);
  box-shadow: var(--shadow);
  animation: float 8s ease-in-out infinite;
}

.phone-bar {
  width: 38%;
  height: 6px;
  margin: 0.2rem auto 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

.phone-screen {
  background: var(--phone-screen-bg);
  border-radius: 24px;
  padding: 1.2rem 1rem 1.4rem;
  min-height: 340px;
}

.screen-brand {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  margin-bottom: 1rem;
  background: linear-gradient(90deg, var(--blue), var(--teal), var(--blue));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.screen-line {
  height: 10px;
  border-radius: 999px;
  background: var(--phone-line);
  margin-bottom: 0.55rem;
}

.screen-line.w60 { width: 60%; }
.screen-line.w70 { width: 70%; }
.screen-line.w80 { width: 80%; }
.screen-line.w85 { width: 85%; }
.screen-line.w90 { width: 90%; }

.screen-chips {
  display: flex;
  gap: 0.45rem;
  margin: 1rem 0 1.2rem;
}

.screen-chips span {
  width: 42px;
  height: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(59, 125, 216, 0.35), rgba(62, 207, 196, 0.45));
}

.screen-panel {
  margin-top: 0.4rem;
  padding: 1rem;
  border-radius: 16px;
  background: var(--phone-panel);
  border: 1px solid var(--phone-panel-border);
}

.section-contact {
  padding-bottom: 6rem;
}

.lead-form {
  display: grid;
  gap: 1rem;
  padding: 1.5rem 0;
}

.lead-form label {
  display: grid;
  gap: 0.45rem;
}

.lead-form span {
  font-size: 0.92rem;
  font-weight: 700;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--input-border);
  border-radius: 14px;
  padding: 0.9rem 1rem;
  font: inherit;
  color: var(--ink);
  background: var(--input-bg);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.3s ease, color 0.25s ease;
}

.lead-form input:focus,
.lead-form textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(62, 207, 196, 0.18);
}

.lead-form textarea {
  resize: vertical;
  min-height: 140px;
}

.lead-form .btn {
  width: fit-content;
  margin-top: 0.35rem;
}

.lead-form .btn[disabled] {
  opacity: 0.7;
  cursor: wait;
  transform: none;
}

.form-status {
  min-height: 1.4em;
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
}

.form-status.ok {
  color: var(--status-ok);
}

.form-status.err {
  color: var(--status-err);
}

.footer {
  border-top: 1px solid var(--line);
  padding: 2rem 0 2.4rem;
  background: var(--footer-bg);
  transition: background 0.3s ease;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.85; }
  50% { transform: scale(1.35); opacity: 1; }
}

@keyframes dash {
  to { stroke-dashoffset: -400; }
}

@keyframes gradientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@media (max-width: 960px) {
  .pillars,
  .plans,
  .app-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .app-visual {
    order: -1;
    min-height: 360px;
  }
}

@media (max-width: 820px) {
  .nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
    margin-left: 0;
  }

  .theme-toggle {
    margin-left: auto;
  }

  .header.nav-open .nav {
    display: flex;
    position: absolute;
    top: var(--header-h);
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    padding: 0.5rem 1.25rem 1rem;
    background: var(--nav-open-bg);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(14px);
  }

  .header.nav-open .nav a {
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--line);
  }

  .header.nav-open .header-cta {
    display: inline-flex;
    position: absolute;
    top: calc(var(--header-h) + 12.5rem);
    left: 1.25rem;
  }

  .hero {
    min-height: calc(100svh - var(--header-h));
    padding-top: 2rem;
  }

  .hero h1 {
    max-width: none;
  }

  .section {
    padding: 4rem 0;
  }

  .download-list {
    max-width: none;
  }

  .download-item {
    grid-template-columns: auto 1fr;
    gap: 0.75rem;
  }

  .download-action {
    grid-column: 2;
    justify-self: start;
  }

  .plans-cta,
  .lead-form .btn,
  .app-copy .hero-actions {
    width: 100%;
  }

  .plans-cta .btn,
  .app-copy .hero-actions .btn,
  .lead-form .btn {
    width: 100%;
  }
}
