:root {
  --navy: #082e56;
  --navy-deep: #051f3b;
  --blue: #087cb6;
  --cyan: #12bfc1;
  --green: #39df83;
  --ink: #122b43;
  --muted: #617388;
  --soft: #f1f8fa;
  --line: #dce9ed;
  --white: #fff;
  --shadow: 0 24px 70px rgba(8, 46, 86, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Manrope", system-ui, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.site-header {
  position: absolute;
  z-index: 20;
  width: 100%;
  top: 0;
  transition: .3s ease;
}
.site-header.scrolled {
  position: fixed;
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 40px rgba(8,46,86,.08);
  backdrop-filter: blur(18px);
}
.nav-wrap { height: 92px; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 178px; overflow: hidden; }
.brand img { width: 290px; max-width: none; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; }
.main-nav > a:not(.button) { transition: color .2s; }
.main-nav > a:not(.button):hover { color: var(--cyan); }
.login-link {
  padding: 9px 15px;
  border: 1px solid rgba(8, 46, 86, .15);
  border-radius: 999px;
  color: var(--navy);
  background: rgba(255,255,255,.7);
}
.login-link:hover {
  border-color: rgba(18, 191, 193, .45);
  background: rgba(18, 191, 193, .08);
}
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px; background: var(--navy); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 27px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  box-shadow: 0 12px 28px rgba(10, 155, 183, .23);
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 35px rgba(10, 155, 183, .32); }
.button-small { min-height: 44px; padding: 0 20px; border-radius: 10px; }
.button-outline { color: var(--navy); border-color: #b8d2da; background: transparent; box-shadow: none; }
.button-dark { background: var(--navy); box-shadow: none; }
.hero {
  position: relative;
  min-height: 790px;
  padding: 170px 0 95px;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(238,250,251,.95), rgba(255,255,255,.7) 55%),
    radial-gradient(circle at 85% 10%, rgba(57,223,131,.15), transparent 28%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image: linear-gradient(rgba(8,46,86,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(8,46,86,.07) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to right, black, transparent 70%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { width: 480px; height: 480px; right: -130px; top: -180px; background: rgba(18,191,193,.13); }
.hero-glow-two { width: 240px; height: 240px; left: 42%; bottom: -140px; background: rgba(57,223,131,.12); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; gap: 70px; align-items: center; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 19px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(57,223,131,.13); }
.eyebrow.light { color: #72f1d0; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 690px; margin-bottom: 25px; color: var(--navy-deep); font-size: clamp(43px, 5vw, 67px); line-height: 1.08; letter-spacing: -.045em; }
h2 { margin-bottom: 20px; color: var(--navy-deep); font-size: clamp(34px, 4vw, 50px); line-height: 1.13; letter-spacing: -.04em; }
h3 { color: var(--navy-deep); font-size: 21px; line-height: 1.3; }
.hero-lead { max-width: 640px; margin-bottom: 34px; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { color: var(--navy); font-size: 14px; font-weight: 800; }
.text-link span { margin-left: 7px; color: var(--cyan); font-size: 20px; transition: margin .2s; }
.text-link:hover span { margin-left: 12px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 35px; color: #405a70; font-size: 12px; font-weight: 700; }
.hero-points b { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 5px; border-radius: 50%; color: var(--navy); background: rgba(57,223,131,.23); }
.hero-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.visual-card {
  position: relative;
  z-index: 2;
  width: min(100%, 500px);
  padding: 28px;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 28px;
  background: rgba(255,255,255,.86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}
.visual-top, .conversation-title, .preview-heading { display: flex; align-items: center; justify-content: space-between; }
.visual-top small, .conversation-title small { display: block; color: var(--muted); font-size: 11px; }
.visual-top strong { display: block; color: var(--navy); font-size: 18px; }
.online { padding: 6px 10px; border-radius: 30px; color: #087f59; background: #e5fbf1; font-size: 10px; font-weight: 800; }
.online i { display: inline-block; width: 6px; height: 6px; margin-right: 4px; border-radius: 50%; background: #24c77c; }
.stats-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin: 24px 0 15px; }
.stat { padding: 18px; border-radius: 16px; background: #eff7fa; }
.stat.accent { background: linear-gradient(135deg, #e1fbf5, #edfaff); }
.stat span, .stat small { display: block; color: var(--muted); font-size: 10px; }
.stat b { display: block; margin: 2px 0; color: var(--navy); font-size: 30px; }
.conversation { padding: 18px; border: 1px solid var(--line); border-radius: 18px; }
.conversation-title { justify-content: flex-start; gap: 10px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.wa-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: white; background: #24c77c; }
.conversation-title b { display: block; font-size: 12px; }
.message { max-width: 84%; margin-top: 13px; padding: 10px 13px; border-radius: 12px; font-size: 10px; line-height: 1.5; }
.message-client { margin-left: auto; background: #e7f7f4; }
.message-bot { color: #334d62; background: #eff4f7; }
.handoff { margin-top: 14px; padding: 9px; border-radius: 9px; color: #087f59; background: #e9fbf3; font-size: 9px; font-weight: 800; text-align: center; }
.handoff span { margin-right: 5px; }
.floating-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 16px 35px rgba(8,46,86,.15);
}
.floating-card > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: var(--blue); background: #e9f7fa; }
.floating-card b, .floating-card small { display: block; }
.floating-card b { font-size: 10px; }
.floating-card small { color: var(--muted); font-size: 8px; }
.floating-one { top: 44px; right: -15px; }
.floating-two { bottom: 27px; left: -35px; }
.orbit { position: absolute; border: 1px solid rgba(18,191,193,.19); border-radius: 50%; }
.orbit-one { width: 540px; height: 540px; }
.orbit-two { width: 420px; height: 420px; border-style: dashed; }
.trust-strip { padding: 26px 0; color: var(--white); background: var(--navy); }
.trust-content, .trust-items { display: flex; align-items: center; justify-content: space-between; }
.trust-content p { margin: 0; max-width: 330px; font-size: 13px; font-weight: 700; }
.trust-items { gap: 19px; color: #b9d3df; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.trust-items i { width: 4px; height: 4px; border-radius: 50%; background: var(--green); }
.section-heading { max-width: 650px; }
.section-heading.centered { margin: 0 auto 58px; text-align: center; }
.section-heading p, .split-copy > p { color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { position: relative; min-height: 330px; padding: 38px 32px; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: white; transition: transform .25s, box-shadow .25s; }
.feature-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.feature-card.featured { color: white; border-color: transparent; background: linear-gradient(145deg, var(--navy), #075985); box-shadow: var(--shadow); }
.feature-card.featured h3, .feature-card.featured p { color: white; }
.feature-number { position: absolute; right: 25px; top: 18px; color: #dce9ed; font-size: 35px; font-weight: 800; }
.featured .feature-number { color: rgba(255,255,255,.13); }
.feature-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 30px; border-radius: 16px; color: var(--blue); background: #e9f8fa; font-size: 27px; }
.featured .feature-icon { color: #72f1d0; background: rgba(255,255,255,.1); }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; }
.simplicity { overflow: hidden; background: var(--soft); }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 95px; align-items: center; }
.simple-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.simple-visual::before { content: ""; position: absolute; width: 430px; height: 430px; border-radius: 50%; background: linear-gradient(145deg, #d7f6f2, #dceff7); }
.simple-card { position: relative; z-index: 2; width: 330px; padding: 30px; border-radius: 28px; background: rgba(255,255,255,.88); box-shadow: var(--shadow); text-align: center; }
.simple-card img { width: 160px; margin: 0 auto 15px; mix-blend-mode: multiply; }
.simple-copy span, .simple-copy strong { display: block; }
.simple-copy span { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.simple-copy strong { margin-top: 4px; color: var(--navy); font-size: 25px; }
.mini-step { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; min-width: 195px; padding: 11px 15px; border-radius: 13px; background: white; box-shadow: 0 12px 30px rgba(8,46,86,.12); font-size: 10px; font-weight: 800; }
.mini-step b { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 8px; color: white; background: linear-gradient(135deg, var(--blue), var(--cyan)); }
.mini-step-one { top: 45px; left: -5px; }
.mini-step-two { right: -15px; top: 205px; }
.mini-step-three { left: 12px; bottom: 37px; }
.check-list { display: grid; gap: 20px; margin: 32px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 14px; }
.check-list li > span { flex: 0 0 auto; display: grid; place-items: center; width: 29px; height: 29px; border-radius: 9px; color: #087f59; background: #dff9ec; font-weight: 800; }
.check-list b, .check-list small { display: block; }
.check-list b { margin-bottom: 4px; color: var(--navy); }
.check-list small { color: var(--muted); font-size: 13px; }
.workflow { color: white; background: linear-gradient(145deg, var(--navy-deep), var(--navy)); }
.workflow h2, .workflow h3 { color: white; }
.workflow .section-heading p { color: #abc5d4; }
.steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 17px; align-items: center; }
.step { position: relative; min-height: 250px; padding: 28px 22px; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; background: rgba(255,255,255,.045); }
.step-index { position: absolute; top: 18px; right: 18px; color: rgba(255,255,255,.18); font-weight: 800; }
.step-icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 27px; border-radius: 14px; color: #6cf1cb; background: rgba(57,223,131,.1); font-size: 23px; }
.step p { margin: 0; color: #afc6d2; font-size: 12px; }
.step-arrow { color: var(--cyan); font-size: 22px; }
.human-note { display: flex; align-items: center; gap: 22px; max-width: 790px; margin: 48px auto 0; padding: 21px 27px; border-radius: 16px; background: rgba(255,255,255,.07); }
.human-note > span { color: #5debbd; font-family: Georgia, serif; font-size: 54px; line-height: .7; }
.human-note p { margin: 0; color: #c6dbe4; font-size: 13px; }
.human-note b { color: white; }
.function-list { display: grid; gap: 10px; margin-top: 33px; }
.function-item { display: grid; grid-template-columns: 46px 1fr auto; gap: 13px; align-items: center; width: 100%; padding: 14px; border: 1px solid transparent; border-radius: 14px; color: var(--ink); background: transparent; text-align: left; cursor: pointer; transition: .2s; }
.function-item > span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; color: var(--blue); background: #e9f7fa; font-size: 20px; }
.function-item b, .function-item small { display: block; }
.function-item small { color: var(--muted); font-size: 11px; }
.function-item i { color: #9eb1bd; font-style: normal; font-size: 22px; }
.function-item.active { border-color: var(--line); background: white; box-shadow: 0 10px 30px rgba(8,46,86,.08); }
.function-item.active i { color: var(--cyan); transform: rotate(45deg); }
.function-preview { border: 8px solid #e5eef1; border-radius: 25px; overflow: hidden; background: white; box-shadow: var(--shadow); }
.preview-bar { display: flex; align-items: center; gap: 6px; height: 42px; padding: 0 15px; background: var(--navy); }
.preview-bar i { width: 7px; height: 7px; border-radius: 50%; background: #4d718e; }
.preview-bar span { margin-left: 10px; color: #8eb0c5; font-size: 8px; }
.preview-content { padding: 27px; }
.preview-heading { margin-bottom: 20px; }
.preview-heading small { color: var(--blue); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.preview-heading h3 { margin: 0; font-size: 20px; }
.preview-heading button { border: 0; border-radius: 8px; padding: 9px 13px; color: white; background: var(--blue); font-size: 9px; font-weight: 800; }
.property-row { display: grid; grid-template-columns: 47px 1fr auto auto; gap: 13px; align-items: center; padding: 13px 0; border-top: 1px solid var(--line); }
.property-image { display: grid; place-items: center; width: 47px; height: 42px; border-radius: 9px; color: var(--blue); background: #dff5f5; }
.property-image.alternate { background: #e9f3df; }
.property-row b, .property-row small { display: block; }
.property-row b, .property-row strong { font-size: 9px; }
.property-row small { color: var(--muted); font-size: 7px; }
.available, .paused { padding: 5px 7px; border-radius: 20px; color: #087f59; background: #e0f8ed; font-size: 6px; font-weight: 800; }
.paused { color: #647687; background: #edf1f3; }
.property-row.muted { opacity: .65; }
.pricing { background: var(--soft); }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 31px 25px 26px; border: 1px solid var(--line); border-radius: 21px; background: white; }
.price-card.recommended { border: 2px solid var(--cyan); box-shadow: var(--shadow); transform: translateY(-12px); }
.popular { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); width: max-content; padding: 5px 13px; border-radius: 20px; color: white; background: linear-gradient(135deg, var(--blue), var(--cyan)); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.plan-name { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.price { display: flex; align-items: baseline; margin: 13px 0 6px; color: var(--navy); }
.price sup { margin-right: 5px; font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.price strong { font-size: 48px; line-height: 1; letter-spacing: -.05em; }
.price small { color: var(--muted); font-size: 11px; }
.local-price {
  margin: -1px 0 13px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}
.custom-price { margin: 20px 0 10px; color: var(--navy); font-size: 31px; font-weight: 800; line-height: 1.2; }
.price-card > p { min-height: 65px; color: var(--muted); font-size: 11px; }
.property-limit { padding: 13px; border-radius: 11px; color: var(--navy); background: #eef7f9; font-size: 11px; text-align: center; }
.property-limit b { font-size: 20px; }
.price-card ul { flex: 1; display: grid; gap: 10px; margin: 23px 0 25px; padding: 0; color: #4f6577; font-size: 10px; list-style: none; }
.price-card li::first-letter { color: #1bb97c; }
.price-card .button { min-height: 46px; padding: 0 13px; font-size: 11px; }
.custom { background: linear-gradient(160deg, white, #e6f7f5); }
.faq-grid { align-items: start; }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 5px; color: var(--navy); font-size: 15px; font-weight: 800; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { font-size: 21px; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); color: var(--cyan); }
.accordion details p { padding: 0 35px 23px 5px; color: var(--muted); font-size: 13px; }
.cta-section { padding: 25px 0 100px; }
.cta-box { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; padding: 65px; border-radius: 28px; color: white; background: linear-gradient(135deg, var(--navy-deep), #075b7a); box-shadow: var(--shadow); }
.cta-box h2 { color: white; }
.cta-box > div > p { color: #b6d0dc; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 24px; border-radius: 18px; background: rgba(255,255,255,.08); }
.contact-form label span { display: block; margin-bottom: 5px; color: #c5dce5; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.contact-form input, .contact-form select { width: 100%; height: 46px; padding: 0 13px; border: 1px solid rgba(255,255,255,.15); border-radius: 9px; color: white; outline: none; background: rgba(255,255,255,.08); font-size: 11px; }
.contact-form input::placeholder { color: #9bb8c6; }
.contact-form select option { color: var(--ink); }
.contact-form .full { grid-column: 1 / -1; }
.contact-form .button { border: 0; }
.form-note { color: #86a9b8; font-size: 8px; text-align: center; }
.site-footer { padding: 55px 0 25px; background: #f4f8f9; }
.footer-main, .footer-bottom { display: flex; align-items: center; justify-content: space-between; }
.footer-brand img { width: 185px; }
.footer-brand p { margin: 9px 0 0; color: var(--muted); font-size: 11px; }
.footer-links { display: flex; gap: 28px; color: #526a7c; font-size: 11px; font-weight: 700; }
.footer-bottom { margin-top: 38px; padding-top: 20px; border-top: 1px solid var(--line); color: #8395a2; font-size: 9px; }
.toast { position: fixed; z-index: 50; left: 50%; bottom: 25px; transform: translate(-50%, 100px); padding: 13px 20px; border-radius: 10px; color: white; background: var(--navy-deep); box-shadow: var(--shadow); opacity: 0; font-size: 11px; transition: .3s; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .main-nav { gap: 18px; }
  .hero-grid { gap: 35px; }
  .pricing-grid { grid-template-columns: 1fr 1fr; gap: 25px; }
  .price-card.recommended { transform: none; }
  .trust-content { gap: 30px; }
  .trust-items { flex-wrap: wrap; justify-content: flex-end; }
}

@media (max-width: 820px) {
  .section { padding: 80px 0; }
  .menu-toggle { display: block; z-index: 30; }
  .main-nav {
    position: fixed; inset: 0 0 0 25%; display: flex; flex-direction: column; align-items: flex-start; justify-content: center;
    padding: 45px; background: rgba(255,255,255,.98); transform: translateX(100%); transition: transform .3s; box-shadow: -20px 0 50px rgba(8,46,86,.1);
  }
  .main-nav.open { transform: none; }
  .main-nav a { font-size: 18px; }
  .hero { padding-top: 145px; }
  .hero-grid, .split-grid, .cta-box { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-points { justify-content: center; }
  .hero-visual { min-height: 520px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .split-grid { gap: 55px; }
  .simple-visual { order: 2; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step-arrow { display: none; }
  .function-preview { max-width: 600px; margin: auto; }
  .faq-grid { gap: 20px; }
  .cta-box { gap: 30px; padding: 45px; }
  .trust-content { flex-direction: column; text-align: center; }
  .trust-items { justify-content: center; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-wrap { height: 76px; }
  .brand { width: 145px; }
  .brand img { width: 235px; }
  .main-nav { left: 12%; padding: 32px; }
  .hero { min-height: auto; padding: 120px 0 65px; }
  h1 { font-size: 40px; }
  h2 { font-size: 33px; }
  .hero-actions { flex-direction: column; gap: 17px; }
  .hero-actions .button { width: 100%; }
  .hero-points { gap: 10px; font-size: 10px; }
  .hero-visual { min-height: 470px; margin-top: 15px; }
  .visual-card { padding: 18px; border-radius: 21px; }
  .floating-one { top: 5px; right: -5px; }
  .floating-two { bottom: 5px; left: -5px; }
  .orbit-one { width: 420px; height: 420px; }
  .orbit-two { width: 335px; height: 335px; }
  .trust-items i { display: none; }
  .trust-items { gap: 10px 18px; }
  .section-heading.centered { margin-bottom: 40px; }
  .feature-card { padding: 30px 25px; }
  .simple-visual { min-height: 440px; }
  .simple-visual::before { width: 340px; height: 340px; }
  .simple-card { width: 270px; }
  .mini-step { min-width: 170px; }
  .mini-step-one { left: -5px; }
  .mini-step-two { right: -5px; }
  .steps, .pricing-grid { grid-template-columns: 1fr; }
  .step { min-height: auto; }
  .human-note { align-items: flex-start; }
  .property-row { grid-template-columns: 42px 1fr auto; }
  .property-row > span { display: none; }
  .preview-content { padding: 20px 14px; }
  .pricing-grid { gap: 18px; }
  .price-card > p { min-height: auto; }
  .cta-box { padding: 35px 22px; }
  .contact-form { grid-template-columns: 1fr; padding: 16px; }
  .contact-form label, .contact-form .full { grid-column: 1; }
  .footer-main, .footer-bottom { align-items: flex-start; flex-direction: column; gap: 25px; }
  .footer-links { flex-wrap: wrap; gap: 13px 21px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
