body.package-starter-page [hidden] {
  display: none !important;
}

body.package-starter-page .subpage-main > .starter-hero-section-v2 {
  padding: 54px 46px 48px;
  background:
    radial-gradient(circle at 88% 14%, rgba(217, 119, 47, 0.1), transparent 27%),
    radial-gradient(circle at 76% 86%, rgba(23, 107, 93, 0.1), transparent 34%),
    var(--color-panel);
}

body.package-starter-page .subpage-main > .starter-hero-section-v2 .starter-hero-v2 {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(460px, 0.92fr);
  gap: 52px;
  min-height: 0;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.package-starter-page .subpage-main > .starter-hero-section-v2 .starter-hero-v2::before {
  display: none;
}

.starter-hero-v2-copy {
  align-self: center;
  min-width: 0;
}

body.package-starter-page .starter-hero-v2 h1 {
  max-width: 590px;
  color: var(--color-ink);
  font-size: clamp(42px, 4.6vw, 64px);
  line-height: 1.03;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

body.package-starter-page .starter-hero-v2 .hero-lead {
  max-width: 610px;
  margin-top: 22px;
  color: var(--color-muted);
  font-size: 16px;
  line-height: 1.72;
}

.starter-hero-v2-summary {
  max-width: 590px;
  margin: 20px 0 0;
  padding: 12px 14px;
  border: 1px solid #b9cec2;
  border-radius: 8px;
  background: #edf5ef;
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.65;
}

.starter-hero-v2-summary strong {
  color: var(--color-primary);
}

body.package-starter-page .starter-hero-v2 .hero-actions {
  margin-top: 26px;
}

.starter-hero-v2-product {
  align-self: center;
  min-width: 0;
  overflow: hidden;
  border-radius: var(--radius-card);
  background: #102d28;
  box-shadow: 0 24px 54px rgba(18, 63, 56, 0.16);
}

.starter-hero-v2-visual {
  display: grid;
  min-height: 330px;
  margin: 0;
  padding: 12px 22px 0;
  overflow: hidden;
  place-items: end center;
  background:
    radial-gradient(circle at 78% 18%, rgba(217, 119, 47, 0.22), transparent 31%),
    linear-gradient(145deg, #173f37, #0b211e);
}

.starter-hero-v2-visual picture,
.starter-hero-v2-visual img {
  display: block;
  width: 100%;
}

.starter-hero-v2-visual img {
  height: auto;
  object-fit: contain;
}

.starter-hero-v2-offer {
  padding: 22px 24px 24px;
  background: #fffdf9;
  color: var(--color-ink);
}

.starter-hero-v2-offer-active {
  display: grid;
  grid-template-columns: auto minmax(150px, 0.65fr);
  gap: 7px 26px;
  align-items: end;
}

.starter-hero-v2-offer p,
.starter-hero-v2-offer small {
  margin: 0;
}

.starter-hero-v2-offer-active > div > p,
.starter-hero-v2-offer > div:not(.starter-hero-v2-offer-active) > p {
  color: var(--color-primary);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.starter-hero-v2-offer strong {
  display: inline-block;
  margin-top: 4px;
  color: var(--color-ink);
  font-size: 46px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.starter-hero-v2-saving {
  justify-self: end;
  color: #9c541e;
  font-size: 12px;
  font-weight: 800;
}

.starter-hero-v2-terms {
  grid-column: 1 / -1;
  margin-top: 10px !important;
  padding-top: 13px;
  border-top: 1px solid var(--color-border);
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.58;
}

.starter-hero-v2-offer > div:not(.starter-hero-v2-offer-active) small {
  display: block;
  margin-top: 12px;
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.58;
}

.starter-hero-v2-offer > div:not(.starter-hero-v2-offer-active) strong {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.08;
  overflow-wrap: anywhere;
  white-space: normal;
}

@media (max-width: 980px) {
  body.package-starter-page .subpage-main > .starter-hero-section-v2 .starter-hero-v2 {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .starter-hero-v2-copy,
  .starter-hero-v2-product {
    width: min(100%, 720px);
  }
}

@media (max-width: 760px) {
  html body.package-starter-page main .starter-hero-v2-visual,
  html body.package-starter-page main .starter-hero-v2-visual picture {
    display: grid !important;
  }

  body.package-starter-page .subpage-main > .starter-hero-section-v2 {
    padding: 38px 28px;
  }

  body.package-starter-page .starter-hero-v2 h1 {
    font-size: clamp(35px, 9vw, 48px);
  }
}

@media (max-width: 640px) {
  body.package-starter-page .subpage-main > .starter-hero-section-v2 {
    padding: 30px 22px 34px;
  }

  body.package-starter-page .subpage-main > .starter-hero-section-v2 .starter-hero-v2 {
    gap: 28px;
    min-height: 0;
    padding: 0;
  }

  body.package-starter-page .starter-hero-v2 h1 {
    font-size: clamp(33px, 10vw, 42px);
  }

  body.package-starter-page .starter-hero-v2 .hero-lead {
    font-size: 15px;
    line-height: 1.65;
  }

  body.package-starter-page .starter-hero-v2 .hero-actions .btn-ghost {
    display: inline-flex;
  }

  .starter-hero-v2-visual {
    min-height: 220px;
    padding: 12px 8px 0;
  }

  .starter-hero-v2-offer {
    padding: 19px 20px 21px;
  }

  .starter-hero-v2-offer-active {
    grid-template-columns: minmax(0, 1fr);
    gap: 9px;
  }

  .starter-hero-v2-saving {
    justify-self: start;
  }

  .starter-hero-v2-terms {
    grid-column: auto;
  }
}

@media (max-width: 380px) {
  body.package-starter-page .subpage-main > .starter-hero-section-v2 {
    padding-right: 18px;
    padding-left: 18px;
  }
}

/* Starter page: decision, scope, process, comparison, FAQ and closing action. */
body.package-starter-page .subpage-main > :is(
  .starter-fit-section,
  .starter-included-section,
  .starter-process-section,
  .starter-choice-section,
  .starter-faq-section,
  .starter-cta-section
) {
  padding: 88px 46px;
}

body.package-starter-page .subpage-main > :is(
  .starter-fit-section,
  .starter-included-section,
  .starter-choice-section,
  .starter-faq-section,
  .starter-cta-section
) > * {
  width: min(100%, 1160px);
  margin-right: auto;
  margin-left: auto;
}

body.package-starter-page .subpage-main :is(
  .starter-fit-section,
  .starter-included-section,
  .starter-process-section,
  .starter-choice-section,
  .starter-faq-section,
  .starter-cta-section
) h2 {
  color: var(--color-ink);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.06;
  letter-spacing: -0.038em;
}

body.package-starter-page .subpage-main :is(
  .starter-fit-section,
  .starter-included-section,
  .starter-choice-section,
  .starter-faq-section
) p {
  color: #4d5967;
}

.starter-fit-section {
  background: #f2f7f2;
}

.starter-fit-layout {
  display: block;
}

.starter-fit-copy h2 {
  max-width: 960px;
}

.starter-fit-copy > p:not(.eyebrow) {
  max-width: 780px;
  margin: 22px 0 0;
  font-size: 18px;
  line-height: 1.7;
}

.starter-fit-checks {
  display: grid;
  gap: 0;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #c9d7cf;
}

.starter-fit-checks li {
  position: relative;
  padding: 21px 0 21px 42px;
  border-bottom: 1px solid #c9d7cf;
}

.starter-fit-checks li::before {
  position: absolute;
  top: 24px;
  left: 2px;
  display: grid;
  width: 24px;
  height: 24px;
  border: 1px solid #7aa38f;
  border-radius: 50%;
  place-items: center;
  color: var(--color-primary);
  content: "✓";
  font-size: 13px;
  font-weight: 900;
}

.starter-fit-checks strong,
.starter-fit-checks span {
  display: block;
}

.starter-fit-checks strong {
  color: var(--color-ink);
  font-size: 17px;
  line-height: 1.42;
}

.starter-fit-checks span {
  margin-top: 6px;
  color: #5a6671;
  font-size: 14px;
  line-height: 1.6;
}

.starter-fit-next {
  display: flex;
  gap: 42px;
  justify-content: space-between;
  align-items: center;
  margin-top: 38px;
  padding: 28px 0;
  border-top: 1px solid #bfcfc5;
  border-bottom: 1px solid #bfcfc5;
}

.starter-fit-next > div {
  max-width: 760px;
}

body.package-starter-page .subpage-main .starter-fit-next p {
  margin: 0 0 7px;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.package-starter-page .starter-fit-next h3 {
  margin: 0;
  color: var(--color-ink);
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.starter-fit-next span:not([aria-hidden]) {
  display: block;
  margin-top: 8px;
  color: #53615c;
  font-size: 14px;
  line-height: 1.62;
}

.starter-fit-next > a {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  align-items: center;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 800;
  text-decoration-color: rgba(23, 107, 93, 0.38);
  text-underline-offset: 5px;
}

.starter-included-section {
  background: #fffdf9;
}

.starter-section-intro,
.starter-choice-heading {
  max-width: 920px;
}

.starter-section-intro > p:not(.eyebrow),
.starter-choice-heading > p:not(.eyebrow) {
  max-width: 760px;
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.68;
}

.starter-scope-list {
  margin-top: 48px;
  border-top: 1px solid var(--color-border);
}

.starter-scope-list article {
  display: grid;
  grid-template-columns: minmax(250px, 0.62fr) minmax(0, 1.38fr);
  gap: 64px;
  padding: 31px 0;
  border-bottom: 1px solid var(--color-border);
}

.starter-scope-list article > div p {
  max-width: 360px;
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.58;
}

body.package-starter-page .starter-scope-list h3 {
  margin: 0;
  color: var(--color-ink);
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.starter-scope-list ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.starter-scope-list li {
  position: relative;
  padding-left: 25px;
  color: #34413f;
  font-size: 14px;
  line-height: 1.5;
}

.starter-scope-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  color: var(--color-primary);
  content: "✓";
  font-weight: 900;
}

.starter-domain-note {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.45fr);
  gap: 38px;
  margin-top: 28px;
  padding: 24px 26px;
  border: 1px solid #e3c890;
  border-radius: 10px;
  background: #fff5e7;
}

.starter-domain-note strong {
  color: #80481f;
  font-size: 15px;
  line-height: 1.48;
}

.starter-domain-note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.62;
}

body.package-starter-page .subpage-main > .starter-process-section {
  padding-top: 82px;
  padding-bottom: 82px;
  background: #0d2723;
}

.starter-process-section > * {
  width: min(100%, 1160px);
  margin-right: auto;
  margin-left: auto;
}

.starter-process-heading {
  max-width: 920px;
}

body.package-starter-page .subpage-main > .starter-process-section .eyebrow {
  color: #e1c469;
}

body.package-starter-page .subpage-main > .starter-process-section h2 {
  color: #fffdf8;
}

.starter-process-heading > p:not(.eyebrow) {
  max-width: 760px;
  margin: 20px 0 0;
  color: #d7e2dc;
  font-size: 16px;
  line-height: 1.68;
}

.starter-process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 48px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  list-style: none;
}

.starter-process-list li {
  min-width: 0;
  padding: 27px 25px 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.starter-process-list li:first-child {
  padding-left: 0;
  border-left: 0;
}

.starter-process-list li:last-child {
  padding-right: 0;
}

.starter-process-list > li > span {
  display: block;
  margin-bottom: 36px;
  color: #e1c469;
  font-size: 13px;
  font-weight: 850;
}

body.package-starter-page .starter-process-list h3 {
  margin: 0;
  color: #fffdf8;
  font-size: 18px;
  line-height: 1.38;
  letter-spacing: -0.015em;
}

.starter-process-list p {
  margin: 12px 0 0;
  color: #cbd8d1;
  font-size: 13px;
  line-height: 1.64;
}

.starter-choice-section {
  background: #f7f4ee;
}

.starter-choice-paths {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: stretch;
  margin-top: 46px;
}

.starter-choice-paths > article {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 34px 36px;
}

.starter-choice-web {
  border: 1px solid rgba(23, 107, 93, 0.28);
  border-radius: 12px;
  background: #e8f2eb;
}

.starter-choice-custom {
  justify-content: center;
  padding-left: clamp(34px, 4vw, 58px) !important;
  border-left: 1px solid var(--color-border);
}

body.package-starter-page .subpage-main .starter-choice-label {
  margin: 0;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.package-starter-page .starter-choice-paths h3 {
  margin: 13px 0 0;
  color: var(--color-ink);
  font-size: clamp(25px, 2.7vw, 34px);
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.starter-choice-web h3 small {
  display: block;
  margin-top: 7px;
  color: #53615c;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0;
}

.starter-choice-paths > article > p:not(.starter-choice-label) {
  margin: 18px 0 0;
  color: #4d5967;
  font-size: 14px;
  line-height: 1.67;
}

.starter-choice-paths ul {
  display: grid;
  gap: 10px;
  margin: 23px 0 28px;
  padding: 0;
  list-style: none;
}

.starter-choice-paths li {
  position: relative;
  padding-left: 22px;
  color: #34413f;
  font-size: 13px;
  line-height: 1.55;
}

.starter-choice-paths li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-primary);
  content: "✓";
  font-weight: 900;
}

.starter-choice-web .btn {
  width: fit-content;
  margin-top: auto;
}

.starter-choice-custom > a {
  display: inline-flex;
  width: fit-content;
  gap: 10px;
  align-items: center;
  margin-top: auto;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 800;
  text-decoration-color: rgba(23, 107, 93, 0.38);
  text-underline-offset: 5px;
}

.starter-faq-section {
  background: #f1f6f0;
}

.starter-faq-heading {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.starter-faq-layout {
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.78fr);
  gap: 54px;
  align-items: start;
}

.starter-faq-layout .faq-grid {
  min-height: 610px;
}

body.package-starter-page .starter-faq-layout .faq-card {
  border-color: #cbd5cd;
  background: #fffdf9;
}

.starter-faq-layout .package-faq-visual {
  position: sticky;
  top: 96px;
  min-height: 540px;
  border: 0;
  background: transparent;
}

.starter-faq-layout .package-faq-visual::after {
  display: none;
}

.starter-faq-layout .package-faq-visual img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

body.package-starter-page .subpage-main > .starter-cta-section {
  padding-top: 64px;
  padding-bottom: 64px;
  background: #fffdf9;
}

.starter-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) auto;
  gap: 54px;
  align-items: center;
  padding: 40px 42px;
  border-radius: 12px;
  background: #173f37;
}

.starter-final-cta > div:first-child > p {
  margin: 0 0 10px;
  color: #e1c469;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.package-starter-page .subpage-main .starter-final-cta h2 {
  margin: 0;
  color: #fffdf8;
  font-size: clamp(30px, 3.4vw, 44px);
}

.starter-final-cta > div:first-child > span {
  display: block;
  max-width: 690px;
  margin-top: 15px;
  color: #d7e2dc;
  font-size: 15px;
  line-height: 1.65;
}

.starter-final-actions {
  display: flex;
  min-width: 230px;
  flex-direction: column;
  gap: 13px;
  align-items: stretch;
}

.starter-final-primary {
  justify-content: center;
  border-color: #fffdf8;
  background: #fffdf8;
  color: #173f37;
}

.starter-final-primary:hover {
  background: #f5efdf;
  color: #173f37;
}

body.package-starter-page .subpage-main .starter-final-secondary {
  color: #fffdf8;
  font-size: 13px;
  font-weight: 750;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.45);
  text-underline-offset: 5px;
}

@media (max-width: 980px) {
  .starter-fit-layout,
  .starter-section-intro,
  .starter-choice-heading,
  .starter-process-heading,
  .starter-choice-paths,
  .starter-faq-layout,
  .starter-final-cta {
    grid-template-columns: minmax(0, 1fr);
  }

  .starter-fit-next {
    align-items: flex-start;
  }

  .starter-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .starter-process-list li:nth-child(3) {
    border-left: 0;
  }

  .starter-process-list li:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .starter-choice-custom {
    padding: 32px 0 0 !important;
    border-top: 1px solid var(--color-border);
    border-left: 0;
  }

  .starter-faq-layout .faq-grid {
    min-height: 0;
  }

  .starter-faq-layout .package-faq-visual {
    position: relative;
    top: auto;
    width: min(100%, 620px);
    min-height: 0;
    margin: 0 auto;
  }

  .starter-final-actions {
    width: min(100%, 340px);
  }
}

@media (max-width: 760px) {
  body.package-starter-page .subpage-main > :is(
    .starter-fit-section,
    .starter-included-section,
    .starter-process-section,
    .starter-choice-section,
    .starter-faq-section,
    .starter-cta-section
  ) {
    padding: 64px 28px;
  }

  body.package-starter-page .subpage-main :is(
    .starter-fit-section,
    .starter-included-section,
    .starter-process-section,
    .starter-choice-section,
    .starter-faq-section
  ) h2 {
    font-size: clamp(31px, 7.6vw, 42px);
  }

  .starter-scope-list article {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .starter-scope-list ul {
    gap: 12px 26px;
  }

  .starter-domain-note {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .starter-final-cta {
    padding: 34px 30px;
  }

  .starter-fit-next {
    flex-direction: column;
    gap: 22px;
  }
}

@media (max-width: 640px) {
  body.package-starter-page .subpage-main > :is(
    .starter-fit-section,
    .starter-included-section,
    .starter-process-section,
    .starter-choice-section,
    .starter-faq-section,
    .starter-cta-section
  ) {
    padding: 54px 22px;
  }

  .starter-fit-copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  .starter-scope-list {
    margin-top: 34px;
  }

  .starter-scope-list ul {
    grid-template-columns: minmax(0, 1fr);
  }

  .starter-process-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .starter-process-list li,
  .starter-process-list li:first-child,
  .starter-process-list li:last-child {
    padding: 23px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .starter-process-list li:first-child {
    border-top: 0;
  }

  .starter-process-list > li > span {
    margin-bottom: 16px;
  }

  .starter-choice-paths > article {
    padding: 28px 24px;
  }

  .starter-faq-heading {
    margin-bottom: 32px;
    text-align: left;
  }

  .starter-faq-layout {
    gap: 34px;
  }

  .starter-final-cta {
    gap: 30px;
    padding: 30px 24px;
  }

  .starter-final-actions {
    width: 100%;
    min-width: 0;
  }
}
