:root {
  --ink: #102f2a;
  --muted: #61736f;
  --brand: #0b5148;
  --brand-dark: #073b35;
  --mint: #dff5ec;
  --cream: #fbfaf5;
  --line: #dce7e3;
  --orange: #ef7d32;
  --shadow: 0 24px 70px rgba(13, 62, 54, .12);
}

* { box-sizing: border-box; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--brand); }
button, input, select { font: inherit; }
button { cursor: pointer; }
.site-header {
  width: min(1180px, calc(100% - 40px));
  height: 78px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--ink);
  text-decoration: none;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.03em;
}
.brand img { width: 154px; height: auto; display: block; }
.brand-mark {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px 3px 10px 3px;
  color: white;
  background: var(--brand);
  font-family: Georgia, serif;
  font-weight: 700;
}
.quiet-link { color: var(--muted); font-size: 14px; text-decoration: none; }
.hero {
  width: min(1180px, calc(100% - 40px));
  margin: 34px auto 96px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 72px;
}
.hero-copy { padding: 20px 0; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
h1, h2, h3, p { text-wrap: pretty; }
.hero h1 {
  max-width: 680px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5vw, 70px);
  font-weight: 500;
  line-height: .99;
  letter-spacing: -.045em;
}
.lede {
  max-width: 620px;
  margin: 26px 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.6;
}
.trial-promise {
  display: flex;
  gap: 0;
  padding: 18px 0;
  border-block: 1px solid var(--line);
}
.trial-promise div { min-width: 140px; padding-right: 24px; margin-right: 24px; border-right: 1px solid var(--line); }
.trial-promise div:last-child { border: 0; margin: 0; }
.trial-promise strong, .trial-promise span { display: block; }
.trial-promise strong { font-size: 16px; }
.trial-promise span { margin-top: 4px; color: var(--muted); font-size: 12px; }
.feature-list { margin: 24px 0 0; padding: 0; list-style: none; }
.feature-list li { margin: 13px 0; color: #405b56; font-size: 14px; }
.feature-list li > span { color: var(--orange); font-weight: 900; margin-right: 8px; }
.signup-card {
  position: relative;
  padding: 34px;
  border: 1px solid rgba(11, 81, 72, .14);
  border-radius: 20px;
  background: white;
  box-shadow: var(--shadow);
}
.signup-card::before {
  position: absolute;
  content: "";
  width: 130px;
  height: 130px;
  right: -22px;
  top: -22px;
  z-index: -1;
  border-radius: 50%;
  background: var(--mint);
}
.card-heading p, .card-kicker { margin: 0 0 7px; color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.card-heading h2, .card-heading h1 { margin: 0; font-size: 30px; letter-spacing: -.03em; }
.card-heading > span { display: block; margin: 6px 0 24px; color: var(--muted); font-size: 13px; }
form label { display: block; color: #284640; font-size: 12px; font-weight: 750; }
input, select {
  width: 100%;
  min-height: 45px;
  margin-top: 7px;
  padding: 10px 12px;
  border: 1px solid #cbdad6;
  border-radius: 8px;
  outline: none;
  background: white;
  color: var(--ink);
}
input:focus, select:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(11, 81, 72, .1); }
label small { display: block; min-height: 16px; margin-top: 5px; color: var(--muted); font-weight: 500; }
.two-up { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 15px; }
.signup-card > form > label { margin-top: 15px; }
.domain-field {
  display: flex;
  margin-top: 7px;
  overflow: hidden;
  border: 1px solid #cbdad6;
  border-radius: 8px;
}
.domain-field:focus-within { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(11, 81, 72, .1); }
.domain-field input { min-width: 0; margin: 0; border: 0; border-radius: 0; box-shadow: none; text-align: right; }
.domain-field span { display: flex; align-items: center; padding: 0 12px 0 3px; color: #5e736e; background: #f7faf9; font-size: 14px; }
.consent { display: flex; gap: 9px; align-items: flex-start; line-height: 1.45; }
.consent input { width: 16px; min-height: 16px; margin: 2px 0 0; }
.primary-button, .secondary-button, .inline-form button, .domain-connect-form button {
  border: 0;
  border-radius: 9px;
  font-weight: 800;
}
.primary-button {
  width: 100%;
  min-height: 49px;
  margin-top: 20px;
  padding: 12px 18px;
  color: white;
  background: var(--brand);
  box-shadow: 0 8px 18px rgba(11, 81, 72, .18);
}
.primary-button:hover { background: var(--brand-dark); transform: translateY(-1px); }
.primary-button:disabled { cursor: wait; opacity: .65; transform: none; }
.primary-button span { float: right; }
.form-message { min-height: 20px; margin: 12px 0 0; color: var(--brand); font-size: 13px; font-weight: 700; }
.form-message.error { color: #ad2f2f; }
.fine-print { margin: 18px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.apps { padding: 90px max(20px, calc((100% - 1180px) / 2)); background: #0b3b35; color: white; }
.apps .eyebrow { color: #74d7c3; }
.apps > h2 { margin: 0 0 38px; font-family: Georgia, serif; font-size: 42px; font-weight: 500; letter-spacing: -.03em; }
.app-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.app-grid article { min-height: 180px; padding: 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: rgba(255,255,255,.055); }
.app-grid h3 { margin: 16px 0 8px; font-size: 16px; }
.app-grid p { margin: 0; color: #bcd0cc; font-size: 12px; line-height: 1.55; }
.app-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 9px; font-weight: 900; }
.sales { background: #f6ca73; color: #60420b; }.crm { background: #9edccf; color: #12493f; }.invoice { background: #c5b7eb; color: #392969; }
.purchase { background: #f4a980; color: #6d2d0c; }.contacts { background: #91c6ee; color: #123f61; }.discuss { background: #f1a7b9; color: #6c1730; }
footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; padding: 28px max(20px, calc((100% - 1180px) / 2)); color: #6b7f7a; background: #062e29; font-size: 11px; }
footer a { color: #bdd2ce; }

.account-page, .admin-page { min-height: 100vh; background: #f4f7f5; }
.account-shell, .admin-shell { width: min(1080px, calc(100% - 40px)); margin: 40px auto 80px; }
.account-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.account-heading h1 { margin: 0; font-family: Georgia, serif; font-size: 42px; font-weight: 500; }
.status-badge { padding: 8px 13px; border-radius: 99px; color: var(--brand); background: var(--mint); font-size: 12px; font-weight: 800; text-transform: capitalize; }
.status-badge.grace, .status-badge.failed { color: #9d351d; background: #fde5dc; }
.account-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.account-card { padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 8px 28px rgba(13, 62, 54, .05); }
.account-card h2 { margin: 0 0 10px; font-size: 24px; }
.account-card p { color: var(--muted); line-height: 1.55; }
.full-width { grid-column: 1/-1; }
.price-row { display: flex; align-items: center; gap: 14px; margin: 22px 0 5px; }
.price-row strong { font-family: Georgia, serif; font-size: 45px; font-weight: 500; }
.price-row span { color: var(--muted); font-size: 12px; line-height: 1.4; }
.billing-offer { margin-top: 20px; padding: 18px; border: 1px solid #f0cbaa; border-radius: 13px; background: #fff8f0; }
.billing-offer .price-row { margin: 8px 0; }
.offer-label { color: #b85c1a; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.billing-options { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 12px; }
.billing-option { padding: 14px; border: 1px solid var(--line); border-radius: 11px; color: var(--ink); background: white; text-align: left; }
.billing-option:hover { border-color: var(--brand); background: #fbf7ef; }
.billing-option span, .billing-option strong, .billing-option small { display: block; }
.billing-option span { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.billing-option strong { margin-top: 5px; font-size: 24px; }
.billing-option small { margin-top: 2px; color: var(--muted); font-size: 9px; }
.onboarding-card { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.onboarding-card > div:last-child { min-width: 190px; }
.onboarding-price strong, .onboarding-price span { display: block; }
.onboarding-price strong { font-family: Georgia, serif; font-size: 38px; font-weight: 500; }
.onboarding-price span { color: var(--muted); font-size: 10px; }
.secondary-button { width: 100%; min-height: 44px; margin-top: 10px; padding: 10px 15px; color: var(--brand); background: #eaf4f1; }
.account-card small { display: block; margin-top: 14px; color: var(--muted); line-height: 1.45; }
.text-button { display: inline-block; margin: 5px 0 22px; font-weight: 800; text-decoration: none; }
.inline-form { display: grid; grid-template-columns: 1fr auto auto; gap: 8px; align-items: end; padding-top: 18px; border-top: 1px solid var(--line); }
.inline-form > span { padding-bottom: 12px; margin-left: -8px; color: var(--muted); font-size: 13px; }
.inline-form button, .domain-connect-form button { height: 45px; padding: 0 15px; color: white; background: var(--brand); }
.warning-note { font-size: 11px; }
.domain-connect-form { display: flex; gap: 10px; max-width: 670px; }
.domain-connect-form input { margin: 0; }
.dns-box { margin-top: 22px; padding: 20px; border-radius: 12px; background: #f4f8f7; }
.dns-box dl { display: grid; grid-template-columns: 80px 1fr; gap: 8px; }
.dns-box dt { color: var(--muted); }.dns-box dd { margin: 0; font-family: ui-monospace, monospace; overflow-wrap: anywhere; }
.metric-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-bottom: 22px; }
.metric { padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.metric strong { display: block; font-size: 28px; }.metric span { color: var(--muted); font-size: 11px; text-transform: capitalize; }
.table-shell { overflow: auto; border: 1px solid var(--line); border-radius: 14px; background: white; }
table { width: 100%; border-collapse: collapse; font-size: 12px; }
th, td { padding: 14px; border-bottom: 1px solid #edf2f0; text-align: left; vertical-align: top; }
th { color: var(--muted); background: #f8faf9; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
td strong, td span { display: block; }
td span { margin-top: 3px; color: var(--muted); }
.compact-card { max-width: 460px; margin: 90px auto; }
.state-page { min-height: 100vh; display: grid; place-items: center; padding: 20px; background: #eaf2ef; }
.state-card { max-width: 600px; padding: 50px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: var(--shadow); text-align: center; }
.state-card .brand-mark { margin-bottom: 30px; }.state-card h1 { margin: 0; font-family: Georgia, serif; font-size: 42px; font-weight: 500; }
.state-card > p:not(.eyebrow,.fine-print) { color: var(--muted); line-height: 1.7; }
.button-link { display: inline-block; width: auto; text-decoration: none; }
.legal-page { width: min(760px, calc(100% - 40px)); margin: 65px auto 100px; }
.legal-page > h1 { margin: 0 0 26px; font-family: Georgia, serif; font-size: 52px; font-weight: 500; letter-spacing: -.035em; }
.legal-page h2 { margin: 36px 0 10px; font-size: 20px; }
.legal-page p { color: #4f6661; line-height: 1.75; }
.legal-page .legal-note { margin-top: 48px; padding: 18px; border-left: 3px solid var(--orange); background: #fff5eb; font-size: 13px; }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; gap: 34px; }
  .hero-copy { text-align: center; }
  .hero h1, .lede { margin-inline: auto; }
  .trial-promise { justify-content: center; }
  .feature-list { display: inline-block; text-align: left; }
  .app-grid { grid-template-columns: repeat(3, 1fr); }
  .metric-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 650px) {
  .site-header { width: min(100% - 28px, 1180px); height: 66px; }
  .hero { width: min(100% - 28px, 1180px); margin-top: 16px; }
  .hero h1 { font-size: 43px; }
  .trial-promise { display: grid; grid-template-columns: 1fr 1fr; text-align: left; }
  .trial-promise div { min-width: 0; margin: 0 0 12px; }
  .signup-card { padding: 24px; }
  .two-up, .account-grid { grid-template-columns: 1fr; }
  .full-width { grid-column: auto; }
  .app-grid { grid-template-columns: 1fr 1fr; }
  .apps > h2 { font-size: 34px; }
  .account-heading { align-items: flex-start; flex-direction: column; }
  .inline-form { grid-template-columns: 1fr auto; }
  .inline-form label { grid-column: 1/-1; }
  .domain-connect-form { flex-direction: column; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .billing-options { grid-template-columns: 1fr; }
  .onboarding-card { align-items: stretch; flex-direction: column; }
}

/* Nadmaa trial experience */
.trial-page {
  --ink: #171512;
  --muted: #686158;
  --brand: #d46a1d;
  --brand-dark: #b85614;
  --cream: #fbf8f2;
  --line: #ded6ca;
  --orange: #d46a1d;
  --shadow: 0 32px 80px rgba(42, 32, 21, .13), 0 4px 14px rgba(42, 32, 21, .05);
  position: relative;
  overflow-x: hidden;
  color: var(--ink);
  background:
    linear-gradient(rgba(251, 248, 242, .94), rgba(251, 248, 242, .94)),
    linear-gradient(90deg, rgba(71, 61, 49, .05) 1px, transparent 1px),
    linear-gradient(rgba(71, 61, 49, .05) 1px, transparent 1px);
  background-size: auto, 44px 44px, 44px 44px;
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
}

.trial-page::before {
  position: absolute;
  content: "";
  inset: 0 0 auto;
  height: 760px;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.68), transparent);
}

.trial-page .ambient {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(20px);
}

.trial-page .ambient-one {
  width: 430px;
  height: 430px;
  top: 110px;
  left: -270px;
  background: rgba(231, 126, 48, .14);
}

.trial-page .ambient-two {
  width: 360px;
  height: 360px;
  top: 480px;
  right: -250px;
  background: rgba(30, 27, 24, .07);
}

.trial-page .site-header,
.trial-page main,
.trial-page footer {
  position: relative;
  z-index: 1;
}

.trial-page .site-header {
  width: min(1240px, calc(100% - 48px));
  height: auto;
  min-height: 76px;
  margin-top: 18px;
  padding: 13px 18px 13px 22px;
  border: 1px solid rgba(201, 190, 169, .72);
  border-radius: 22px;
  background: rgba(255, 253, 249, .8);
  box-shadow: 0 16px 40px rgba(36, 29, 20, .07);
  backdrop-filter: blur(22px) saturate(150%);
}

.trial-page .brand img {
  width: 154px;
  height: auto;
  display: block;
}

.trial-page .header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.trial-page .secure-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #706960;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.trial-page .secure-note span {
  color: #51a46f;
  font-size: 8px;
}

.trial-page .quiet-link {
  padding: 10px 14px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.trial-page .quiet-link strong {
  margin-left: 3px;
  color: var(--ink);
}

.trial-page .hero {
  width: min(1200px, calc(100% - 48px));
  margin: 72px auto 108px;
  grid-template-columns: minmax(0, 1fr) minmax(460px, .84fr);
  gap: clamp(50px, 7vw, 100px);
  align-items: center;
}

.trial-page .hero-copy {
  padding: 8px 0 0;
}

.trial-page .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: #756e65;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .08em;
}

.trial-page .eyebrow > span {
  padding: 7px 10px;
  border: 1px solid rgba(212, 106, 29, .35);
  border-radius: 99px;
  color: var(--brand);
  background: rgba(255, 244, 232, .84);
}

.trial-page .hero h1 {
  max-width: 650px;
  color: #171512;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(64px, 7.1vw, 104px);
  font-weight: 400;
  line-height: .87;
  letter-spacing: -.045em;
}

.trial-page .hero h1 em {
  display: block;
  color: var(--brand);
  font-weight: 400;
}

.trial-page .lede {
  max-width: 590px;
  margin: 30px 0 32px;
  color: #625c54;
  font-size: 17px;
  line-height: 1.72;
}

.trial-page .trial-promise {
  max-width: 610px;
  padding: 20px 0;
  border-color: var(--line);
}

.trial-page .trial-promise div {
  min-width: 0;
  flex: 1;
  padding: 0 22px;
  margin: 0;
  border-color: var(--line);
}

.trial-page .trial-promise div:first-child {
  padding-left: 0;
}

.trial-page .trial-promise strong {
  font-size: 15px;
  letter-spacing: -.02em;
}

.trial-page .trial-promise span {
  color: #7c756c;
  font-size: 10px;
}

.trial-page .founder-note {
  max-width: 610px;
  margin: 12px 0 0;
  padding: 11px 14px;
  border: 1px solid rgba(212, 106, 29, .22);
  border-radius: 10px;
  color: #71685e;
  background: rgba(255, 244, 232, .72);
  font-size: 10px;
  line-height: 1.5;
}

.trial-page .founder-note strong {
  color: var(--brand-dark);
}

.trial-page .feature-list {
  max-width: 560px;
  margin-top: 26px;
}

.trial-page .feature-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  margin: 17px 0;
  color: var(--ink);
}

.trial-page .feature-list li > span {
  padding-top: 2px;
  color: var(--brand);
  font-family: "DM Mono", monospace;
  font-size: 10px;
  font-weight: 500;
}

.trial-page .feature-list strong,
.trial-page .feature-list small {
  display: block;
}

.trial-page .feature-list strong {
  margin-bottom: 3px;
  font-size: 13px;
}

.trial-page .feature-list small {
  color: #756f66;
  font-size: 11px;
  line-height: 1.5;
}

.trial-page .support-line {
  margin: 28px 0 0 46px;
  color: #8a8379;
  font-size: 11px;
}

.trial-page .support-line a {
  color: #4c4740;
  font-weight: 700;
}

.trial-page .signup-card {
  padding: 42px;
  overflow: hidden;
  border: 1px solid rgba(194, 181, 164, .75);
  border-radius: 24px;
  background: rgba(255, 253, 249, .96);
  box-shadow: var(--shadow);
}

.trial-page .signup-card::before {
  display: none;
}

.trial-page .card-accent {
  position: absolute;
  width: 170px;
  height: 170px;
  top: -105px;
  right: -85px;
  border: 1px solid rgba(212, 106, 29, .22);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(212,106,29,.045), 0 0 0 56px rgba(212,106,29,.025);
}

.trial-page .step-label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  color: #817a71;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.trial-page .step-label span {
  color: var(--brand);
}

.trial-page .card-heading h2 {
  max-width: 390px;
  color: #1c1916;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 41px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.025em;
}

.trial-page .card-heading p {
  margin: 10px 0 28px;
  color: #777067;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.trial-page form label {
  color: #4b453e;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .02em;
}

.trial-page input,
.trial-page select {
  min-height: 47px;
  border-color: #d8cfc3;
  border-radius: 10px;
  color: #211e1a;
  background: #fffefa;
  font-size: 13px;
}

.trial-page input::placeholder {
  color: #aaa298;
}

.trial-page input:focus,
.trial-page select:focus,
.trial-page .domain-field:focus-within {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(212, 106, 29, .1);
}

.trial-page label small {
  color: #8b837a;
  font-size: 9px;
}

.trial-page .two-up {
  gap: 12px;
  margin-bottom: 14px;
}

.trial-page .signup-card > form > label {
  margin-top: 14px;
}

.trial-page .domain-field {
  border-color: #d8cfc3;
  border-radius: 10px;
  background: #fffefa;
}

.trial-page .domain-field input {
  text-align: left;
}

.trial-page .domain-field span {
  color: #645d54;
  background: #f4efe7;
  font-size: 12px;
}

.trial-page .consent {
  gap: 10px;
  color: #716a61;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.55;
}

.trial-page .consent input {
  accent-color: var(--brand);
}

.trial-page .consent a {
  color: #37322c;
  font-weight: 700;
}

.trial-page .primary-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  margin-top: 20px;
  padding: 13px 15px 13px 19px;
  border-radius: 11px;
  background: #1b1916;
  box-shadow: 0 12px 24px rgba(27, 25, 22, .15);
  transition: transform 150ms ease, background 150ms ease;
}

.trial-page .primary-button:hover {
  background: #302b26;
}

.trial-page .primary-button b {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #1b1916;
  background: #f18850;
  font-size: 15px;
}

.trial-page .form-message {
  color: var(--brand-dark);
}

.trial-page .card-footer {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 4px;
  padding-top: 18px;
  border-top: 1px solid #e6dfd5;
}

.trial-page .card-footer > span {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #477356;
  background: #e2f0e6;
  font-size: 10px;
  font-weight: 800;
}

.trial-page .card-footer p {
  margin: 1px 0 0;
  color: #827a71;
  font-size: 9px;
  line-height: 1.55;
}

.trial-page .apps {
  padding: 96px max(24px, calc((100% - 1200px) / 2)) 110px;
  color: white;
  background: #1a1815;
}

.trial-page .apps-heading {
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 80px;
  align-items: end;
  margin-bottom: 48px;
}

.trial-page .apps .eyebrow {
  color: #f18a58;
}

.trial-page .apps h2 {
  max-width: 630px;
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(48px, 5vw, 70px);
  font-weight: 400;
  line-height: .97;
  letter-spacing: -.035em;
}

.trial-page .apps-heading > p {
  margin: 0 0 5px;
  color: #aaa299;
  font-size: 13px;
  line-height: 1.7;
}

.trial-page .app-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255,255,255,.15);
  border-bottom: 1px solid rgba(255,255,255,.15);
}

.trial-page .app-grid article {
  position: relative;
  min-height: 218px;
  padding: 24px 20px;
  border: 0;
  border-right: 1px solid rgba(255,255,255,.12);
  border-radius: 0;
  background: transparent;
  transition: background 160ms ease;
}

.trial-page .app-grid article:nth-child(4n) {
  border-right: 0;
}

.trial-page .app-grid article:nth-child(-n+4) {
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.trial-page .app-grid article:hover {
  background: rgba(255,255,255,.045);
}

.trial-page .app-number {
  display: block;
  margin-bottom: 33px;
  color: #777068;
  font-family: "DM Mono", monospace;
  font-size: 9px;
}

.trial-page .app-icon {
  width: 35px;
  height: 35px;
  border: 1px solid rgba(241, 138, 88, .34);
  border-radius: 50%;
  color: #f18a58;
  background: rgba(241, 138, 88, .07);
  font-size: 12px;
}

.trial-page .app-grid h3 {
  margin: 20px 0 8px;
  font-size: 14px;
}

.trial-page .app-grid p {
  color: #9f978e;
  font-size: 10px;
  line-height: 1.6;
}

.trial-page footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 30px max(24px, calc((100% - 1200px) / 2));
  color: #756e65;
  background: #f6f1e9;
  font-size: 9px;
}

.trial-page footer img {
  width: 126px;
}

.trial-page footer > p {
  margin: 0 0 0 30px;
}

.trial-page footer div {
  display: flex;
  gap: 18px;
}

.trial-page footer a {
  color: #4f4941;
}

@media (max-width: 960px) {
  .trial-page .hero {
    grid-template-columns: 1fr;
    gap: 54px;
    margin-top: 64px;
  }

  .trial-page .hero-copy {
    text-align: left;
  }

  .trial-page .hero h1,
  .trial-page .lede {
    margin-inline: 0;
  }

  .trial-page .signup-card {
    width: min(100%, 620px);
    margin: auto;
  }

  .trial-page .apps-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

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

  .trial-page .app-grid article,
  .trial-page .app-grid article:nth-child(3) {
    border-right: 1px solid rgba(255,255,255,.12);
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .trial-page .app-grid article:nth-child(2n) {
    border-right: 0;
  }

  .trial-page .app-grid article:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}

@media (max-width: 650px) {
  .trial-page .site-header {
    width: calc(100% - 24px);
    min-height: 64px;
    margin-top: 10px;
    padding: 10px 13px;
    border-radius: 16px;
  }

  .trial-page .brand img {
    width: 126px;
  }

  .trial-page .secure-note {
    display: none;
  }

  .trial-page .quiet-link {
    padding: 7px 0 7px 11px;
  }

  .trial-page .quiet-link strong {
    display: block;
    margin: 0;
  }

  .trial-page .hero {
    width: calc(100% - 28px);
    margin: 52px auto 72px;
    gap: 42px;
  }

  .trial-page .hero h1 {
    font-size: clamp(61px, 20vw, 82px);
  }

  .trial-page .lede {
    margin-top: 24px;
    font-size: 15px;
  }

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

  .trial-page .trial-promise div {
    padding: 0 10px;
    margin: 0;
    border-right: 1px solid var(--line);
  }

  .trial-page .trial-promise strong {
    font-size: 12px;
  }

  .trial-page .trial-promise span {
    font-size: 8px;
  }

  .trial-page .support-line {
    margin-left: 46px;
  }

  .trial-page .signup-card {
    padding: 28px 20px;
    border-radius: 19px;
  }

  .trial-page .card-heading h2 {
    font-size: 36px;
  }

  .trial-page .apps {
    padding-top: 72px;
  }

  .trial-page .app-grid {
    grid-template-columns: 1fr 1fr;
  }

  .trial-page .app-grid article {
    min-height: 200px;
    border-right: 1px solid rgba(255,255,255,.12);
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .trial-page .app-grid article:nth-child(2n) {
    border-right: 0;
  }

  .trial-page .app-grid article:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .trial-page footer {
    grid-template-columns: 1fr;
    gap: 14px;
    text-align: left;
  }

  .trial-page footer > p {
    margin: 0;
  }

  .trial-page footer div {
    flex-wrap: wrap;
  }
}
