.price-guide-page {
  --guide-acid: #d9ff5f;
  --guide-coral: #ff6b4a;
  --guide-aqua: #5eead4;
  overflow-x: hidden;
  background: #f6f2ea;
}

.price-guide-page .container {
  width: min(calc(100% - 48px), 1240px);
}

.price-guide-page .nav {
  max-width: 1240px;
}

.price-guide-page .brand-name span:last-child {
  color: #945f0f;
}

.price-guide-page main {
  overflow: hidden;
}

.price-guide-page h1,
.price-guide-page h2,
.price-guide-page h3,
.price-guide-page p {
  margin-top: 0;
}

.price-guide-page h1,
.price-guide-page h2 {
  letter-spacing: 0;
}

.price-guide-page .eyebrow {
  color: #9a6b20;
}

.price-hero {
  position: relative;
  min-height: 880px;
  display: grid;
  align-items: center;
  isolation: isolate;
  color: #fffdf8;
  background: #06111a;
}

.price-hero-media,
.price-hero-shade,
.price-hero-lines {
  position: absolute;
  inset: 0;
}

.price-hero-media {
  z-index: -3;
  background: url("assets/hero-restaurante.webp") 58% center / cover no-repeat;
  filter: saturate(0.82) contrast(1.12);
  transform: scale(1.02);
}

.price-hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(3, 12, 18, 0.98) 0%, rgba(3, 12, 18, 0.91) 48%, rgba(3, 12, 18, 0.32) 78%, rgba(3, 12, 18, 0.55) 100%),
    linear-gradient(0deg, rgba(3, 12, 18, 0.88) 0%, transparent 32%, rgba(3, 12, 18, 0.28) 100%);
}

.price-hero-lines {
  z-index: -1;
  pointer-events: none;
}

.price-hero-lines span {
  position: absolute;
  right: -9%;
  top: 16%;
  width: min(56vw, 760px);
  aspect-ratio: 1;
  border: 1px solid rgba(217, 255, 95, 0.2);
  border-radius: 50%;
  transform: rotateX(68deg) rotateZ(8deg);
}

.price-hero-lines span:nth-child(2) {
  right: -1%;
  top: 25%;
  width: min(40vw, 560px);
  border-color: rgba(94, 234, 212, 0.18);
}

.price-hero-lines span:nth-child(3) {
  right: 9%;
  top: 34%;
  width: min(25vw, 360px);
  border-color: rgba(255, 255, 255, 0.2);
}

.price-hero-inner {
  position: relative;
  min-height: 880px;
  display: grid;
  align-content: center;
  padding-top: 142px;
  padding-bottom: 106px;
}

.breadcrumbs {
  position: absolute;
  top: 130px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  font-weight: 700;
}

.breadcrumbs a:hover {
  color: var(--guide-acid);
}

.price-hero-copy {
  width: min(72%, 850px);
}

.price-hero .eyebrow {
  color: var(--guide-acid);
}

.price-hero h1 {
  max-width: 900px;
  margin-bottom: 30px;
  color: #fffdf8;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(4.6rem, 7.5vw, 7.8rem);
  line-height: 0.86;
  text-wrap: balance;
}

.price-hero-lead {
  max-width: 680px;
  margin-bottom: 30px;
  border-left: 2px solid var(--guide-acid);
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
  line-height: 1.75;
}

.price-hero-lead strong {
  color: #fff;
  font-weight: 800;
}

.price-hero-actions,
.guide-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.price-hero-actions .button,
.guide-cta-actions .button {
  min-height: 54px;
}

.price-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
}

.price-hero-trust > span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 3px;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(3, 12, 18, 0.48);
  font-size: 0.76rem;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.price-hero-trust svg {
  width: 17px;
  color: var(--guide-acid);
}

.price-answer {
  position: absolute;
  right: 0;
  bottom: 82px;
  width: 275px;
  min-height: 274px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 5px;
  padding: 28px;
  color: #071521;
  background: var(--guide-acid);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.42);
  transform: perspective(900px) rotateY(-7deg) rotateZ(1deg);
}

.price-answer > span {
  display: block;
  margin-bottom: 12px;
  color: rgba(7, 21, 33, 0.68);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.price-answer > strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 4.8rem;
  line-height: 0.9;
}

.price-answer > p {
  margin: 5px 0 22px;
  font-size: 0.8rem;
  font-weight: 700;
}

.price-answer > div {
  display: grid;
  grid-template-columns: 24px auto 1fr;
  align-items: end;
  gap: 7px;
  border-top: 1px solid rgba(7, 21, 33, 0.18);
  padding-top: 20px;
}

.price-answer > div b {
  align-self: center;
  font-size: 1.4rem;
}

.price-answer > div strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.15rem;
  line-height: 1;
}

.price-answer > div small {
  color: rgba(7, 21, 33, 0.65);
  font-size: 0.68rem;
  font-weight: 700;
}

.quick-value {
  position: relative;
  z-index: 4;
  margin-top: -18px;
  color: #071521;
  background: var(--guide-acid);
  transform: rotate(-0.55deg) scale(1.01);
}

.quick-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.quick-value-grid > div {
  min-height: 112px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 14px;
  border-right: 1px solid rgba(7, 21, 33, 0.16);
  padding: 20px;
}

.quick-value-grid > div:first-child {
  border-left: 1px solid rgba(7, 21, 33, 0.16);
}

.quick-value-grid > div > span {
  align-self: start;
  margin-top: 8px;
  color: rgba(7, 21, 33, 0.76);
  font-size: 0.67rem;
  font-weight: 800;
}

.quick-value-grid p,
.quick-value-grid strong {
  display: block;
  margin: 0;
}

.quick-value-grid strong {
  margin-bottom: 4px;
  font-size: 0.94rem;
}

.quick-value-grid p {
  font-size: 0.73rem;
  line-height: 1.45;
}

.calculator-section,
.included-section,
.comparison-section,
.guide-examples,
.guide-faq {
  padding: clamp(100px, 10vw, 150px) 0;
}

.calculator-section {
  padding-top: clamp(130px, 12vw, 180px);
  background:
    linear-gradient(rgba(7, 21, 33, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 21, 33, 0.045) 1px, transparent 1px),
    #f6f2ea;
  background-size: 72px 72px;
}

.calculator-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(580px, 1.22fr);
  gap: clamp(54px, 8vw, 110px);
  align-items: start;
}

.calculator-intro {
  position: sticky;
  top: 120px;
}

.calculator-intro h2,
.guide-heading h2,
.factors-title h2,
.checklist-copy h2,
.faq-guide-intro h2,
.guide-cta h2 {
  margin-bottom: 24px;
  color: #071521;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3.2rem, 5.3vw, 5.6rem);
  line-height: 0.92;
  text-wrap: balance;
}

.calculator-intro > p,
.guide-heading > p:last-child,
.factors-title > p:last-child,
.checklist-copy > p,
.faq-guide-intro > p {
  color: #5f6570;
  font-size: 1rem;
  line-height: 1.8;
}

.calculator-points {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.calculator-points li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #071521;
  font-size: 0.86rem;
  font-weight: 700;
}

.calculator-points svg {
  width: 19px;
  color: #387b6e;
}

.price-calculator {
  position: relative;
  border: 1px solid rgba(7, 21, 33, 0.16);
  border-radius: 6px;
  padding: clamp(22px, 4vw, 42px);
  background: #fffdf8;
  box-shadow: 12px 12px 0 var(--guide-aqua), 0 32px 90px rgba(7, 21, 33, 0.15);
}

.price-calculator::before {
  display: none;
}

.calculator-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(7, 21, 33, 0.12);
  padding-bottom: 24px;
}

.calculator-head span,
.calculator-head strong {
  display: block;
}

.calculator-head div > span {
  margin-bottom: 4px;
  color: #8a621f;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.calculator-head div > strong {
  color: #071521;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.8rem;
}

.calculator-head > svg {
  width: 32px;
  color: #071521;
}

.calculator-block {
  margin: 0;
  border: 0;
  padding: 0;
}

.calculator-block + .calculator-block {
  margin-top: 32px;
}

.calculator-block legend {
  width: 100%;
  margin-bottom: 13px;
  color: #071521;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.base-price-row,
.choice-row {
  min-height: 72px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(7, 21, 33, 0.13);
  padding: 13px 15px;
}

.base-price-row {
  border-radius: 4px 4px 0 0;
  background: #f2eee6;
}

.choice-row {
  position: relative;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease;
}

.choice-row:hover,
.choice-row:has(input:checked) {
  border-color: rgba(7, 21, 33, 0.4);
  background: rgba(217, 255, 95, 0.18);
}

.choice-row input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.choice-control {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 1.5px solid rgba(7, 21, 33, 0.52);
  border-radius: 3px;
}

.choice-control::after {
  content: "";
  width: 10px;
  height: 6px;
  border-left: 2px solid #071521;
  border-bottom: 2px solid #071521;
  opacity: 0;
  transform: translateY(-1px) rotate(-45deg);
}

.choice-row input:focus-visible + .choice-control {
  outline: 3px solid rgba(216, 178, 108, 0.72);
  outline-offset: 3px;
}

.choice-row input:checked + .choice-control {
  border-color: var(--guide-acid);
  background: var(--guide-acid);
}

.choice-row input:checked + .choice-control::after {
  opacity: 1;
}

.base-price-row > div strong,
.base-price-row > div small,
.choice-row > span strong,
.choice-row > span small {
  display: block;
}

.base-price-row > div strong,
.choice-row > span strong {
  margin-bottom: 3px;
  color: #071521;
  font-size: 0.85rem;
}

.base-price-row > div small,
.choice-row > span small {
  color: #69707a;
  font-size: 0.7rem;
  line-height: 1.4;
}

.base-price-row > svg {
  width: 23px;
  color: #9a6b20;
}

.base-price-row > b,
.choice-row > b {
  color: #071521;
  font-size: 0.82rem;
  white-space: nowrap;
}

.plan-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.plan-options label {
  position: relative;
  cursor: pointer;
}

.plan-options input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.plan-options label > span {
  min-height: 132px;
  display: grid;
  align-content: start;
  border: 1px solid rgba(7, 21, 33, 0.14);
  border-radius: 4px;
  padding: 16px;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.plan-options label:hover > span {
  border-color: rgba(7, 21, 33, 0.38);
  transform: translateY(-2px);
}

.plan-options input:checked + span {
  border-color: #071521;
  background: #071521;
  box-shadow: inset 0 3px 0 var(--guide-acid);
}

.plan-options input:focus-visible + span {
  outline: 3px solid rgba(216, 178, 108, 0.72);
  outline-offset: 3px;
}

.plan-options b,
.plan-options small,
.plan-options strong {
  display: block;
}

.plan-options b {
  margin-bottom: 5px;
  color: #071521;
  font-size: 0.83rem;
}

.plan-options small {
  min-height: 33px;
  color: #68707a;
  font-size: 0.67rem;
  line-height: 1.35;
}

.plan-options strong {
  margin-top: 12px;
  color: #9a6b20;
  font-size: 1.18rem;
}

.plan-options em {
  margin-left: 3px;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 600;
}

.plan-options input:checked + span b,
.plan-options input:checked + span small,
.plan-options input:checked + span strong {
  color: #fff;
}

.plan-options input:checked + span strong {
  color: var(--guide-acid);
}

.calculator-reservations .choice-row {
  border-top: 1px solid rgba(7, 21, 33, 0.13);
  border-radius: 4px;
}

.calculator-result {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  border: 1px solid #071521;
  border-radius: 4px;
  overflow: hidden;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.calculator-result > div {
  min-height: 118px;
  display: grid;
  align-content: center;
  padding: 20px;
  background: #071521;
}

.calculator-result > div > span {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.calculator-result > div > strong {
  color: var(--guide-acid);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.55rem;
  line-height: 1;
}

.calculator-result > div > strong small {
  margin-left: 4px;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Manrope", sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
}

.calculator-result > p {
  grid-column: 1 / -1;
  margin: 0;
  padding: 12px 18px;
  color: #071521;
  background: var(--guide-acid);
  font-size: 0.7rem;
  font-weight: 800;
}

.calculator-submit {
  width: 100%;
  min-height: 56px;
  margin-top: 12px;
  color: #071521;
  background: var(--guide-acid);
}

.calculator-submit:hover {
  color: #071521;
  background: #c6ef47;
}

.calculator-disclaimer {
  margin: 12px 0 0;
  color: #737983;
  font-size: 0.66rem;
  line-height: 1.5;
  text-align: center;
}

.included-section {
  background: #fffdf8;
}

.guide-heading {
  max-width: 940px;
  margin-bottom: 64px;
}

.guide-heading h2 {
  max-width: 900px;
}

.guide-heading > p:last-child {
  max-width: 760px;
}

.guide-heading > p:last-child a {
  color: #945f0f;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(7, 21, 33, 0.14);
  border-left: 1px solid rgba(7, 21, 33, 0.14);
}

.included-item {
  min-height: 290px;
  display: grid;
  grid-template-columns: 44px 1fr;
  align-content: start;
  gap: 20px;
  border-right: 1px solid rgba(7, 21, 33, 0.14);
  border-bottom: 1px solid rgba(7, 21, 33, 0.14);
  padding: 34px;
  transition: color 180ms ease, background 180ms ease;
}

.included-item:hover {
  color: #fff;
  background: #071521;
}

.included-item > svg {
  width: 31px;
  color: #9a6b20;
}

.included-item div > span {
  display: block;
  margin-bottom: 36px;
  color: #9a6b20;
  font-size: 0.68rem;
  font-weight: 800;
}

.included-item h3 {
  margin-bottom: 12px;
  color: #071521;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.05;
}

.included-item p {
  margin-bottom: 0;
  color: #666d76;
  font-size: 0.8rem;
  line-height: 1.65;
}

.included-item:hover h3,
.included-item:hover p {
  color: #fff;
}

.included-item:hover > svg,
.included-item:hover div > span {
  color: var(--guide-acid);
}

.cost-factors {
  padding: clamp(100px, 10vw, 150px) 0;
  color: #fff;
  background: #071521;
}

.factors-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(560px, 1.15fr);
  gap: clamp(50px, 8vw, 110px);
}

.factors-title {
  position: sticky;
  top: 120px;
  align-self: start;
}

.factors-title .eyebrow {
  color: var(--guide-acid);
}

.factors-title h2 {
  color: #fff;
}

.factors-title > p:last-child {
  color: rgba(255, 255, 255, 0.62);
}

.factor-list {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.factor-list article {
  min-height: 154px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding: 26px 0;
}

.factor-list article > span {
  color: var(--guide-acid);
  font-size: 0.68rem;
  font-weight: 800;
}

.factor-list h3 {
  margin-bottom: 7px;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
}

.factor-list p {
  max-width: 520px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.76rem;
  line-height: 1.6;
}

.factor-list b {
  color: var(--guide-aqua);
  font-size: 0.76rem;
  white-space: nowrap;
}

.comparison-section {
  background: #f2eee6;
}

.comparison-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(7, 21, 33, 0.16);
  border-radius: 5px;
  background: #fffdf8;
  box-shadow: 0 24px 70px rgba(7, 21, 33, 0.1);
}

.comparison-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  color: #071521;
  text-align: left;
}

.comparison-table th,
.comparison-table td {
  border-right: 1px solid rgba(7, 21, 33, 0.1);
  border-bottom: 1px solid rgba(7, 21, 33, 0.1);
  padding: 22px;
  font-size: 0.78rem;
  line-height: 1.55;
  vertical-align: top;
}

.comparison-table thead th {
  color: rgba(255, 255, 255, 0.68);
  background: #071521;
  font-size: 0.68rem;
  text-transform: uppercase;
}

.comparison-table tbody th {
  width: 180px;
  font-size: 0.86rem;
}

.comparison-table tr > *:last-child {
  border-right: 0;
}

.comparison-table tbody tr:last-child > * {
  border-bottom: 0;
}

.comparison-featured {
  background: rgba(217, 255, 95, 0.24);
  box-shadow: inset 4px 0 0 var(--guide-acid);
}

.comparison-featured th span {
  display: inline-block;
  border-bottom: 2px solid var(--guide-acid);
  padding-bottom: 3px;
}

.comparison-note {
  max-width: 850px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 18px 0 0;
  color: #69707a;
  font-size: 0.72rem;
  line-height: 1.6;
}

.comparison-scroll-hint {
  display: none;
  align-items: center;
  gap: 8px;
  margin: 12px 0 0;
  color: #071521;
  font-size: 0.7rem;
  font-weight: 800;
}

.comparison-scroll-hint svg {
  width: 18px;
  color: #9a6b20;
}

.comparison-note svg {
  width: 18px;
  flex: 0 0 auto;
  color: #9a6b20;
}

.scenario-section {
  padding: clamp(100px, 10vw, 150px) 0;
  color: #fff;
  background: #0a1823;
}

.guide-heading-light h2 {
  color: #fff;
}

.guide-heading-light .eyebrow {
  color: var(--guide-aqua);
}

.scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;
}

.scenario-card {
  position: relative;
  min-height: 480px;
  display: grid;
  align-content: start;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 5px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.035);
}

.scenario-card-featured {
  color: #071521;
  background: var(--guide-acid);
  transform: translateY(-22px);
}

.scenario-number {
  position: absolute;
  right: 24px;
  top: 20px;
  color: rgba(255, 255, 255, 0.22);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 4rem;
  line-height: 1;
}

.scenario-card-featured .scenario-number {
  color: rgba(7, 21, 33, 0.16);
}

.scenario-card > svg {
  width: 32px;
  margin-bottom: 62px;
  color: var(--guide-aqua);
}

.scenario-card-featured > svg {
  color: #071521;
}

.scenario-card > p {
  margin-bottom: 7px;
  color: var(--guide-aqua);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.scenario-card-featured > p {
  color: rgba(7, 21, 33, 0.65);
}

.scenario-card h3 {
  min-height: 66px;
  margin-bottom: 28px;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.65rem;
  line-height: 1.05;
}

.scenario-card-featured h3 {
  color: #071521;
}

.scenario-card > div:not(.scenario-number) {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  column-gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding: 20px 0;
}

.scenario-card-featured > div:not(.scenario-number) {
  border-color: rgba(7, 21, 33, 0.18);
}

.scenario-card > div strong {
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.5rem;
  line-height: 1;
}

.scenario-card-featured > div strong {
  color: #071521;
}

.scenario-card > div span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.64rem;
}

.scenario-card-featured > div span {
  color: rgba(7, 21, 33, 0.55);
}

.scenario-card > div b {
  grid-column: 1 / -1;
  margin-top: 7px;
  color: var(--guide-aqua);
  font-size: 0.76rem;
}

.scenario-card-featured > div b {
  color: #071521;
}

.scenario-card ul {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.65);
  list-style: none;
  font-size: 0.74rem;
}

.scenario-card li::before {
  content: "+";
  margin-right: 7px;
  color: var(--guide-aqua);
  font-weight: 800;
}

.scenario-card-featured ul,
.scenario-card-featured li::before {
  color: #071521;
}

.guide-examples {
  background: #fffdf8;
}

.guide-example-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.guide-example {
  position: relative;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 5px;
  padding: 30px;
  color: #fff;
  background: #071521;
  isolation: isolate;
}

.guide-example::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(0deg, rgba(3, 12, 18, 0.94) 0%, rgba(3, 12, 18, 0.18) 70%);
}

.guide-example img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.guide-example:hover img {
  transform: scale(1.035);
}

.guide-example > span {
  margin-bottom: 8px;
  color: var(--guide-acid);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.guide-example h3 {
  margin-bottom: 10px;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.4rem;
}

.guide-example p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 700;
}

.guide-example p svg {
  width: 17px;
}

.buyer-checklist {
  padding: clamp(100px, 10vw, 150px) 0;
  background: var(--guide-acid);
}

.checklist-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(560px, 1.2fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: start;
}

.checklist-copy {
  position: sticky;
  top: 120px;
}

.checklist-copy .eyebrow {
  color: rgba(7, 21, 33, 0.68);
}

.checklist-copy > p {
  color: rgba(7, 21, 33, 0.72);
}

.checklist-copy .button {
  margin-top: 18px;
  color: #fff;
  background: #071521;
}

.buyer-list {
  margin: 0;
  border-top: 1px solid rgba(7, 21, 33, 0.2);
  padding: 0;
  list-style: none;
}

.buyer-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 22px;
  border-bottom: 1px solid rgba(7, 21, 33, 0.2);
  padding: 28px 0;
}

.buyer-list li > span {
  color: rgba(7, 21, 33, 0.48);
  font-size: 0.68rem;
  font-weight: 800;
}

.buyer-list strong {
  display: block;
  margin-bottom: 7px;
  color: #071521;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
}

.buyer-list p {
  margin-bottom: 0;
  color: rgba(7, 21, 33, 0.66);
  font-size: 0.78rem;
  line-height: 1.65;
}

.guide-faq {
  background: #f2eee6;
}

.faq-guide-layout {
  display: grid;
  grid-template-columns: minmax(290px, 0.75fr) minmax(580px, 1.25fr);
  gap: clamp(50px, 8vw, 110px);
}

.faq-guide-intro {
  position: sticky;
  top: 120px;
  align-self: start;
}

.price-guide-page .faq-list {
  display: grid;
  gap: 8px;
}

.price-guide-page .faq-list details {
  border: 1px solid rgba(7, 21, 33, 0.14);
  border-radius: 4px;
  background: #fffdf8;
}

.price-guide-page .faq-list summary {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  color: #071521;
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.price-guide-page .faq-list summary::-webkit-details-marker {
  display: none;
}

.price-guide-page .faq-list summary svg {
  width: 19px;
  flex: 0 0 auto;
  transition: transform 180ms ease;
}

.price-guide-page .faq-list details[open] summary svg {
  transform: rotate(45deg);
}

.price-guide-page .faq-list details p {
  margin: 0;
  border-top: 1px solid rgba(7, 21, 33, 0.1);
  padding: 18px 20px 22px;
  color: #646b75;
  font-size: 0.82rem;
  line-height: 1.7;
}

.guide-cta {
  position: relative;
  isolation: isolate;
  padding: clamp(100px, 10vw, 150px) 0;
  color: #fff;
  background: #06111a;
}

.guide-cta-media {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 12, 18, 0.98), rgba(3, 12, 18, 0.56)),
    url("assets/guide-cta.webp") center / cover;
}

.guide-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  align-items: end;
  gap: 50px;
}

.guide-cta h2 {
  max-width: 830px;
  color: #fff;
}

.guide-cta .eyebrow {
  color: var(--guide-acid);
}

.guide-cta p:last-child {
  max-width: 660px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.75;
}

.guide-cta-actions {
  justify-content: flex-end;
}

.guide-signature {
  color: rgba(255, 255, 255, 0.62);
  background: #06111a;
}

.guide-signature .container {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 11px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.7rem;
}

.guide-signature strong {
  color: #fff;
}

.guide-signature span:last-child {
  margin-left: auto;
}

@media (max-width: 1080px) {
  .price-hero-copy {
    width: min(78%, 760px);
  }

  .price-answer {
    right: -18px;
    width: 245px;
  }

  .quick-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-value-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(7, 21, 33, 0.16);
  }

  .calculator-layout,
  .factors-layout,
  .checklist-layout,
  .faq-guide-layout {
    grid-template-columns: 1fr;
  }

  .calculator-intro,
  .factors-title,
  .checklist-copy,
  .faq-guide-intro {
    position: relative;
    top: auto;
  }

  .calculator-intro,
  .factors-title,
  .checklist-copy,
  .faq-guide-intro {
    max-width: 820px;
  }

  .included-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scenario-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .scenario-card,
  .scenario-card-featured {
    min-height: auto;
    transform: none;
  }

  .scenario-card h3 {
    min-height: auto;
  }

  .guide-cta-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .guide-cta-actions {
    justify-content: flex-start;
  }

  .comparison-scroll-hint {
    display: flex;
  }
}

@media (max-width: 760px) {
  .price-guide-page .container {
    width: min(calc(100% - 28px), 1240px);
  }

  .price-hero,
  .price-hero-inner {
    min-height: 0;
  }

  .price-hero-inner {
    align-content: start;
    padding-top: 104px;
    padding-bottom: 32px;
  }

  .breadcrumbs {
    position: static;
    margin-bottom: 26px;
  }

  .price-hero-copy {
    width: 100%;
  }

  .price-hero h1 {
    font-size: clamp(3.1rem, 14vw, 4.1rem);
    line-height: 0.9;
  }

  .price-hero-lead {
    font-size: 0.94rem;
    line-height: 1.65;
  }

  .price-hero-actions {
    align-items: stretch;
  }

  .price-hero-actions .button {
    width: 100%;
  }

  .price-hero-trust {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .price-hero-trust > span:last-child {
    grid-column: 1 / -1;
  }

  .price-answer {
    display: none;
  }

  .quick-value {
    margin-top: 0;
    transform: none;
  }

  .quick-value-grid {
    grid-template-columns: 1fr;
  }

  .quick-value-grid > div,
  .quick-value-grid > div:first-child {
    min-height: 78px;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(7, 21, 33, 0.16);
    padding: 14px 16px;
  }

  .quick-value-grid > div:last-child {
    border-bottom: 0;
  }

  .calculator-section,
  .included-section,
  .comparison-section,
  .guide-examples,
  .guide-faq,
  .cost-factors,
  .scenario-section,
  .buyer-checklist,
  .guide-cta {
    padding: 88px 0;
  }

  .calculator-layout,
  .factors-layout,
  .checklist-layout,
  .faq-guide-layout {
    gap: 44px;
  }

  .calculator-intro h2,
  .guide-heading h2,
  .factors-title h2,
  .checklist-copy h2,
  .faq-guide-intro h2,
  .guide-cta h2 {
    font-size: 3rem;
    line-height: 0.95;
  }

  .price-calculator {
    padding: 20px;
  }

  .price-calculator { box-shadow: 8px 8px 0 var(--guide-aqua), 0 24px 70px rgba(7, 21, 33, 0.14); }

  .calculator-head div > strong {
    font-size: 1.5rem;
  }

  .plan-options {
    grid-template-columns: 1fr;
  }

  .plan-options label > span {
    min-height: 116px;
  }

  .calculator-result {
    grid-template-columns: 1fr;
  }

  .calculator-result > div {
    min-height: 102px;
  }

  .calculator-submit {
    height: auto;
    min-height: 58px;
    padding: 12px 16px;
    text-align: center;
  }

  .guide-heading {
    margin-bottom: 44px;
  }

  .included-grid {
    grid-template-columns: 1fr;
  }

  .included-item {
    min-height: 230px;
    padding: 26px;
  }

  .included-item div > span {
    margin-bottom: 24px;
  }

  .factor-list article {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 16px;
  }

  .factor-list b {
    grid-column: 2;
  }

  .comparison-table-wrap {
    margin-right: -14px;
  }

  .scenario-card {
    padding: 26px;
  }

  .guide-example-grid {
    grid-template-columns: 1fr;
  }

  .guide-example {
    min-height: 420px;
    padding: 24px;
  }

  .guide-example h3 {
    font-size: 2rem;
  }

  .guide-cta-actions {
    width: 100%;
    align-items: stretch;
  }

  .guide-cta-actions .button {
    width: 100%;
  }

  .guide-signature .container {
    min-height: 94px;
    flex-wrap: wrap;
    align-content: center;
  }

  .guide-signature span:last-child {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 420px) {
  .price-hero h1 {
    font-size: 3rem;
  }

  .price-hero-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .price-hero-trust > span:last-child {
    grid-column: 1 / -1;
  }

  .base-price-row,
  .choice-row {
    grid-template-columns: 25px minmax(0, 1fr);
  }

  .base-price-row > b,
  .choice-row > b {
    grid-column: 2;
  }

  .scenario-card > svg {
    margin-bottom: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .price-hero-media,
  .price-answer,
  .quick-value,
  .scenario-card-featured {
    transform: none;
  }
}
