:root {
  --ink: #15304b;
  --ink-soft: #4f6272;
  --teal: #0bb4ad;
  --teal-dark: #087e7a;
  --teal-pale: #eaf9f7;
  --coral: #f15b64;
  --coral-dark: #d8434d;
  --coral-pale: #fff0ef;
  --cream: #fbfaf7;
  --white: #ffffff;
  --line: #dde7e8;
  --yellow: #f6bd49;
  --green: #7abf68;
  --shadow: 0 18px 55px rgba(21, 48, 75, 0.12);
  --shadow-soft: 0 10px 35px rgba(21, 48, 75, 0.08);
  --radius: 22px;
  --radius-sm: 14px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

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

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--ink);
  letter-spacing: -0.035em;
  line-height: 1.08;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  font-weight: 700;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.1rem, 4.2vw, 3.7rem);
  font-weight: 700;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
  line-height: 1.35;
}

p {
  margin-bottom: 18px;
  color: var(--ink-soft);
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section {
  padding: 100px 0;
}

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

.section-teal {
  background: var(--teal-pale);
}

.section-head {
  max-width: 720px;
  margin-bottom: 48px;
}

.section-head.center {
  margin-inline: auto;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 22px;
  height: 2px;
  background: var(--coral);
  content: "";
}

.btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--white);
  background: var(--coral);
  box-shadow: 0 10px 25px rgba(241, 91, 100, 0.25);
}

.btn-primary:hover {
  background: var(--coral-dark);
}

.btn-outline {
  border-color: var(--line);
  color: var(--ink);
  background: var(--white);
}

.btn-outline:hover {
  border-color: var(--teal);
  color: var(--teal-dark);
}

.btn-teal {
  color: var(--white);
  background: var(--teal-dark);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--teal-dark);
  font-weight: 800;
  text-decoration: none;
}

.icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.announcement {
  padding: 9px 20px;
  color: var(--white);
  background: var(--teal-dark);
  font-size: 0.77rem;
  font-weight: 700;
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(221, 231, 232, 0.88);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.site-logo {
  display: inline-flex;
  width: 190px;
  align-items: center;
  flex: 0 0 auto;
  color: var(--ink);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 1;
  text-decoration: none;
}

.site-logo img {
  width: 100%;
  height: auto;
}

.brand-mark {
  margin-right: 7px;
  color: var(--coral);
  font-size: 2.3rem;
  font-weight: 800;
  letter-spacing: -0.16em;
  transform: rotate(-8deg);
}

.brand-gene {
  color: var(--coral);
}

.brand-kids {
  color: var(--teal);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 25px;
}

.nav-links a {
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--teal-dark);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  background: var(--white);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 100%, rgba(241, 91, 100, 0.11), transparent 32%),
    radial-gradient(circle at 95% 5%, rgba(11, 180, 173, 0.10), transparent 27%),
    var(--cream);
}

.hero::before {
  position: absolute;
  top: 12%;
  left: -80px;
  width: 270px;
  height: 270px;
  border: 1px dashed rgba(11, 180, 173, 0.22);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  display: grid;
  min-height: 680px;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  align-items: center;
  gap: 42px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 74px 0;
}

.hero-copy p {
  max-width: 610px;
  margin-bottom: 30px;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.micro-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  color: var(--ink-soft);
  font-size: 0.84rem;
  font-weight: 700;
}

.micro-proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.micro-proof .icon {
  width: 18px;
  height: 18px;
  color: var(--teal-dark);
}

.hero-image {
  position: relative;
  align-self: stretch;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}

.hero-image::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: 24%;
  background: linear-gradient(90deg, var(--cream), rgba(251, 250, 247, 0));
  content: "";
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.trust-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 13px;
  padding: 25px 28px;
}

.trust-item + .trust-item {
  border-left: 1px solid var(--line);
}

.trust-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  color: var(--teal-dark);
  background: var(--teal-pale);
}

.trust-item strong,
.trust-item small {
  display: block;
}

.trust-item small {
  color: var(--ink-soft);
}

.questions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.question-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-top: 3px solid var(--coral);
  border-radius: var(--radius-sm);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.question-card .icon {
  margin-bottom: 20px;
  color: var(--coral);
}

.question-card p {
  margin-bottom: 0;
  font-size: 0.92rem;
}

.insights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--line);
  border: 1px solid var(--line);
}

.insight-card {
  min-height: 215px;
  padding: 32px;
  background: var(--white);
}

.insight-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 25px;
  place-items: center;
  border-radius: 50%;
  color: var(--teal-dark);
  background: var(--teal-pale);
}

.insight-card:nth-child(even) .insight-icon {
  color: var(--coral);
  background: var(--coral-pale);
}

.insight-card p {
  margin-bottom: 0;
  font-size: 0.92rem;
}

.discover-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: 60px;
}

.discover-copy p {
  max-width: 530px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  margin-bottom: 18px;
  padding: 6px 11px;
  border-radius: 999px;
  color: var(--white);
  background: var(--teal-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.check-list {
  display: grid;
  gap: 9px;
  margin: 26px 0 32px;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--ink-soft);
}

.check-list .icon {
  width: 19px;
  height: 19px;
  color: var(--teal-dark);
  margin-top: 3px;
}

.report-stage {
  position: relative;
  min-height: 510px;
}

.report-stage::before {
  position: absolute;
  inset: 8% 4% 5% 6%;
  border-radius: 50%;
  background: rgba(11, 180, 173, 0.10);
  content: "";
}

.report-page {
  position: absolute;
  width: 68%;
  overflow: hidden;
  border: 10px solid var(--white);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.report-page:first-child {
  top: 3%;
  left: 2%;
  transform: rotate(-6deg);
}

.report-page:last-child {
  right: 0;
  bottom: 0;
  transform: rotate(5deg);
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 20px;
  margin-top: 54px;
}

.package-card {
  position: relative;
  display: flex;
  min-height: 480px;
  flex-direction: column;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.package-card.featured {
  border-color: var(--coral);
  transform: translateY(-12px);
  box-shadow: var(--shadow);
}

.package-card.featured::before {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 7px 20px;
  border-radius: 0 0 10px 10px;
  color: var(--white);
  background: var(--coral);
  content: "Recommended";
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.package-kicker {
  margin-bottom: 8px;
  color: var(--teal-dark);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.package-card.featured .package-kicker {
  margin-top: 15px;
}

.package-price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin: 4px 0 14px;
  color: var(--ink);
}

.package-price strong {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 3vw, 2.6rem);
  line-height: 1;
}

.package-price span {
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.shipping-note {
  margin: 22px auto 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  text-align: center;
}

.package-card .btn {
  margin-top: auto;
}

.package-includes {
  display: grid;
  gap: 10px;
  margin: 8px 0 32px;
  padding: 0;
  list-style: none;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.package-includes li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.package-includes .icon {
  width: 17px;
  height: 17px;
  color: var(--teal-dark);
  margin-top: 3px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  counter-reset: process;
}

.step-card {
  position: relative;
  padding-top: 24px;
  border-top: 2px solid var(--teal);
  counter-increment: process;
}

.step-card::before {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--teal-dark);
  content: "0" counter(process);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.step-card .icon {
  display: block;
  width: 30px;
  height: 30px;
  margin-bottom: 18px;
  color: var(--coral);
}

.step-card p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.sample-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: center;
  gap: 64px;
}

.sample-pages {
  position: relative;
  min-height: 520px;
}

.sample-page {
  position: absolute;
  width: 71%;
  overflow: hidden;
  border: 9px solid var(--white);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.sample-page:first-child {
  top: 8%;
  left: 0;
  transform: rotate(-5deg);
}

.sample-page:last-child {
  right: 0;
  bottom: 0;
  transform: rotate(5deg);
}

.guarantee {
  color: var(--white);
  background: var(--teal-dark);
}

.guarantee-grid {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 44px 0;
}

.guarantee-mark {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
}

.guarantee-mark .icon {
  width: 36px;
  height: 36px;
}

.guarantee h2,
.guarantee p {
  color: var(--white);
}

.guarantee h2 {
  margin: 0 0 8px;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
}

.guarantee p {
  margin-bottom: 0;
  opacity: 0.8;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 72px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-question {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 22px 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.faq-answer {
  display: none;
  padding: 0 48px 21px 0;
}

.faq-answer p {
  margin-bottom: 0;
}

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

.faq-item.open .faq-question .icon {
  transform: rotate(45deg);
}

.faq-question .icon {
  width: 18px;
  height: 18px;
  transition: transform 160ms ease;
}

.final-cta {
  position: relative;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 18% 20%, rgba(241, 91, 100, 0.16), transparent 28%),
    radial-gradient(circle at 85% 75%, rgba(11, 180, 173, 0.18), transparent 28%),
    var(--cream);
}

.final-cta .section-head {
  margin-bottom: 28px;
}

.final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.site-footer {
  padding: 64px 0 24px;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 56px;
  padding-bottom: 42px;
}

.footer-brand .site-logo {
  display: block;
  margin-bottom: 18px;
}

.footer-brand p {
  max-width: 320px;
  font-size: 0.88rem;
}

.footer-col h3 {
  font-size: 0.92rem;
}

.footer-links {
  display: grid;
  gap: 9px;
}

.footer-links a {
  color: var(--ink-soft);
  font-size: 0.85rem;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--teal-dark);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.76rem;
}

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

.footer-legal a {
  color: inherit;
  text-decoration: none;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 35;
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
  background: #20b85a;
  box-shadow: 0 12px 30px rgba(32, 184, 90, 0.30);
}

.whatsapp-float .icon {
  width: 27px;
  height: 27px;
}

.subhero {
  padding: 100px 0 80px;
  text-align: center;
  background: var(--cream);
}

.subhero .container {
  max-width: 840px;
}

.subhero h1 {
  font-size: clamp(2.7rem, 5.5vw, 4.8rem);
}

.order-layout {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: start;
  gap: 44px;
}

.order-card,
.order-summary {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.order-summary {
  position: sticky;
  top: 120px;
}

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

.field {
  display: grid;
  gap: 7px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label,
.field legend {
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 9px;
  outline: 0;
  color: var(--ink);
  background: var(--white);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(11, 180, 173, 0.13);
}

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

.form-section {
  margin-bottom: 32px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}

.form-section h2 {
  margin-bottom: 22px;
  font-family: inherit;
  font-size: 1.2rem;
  letter-spacing: 0;
}

.radio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.choice {
  position: relative;
}

.choice input {
  position: absolute;
  opacity: 0;
}

.choice label {
  display: grid;
  min-height: 104px;
  place-content: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}

.choice input:checked + label {
  border-color: var(--teal);
  color: var(--teal-dark);
  background: var(--teal-pale);
  box-shadow: 0 0 0 2px rgba(11, 180, 173, 0.11);
}

.order-line,
.order-total {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}

.order-total {
  margin-top: 10px;
  border-bottom: 0;
  font-size: 1.1rem;
  font-weight: 800;
}

.notice {
  margin: 18px 0;
  padding: 14px 16px;
  border-radius: 10px;
  color: var(--ink-soft);
  background: var(--cream);
  font-size: 0.82rem;
}

.form-message {
  display: none;
  margin-bottom: 18px;
  padding: 13px 15px;
  border-radius: 9px;
  font-size: 0.86rem;
}

.form-message.error {
  display: block;
  color: #8b2830;
  background: #fff0ef;
}

.form-message.success {
  display: block;
  color: #126331;
  background: #edf9f1;
}

.btn[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

.legal-copy {
  max-width: 860px;
}

.legal-copy h2 {
  margin-top: 40px;
  font-family: inherit;
  font-size: 1.45rem;
  letter-spacing: 0;
}

@media (max-width: 1080px) {
  .nav-links {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-links.mobile-open {
    position: fixed;
    inset: 114px 0 0;
    z-index: 39;
    display: grid;
    align-content: start;
    gap: 0;
    padding: 26px 24px;
    background: var(--white);
  }

  .nav-links.mobile-open a {
    padding: 17px 0;
    border-bottom: 1px solid var(--line);
    font-size: 1rem;
  }

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

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

  .trust-item:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .trust-item:nth-child(4) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 820px) {
  .section {
    padding: 76px 0;
  }

  .hero-grid,
  .discover-grid,
  .sample-grid,
  .faq-grid,
  .order-layout {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
    gap: 0;
  }

  .hero-copy {
    padding: 68px 0 45px;
  }

  .hero-image {
    height: 520px;
    margin-right: -20px;
    margin-left: -20px;
  }

  .hero-image::after {
    inset: 0 0 auto;
    width: 100%;
    height: 22%;
    background: linear-gradient(180deg, var(--cream), rgba(251, 250, 247, 0));
  }

  .questions-grid,
  .packages-grid {
    grid-template-columns: 1fr;
  }

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

  .package-card.featured {
    transform: none;
  }

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

  .report-stage,
  .sample-pages {
    min-height: 430px;
  }

  .guarantee-grid {
    grid-template-columns: 76px 1fr;
  }

  .guarantee-grid .btn {
    grid-column: 1 / -1;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 38px;
  }

  .order-summary {
    position: static;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(calc(100% - 30px), var(--container));
  }

  h1 {
    font-size: 2.85rem;
  }

  h2 {
    font-size: 2.22rem;
  }

  .announcement {
    font-size: 0.7rem;
  }

  .nav-wrap {
    min-height: 74px;
    gap: 8px;
  }

  .site-logo {
    width: 155px;
  }

  .nav-actions .btn-primary {
    display: none;
  }

  .nav-links.mobile-open {
    inset: 103px 0 0;
  }

  .hero-copy p {
    font-size: 1rem;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-image {
    height: 390px;
  }

  .trust-grid,
  .insights-grid,
  .steps-grid,
  .form-grid,
  .radio-grid {
    grid-template-columns: 1fr;
  }

  .trust-item + .trust-item,
  .trust-item:nth-child(3),
  .trust-item:nth-child(4) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .report-stage,
  .sample-pages {
    min-height: 340px;
  }

  .report-page,
  .sample-page {
    width: 78%;
    border-width: 6px;
  }

  .package-card,
  .order-card,
  .order-summary {
    padding: 26px 22px;
  }

  .guarantee-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .guarantee-mark {
    margin-inline: auto;
  }

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

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
