:root {
  color-scheme: light;
  --ink: #101827;
  --muted: #5f6b7a;
  --line: #d9e2ef;
  --paper: #ffffff;
  --soft: #f4f7fb;
  --accent: #f97316;
  --accent-dark: #c2410c;
  --blue: #2563eb;
  --teal: #0f766e;
  --green: #16a34a;
  --danger: #dc2626;
  --shadow: 0 16px 40px rgba(16, 24, 39, 0.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.5;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 56px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 18px;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-mark {
  align-items: center;
  background: var(--ink);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.nav-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.nav-links a {
  border-radius: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  padding: 10px 12px;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: var(--soft);
  color: var(--ink);
  outline: none;
}

.admin-link {
  border: 1px solid var(--line);
}

.hero-section {
  align-items: center;
  background: #f7f9fc;
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(280px, 0.86fr) minmax(320px, 1.14fr);
  min-height: calc(100vh - 72px);
  padding: clamp(46px, 7vw, 88px) clamp(18px, 5vw, 72px) clamp(34px, 5vw, 64px);
}

.hero-copy {
  max-width: 680px;
}

.eyebrow {
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  font-size: clamp(48px, 9vw, 112px);
  line-height: 0.92;
  margin: 0;
  max-width: 760px;
}

h2 {
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1;
  margin: 0;
}

h3 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 10px;
}

.hero-text {
  color: var(--muted);
  font-size: clamp(18px, 2.2vw, 25px);
  margin: 24px 0 0;
  max-width: 650px;
}

.hero-actions,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  align-items: center;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  text-align: center;
}

.button.primary {
  background: var(--accent);
  color: #fff;
}

.button.primary:hover,
.button.primary:focus-visible {
  background: var(--accent-dark);
  outline: none;
}

.button.secondary {
  background: var(--ink);
  color: #fff;
}

.button.secondary:hover,
.button.secondary:focus-visible {
  background: #263247;
  outline: none;
}

.button.ghost {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink);
}

.button.danger {
  border-color: #fecaca;
  color: var(--danger);
}

.button.full {
  width: 100%;
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.proof-strip span {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  padding: 9px 12px;
}

.hero-visual {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.cricket-page-hero {
  align-items: center;
  background: #101827;
  color: #fff;
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  min-height: calc(100vh - 72px);
  padding: clamp(46px, 7vw, 88px) clamp(18px, 5vw, 72px);
}

.cricket-hero-copy {
  max-width: 760px;
}

.cricket-hero-copy h1 {
  font-size: clamp(44px, 7vw, 92px);
}

.cricket-hero-copy .hero-text {
  color: #cbd5e1;
}

.cricket-hero-image {
  background: #05070b;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  overflow: hidden;
}

.cricket-hero-image img {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
}

.section {
  padding: clamp(58px, 8vw, 96px) clamp(18px, 5vw, 72px);
}

.section-heading {
  margin: 0 auto 34px;
  max-width: 760px;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  margin: 16px auto 0;
  max-width: 660px;
}

.services-section {
  background: #fff;
}

.service-grid,
.package-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1160px;
}

.service-card,
.package-card,
.metric-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}

.service-card p,
.package-card p {
  color: var(--muted);
  margin: 0;
}

.service-icon {
  align-items: center;
  background: #eef2ff;
  border-radius: 8px;
  color: var(--blue);
  display: inline-flex;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  margin-bottom: 18px;
  width: 44px;
}

.service-icon.warm {
  background: #fff7ed;
  color: var(--accent-dark);
}

.service-icon.teal {
  background: #ecfdf5;
  color: var(--teal);
}

.placements-section {
  background: #fff;
}

.placement-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1160px;
}

.placement-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.placement-card img {
  aspect-ratio: 1.45;
  background: var(--soft);
  border-bottom: 1px solid var(--line);
  object-fit: cover;
  width: 100%;
}

.placement-card h3,
.placement-card p {
  padding-left: 22px;
  padding-right: 22px;
}

.placement-card h3 {
  margin-top: 22px;
}

.placement-card p {
  color: var(--muted);
  margin-bottom: 24px;
}

.app-logos-section {
  background: #fff;
}

.app-logo-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.app-logo-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.app-logo-card img {
  aspect-ratio: 1.78;
  border-bottom: 1px solid var(--line);
  object-fit: cover;
  width: 100%;
}

.app-logo-card h3 {
  font-size: 18px;
  margin: 0;
  padding: 16px;
}

.packages-section {
  background: var(--soft);
}

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

.package-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.package-top {
  align-items: flex-start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.package-price {
  color: var(--ink);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.package-card ul {
  color: var(--muted);
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.package-card li {
  padding-left: 24px;
  position: relative;
}

.package-card li::before {
  color: var(--green);
  content: "✓";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.lead-section {
  align-items: start;
  background: #101827;
  color: #fff;
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 1.1fr);
  padding: clamp(58px, 8vw, 100px) clamp(18px, 5vw, 72px);
}

.cricket-lead-section {
  background: #f4f7fb;
  color: var(--ink);
}

.cricket-lead-section .lead-copy p:not(.eyebrow) {
  color: var(--muted);
}

.cricket-lead-section .lead-highlights span {
  color: var(--ink);
}

.lead-copy {
  max-width: 620px;
}

.lead-copy p:not(.eyebrow),
.site-footer {
  color: #cbd5e1;
}

.contact-panel {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  margin-top: 26px;
  padding: 18px;
}

.contact-panel p {
  margin: 8px 0;
}

.lead-highlights {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.lead-highlights span {
  align-items: center;
  color: #e2e8f0;
  display: flex;
  font-weight: 800;
  gap: 10px;
}

.lead-highlights span::before {
  background: var(--accent);
  border-radius: 999px;
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
}

.lead-form,
.modal,
.login-card,
.admin-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  padding: clamp(18px, 3vw, 28px);
}

.advanced-lead-form {
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.22);
}

.form-intro {
  border-bottom: 1px solid var(--line);
  margin: -28px -28px 22px;
  padding: clamp(18px, 3vw, 28px);
}

.form-intro h3 {
  font-size: clamp(24px, 3vw, 34px);
  margin-bottom: 8px;
}

.form-intro p:not(.eyebrow) {
  color: var(--muted);
  margin: 0;
}

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

.field-wide {
  grid-column: 1 / -1;
}

.form-row {
  display: grid;
  gap: 7px;
  margin-bottom: 16px;
}

label {
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

input,
select,
textarea {
  background: #fff;
  border: 1px solid #c9d4e3;
  border-radius: 8px;
  color: var(--ink);
  min-height: 46px;
  padding: 11px 12px;
  width: 100%;
}

textarea {
  min-height: 110px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14);
  outline: none;
}

.consent-row {
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  display: flex;
  gap: 10px;
  line-height: 1.4;
  margin: 4px 0 16px;
  padding: 12px;
}

.consent-row input {
  flex: 0 0 auto;
  height: 18px;
  margin-top: 2px;
  min-height: 18px;
  width: 18px;
}

.otp-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-top: 16px;
  padding: 16px;
}

.otp-actions {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr auto;
  margin-top: 8px;
}

.form-hint,
.form-status {
  color: var(--muted);
  font-size: 14px;
  margin: 10px 0 0;
}

.form-status.success {
  color: var(--green);
  font-weight: 800;
}

.form-status.error {
  color: var(--danger);
  font-weight: 800;
}

.modal-backdrop {
  align-items: center;
  background: rgba(16, 24, 39, 0.72);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 20px;
  position: fixed;
  z-index: 50;
}

.modal-backdrop[hidden] {
  display: none;
}

.modal {
  box-shadow: var(--shadow);
  max-height: min(720px, calc(100vh - 40px));
  max-width: 520px;
  overflow: auto;
  position: relative;
  width: min(520px, 100%);
}

.modal h2 {
  font-size: 32px;
}

.modal-close,
.icon-button {
  align-items: center;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 22px;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.modal-close {
  position: absolute;
  right: 16px;
  top: 16px;
}

.site-footer {
  align-items: center;
  background: #101827;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  padding: 22px clamp(18px, 5vw, 72px);
}

.thank-you-body {
  background: #f4f7fb;
  min-height: 100vh;
}

.thank-you-main {
  align-items: center;
  display: flex;
  min-height: calc(100vh - 72px);
  padding: clamp(34px, 6vw, 72px) clamp(18px, 5vw, 72px);
}

.thank-you-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  margin: 0 auto;
  max-width: 760px;
  padding: clamp(28px, 6vw, 58px);
  text-align: center;
}

.success-mark {
  align-items: center;
  background: #ecfdf5;
  border-radius: 8px;
  color: var(--green);
  display: inline-flex;
  font-size: 42px;
  font-weight: 900;
  height: 72px;
  justify-content: center;
  margin-bottom: 22px;
  width: 72px;
}

.thank-you-panel h1 {
  font-size: clamp(48px, 8vw, 88px);
  margin: 0;
}

.thank-you-panel .hero-text {
  margin-left: auto;
  margin-right: auto;
}

.thank-you-note {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
  margin: 18px auto 0;
  max-width: 560px;
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 30px;
}

.whatsapp-button {
  background: #16a34a;
}

.whatsapp-button:hover,
.whatsapp-button:focus-visible {
  background: #15803d;
}

.admin-body {
  background: #f4f7fb;
  min-height: 100vh;
}

.admin-shell {
  margin: 0 auto;
  max-width: 1240px;
  padding: 28px clamp(16px, 4vw, 42px) 60px;
}

.admin-topbar {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.admin-topbar h1 {
  font-size: clamp(34px, 5vw, 58px);
}

.login-card {
  margin: 10vh auto 0;
  max-width: 460px;
}

.login-card h1 {
  font-size: 42px;
  margin-bottom: 16px;
}

.admin-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.tab-button {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  cursor: pointer;
  font-weight: 900;
  min-height: 42px;
  padding: 9px 14px;
}

.tab-button.active {
  background: var(--ink);
  color: #fff;
}

.metrics-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 18px;
}

.metric-card span {
  color: var(--muted);
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.metric-card strong {
  font-size: 32px;
}

.admin-panel {
  overflow: auto;
}

.admin-section-header {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 16px;
}

.admin-section-header h2 {
  font-size: 30px;
}

.admin-actions,
.admin-tools {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-tools {
  margin-bottom: 14px;
}

.admin-tools input,
.admin-tools select {
  min-height: 42px;
  width: min(260px, 100%);
}

.lead-command-center {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
  margin-bottom: 16px;
  padding: 16px;
}

.lead-filter-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(240px, 1.4fr) repeat(4, minmax(140px, 1fr));
}

.lead-filter-grid label {
  color: var(--muted);
  display: grid;
  font-size: 12px;
  font-weight: 900;
  gap: 6px;
  text-transform: uppercase;
}

.lead-filter-grid input,
.lead-filter-grid select {
  min-height: 42px;
  width: 100%;
}

.lead-toolbar {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: 14px;
  padding-top: 14px;
}

.lead-view-summary {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}

.lead-insights {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(7, minmax(110px, 1fr));
  margin-bottom: 14px;
}

.lead-insight-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
}

.lead-insight-card span,
.lead-meta,
.lead-tracking {
  color: var(--muted);
  font-size: 12px;
}

.lead-insight-card strong {
  display: block;
  font-size: 22px;
  margin-top: 4px;
}

.dashboard-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
}

.activity-list,
.system-list {
  display: grid;
  gap: 10px;
}

.activity-item,
.system-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  padding: 14px;
}

.activity-item span,
.system-item span,
.empty-state {
  color: var(--muted);
  font-size: 13px;
}

.admin-details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 14px;
}

.admin-details summary {
  cursor: pointer;
  font-weight: 900;
}

.inline-admin-form {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 14px;
}

.inline-admin-form textarea {
  grid-column: span 2;
}

.table-wrap {
  overflow-x: auto;
}

table {
  border-collapse: collapse;
  min-width: 1280px;
  width: 100%;
}

th,
td {
  border-bottom: 1px solid var(--line);
  padding: 12px 10px;
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

td {
  font-size: 14px;
}

.table-input {
  min-height: 38px;
  min-width: 150px;
  padding: 8px 10px;
}

.notes-input {
  min-width: 220px;
}

.lead-profile {
  display: grid;
  gap: 7px;
  min-width: 160px;
}

.lead-profile strong {
  font-size: 16px;
}

.lead-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.lead-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.lead-contact-actions a {
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  padding: 5px 8px;
}

.lead-edit-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  margin-bottom: 8px;
}

.lead-tracking {
  display: grid;
  gap: 6px;
  min-width: 190px;
}

.table-actions {
  min-width: 130px;
}

.table-actions .button {
  margin-bottom: 6px;
  width: 100%;
}

.archived-row {
  background: #f8fafc;
}

.status-pill {
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  padding: 5px 9px;
  text-transform: uppercase;
}

.status-new,
.status-pending {
  background: #fff7ed;
  color: var(--accent-dark);
}

.status-paid,
.status-won,
.status-qualified {
  background: #ecfdf5;
  color: #047857;
}

.status-failed,
.status-lost {
  background: #fef2f2;
  color: var(--danger);
}

.status-contacted,
.status-refunded {
  background: #eef2ff;
  color: var(--blue);
}

.status-source {
  background: #f1f5f9;
  color: var(--muted);
}

.status-archived {
  background: #f3f4f6;
  color: #4b5563;
}

.lead-detail-list {
  color: var(--muted);
  display: grid;
  font-size: 12px;
  gap: 4px;
  margin-top: 8px;
  min-width: 240px;
}

.lead-detail-list strong {
  color: var(--ink);
}

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

.settings-fieldset {
  border: 1px solid var(--line);
  border-radius: 12px;
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 16px;
}

.settings-fieldset legend {
  font-weight: 900;
  padding: 0 8px;
}

.settings-fieldset small {
  color: var(--muted);
  display: block;
  font-size: 12px;
  margin-top: 6px;
}

.package-editor {
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-bottom: 14px;
  padding: 16px;
}

.package-editor-header {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 10px;
}

.package-editor h3 {
  font-size: 20px;
}

.checkbox-row {
  align-items: center;
  display: flex;
  gap: 8px;
  font-weight: 800;
}

.hidden {
  display: none !important;
}

@media (max-width: 980px) {
  .hero-section,
  .lead-section,
  .cricket-page-hero {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: auto;
  }

  .service-grid,
  .app-logo-grid,
  .placement-grid,
  .package-grid,
  .metrics-grid,
  .lead-insights,
  .lead-filter-grid,
  .settings-grid,
  .dashboard-grid,
  .inline-admin-form {
    grid-template-columns: 1fr;
  }

  .inline-admin-form textarea {
    grid-column: auto;
  }

  .lead-edit-grid {
    grid-template-columns: 1fr;
  }

  .lead-toolbar {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .site-header,
  .admin-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .nav-links a {
    padding: 8px 10px;
  }

  .hero-section {
    padding-top: 34px;
  }

  .hero-actions,
  .package-top,
  .admin-section-header {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .otp-actions {
    grid-template-columns: 1fr;
  }

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

  .form-intro {
    margin: -18px -18px 20px;
  }

  .package-price {
    white-space: normal;
  }
}
