.starter-page *,
.starter-teaser *,
.starter-link-list * {
  letter-spacing: 0;
}

.starter-page {
  --starter-gold-text: #816025;
}

.starter-page :is(a, button, summary):focus-visible,
.starter-teaser a:focus-visible,
.starter-link-list a:focus-visible {
  outline: 3px solid #b8924a;
  outline-offset: 5px;
}

.starter-page :is(section, main) {
  scroll-margin-top: 104px;
}

.starter-skip {
  position: fixed;
  top: 8px;
  left: 20px;
  z-index: 50;
  padding: 12px 18px;
  color: #0e1d2a;
  background: #fff;
  transform: translateY(-160%);
}

.starter-skip:focus {
  transform: none;
}

.starter-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: min(870px, 92svh);
  padding: 130px var(--pad-x) 56px;
  color: #fdfaf3;
  background: #0e1d2a;
}

.starter-hero__photo {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.starter-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(14, 29, 42, .96), rgba(14, 29, 42, .84) 38%, rgba(14, 29, 42, .3) 72%, rgba(14, 29, 42, .12));
}

.starter-hero__content {
  width: 100%;
  max-width: 660px;
}

.starter-kicker {
  margin-bottom: 18px;
  color: var(--starter-gold-text, #816025);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.starter-hero .starter-kicker,
.starter-section--dark .starter-kicker {
  color: #d4b06b;
}

.starter-hero h1 {
  max-width: none;
  margin: 0 0 20px;
  font-size: 66px;
  line-height: 1.02;
}

.starter-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 14px;
  margin-top: 12px;
  color: #d4b06b;
  font-size: 90px;
  line-height: 1;
}

.starter-price__from {
  font-size: 40px;
  font-style: italic;
}

.starter-price__tax {
  color: #fdfaf3;
  font-family: var(--f-body);
  font-size: 21px;
  white-space: nowrap;
}

.starter-hero__lead {
  max-width: 50ch;
  color: #f5efe4;
  font-size: 17px;
}

.starter-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.starter-button,
.starter-teaser__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 0;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  transition: background .2s ease;
}

.starter-button {
  flex: 0 1 238px;
}

.starter-button--gold,
.starter-teaser__button {
  background: #b8924a;
  color: #0e1d2a;
}

.starter-button--gold:hover,
.starter-teaser__button:hover {
  background: #d4b06b;
  color: #0e1d2a;
}

.starter-button--whatsapp {
  background: #087b42;
  color: #fff;
  border-color: #299765;
}

.starter-button--whatsapp:hover {
  background: #066535;
  color: #fff;
}

.starter-hero__terms {
  max-width: 56ch;
  margin-top: 20px;
  color: #f5efe4;
  font-size: 13px;
}

.starter-hero__terms a,
.starter-text-link,
.starter-request__company a,
.starter-related a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.starter-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--c-line);
  background: var(--c-cream-soft);
}

.starter-facts p {
  padding: 26px var(--pad-x);
  border-right: 1px solid var(--c-line);
}

.starter-facts p:last-child {
  border-right: 0;
}

.starter-facts strong,
.starter-facts span {
  display: block;
}

.starter-facts strong {
  font-size: 16px;
}

.starter-facts span {
  margin-top: 4px;
  color: var(--c-mute);
  font-size: 13px;
}

.starter-section {
  padding: 88px var(--pad-x);
}

.starter-section h2 {
  margin-bottom: 22px;
  font-size: 46px;
  line-height: 1.08;
}

.starter-section h2 em {
  color: var(--starter-gold-text);
}

.starter-section p,
.starter-section dd {
  color: var(--c-mute);
}

.starter-section .starter-kicker {
  color: var(--starter-gold-text);
}

.starter-heading {
  max-width: 720px;
  margin-bottom: 42px;
}

.starter-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 36px;
  list-style: none;
}

.starter-features li {
  padding: 28px 0;
  border-top: 1px solid var(--c-line);
}

.starter-number {
  display: block;
  margin-bottom: 16px;
  color: var(--starter-gold-text);
  font-family: var(--f-display);
  font-size: 24px;
  font-style: italic;
}

.starter-section h3 {
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.12;
}

.starter-section--soft {
  background: var(--c-cream-soft);
}

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

.starter-section .starter-terms-price {
  margin: 22px 0 16px;
  color: var(--c-ink);
  font-family: var(--f-display);
  font-size: 46px;
  line-height: 1.2;
}

.starter-terms-price span {
  display: inline-block;
  font-family: var(--f-body);
  font-size: 15px;
}

.starter-text-link {
  display: inline-block;
  margin-top: 22px;
  color: var(--starter-gold-text);
  font-weight: 700;
}

.starter-conditions > div {
  padding: 18px 0;
  border-top: 1px solid var(--c-line);
}

.starter-conditions dt {
  margin-bottom: 6px;
  font-weight: 800;
}

.starter-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  padding-left: 22px;
}

.starter-process li {
  padding-left: 8px;
}

.starter-process li::marker {
  color: var(--starter-gold-text);
  font-weight: 800;
}

.starter-section--dark {
  background: var(--c-ink);
  color: var(--c-cream);
}

.starter-section--dark p {
  color: #dedbd5;
}

.starter-section--dark h2 em,
.starter-section--dark .starter-kicker {
  color: var(--c-gold-light);
}

.starter-faq details {
  border-top: 1px solid var(--c-line-dark);
}

.starter-faq details:last-child {
  border-bottom: 1px solid var(--c-line-dark);
}

.starter-faq summary {
  padding: 20px 8px 20px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}

.starter-faq details[open] summary {
  color: var(--c-gold-light);
}

.starter-faq p {
  padding: 0 0 22px;
}

.starter-request__company {
  margin-top: 24px;
  font-size: 14px;
  overflow-wrap: anywhere;
}

.starter-request__action {
  padding-left: 40px;
  border-left: 1px solid var(--c-line);
}

.starter-request__action .starter-actions {
  display: grid;
  grid-template-columns: 1fr;
}

.starter-request__note {
  margin-top: 20px;
  font-size: 13px;
}

.starter-related {
  padding-top: 0;
}

.starter-related h2 {
  font-size: 32px;
}

.starter-related ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 30px;
  padding-top: 24px;
  border-top: 1px solid var(--c-line);
  list-style: none;
  font-size: 14px;
}

/* Shared by the premium pages and the older restyled service pages. */
.starter-teaser {
  padding: 40px max(20px, 5%);
  color: #0e1d2a;
  background: #f5efe4;
  border-block: 1px solid rgba(14, 29, 42, .16);
}

.starter-teaser__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.starter-teaser__label {
  margin: 0 0 10px;
  color: #816025;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.starter-teaser h2 {
  margin: 0 0 10px;
  color: #0e1d2a;
  font-size: 36px;
  line-height: 1.12;
}

.starter-teaser p:not(.starter-teaser__label) {
  max-width: 76ch;
  margin: 0;
  color: #556370;
  font-size: 14px;
}

.starter-link-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin-top: 20px;
}

.card .starter-link-list a {
  display: inline-block;
  margin-top: 0;
  color: #816025;
  font-size: 12px;
  letter-spacing: 0;
}

.card .starter-link-list .starter-offer-link {
  border-top: 1px solid rgba(14, 29, 42, .16);
  padding-top: 14px;
  color: #0e1d2a;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 1280px) and (min-width: 981px) {
  .starter-page .nav { gap: 20px; padding-inline: 24px; }
  .starter-page .nav__brand { min-width: 200px; }
  .starter-page .nav__switch--desktop { min-width: auto; margin-left: 0; }
  .starter-page .nav__links { gap: 20px; }
}

@media (max-width: 980px) {
  .starter-columns { grid-template-columns: 1fr; gap: 36px; }
  .starter-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .starter-request__action { border-left: 0; border-top: 1px solid var(--c-line); padding: 30px 0 0; }
  .starter-request__action .starter-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .starter-teaser__inner { grid-template-columns: 1fr; gap: 24px; }
  .starter-teaser__button { justify-self: start; }
}

@media (max-width: 640px) {
  .starter-page .nav__brand { min-width: 0; }
  .starter-page .nav__brand-main { font-size: 28px; }
  .starter-hero { min-height: 0; padding: 116px 20px 38px; }
  .starter-hero::before { background: rgba(14, 29, 42, .83); }
  .starter-hero h1 { font-size: 44px; }
  .starter-price { gap: 10px; font-size: 66px; }
  .starter-price__from { font-size: 28px; }
  .starter-price__tax { font-size: 18px; }
  .starter-hero__lead { font-size: 16px; }
  .starter-actions { display: grid; grid-template-columns: 1fr; }
  .starter-section { padding: 56px 20px; }
  .starter-section h2 { font-size: 36px; }
  .starter-section h3 { font-size: 27px; }
  .starter-facts { grid-template-columns: 1fr; }
  .starter-facts p { padding: 16px 20px; border-right: 0; border-bottom: 1px solid var(--c-line); }
  .starter-facts p:last-child { border-bottom: 0; }
  .starter-features { grid-template-columns: 1fr; }
  .starter-process { grid-template-columns: 1fr; gap: 28px; }
  .starter-request__action .starter-actions { grid-template-columns: 1fr; }
  .starter-related { padding-top: 0; }
  .starter-related h2 { font-size: 30px; }
  .starter-teaser h2 { font-size: 30px; }
  .starter-teaser__button { justify-self: stretch; }
}

@media (prefers-reduced-motion: reduce) {
  html:has(.starter-page) { scroll-behavior: auto; }
  .starter-button { transition: none; }
}
