@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Jost:wght@300;400;500&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #1a1a1a;
  background: #f9f7f4;
  line-height: 1.6;
  overflow-x: hidden;
}

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

ul {
  list-style: none;
}

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

button {
  cursor: pointer;
  font-family: inherit;
  border: none;
  background: none;
}

.hd-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  background: #f9f7f4;
  border-bottom: 1px solid #e0dbd3;
  transition: box-shadow 0.3s;
}

.hd-wrap.hd-scrolled {
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.07);
}

.hd-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  height: 72px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.hd-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  text-decoration: none;
}

.hd-logo-img {
  height: 36px;
  width: auto;
}

.hd-brand-txt {
  display: flex;
  flex-direction: column;
}

.hd-site-name {
  font-family: 'Arial', serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: #1a1a1a;
  line-height: 1.1;
}

.hd-tagline {
  font-size: 0.65rem;
  font-weight: 300;
  color: #8a7f72;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hd-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
}

.hd-nav-lnk {
  font-size: 0.82rem;
  font-weight: 400;
  color: #4a4540;
  letter-spacing: 0.04em;
  transition: color 0.2s;
  white-space: nowrap;
}

.hd-nav-lnk:hover {
  color: #c9aa71;
}

.hd-contacts-mob {
  display: none;
}

.hd-contacts-desk {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
}

.hd-phone-lnk {
  font-family: 'Arial', serif;
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  letter-spacing: 0.02em;
}

.hd-phone-lnk:hover {
  color: #c9aa71;
}

.hd-email-lnk {
  font-size: 0.72rem;
  color: #8a7f72;
  font-weight: 300;
  transition: color 0.2s;
}

.hd-email-lnk:hover {
  color: #c9aa71;
}

.hd-cta-btn {
  display: inline-block;
  padding: 10px 22px;
  background: #1a1a1a;
  color: #f9f7f4;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 0.25s, color 0.25s;
  flex-shrink: 0;
}

.hd-cta-btn:hover {
  background: #c9aa71;
  color: #1a1a1a;
}

.nav-popup-trg {
  cursor: pointer;
}

.hd-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
  margin-left: auto;
}

.hd-burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #1a1a1a;
  transition: transform 0.3s, opacity 0.3s;
}

.hd-nav .hd-cta-btn {
  display: none;
}

@media (max-width: 900px) {
  .hd-nav .hd-cta-btn {
    display: block;
  }
}

.hd-burger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hd-burger.is-open span:nth-child(2) {
  opacity: 0;
}

.hd-burger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.zn-hero {
  padding-top: 72px;
  background: #f9f7f4;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-deco-line {
  position: absolute;
  background: #e8e0d5;
}

.hero-deco-line--1 {
  width: 1px;
  top: 0;
  bottom: 0;
  left: 55%;
}

.hero-deco-line--2 {
  height: 1px;
  left: 0;
  right: 0;
  top: 60%;
}

.hero-content-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
}

.hero-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.hero-txt-col {
  max-width: 680px;
}

.hero-image {
  min-height: 420px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image img {
  width: auto;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
  display: block;
}

.hero-h1 {
  font-family: 'Arial', serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.12;
  color: #1a1a1a;
  margin-bottom: 40px;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  .hero-h1 {
    font-size: 32px;
  }
}

.hero-feat-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hero-feat-item {
  font-size: 0.9rem;
  color: #4a4540;
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}

.hero-feat-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 1px;
  background: #c9aa71;
}

.hero-form-box {
  background: #fff;
  padding: 44px 40px;
  border: 1px solid #e0dbd3;
  position: relative;
}

.hero-form-box::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  width: 40px;
  height: 40px;
  border-top: 2px solid #c9aa71;
  border-left: 2px solid #c9aa71;
}

.hero-form-desc {
  font-size: 0.85rem;
  color: #6b6460;
  line-height: 1.7;
  margin-bottom: 28px;
}

.frm-field-wrap {
  margin-bottom: 14px;
}

.frm-inp {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d4cec6;
  background: #f9f7f4;
  font-family: 'Arial', sans-serif;
  font-size: 0.9rem;
  color: #1a1a1a;
  outline: none;
  transition: border-color 0.2s;
  -webkit-appearance: none;
}

.frm-inp:focus {
  border-color: #c9aa71;
  background: #fff;
}

.frm-inp::placeholder {
  color: #b0a89e;
}

.frm-submit-btn {
  width: 100%;
  padding: 16px;
  background: #1a1a1a;
  color: #f9f7f4;
  font-family: 'Arial', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 0.25s;
  margin-bottom: 16px;
  margin-top: 6px;
  display: block;
  cursor: pointer;
  border: none;
}

.frm-submit-btn:hover {
  background: #c9aa71;
  color: #1a1a1a;
}

.frm-submit-btn:disabled {
  background: #b0a89e;
  cursor: not-allowed;
}

.frm-submit-btn--gold {
  background: #c9aa71;
  color: #1a1a1a;
}

.frm-submit-btn--gold:hover {
  background: #1a1a1a;
  color: #f9f7f4;
}

.frm-agree-wrap {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.frm-agree-cb {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: #c9aa71;
  cursor: pointer;
}

.frm-agree-txt {
  font-size: 0.75rem;
  color: #8a7f72;
  line-height: 1.4;
}

.frm-policy-lnk {
  color: #c9aa71;
  text-decoration: underline;
}

.frm-policy-lnk:hover {
  color: #1a1a1a;
}

.frm-success {
  display: none;
  padding: 16px;
  background: #f0ede8;
  border-left: 3px solid #c9aa71;
  font-size: 0.85rem;
  color: #4a4540;
  margin-top: 12px;
}

.frm-success.is-visible {
  display: block;
}

.zn-perks {
  background: #1a1a1a;
  padding: 60px 0;
}

.perks-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #2e2e2e;
}

.perk-card {
  background: #1a1a1a;
  padding: 40px 36px;
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

.perk-ico {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  color: #c9aa71;
}

.perk-ico svg {
  width: 100%;
  height: 100%;
}

.perk-txt {
  font-size: 0.88rem;
  color: #d4cec6;
  line-height: 1.6;
  font-weight: 300;
}

.zn-services {
  padding: 100px 0;
  background: #f9f7f4;
}

.svc-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: #e0dbd3;
}

.svc-blk {
  background: #f9f7f4;
  padding: 52px 48px;
}

.svc-h2 {
  font-family: 'Arial', serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 32px;
  line-height: 1.2;
}

.svc-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.svc-sub-h {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c9aa71;
  margin-bottom: 14px;
}

.svc-lst {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.svc-lst li {
  font-size: 0.85rem;
  color: #4a4540;
  padding-left: 14px;
  position: relative;
  line-height: 1.5;
}

.svc-lst li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: #c9aa71;
}

.zn-results {
  padding: 100px 0;
  background: #f0ede8;
}

.res-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.res-h2 {
  font-family: 'Arial', serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 60px;
  letter-spacing: -0.01em;
}

.res-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: #d4cec6;
}

.res-card {
  background: #f0ede8;
  padding: 44px 36px;
  transition: background 0.25s;
}

.res-card:hover {
  background: #fff;
}

.res-num {
  display: block;
  font-family: 'Arial', serif;
  font-size: 3.2rem;
  font-weight: 300;
  color: #d4cec6;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.res-desc {
  font-size: 0.88rem;
  color: #4a4540;
  line-height: 1.7;
}

.zn-nudge {
  padding: 100px 0;
  background: #1a1a1a;
}

.nudge-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.nudge-h2 {
  font-family: 'Arial', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 600;
  color: #f9f7f4;
  margin-bottom: 60px;
  letter-spacing: -0.02em;
}

.nudge-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #2e2e2e;
}

.nudge-card {
  background: #1a1a1a;
  padding: 44px 36px;
  transition: background 0.25s;
}

.nudge-card:hover {
  background: #242424;
}

.nudge-ico {
  width: 48px;
  height: 48px;
  color: #c9aa71;
  margin-bottom: 22px;
}

.nudge-ico svg {
  width: 100%;
  height: 100%;
}

.nudge-txt {
  font-size: 0.9rem;
  color: #d4cec6;
  line-height: 1.65;
  font-weight: 300;
}

.zn-callback {
  padding: 80px 0;
  background: #c9aa71;
}

.cb-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 32px;
}

.frm-cb {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: start;
}

.frm-cb .frm-field-wrap {
  margin-bottom: 0;
}

.frm-cb .frm-inp {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  color: #1a1a1a;
}

.frm-cb .frm-inp::placeholder {
  color: rgba(26, 26, 26, 0.5);
}

.frm-cb .frm-inp:focus {
  background: rgba(255, 255, 255, 0.6);
  border-color: #1a1a1a;
}

.frm-cb .frm-agree-wrap {
  grid-column: 1 / -1;
  margin-top: 4px;
}

.frm-cb .frm-agree-txt {
  color: rgba(26, 26, 26, 0.7);
}

.frm-cb .frm-submit-btn {
  width: auto;
  margin: 0;
  padding: 14px 28px;
  white-space: nowrap;
  background: #1a1a1a;
  color: #f9f7f4;
}

.frm-cb .frm-submit-btn:hover {
  background: #fff;
  color: #1a1a1a;
}

.zn-messengers {
  padding: 100px 0;
  background: #f9f7f4;
  position: relative;
  overflow: hidden;
}

.msg-deco {
  position: absolute;
  border-radius: 50%;
}

.msg-deco--a {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #e8e0d5 0%, transparent 70%);
  top: -150px;
  right: -100px;
}

.msg-deco--b {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, #e8e0d5 0%, transparent 70%);
  bottom: -80px;
  left: -60px;
}

.msg-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.msg-h2 {
  font-family: 'Arial', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.msg-desc {
  font-size: 0.95rem;
  color: #6b6460;
  margin-bottom: 48px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.msg-links {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.msg-lnk {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 36px;
  border: 1px solid #e0dbd3;
  background: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: 0.04em;
  transition: border-color 0.25s, background 0.25s, color 0.25s;
}

.msg-lnk svg {
  width: 32px;
  height: 32px;
}

.msg-lnk--tg {
  color: #1a1a1a;
}

.msg-lnk--wa {
  color: #1a1a1a;
}

.msg-lnk:hover {
  border-color: #c9aa71;
  background: #f9f7f4;
  color: #c9aa71;
}

.zn-faq {
  padding: 100px 0;
  background: #f0ede8;
}

.faq-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 32px;
}

.faq-h2 {
  font-family: 'Arial', serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 52px;
}

.faq-list {
  display: flex;
  flex-direction: column;
}

.faq-item {
  border-bottom: 1px solid #d4cec6;
}

.faq-item:first-child {
  border-top: 1px solid #d4cec6;
}

.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  gap: 20px;
  font-family: 'Arial', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: #1a1a1a;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.2s;
}

.faq-q:hover {
  color: #c9aa71;
}

.faq-arrow {
  width: 20px;
  height: 20px;
  color: #c9aa71;
  flex-shrink: 0;
  transition: transform 0.3s;
}

.faq-item.is-open .faq-arrow {
  transform: rotate(180deg);
}

.faq-a {
  display: none;
  padding: 0 0 24px 0;
}

.faq-item.is-open .faq-a {
  display: block;
}

.faq-a p {
  font-size: 0.88rem;
  color: #4a4540;
  line-height: 1.75;
}

.zn-contacts {
  padding: 100px 0;
  background: #1a1a1a;
}

.cnt-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.cnt-h2 {
  font-family: 'Arial', serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 600;
  color: #f9f7f4;
  margin-bottom: 52px;
}

.cnt-items {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.cnt-item {
  display: flex;
  align-items: center;
  gap: 18px;
}

.cnt-ico {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: #c9aa71;
}

.cnt-item span,
.cnt-item a {
  font-size: 0.95rem;
  color: #d4cec6;
  font-weight: 300;
}

.cnt-lnk {
  transition: color 0.2s;
}

.cnt-lnk:hover {
  color: #c9aa71;
}

.zn-map {
  line-height: 0;
}

.zn-map iframe {
  display: block;
}

.ft-wrap {
  background: #111;
  padding: 48px 0;
  border-top: 1px solid #2e2e2e;
}

.ft-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.ft-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ft-org,
.ft-addr {
  font-size: 0.78rem;
  color: #6b6460;
  font-weight: 300;
}

.ft-lnk {
  font-size: 0.78rem;
  color: #8a7f72;
  transition: color 0.2s;
  font-weight: 300;
}

.ft-lnk:hover {
  color: #c9aa71;
}

.ft-col--right {
  align-items: flex-end;
}

.ft-policy-lnk {
  font-size: 0.78rem;
  color: #8a7f72;
  text-decoration: underline;
  transition: color 0.2s;
}

.ft-policy-lnk:hover {
  color: #c9aa71;
}

.ft-copy {
  font-size: 0.72rem;
  color: #4a4540;
  font-weight: 300;
}

.popup-fade {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 10, 0.6);
  z-index: 1000;
  backdrop-filter: blur(2px);
}

.popup-fade.is-active {
  display: block;
}

.popup-wrap {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1010;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.popup-wrap.is-active {
  display: flex;
}

.popup-box {
  background: #f9f7f4;
  padding: 52px 48px;
  max-width: 480px;
  width: 100%;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}

.popup-box--wide {
  max-width: 680px;
}

.popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  padding: 4px;
  color: #8a7f72;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.2s;
}

.popup-close:hover {
  color: #1a1a1a;
}

.popup-close svg {
  width: 100%;
  height: 100%;
}

.popup-h {
  font-family: 'Arial', serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 32px;
  line-height: 1.1;
}

.policy-body {
  max-height: 60vh;
  overflow-y: auto;
  padding-right: 8px;
}

.policy-body p {
  font-size: 0.85rem;
  color: #4a4540;
  line-height: 1.75;
  margin-bottom: 16px;
}

.policy-sec-h {
  font-family: 'Arial', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 10px;
  margin-top: 20px;
}

.policy-sec-h:first-child {
  margin-top: 0;
}

.policy-lst {
  padding-left: 20px;
  margin-bottom: 16px;
}

.policy-lst li {
  font-size: 0.85rem;
  color: #4a4540;
  line-height: 1.75;
  list-style: decimal;
  padding-left: 6px;
}

@media (max-width: 1100px) {
  .res-grid {
    grid-template-columns: 1fr 1fr;
  }

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

@media (max-width: 900px) {
  .hd-inner {
    padding: 0 20px;
    gap: 16px;
  }

  .hd-nav {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: #f9f7f4;
    border-bottom: 1px solid #e0dbd3;
    padding: 20px;
    z-index: 800;
  }

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

  .hd-nav-lnk {
    padding: 12px 0;
    border-bottom: 1px solid #f0ede8;
    width: 100%;
    font-size: 0.9rem;
  }

  .hd-nav-lnk:last-of-type {
    border-bottom: none;
  }

  .hd-cta-btn.hd-cta-desk {
    display: none;
  }

  .hd-nav .hd-cta-btn {
    margin: 12px 0 0;
    align-self: flex-start;
  }

  .hd-contacts-desk {
    display: none;
  }

  .hd-contacts-mob {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 12px;
    border-top: 1px solid #e0dbd3;
    padding-top: 12px;
    width: 100%;
  }

  .hd-burger {
    display: flex;
  }

  .hero-content-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 60px 20px;
  }

  .hero-image {
    display: none;
  }

  .hero-deco-line {
    display: none;
  }

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

  .nudge-cards {
    grid-template-columns: 1fr;
  }

  .svc-cols {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .svc-blk {
    padding: 36px 24px;
  }

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

  .ft-inner {
    flex-direction: column;
    gap: 24px;
  }

  .ft-col--right {
    align-items: flex-start;
  }

  .msg-links {
    flex-direction: column;
    align-items: center;
  }

  .frm-cb {
    grid-template-columns: 1fr;
  }

  .frm-cb .frm-submit-btn {
    width: 100%;
    margin-top: 0;
  }

  .zn-hero,
  .zn-perks,
  .zn-services,
  .zn-results,
  .zn-nudge,
  .zn-callback,
  .zn-messengers,
  .zn-faq,
  .zn-contacts {
    padding-left: 0;
    padding-right: 0;
  }

  .zn-services {
    padding: 60px 0;
  }

  .zn-results,
  .zn-nudge,
  .zn-messengers,
  .zn-faq,
  .zn-contacts {
    padding: 60px 0;
  }

  .res-inner,
  .nudge-inner,
  .msg-inner,
  .faq-inner,
  .cnt-inner,
  .cb-inner,
  .perks-inner,
  .svc-inner {
    padding: 0 20px;
  }

  .popup-box {
    padding: 36px 24px;
  }
}

@media (max-width: 480px) {
  .hero-form-box {
    padding: 28px 20px;
  }

  .res-card,
  .perk-card,
  .nudge-card {
    padding: 32px 20px;
  }
}