:root {
  --bg: #ffffff;
  --hero: #ffedaa;
  --ink: #111111;
  --muted: #8f8f8f;
  --muted-2: #636363;
  --line: #111111;
  --soft: #ededed;
  --tag: #8e8e8e;
  --dark: #221d1d;
  --green: #79e465;
  --cream: #ffea98;
  --container: min(1080px, calc(100vw - 60px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Noto Sans KR", sans-serif;
}

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

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

a:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 4px;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  padding: 78px 0;
}

.hero-wrap {
  padding: 0 0 22px;
  background: #ffffff;
  overflow: hidden;
}

.topbar {
  border-bottom: 3px solid #f2f2f2;
  background: #ffffff;
}

.topbar-inner {
  display: grid;
  grid-template-columns: 232px 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 0;
  padding: 14px 0 12px;
  border: 0;
  border-radius: 0;
}

.brand-mark {
  display: inline-flex;
  justify-content: flex-start;
}

.brand-mark img {
  width: 242px;
  height: auto;
  filter: none;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}

.main-nav a,
.main-nav button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111111;
  font-size: clamp(0.98rem, 1.08vw, 1.34rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  cursor: pointer;
}

.main-nav button {
  font-family: inherit;
}

.topbar-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-left: 18px;
  padding: 0 22px;
  border-radius: 12px;
  background: #1f1f1f;
  color: #ffffff;
  font-size: clamp(0.98rem, 1.08vw, 1.3rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.hero-slider {
  position: relative;
  width: min(calc(100% - 64px), 1140px);
  margin: 38px auto 0;
  border-radius: 24px;
  background: #f1f1f1;
}

.hero-viewport {
  overflow: hidden;
  border-radius: inherit;
}

.hero-track {
  display: flex;
  will-change: transform;
}

.hero-slide {
  flex: 0 0 100%;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 372px;
  align-items: end;
  gap: 10px;
  min-height: 430px;
  padding: 48px 76px 0 88px;
}

.hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #8b8b8b;
  font-size: 3.5rem;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: color 0.2s ease, transform 0.2s ease;
}

.hero-arrow:hover {
  color: #5f5f5f;
  transform: translateY(-50%) scale(1.03);
}

.hero-arrow-prev {
  left: 28px;
}

.hero-arrow-next {
  right: 28px;
}

.hero-dots {
  display: none;
}

.hero-copy {
  max-width: 470px;
  padding-left: 0;
}

.hero-slide-primary .hero-grid {
  grid-template-columns: 430px 338px;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.hero-slide-primary .hero-copy {
  max-width: 430px;
  text-align: left;
  align-self: center;
}

.hero-slide-secondary .hero-grid {
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  min-height: 430px;
  padding: 0 72px;
}

.hero-slide-secondary .hero-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 760px;
  min-height: 100%;
  padding-left: 0;
  text-align: center;
  align-self: center;
}

.hero-slide-secondary .hero-copy h1 {
  margin-bottom: 0;
}

.hero-copy h1,
.section-title h2,
.cta-band p,
.footer-shell h2 {
  margin: 0;
  letter-spacing: -0.04em;
}

.hero-copy h1 {
  margin-bottom: 26px;
  font-size: clamp(1.72rem, 2.45vw, 2.72rem);
  line-height: 1.36;
  font-weight: 800;
}

.hero-copy p {
  margin: 0 0 20px;
  font-size: clamp(0.88rem, 0.92vw, 1rem);
  line-height: 1.72;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #111111;
}

.hero-figure {
  display: flex;
  justify-content: center;
  align-items: end;
  align-self: end;
  height: 100%;
}

.hero-figure img {
  width: min(100%, 338px);
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: bottom;
}

.compare-section {
  padding-top: 70px;
  padding-bottom: 60px;
}

.compare-shell {
  display: grid;
  gap: 28px;
}

.compare-copy {
  max-width: 940px;
  margin: 0 auto;
}

.compare-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(1.82rem, 3.2vw, 2.7rem);
  line-height: 1.05;
  letter-spacing: -0.06em;
  font-weight: 700;
}

.compare-copy p {
  margin: 0;
  color: #9a9a9a;
  font-size: clamp(0.92rem, 1.72vw, 1.28rem);
  line-height: 1.35;
  font-weight: 500;
}

.compare-visual {
  width: min(100%, 520px);
  margin: 0 auto;
}

.compare-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.portfolio-section {
  padding-top: 62px;
  padding-bottom: 70px;
}

.section-title {
  margin-bottom: 36px;
  text-align: center;
}

.section-title h2 {
  font-size: clamp(1.82rem, 3.2vw, 2.7rem);
  font-weight: 700;
}

.portfolio-shell,
.review-shell,
.contact-shell,
.price-shell {
  max-width: 1120px;
}

.portfolio-carousel {
  --portfolio-gap: 18px;
  position: relative;
}

.portfolio-viewport {
  overflow: hidden;
}

.portfolio-track {
  display: flex;
  gap: var(--portfolio-gap);
  align-items: center;
  will-change: transform;
}

.portfolio-slide {
  flex: 0 0 calc((100% - (var(--portfolio-gap) * 2)) / 3);
}

.portfolio-slide img {
  width: 100%;
  border: 1px solid #d7d7d7;
  background: #ffffff;
}

.review-section {
  padding-top: 76px;
  padding-bottom: 42px;
}

.review-carousel {
  --review-gap: 16px;
  position: relative;
}

.review-viewport {
  overflow: hidden;
}

.review-track {
  display: flex;
  gap: var(--review-gap);
  align-items: stretch;
  will-change: transform;
}

.review-slide {
  display: flex;
  flex: 0 0 calc((100% - (var(--review-gap) * 2)) / 3);
}

.review-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  height: clamp(268px, 27vw, 348px);
  padding: 18px 16px 16px;
  border: 1px solid #e7dfd6;
  border-radius: 18px;
  background: linear-gradient(180deg, #fffdfa 0%, #ffffff 100%);
  box-shadow: 0 16px 34px rgba(17, 17, 17, 0.04);
}

.review-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.review-index {
  font-family: "Manrope", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a08e79;
}

.review-mark {
  color: #d8cab6;
  font-size: 2.2rem;
  line-height: 0.8;
  font-weight: 800;
}

.review-card-body {
  display: grid;
  gap: 10px;
  flex: 1;
  overflow-y: auto;
  padding-right: 6px;
  scrollbar-width: thin;
  scrollbar-color: rgba(17, 17, 17, 0.22) transparent;
}

.review-card-body::-webkit-scrollbar {
  width: 6px;
}

.review-card-body::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.18);
}

.review-card-body p {
  margin: 0;
  color: #575757;
  font-size: 0.8rem;
  line-height: 1.62;
  font-weight: 600;
}

.review-card-body p:first-child {
  color: #1d1d1d;
  font-weight: 700;
}

.price-section {
  padding: 8px 0 2px;
}

@media (min-width: 981px) {
  .review-section {
    padding-bottom: 150px;
  }

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

  .contact-section {
    padding: 100px 0;
  }

  .contact-card-copy strong {
    white-space: nowrap;
  }

  .cta-band {
    padding: 100px 0 100px;
  }

  .site-footer {
    padding: 100px 0 46px;
  }
}

.price-shell {
  display: grid;
  gap: 34px;
}

.price-heading {
  display: grid;
  gap: 8px;
  text-align: center;
}

.price-heading h2 {
  margin: 0;
  font-size: clamp(1.82rem, 3.2vw, 2.7rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.06em;
}

.price-heading p {
  margin: 0;
  color: #555555;
  font-size: clamp(0.98rem, 1.5vw, 1.24rem);
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.price-heading-secondary {
  margin-top: 34px;
}

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

.price-card {
  display: grid;
  align-content: space-between;
  min-height: 260px;
  padding: 34px 28px 28px;
  border: 1px solid #eeeeee;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(17, 17, 17, 0.05);
}

.price-card h3 {
  margin: 0;
  color: #268f88;
  font-size: clamp(1.34rem, 2.2vw, 2rem);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.price-card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.price-card-title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  background: #111111;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
}

.price-card ul {
  display: grid;
  gap: 14px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.price-card li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #efefef;
  color: #333333;
  font-size: 1rem;
  font-weight: 600;
}

.price-card li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.price-card li strong {
  color: #111111;
  font-size: clamp(1.24rem, 2vw, 1.8rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.price-card-best {
  border: 3px solid #111111;
}

.price-card-best h3 {
  color: #5a3fa3;
}

.price-card-recommended h3 {
  color: #0879a8;
}

.price-card .is-best {
  margin: 0 -8px;
  padding: 12px 8px;
  border: 0;
  background: #fff4b8;
}

.price-note {
  margin: -8px 0 0;
  color: #666666;
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.02em;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.modal[hidden] {
  display: none !important;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.6);
  backdrop-filter: blur(4px);
}

.modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 820px);
  padding: 18px 18px 14px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(17, 17, 17, 0.22);
}

.modal-dialog img {
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.9);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
}

.contact-section {
  padding: 62px 0 100px;
  background: #ffffff;
}

.contact-shell {
  width: min(1040px, calc(100vw - 120px));
  max-width: none;
}

.contact-heading {
  margin-bottom: 28px;
  text-align: center;
}

.contact-heading h2 {
  margin: 0;
  font-size: clamp(1.82rem, 3.2vw, 2.7rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.06em;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.contact-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  min-height: 104px;
  padding: 15px 18px 14px;
  border: 3px solid #111111;
  border-radius: 20px;
  background: #f7f7fb;
  color: #1a1820;
  gap: 14px;
  transition: transform 0.2s ease;
}

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

.contact-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: #24222a;
}

.contact-card-icon svg {
  width: 100%;
  height: 100%;
}

.contact-card-copy {
  display: grid;
  align-content: center;
  gap: 6px;
}

.contact-card-copy strong {
  display: block;
  font-size: clamp(0.9rem, 0.98vw, 1.14rem);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.contact-card-copy span {
  display: block;
  font-size: clamp(0.72rem, 0.72vw, 0.82rem);
  line-height: 1.14;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.cta-band {
  padding: 100px 0 100px;
  background: #ffffff;
}

.cta-band .container {
  width: min(1440px, calc(100vw - 84px));
}

.cta-band p {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  margin: 0;
  padding: 18px 26px;
  border-radius: 22px;
  background: var(--dark);
  text-align: center;
  color: #ffffff;
  font-size: clamp(1.48rem, 2.6vw, 2.8rem);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.site-footer {
  padding: 100px 0 46px;
  background: #ffffff;
}

.footer-shell {
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr) auto;
  align-items: end;
  gap: 20px 36px;
  position: relative;
}

.footer-brand {
  display: inline-flex;
  grid-column: 1;
  grid-row: 1;
  align-items: end;
  justify-self: start;
}

.footer-brand img {
  width: 232px;
  height: auto;
}

.footer-main {
  display: grid;
  grid-column: 1 / -1;
  grid-row: 1;
  justify-self: center;
  justify-items: center;
  gap: 10px;
  min-width: 0;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  font-size: clamp(0.98rem, 1.2vw, 1.18rem);
  font-weight: 500;
  letter-spacing: -0.03em;
}

.footer-nav a {
  white-space: nowrap;
}

.footer-nav-sep {
  margin: 0 18px;
  color: #8c8c8c;
}

.footer-meta {
  display: grid;
  justify-items: center;
  gap: 6px;
  color: #222222;
  font-size: clamp(0.92rem, 1vw, 1rem);
  line-height: 1.3;
  letter-spacing: -0.03em;
  text-align: center;
}

.footer-meta p {
  margin: 0;
}

.footer-meta span {
  margin: 0 10px;
  color: #8c8c8c;
}

.footer-badges {
  display: flex;
  grid-column: 3;
  grid-row: 1;
  align-items: end;
  justify-self: end;
  gap: 18px;
  margin-right: 54px;
}

.footer-badge-link {
  display: inline-grid;
  justify-items: center;
  gap: 8px;
  color: #222222;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-align: center;
  white-space: nowrap;
}

.footer-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 0;
  background: transparent;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.footer-badge img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.footer-badge-black,
.footer-badge-green {
  background: transparent;
  color: inherit;
  font-size: inherit;
}

@media (max-width: 1200px) {
  .topbar-inner {
    grid-template-columns: 214px 1fr auto;
    gap: 22px;
    padding: 12px 0 10px;
  }

  .brand-mark img {
    width: 220px;
  }

  .main-nav {
    justify-content: flex-end;
    gap: 24px;
  }

  .main-nav a,
  .main-nav button {
    font-size: 0.92rem;
  }

  .topbar-cta {
    display: inline-flex;
    min-height: 44px;
    margin-left: 10px;
    padding: 0 18px;
    font-size: 0.92rem;
  }

  .hero-slider {
    width: min(calc(100% - 24px), 980px);
    margin-top: 30px;
    border-radius: 20px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 10px;
    min-height: 372px;
    padding: 36px 48px 0 56px;
  }

  .hero-slide-primary .hero-grid {
    grid-template-columns: 400px 300px;
    justify-content: center;
  }

  .hero-slide-primary .hero-copy {
    max-width: 400px;
    padding-left: 0;
    text-align: left;
    align-self: center;
  }

  .hero-slide-secondary .hero-grid {
    min-height: 372px;
    padding: 0 56px;
  }

  .hero-arrow {
    width: 42px;
    height: 42px;
    font-size: 3rem;
  }

  .hero-arrow-prev {
    left: 18px;
  }

  .hero-arrow-next {
    right: 18px;
  }

  .compare-grid,
  .review-columns,
  .portfolio-row {
    gap: 34px;
  }
}

@media (max-width: 980px) {
  .footer-shell {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 22px;
    text-align: center;
  }

  .footer-brand img {
    width: 206px;
  }

  .footer-brand,
  .footer-main,
  .footer-badges {
    grid-column: auto;
    grid-row: auto;
  }

  .footer-main {
    justify-self: center;
    justify-items: center;
  }

  .footer-nav {
    justify-content: center;
  }

  .footer-meta {
    justify-items: center;
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .footer-badges {
    justify-self: center;
    justify-content: center;
    margin-right: 0;
  }

  .topbar-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    text-align: center;
    padding: 12px 0 10px;
  }

  .main-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 18px;
  }

  .main-nav a,
  .main-nav button {
    font-size: 0.86rem;
  }

  .topbar-cta {
    min-height: 38px;
    margin-left: 0;
    padding: 0 16px;
    font-size: 0.86rem;
  }

  .hero-grid,
  .hero-slide-primary .hero-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: auto;
    padding: 36px 28px 0;
  }

  .hero-copy,
  .hero-slide-primary .hero-copy {
    max-width: none;
    padding-left: 0;
    text-align: center;
  }

  .hero-slide-secondary .hero-grid {
    align-items: center;
    min-height: 320px;
    padding: 0 28px;
  }

  .hero-slide-secondary .hero-copy {
    min-height: 320px;
    max-width: 680px;
  }

  .hero-figure img {
    width: min(100%, 288px);
  }


  .contact-section {
    padding: 82px 0 100px;
  }

  .contact-shell {
    width: min(760px, calc(100vw - 40px));
  }

  .contact-heading {
    margin-bottom: 18px;
  }

  .contact-heading h2 {
    font-size: clamp(1.9rem, 5.2vw, 3rem);
  }

  .contact-cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .contact-card {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 104px;
    padding: 15px 16px;
    border-radius: 18px;
    gap: 12px;
    text-align: center;
  }

  .contact-card-icon {
    width: 54px;
    height: 54px;
  }

  .contact-card-copy {
    justify-items: center;
  }

  .portfolio-carousel {
    --portfolio-gap: 18px;
  }

  .review-carousel {
    --review-gap: 18px;
  }

  .review-card {
    height: 276px;
  }

  .contact-cards {
    justify-items: stretch;
  }

  .review-columns article {
    color: #5f5f5f;
  }
}

@media (max-width: 640px) {
  :root {
    --container: min(100vw - 28px, 100%);
  }

  .section {
    padding: 66px 0;
  }

  .topbar-inner {
    padding: 10px 0 8px;
    gap: 10px;
  }

  .brand-mark img {
    width: 188px;
  }

  .main-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 14px;
  }

  .main-nav a,
  .main-nav button {
    font-size: 0.78rem;
  }

  .topbar-cta {
    display: inline-flex;
    min-height: 34px;
    margin-left: 0;
    padding: 0 14px;
    border-radius: 10px;
    font-size: 0.78rem;
  }

  .hero-slider {
    width: min(calc(100% - 12px), 100%);
    margin-top: 14px;
    border-radius: 16px;
  }

  .hero-grid,
  .hero-slide-primary .hero-grid {
    padding: 24px 16px 0;
  }

  .hero-slide-secondary .hero-grid {
    padding: 0 16px;
  }

  .hero-copy h1 {
    margin-bottom: 16px;
    font-size: 1.72rem;
  }

  .hero-copy p {
    margin-bottom: 14px;
    font-size: 0.86rem;
    line-height: 1.68;
  }

  .hero-arrow {
    width: 28px;
    height: 28px;
    font-size: 2rem;
  }

  .hero-arrow-prev {
    left: 0;
  }

  .hero-arrow-next {
    right: 0;
  }

  .hero-copy h1 {
    margin-bottom: 16px;
    font-size: 1.58rem;
  }

  .hero-copy p {
    margin-bottom: 12px;
    font-size: 0.82rem;
  }

  .compare-section {
    padding-top: 58px;
    padding-bottom: 42px;
  }

  .compare-copy {
    text-align: center;
  }

  .compare-copy h2 {
    margin-bottom: 12px;
  }

  .compare-copy p {
    font-size: 0.98rem;
  }

  .compare-card {
    width: 100%;
    min-height: auto;
    padding: 28px 18px;
  }

  .compare-card h2 {
    margin-bottom: 30px;
  }

  .section-title {
    margin-bottom: 26px;
  }

  .section-title h2 {
    font-size: clamp(1.82rem, 3.2vw, 2.7rem);
  }

  .portfolio-section {
    padding-top: 48px;
    padding-bottom: 78px;
  }

  .portfolio-carousel {
    --portfolio-gap: 10px;
  }

  .review-section {
    padding-top: 92px;
    padding-bottom: 46px;
  }

  .review-carousel {
    --review-gap: 10px;
  }

  .review-slide {
    flex-basis: 100%;
  }

  .review-card {
    height: 262px;
    padding: 14px 12px;
    border-radius: 16px;
  }

  .review-mark {
    font-size: 2.3rem;
  }

  .review-card-body {
    gap: 12px;
    padding-right: 4px;
  }

  .review-card-body p {
    font-size: 0.8rem;
    line-height: 1.72;
  }

  .price-shell {
    gap: 22px;
  }

  .price-heading-secondary {
    margin-top: 18px;
  }

  .price-cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .price-card {
    min-height: auto;
    padding: 24px 20px;
  }

  .price-card ul {
    margin-top: 24px;
  }

  .modal {
    padding: 14px;
  }

  .modal-dialog {
    padding: 12px 12px 10px;
    border-radius: 22px;
  }

  .modal-dialog img {
    border-radius: 14px;
  }

  .modal-close {
    top: 10px;
    right: 10px;
    min-width: 58px;
    height: 34px;
    font-size: 0.84rem;
  }

  .contact-section {
    padding: 44px 0 48px;
  }

  .contact-shell {
    width: min(calc(100vw - 20px), 100%);
  }

  .contact-heading {
    margin-bottom: 22px;
  }

  .contact-heading h2 {
    font-size: clamp(1.82rem, 3.2vw, 2.7rem);
    line-height: 1.05;
  }

  .contact-card {
    width: 100%;
    max-width: none;
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 96px;
    padding: 16px 14px;
    border-radius: 18px;
    gap: 8px;
    text-align: center;
  }

  .contact-card-icon {
    width: 42px;
    height: 42px;
  }

  .contact-card-copy {
    justify-items: center;
    gap: 6px;
  }

  .contact-card-copy strong {
    font-size: 0.9rem;
  }

  .contact-card-copy span {
    font-size: 0.72rem;
    line-height: 1.18;
  }

  .cta-band {
    padding: 30px 0 38px;
  }

  .cta-band .container {
    width: min(100vw - 20px, 100%);
  }

  .cta-band p {
    min-height: 132px;
    padding: 14px 18px;
    border-radius: 18px;
    font-size: 1.18rem;
    line-height: 1.24;
  }

  .site-footer {
    padding: 42px 0 56px;
  }

  .footer-shell {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 20px;
    text-align: center;
  }

  .footer-brand img {
    width: 186px;
  }

  .footer-main {
    justify-self: center;
    gap: 12px;
  }

  .footer-nav {
    justify-content: center;
    font-size: 0.92rem;
  }

  .footer-nav-sep {
    margin: 0 10px;
  }

  .footer-meta {
    justify-items: center;
    font-size: 0.82rem;
    line-height: 1.5;
  }

  .footer-meta span {
    margin: 0 8px;
  }

  .footer-badges {
    flex-wrap: wrap;
    justify-self: center;
    justify-content: center;
    gap: 12px;
  }

  .footer-badge-link {
    gap: 6px;
    font-size: 0.72rem;
  }

  .footer-badge {
    width: 48px;
    height: 48px;
  }

  .footer-badge img {
    width: 48px;
    height: 48px;
  }

  .footer-badge-green {
    font-size: 0.78rem;
  }
}
