:root {
  --bg: #f3eadc;
  --paper: rgba(255, 250, 242, 0.92);
  --ink: #1f2238;
  --muted: #5b5f73;
  --line: #c8b89f;
  --gold: #d59f36;
  --gold-deep: #99601a;
  --teal: #2f7f8e;
  --teal-deep: #163b4c;
  --berry: #8a435d;
  --cream: #fff8ef;
  --shadow: 0 22px 40px rgba(36, 24, 9, 0.14);
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(255, 228, 186, 0.9) 0, rgba(255, 228, 186, 0) 34%),
    radial-gradient(circle at top right, rgba(128, 201, 208, 0.76) 0, rgba(128, 201, 208, 0) 36%),
    linear-gradient(180deg, #f3eadc 0%, #efe5d7 58%, #eadfcc 100%);
  font-family: "Trebuchet MS", "Gill Sans", "Segoe UI", sans-serif;
  line-height: 1.6;
}

a {
  color: var(--teal-deep);
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

a:hover {
  color: var(--berry);
}

img {
  max-width: 100%;
  display: block;
}

.sale-bar {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(72, 42, 8, 0.12);
  background: linear-gradient(90deg, #1a5964 0%, #4c91a0 48%, #d7a345 100%);
  color: #fff8ef;
  box-shadow: 0 6px 18px rgba(31, 34, 56, 0.12);
}

.sale-bar p {
  margin: 0;
  padding: 12px 16px;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sale-bar a {
  color: #fff8ef;
}

.site-shell {
  width: min(1120px, calc(100% - 28px));
  margin: 22px auto 46px;
  padding: 24px;
  border: 1px solid rgba(106, 85, 53, 0.14);
  border-radius: 30px;
  background: rgba(255, 250, 242, 0.76);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.topbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 24px;
  align-items: center;
  margin-bottom: 24px;
}

.brand-lockup {
  display: flex;
  gap: 14px;
  align-items: center;
}

.brand-lockup img {
  width: 68px;
  height: 68px;
}

.eyebrow {
  margin: 0 0 4px;
  color: var(--berry);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.brand-lockup strong,
.site-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.micro-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.micro-nav a {
  padding: 8px 14px;
  border: 1px solid rgba(47, 127, 142, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  color: var(--ink);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.micro-nav a[aria-current="page"] {
  background: linear-gradient(135deg, #f5d38d 0%, #e5b459 100%);
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: stretch;
}

.hero-card,
.panel,
.contact-card,
.note-card {
  border: 1px solid rgba(106, 85, 53, 0.16);
  border-radius: 28px;
  background: var(--paper);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.hero-card {
  padding: 30px;
  background:
    radial-gradient(circle at top right, rgba(130, 198, 208, 0.46) 0, rgba(130, 198, 208, 0) 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.96));
}

.hero-copy {
  max-width: 34rem;
}

.hero-copy p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 1.06rem;
}

.hero-tags,
.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-tags span,
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(47, 127, 142, 0.2);
  color: var(--teal-deep);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.button,
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.button {
  background: linear-gradient(135deg, #d9ac57 0%, #be8332 100%);
  color: #fff8ef;
}

.button-secondary {
  border: 1px solid rgba(47, 127, 142, 0.32);
  background: rgba(255, 255, 255, 0.65);
  color: var(--teal-deep);
}

.hero-side {
  display: grid;
  gap: 18px;
}

.offer-card {
  padding: 24px;
  background: linear-gradient(180deg, #1e5f6a 0%, #3f8a99 100%);
  color: #fff8ef;
}

.offer-card .eyebrow,
.offer-card a {
  color: #fff8ef;
}

.price {
  margin: 14px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.95;
}

.price.note {
  font-size: clamp(1.9rem, 4vw, 3rem);
}

.card-stack {
  display: grid;
  gap: 18px;
}

.grid-3,
.grid-2 {
  display: grid;
  gap: 18px;
}

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

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

.panel {
  padding: 22px;
}

.panel h2,
.panel h3,
.section-heading {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.03em;
}

.section-heading {
  font-size: clamp(1.7rem, 4vw, 2.6rem);
}

.panel p:last-child,
.panel ul:last-child {
  margin-bottom: 0;
}

.tone-line {
  margin: 30px 0 18px;
  padding: 16px 18px;
  border-left: 4px solid var(--gold);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--muted);
  font-size: 0.98rem;
}

.quote-banner {
  margin: 0 0 22px;
  padding: 22px;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(71, 135, 149, 0.12), rgba(213, 159, 54, 0.2));
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.2;
}

.contact-card {
  padding: 22px;
}

.meta-list,
.idea-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.meta-list li,
.idea-list li {
  padding: 9px 0;
  border-bottom: 1px solid rgba(106, 85, 53, 0.14);
}

.meta-list li:last-child,
.idea-list li:last-child {
  border-bottom: 0;
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline-step {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(106, 85, 53, 0.14);
}

.timeline-step strong {
  display: block;
  margin-bottom: 6px;
  color: var(--berry);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.form-grid {
  display: grid;
  gap: 14px;
}

.form-row {
  display: grid;
  gap: 7px;
}

.form-row label {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.field,
.field-textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(47, 127, 142, 0.24);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  font: inherit;
}

.field-textarea {
  min-height: 140px;
  resize: vertical;
}

.form-note {
  padding: 13px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  font-size: 0.92rem;
}

.form-error {
  min-height: 16px;
  color: #8d2444;
  font-size: 0.8rem;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px 22px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(106, 85, 53, 0.16);
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-links,
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
}

@media (max-width: 920px) {
  .hero,
  .grid-3,
  .grid-2 {
    grid-template-columns: 1fr;
  }

  .site-shell {
    padding: 18px;
  }
}

@media (max-width: 600px) {
  .site-shell {
    width: min(100% - 14px, 1120px);
    margin-top: 12px;
    padding: 14px;
    border-radius: 24px;
  }

  .topbar {
    margin-bottom: 18px;
  }

  .brand-lockup img {
    width: 58px;
    height: 58px;
  }

  .sale-bar p {
    font-size: 0.76rem;
    letter-spacing: 0.09em;
  }
}
