/* Corporate Sign-Up page — scoped styles (prefixed `corp-`). */

.corp-page a {
  text-decoration: none;
}

/* ---------- Hero ---------- */
.corp-hero {
  background: #03356B;
  position: relative;
  overflow: hidden;
}

.corp-hero-glow-top {
  position: absolute;
  top: -220px;
  right: -160px;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 138, 0, 0.16) 0%, rgba(255, 138, 0, 0) 65%);
  pointer-events: none;
}

.corp-hero-glow-bottom {
  position: absolute;
  bottom: -300px;
  left: -200px;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 60%);
  pointer-events: none;
}

/* Site-wide header (.site-header) is sticky, so keep the same clearance
   below it for in-page anchor jumps to #signup/#how/#desks/#faq. */
#benefits,
#signup,
#how,
#desks,
#faq {
  scroll-margin-top: 96px;
}

.corp-hero-grid {
  /* Horizontal max-width/gutters come from Bootstrap's .container (applied
     alongside this class in JSX) so the hero content lines up with the
     header logo/nav — only the grid layout and vertical rhythm live here. */
  position: relative;
  z-index: 2;
  padding-top: 36px;
  padding-bottom: 44px;
  display: grid;
  grid-template-columns: 1.2fr minmax(0, 400px);
  gap: 64px;
  align-items: center;
}

.corp-hero-eyebrow {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #f6931c;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 50px;
  margin: 0 0 18px;
}

.corp-hero-title {
  color: #fff;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.12;
  margin: 0 0 16px;
  text-wrap: pretty;
}

.corp-hero-title .corp-accent {
  color: #f6931c;
}

.corp-hero-desc {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 24px;
  max-width: 520px;
}

.corp-hero-stats {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}

.corp-hero-stat-value {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
}

.corp-hero-stat-value.corp-accent {
  color: #f6931c;
}

.corp-hero-stat-label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin-top: 6px;
}

.corp-hero-stat-divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.18);
}

/* ---------- Registration card ---------- */
.corp-reg-card {
  background: #fff;
  border-radius: 20px;
  padding: 26px 28px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  width: 100%;
  max-width: 400px;
  justify-self: end;
}

.corp-reg-title {
  color: #03356B;
  font-weight: 600;
  font-size: 22px;
  margin: 0 0 4px;
}

.corp-reg-subtitle {
  color: #6c7785;
  font-size: 14px;
  margin: 0 0 16px;
}

.corp-reg-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.corp-reg-mt {
  margin-top: 10px;
}

.corp-reg-mt-lg {
  margin-top: 16px;
}

.corp-reg-card .form-control.corp-reg-input,
.corp-reg-card .form-select.corp-reg-select {
  width: 100%;
  padding: 9px 14px;
  border: 1px solid #dcdcdcbe;
  border-radius: 10px;
  font-size: 15px;
  font-family: inherit;
  outline: none;
  box-shadow: none;
  color: #1a2b3b;
}

.corp-reg-card .form-select.corp-reg-select {
  background-color: #fff;
  color: #707070;
}

.corp-reg-card .form-control.corp-reg-input:focus,
.corp-reg-card .form-select.corp-reg-select:focus {
  border-color: #03356B;
  box-shadow: none;
}

.corp-reg-card .form-control.corp-reg-input.is-invalid,
.corp-reg-card .form-select.corp-reg-select.is-invalid {
  border-color: #dc3545;
  background-image: none;
}

.corp-reg-phone-row {
  display: flex;
  gap: 12px;
}

.corp-reg-phone-row > div {
  flex: 1;
  min-width: 0;
}

.corp-reg-phone-row .react-tel-input .form-control {
  width: 100%;
  height: auto;
  padding: 9px 14px 9px 48px;
  border: 1px solid #dcdcdcbe;
  border-radius: 10px;
  font-size: 15px;
  font-family: inherit;
}

.corp-reg-phone-row .react-tel-input .form-control:focus {
  border-color: #03356B;
  box-shadow: none;
}

.corp-reg-phone-row .react-tel-input .flag-dropdown {
  border: 1px solid #dcdcdcbe;
  border-radius: 10px 0 0 10px;
  background: #fff;
}

.corp-reg-submit.btn {
  width: 100%;
  border: none;
  border-radius: 50px;
  padding: 12px;
  background: #f6931c;
  color: #03356B;
  font-size: 16px;
  font-weight: 700;
  font-family: inherit;
}

.corp-reg-submit.btn:hover,
.corp-reg-submit.btn:focus {
  background: #03356B;
  color: #fff;
}

.corp-reg-login {
  text-align: center;
  margin: 12px 0 0;
  font-size: 14px;
  color: #6c7785;
}

.corp-reg-login a {
  color: #03356B;
  font-weight: 600;
}

/* ---------- Shared section scaffolding ----------
 * Sections use Bootstrap's `.container` (same class the site header's logo
 * sits in) for horizontal max-width/gutters, so every section's left edge
 * lines up with the header logo instead of a one-off width for this page.
 */

.corp-section-title {
  font-size: 40px;
  font-weight: 600;
  color: #03356B;
  margin: 0 0 12px;
  text-wrap: pretty;
}

.corp-section-desc {
  font-size: 17px;
  color: #6c7785;
  margin: 0 0 44px;
  max-width: 640px;
}

.corp-section-desc--wide {
  max-width: 660px;
  color: #54606f;
}

/* ---------- Bento benefits ---------- */
.corp-benefits {
  padding: 88px 0 32px;
}

.corp-bento-top {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
  align-items: stretch;
}

.corp-bento-dashboard {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #03356B;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.corp-dash-inner {
  background: #fff;
  border-radius: 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.corp-dash-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid #E1EAF3;
}

.corp-dash-head-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.corp-dash-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #f6931c;
}

.corp-dash-head-title {
  font-size: 13.5px;
  font-weight: 600;
  color: #03356B;
}

.corp-dash-badge {
  font-size: 11px;
  font-weight: 600;
  color: #03356B;
  background: #EDF1F5;
  padding: 5px 12px;
  border-radius: 50px;
}

.corp-dash-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 16px 18px 8px;
}

.corp-dash-stat {
  background: #EDF1F5;
  border-radius: 10px;
  padding: 10px 12px;
}

.corp-dash-stat--accent {
  background: #03356B;
}

.corp-dash-stat-value {
  font-size: 19px;
  font-weight: 600;
  color: #03356B;
  line-height: 1;
}

.corp-dash-stat--accent .corp-dash-stat-value {
  color: #f6931c;
}

.corp-dash-stat-label {
  font-size: 10.5px;
  color: #6c7785;
  margin-top: 3px;
}

.corp-dash-stat--accent .corp-dash-stat-label {
  color: rgba(255, 255, 255, 0.7);
}

.corp-dash-table {
  padding: 8px 18px 16px;
  display: grid;
  gap: 8px;
}

.corp-dash-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr repeat(5, 26px);
  align-items: center;
  gap: 8px;
}

.corp-dash-row--head {
  font-size: 10px;
  color: #9aa4af;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.corp-dash-row--body {
  padding: 9px 0;
  border-top: 1px solid #EDF1F5;
}

.corp-dash-col-center {
  text-align: center;
}

.corp-dash-name {
  font-size: 12.5px;
  color: #1a2b3b;
  font-weight: 500;
}

.corp-dash-space {
  font-size: 11.5px;
  color: #6c7785;
}

.corp-dash-cell {
  height: 20px;
  border-radius: 5px;
  background: #EDF1F5;
}

.corp-dash-cell--navy {
  background: #03356B;
}

.corp-dash-cell--accent {
  background: #f6931c;
}

.corp-dash-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  border-top: 1px solid #E1EAF3;
  background: #F7F9FB;
}

.corp-dash-legend {
  display: flex;
  gap: 14px;
  font-size: 10.5px;
  color: #6c7785;
}

.corp-dash-legend-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.corp-dash-legend-dot {
  width: 9px;
  height: 9px;
  border-radius: 3px;
  background: #03356B;
}

.corp-dash-legend-dot--accent {
  background: #f6931c;
}

.corp-dash-checkout {
  font-size: 11px;
  font-weight: 600;
  color: #03356B;
}

.corp-bento-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}

.corp-bento-card {
  border-radius: 18px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.corp-bento-card--dark {
  background: #03356B;
}

.corp-bento-card--light {
  background: #EDF1F5;
}

.corp-bento-figure {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}

.corp-bento-card--dark .corp-bento-figure {
  color: #f6931c;
}

.corp-bento-card--light .corp-bento-figure {
  color: #03356B;
}

.corp-bento-card-title {
  font-size: 19px;
  font-weight: 600;
  margin: 0 0 6px;
}

.corp-bento-card--dark .corp-bento-card-title {
  color: #fff;
}

.corp-bento-card--light .corp-bento-card-title {
  color: #03356B;
}

.corp-bento-card-desc {
  font-size: 13.5px;
  line-height: 1.55;
  margin: 0;
}

.corp-bento-card--dark .corp-bento-card-desc {
  color: rgba(255, 255, 255, 0.7);
}

.corp-bento-card--light .corp-bento-card-desc {
  color: #6c7785;
}

.corp-bento-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.corp-feature-card {
  background: #EDF1F5;
  border-radius: 18px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.corp-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(3, 53, 107, 0.12);
}

.corp-feature-eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #03356B;
  margin-bottom: 12px;
}

.corp-feature-eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f6931c;
}

.corp-feature-title {
  color: #03356B;
  font-size: 19px;
  font-weight: 600;
  margin: 0 0 8px;
}

.corp-feature-desc {
  color: #54606f;
  font-size: 13.5px;
  line-height: 1.55;
  margin: 0 0 20px;
}

.corp-feature-panel {
  margin-top: auto;
  background: #fff;
  border-radius: 12px;
  padding: 18px;
}

.corp-feature-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  font-size: 11.5px;
}

.corp-muted {
  color: #54606f;
}

.corp-strong {
  color: #03356B;
  font-weight: 600;
}

/* allocation card */
.corp-alloc-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #EDF1F5;
}

.corp-alloc-total {
  color: #03356B;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.corp-alloc-total-label {
  color: #6c7785;
  font-size: 11.5px;
  margin-left: 6px;
}

.corp-alloc-badge {
  font-size: 10.5px;
  font-weight: 600;
  color: #03356B;
  background: #EDF1F5;
  padding: 4px 10px;
  border-radius: 50px;
}

.corp-alloc-list {
  display: grid;
  gap: 11px;
}

.corp-alloc-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.corp-alloc-city {
  font-size: 11.5px;
  font-weight: 600;
  color: #03356B;
  width: 66px;
}

.corp-alloc-bar {
  flex: 1;
  height: 9px;
  border-radius: 5px;
  background: #EDF1F5;
  overflow: hidden;
  display: block;
}

.corp-alloc-bar-fill {
  display: block;
  height: 100%;
  border-radius: 5px;
}

.corp-alloc-bar-fill--navy {
  background: #03356B;
}

.corp-alloc-bar-fill--accent {
  background: #f6931c;
}

.corp-alloc-count {
  font-size: 11.5px;
  font-weight: 600;
  color: #03356B;
  width: 18px;
  text-align: right;
}

/* donut card */
.corp-donut-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
}

.corp-donut-svg {
  width: 104px;
  height: 104px;
  flex: 0 0 104px;
  transform: rotate(-90deg);
}

.corp-donut-legend {
  flex: 1;
  min-width: 0;
}

.corp-donut-figure {
  color: #03356B;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.corp-donut-caption {
  color: #6c7785;
  font-size: 11px;
  margin: 4px 0 12px;
}

.corp-donut-items {
  display: grid;
  gap: 6px;
}

.corp-donut-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  color: #6c7785;
}

.corp-donut-dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
}

.corp-donut-pct {
  margin-left: auto;
  color: #03356B;
  font-weight: 600;
}

/* verified spaces card */
.corp-verify-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #EDF1F5;
}

.corp-verify-badge {
  flex: 0 0 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #f6931c;
  color: #f6931c;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.corp-verify-figure {
  color: #03356B;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.corp-verify-caption {
  color: #6c7785;
  font-size: 11px;
  margin-top: 3px;
}

.corp-verify-list {
  display: grid;
  gap: 10px;
}

.corp-verify-row {
  display: flex;
  align-items: center;
  gap: 9px;
}

.corp-verify-check {
  flex: 0 0 17px;
  height: 17px;
  border-radius: 50%;
  background: #03356B;
  color: #fff;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.corp-verify-label {
  flex: 1;
  font-size: 12.5px;
  color: #1a2b3b;
}

.corp-verify-tag {
  font-size: 10.5px;
  color: #54606f;
}

/* ---------- Credits & billing ---------- */
.corp-billing {
  padding: 72px 0 24px;
}

.corp-credit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.15fr;
  gap: 20px;
  align-items: stretch;
}

.corp-credit-card {
  border-radius: 18px;
  padding: 26px;
  display: flex;
  flex-direction: column;
}

.corp-credit-card--dark {
  background: #03356B;
  border: 1px solid #03356B;
}

.corp-credit-card--light {
  background: #fff;
  border: 1px solid #E1EAF3;
}

.corp-credit-card--muted {
  background: #EDF1F5;
}

.corp-credit-eyebrow {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.corp-credit-card--dark .corp-credit-eyebrow,
.corp-credit-card--muted .corp-credit-eyebrow {
  color: #fff;
}

.corp-credit-card--muted .corp-credit-eyebrow,
.corp-credit-card--light .corp-credit-eyebrow {
  color: #03356B;
}

.corp-credit-eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f6931c;
}

.corp-credit-title {
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 8px;
}

.corp-credit-card--dark .corp-credit-title {
  color: #fff;
}

.corp-credit-card--light .corp-credit-title,
.corp-credit-card--muted .corp-credit-title {
  color: #03356B;
}

.corp-credit-desc {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 18px;
}

.corp-credit-card--dark .corp-credit-desc {
  color: rgba(255, 255, 255, 0.72);
}

.corp-credit-card--light .corp-credit-desc,
.corp-credit-card--muted .corp-credit-desc {
  color: #54606f;
}

.corp-credit-list {
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.corp-credit-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  line-height: 1.5;
}

.corp-credit-card--dark .corp-credit-item {
  color: rgba(255, 255, 255, 0.88);
}

.corp-credit-card--light .corp-credit-item {
  color: #1a2b3b;
}

.corp-credit-check {
  flex: 0 0 17px;
  height: 17px;
  margin-top: 2px;
  border-radius: 50%;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.corp-credit-check--on-dark {
  background: #f6931c;
  color: #03356B;
}

.corp-credit-check--on-light {
  background: #03356B;
  color: #fff;
}

.corp-track-panel {
  margin-top: auto;
  background: #fff;
  border-radius: 12px;
  padding: 18px;
}

.corp-track-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 10px;
}

.corp-track-figure {
  color: #03356B;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.corp-track-caption {
  color: #54606f;
  font-size: 11.5px;
  margin-left: 6px;
}

.corp-track-pct {
  font-size: 10.5px;
  font-weight: 600;
  color: #03356B;
  background: #EDF1F5;
  padding: 4px 10px;
  border-radius: 50px;
}

.corp-track-bar {
  display: flex;
  height: 10px;
  border-radius: 5px;
  overflow: hidden;
  background: #EDF1F5;
  margin-bottom: 16px;
}

.corp-track-list {
  display: grid;
  gap: 9px;
}

.corp-track-row {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  color: #54606f;
}

.corp-track-dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
}

.corp-track-value {
  margin-left: auto;
  color: #03356B;
  font-weight: 600;
}

.corp-track-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #EDF1F5;
  font-size: 11.5px;
}

.corp-dot--navy {
  background: #03356B;
}

.corp-dot--accent {
  background: #f6931c;
}

.corp-dot--blue-soft {
  background: #7d9cc0;
}

.corp-dot--amber-soft {
  background: #f2c893;
}

/* ---------- Steps ---------- */
.corp-steps {
  padding: 72px 0 40px;
}

.corp-steps-title {
  font-size: 40px;
  font-weight: 600;
  color: #03356B;
  margin: 0 0 56px;
}

.corp-steps-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
}

.corp-steps-line {
  position: absolute;
  top: 19px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: #E1EAF3;
}

.corp-step {
  position: relative;
  padding: 0 18px;
}

.corp-step-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.corp-step-num--accent {
  background: #f6931c;
  color: #03356B;
}

.corp-step-num--navy {
  background: #03356B;
  color: #fff;
}

.corp-step-title {
  font-size: 17px;
  font-weight: 600;
  color: #03356B;
  margin: 18px 0 6px;
}

.corp-step-desc {
  font-size: 13.5px;
  color: #6c7785;
  line-height: 1.55;
  margin: 0;
}

/* ---------- Desk types ---------- */
.corp-desks {
  padding: 56px 0 72px;
}

.corp-desks-banner {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 28px;
}

.corp-desks-banner-img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
}

.corp-desks-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 53, 107, 0.92) 0%, rgba(3, 53, 107, 0.7) 45%, rgba(3, 53, 107, 0.15) 100%);
}

.corp-desks-banner-content {
  position: absolute;
  top: 50%;
  left: 48px;
  transform: translateY(-50%);
  max-width: 520px;
}

.corp-desks-banner-title {
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  margin: 0 0 14px;
  line-height: 1.15;
  text-wrap: pretty;
}

.corp-desks-banner-desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.corp-desk-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.corp-desk-card {
  background: #fff;
  border: 1px solid #E1EAF3;
  border-radius: 18px;
  padding: 24px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.corp-desk-card--navy:hover {
  border-color: #03356B;
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(3, 53, 107, 0.1);
}

.corp-desk-card--accent:hover {
  border-color: #f6931c;
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(3, 53, 107, 0.1);
}

.corp-desk-bar {
  display: block;
  width: 32px;
  height: 4px;
  border-radius: 4px;
  margin-bottom: 18px;
}

.corp-desk-bar--navy {
  background: #03356B;
}

.corp-desk-bar--accent {
  background: #f6931c;
}

.corp-desk-title {
  color: #03356B;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
}

.corp-desk-desc {
  color: #6c7785;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* ---------- FAQ ---------- */
.corp-faq {
  padding: 72px 0;
  background: #EDF1F5;
}

.corp-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 64px;
  align-items: start;
}

.corp-faq-intro-title {
  font-size: 40px;
  font-weight: 600;
  color: #03356B;
  margin: 0 0 16px;
  line-height: 1.2;
}

.corp-faq-intro-desc {
  font-size: 16px;
  color: #6c7785;
  line-height: 1.6;
  margin: 0;
}

/*
 * The FAQ accordion reuses the home page's markup/animation contract
 * (accordion / accordion-item / accordion-button.collapsed / accordion-collapse
 * collapse.show / accordion-body — see FAQsSection.tsx + custom.css's
 * `.accordion-button/.accordion-collapse { transition: ... }` rules) so the
 * open/close motion matches site-wide. These scoped rules only reset the
 * Bootstrap/custom.css *visual* defaults (background box, chevron, spacing)
 * back to the mockup's flat divider-list look; the transitions themselves
 * are left to the global rules.
 */
.corp-faq-accordion .accordion-item {
  border: none;
  border-radius: 0;
  background: none;
  border-bottom: 1px solid #d6dfe8;
}

.corp-faq-accordion .accordion-item:last-child {
  border-bottom: none;
}

.corp-faq-accordion .accordion-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background: none;
  border: none;
  border-radius: 0;
  padding: 20px 0;
  margin-bottom: 0;
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  color: #03356B;
  text-align: left;
  cursor: pointer;
  box-shadow: none !important;
}

.corp-faq-accordion .accordion-button:not(.collapsed) {
  background: none;
  color: #03356B;
  margin-bottom: 0;
}

.corp-faq-accordion .accordion-button::after {
  display: none;
}

.corp-faq-icon {
  color: #f6931c;
  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
}

.corp-faq-accordion .accordion-body {
  padding: 0 0 20px;
  margin-top: 0;
  background: none;
  border: none;
  font-size: 15px;
  color: #4a5568;
  line-height: 1.65;
}

/* ---------- CTA band ---------- */
.corp-cta {
  background-image: linear-gradient(rgba(3, 53, 107, 0.9), rgba(3, 53, 107, 0.9)), url("/assets/img/coworking-space.png");
  background-size: cover;
  background-position: center;
  background-color: #03356B;
  padding: 80px 0;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.corp-cta-glow {
  position: absolute;
  top: -260px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 138, 0, 0.14) 0%, rgba(255, 138, 0, 0) 65%);
  pointer-events: none;
}

.corp-cta-inner {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
}

.corp-cta-title {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  margin: 0 0 16px;
  text-wrap: pretty;
}

.corp-cta-desc {
  color: rgba(255, 255, 255, 0.75);
  font-size: 17px;
  margin: 0 0 36px;
}

.corp-cta-button {
  display: inline-block;
  background: #f6931c;
  color: #03356B;
  font-weight: 700;
  font-size: 17px;
  padding: 16px 44px;
  border-radius: 50px;
  transition: background 0.2s ease;
}

.corp-cta-button:hover {
  background: #fff;
  color: #03356B;
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .corp-hero-grid { grid-template-columns: 1fr; }
  .corp-reg-card { max-width: none; justify-self: stretch; }
  .corp-bento-top { grid-template-columns: 1fr; }
  .corp-bento-row { grid-template-columns: 1fr; }
  .corp-credit-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .corp-desk-grid { grid-template-columns: repeat(2, 1fr); }
  .corp-steps-grid { grid-template-columns: 1fr; gap: 28px; }
  .corp-steps-line { display: none; }
  .corp-faq-grid { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 768px) {
  .corp-hero-title { font-size: 38px; }
  .corp-hero-desc { font-size: 16px; }
  .corp-section-title,
  .corp-steps-title { font-size: 30px; }
  .corp-desks-banner-img { height: 260px; }
  .corp-desks-banner-content { left: 24px; max-width: calc(100% - 48px); }
  .corp-desks-banner-title { font-size: 28px; }
  .corp-cta-title { font-size: 30px; }
}

@media (max-width: 560px) {
  .corp-desk-grid { grid-template-columns: 1fr; }
  .corp-reg-row,
  .corp-reg-phone-row { grid-template-columns: 1fr; display: grid; }
  .corp-hero-stats { gap: 28px; }
  .corp-dash-stats { grid-template-columns: repeat(2, 1fr); }
}

/* Short/zoomed-in viewports (e.g. a laptop with browser chrome eating
   vertical space): compact the hero further so the whole navy section,
   including the full registration card, fits without scrolling. */
@media (max-height: 800px) {
  .corp-hero-grid { padding-top: 20px; padding-bottom: 24px; }
  .corp-hero-eyebrow { margin-bottom: 12px; }
  .corp-hero-title { font-size: 38px; margin-bottom: 10px; }
  .corp-hero-desc { margin-bottom: 16px; }
  .corp-hero-stats { gap: 32px; }
  .corp-reg-card { padding: 18px 22px; }
  .corp-reg-title { font-size: 19px; margin-bottom: 2px; }
  .corp-reg-subtitle { margin-bottom: 10px; }
  .corp-reg-row { gap: 8px; }
  .corp-reg-mt { margin-top: 8px; }
  .corp-reg-mt-lg { margin-top: 12px; }
  .corp-reg-card .form-control.corp-reg-input,
  .corp-reg-card .form-select.corp-reg-select,
  .corp-reg-phone-row .react-tel-input .form-control {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .corp-reg-submit.btn { padding: 10px; }
  .corp-reg-login { margin-top: 8px; }
}
