/* Ridgeline Bondvale CA — Petrol + Terracotta theme */
:root {
  --primary: #2c5560;
  --primary-dark: #173139;
  --primary-darker: #0f2128;
  --accent: #c08763;
  --accent-dark: #a76f4e;
  --accent-soft: #efe1d4;
  --light: #f4f1ec;
  --light-2: #e9e7e0;
  --line: #ddd7cc;
  --text: #1c2024;
  --text-muted: #5b6770;
  --text-on-dark: #f4f1ec;
  --text-on-dark-muted: #b6c2c7;
  --white: #ffffff;
  --bg: #ffffff;
}

@font-face {
  font-family: 'Manrope';
  src: url('/fonts/Manrope-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('/fonts/Manrope-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  line-height: 1.45;
  color: var(--text);
  background-color: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--primary); text-decoration: none; }
a:hover { color: var(--accent-dark); }

.container { max-width: 1230px; margin: 0 auto; padding: 0 18px; }
.section { margin-bottom: 100px; }

.title {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.18;
  letter-spacing: -.02em;
  color: var(--text);
  font-family: Manrope, sans-serif;
  width: 100%;
  max-width: 1000px;
}
.title-box { position: relative; }
.title-box::after {
  content: '';
  position: absolute;
  top: -18px; left: -28px;
  width: 86px; height: 86px;
  border-radius: 50%;
  background: var(--light);
  z-index: 1;
}
.title-box span { position: relative; z-index: 5; }
.title .hl, .title-box .hl { color: var(--accent-dark); }

.icon { display: flex; align-items: center; justify-content: center; }
.inner { display: flex; flex-direction: column; gap: 32px; }

/* ===== Top sticky header ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--primary-dark);
  color: var(--text-on-dark);
  box-shadow: 0 6px 18px rgba(15, 33, 40, 0.18);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  gap: 24px;
}
.site-header .logo {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}
.site-header .logo img { width: 30px; height: 30px; }
.nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
}
.nav-list a {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 8px;
  color: var(--text-on-dark);
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: .01em;
}
.nav-list a:hover { background: rgba(192,135,99,.18); color: #fff; }
.nav-list a.active { background: var(--accent); color: #fff; }
.nav-cta {
  background: var(--accent);
  color: #fff !important;
  font-weight: 600;
  padding: 9px 18px !important;
  border-radius: 999px;
  margin-left: 8px;
}
.nav-cta:hover { background: var(--accent-dark) !important; }
.burger {
  display: none;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  width: 44px; height: 44px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
}
.burger:hover { background: rgba(255,255,255,.07); }
.burger svg { width: 26px; height: 26px; }
.burger .x { display: none; }
.burger[aria-expanded="true"] .x { display: block; }
.burger[aria-expanded="true"] .b { display: none; }

/* ===== Panel (timer banner) ===== */
.panel {
  background: var(--accent);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  gap: 12px;
}
.panel-timer { display: flex; align-items: center; gap: 4px; color: #fff; }
.panel-timer span {
  flex: 0 0 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  background: #fff;
  border-radius: 4px;
  font-weight: 800; font-size: 18px;
  color: var(--primary-dark);
}

/* ===== Hero ===== */
.hero {
  background: var(--primary-dark);
  padding: 50px 0 100px;
  overflow: hidden;
  color: var(--text-on-dark);
}
.hero .logo {
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 60px;
}
.hero .logo img { width: 38px; height: 38px; }
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 416px;
  gap: 40px;
}
.mob { display: none; }
.hero-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 560px;
  position: relative;
  color: var(--text-on-dark);
}
.hero-body > img {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(100%);
}
.mob-img { display: flex; align-items: center; justify-content: center; }
.hero-body p {
  font-size: 17px;
  line-height: 1.55;
  color: var(--text-on-dark-muted);
}
.hero-body h1 {
  font-weight: 600;
  font-size: 56px;
  line-height: 1.05;
  color: #fff;
  font-family: Manrope, sans-serif;
  position: relative;
  margin: 18px 0 14px;
  letter-spacing: -.02em;
}
.hero-body h1::after {
  content: '';
  position: absolute;
  top: -12px;
  left: -22px;
  width: 86px; height: 86px;
  border-radius: 50%;
  background: rgba(192,135,99,.28);
  z-index: 0;
}
.hero-body h1 span { position: relative; z-index: 5; }
.hero-row {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.hero-title { font-size: 15px; line-height: 1.5; color: var(--text-on-dark-muted); }
.hero-title span {
  font-weight: 600;
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: var(--accent);
  font-family: Manrope, sans-serif;
  display: block;
  margin-bottom: 10px;
}

/* ===== Form block ===== */
.form-block { width: 100%; }
.form-wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-radius: 22px;
  padding: 34px 32px;
  background: #fff;
  color: var(--text);
  box-shadow: 0 18px 40px rgba(15,33,40,.25);
}
.form-block-title {
  font-weight: 800;
  font-size: 19px;
  line-height: 1.22;
  text-transform: uppercase;
  color: var(--primary-dark);
  font-family: Manrope, sans-serif;
}
.form-body { display: flex; flex-direction: column; gap: 12px; }
.form-row { display: grid; grid-template-columns: 110px 1fr; gap: 10px; }
.form-inp {
  background: var(--light);
  min-height: 54px;
  padding: 8px 18px;
  width: 100%;
  outline: 0;
  font-size: 15.5px;
  line-height: 1.4;
  color: var(--text);
  border: 1px solid transparent;
  border-radius: 30px;
  font-family: inherit;
}
.form-inp:focus { border-color: var(--accent); background: #fff; }
.form-inp::placeholder { color: #8a8f93; }
.formSubTitle {
  width: 100%;
  padding: 10px 12px;
  text-align: center;
  color: #ffe7c8 !important;
  background-color: var(--primary-darker);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14.5px;
  border-radius: 12px;
}

/* Phone selector with country code (fallback if intl-tel-input not loaded) */
.phone-row { display: flex; gap: 8px; align-items: stretch; }
.phone-row select.form-inp {
  flex: 0 0 130px;
  min-width: 0;
  padding-left: 14px;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%231c2024' d='M6 8 0 0h12z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
}
.phone-row input.form-inp { flex: 1 1 auto; }

/* ===== Button ===== */
.btn {
  display: grid;
  grid-template-columns: 1fr 60px;
  outline: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  min-height: 60px;
  width: 100%;
}
.btn:hover { grid-template-columns: 1fr; }
.btn:hover .icon { display: none; }
.btn p {
  background: var(--accent);
  border-radius: 50px;
  font-weight: 800;
  font-size: 17px;
  line-height: 1.33;
  text-transform: uppercase;
  text-align: center;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  letter-spacing: .02em;
  transition: background .15s;
}
.btn:hover p { background: var(--accent-dark); }
.btn .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--accent);
}

.cta-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: var(--accent);
  color: #fff !important;
  border-radius: 999px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15.5px;
  letter-spacing: .03em;
  transition: background .15s;
}
.cta-link:hover { background: var(--accent-dark); color: #fff !important; }

/* ===== Features ===== */
.features-inner { display: flex; flex-direction: column; }
.features-body { display: flex; gap: 20px; }
.features-body > img {
  position: relative;
  left: 0;
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  margin-top: auto;
}
.features-block { display: flex; flex-direction: column; }
.features-block p { font-size: 16px; line-height: 1.55; color: var(--text-muted); }
.features-block .title { padding: 6px 0 32px; }
.features-list { display: flex; flex-direction: column; gap: 30px; padding-bottom: 32px; }
.features-item { display: flex; align-items: flex-start; }
.features-item .icon {
  flex: 0 0 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--accent);
  margin-right: 32px;
}
.features-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.42;
  color: var(--text);
  margin-right: 18px;
  width: 100%;
  max-width: 268px;
  font-family: Manrope, sans-serif;
}
.features-item p { width: 100%; }
.features-panel {
  border-radius: 32px;
  background: var(--primary-dark);
  display: grid;
  grid-template-columns: 1fr 492px;
  gap: 35px;
  min-height: 340px;
  padding: 18px 18px 18px 44px;
  position: relative;
  z-index: 5;
  color: var(--text-on-dark);
}
.features-panel img { border-radius: 22px; overflow: hidden; }
.features-panel-box {
  width: 100%;
  max-width: 528px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin: auto 0;
}
.features-panel-box p { font-size: 18px; line-height: 1.55; color: #fff; }
.features-panel-box span { font-weight: 500; font-size: 15px; line-height: 1.5; color: var(--text-on-dark-muted); }

/* ===== Success ===== */
.success-row { display: flex; flex-direction: column; gap: 50px; }
.success-item { display: flex; justify-content: space-between; gap: 30px; }
.success-item-text { width: 100%; max-width: 648px; color: var(--text); }
.success-item-img { max-width: 460px; }
@media (min-width: 1100px) {
  .success-item-img { margin-top: -50px; }
}
.success-item p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--text);
}
.success-item p .icon path { fill: var(--primary-dark); }
.success-box {
  width: 100%;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.success-box p { font-size: 16px; line-height: 1.55; color: var(--text-muted); }
.success-block {
  border-radius: 22px;
  background: var(--accent);
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.success-block p { color: #fff; font-size: 17px; }
.success-block span { font-weight: 500; color: rgba(255,255,255,.78); }
.success-img { border-radius: 22px; overflow: hidden; }

/* ===== Testimonials ===== */
.testimonials-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.testimonials-item {
  display: flex;
  flex-direction: column;
  gap: 28px;
  background: var(--light);
  padding: 28px;
  border-radius: 22px;
}
.testimonials-text { font-size: 16px; line-height: 1.55; color: var(--text); }
.testimonials-box {
  padding-top: 26px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
}
.testimonials-box img {
  flex: 0 0 72px;
  width: 72px; height: 72px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
}
.testimonials-info { display: flex; flex-direction: column; }
.name { font-weight: 700; font-size: 17px; color: var(--primary-dark); font-family: Manrope, sans-serif; }
.return { font-size: 13.5px; line-height: 1.6; color: var(--text-muted); padding: 6px 0 2px; }
.price { font-weight: 700; font-size: 18px; color: var(--accent-dark); font-family: Manrope, sans-serif; }

/* ===== Risk / disclaimer block ===== */
.risk {
  background: var(--light);
  border-left: 4px solid var(--accent);
  padding: 26px 28px;
  border-radius: 14px;
  color: var(--text);
}
.risk h3 {
  font-family: Manrope, sans-serif;
  font-size: 22px;
  color: var(--primary-dark);
  margin-bottom: 10px;
}
.risk p { font-size: 15.5px; line-height: 1.6; color: var(--text-muted); }
.risk p + p { margin-top: 10px; }

/* ===== CTA list (steps) ===== */
.cta-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.cta-item {
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: relative;
}
.cta-item .cta-item-decor {
  position: absolute;
  top: 17px; left: 80px;
  width: calc(100% - 30px); height: 1px;
  border: 1px dashed var(--line);
}
.cta-item .mob {
  position: absolute;
  bottom: 0; right: 0;
  transform: translateY(100%);
}
.num {
  width: 68px;
  flex: 0 0 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 18px;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.5;
  font-family: Manrope, sans-serif;
}
.num.n1 { color: #fff; background: var(--accent); }
.num.n2 { color: #fff; background: var(--primary-dark); }
.num.n3 { color: var(--accent-dark); background: var(--accent-soft); }
.cta-text { font-size: 15.5px; line-height: 1.55; color: var(--text-muted); }
.cta-item h3 {
  font-family: Manrope, sans-serif;
  font-weight: 600;
  font-size: 19px;
  color: var(--text);
  margin-bottom: -4px;
}

/* ===== FAQ ===== */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  user-select: none;
}
.faq-question {
  border-radius: 60px;
  background: var(--light);
  padding: 14px 22px 14px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.5;
  color: var(--text);
  cursor: pointer;
  font-family: Manrope, sans-serif;
}
.faq-question span { display: block; }
.faq-toggle {
  flex: 0 0 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary-dark);
  border: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform .2s;
}
.faq-answer { display: none; padding: 22px 30px 6px; }
.faq-answer p {
  width: 100%;
  max-width: 760px;
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--text-muted);
}
.faq-item.active .faq-answer { display: block; }
.faq-item.active .faq-toggle { transform: rotate(0); background: var(--accent); }

/* ===== Generic content (legal pages) ===== */
.page-hero {
  background: var(--primary-dark);
  color: var(--text-on-dark);
  padding: 80px 0 70px;
}
.page-hero h1 {
  font-family: Manrope, sans-serif;
  font-weight: 600;
  font-size: 48px;
  letter-spacing: -.02em;
  color: #fff;
  line-height: 1.1;
  max-width: 900px;
}
.page-hero p { color: var(--text-on-dark-muted); margin-top: 18px; font-size: 17px; max-width: 760px; }

.prose {
  max-width: 820px;
  margin: 0 auto;
  color: var(--text);
}
.prose h2 {
  font-family: Manrope, sans-serif;
  font-size: 28px;
  color: var(--primary-dark);
  margin: 32px 0 12px;
  letter-spacing: -.01em;
}
.prose h3 {
  font-family: Manrope, sans-serif;
  font-size: 21px;
  color: var(--primary-dark);
  margin: 22px 0 8px;
}
.prose p { font-size: 16px; line-height: 1.65; color: var(--text-muted); margin-bottom: 14px; }
.prose ul { padding-left: 22px; margin: 8px 0 18px; }
.prose ul li { font-size: 16px; line-height: 1.65; color: var(--text-muted); margin-bottom: 6px; }
.prose a { color: var(--accent-dark); text-decoration: underline; }

/* ===== Sign-up / Sign-in centered card ===== */
.auth-section {
  background: var(--light);
  padding: 70px 0 90px;
  min-height: calc(100vh - 200px);
}
.auth-card {
  max-width: 520px;
  margin: 0 auto;
  background: #fff;
  border-radius: 22px;
  padding: 38px 36px;
  box-shadow: 0 16px 38px rgba(15,33,40,.10);
}
.auth-card h2 {
  font-family: Manrope, sans-serif;
  font-size: 26px;
  color: var(--primary-dark);
  margin-bottom: 6px;
}
.auth-card .lead {
  color: var(--text-muted);
  font-size: 15px;
  margin-bottom: 24px;
}
.auth-foot {
  margin-top: 18px;
  text-align: center;
  font-size: 14.5px;
  color: var(--text-muted);
}
.auth-foot a { color: var(--accent-dark); font-weight: 600; }

/* ===== Footer ===== */
.site-footer {
  background: var(--primary-darker);
  color: var(--text-on-dark);
  padding: 56px 0 28px;
}
.site-footer .container {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 38px;
}
.site-footer h3 {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.site-footer ul { list-style: none; }
.site-footer ul li { margin-bottom: 9px; }
.site-footer a {
  color: var(--text-on-dark-muted);
  font-size: 14.5px;
}
.site-footer a:hover { color: var(--accent); }
.site-footer .brand { font-family: Manrope, sans-serif; font-weight: 700; font-size: 22px; color: #fff; }
.site-footer .brand img { width: 36px; height: 36px; display: inline-block; vertical-align: middle; margin-right: 8px; }
.site-footer .desc { color: var(--text-on-dark-muted); font-size: 14.5px; line-height: 1.6; margin-top: 12px; max-width: 380px; }
.site-footer .copyright {
  border-top: 1px solid rgba(255,255,255,.08);
  margin-top: 36px;
  padding-top: 18px;
  font-size: 13.5px;
  color: var(--text-on-dark-muted);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.site-footer .footer-cols-wrap { display: contents; }

/* ===== fade-in animation (JS opt-in so no-JS users see content) ===== */
.fade-in { transition: opacity .6s ease, transform .6s ease; }
.fade-in.is-hidden { opacity: 0; transform: translateY(20px); }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ===== intl-tel-input overrides ===== */
.iti { width: 100%; }
.iti--separate-dial-code .iti__selected-flag { background: var(--light); border-radius: 30px 0 0 30px; }
.phone-validation-error {
  border: 1px solid #c75b5b !important;
  box-shadow: 0 0 0 3px rgba(199, 91, 91, .25) !important;
}

/* ===== Responsive ===== */
@media (max-width: 1300px) {
  .hero-body > img { display: none; }
  .hero-body h1 { font-size: 45px; }
  .hero-body h1::after { display: none; }
  .hero-row { gap: 24px; }
  .hero-title span { font-size: 32px; }
}

@media (max-width: 1200px) {
  .hero-body { max-width: 380px; }
  .hero-body > img { right: 0; }
  .features-body { flex-direction: column-reverse; }
  .features-body > img { left: 0; max-width: 460px; margin: 0 auto -160px; }
  .features-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px 28px; padding-bottom: 28px; }
  .features-item { flex-direction: column; }
  .features-item .icon { margin-right: 0; flex: 0 0 60px; width: 60px; margin-bottom: 18px; }
  .features-title { margin-right: 0; margin-bottom: 8px; max-width: 100%; }
  .features-panel { padding: 24px 18px 18px 22px; }
  .site-footer .container { grid-template-columns: 1fr 1fr; gap: 28px; }
}

@media (max-width: 1100px) {
  .hero-body { max-width: 100%; }
  .hero-body > img { right: 0; }
  .hero-body h1 { font-size: 40px; }
  .hero-row { grid-template-columns: 1fr; }
}

@media (max-width: 991px) {
  .nav-list { display: none; }
  .burger { display: flex; }
  .site-header.nav-open .nav-list {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--primary-darker);
    padding: 12px 18px 22px;
    gap: 4px;
    border-top: 1px solid rgba(255,255,255,.06);
  }
  .site-header.nav-open .nav-list a {
    display: block;
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 16px;
  }
  .site-header.nav-open .nav-list a.active { background: var(--accent); }
  .site-header.nav-open .nav-list .nav-cta { margin: 8px 0 0; text-align: center; }

  .hero { padding: 28px 0 50px; }
  .hero .logo { margin-bottom: 28px; }
  .hero-inner { grid-template-columns: 1fr; gap: 24px; }
  .hero-inner.desktop .hero-body { max-width: 100%; }
  .hero-inner.desktop .hero-body > img { position: relative; transform: none; width: 100%; max-width: 320px; margin: 18px auto -10px; z-index: 5; right: auto; bottom: auto; display: block; }
  .hero-body h1 { font-size: 36px; }
  .hero-row { grid-template-columns: repeat(2, 1fr); padding-bottom: 36px; }
  .hero-title { font-size: 15px; }
  .hero-title span { font-size: 34px; }
  .form-block { margin: 18px 0 5px; }
  .form-wrap { padding: 28px 22px; }

  .features-panel {
    display: flex;
    flex-direction: column;
    gap: 22px;
    border-radius: 22px;
  }
  .features-panel img { width: 100%; max-width: 620px; margin: 0 auto; }
  .features-panel-box { max-width: 100%; gap: 18px; }

  .success-item { flex-direction: column; gap: 22px; }
  .success-item-bottom { flex-direction: column-reverse; }
  .success-item-text { max-width: 100%; }
  .success-item-img { width: 100%; max-width: 480px; margin: 0 auto; }
  .success-item p { gap: 18px; }
  .success-box { max-width: 100%; }
  .success-img { margin: 0 auto; }

  .testimonials-list { grid-template-columns: 1fr; gap: 22px; }

  .cta-list { grid-template-columns: 1fr; gap: 32px; }
  .cta-item .cta-item-decor { display: none; }

  .faq-question { font-size: 16px; border-radius: 18px; padding: 14px 16px; align-items: flex-start; gap: 10px; }
  .faq-answer { padding: 14px 4px 0; }

  .page-hero { padding: 60px 0 40px; }
  .page-hero h1 { font-size: 38px; }

  .site-footer .container { grid-template-columns: 1fr; gap: 22px; padding-bottom: 0; }
  .site-footer .copyright { flex-direction: column; gap: 6px; align-items: flex-start; }
}

@media (max-width: 768px) {
  .section { margin-bottom: 70px; }
  .title { font-size: 38px; max-width: 100%; }
  .inner { gap: 18px; }
  .hero-row { grid-template-columns: 1fr; gap: 22px; }
  .features-list { grid-template-columns: 1fr; gap: 26px; }
}

@media (max-width: 480px) {
  .title { font-size: 30px; }
  .hero-body h1 { font-size: 30px; }
  .hero-inner.desktop .hero-body > img { display: none; }
  .form-wrap { padding: 24px 18px; }
  .form-block-title { font-size: 16px; }
  .features-panel { padding: 18px 12px 12px; }
  .site-header .container { min-height: 56px; gap: 12px; }
  .site-header .logo { font-size: 17px; }
  .site-header .logo img { width: 26px; height: 26px; }
  .panel { font-size: 13.5px; }
  .auth-card { padding: 28px 22px; }
}
