:root {
  font-family: Arial, Helvetica, sans-serif;
  color: #203027;
  background: #f8f9f4;
  font-synthesis: none;
  --ink: #203027;
  --muted: #69736b;
  --line: #dce2d8;
  --accent: #c8f36a;
  --dark: #203b2d;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  outline-offset: 5px;
}
button {
  cursor: pointer;
}
button:disabled {
  opacity: 0.55;
  cursor: wait;
}
p {
  line-height: 1.65;
  color: var(--muted);
}
h1,
h2,
h3 {
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.06;
}
h1 {
  font-size: clamp(2.6rem, 5.4vw, 5.2rem);
  margin: 20px 0 24px;
}
h2 {
  font-size: clamp(2rem, 3.5vw, 3.4rem);
  margin: 18px 0 40px;
}
h3 {
  font-size: 1.5rem;
  letter-spacing: -0.035em;
}
main,
.header,
footer {
  max-width: 1280px;
  margin: auto;
  padding-left: 48px;
  padding-right: 48px;
}
.header {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.brand {
  font-size: 25px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  letter-spacing: -1px;
}
.brand-icon {
  display: inline-grid;
  place-items: center;
  border-radius: 11px;
  background: var(--accent);
  color: var(--ink);
  width: 43px;
  height: 43px;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -2px;
}
.header nav {
  display: flex;
  gap: 30px;
  font-size: 14px;
}
.header nav a:hover,
.text-link:hover {
  text-decoration: underline;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 18px 24px;
  background: var(--dark);
  color: white;
  border: 1px solid var(--dark);
  border-radius: 9px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}
.button:hover {
  background: #34583e;
}
.button.small {
  padding: 13px 16px;
  font-size: 13px;
  gap: 18px;
}
.button.secondary {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}
.button.danger {
  background: #8b3029;
  border-color: #8b3029;
}
.hero {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 65px;
  align-items: center;
  padding: 70px 0 90px;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.16em;
  font-weight: 600;
  display: flex;
  gap: 9px;
  align-items: center;
  color: #637052;
}
.dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #78ad47;
  border-radius: 50%;
  flex-shrink: 0;
}
.hero h1 em {
  font-style: normal;
  color: #6b7e63;
}
.lead {
  font-size: 17px;
  max-width: 510px;
}
.actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 29px 0 20px;
  flex-wrap: wrap;
}
.text-link {
  font-size: 14px;
  font-weight: 600;
}
.fine {
  font-size: 12px;
  line-height: 1.6;
}
.connection-card {
  padding: 30px;
  background: #eaf0e2;
  border: 1px solid #e0e8d8;
  border-radius: 18px;
  box-shadow: 0 24px 60px -30px #7d8a6840;
  transform: rotate(-2deg);
}
.card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 38px;
  font-size: 10px;
  letter-spacing: 0.12em;
  line-height: 1.5;
  color: #516345;
}
.signal {
  margin-left: auto;
  font-size: 33px;
  color: #819c68;
}
.route-line {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fffefa;
  padding: 21px 15px;
  margin: 10px 0;
  border: 1px solid #dce5d1;
  border-radius: 9px;
}
.route-line > span:first-child {
  color: #8a957f;
  font-size: 12px;
}
.route-line strong {
  font-size: 14px;
  font-weight: 500;
}
.route-line p {
  font-size: 11px;
  margin: 5px 0 0;
}
.pill {
  display: inline-block;
  padding: 6px 9px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 600;
  background: #d9f3b6;
  color: #35512e;
  white-space: nowrap;
}
.route-line .pill {
  margin-left: auto;
}
.pill.muted {
  background: #edf0e8;
  color: #7c8574;
}
.card-bottom {
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 26px;
  color: #68765c;
}
.principles {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 25px 0;
  color: #7b8276;
  font-size: 10px;
  letter-spacing: 0.14em;
}
.section {
  padding: 60px 0;
}
.grid {
  display: grid;
  gap: 22px;
}
.grid.three {
  grid-template-columns: repeat(3, 1fr);
}
.grid.two {
  grid-template-columns: repeat(2, 1fr);
}
.feature {
  padding: 22px 30px 20px 0;
}
.feature p {
  font-size: 14px;
  max-width: 310px;
}
.feature-num {
  font-size: 12px;
  color: #7d8c6e;
  display: block;
  margin-bottom: 30px;
}
.cta-panel {
  background: var(--dark);
  border-radius: 16px;
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  margin: 30px 0 90px;
}
.cta-panel h2 {
  margin-bottom: 0;
}
.cta-panel .eyebrow {
  color: #b6c8ac;
}
.cta-panel .button {
  background: var(--accent);
  color: var(--ink);
  border: 0;
}
.page-head {
  padding: 55px 0 30px;
  max-width: 820px;
}
.page-head p {
  max-width: 670px;
}
.page-head h1 {
  font-size: clamp(2.8rem, 5vw, 4.5rem);
}
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 28px;
  margin-bottom: 20px;
  overflow-wrap: anywhere;
}
.card h2 {
  font-size: 2rem;
  margin: 0 0 18px;
}
.narrow {
  max-width: 800px;
  margin: 0 auto 70px;
}
.pricing-wrap {
  max-width: 700px;
  margin: 25px auto 90px;
}
.price {
  font-size: 4rem;
  letter-spacing: -0.06em;
  font-weight: 500;
  margin: 20px 0;
  color: var(--ink);
}
.price small {
  font-size: 15px;
  letter-spacing: 0;
  color: var(--muted);
}
.checklist {
  padding: 0;
  list-style: none;
  margin: 30px 0;
}
.checklist li {
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.checklist li:before {
  content: '↗';
  margin-right: 15px;
  color: #7b9e4c;
}
.dashboard-shell {
  display: grid;
  grid-template-columns: 185px 1fr;
  gap: 38px;
  margin: 20px 0 80px;
}
.side-nav {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.side-nav a,
.text-button {
  padding: 13px;
  font-size: 13px;
  border-radius: 7px;
}
.side-nav a.selected {
  background: #e7eddf;
}
.text-button {
  border: 0;
  text-align: left;
  background: transparent;
  color: var(--muted);
}
.notice {
  background: #fff2d2;
  border: 1px solid #ebd49d;
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 25px 0;
}
.stats strong {
  display: block;
  font-size: 21px;
  font-weight: 500;
  margin: 10px 0;
}
.stats span {
  font-size: 11px;
  color: var(--muted);
}
.url-box {
  display: flex;
  gap: 10px;
}
.url-box input {
  flex: 1;
  min-width: 0;
  background: #f6f8f1;
  font-size: 12px;
}
.device {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.device p {
  margin: 4px 0;
  font-size: 12px;
}
label {
  display: block;
  font-size: 13px;
  margin-bottom: 18px;
}
input,
select,
textarea {
  display: block;
  padding: 13px;
  width: 100%;
  border-radius: 7px;
  border: 1px solid #ccd4c5;
  background: white;
  color: var(--ink);
  margin-top: 8px;
}
textarea {
  resize: vertical;
  min-height: 130px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.prose {
  max-width: 800px;
  margin: 50px auto 100px;
}
.prose h1 {
  font-size: 3.4rem;
}
.prose h2 {
  font-size: 1.8rem;
  margin: 35px 0 15px;
}
.prose p {
  line-height: 1.8;
}
.table-wrap {
  overflow-x: auto;
  margin-bottom: 35px;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
th,
td {
  text-align: left;
  border-bottom: 1px solid var(--line);
  padding: 14px 10px;
  max-width: 450px;
  overflow-wrap: anywhere;
}
td .button {
  margin: 3px;
  font-size: 11px;
  padding: 8px;
}
.status-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.status-HEALTHY,
.status-ACTIVE {
  color: #3c743d;
}
.status-DOWN,
.status-FAILED,
.status-EXPIRED {
  color: #a84434;
}
.pill.status-NOT_READY,
.pill.status-PROVISIONING,
.pill.status-DEVELOPMENT_MOCK {
  background: #edf0e8;
  color: #67705f;
}
.pill.status-DOWN,
.pill.status-FAILED,
.pill.status-EXPIRED {
  background: #f9e3da;
}
footer {
  border-top: 1px solid var(--line);
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  font-size: 12px;
}
footer .brand {
  font-size: 18px;
}
footer p {
  margin-right: auto;
}
footer div {
  display: flex;
  gap: 20px;
}
footer small {
  width: 100%;
  color: #8a9383;
}
#toast {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: var(--dark);
  color: white;
  padding: 18px 24px;
  border-radius: 10px;
  max-width: min(450px, 90vw);
  z-index: 20;
  box-shadow: 0 6px 30px #0002;
}
[hidden] {
  display: none !important;
}
@media (max-width: 900px) {
  main,
  .header,
  footer {
    padding-left: 25px;
    padding-right: 25px;
  }
  .hero {
    gap: 30px;
    padding-top: 35px;
  }
  .hero h1 {
    font-size: 3.2rem;
  }
  .route-line {
    gap: 9px;
    padding: 18px 10px;
  }
  .route-line .pill {
    display: none;
  }
  .connection-card {
    padding: 22px;
  }
  .grid.three {
    gap: 12px;
  }
  .cta-panel {
    padding: 30px;
  }
  .dashboard-shell {
    grid-template-columns: 150px 1fr;
    gap: 20px;
  }
  .stats {
    grid-template-columns: 1fr 1fr;
  }
  footer div {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .header {
    height: 85px;
    gap: 10px;
  }
  .header nav {
    display: none;
  }
  .header .button {
    font-size: 11px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 28px 0 45px;
    gap: 40px;
  }
  .hero h1 {
    font-size: 3.4rem;
  }
  .hero .lead {
    font-size: 15px;
  }
  .hero .eyebrow {
    font-size: 9px;
  }
  .connection-card {
    transform: none;
  }
  .route-line .pill {
    display: block;
  }
  .principles {
    gap: 12px;
    font-size: 8px;
    line-height: 1.6;
  }
  .grid.three,
  .grid.two {
    grid-template-columns: 1fr;
  }
  .feature {
    padding: 10px 0;
  }
  .feature-num {
    margin-bottom: 15px;
  }
  .section {
    padding: 35px 0;
  }
  .cta-panel {
    display: block;
    margin-bottom: 50px;
  }
  .cta-panel .button {
    margin-top: 30px;
  }
  .page-head {
    padding-top: 30px;
  }
  .dashboard-shell {
    grid-template-columns: 1fr;
  }
  .side-nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
  }
  .side-nav a,
  .text-button {
    padding: 10px;
    font-size: 12px;
  }
  .stats {
    gap: 10px;
  }
  .card {
    padding: 22px;
  }
  .url-box {
    flex-direction: column;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  footer div {
    flex-wrap: wrap;
  }
  .prose h1 {
    font-size: 2.7rem;
  }
  .price {
    font-size: 3.5rem;
  }
}
