@charset "UTF-8";

:root {
  --sv-primary: #005b5c;
  --sv-primary-deep: #05393a;
  --sv-primary-soft: #0b7a72;
  --sv-bg: #eef6f5;
  --sv-bg-alt: #f8fcfb;
  --sv-surface: rgba(255, 255, 255, 0.92);
  --sv-surface-strong: #ffffff;
  --sv-text: #1d4748;
  --sv-text-soft: #5d7d7c;
  --sv-line: rgba(0, 91, 92, 0.12);
  --sv-accent: #ffbf47;
  --sv-accent-strong: #ff9f1c;
  --sv-shadow: 0 20px 48px rgba(4, 43, 44, 0.12);
  --sv-shadow-strong: 0 24px 60px rgba(4, 43, 44, 0.18);
  --sv-radius-xl: 32px;
  --sv-radius-lg: 24px;
  --sv-radius-md: 18px;
  --sv-width: min(1120px, calc(100% - 40px));
}

body.service-page {
  background:
    radial-gradient(circle at top left, rgba(255, 191, 71, 0.14), transparent 24%),
    linear-gradient(180deg, #f7fbfb 0%, var(--sv-bg) 100%);
  color: var(--sv-text);
  overflow-x: hidden;
}

body.service-page section,
body.service-page footer {
  position: relative;
}

body.service-page a {
  color: inherit;
}

.service-page .site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  margin-top: 18px;
}

.service-page .header-inner {
  width: min(1160px, 90%);
  background: rgba(240, 244, 245, 0.82);
  border: 1px solid rgba(0, 91, 92, 0.16);
  box-shadow: 0 14px 32px rgba(0, 91, 92, 0.1);
  backdrop-filter: blur(14px);
}

.service-page .logo img {
  height: 32px;
}

.service-page .main-nav a {
  font-weight: 600;
}

.service-page .contact-btn {
  background: linear-gradient(135deg, var(--sv-primary), var(--sv-primary-soft));
}

.sv-fade {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.sv-fade.visible {
  opacity: 1;
  transform: translateY(0);
}

.sv-fade.delay-1 {
  transition-delay: 0.08s;
}

.sv-fade.delay-2 {
  transition-delay: 0.16s;
}

.sv-fade.delay-3 {
  transition-delay: 0.24s;
}

.sv-fade.delay-4 {
  transition-delay: 0.32s;
}

.sv-hero,
.sv-intro,
.sv-reasons,
.sv-compare,
.sv-contents,
.sv-pricing,
.sv-flow,
.sv-faq,
.sv-contact {
  padding: 104px 20px;
}

.sv-section-header {
  width: var(--sv-width);
  margin: 0 auto 48px;
  text-align: center;
}

.sv-section-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(0, 91, 92, 0.08);
  color: var(--sv-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.sv-section-title {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.28;
  color: var(--sv-primary-deep);
  font-weight: 900;
}

.sv-section-title::after {
  content: "";
  display: block;
  width: 108px;
  height: 6px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sv-accent-strong), var(--sv-primary-soft));
}

.sv-hero {
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 158px;
  padding-bottom: 88px;
  background:
    radial-gradient(circle at 10% 14%, rgba(255, 191, 71, 0.18), transparent 18%),
    radial-gradient(circle at 86% 14%, rgba(255, 255, 255, 0.12), transparent 16%),
    linear-gradient(135deg, #042f30 0%, #005b5c 46%, #0a6f70 100%);
  overflow: hidden;
}

.sv-hero::before {
  content: "";
  position: absolute;
  inset: auto -140px -140px auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 191, 71, 0.18), transparent 62%);
  pointer-events: none;
}

.sv-hero::after {
  content: "";
  position: absolute;
  left: -90px;
  top: 110px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent 70%);
  pointer-events: none;
}

.sv-hero__inner {
  position: relative;
  z-index: 1;
  width: min(900px, 100%);
  margin: 0 auto;
  text-align: center;
}

.sv-hero__sub {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.94);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}

.sv-hero__pills {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.sv-hero__pills li {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.sv-hero__title {
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #ffffff;
  font-weight: 900;
  margin-bottom: 20px;
}

.sv-hero__title span {
  background: linear-gradient(90deg, #ffd166 0%, #ffb347 55%, #fff0b5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sv-hero__lead {
  max-width: 720px;
  margin: 0 auto 30px;
  font-size: 16px;
  line-height: 1.95;
  color: rgba(255, 255, 255, 0.84);
}

.sv-hero__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.sv-hero__cta,
.sv-contact__btn,
.sv-sticky-cta {
  text-decoration: none;
}

.sv-hero__cta,
.sv-contact__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 17px 28px;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 800;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.sv-hero__cta {
  background: linear-gradient(135deg, var(--sv-accent), #ffd97d);
  color: #153132 !important;
  box-shadow: 0 18px 36px rgba(255, 191, 71, 0.28);
}

.sv-hero__cta--ghost {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff !important;
  box-shadow: none;
}

.sv-hero__cta:hover,
.sv-contact__btn:hover,
.sv-sticky-cta:hover {
  transform: translateY(-3px);
}

.sv-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.52);
  text-align: center;
}

.sv-hero__scroll-line {
  display: block;
  width: 2px;
  height: 42px;
  margin: 0 auto 10px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.74));
  animation: sv-scroll 2s ease-in-out infinite;
}

.sv-hero__scroll p {
  font-size: 10px;
  letter-spacing: 0.28em;
}

@keyframes sv-scroll {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }

  50% {
    opacity: 1;
    transform: scaleY(1);
  }

  100% {
    opacity: 0;
    transform: scaleY(1);
  }
}

.sv-intro {
  margin-top: -38px;
  padding-top: 0;
}

.sv-intro__wrap,
.sv-reasons__grid,
.sv-compare__wrap,
.sv-contents__grid,
.sv-pricing__tabs,
.sv-pricing__content,
.sv-flow__grid,
.sv-faq__list,
.sv-contact__inner {
  width: var(--sv-width);
  margin-left: auto;
  margin-right: auto;
}

.sv-intro__card,
.sv-reason-card,
.sv-compare__col,
.sv-content-card,
.sv-plan-card,
.sv-flow__step,
.sv-faq__item,
.sv-contact__inner {
  background: var(--sv-surface);
  border: 1px solid var(--sv-line);
  box-shadow: var(--sv-shadow);
}

.sv-intro__card {
  padding: 36px;
  border-radius: var(--sv-radius-xl);
  text-align: center;
}

.sv-intro__eyebrow {
  display: inline-block;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 191, 71, 0.16);
  color: #805300;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
}

.sv-intro__card h2 {
  font-size: clamp(28px, 3.8vw, 42px);
  line-height: 1.38;
  font-weight: 900;
  color: var(--sv-primary-deep);
  margin-bottom: 20px;
}

.sv-intro__list {
  max-width: 720px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: left;
}

.sv-intro__list li {
  position: relative;
  padding: 16px 0 16px 30px;
  border-top: 1px solid rgba(0, 91, 92, 0.08);
  font-size: 16px;
  line-height: 1.8;
  color: var(--sv-text);
  font-weight: 700;
}

.sv-intro__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sv-accent), var(--sv-accent-strong));
}

.sv-intro__note {
  max-width: 660px;
  margin: 22px auto 0;
  font-size: 14px;
  line-height: 1.9;
  color: var(--sv-text-soft);
}

.sv-reasons,
.sv-faq {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.68) 0%, rgba(238, 246, 245, 0.96) 100%);
}

.sv-compare,
.sv-flow {
  background: linear-gradient(180deg, rgba(229, 241, 239, 0.84) 0%, rgba(247, 251, 251, 0.98) 100%);
}

.sv-contents,
.sv-pricing {
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 191, 71, 0.1), transparent 16%),
    linear-gradient(180deg, rgba(247, 252, 251, 0.94) 0%, rgba(238, 246, 245, 1) 100%);
}

.sv-contact {
  background: linear-gradient(180deg, rgba(244, 250, 249, 0.92) 0%, rgba(232, 243, 241, 1) 100%);
}

.sv-reasons__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.sv-reason-card,
.sv-content-card,
.sv-faq__item {
  border-radius: var(--sv-radius-lg);
  padding: 30px 26px;
}

.sv-reason-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--sv-accent), var(--sv-primary-soft));
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 18px;
}

.sv-reason-card h3,
.sv-content-card h3,
.sv-faq__item h3,
.sv-compare__col h3 {
  font-size: 22px;
  line-height: 1.48;
  color: var(--sv-primary-deep);
  font-weight: 900;
  margin-bottom: 12px;
}

.sv-reason-card p,
.sv-content-card p,
.sv-faq__item p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--sv-text);
}

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

.sv-compare__col {
  border-radius: var(--sv-radius-xl);
  padding: 34px 28px;
}

.sv-compare__col--featured {
  background: linear-gradient(180deg, var(--sv-primary-deep) 0%, var(--sv-primary) 100%);
  box-shadow: var(--sv-shadow-strong);
}

.sv-compare__col--featured h3 {
  color: #ffffff;
}

.sv-compare__col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sv-compare__col li {
  position: relative;
  padding: 15px 0 15px 24px;
  border-top: 1px solid rgba(0, 91, 92, 0.08);
  font-size: 15px;
  line-height: 1.8;
  color: var(--sv-text);
  font-weight: 700;
}

.sv-compare__col li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sv-accent), var(--sv-accent-strong));
}

.sv-compare__col--featured li {
  color: rgba(255, 255, 255, 0.94);
  border-top-color: rgba(255, 255, 255, 0.14);
}

.sv-compare__col--featured li::before {
  background: linear-gradient(135deg, #ffe29a, #ffffff);
}

.sv-contents__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.sv-content-card {
  position: relative;
  overflow: hidden;
}

.sv-content-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, var(--sv-primary), var(--sv-accent-strong));
}

.sv-pricing::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 36px;
  width: 180px;
  height: 180px;
  background: url("../img/d3.png") no-repeat center / contain;
  opacity: 0.16;
  pointer-events: none;
}

.sv-pricing__tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 40px;
}

.sv-tab-btn {
  padding: 16px 24px;
  border: 1px solid rgba(0, 91, 92, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--sv-primary);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  box-shadow: 0 10px 22px rgba(0, 91, 92, 0.08);
}

.sv-tab-btn small {
  font-size: 12px;
  font-weight: 600;
}

.sv-tab-btn:hover,
.sv-tab-btn.active {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--sv-primary), var(--sv-primary-soft));
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(0, 91, 92, 0.18);
}

.sv-pricing__content {
  display: none;
}

.sv-pricing__content.active {
  display: block;
}

.sv-pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.sv-plan-card {
  position: relative;
  border-radius: var(--sv-radius-xl);
  padding: 38px 28px;
  min-width: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sv-plan-card:hover,
.sv-reason-card:hover,
.sv-content-card:hover,
.sv-flow__step:hover,
.sv-faq__item:hover {
  transform: translateY(-5px);
  box-shadow: var(--sv-shadow-strong);
}

.sv-plan-card--featured {
  background: linear-gradient(180deg, var(--sv-primary-deep) 0%, var(--sv-primary) 100%);
  color: #ffffff;
  transform: translateY(-8px);
  box-shadow: var(--sv-shadow-strong);
}

.sv-plan-card__label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: rgba(0, 91, 92, 0.5);
  margin-bottom: 10px;
}

.sv-plan-card__name {
  font-size: 22px;
  line-height: 1.48;
  color: var(--sv-primary-deep);
  font-weight: 900;
  margin-bottom: 18px;
}

.sv-plan-card__price {
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: var(--sv-primary);
  font-weight: 900;
  margin-bottom: 22px;
}

.sv-plan-card__price-sub {
  font-size: 18px;
  color: rgba(0, 91, 92, 0.55);
}

.sv-plan-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sv-plan-card__list li {
  position: relative;
  padding: 12px 0 12px 22px;
  border-top: 1px solid rgba(0, 91, 92, 0.08);
  font-size: 14px;
  line-height: 1.8;
  color: var(--sv-text);
  font-weight: 700;
}

.sv-plan-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sv-primary), var(--sv-primary-soft));
}

.sv-plan-card--featured .sv-plan-card__label,
.sv-plan-card--featured .sv-plan-card__name,
.sv-plan-card--featured .sv-plan-card__price,
.sv-plan-card--featured .sv-plan-card__price-sub,
.sv-plan-card--featured .sv-plan-card__list li {
  color: #ffffff;
}

.sv-plan-card--featured .sv-plan-card__list li {
  border-top-color: rgba(255, 255, 255, 0.14);
}

.sv-plan-card--featured .sv-plan-card__list li::before {
  background: linear-gradient(135deg, #ffe29a, #ffffff);
}

.sv-pricing__note,
.sv-contact__desc {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 15px;
  line-height: 1.95;
  color: var(--sv-text-soft);
}

.sv-pricing__note {
  margin-top: 34px;
}

.sv-flow__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.sv-flow__step {
  border-radius: var(--sv-radius-lg);
  padding: 26px 18px;
  text-align: center;
}

.sv-flow__num {
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--sv-primary), var(--sv-primary-soft));
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.sv-flow__name {
  font-size: 15px;
  line-height: 1.5;
  color: var(--sv-primary-deep);
  font-weight: 900;
  margin-bottom: 8px;
}

.sv-flow__desc {
  font-size: 12px;
  line-height: 1.8;
  color: var(--sv-text-soft);
}

.sv-faq__list {
  display: grid;
  gap: 18px;
  max-width: 960px;
}

.sv-faq__item {
  padding: 28px 26px;
}

.sv-contact__inner {
  padding: 48px 34px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(5, 57, 58, 0.96), rgba(9, 111, 112, 0.94));
  box-shadow: var(--sv-shadow-strong);
  text-align: center;
  overflow: hidden;
}

.sv-contact__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 191, 71, 0.16), transparent 22%),
    radial-gradient(circle at 100% 18%, rgba(255, 255, 255, 0.12), transparent 20%);
  pointer-events: none;
}

.sv-contact__inner > * {
  position: relative;
  z-index: 1;
}

.sv-contact .sv-section-label {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.sv-contact__title {
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.3;
  color: #ffffff;
  font-weight: 900;
  margin: 10px 0 16px;
}

.sv-contact__desc {
  color: rgba(255, 255, 255, 0.84);
  margin-bottom: 22px;
}

.sv-contact__benefits {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.sv-contact__benefits span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.sv-contact__btn {
  background: linear-gradient(135deg, var(--sv-accent), #ffd97d);
  color: #183131 !important;
  box-shadow: 0 18px 36px rgba(255, 191, 71, 0.24);
}

.sv-sticky-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 140;
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--sv-accent), #ffd97d);
  box-shadow: 0 20px 42px rgba(255, 159, 28, 0.26);
  color: #173031;
}

.sv-sticky-cta__label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.sv-sticky-cta__title {
  font-size: 15px;
  font-weight: 900;
  line-height: 1.5;
}

@media screen and (max-width: 1100px) {
  .sv-reasons__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sv-contents__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sv-pricing__grid {
    grid-template-columns: 1fr;
    max-width: 480px;
  }

  .sv-plan-card--featured {
    transform: none;
  }
}

@media screen and (max-width: 900px) {
  .sv-compare__wrap,
  .sv-reasons__grid,
  .sv-contents__grid {
    grid-template-columns: 1fr;
  }

  .sv-flow__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 768px) {
  .service-page .site-header {
    margin-top: 14px;
  }

  .service-page .header-inner {
    width: 90%;
    padding: 14px 18px;
  }

  .sv-hero,
  .sv-intro,
  .sv-reasons,
  .sv-compare,
  .sv-contents,
  .sv-pricing,
  .sv-flow,
  .sv-faq,
  .sv-contact {
    padding: 82px 20px;
  }

  .sv-hero {
    min-height: auto;
    padding-top: 128px;
    padding-bottom: 76px;
  }

  .sv-hero__lead {
    font-size: 15px;
  }

  .sv-hero__actions {
    display: grid;
    gap: 12px;
  }

  .sv-hero__cta,
  .sv-contact__btn {
    width: 100%;
    min-width: 0;
  }

  .sv-intro {
    margin-top: -20px;
  }

  .sv-intro__card,
  .sv-contact__inner {
    padding: 30px 24px;
  }

  .sv-pricing__tabs {
    display: grid;
    gap: 12px;
    max-width: 480px;
  }

  .sv-tab-btn {
    width: 100%;
    padding: 15px 18px;
  }

  .sv-plan-card {
    padding: 34px 22px;
  }

  .sv-sticky-cta {
    left: 14px;
    right: 14px;
    bottom: 14px;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .sv-section-header {
    margin-bottom: 36px;
  }

  .sv-section-title {
    font-size: clamp(24px, 7vw, 32px);
  }

  .sv-section-title::after {
    width: 84px;
    height: 5px;
    margin-top: 14px;
  }

  .sv-hero__sub,
  .sv-hero__pills li,
  .sv-contact__benefits span {
    font-size: 11px;
  }

  .sv-hero__title {
    font-size: clamp(34px, 10vw, 46px);
  }

  .sv-hero__lead,
  .sv-pricing__note,
  .sv-contact__desc,
  .sv-reason-card p,
  .sv-content-card p,
  .sv-faq__item p {
    font-size: 14px;
  }

  .sv-intro__card,
  .sv-reason-card,
  .sv-compare__col,
  .sv-content-card,
  .sv-plan-card,
  .sv-flow__step,
  .sv-faq__item,
  .sv-contact__inner {
    border-radius: 22px;
  }

  .sv-intro__card h2 {
    font-size: clamp(24px, 7vw, 30px);
  }

  .sv-intro__list li,
  .sv-compare__col li {
    font-size: 14px;
  }

  .sv-reason-card h3,
  .sv-content-card h3,
  .sv-faq__item h3,
  .sv-compare__col h3,
  .sv-plan-card__name {
    font-size: 19px;
  }

  .sv-pricing__grid {
    max-width: 100%;
  }

  .sv-plan-card__price {
    font-size: 34px;
  }

  .sv-plan-card__price-sub {
    font-size: 16px;
  }

  .sv-plan-card__list li {
    font-size: 13px;
    padding-left: 20px;
  }

  .sv-flow__grid {
    grid-template-columns: 1fr;
  }

  .sv-contact {
    padding-bottom: 120px;
  }

  .sv-sticky-cta__title {
    font-size: 14px;
  }
}
