:root {
  --navy-950: #061426;
  --navy-900: #081a30;
  --navy-800: #102744;
  --navy-700: #1d3859;
  --gold-500: #d6ad54;
  --gold-400: #e3c374;
  --cream-50: #fbfaf7;
  --cream-100: #f5f1e9;
  --ink: #172033;
  --muted: #647083;
  --line: rgba(8, 26, 48, 0.14);
  --shadow: 0 18px 45px rgba(9, 24, 44, 0.11);
  --radius: 18px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream-50);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 8%, rgba(214, 173, 84, 0.09), transparent 28rem),
    radial-gradient(circle at 92% 10%, rgba(16, 39, 68, 0.06), transparent 25rem);
}

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

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.skip-link {
  position: absolute;
  top: -60px;
  left: 16px;
  z-index: 200;
  padding: 10px 14px;
  color: white;
  background: var(--navy-900);
  border-radius: 8px;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(6, 20, 38, 0.94);
  backdrop-filter: blur(16px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  width: 172px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-link {
  position: relative;
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.94rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  transition: color 180ms ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 7px;
  height: 1px;
  background: var(--gold-500);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav-link:hover,
.nav-link[aria-current="page"] {
  color: white;
}

.nav-link:hover::after,
.nav-link[aria-current="page"]::after {
  transform: scaleX(1);
}

.language-switcher {
  display: inline-flex;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
}

.lang-btn {
  min-width: 42px;
  border: 0;
  padding: 8px 9px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.65);
  background: transparent;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.lang-btn.is-active {
  color: var(--navy-950);
  background: var(--gold-400);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  color: white;
  background: transparent;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle.is-open span {
  opacity: 0;
}

.menu-toggle.is-open::before {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-open::after {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 112px 0 96px;
  color: white;
  background:
    linear-gradient(112deg, rgba(6, 20, 38, 0.98), rgba(12, 36, 65, 0.95)),
    var(--navy-900);
}

.hero::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -120px;
  top: -170px;
  border: 1px solid rgba(214, 173, 84, 0.36);
  border-radius: 50%;
  box-shadow:
    0 0 0 42px rgba(214, 173, 84, 0.045),
    0 0 0 88px rgba(214, 173, 84, 0.028);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 80px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--gold-400);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 38px;
  height: 1px;
  background: currentColor;
}

.hero h1,
.page-hero h1,
.section-title,
.card-title,
.price-name {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.65rem, 6vw, 5.25rem);
  line-height: 1.03;
}

.hero-lead {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.03rem, 1.7vw, 1.2rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 750;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.btn-primary {
  color: var(--navy-950);
  background: var(--gold-400);
  box-shadow: 0 12px 30px rgba(214, 173, 84, 0.24);
}

.btn-secondary {
  color: white;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.04);
}

.hero-aside {
  padding: 30px;
  border: 1px solid rgba(214, 173, 84, 0.25);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.hero-aside p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  line-height: 1.55;
}

.hero-aside .aside-kicker {
  display: block;
  margin-bottom: 18px;
  color: var(--gold-400);
  font-family: Inter, sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section {
  padding: 92px 0;
}

.section-muted {
  background: var(--cream-100);
  border-block: 1px solid rgba(8, 26, 48, 0.07);
}

.section-heading {
  max-width: 790px;
  margin-bottom: 40px;
}

.section-title {
  margin: 0;
  color: var(--navy-900);
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 1.14;
}

.section-intro {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.problem-grid,
.layer-grid,
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.problem-card,
.layer-card,
.price-card,
.content-panel,
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.problem-card,
.layer-card {
  padding: 28px;
}

.card-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  border: 1px solid rgba(214, 173, 84, 0.55);
  border-radius: 50%;
  color: var(--navy-900);
  background: rgba(214, 173, 84, 0.10);
  font-family: Georgia, serif;
}

.card-title {
  margin: 0 0 11px;
  color: var(--navy-900);
  font-size: 1.4rem;
}

.problem-card p,
.layer-card p {
  margin: 0;
  color: var(--muted);
}

.editorial-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 70px;
  align-items: start;
}

.editorial-aside {
  position: sticky;
  top: 120px;
}

.editorial-mark {
  width: 92px;
  height: 2px;
  margin-bottom: 24px;
  background: var(--gold-500);
}

.editorial-copy {
  font-size: 1.05rem;
}

.editorial-copy p {
  margin: 0 0 22px;
}

.notice {
  margin-top: 34px;
  padding: 24px 26px;
  border-left: 3px solid var(--gold-500);
  color: #475268;
  background: #fff;
}

.notice strong {
  color: var(--navy-900);
}

.page-hero {
  padding: 74px 0 58px;
  color: white;
  background: var(--navy-900);
}

.page-hero-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: end;
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4.3rem);
  line-height: 1.05;
}

.page-hero p {
  max-width: 660px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.page-hero-number {
  color: rgba(214, 173, 84, 0.34);
  font-family: Georgia, serif;
  font-size: 6rem;
  line-height: 0.8;
}

.tabs-wrap {
  padding: 70px 0 96px;
}

.tab-list {
  display: inline-flex;
  gap: 6px;
  padding: 6px;
  margin-bottom: 28px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  box-shadow: 0 8px 22px rgba(9, 24, 44, 0.06);
}

.tab-button {
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  color: var(--muted);
  background: transparent;
  font-weight: 750;
}

.tab-button[aria-selected="true"] {
  color: white;
  background: var(--navy-900);
}

.tab-panel[hidden] {
  display: none;
}

.content-panel {
  overflow: hidden;
}

.content-panel-header {
  padding: 34px;
  color: white;
  background: var(--navy-900);
}

.content-panel-header h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  font-weight: 500;
}

.content-panel-header p {
  max-width: 840px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.73);
}

.package-list {
  display: grid;
  gap: 0;
}

.package {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 24px;
  padding: 34px;
  border-top: 1px solid var(--line);
}

.package:first-child {
  border-top: 0;
}

.package-number {
  color: var(--gold-500);
  font-family: Georgia, serif;
  font-size: 2.5rem;
  line-height: 1;
}

.package h3 {
  margin: 0 0 10px;
  color: var(--navy-900);
  font-family: Georgia, serif;
  font-size: 1.45rem;
  font-weight: 500;
}

.package p,
.package li {
  color: var(--muted);
}

.package p {
  margin: 0;
}

.package ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

.company-copy {
  padding: 34px;
}

.company-copy p {
  margin: 0 0 22px;
}

.company-copy h3 {
  margin: 36px 0 12px;
  color: var(--navy-900);
  font-family: Georgia, serif;
  font-size: 1.6rem;
  font-weight: 500;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0 34px;
}

.process-step {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--cream-50);
}

.process-step strong {
  display: block;
  margin-bottom: 7px;
  color: var(--navy-900);
}

.price-section {
  padding: 72px 0 100px;
}

.price-group + .price-group {
  margin-top: 72px;
}

.price-group-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.price-group-header h2 {
  margin: 0;
  color: var(--navy-900);
  font-family: Georgia, serif;
  font-size: 2.2rem;
  font-weight: 500;
}

.price-card {
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.price-card.featured {
  border-color: rgba(214, 173, 84, 0.72);
  transform: translateY(-7px);
}

.price-kicker {
  margin-bottom: 16px;
  color: var(--gold-500);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.price-name {
  min-height: 64px;
  margin: 0;
  color: var(--navy-900);
  font-size: 1.55rem;
  line-height: 1.22;
}

.price-value {
  margin: 22px 0;
  color: var(--navy-900);
  font-family: Georgia, serif;
  font-size: 3rem;
  line-height: 1;
}

.price-value small {
  color: var(--muted);
  font-family: Inter, sans-serif;
  font-size: 0.86rem;
}

.price-card p {
  flex: 1;
  margin: 0 0 24px;
  color: var(--muted);
}

.price-note {
  margin-top: 28px;
  color: var(--muted);
  font-size: 0.9rem;
}

.contact-section {
  min-height: 60vh;
  display: grid;
  place-items: center;
  padding: 86px 0 110px;
}

.contact-card {
  max-width: 760px;
  padding: 52px;
  text-align: center;
}

.contact-symbol {
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(214, 173, 84, 0.55);
  border-radius: 50%;
  color: var(--gold-500);
  font-family: Georgia, serif;
  font-size: 2rem;
}

.contact-card h2 {
  margin: 0;
  color: var(--navy-900);
  font-family: Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 500;
}

.contact-card p {
  max-width: 590px;
  margin: 20px auto 30px;
  color: var(--muted);
}

.contact-page-section {
  min-height: 0;
  display: block;
  padding-block: 78px 104px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 28px;
  align-items: start;
}

.contact-info-card,
.contact-form-card,
.thank-you-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.contact-info-card {
  position: sticky;
  top: 112px;
  overflow: hidden;
  padding: 38px;
}

.contact-info-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -92px;
  top: -88px;
  border: 1px solid rgba(214, 173, 84, 0.28);
  border-radius: 50%;
  box-shadow: 0 0 0 30px rgba(214, 173, 84, 0.04);
  pointer-events: none;
}

.contact-info-card h2,
.form-heading h2 {
  margin: 0;
  color: var(--navy-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  font-weight: 500;
  line-height: 1.15;
}

.contact-intro {
  margin: 18px 0 30px;
  color: var(--muted);
}

.contact-details {
  display: grid;
  gap: 10px;
}

.contact-detail {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--cream-50);
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.contact-detail:hover {
  border-color: rgba(214, 173, 84, 0.65);
  background: white;
  transform: translateY(-2px);
}

.contact-detail-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(214, 173, 84, 0.5);
  border-radius: 50%;
  color: var(--gold-500);
  font-family: Georgia, serif;
  font-size: 1.08rem;
}

.contact-detail small,
.contact-detail strong {
  display: block;
}

.contact-detail small {
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-detail strong {
  overflow-wrap: anywhere;
  color: var(--navy-900);
  font-size: 0.95rem;
}

.contact-availability {
  margin-top: 28px;
  padding: 22px;
  border-left: 3px solid var(--gold-500);
  background: var(--cream-100);
}

.contact-availability strong {
  color: var(--navy-900);
}

.contact-availability p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.contact-form-card {
  padding: 40px;
}

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

.form-kicker {
  margin: 0 0 10px;
  color: var(--gold-500);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.form-heading > p:last-child {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.contact-form,
.form-field {
  display: grid;
}

.contact-form {
  gap: 21px;
}

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

.form-field {
  gap: 8px;
}

.form-field label {
  color: var(--navy-900);
  font-size: 0.88rem;
  font-weight: 750;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid rgba(8, 26, 48, 0.18);
  border-radius: 11px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fff;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.form-field select {
  min-height: 52px;
}

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

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #8a93a2;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--gold-500);
  box-shadow: 0 0 0 3px rgba(214, 173, 84, 0.16);
}

.consent-field {
  display: grid;
  grid-template-columns: 19px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.5;
  cursor: pointer;
}

.consent-field input {
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  accent-color: var(--navy-900);
}

.form-submit {
  width: 100%;
  border: 0;
}

.form-note {
  margin: -9px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  text-align: center;
}

.honeypot-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.thank-you-section {
  min-height: calc(100vh - 150px);
  display: grid;
  place-items: center;
  padding: 80px 0;
  background:
    radial-gradient(circle at 50% 30%, rgba(214, 173, 84, 0.13), transparent 30rem),
    var(--cream-50);
}

.thank-you-card {
  max-width: 780px;
  margin-inline: auto;
  padding: 58px;
  text-align: center;
}

.success-mark {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  margin: 0 auto 25px;
  border: 1px solid rgba(214, 173, 84, 0.6);
  border-radius: 50%;
  color: var(--navy-900);
  background: rgba(214, 173, 84, 0.14);
  font-size: 2rem;
}

.thank-you-card .eyebrow {
  justify-content: center;
}

.thank-you-card h1 {
  margin: 0;
  color: var(--navy-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 5vw, 3.6rem);
  font-weight: 500;
  line-height: 1.1;
}

.thank-you-card > p:last-of-type {
  max-width: 550px;
  margin: 20px auto 30px;
  color: var(--muted);
  font-size: 1.05rem;
}

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

.btn-dark-outline {
  color: var(--navy-900);
  border-color: rgba(8, 26, 48, 0.22);
  background: transparent;
}

.site-footer {
  padding: 34px 0;
  color: rgba(255, 255, 255, 0.64);
  background: var(--navy-950);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.footer-brand {
  color: var(--gold-400);
  font-family: Georgia, serif;
  font-size: 1.35rem;
  letter-spacing: 0.06em;
}

.footer-note {
  font-size: 0.88rem;
}

[data-lang-block] {
  display: none;
}

html[lang="sr"] [data-lang-block="sr"],
html[lang="en"] [data-lang-block="en"] {
  display: block;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 940px) {
  .menu-toggle {
    display: block;
    margin-left: auto;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    padding: 16px 20px 22px;
    align-items: stretch;
    flex-direction: column;
    background: var(--navy-950);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .site-nav.is-open {
    display: flex;
  }

  .nav-link {
    padding: 12px 4px;
  }

  .nav-link::after {
    left: 4px;
    right: auto;
    width: 48px;
  }

  .language-switcher {
    align-self: flex-start;
    margin-top: 8px;
  }

  .hero-grid,
  .editorial-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .editorial-aside {
    position: static;
  }

  .problem-grid,
  .layer-grid,
  .price-grid {
    grid-template-columns: 1fr;
  }

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

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

  .page-hero-number {
    display: none;
  }

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

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-info-card {
    position: static;
  }
}

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

  .brand img {
    width: 142px;
  }

  .nav-shell {
    min-height: 72px;
  }

  .hero {
    padding: 80px 0 72px;
  }

  .hero-aside,
  .content-panel-header,
  .company-copy,
  .package,
  .contact-card {
    padding: 24px;
  }

  .section {
    padding: 68px 0;
  }

  .package {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .package-number {
    font-size: 2rem;
  }

  .tab-list {
    display: flex;
    width: 100%;
  }

  .tab-button {
    flex: 1;
    padding-inline: 10px;
  }

  .price-group-header,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-page-section {
    padding-block: 54px 72px;
  }

  .contact-info-card,
  .contact-form-card,
  .thank-you-card {
    padding: 26px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .thank-you-actions {
    flex-direction: column;
  }

  .thank-you-actions .btn {
    width: 100%;
  }
}
