.romeo-configurator {
  --romeo-panel: #ffffff;
  --romeo-panel-soft: #f6fbf7;
  --romeo-border: #e1ebe2;
  --romeo-text: #263126;
  --romeo-muted: #6a756a;
  --romeo-green: #2f8a40;
  --romeo-green-dark: #236a31;
  --romeo-green-soft: #eef8ef;
  --romeo-shadow: 0 18px 40px rgba(28, 68, 35, 0.07);
  color: var(--romeo-text);
  background: transparent;
  padding: 20px 0 44px;
}

.romeo-configurator * {
  box-sizing: border-box;
}

.romeo-hero,
.romeo-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 34px;
}

.romeo-hero__body,
.romeo-plan-grid,
.romeo-comparison,
.romeo-addon-list {
  display: grid;
  gap: 24px;
}

.romeo-plan-card,
.romeo-comparison__table,
.romeo-focus-card,
.romeo-card,
.romeo-quote-card {
  background: var(--romeo-panel);
  border: 1px solid var(--romeo-border);
  border-radius: 24px;
  box-shadow: var(--romeo-shadow);
}

.romeo-hero__body {
  grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
  align-items: start;
}

.romeo-hero__image {
  border: 1px solid var(--romeo-border);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--romeo-shadow);
  background: #fff;
}

.romeo-hero__image img {
  width: 100%;
  display: block;
  object-fit: cover;
  min-height: 430px;
}

.romeo-hero__copy {
  padding-top: 8px;
}

.romeo-kicker,
.romeo-section__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--romeo-green);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.romeo-hero__copy h1 {
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.romeo-hero__lead {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--romeo-text);
  font-size: 1.32rem;
  line-height: 1.42;
}

.romeo-hero__support {
  max-width: 700px;
  margin: 14px 0 0;
  color: var(--romeo-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.romeo-hero__purchase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 24px;
  align-items: end;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--romeo-border);
}

.romeo-hero__pricing,
.romeo-hero__rooms {
  min-width: 0;
}

.romeo-hero__price-label {
  display: block;
  margin-bottom: 10px;
  color: var(--romeo-muted);
  font-size: 0.95rem;
  font-weight: 600;
}

.romeo-hero__priceband {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 14px;
}

.romeo-hero__price {
  color: var(--romeo-green-dark);
  font-size: clamp(2rem, 3.3vw, 2.6rem);
  font-weight: 800;
  line-height: 1;
}

.romeo-hero__price-public {
  color: #8c978d;
  font-size: 1.05rem;
  text-decoration: line-through;
}

.romeo-hero__price-note {
  display: block;
  margin-top: 10px;
  color: var(--romeo-muted);
  font-size: 0.93rem;
  line-height: 1.55;
}

.romeo-hero__rooms label,
.romeo-field label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}

.romeo-hero__rooms input,
.romeo-field input {
  width: 100%;
  border: 1px solid var(--romeo-border);
  border-radius: 14px;
  padding: 13px 14px;
  background: #fff;
  color: var(--romeo-text);
  font-size: 1rem;
}

.romeo-section__heading {
  margin-bottom: 16px;
}

.romeo-section__heading h2,
.romeo-quote-card h2,
.romeo-focus-card h3,
.romeo-card h3 {
  margin: 0;
}

.romeo-section__heading h2,
.romeo-quote-card h2 {
  font-size: clamp(1.9rem, 3vw, 2.85rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.romeo-plan-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.romeo-plan-card {
  display: block;
  position: relative;
  padding: 22px;
  cursor: pointer;
  transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.romeo-plan-card:hover,
.romeo-plan-card.is-selected {
  transform: translateY(-2px);
  border-color: rgba(47, 138, 64, 0.42);
  box-shadow: 0 20px 34px rgba(32, 76, 39, 0.1);
}

.romeo-plan-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.romeo-plan-card__brand {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 0;
  margin-bottom: 16px;
}

.romeo-plan-card__brand img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  object-fit: contain;
}

.romeo-plan-card__copy,
.romeo-plan-card__price,
.romeo-plan-card__public,
.romeo-plan-card em {
  display: block;
}

.romeo-plan-card__copy {
  min-height: 88px;
  margin: 0 0 18px;
  color: var(--romeo-muted);
  line-height: 1.55;
}

.romeo-plan-card__price {
  color: var(--romeo-green-dark);
  font-size: 1.7rem;
  font-weight: 800;
}

.romeo-plan-card__public {
  margin-top: 4px;
  color: #889387;
  text-decoration: line-through;
}

.romeo-plan-card em {
  margin-top: 6px;
  color: var(--romeo-muted);
  font-size: 0.88rem;
  font-style: normal;
}

.romeo-comparison {
  grid-template-columns: minmax(0, 1.08fr) 380px;
  align-items: start;
}

.romeo-comparison__table {
  overflow: hidden;
}

.romeo-comparison table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.romeo-comparison col.romeo-col-feature {
  width: 50%;
}

.romeo-comparison col.romeo-col-plan {
  width: 16.66%;
}

.romeo-comparison th,
.romeo-comparison td {
  padding: 12px 14px;
  border-bottom: 1px solid #edf2ed;
  text-align: left;
  vertical-align: middle;
  background: #fff;
  color: var(--romeo-text);
}

.romeo-comparison thead th {
  background: var(--romeo-panel-soft);
  font-weight: 700;
}

.romeo-comparison tbody td:first-child,
.romeo-comparison thead th:first-child {
  padding-right: 18px;
}

.romeo-comparison th.is-selected,
.romeo-comparison td.is-selected {
  background: var(--romeo-green-soft);
}

.romeo-comparison td.is-on {
  color: var(--romeo-green-dark);
  font-weight: 800;
}

.romeo-comparison td.is-off {
  color: #aab4aa;
}

.romeo-comparison th:nth-child(n + 2),
.romeo-comparison td:nth-child(n + 2) {
  text-align: center;
}

.romeo-comparison__focus {
  display: grid;
  gap: 16px;
}

.romeo-focus-card {
  padding: 20px 20px 22px;
}

.romeo-focus-card p,
.romeo-focus-card li {
  color: var(--romeo-muted);
  line-height: 1.58;
}

.romeo-focus-card p {
  margin: 10px 0 0;
}

.romeo-focus-card ul {
  display: grid;
  gap: 6px;
  margin: 14px 0 0;
  padding-left: 18px;
}

.romeo-focus-card--accent {
  background: var(--romeo-panel-soft);
}

.romeo-focus-card.is-hidden {
  display: none;
}

.romeo-card,
.romeo-quote-card {
  padding: 22px;
}

.romeo-section--addons.is-hidden {
  display: none;
}

.romeo-card--addons {
  padding-top: 20px;
}

.romeo-project-note {
  margin: 0 0 18px;
  color: var(--romeo-muted);
  line-height: 1.6;
}

.romeo-addon-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.romeo-addon-empty {
  display: none;
  grid-column: 1 / -1;
  padding: 18px;
  border: 1px dashed var(--romeo-border);
  border-radius: 18px;
  color: var(--romeo-muted);
  background: var(--romeo-panel-soft);
}

.romeo-addon {
  display: block;
  position: relative;
  border: 1px solid var(--romeo-border);
  border-radius: 18px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.romeo-addon input {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.romeo-addon__body {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.romeo-addon__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.romeo-addon__copy {
  min-width: 0;
}

.romeo-addon__copy strong,
.romeo-addon__copy small {
  display: block;
}

.romeo-addon__copy strong {
  font-size: 1rem;
}

.romeo-addon__copy small {
  margin-top: 6px;
  color: var(--romeo-muted);
  line-height: 1.5;
}

.romeo-addon__toggle {
  width: 28px;
  min-width: 28px;
  height: 28px;
  border: 1px solid #cfd8d0;
  border-radius: 999px;
  background: #fff;
  position: relative;
  transition: border-color 0.16s ease, background 0.16s ease;
}

.romeo-addon__toggle::after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 999px;
  background: transparent;
  transition: background 0.16s ease;
}

.romeo-addon__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
}

.romeo-addon__price {
  color: var(--romeo-green-dark);
  font-size: 1.08rem;
  font-weight: 800;
}

.romeo-addon__price small {
  color: var(--romeo-muted);
  font-size: 0.85rem;
  font-weight: 500;
}

.romeo-addon__public {
  color: #889387;
  font-size: 0.88rem;
}

.romeo-addon.is-active {
  border-color: rgba(47, 138, 64, 0.42);
  background: var(--romeo-green-soft);
  box-shadow: 0 18px 30px rgba(32, 76, 39, 0.08);
}

.romeo-addon.is-active .romeo-addon__toggle {
  border-color: var(--romeo-green);
  background: var(--romeo-green);
}

.romeo-addon.is-active .romeo-addon__toggle::after {
  background: #fff;
}

.romeo-addon.is-hidden-addon {
  display: none;
}

.romeo-quote-card {
  padding: 24px;
}

.romeo-quote-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 20px;
  align-items: stretch;
  margin-bottom: 22px;
}

.romeo-quote-summary__main,
.romeo-quote-metric {
  border: 1px solid var(--romeo-border);
  border-radius: 20px;
  background: var(--romeo-panel-soft);
}

.romeo-quote-summary__main {
  padding: 22px 24px;
}

.romeo-quote-summary__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--romeo-green);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.romeo-quote-summary__main strong {
  display: block;
  color: var(--romeo-green-dark);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1;
}

.romeo-quote-summary__public {
  display: block;
  margin-top: 10px;
  color: var(--romeo-muted);
}

.romeo-quote-summary__public span {
  color: #7d897d;
  text-decoration: line-through;
}

.romeo-quote-summary__meta {
  display: grid;
  gap: 14px;
}

.romeo-quote-metric {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  background: #fff;
}

.romeo-quote-metric span {
  color: var(--romeo-muted);
  font-size: 0.92rem;
}

.romeo-quote-metric strong {
  color: var(--romeo-green-dark);
  font-size: 1.3rem;
  font-weight: 800;
}

.romeo-quote-metric--accent {
  background: var(--romeo-green-soft);
}

.romeo-quote-metric--accent span,
.romeo-quote-metric--accent strong {
  color: var(--romeo-green);
}

.romeo-quote-table-wrap {
  overflow-x: auto;
}

.romeo-quote-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.romeo-quote-table col.romeo-quote-col-label {
  width: 44%;
}

.romeo-quote-table col.romeo-quote-col-qty {
  width: 12%;
}

.romeo-quote-table col.romeo-quote-col-price {
  width: 22%;
}

.romeo-quote-table th,
.romeo-quote-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #edf2ed;
  background: #fff;
  color: var(--romeo-text);
  vertical-align: middle;
}

.romeo-quote-table thead th {
  background: var(--romeo-panel-soft);
  font-weight: 700;
  color: var(--romeo-muted);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.romeo-quote-table thead th:nth-child(n + 2),
.romeo-quote-table tbody td:nth-child(n + 2),
.romeo-quote-table tfoot td:nth-child(n + 2) {
  text-align: right;
}

.romeo-quote-table tbody th {
  font-weight: 700;
  text-align: left;
}

.romeo-quote-table tbody td:nth-child(3) {
  color: var(--romeo-green-dark);
  font-weight: 700;
}

.romeo-quote-table tbody td:nth-child(4) {
  color: #7d897d;
}

.romeo-quote-table tbody tr:nth-child(even) th,
.romeo-quote-table tbody tr:nth-child(even) td {
  background: #fbfdfb;
}

.romeo-quote-card__actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.romeo-submit {
  min-width: 280px;
  padding: 14px 18px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(180deg, #35a046, #2f8a40);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 1180px) {
  .romeo-comparison {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 1080px) {
  .romeo-hero__body {
    grid-template-columns: 1fr;
  }

  .romeo-hero__purchase {
    grid-template-columns: 1fr;
  }

  .romeo-quote-summary {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .romeo-plan-grid,
  .romeo-addon-list {
    grid-template-columns: 1fr;
  }

  .romeo-hero,
  .romeo-section {
    width: min(100% - 22px, 1180px);
  }

  .romeo-hero__copy h1 {
    font-size: clamp(2.4rem, 12vw, 3.5rem);
  }

  .romeo-hero__lead {
    font-size: 1.12rem;
  }

  .romeo-comparison th,
  .romeo-comparison td {
    padding: 10px 11px;
    font-size: 0.92rem;
  }

  .romeo-quote-card__actions {
    justify-content: stretch;
  }

  .romeo-submit {
    width: 100%;
    min-width: 0;
  }
}
