.sms-header {
  position: relative;
  overflow: hidden;
  min-height: auto;
  background:
    radial-gradient(
      circle at 86% 16%,
      rgba(115, 242, 173, 0.2),
      transparent 32%
    ),
    radial-gradient(
      circle at 0% 88%,
      rgba(46, 212, 122, 0.14),
      transparent 34%
    ),
    linear-gradient(120deg, var(--black), var(--dark) 58%, var(--dark-2));
  color: var(--white);
}

.sms-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(46, 212, 122, 0.12), transparent 38%),
    radial-gradient(
      circle at 52% 100%,
      rgba(255, 255, 255, 0.07),
      transparent 34%
    );
  pointer-events: none;
}

.sms-header.has-sticky-navbar {
  padding-top: var(--navbar-height);
}

.sms-hero {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  align-items: center;
  gap: 58px;
  padding: 70px 0 110px;
}

.sms-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(115, 242, 173, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--green-2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.sms-hero h1 {
  max-width: 780px;
  margin-top: 22px;
  font-size: clamp(44px, 7vw, 82px);
  line-height: 0.96;
  letter-spacing: -0.07em;
}

.sms-hero h1 span {
  color: var(--green-2);
}

.sms-hero p {
  max-width: 680px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.sms-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.sms-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 34px;
}

.sms-stat {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(14px);
}

.sms-stat strong {
  display: block;
  color: var(--white);
  font-size: 22px;
  line-height: 1;
}

.sms-stat span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 700;
}

.sms-preview {
  overflow: hidden;
  border: 1px solid rgba(115, 242, 173, 0.18);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(18px);
}

.sms-preview-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  background: linear-gradient(
    135deg,
    rgba(4, 16, 11, 0.92),
    rgba(7, 24, 17, 0.94)
  );
  border-bottom: 1px solid rgba(115, 242, 173, 0.16);
}

.sms-preview-top h2 {
  font-size: 16px;
  line-height: 1.35;
}

.sms-close-dot {
  display: grid;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 900;
}

.sms-preview-body {
  max-height: 510px;
  overflow: auto;
  padding: 22px;
  background: #f8fffb;
  color: var(--text);
}

.sms-preview-body::-webkit-scrollbar {
  width: 8px;
}

.sms-preview-body::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(6, 17, 13, 0.24);
}

.sms-note {
  margin-bottom: 22px;
  color: #43544d;
  font-size: 14px;
}

.sms-module-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(6, 17, 13, 0.22);
  color: #082016;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.sms-module + .sms-module {
  margin-top: 24px;
}

.sms-module h3 {
  margin-bottom: 10px;
  color: #0b2419;
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
}

.sms-checks {
  display: grid;
  gap: 9px;
  list-style: none;
  color: #263c33;
  font-size: 14px;
}

.sms-checks li {
  position: relative;
  padding-left: 25px;
}

.sms-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 5px;
  background: rgba(46, 212, 122, 0.16);
  color: #10884f;
  font-size: 11px;
  font-weight: 950;
}

.sms-preview-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 14px 20px;
  border-top: 1px solid rgba(6, 17, 13, 0.08);
  background: #f3f8f5;
}

.sms-small-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 950;
}

.sms-small-btn.light {
  background: #e8f0ec;
  color: #183026;
}

.sms-small-btn.video {
  background: #ef3f35;
  color: var(--white);
}

.sms-section {
  padding: 96px 0;
}

.sms-section.light {
  background: linear-gradient(180deg, var(--white), #eff9f3);
}

.sms-section-head {
  max-width: 780px;
  margin: 0 auto 54px;
  text-align: center;
}

.sms-section-head h2 {
  margin-top: 16px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.03;
  letter-spacing: -0.05em;
}

.sms-section-head p {
  margin-top: 18px;
  color: var(--muted);
  font-size: 18px;
}

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

.sms-card {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.sms-card::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--green), var(--green-2));
}

.sms-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 16px;
  background: rgba(46, 212, 122, 0.13);
  color: #10884f;
  font-size: 22px;
}

.sms-card h3 {
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.sms-card p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 15px;
}

.sms-card ul {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  list-style: none;
  color: #243d33;
  font-size: 14px;
  font-weight: 700;
}

.sms-card li {
  position: relative;
  padding-left: 22px;
}

.sms-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #10884f;
  font-weight: 950;
}

.sms-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.sms-step {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 50px rgba(4, 16, 11, 0.08);
}

.sms-step-number {
  display: grid;
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  place-items: center;
  border-radius: 50%;
  background: var(--dark);
  color: var(--green-2);
  font-weight: 950;
}

.sms-step h3 {
  font-size: 18px;
  line-height: 1.2;
}

.sms-step p {
  margin-top: 9px;
  color: var(--muted);
  font-size: 14px;
}

.sms-cta {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  background:
    radial-gradient(
      circle at 85% 12%,
      rgba(115, 242, 173, 0.24),
      transparent 26%
    ),
    linear-gradient(135deg, var(--black), var(--dark-2));
  color: var(--white);
  box-shadow: var(--shadow);
}

.sms-cta-inner {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 34px;
  align-items: center;
  padding: 52px;
}

.sms-cta h2 {
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.sms-cta p {
  max-width: 700px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
}

.sms-price-box {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.sms-price-label {
  color: var(--green-2);
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 12px;
}

.sms-price {
  margin-top: 10px;
  font-size: 44px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.sms-price small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 800;
}

.sms-price-box .btn {
  width: 100%;
  margin-top: 24px;
}

.sms-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  padding: 20px;
  background: rgba(2, 8, 6, 0.78);
  backdrop-filter: blur(12px);
}

.sms-modal.open {
  display: grid;
  place-items: center;
}

.sms-modal-panel {
  width: min(980px, 100%);
  max-height: min(840px, calc(100vh - 40px));
  overflow: hidden;
  border-radius: 28px;
  background: var(--white);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.38);
}

.sms-modal .sms-preview {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.sms-modal .sms-preview-body {
  max-height: min(620px, calc(100vh - 210px));
}

@media (max-width: 1020px) {
  .sms-hero,
  .sms-cta-inner {
    grid-template-columns: 1fr;
  }

  .sms-preview {
    max-width: 760px;
  }

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

@media (max-width: 780px) {
  .sms-hero {
    gap: 36px;
    padding: 42px 0 78px;
  }

  .sms-stats,
  .sms-grid,
  .sms-steps {
    grid-template-columns: 1fr;
  }

  .sms-section {
    padding: 72px 0;
  }

  .sms-cta-inner {
    padding: 30px;
  }

  .sms-preview-body {
    max-height: 460px;
  }
}

@media (max-width: 520px) {
  .sms-hero h1 {
    font-size: 42px;
  }

  .sms-actions,
  .sms-preview-actions {
    flex-direction: column;
  }

  .sms-small-btn {
    width: 100%;
  }

  .sms-card,
  .sms-step,
  .sms-price-box {
    padding: 22px;
  }
}

.sms-section .faq-list {
  max-width: 860px;
  margin: 0 auto;
}

.sms-section .faq-item {
  overflow: hidden;
  border: 1px solid rgba(6, 17, 13, 0.1);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 16px 44px rgba(4, 16, 11, 0.08);
}

.sms-section .faq-question {
  color: var(--text);
}

.sms-section .faq-question span {
  background: rgba(46, 212, 122, 0.12);
  color: #10884f;
}

.sms-section .faq-answer {
  color: var(--muted);
}
