:root {
  --coffee-black: #120d0a;
  --coffee-deep: #1a120e;
  --coffee-panel: #2c211a;
  --cream: #f8f1e8;
  --cream-soft: #fffaf4;
  --ink: #241a15;
  --muted: #77675c;
  --copper: #9a6039;
  --copper-dark: #6d3a24;
  --copper-light: #c99a5d;
  --gold: #d9a64c;
  --line: #decec0;
  --shadow: 0 16px 42px rgba(0, 0, 0, .32);
  font-synthesis-weight: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--coffee-black);
  color: var(--ink);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}

header,
main,
section,
footer {
  max-width: 100%;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--copper-light);
  outline-offset: 3px;
}

h1,
h2,
h3,
.brand strong {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

p {
  margin: 0;
}

.sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.container {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 56px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 52px;
  background: rgba(18, 13, 10, .96);
  border-bottom: 1px solid rgba(166, 108, 62, .35);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 30px;
  min-height: 52px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--cream);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--copper-light);
}

.brand-mark svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand strong {
  display: block;
  font-size: 28px;
  font-style: italic;
  line-height: .9;
}

.brand small {
  display: block;
  margin-top: 4px;
  font-size: 9px;
  color: #f0d9c8;
  white-space: nowrap;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
  color: #f6e9dd;
  font-size: 12px;
}

.main-nav a {
  transition: color .2s ease;
}

.main-nav a:hover,
.main-nav .active {
  color: var(--copper-light);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  height: 31px;
  border-radius: 5px;
  color: #fff8f2;
  font-weight: 700;
  font-size: 11px;
  background: linear-gradient(135deg, #b8824e, #8f5e35);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .2);
  transition: transform .18s ease, box-shadow .18s ease;
}

.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .28);
}

.hero {
  min-height: 354px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(18, 13, 10, .95) 0%, rgba(18, 13, 10, .72) 35%, rgba(18, 13, 10, .34) 62%, rgba(18, 13, 10, .88) 100%),
    url("assets/hero-cafedomancie.webp") center center / cover no-repeat;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(270px, 410px) 1fr minmax(290px, 332px);
  gap: 28px;
  align-items: center;
  min-height: 354px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.hero-copy {
  color: var(--cream-soft);
}

.ornament {
  display: block;
  width: 92px;
  height: 18px;
  margin: 0 0 14px 48px;
  background:
    linear-gradient(var(--copper-light), var(--copper-light)) left 8px / 38px 1px no-repeat,
    radial-gradient(circle, var(--copper-light) 0 2px, transparent 2px) center / 18px 18px no-repeat,
    linear-gradient(var(--copper-light), var(--copper-light)) right 8px / 38px 1px no-repeat;
  opacity: .8;
}

.hero h1 {
  max-width: 430px;
  font-size: clamp(44px, 4.7vw, 56px);
  line-height: 1.03;
  color: #fff8f0;
  text-shadow: 0 5px 14px rgba(0, 0, 0, .5);
}

.hero h1 em {
  color: #b87943;
  font-style: italic;
}

.hero-copy p {
  max-width: 350px;
  margin-top: 18px;
  color: #f4e8dc;
  font-size: 14px;
  line-height: 1.45;
}

.hero-points {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  color: #fff5ec;
  font-size: 13px;
}

.hero-points li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.hero-points svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--copper-light);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.reservation-card {
  grid-column: 3;
  justify-self: end;
  width: min(100%, 310px);
  padding: 12px 18px 8px;
  border: 1px solid rgba(91, 54, 31, .16);
  border-radius: 10px;
  background: rgba(255, 250, 244, .96);
  box-shadow: var(--shadow);
}

.reservation-card h2 {
  text-align: center;
  font-size: 17px;
  line-height: 1.1;
  color: #2b1a13;
}

.mini-separator {
  display: block;
  width: 65px;
  height: 12px;
  margin: 4px auto 6px;
  background:
    linear-gradient(var(--copper), var(--copper)) left 7px / 26px 1px no-repeat,
    radial-gradient(circle, var(--copper) 0 2px, transparent 2px) center / 14px 14px no-repeat,
    linear-gradient(var(--copper), var(--copper)) right 7px / 26px 1px no-repeat;
}

.reservation-card label {
  display: block;
  margin-top: 3px;
}

.reservation-card label span {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.reservation-card input,
.reservation-card select,
.reservation-card textarea {
  width: 100%;
  min-height: 23px;
  border: 1px solid #e1d5ca;
  border-radius: 5px;
  background: #fbf5ee;
  color: #39261d;
  padding: 0 12px;
  font-size: 11px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
}

.reservation-card input::placeholder,
.reservation-card textarea::placeholder {
  color: #8f8178;
}

.reservation-card input:focus,
.reservation-card select:focus,
.reservation-card textarea:focus {
  border-color: var(--copper);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(154, 96, 57, .16);
}

.reservation-card textarea {
  min-height: 42px;
  padding-top: 6px;
  resize: vertical;
}

.form-help {
  margin: 3px 0 0;
  color: #7b685d;
  font-size: 10px;
}

.consent {
  display: grid !important;
  grid-template-columns: 22px 1fr;
  gap: 8px;
  align-items: start;
  margin: 4px 0 0;
  color: #6c5a4f;
  font-size: 10.5px;
  line-height: 1.22;
}

.consent input {
  width: 20px;
  min-height: 20px;
  height: 20px;
  margin: 2px 0 0;
  padding: 0;
}

.consent span {
  position: static !important;
  width: auto !important;
  height: auto !important;
  clip: auto !important;
  overflow: visible !important;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 34px;
  margin-top: 5px;
  border: 0;
  border-radius: 8px;
  color: #fff8f0;
  background: linear-gradient(135deg, #8c492f, #6d3a24);
  box-shadow: 0 10px 24px rgba(109, 58, 36, .28);
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.primary-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 14px 28px rgba(109, 58, 36, .35);
}

.primary-button svg,
.trustline svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trustline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 5px;
  color: #5b4c43;
  font-size: 8.8px;
  text-align: center;
}

.light-section {
  position: relative;
  background:
    radial-gradient(circle at 3% 20%, rgba(163, 104, 63, .18) 0 1px, transparent 2px 100%),
    radial-gradient(circle at 96% 72%, rgba(127, 70, 38, .13) 0 1px, transparent 2px 100%),
    linear-gradient(180deg, #fffaf4, var(--cream));
  overflow: hidden;
  overflow-x: clip;
}

.light-section::before,
.light-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(153, 95, 57, .22);
  border-radius: 50%;
}

.light-section::before {
  width: 130px;
  height: 130px;
  left: -45px;
  top: 24px;
  box-shadow: 28px 18px 0 -22px rgba(153, 95, 57, .2);
}

.light-section::after {
  width: 120px;
  height: 120px;
  right: -42px;
  bottom: 14px;
}

.process {
  min-height: 192px;
  padding: 14px 0 16px;
}

.process h2,
.pricing h2,
.faq h2 {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 25px;
  line-height: 1.1;
  color: #241712;
}

.process h2::after,
.pricing h2::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 4px auto 0;
  border-radius: 50%;
  background: var(--copper);
  box-shadow: -28px 0 0 -4px var(--copper), 28px 0 0 -4px var(--copper);
}

.steps {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 15px;
}

.steps::before,
.steps::after {
  content: "";
  position: absolute;
  top: 26px;
  width: 120px;
  height: 24px;
  border-top: 1px dashed rgba(154, 96, 57, .45);
  border-radius: 50% 50% 0 0;
}

.steps::before {
  left: 27%;
}

.steps::after {
  right: 27%;
}

.step {
  display: grid;
  grid-template-columns: 74px 1fr;
  column-gap: 18px;
  position: relative;
  min-height: 102px;
}

.step-icon {
  grid-row: span 3;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-top: 10px;
  border-radius: 50%;
  color: var(--copper-light);
  background: radial-gradient(circle at 35% 25%, #2a1d16, #100b08);
  box-shadow: 0 12px 25px rgba(0, 0, 0, .28);
}

.step-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.step-number {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  margin-bottom: 5px;
  border-radius: 50%;
  background: #9b6a45;
  color: #fffaf4;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.step h3 {
  max-width: 180px;
  color: #864f34;
  font-size: 16px;
  line-height: 1.08;
}

.step p {
  max-width: 205px;
  margin-top: 8px;
  color: #554237;
  font-size: 11px;
  line-height: 1.35;
}

.dark-section {
  position: relative;
  overflow: hidden;
  overflow-x: clip;
  background:
    radial-gradient(circle at 0 100%, rgba(151, 87, 45, .35), transparent 190px),
    radial-gradient(circle at 100% 20%, rgba(151, 87, 45, .2), transparent 180px),
    linear-gradient(180deg, #150f0c, #0f0a08);
  color: var(--cream);
}

.dark-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, transparent 0 45%, rgba(198, 154, 93, .13) 45% 45.4%, transparent 45.4% 100%),
    radial-gradient(ellipse at 16% 35%, transparent 0 58px, rgba(198, 154, 93, .16) 59px 60px, transparent 61px);
  opacity: .55;
}

.benefits {
  min-height: 187px;
  padding: 20px 0 20px;
}

.benefits h2,
.testimonials h2 {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff8f0;
  font-size: 24px;
  line-height: 1.15;
}

.benefit-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 20px;
  text-align: center;
}

.benefit-grid article {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.benefit-grid svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: var(--copper-light);
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit-grid h3 {
  color: var(--copper-light);
  font-size: 14px;
  line-height: 1.15;
}

.benefit-grid p {
  max-width: 150px;
  color: #fff3e8;
  font-size: 11px;
  line-height: 1.38;
}

.pricing {
  min-height: 257px;
  padding: 15px 0 18px;
}

.price-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: 20px;
  max-width: 830px;
  margin: 16px auto 0;
}

.price-card {
  position: relative;
  display: grid;
  justify-items: center;
  min-height: 190px;
  padding: 18px 20px 14px;
  border: 1px solid rgba(137, 100, 75, .25);
  border-radius: 12px;
  background: rgba(255, 250, 244, .62);
  box-shadow: 0 10px 30px rgba(63, 38, 24, .1);
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease;
}

.price-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(63, 38, 24, .16);
}

.price-card.featured {
  min-height: 207px;
  border-color: rgba(137, 76, 47, .8);
  background: rgba(255, 250, 244, .84);
}

.badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 18px;
  border-radius: 999px;
  color: #fff8f0;
  background: #8f4d31;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.price-card h3 {
  font-size: 22px;
  line-height: 1.08;
  color: #2b1b15;
}

.price-card > p {
  margin-top: 5px;
  color: #9a6a50;
  font-size: 10.5px;
}

.price-card strong {
  display: block;
  margin-top: 9px;
  color: #8d4f32;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}

.price-card ul {
  width: 100%;
  margin: 9px 0 12px;
  padding-left: 18px;
  color: #5a473c;
  text-align: left;
  font-size: 10.5px;
  line-height: 1.38;
}

.price-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 30px;
  border: 1px solid #985b38;
  border-radius: 6px;
  color: #8a4b30;
  font-weight: 700;
  font-size: 11px;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}

.price-card.featured a {
  color: #fff8f0;
  background: linear-gradient(135deg, #8c492f, #6d3a24);
}

.price-card a:hover {
  transform: translateY(-1px);
  color: #fff8f0;
  background: #7d432b;
}

.about {
  display: grid;
  grid-template-columns: minmax(300px, 36%) 1fr;
  min-height: 174px;
  background: #fbf5ee;
}

.about-image {
  min-height: 174px;
  background: url("assets/cafedomancie-lecture.webp") center center / cover no-repeat;
  border-radius: 0 13px 13px 0;
}

.about-copy {
  padding: 18px 56px 18px 32px;
  background:
    radial-gradient(circle at 95% 8%, rgba(198, 154, 93, .13), transparent 90px),
    linear-gradient(180deg, #fffaf5, #f8efe6);
}

.about-copy h2 {
  font-size: 25px;
  line-height: 1.08;
  color: #251711;
}

.about-copy > p {
  max-width: 760px;
  margin-top: 8px;
  color: #4d3b31;
  font-size: 11.5px;
  line-height: 1.36;
}

.about-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 12px;
}

.about-columns h3 {
  color: #874c31;
  font-size: 15px;
  line-height: 1.08;
}

.about-columns ul {
  margin: 6px 0 0;
  padding-left: 18px;
  color: #4e3b31;
  font-size: 10.8px;
  line-height: 1.38;
}

.about-columns li::marker {
  color: var(--copper);
}

.testimonials {
  min-height: 158px;
  padding: 14px 0 12px;
}

.testimonial-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 11px;
}

.testimonial-grid article {
  position: relative;
  min-height: 104px;
  padding: 15px 16px 12px 72px;
  border: 1px solid rgba(198, 154, 93, .24);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(62, 45, 35, .95), rgba(38, 27, 21, .9));
  box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
}

.avatar {
  position: absolute;
  left: 18px;
  top: 17px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 245, 235, .72);
}

.testimonial-grid h3 {
  color: #f9e8d8;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.stars {
  margin-top: 1px;
  color: var(--gold);
  font-size: 13px;
  letter-spacing: 1px;
}

.testimonial-grid article > p:last-of-type {
  margin-top: 8px;
  color: #f4e3d5;
  font-size: 11px;
  line-height: 1.34;
}

.quote {
  position: absolute;
  right: 16px;
  top: 18px;
  width: 28px;
  height: 28px;
  fill: var(--copper-light);
  opacity: .95;
}

.dots {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 11px;
}

.dots span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 240, 225, .35);
}

.dots span:first-child {
  width: 21px;
  background: var(--copper-light);
}

.faq {
  min-height: 124px;
  padding: 13px 0 14px;
}

.faq-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  max-width: 900px;
  margin: 11px auto 0;
}

.faq-column {
  overflow: hidden;
  border: 1px solid rgba(125, 94, 73, .14);
  border-radius: 10px;
  background: rgba(255, 252, 248, .82);
}

.faq-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-height: 32px;
  padding: 0 18px;
  border: 0;
  border-bottom: 1px solid #e2d8cf;
  color: #3d2d25;
  background: transparent;
  text-align: left;
  font-size: 11.5px;
  cursor: pointer;
}

.faq-row:last-of-type {
  border-bottom: 0;
}

.faq-row svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #36241b;
  stroke-width: 2.5;
  stroke-linecap: round;
  transition: transform .2s ease;
  flex: 0 0 auto;
}

.faq-row[aria-expanded="true"] svg {
  transform: rotate(45deg);
}

.faq-answer {
  display: none;
  padding: 0 18px 13px;
  color: #5c4b40;
  font-size: 11.5px;
  line-height: 1.5;
}

.faq-answer.open {
  display: block;
}

.deep-guide {
  position: relative;
  overflow: hidden;
  overflow-x: clip;
  padding: 68px 0 76px;
  background:
    radial-gradient(ellipse at 8% 10%, rgba(164, 105, 65, .16), transparent 240px),
    radial-gradient(ellipse at 92% 14%, rgba(48, 27, 19, .1), transparent 260px),
    linear-gradient(180deg, #fffaf5 0%, #f6eadc 48%, #fff9f2 100%);
}

.deep-guide::before,
.deep-guide::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(148, 93, 58, .18);
  border-radius: 54% 46% 42% 58%;
}

.deep-guide::before {
  width: 360px;
  height: 360px;
  left: -180px;
  top: 160px;
  transform: rotate(-22deg);
}

.deep-guide::after {
  width: 420px;
  height: 420px;
  right: -210px;
  bottom: 80px;
  transform: rotate(18deg);
}

.guide-wrap {
  position: relative;
  z-index: 1;
}

.guide-heading {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #8f5638;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.eyebrow::before,
.eyebrow::after {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
}

.guide-heading h2 {
  margin-top: 8px;
  color: #241711;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.06;
}

.guide-heading p {
  max-width: 690px;
  margin: 16px auto 0;
  color: #6c594c;
  font-size: 15px;
}

.guide-layout {
  display: grid;
  grid-template-columns: minmax(170px, 230px) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.floating-note {
  position: sticky;
  top: 88px;
  display: block;
  padding: 30px 24px;
  border: 1px solid rgba(142, 86, 50, .2);
  border-radius: 42% 58% 48% 52% / 55% 45% 55% 45%;
  color: #3c2a20;
  background:
    radial-gradient(circle at 70% 16%, rgba(198, 154, 93, .2), transparent 50px),
    rgba(255, 250, 244, .74);
  box-shadow: 0 18px 36px rgba(89, 57, 36, .12);
}

.floating-note strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.05;
}

.floating-note span {
  display: block;
  margin-top: 10px;
  color: #705848;
  font-size: 13px;
}

.guide-article {
  max-width: 780px;
  color: #35251d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(16.5px, 1.5vw, 18px);
  line-height: 1.72;
}

.guide-article p + p {
  margin-top: 22px;
}

.term {
  position: relative;
  display: inline;
  padding: 0;
  border: 0;
  color: #8d4f32;
  background: linear-gradient(transparent 62%, rgba(201, 154, 93, .28) 62%);
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: help;
}

.term::after {
  content: attr(data-tip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 12px);
  z-index: 4;
  width: min(270px, 78vw);
  padding: 14px 16px;
  border: 1px solid rgba(130, 75, 45, .32);
  border-radius: 24px 26px 22px 28px;
  color: #fff8f0;
  background: linear-gradient(135deg, #2c1d16, #5c321f);
  box-shadow: 0 14px 32px rgba(43, 27, 19, .24);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.42;
  text-align: left;
  transform: translate(-50%, 8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease;
}

.term:hover::after,
.term:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.infographic {
  margin: 28px 0;
  padding: 0;
}

.infographic img {
  width: 100%;
  height: auto;
  border-radius: 34px 18px 38px 20px;
  box-shadow: 0 24px 48px rgba(68, 42, 28, .16);
}

.infographic figcaption {
  margin-top: 10px;
  color: #7d6555;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  text-align: center;
}

.ribbon-thought {
  position: relative;
  margin: 30px -12px;
  padding: 24px 42px;
  color: #fff8f0;
  background: linear-gradient(135deg, #7a432b, #2a1811);
  border-radius: 58% 42% 50% 50% / 22% 78% 22% 78%;
  box-shadow: 0 20px 38px rgba(78, 43, 28, .22);
}

.ribbon-thought p {
  font-size: 23px;
  line-height: 1.38;
  text-align: center;
}

.symbol-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 30px 0;
}

.symbol-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 20px;
  border: 1px solid rgba(139, 85, 51, .24);
  border-radius: 999px 60% 999px 45%;
  color: #7d492f;
  background: rgba(255, 250, 244, .62);
  box-shadow: 0 12px 22px rgba(90, 52, 32, .08);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.site-footer {
  background:
    radial-gradient(circle at 3% 12%, rgba(151, 87, 45, .23), transparent 160px),
    linear-gradient(180deg, #211711, #150f0c);
  color: #f7eadf;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.15fr .82fr .7fr 1fr 1.25fr;
  gap: 24px;
  align-items: center;
  min-height: 134px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.footer-brand p {
  max-width: 210px;
  margin-top: 12px;
  color: #f2dfcf;
  font-size: 14px;
}

.footer-nav,
address,
.footer-action {
  display: grid;
  gap: 8px;
  font-style: normal;
}

.footer-nav h2,
address h2 {
  color: #f8eadf;
  font-size: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.footer-nav a,
address a,
address span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #f3dfd0;
  font-size: 11.5px;
}

address svg,
.footer-action svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: var(--copper-light);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.footer-cup {
  display: grid;
  place-items: center;
  color: var(--copper);
  opacity: .75;
}

.footer-cup svg {
  width: 95px;
  height: 95px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 6px;
  color: #fff8f0;
  background: linear-gradient(135deg, #b47d49, #8e5a34);
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .22);
}

.footer-action p {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #f4dfcf;
  font-size: 11.5px;
}

.footer-bottom {
  border-top: 1px solid rgba(198, 154, 93, .22);
}

.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  min-height: 48px;
  align-items: center;
  color: #ead8c9;
  font-size: 11.5px;
}

.footer-bottom p:last-child {
  display: flex;
  gap: 18px;
  align-items: center;
}

.footer-bottom span {
  width: 1px;
  height: 14px;
  background: rgba(234, 216, 201, .35);
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 25;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  color: #fff8f0;
  background: linear-gradient(135deg, #a86e42, #6d3a24);
  box-shadow: 0 18px 32px rgba(0, 0, 0, .28);
  font-size: 16px;
  font-weight: 800;
}

.sticky-cta {
  display: none !important;
}

.legal-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 10% 0, rgba(154, 96, 57, .18), transparent 260px),
    linear-gradient(180deg, #1a120e, #0f0a08);
  color: #fff8f0;
}

.legal-content {
  width: min(760px, calc(100% - 36px));
  margin: 0 auto;
  padding: 70px 0;
}

.legal-content h1 {
  margin-top: 18px;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.05;
}

.legal-content p {
  margin-top: 18px;
  color: #f1dfd1;
  font-size: 16px;
}

.legal-content a {
  color: var(--copper-light);
}

.legal-back {
  display: inline-flex;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 700;
}

@media (min-width: 861px) {
  .process {
    height: 192px;
    padding: 12px 0 12px;
  }

  .process h2,
  .pricing h2,
  .faq h2 {
    font-size: 24px;
  }

  .steps {
    margin-top: 12px;
  }

  .step {
    min-height: 90px;
  }

  .step-icon {
    width: 60px;
    height: 60px;
  }

  .step h3 {
    font-size: 15px;
  }

  .step p {
    max-width: 190px;
    font-size: 10px;
    line-height: 1.28;
  }

  .benefits {
    height: 187px;
    padding: 17px 0 16px;
  }

  .benefits h2,
  .testimonials h2 {
    font-size: 23px;
  }

  .benefit-grid {
    margin-top: 18px;
  }

  .benefit-grid h3 {
    font-size: 13px;
  }

  .benefit-grid p {
    font-size: 10px;
    line-height: 1.3;
  }

  .pricing {
    height: 257px;
    padding: 13px 0 15px;
  }

  .price-grid {
    max-width: 790px;
    gap: 20px;
    margin-top: -5px;
  }

  .price-card {
    min-height: 185px;
    height: 190px;
    padding: 15px 18px 12px;
  }

  .price-card.featured {
    min-height: 205px;
    height: 207px;
  }

  .price-card h3 {
    font-size: 20px;
  }

  .price-card > p {
    margin-top: 3px;
    font-size: 9.5px;
  }

  .price-card strong {
    margin-top: 6px;
    font-size: 29px;
  }

  .price-card ul {
    margin: 7px 0 9px;
    font-size: 9.5px;
    line-height: 1.2;
  }

  .price-card a {
    min-height: 28px;
    font-size: 10px;
  }

  .about {
    height: 174px;
  }

  .about-image {
    min-height: 174px;
  }

  .about-copy {
    padding: 15px 56px 14px 28px;
  }

  .about-copy h2 {
    font-size: 24px;
  }

  .about-copy > p {
    margin-top: 5px;
    font-size: 10.5px;
    line-height: 1.26;
  }

  .about-columns {
    margin-top: 10px;
  }

  .about-columns h3 {
    font-size: 14px;
  }

  .about-columns ul {
    margin-top: 4px;
    font-size: 9.8px;
    line-height: 1.25;
  }

  .testimonials {
    height: 158px;
    padding: 11px 0 10px;
  }

  .testimonial-grid {
    margin-top: 9px;
  }

  .testimonial-grid article {
    min-height: 105px;
    height: 105px;
    padding: 13px 14px 10px 68px;
  }

  .avatar {
    left: 17px;
    top: 16px;
    width: 40px;
    height: 40px;
  }

  .testimonial-grid article > p:last-of-type {
    margin-top: 5px;
    font-size: 9.8px;
    line-height: 1.25;
  }

  .dots {
    margin-top: 8px;
  }

  .faq {
    height: 124px;
    padding: 10px 0 10px;
  }

  .faq-grid {
    margin-top: 9px;
  }

  .faq-row {
    min-height: 30px;
    font-size: 10.5px;
  }

  .site-footer {
    height: 166px;
    overflow: hidden;
  }

  .footer-top {
    min-height: 119px;
    padding-top: 13px;
    padding-bottom: 10px;
  }

  .footer-brand .brand-mark {
    width: 34px;
    height: 34px;
  }

  .footer-brand .brand-mark svg {
    width: 34px;
    height: 34px;
  }

  .footer-brand .brand strong {
    font-size: 24px;
  }

  .footer-brand p {
    margin-top: 8px;
    font-size: 12px;
  }

  .footer-bottom .container {
    min-height: 47px;
  }
}

@media (max-width: 860px) {
  .container {
    padding: 0 26px;
  }

  .header-inner {
    gap: 16px;
  }

  .main-nav {
    display: none;
  }

  .nav-cta {
    margin-left: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr minmax(288px, 330px);
  }

  .hero-copy {
    grid-column: 1;
  }

  .reservation-card {
    grid-column: 2;
  }

  .steps,
  .benefit-grid,
  .testimonial-grid,
  .footer-top {
    gap: 18px;
  }

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

  .footer-top {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-cup {
    display: none;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 13px;
  }

  .container {
    padding: 0 18px;
  }

  .site-header {
    position: static;
  }

  .header-inner {
    min-height: 64px;
  }

  .brand strong {
    font-size: 24px;
  }

  .brand small,
  .nav-cta {
    display: none;
  }

  .hero {
    min-height: auto;
    background-position: 62% center;
  }

  .hero-grid {
    display: block;
    min-height: auto;
    padding-top: 34px;
    padding-bottom: 28px;
  }

  .hero h1 {
    max-width: 340px;
    font-size: 42px;
  }

  .hero-copy p {
    max-width: 310px;
  }

  .reservation-card {
    width: 100%;
    margin-top: 26px;
  }

  .process,
  .benefits,
  .pricing,
  .testimonials,
  .faq {
    min-height: auto;
    padding: 30px 0;
  }

  .steps,
  .price-grid,
  .testimonial-grid,
  .faq-grid,
  .about,
  .guide-layout {
    grid-template-columns: 1fr;
  }

  .steps::before,
  .steps::after {
    display: none;
  }

  .step {
    grid-template-columns: 78px 1fr;
  }

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

  .about-image {
    min-height: 260px;
    border-radius: 0;
  }

  .about-copy {
    padding: 28px 18px 32px;
  }

  .about-columns {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .deep-guide {
    padding: 50px 0 58px;
  }

  .guide-layout {
    gap: 26px;
  }

  .floating-note {
    position: relative;
    top: 0;
    max-width: 300px;
    margin: 0 auto;
  }

  .guide-article {
    font-size: 17px;
    line-height: 1.72;
  }

  .ribbon-thought {
    margin-left: 0;
    margin-right: 0;
    padding: 24px 28px;
  }

  .ribbon-thought p {
    font-size: 20px;
  }

  .footer-bottom .container {
    flex-direction: column;
    justify-content: center;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .sticky-cta {
    display: inline-flex;
  }
}

@media (max-width: 520px) {
  .benefit-grid,
  .footer-top {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 37px;
  }

  .process h2,
  .pricing h2,
  .faq h2,
  .benefits h2,
  .testimonials h2 {
    font-size: 25px;
  }

  .faq-row {
    min-height: 46px;
  }

  .term::after {
    left: 0;
    transform: translate(0, 8px);
  }

  .term:hover::after,
  .term:focus-visible::after {
    transform: translate(0, 0);
  }
}

/* Readability pass requested after visual QA. Keep the H1 untouched. */
body {
  font-size: 16px;
}

.container {
  padding-left: clamp(24px, 4.6vw, 56px);
  padding-right: clamp(24px, 4.6vw, 56px);
}

.main-nav {
  gap: 18px;
  font-size: 15px;
  font-weight: 650;
}

.nav-cta {
  min-width: 150px;
  height: 38px;
  font-size: 14px;
}

.brand small {
  font-size: 11px;
}

.hero-copy p {
  font-size: 17px;
  line-height: 1.5;
}

.hero-points {
  font-size: 16px;
  gap: 10px;
}

.reservation-card {
  width: min(100%, 340px);
  padding: 18px 22px 16px;
}

.reservation-card h2 {
  font-size: 24px;
}

.reservation-card label {
  margin-top: 8px;
}

.reservation-card input,
.reservation-card select,
.reservation-card textarea {
  min-height: 38px;
  font-size: 15px;
  padding: 0 14px;
}

.reservation-card textarea {
  min-height: 74px;
  padding-top: 10px;
}

.form-help,
.consent,
.trustline {
  font-size: 13px;
  line-height: 1.35;
}

.primary-button {
  min-height: 46px;
  font-size: 15px;
}

.process,
.benefits,
.pricing,
.about,
.testimonials,
.faq,
.site-footer {
  height: auto;
  min-height: 0;
  overflow: visible;
}

.process,
.benefits,
.pricing,
.testimonials,
.faq {
  padding-top: 30px;
  padding-bottom: 30px;
}

.process h2,
.pricing h2,
.faq h2,
.benefits h2,
.testimonials h2 {
  font-size: 32px;
  line-height: 1.12;
}

.steps {
  gap: 34px;
  margin-top: 26px;
}

.step {
  min-height: 0;
  grid-template-columns: 76px 1fr;
}

.step h3 {
  font-size: 20px;
  line-height: 1.15;
}

.step p {
  max-width: 230px;
  font-size: 15px;
  line-height: 1.48;
}

.benefit-grid {
  margin-top: 28px;
}

.benefit-grid h3 {
  font-size: 18px;
}

.benefit-grid p {
  max-width: 180px;
  font-size: 15px;
  line-height: 1.45;
}

.price-grid {
  max-width: 920px;
  margin-top: 26px;
  align-items: stretch;
}

.price-card,
.price-card.featured {
  height: auto;
  min-height: 260px;
  padding: 24px 24px 20px;
}

.price-card h3 {
  font-size: 28px;
}

.price-card > p {
  font-size: 14px;
}

.price-card strong {
  font-size: 42px;
}

.price-card ul {
  font-size: 15px;
  line-height: 1.5;
}

.price-card a {
  min-height: 42px;
  font-size: 15px;
}

.about {
  min-height: 260px;
}

.about-image {
  min-height: 260px;
}

.about-copy {
  padding-top: 28px;
  padding-bottom: 28px;
}

.about-copy h2 {
  font-size: 32px;
}

.about-copy > p,
.about-columns ul {
  font-size: 15px;
  line-height: 1.5;
}

.about-columns h3 {
  font-size: 20px;
}

.testimonial-grid {
  margin-top: 22px;
}

.testimonial-grid article {
  height: auto;
  min-height: 156px;
  padding: 24px 24px 20px 88px;
}

.avatar {
  width: 54px;
  height: 54px;
}

.testimonial-grid h3,
.stars {
  font-size: 16px;
}

.testimonial-grid article > p:last-of-type {
  font-size: 15px;
  line-height: 1.45;
}

.faq-grid {
  margin-top: 22px;
}

.faq-row {
  min-height: 50px;
  font-size: 16px;
}

.faq-answer {
  font-size: 15px;
}

.footer-top {
  min-height: 0;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer-brand p,
.footer-nav a,
address a,
address span,
.footer-action p,
.footer-bottom .container {
  font-size: 15px;
  line-height: 1.45;
}

.footer-nav h2,
address h2 {
  font-size: 19px;
}

.footer-cta {
  min-height: 52px;
  font-size: 16px;
}

.guide-heading p {
  font-size: 17px;
}

.guide-article {
  font-size: 20px;
  line-height: 1.78;
}

.term::after,
.infographic figcaption,
.floating-note span,
.symbol-cloud span {
  font-size: 15px;
}

@media (min-width: 861px) {
  .header-inner {
    gap: 20px;
  }

  .hero {
    min-height: 430px;
  }

  .hero-grid {
    grid-template-columns: minmax(360px, 480px) 1fr minmax(320px, 360px);
    min-height: 430px;
    gap: 24px;
  }

  .reservation-card {
    grid-column: 3;
  }
}

@media (max-width: 1100px) and (min-width: 861px) {
  .main-nav {
    gap: 12px;
    font-size: 13.5px;
  }

  .nav-cta {
    min-width: 136px;
    font-size: 13px;
  }

  .brand strong {
    font-size: 26px;
  }

  .brand small {
    font-size: 10px;
  }
}

@media (max-width: 860px) {
  .reservation-card {
    width: 100%;
  }

  .step p,
  .benefit-grid p,
  .price-card ul,
  .about-copy > p,
  .about-columns ul,
  .testimonial-grid article > p:last-of-type,
  .faq-row,
  .faq-answer,
  .footer-brand p,
  .footer-nav a,
  address a,
  address span {
    font-size: 16px;
  }

  .guide-article {
    font-size: 18px;
  }

  .footer-nav a,
  address a,
  .footer-action p {
    min-height: 44px;
  }

  .term {
    padding: 3px 1px;
  }
}

/* Final legibility floor. H1 remains controlled by its original rules. */
body {
  font-size: 17px;
}

.main-nav {
  font-size: 15px;
  gap: 16px;
}

.nav-cta {
  min-width: 154px;
  height: 40px;
  font-size: 15px;
}

.brand small {
  font-size: 12px;
}

.hero-copy p {
  font-size: 18px;
}

.hero-points {
  font-size: 17px;
}

.reservation-card h2 {
  font-size: 25px;
}

.reservation-card input,
.reservation-card select,
.reservation-card textarea,
.primary-button {
  font-size: 16px;
}

.form-help,
.consent,
.trustline {
  font-size: 14px;
}

.step p,
.benefit-grid p,
.price-card ul,
.about-copy > p,
.about-columns ul,
.testimonial-grid article > p:last-of-type,
.faq-answer,
.footer-brand p,
.footer-nav a,
address a,
address span,
.footer-action p,
.footer-bottom .container {
  font-size: 16px;
  line-height: 1.5;
}

.step h3,
.benefit-grid h3,
.about-columns h3,
.footer-nav h2,
address h2 {
  font-size: 20px;
}

.price-card > p {
  font-size: 15px;
}

.price-card a,
.faq-row,
.testimonial-grid h3,
.stars {
  font-size: 16px;
}

.guide-heading p {
  font-size: 18px;
}

.guide-article {
  font-size: 21px;
}

@media (max-width: 1100px) and (min-width: 861px) {
  .main-nav {
    font-size: 15px;
    gap: 12px;
  }

  .nav-cta {
    min-width: 146px;
    font-size: 14.5px;
  }

  .header-inner {
    gap: 14px;
  }

  .footer-top {
    grid-template-columns: 1.2fr .82fr 1.05fr 1.15fr;
    gap: 22px;
  }

  .footer-cup {
    display: none;
  }

  .footer-action {
    min-width: 0;
  }

  .footer-cta {
    padding: 0 14px;
    font-size: 15px;
  }
}

/* About section breathing room and balance. */
.about {
  grid-template-columns: minmax(360px, 38%) minmax(0, 1fr);
  min-height: 360px;
  align-items: stretch;
}

.about-image {
  min-height: 360px;
  background-position: center 48%;
}

.about-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 4.8vw, 64px) clamp(44px, 6vw, 86px) clamp(42px, 4.8vw, 64px) clamp(36px, 5vw, 68px);
}

.about-copy h2 {
  font-size: clamp(36px, 3.2vw, 46px);
  line-height: 1.06;
}

.about-copy > p {
  max-width: 880px;
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.68;
}

.about-columns {
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(42px, 6vw, 92px);
  margin-top: 28px;
}

.about-columns h3 {
  font-size: 24px;
  line-height: 1.15;
}

.about-columns ul {
  margin-top: 12px;
  padding-left: 22px;
  font-size: 17px;
  line-height: 1.7;
}

.about-columns li + li {
  margin-top: 4px;
}

@media (max-width: 860px) {
  .about {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .about-image {
    min-height: 300px;
  }

  .about-copy {
    padding: 38px 22px 44px;
  }

  .about-copy > p {
    font-size: 17px;
  }

  .about-columns {
    gap: 24px;
    margin-top: 26px;
  }
}
.form-offer {
  display: grid;
  gap: 6px;
  margin: 4px 0 14px;
  padding: 14px 16px;
  border: 1px solid rgba(201, 154, 93, .42);
  background: rgba(255, 250, 244, .9);
  color: var(--ink);
}

.form-offer strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.15;
}

.form-offer span {
  color: var(--gold);
  font-size: 22px;
  font-weight: 800;
}

.form-offer p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.tally-checklist {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.tally-checklist li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: center;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.35;
}

.tally-checklist svg {
  width: 20px;
  height: 20px;
  color: var(--gold);
}

.tally-direct-link {
  display: inline-flex;
  justify-content: center;
  margin-top: 12px;
  color: var(--brown);
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.tally-direct-link:hover {
  color: var(--gold);
}

.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.reservation-card input[type="file"] {
  padding: 12px;
  background: rgba(255, 250, 244, .96);
  cursor: pointer;
}

.reservation-card input[type="file"]::file-selector-button {
  margin-right: 10px;
  border: 1px solid rgba(154, 96, 57, .35);
  border-radius: 4px;
  background: #f4e7da;
  color: var(--ink);
  font-weight: 700;
  cursor: pointer;
}

.single-offer-grid {
  grid-template-columns: minmax(0, 620px);
  justify-content: center;
}

.single-offer {
  min-height: 0;
}

.single-offer.price-card strong {
  margin-top: 4px;
  font-size: 46px;
}

.single-offer.price-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
  padding-left: 0;
  list-style: none;
}

.single-offer.price-card li {
  position: relative;
  padding-left: 20px;
}

.single-offer.price-card li::before {
  content: "";
  position: absolute;
  top: .55em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.form-result {
  border-left: 4px solid var(--copper);
}

.form-result.success {
  border-left-color: #4e8f65;
}

.form-result.error {
  border-left-color: #9a6039;
}

@media (max-width: 720px) {
  .single-offer.price-card ul {
    grid-template-columns: 1fr;
  }

  .single-offer.price-card strong {
    font-size: 40px;
  }
}
