:root {
  --ftc-ink: #10233f;
  --ftc-copy: #46566d;
  --ftc-green: #169b62;
  --ftc-teal: #087e80;
  --ftc-gold: #f2ae32;
  --ftc-line: #dce4eb;
  --ftc-soft: #f5f9fc;
}

body:has(#osm-signup-page.osm-plan-5) {
  overflow-x: hidden;
  color: var(--ftc-ink);
  background: radial-gradient(circle at 92% 22%, rgba(35, 174, 146, .08), transparent 32%), #f7f9fc;
}

body:has(#osm-signup-page.osm-plan-5) #t4-header,
body:has(#osm-signup-page.osm-plan-5) .t4-offcanvas,
body:has(#osm-signup-page.osm-plan-5) #t4-section-2,
body:has(#osm-signup-page.osm-plan-5) #t4-footer { display: none !important; }

body:has(#osm-signup-page.osm-plan-5) #t4-main-body,
body:has(#osm-signup-page.osm-plan-5) #t4-main-body > .t4-section-inner {
  max-width: none;
  margin: 0;
  padding: 0;
}

.ftc-minimal-header {
  border-bottom: 1px solid #e5e9ee;
  background: rgba(255,255,255,.96);
}

.ftc-minimal-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 40px));
  min-height: 76px;
  margin: 0 auto;
}

.ftc-minimal-header img { display: block; width: 145px; height: auto; }
.ftc-minimal-header span { color: #566579; font-size: .88rem; font-weight: 700; }

#osm-signup-page.osm-plan-5 {
  box-sizing: border-box;
  width: min(1180px, calc(100% - 40px));
  max-width: none;
  margin: 0 auto;
  padding: clamp(32px, 5vw, 68px) 0 26px;
  color: var(--ftc-ink);
  font-family: Inter, Barlow, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#osm-signup-page.osm-plan-5 * { box-sizing: border-box; }

.ftc-checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, .82fr);
  gap: clamp(28px, 4vw, 50px);
  align-items: start;
}

.ftc-access-card,
.ftc-product-card {
  border: 1px solid var(--ftc-line);
  border-radius: 22px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 18px 50px rgba(26, 48, 75, .08);
}

.ftc-access-card { padding: clamp(25px, 4vw, 44px); }
.ftc-checkout-intro { margin-bottom: 25px; }

.ftc-eyebrow {
  display: inline-flex;
  gap: 8px;
  margin: 0 0 16px;
  border: 1px solid #a9ddc5;
  border-radius: 999px;
  padding: 6px 14px;
  color: #147a50;
  background: #edf9f2;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ftc-checkout-intro h1 {
  max-width: 650px;
  margin: 0 0 14px;
  color: var(--ftc-ink);
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.08;
}

.ftc-checkout-intro > p:last-child {
  max-width: 670px;
  margin: 0;
  color: var(--ftc-copy);
  font-size: 1.05rem;
  line-height: 1.65;
}

.ftc-existing-login {
  margin: 0 0 26px;
  border: 1px solid var(--ftc-line);
  border-radius: 12px;
  background: var(--ftc-soft);
}

.ftc-existing-login summary {
  cursor: pointer;
  padding: 14px 17px;
  color: #43536a;
  font-weight: 700;
}

.ftc-existing-login summary strong { color: #087e80; }
.ftc-existing-login #osm_login_form { margin: 0; border-top: 1px solid var(--ftc-line); padding: 20px; }
.ftc-existing-login #osm-existing-user-login { display: none; }

.ftc-new-account-head { margin-bottom: 22px; }
.ftc-new-account-head h2 { margin: 0 0 5px; color: var(--ftc-ink); font-size: 1.45rem; }
.ftc-new-account-head p { margin: 0; color: #657489; }

#osm-signup-page.osm-plan-5 #osm-new-user-register,
#osm-signup-page.osm-plan-5 #osm-account-information { display: none; }

#osm-signup-page.osm-plan-5 #os_form { display: block; width: 100%; margin: 0; }

#osm-signup-page.osm-plan-5 .form-row,
#osm-signup-page.osm-plan-5 .control-group {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  width: 100%;
  margin: 0 0 17px;
}

#osm-signup-page.osm-plan-5 .form-row > [class*="col-"],
#osm-signup-page.osm-plan-5 .control-label,
#osm-signup-page.osm-plan-5 .controls { width: auto; max-width: none; padding: 0; }

#osm-signup-page.osm-plan-5 label { margin: 0; color: #24364f; font-weight: 800; }

#osm-signup-page.osm-plan-5 input[type="text"],
#osm-signup-page.osm-plan-5 input[type="email"],
#osm-signup-page.osm-plan-5 input[type="password"] {
  width: 100%;
  min-height: 52px;
  border: 1px solid #cdd7e2;
  border-radius: 10px;
  padding: 11px 13px;
  color: var(--ftc-ink);
  background: #fff;
  box-shadow: none;
}

#osm-signup-page.osm-plan-5 .input-group { width: 100%; }
#osm-signup-page.osm-plan-5 input:focus { border-color: var(--ftc-teal); outline: 3px solid rgba(8,126,128,.13); }

#osm-signup-page.osm-plan-5 .input-password-toggle {
  min-width: 48px;
  border: 1px solid #cdd7e2;
  border-left: 0;
  border-radius: 0 10px 10px 0;
  background: #f4f7f9;
}

#osm-signup-page.osm-plan-5 .osm-heading {
  margin: 30px 0 18px;
  border-top: 1px solid var(--ftc-line);
  padding-top: 25px;
  color: var(--ftc-ink);
  font-size: 1.35rem;
}

#osm-signup-page.osm-plan-5 #osm-amount-container input { max-width: 120px; font-weight: 900; }
#osm-signup-page.osm-plan-5 #payment_method_container .eb-form-control { color: #40536c; font-weight: 800; }
.ftc-payment-method strong,
.ftc-payment-method small { display: block; }
.ftc-payment-method strong { color: #263b54; }
.ftc-payment-method small { margin-top: 3px; color: #68788c; line-height: 1.4; }

#osm-signup-page.osm-plan-5 .form-actions { margin: 26px 0 0; padding: 0; background: transparent; }
#osm-signup-page.osm-plan-5 #btn-submit {
  width: 100%;
  min-height: 58px;
  border: 0;
  border-radius: 10px;
  padding: 14px 22px;
  color: #fff;
  background: linear-gradient(135deg, #087e80, #05645f);
  font-size: 1.05rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(8,126,128,.22);
}

.ftc-security-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px;
  color: #53647a;
  font-size: .78rem;
  text-align: center;
}

.ftc-security-row span::before { content: "✓"; display: block; margin-bottom: 4px; color: var(--ftc-green); font-weight: 900; }

.ftc-benefits { display: grid; gap: 26px; }
.ftc-product-card { display: grid; grid-template-columns: 1fr auto; gap: 18px; padding: 28px; }
.ftc-product-label { margin: 0; color: var(--ftc-ink); font-size: 1.2rem; font-weight: 900; }
.ftc-price { margin: 5px 0 10px; color: #087e80; font-size: 3rem; font-weight: 900; line-height: 1; }
.ftc-price span { font-size: .65em; }
.ftc-product-card ul { margin: 0; padding: 0; list-style: none; color: #44566d; }
.ftc-product-card li { margin: 7px 0; }
.ftc-product-card li::before, .ftc-check-list li::before { content: "✓"; margin-right: 9px; color: var(--ftc-green); font-weight: 900; }

.ftc-chord-preview {
  display: grid;
  place-items: center;
  width: 142px;
  border: 1px solid #d5dee7;
  border-radius: 14px;
  padding: 7px;
  background: linear-gradient(155deg, #f9fbfc, #eef4f5);
  box-shadow: 0 10px 24px rgba(33,57,82,.1);
}
.ftc-chord-preview svg { display: block; width: 100%; height: auto; }
.ftc-chord-name { fill: #18334c; font-size: 25px; font-weight: 900; }
.ftc-chord-grid { fill: none; stroke: #506476; stroke-width: 2; }
.ftc-chord-grid .ftc-chord-nut { stroke-width: 6; }
.ftc-chord-marker { fill: #516578; font-size: 18px; font-weight: 900; }
.ftc-finger { stroke: #fff; stroke-width: 3; }
.ftc-finger--1 { fill: #ef4444; }
.ftc-finger--2 { fill: #f5bd16; }
.ftc-finger--3 { fill: #22b96d; }
.ftc-finger-number { fill: #10233f; font-size: 14px; font-weight: 900; dominant-baseline: central; }
.ftc-string-labels { fill: #506476; font-size: 13px; font-weight: 900; text-anchor: middle; }

.ftc-product-promise {
  grid-column: 1 / -1;
  margin: 0;
  border-radius: 9px;
  padding: 13px 15px;
  color: #14784e;
  background: #eaf8f0;
  font-weight: 900;
  text-align: center;
}

.ftc-benefit-section { padding: 0 4px; }
.ftc-benefit-section + .ftc-benefit-section { border-top: 1px solid var(--ftc-line); padding-top: 24px; }
.ftc-benefit-section h2 { margin: 0 0 15px; color: #168355; font-size: .85rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ftc-check-list, .ftc-next-steps ol { margin: 0; padding: 0; list-style: none; }
.ftc-check-list li { margin: 12px 0; color: #344961; }

.ftc-tools-preview { min-width: 0; }
.ftc-tool-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.ftc-tool-gallery figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid #d7e0e7;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(27,52,76,.07);
}
.ftc-tool-gallery__feature { grid-column: 1 / -1; }
.ftc-tool-gallery img { display: block; width: 100%; aspect-ratio: 1.72 / 1; object-fit: cover; object-position: top; background: #121916; }
.ftc-tool-gallery__feature img { aspect-ratio: 2.25 / 1; }
.ftc-tool-gallery figcaption { display: grid; gap: 3px; padding: 11px 12px 13px; }
.ftc-tool-gallery figcaption strong { color: #213951; font-size: .88rem; }
.ftc-tool-gallery figcaption span { color: #647589; font-size: .72rem; line-height: 1.35; }

.ftc-next-steps li { display: grid; grid-template-columns: 30px 1fr; gap: 13px; margin: 15px 0; }
.ftc-next-steps li > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: #fff; background: var(--ftc-green); font-weight: 900; }
.ftc-next-steps strong, .ftc-next-steps small { display: block; }
.ftc-next-steps strong { color: #263b54; }
.ftc-next-steps small { margin-top: 2px; color: #657489; line-height: 1.4; }

.ftc-data-note { margin: 24px 0 0; color: #66768a; font-size: .82rem; text-align: center; }

@media (max-width: 900px) {
  .ftc-checkout-grid { grid-template-columns: 1fr; }
  .ftc-benefits { grid-row: 1; }
  .ftc-benefit-section { display: none; }
  .ftc-tools-preview { display: none; }
}

@media (max-width: 620px) {
  .ftc-minimal-header__inner, #osm-signup-page.osm-plan-5 { width: min(100% - 24px, 1180px); }
  .ftc-minimal-header span { display: none; }
  .ftc-access-card { border-radius: 16px; padding: 22px 18px; }
  .ftc-product-card { grid-template-columns: 1fr; padding: 22px 18px; }
  .ftc-chord-preview { display: none; }
  #osm-signup-page.osm-plan-5 .form-row, #osm-signup-page.osm-plan-5 .control-group { grid-template-columns: 1fr; gap: 6px; }
  .ftc-security-row { grid-template-columns: 1fr; text-align: left; }
  .ftc-security-row span::before { display: inline; margin-right: 7px; }
}
