.wise-widget {
  color: var(--wise-body, #5f6f84);
  font-family: var(--wise-font-family, Montserrat, Arial, sans-serif);
  overflow: hidden;
  position: relative;
}

.wise-widget,
.wise-widget * {
  box-sizing: border-box;
}

.wise-widget__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.wise-widget__shell {
  background: radial-gradient(circle at top right, #dfeaff 0, var(--wise-bg, #f7fbff) 38%, #ffffff 72%);
  border: 1px solid var(--wise-border, #d8e1ec);
  border-radius: calc(var(--wise-radius, 28px) + 4px);
  box-shadow: 0 28px 60px rgba(17, 40, 74, 0.12);
  overflow: hidden;
}

.wise-surface--white {
  background: #ffffff;
  padding: 48px 20px;
}

.wise-surface--tint {
  background: var(--wise-bg, #f7fbff);
  padding: 56px 20px;
}

.wise-surface--gradient {
  padding: 0;
}

.wise-widget--hero,
.wise-widget--hero .wise-widget__shell {
  overflow: visible;
}

.wise-heading {
  color: var(--wise-heading, #11284a);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0;
}

.wise-body-text {
  color: var(--wise-body, #5f6f84);
  line-height: 1.65;
  margin: 0;
}

.wise-label {
  font-weight: 700;
}

.wise-icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  line-height: 1;
}

.wise-icon svg {
  display: block;
  fill: none;
  height: 1em;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 1em;
}

.wise-button {
  align-items: center;
  background: var(--wise-button, #062a4f);
  border: 0;
  border-radius: 14px;
  box-shadow: 0 18px 26px rgba(6, 42, 79, 0.18);
  color: var(--wise-button-text, #ffffff);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  line-height: 1.25;
  min-height: 54px;
  padding: 14px 24px;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.wise-button:hover,
.wise-button:focus {
  color: var(--wise-button-text, #ffffff);
  opacity: 0.95;
  transform: translateY(-1px);
}

.wise-button--light {
  background: #ffffff;
  box-shadow: 0 18px 26px rgba(6, 42, 79, 0.18);
  color: var(--wise-primary, #062a4f);
  transition: none;
}

.wise-button--light:hover,
.wise-button--light:focus {
  background: #ffffff;
  box-shadow: 0 18px 26px rgba(6, 42, 79, 0.18);
  color: var(--wise-primary, #062a4f);
  opacity: 1;
  text-decoration: none;
  transform: none;
}

.wise-button--accent {
  background: var(--wise-accent, #1683c7);
}

.wise-button__mobile {
  display: none;
}

.wise-pill {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #c8ddf6;
  border-radius: 999px;
  box-shadow: 0 10px 18px rgba(108, 143, 187, 0.08);
  color: var(--wise-secondary, #0a6fb5);
  display: inline-flex;
  gap: 8px;
  font-size: 10px;
  letter-spacing: 0.14em;
  line-height: 1.4;
  margin-bottom: 20px;
  max-width: 100%;
  padding: 10px 16px;
  text-transform: uppercase;
}

.wise-section-intro {
  margin: 0 auto 34px;
  max-width: 760px;
  text-align: center;
}

.wise-section-title {
  color: var(--wise-heading, #11284a);
  font-size: clamp(2.35rem, 5vw, 3.7rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0;
}

.wise-section-text {
  margin: 18px auto 0;
  max-width: 720px;
}

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

.wise-hero-logo {
  align-items: center;
  border-radius: 0 !important;
  display: block;
  height: auto;
  max-height: none;
  max-width: 100%;
  object-fit: contain;
  overflow: visible !important;
  width: var(--wise-hero-logo-width, 56px);
}

.wise-brand__fallback-icon {
  align-items: center;
  color: var(--wise-secondary, #0a6fb5);
  display: inline-flex;
  font-size: 28px;
  justify-content: center;
}

.wise-hero-header {
  background: rgba(255, 255, 255, 0.84);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(216, 225, 236, 0.88);
  padding: 16px 24px;
  position: sticky;
  top: 0;
  z-index: 40;
}

.wise-hero-header__inner {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.wise-hero-nav {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  gap: 28px;
  justify-content: center;
}

.wise-hero-nav__link {
  color: var(--wise-body, #5f6f84);
  font-size: 14px;
  text-decoration: none;
}

.wise-hero-actions {
  align-items: center;
  display: flex;
  gap: 16px;
}

.wise-hero-phone {
  align-items: center;
  color: var(--wise-heading, #11284a);
  display: flex;
  gap: 8px;
  text-decoration: none;
}

.wise-hero-phone .wise-icon {
  color: var(--wise-secondary, #0a6fb5);
  font-size: 16px;
}

.wise-hero-phone strong {
  display: block;
  font-size: 14px;
}

.wise-hero-phone small {
  color: #9aa7ba;
  display: block;
  font-size: 10px;
  font-weight: 600;
  margin-top: 2px;
}

.wise-page-sticky-actions {
  display: none;
  position: fixed;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 45;
}

.wise-page-sticky-action {
  align-items: center;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid var(--wise-border, #d8e1ec);
  border-radius: 999px;
  box-shadow: 0 18px 28px rgba(17, 40, 74, 0.16);
  color: var(--wise-primary, #062a4f);
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  min-height: 54px;
  min-width: 54px;
  padding: 14px 18px;
  text-decoration: none;
}

.wise-page-sticky-action:hover,
.wise-page-sticky-action:focus {
  color: inherit;
  opacity: 1;
  transform: none;
}

.wise-hero-grid {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  padding: 40px 24px 56px;
}

.wise-hero-copy {
  min-width: 0;
}

.wise-hero-title {
  color: var(--wise-heading, #11284a);
  font-size: clamp(3.55rem, 5vw, 4.25rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0;
  max-width: 760px;
  text-wrap: pretty;
}

.wise-hero-title__main,
.wise-hero-title__accent {
  display: block;
}

.wise-hero-title__accent {
  color: var(--wise-accent, #1683c7);
  margin-top: 0.08em;
}

.wise-hero-copy__text {
  font-size: 18px;
  margin-top: 20px;
  max-width: 640px;
}

.wise-hero-cta-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.wise-simple-trust-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
  max-width: 720px;
}

.wise-simple-trust,
.wise-trust-logo-card,
.wise-benefit-card,
.wise-process-card,
.wise-review-card,
.wise-contact-card,
.wise-faq-card,
.wise-result-card,
.wise-form-card {
  background: var(--wise-card-bg, #ffffff);
  border: 1px solid var(--wise-border, #d8e1ec);
  box-shadow: 0 18px 36px rgba(17, 40, 74, 0.08);
}

.wise-simple-trust {
  align-items: center;
  border-radius: 22px;
  display: flex;
  gap: 12px;
  min-height: 82px;
  padding: 14px 16px;
  text-align: left;
}

.wise-simple-trust__icon,
.wise-trust-logo-card__icon,
.wise-benefit-card__icon,
.wise-contact-card__icon {
  align-items: center;
  background: #eef7ff;
  border-radius: 999px;
  color: var(--wise-secondary, #0a6fb5);
  display: flex;
  justify-content: center;
}

.wise-simple-trust__icon {
  flex: 0 0 auto;
  font-size: 16px;
  height: 36px;
  width: 36px;
}

.wise-simple-trust__title {
  color: var(--wise-heading, #11284a);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.wise-hero-media {
  display: flex;
  justify-content: flex-end;
}

.wise-hero-form-wrap {
  max-width: 430px;
  width: 100%;
}

.wise-image-card {
  background: linear-gradient(145deg, #f3f8ff, #ffffff 50%, #dde8f9);
  border: 1px solid #d4e5fb;
  border-radius: 32px;
  min-height: 280px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.wise-image-card__img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.wise-image-card__gradient {
  background: linear-gradient(180deg, #eff5ff 0%, #dce8f9 100%);
  inset: 0;
  position: absolute;
}

.wise-image-card__arch {
  background: rgba(255, 255, 255, 0.55);
  border-radius: 999px 999px 0 0;
  inset: 18px 18px 0;
  position: absolute;
}

.wise-image-card__main {
  background: linear-gradient(145deg, #f8d9c5, #ffffff 42%, #cadbf4);
  border-radius: 999px 999px 0 0;
  bottom: 0;
  box-shadow: inset 0 6px 24px rgba(255, 255, 255, 0.7);
  left: 48px;
  position: absolute;
  right: 48px;
  top: 48px;
}

.wise-image-card__face {
  background: #f0b99d;
  border-radius: 999px;
  height: 150px;
  left: 50%;
  position: absolute;
  top: 26%;
  transform: translateX(-50%);
  width: 150px;
}

.wise-image-card__mouth-shell {
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(17, 40, 74, 0.08);
  height: 58px;
  left: 50%;
  position: absolute;
  top: 43%;
  transform: translateX(-50%);
  width: 164px;
}

.wise-image-card__mouth-line {
  background: #d97872;
  border-radius: 999px;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 47%;
  transform: translateX(-50%);
  width: 104px;
}

.wise-image-card__shoulders {
  background: rgba(255, 255, 255, 0.72);
  border-radius: 999px 999px 0 0;
  bottom: -56px;
  height: 180px;
  position: absolute;
  right: -12px;
  width: 180px;
}

.wise-image-card__label {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--wise-border, #d8e1ec);
  border-radius: 18px;
  bottom: 18px;
  box-shadow: 0 12px 24px rgba(17, 40, 74, 0.1);
  left: 18px;
  padding: 12px 14px;
  position: absolute;
}

.wise-image-card__label strong {
  color: var(--wise-heading, #11284a);
  display: block;
  font-size: 12px;
  line-height: 1.2;
}

.wise-image-card__label span {
  color: var(--wise-body, #5f6f84);
  display: block;
  font-size: 10px;
  line-height: 1.35;
  margin-top: 4px;
}

.wise-form-card {
  border-radius: 24px;
  min-width: 0;
  padding: 24px 20px 18px;
}

.wise-form-card__head {
  margin-bottom: 16px;
  text-align: center;
}

.wise-form-card__title {
  color: var(--wise-heading, #11284a);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.14;
  margin: 0;
}

.wise-form-card__subtitle {
  font-size: 14px;
  margin-top: 8px;
}

.wise-placeholder-form {
  display: grid;
  gap: 10px;
}

.wise-placeholder-form .wise-button {
  width: 100%;
}

.wise-placeholder-field {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--wise-border, #d8e1ec);
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(17, 40, 74, 0.05);
  color: #9cacbf;
  display: flex;
  gap: 10px;
  min-height: 46px;
  padding: 0 14px;
}

.wise-placeholder-field .wise-icon {
  color: #c1ccdb;
  font-size: 16px;
}

.wise-form-card__reassurance {
  align-items: center;
  color: #198754;
  display: flex;
  font-size: 12px;
  gap: 6px;
  justify-content: center;
  margin-top: 14px;
}

.wise-embed-wrap,
.wise-embed-wrap iframe,
.wise-embed-wrap form,
.wise-embed-wrap .hl-app,
.wise-embed-wrap .hl-form-wrap,
.wise-embed-wrap .hl-form {
  max-width: 100%;
  width: 100%;
}

.wise-trust-strip,
.wise-benefits-grid,
.wise-results-grid,
.wise-process-grid,
.wise-faq-grid {
  display: grid;
  gap: 16px;
}

.wise-trust-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wise-trust-logo-card {
  border-radius: 22px;
  min-height: 122px;
  padding: 20px 16px;
  text-align: center;
}

.wise-trust-logo-card__icon {
  height: 44px;
  margin: 0 auto 12px;
  width: 44px;
}

.wise-trust-logo-card__eyebrow {
  color: #9ba8bb;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wise-trust-logo-card__title {
  color: var(--wise-heading, #11284a);
  font-size: 28px;
  line-height: 1.08;
  margin-top: 4px;
}

.wise-trust-logo-card__text {
  font-size: 12px;
  margin-top: 4px;
}

.wise-blob {
  border-radius: 999px;
  filter: blur(62px);
  position: absolute;
}

.wise-blob--top-left {
  background: rgba(186, 212, 255, 0.6);
  height: 240px;
  left: -120px;
  top: -120px;
  width: 240px;
}

.wise-blob--bottom-right {
  background: rgba(180, 239, 255, 0.5);
  bottom: -140px;
  height: 280px;
  right: -80px;
  width: 280px;
}

.wise-benefits-grid,
.wise-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wise-benefit-card,
.wise-process-card,
.wise-review-card,
.wise-contact-card,
.wise-faq-card {
  border-radius: 24px;
  padding: 24px;
}

.wise-benefit-card {
  overflow: hidden;
  position: relative;
}

.wise-benefit-card__orb {
  background: rgba(231, 244, 255, 0.9);
  border-radius: 999px;
  height: 96px;
  position: absolute;
  right: -40px;
  top: -40px;
  width: 96px;
}

.wise-benefit-card__icon {
  border-radius: 18px;
  height: 48px;
  position: relative;
  width: 48px;
}

.wise-benefit-card__eyebrow {
  color: var(--wise-secondary, #0a6fb5);
  font-size: 10px;
  letter-spacing: 0.16em;
  margin-top: 18px;
  position: relative;
  text-transform: uppercase;
}

.wise-benefit-card__title,
.wise-process-card__title,
.wise-result-card__title,
.wise-finance-card__title,
.wise-dentist-title,
.wise-contact-form-wrap__title,
.wise-faq-card__question,
.wise-final-cta__title {
  color: var(--wise-heading, #11284a);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0;
}

.wise-benefit-card__title,
.wise-process-card__title {
  font-size: 24px;
  margin-top: 12px;
}

.wise-benefit-card__text,
.wise-process-card__text {
  margin-top: 12px;
}

.wise-benefit-card__line {
  background: var(--wise-accent, #1683c7);
  border-radius: 999px;
  height: 4px;
  margin-top: 24px;
  width: 48px;
}

.wise-results-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wise-result-card {
  border-radius: 28px;
  overflow: hidden;
}

.wise-result-card__images {
  background: #f2f6fb;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 8px;
}

.wise-smile-box {
  border-radius: 18px;
  height: 208px;
  overflow: hidden;
  position: relative;
}

.wise-smile-box img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.wise-smile-box--warm {
  background: #f8e6dc;
}

.wise-smile-box--cool {
  background: #e7f2ff;
}

.wise-smile-box__arch {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 999px 999px 0 0;
  bottom: 0;
  left: 28px;
  position: absolute;
  right: 28px;
  top: 32px;
}

.wise-smile-box__mouth-shell {
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(17, 40, 74, 0.08);
  height: 38px;
  left: 50%;
  position: absolute;
  top: 43%;
  transform: translateX(-50%);
  width: 108px;
}

.wise-smile-box__mouth-line {
  background: #e29aa2;
  border-radius: 999px;
  height: 6px;
  left: 50%;
  position: absolute;
  top: 46%;
  transform: translateX(-50%);
  width: 72px;
}

.wise-smile-box__label,
.wise-result-card__badge,
.wise-footer__pill {
  background: #eef7ff;
  border-radius: 999px;
  color: var(--wise-secondary, #0a6fb5);
  font-size: 10px;
  letter-spacing: 0.12em;
  padding: 8px 12px;
  text-transform: uppercase;
}

.wise-smile-box__label {
  left: 12px;
  position: absolute;
  top: 12px;
}

.wise-result-card__body {
  padding: 22px 20px;
}

.wise-result-card__head {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.wise-result-card__title {
  font-size: 30px;
  line-height: 1.12;
}

.wise-result-card__badge {
  flex: 0 0 auto;
  white-space: nowrap;
}

.wise-result-card__text {
  margin-top: 12px;
}

.wise-process-card__number {
  color: #bfd7f3;
  font-size: 56px;
}

.wise-dentist-grid,
.wise-testimonials-layout,
.wise-contact-layout,
.wise-final-cta,
.wise-pricing-shell {
  display: grid;
  gap: 24px;
}

.wise-dentist-grid {
  align-items: center;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.wise-dentist-title {
  font-size: clamp(2.45rem, 5vw, 4rem);
}

.wise-dentist-text {
  font-size: 18px;
  margin-top: 20px;
}

.wise-check-stack {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.wise-check-line {
  align-items: center;
  background: #eef7ff;
  border-radius: 18px;
  color: var(--wise-heading, #11284a);
  display: flex;
  gap: 12px;
  padding: 16px;
}

.wise-check-line .wise-icon {
  color: var(--wise-secondary, #0a6fb5);
  flex: 0 0 auto;
  font-size: 16px;
}

.wise-testimonials-layout {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
}

.wise-testimonials-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wise-review-card__stars {
  color: #f5b301;
  display: flex;
  gap: 4px;
}

.wise-review-card__quote {
  margin-top: 18px;
}

.wise-review-card__label {
  color: var(--wise-heading, #11284a);
  font-size: 11px;
  letter-spacing: 0.14em;
  margin-top: 20px;
  text-transform: uppercase;
}

.wise-finance-card,
.wise-final-cta {
  background: var(--wise-primary, #062a4f);
  border-radius: 28px;
  box-shadow: 0 24px 40px rgba(17, 40, 74, 0.18);
  color: #ffffff;
  padding: 28px;
}

.wise-finance-card__eyebrow,
.wise-final-cta__eyebrow,
.wise-pricing-shell__eyebrow,
.wise-contact-form-wrap__eyebrow {
  color: #bfd7f3;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.wise-finance-card__title {
  color: #ffffff;
  font-size: 42px;
  margin-top: 14px;
}

.wise-finance-card__text,
.wise-final-cta__text {
  color: #d4e2f4;
  margin-top: 16px;
}

.wise-finance-card .wise-button {
  margin-top: 22px;
  width: 100%;
}

.wise-pricing-shell {
  align-items: center;
  background: radial-gradient(circle at top right, #eef7ff 0, #ffffff 55%);
  border: 1px solid #d9ebfb;
  border-radius: 32px;
  box-shadow: 0 24px 40px rgba(17, 40, 74, 0.08);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  padding: 32px;
}

.wise-pricing-shell__title {
  color: var(--wise-heading, #11284a);
  font-size: clamp(2.6rem, 5vw, 3.6rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 12px 0 0;
}

.wise-pricing-shell__text {
  font-size: 17px;
  margin-top: 18px;
}

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

.wise-faq-card__toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 0;
  text-align: left;
  width: 100%;
}

.wise-faq-card__question {
  font-size: 24px;
}

.wise-faq-card__chevron {
  align-items: center;
  background: #eef7ff;
  border-radius: 999px;
  color: var(--wise-secondary, #0a6fb5);
  display: flex;
  flex: 0 0 auto;
  font-size: 16px;
  height: 34px;
  justify-content: center;
  transition: transform 0.2s ease;
  width: 34px;
}

.wise-faq-card__toggle[aria-expanded="true"] .wise-faq-card__chevron {
  transform: rotate(180deg);
}

.wise-faq-card__answer {
  margin-top: 16px;
}

.wise-final-cta {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
}

.wise-final-cta__title {
  color: #ffffff;
  font-size: clamp(2.6rem, 5vw, 4rem);
  margin-top: 14px;
}

.wise-final-cta__card {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 16px 30px rgba(17, 40, 74, 0.14);
  color: var(--wise-heading, #11284a);
  padding: 24px;
}

.wise-final-cta__card-title {
  color: var(--wise-heading, #11284a);
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.wise-final-cta__card-text {
  margin-top: 12px;
}

.wise-final-cta__card .wise-button {
  margin-top: 20px;
  width: 100%;
}

.wise-contact-layout {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.wise-contact-cards {
  display: grid;
  gap: 16px;
}

.wise-contact-card {
  align-items: center;
  display: flex;
  gap: 16px;
}

.wise-contact-card__icon {
  border-radius: 18px;
  flex: 0 0 auto;
  height: 48px;
  width: 48px;
}

.wise-contact-card__title {
  color: var(--wise-heading, #11284a);
  font-size: 14px;
}

.wise-contact-card__text {
  color: var(--wise-secondary, #0a6fb5);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 6px;
}

.wise-contact-card__small {
  margin-top: 6px;
}

.wise-contact-form-wrap {
  background: var(--wise-bg, #f7fbff);
  border: 1px solid #d9ebfb;
  border-radius: 28px;
  box-shadow: 0 20px 36px rgba(17, 40, 74, 0.1);
  padding: 20px;
}

.wise-contact-form-wrap__inner {
  background: #ffffff;
  border: 2px dashed #c8ddf6;
  border-radius: 22px;
  padding: 28px;
  text-align: center;
}

.wise-contact-form-wrap__title {
  font-size: 30px;
  margin-top: 14px;
}

.wise-contact-form-wrap__text {
  margin: 14px auto 0;
  max-width: 520px;
}

.wise-placeholder-form--contact {
  margin-top: 22px;
}

.wise-footer {
  align-items: center;
  border-top: 1px solid var(--wise-border, #d8e1ec);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding-top: 28px;
}

.wise-footer__name {
  color: var(--wise-heading, #11284a);
  font-size: 16px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.wise-footer__text {
  margin-top: 10px;
}

.wise-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wise-footer__pill {
  text-decoration: none;
}

.wise-admin-form .form-table th {
  width: 240px;
}

.wise-color-field {
  border: 1px solid #ccd5e0;
  border-radius: 6px;
  height: 40px;
  padding: 4px 8px;
  width: 120px;
}

@media (max-width: 1199px) {
  .wise-dentist-grid,
  .wise-testimonials-layout,
  .wise-contact-layout,
  .wise-final-cta,
  .wise-pricing-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .wise-benefits-grid,
  .wise-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

@media (max-width: 1024px) {
  .wise-hero-nav,
  .wise-hero-phone {
    display: none;
  }

  .wise-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .wise-hero-media {
    justify-content: center;
  }

  .wise-hero-form-wrap {
    margin: 0 auto;
    max-width: 430px;
  }

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

@media (max-width: 767px) {
  .wise-surface--white,
  .wise-surface--tint {
    padding: 40px 16px;
  }

  .wise-hero-header {
    padding: 12px 16px;
  }

  .wise-button--header {
    min-height: 44px;
    padding: 10px 16px;
  }

  .wise-button__desktop {
    display: none;
  }

  .wise-button__mobile {
    display: inline;
  }

  .wise-hero-grid {
    gap: 24px;
    padding: 20px 16px 28px;
  }

  .wise-hero-copy {
    text-align: center;
  }

  .wise-pill {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .wise-hero-title {
    font-size: 2.65rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 330px;
  }

  .wise-hero-copy__text {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    max-width: 310px;
  }

  .wise-simple-trust-grid,
  .wise-benefits-grid,
  .wise-results-grid,
  .wise-process-grid,
  .wise-faq-grid,
  .wise-testimonials-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .wise-hero-cta-row {
    justify-content: center;
  }

  .wise-simple-trust-grid {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
  }

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

  .wise-simple-trust {
    justify-content: flex-start;
  }

  .wise-hero-form-wrap {
    max-width: 100%;
  }

  .wise-page-sticky-actions {
    display: flex;
    bottom: 12px;
    right: 12px;
    top: auto;
    transform: none;
  }

  .wise-page-sticky-action {
    min-height: 48px;
    min-width: 48px;
    padding: 12px;
  }

  .wise-page-sticky-action .wise-label {
    display: none;
  }

  .wise-form-card__title,
  .wise-contact-form-wrap__title {
    font-size: 24px;
  }

  .wise-section-title,
  .wise-dentist-title,
  .wise-finance-card__title,
  .wise-faq-card__question,
  .wise-result-card__title,
  .wise-final-cta__title {
    font-size: 2.35rem;
  }

  .wise-check-line,
  .wise-contact-card,
  .wise-benefit-card,
  .wise-process-card {
    text-align: center;
  }

  .wise-contact-card {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .wise-contact-card__icon {
    margin: 0 auto 4px;
  }

  .wise-check-line {
    justify-content: center;
  }

  .wise-footer {
    flex-direction: column;
    text-align: center;
  }

  .wise-footer__links {
    justify-content: center;
  }
}
