* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #f5f7fb;
  color: #172033;
  font-family: Arial, Helvetica, sans-serif;
}

.hidden {
  display: none !important;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 10000;
  padding: 10px 14px;
  border-radius: 10px;
  background: #ffffff;
  color: #061a3a;
  font-weight: 800;
  text-decoration: none;
  border: 2px solid #061a3a;
}

.skip-link:focus {
  top: 16px;
}

button:focus-visible,
a:focus-visible,
select:focus-visible,
input:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #061a3a !important;
  outline-offset: 3px !important;
  box-shadow: 0 0 0 6px rgba(0, 209, 199, 0.35) !important;
}

.phone-page {
  min-height: 100vh;
  padding: 24px;
}

.phone-header {
  width: min(760px, 100%);
  margin: 0 auto 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.phone-brand {
  color: #007a75;
  font-weight: 800;
}

.phone-card {
  width: min(760px, 100%);
  margin: 0 auto;
  background: white;
  border: 1px solid #dfe5ee;
  border-radius: 22px;
  padding: 32px;
  box-shadow: 0 18px 48px rgba(23, 32, 51, 0.08);
  text-align: center;
}

.phone-logo {
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: #00d1c7;
  color: #061a3a;
  font-size: 34px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
}

.phone-card h1 {
  font-size: 32px;
  margin-bottom: 10px;
}

.phone-subtitle {
  color: #667085;
  line-height: 1.55;
  max-width: 540px;
  margin: 0 auto 24px;
}

.country-selector-card {
  text-align: left;
  background: #f8fafc;
  border: 1px solid #dfe5ee;
  border-radius: 16px;
  padding: 16px;
  margin: 0 auto 20px;
  max-width: 520px;
}

.country-selector-card label {
  display: block;
  color: #344054;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
}

.country-selector-card select {
  width: 100%;
  height: 48px;
  border: 1px solid #dfe5ee;
  border-radius: 12px;
  padding: 0 14px;
  background: white;
  color: #172033;
  font-size: 16px;
  outline: none;
}

.country-selector-card select:focus {
  border-color: #00d1c7;
}

.country-selector-card select:focus-visible {
  border-color: #00d1c7;
}

.phone-available-panel,
.phone-pending-panel,
.phone-help {
  max-width: 520px;
  margin: 0 auto 20px;
  border-radius: 18px;
  padding: 20px;
}

.phone-available-panel {
  background: #e6fffb;
  border: 1px solid rgba(0, 209, 199, 0.45);
}

.phone-number-label {
  color: #006b66;
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.phone-number {
  font-size: 30px;
  font-weight: 900;
  color: #172033;
  margin-bottom: 18px;
}

.call-btn {
  display: inline-block;
  width: min(100%, 360px);
  border-radius: 999px;
  background: #00d1c7;
  color: #061a3a;
  text-decoration: none;
  font-size: 22px;
  font-weight: 900;
  padding: 18px 28px;
  box-shadow: 0 14px 30px rgba(0, 209, 199, 0.24);
}

.call-btn:hover,
.call-btn:focus-visible {
  background: #00b8af;
}

.phone-note {
  color: #667085;
  font-size: 13px;
  line-height: 1.45;
  margin: 16px 0 0;
}

.phone-pending-panel {
  background: #fff7ed;
  border: 1px solid #fed7aa;
}

.pending-icon {
  font-size: 34px;
  margin-bottom: 10px;
}

.phone-pending-panel h2 {
  font-size: 22px;
  margin-bottom: 8px;
  color: #9a3412;
}

.phone-pending-panel p {
  color: #7c2d12;
  line-height: 1.55;
}

.phone-help {
  text-align: left;
  background: #f8fafc;
  border: 1px solid #dfe5ee;
}

.phone-help h2 {
  font-size: 18px;
  margin-bottom: 12px;
}

.phone-help ul {
  padding-left: 20px;
  color: #667085;
  line-height: 1.6;
}

.phone-footer {
  width: min(760px, 100%);
  margin: 24px auto 0;
  text-align: center;
  color: #667085;
  font-size: 13px;
  line-height: 1.6;
}

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

@media (max-width: 560px) {
  .phone-page {
    padding: 14px;
  }

  .phone-header {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .phone-card {
    padding: 22px 16px;
  }

  .phone-card h1 {
    font-size: 26px;
  }

  .phone-number {
    font-size: 24px;
  }

  .call-btn {
    font-size: 20px;
  }
}
