/* SmartUs garden.smartus.shop — build KWG-26-JUN-G (2026-06-16, Meta) */
/* ============== ТихийХід™ landing — mobile-only (max-width 420px) ============== */

:root {
  /* Backgrounds */
  --bg-primary: #FFFFFF;
  --bg-section-alt: #F1F5F0;
  --bg-emotional-hook: #1A3223;
  --bg-callout-warning: #FFF8E1;

  /* Text */
  --text-primary: #0F1A13;
  --text-secondary: #596A5D;
  --text-on-dark: #F5F8F4;

  /* Accents */
  --accent: #2E7C33;
  --accent-hover: #1A5D21;
  --accent-soft: #C8E6C9;
  --trust: #DF8D00;
  --strikethrough: #C62828;
  --warning-icon: #ED6C02;

  /* Borders */
  --border-light: #E4E9E5;
  --border-medium: #C8D2C9;

  /* Shadows */
  --shadow-card: 0 2px 9px rgba(0, 0, 0, 0.05);
  --shadow-fab: 0 8px 22px rgba(46, 125, 50, 0.34);
  --shadow-anchor: 0 4px 16px rgba(0, 0, 0, 0.06);
}

/* ============== RESET ============== */

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

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: 'Manrope', system-ui, -apple-system, sans-serif;
  font-size: 17px;
  font-weight: 450;
  line-height: 1.7;
  color: var(--text-primary);
  background: var(--bg-primary);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, p, ul, ol, table, figure, blockquote, details {
  margin: 0;
}

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

a { color: var(--accent); text-decoration: none; }

button { font-family: inherit; cursor: pointer; }

/* ============== PAGE WRAPPER ============== */

.page {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  background: var(--bg-primary);
  overflow-x: hidden;
  padding-bottom: 96px; /* room for sticky FAB */
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ============== TYPOGRAPHY ============== */

h1 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

strong { font-weight: 700; }

.section-bridge {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--text-secondary);
  text-align: center;
  padding: 16px 24px;
  max-width: 360px;
  margin: 0 auto;
}
.section-bridge strong { color: var(--text-primary); }

/* ============== HERO ============== */

.hero { padding-bottom: 8px; }

.hero__banner {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0 0 16px 16px;
  background: var(--border-light);
}

.hero__body {
  padding: 24px 16px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero__h1 {
  text-wrap: pretty;
}

.hero__sub {
  font-size: 17px;
  font-weight: 450;
  line-height: 1.6;
  color: var(--text-secondary);
}

.cta-ghost {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 0 20px;
  border: 1.5px solid var(--accent);
  border-radius: 28px;
  background: transparent;
  color: var(--accent);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
  margin-top: 4px;
}
.cta-ghost:active {
  background: var(--accent-soft);
}

/* bridge-ghost — interactive section bridges (Bencivenga page-reference pattern) */
.bridge-ghost {
  max-width: 480px;
  margin: 32px auto;
  font-size: 17px;
  font-weight: 600;
  min-height: 56px;
  height: auto;
  padding: 14px 24px;
  line-height: 1.35;
}

/* ============== S00.5 EMOTIONAL HOOK ============== */

.emotional-hook {
  background: var(--bg-emotional-hook);
  color: var(--text-on-dark);
  padding: 32px 24px;
  margin-top: 0;
}

.pull-quote {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: var(--text-on-dark);
  text-align: left;
  text-wrap: pretty;
  margin-bottom: 16px;
}
.pull-quote strong { font-weight: 700; }
.pull-quote__lead-marks,
.pull-quote__trail-marks {
  opacity: 0.45;
  font-size: 0.85em;
}

.pull-quote__cite {
  display: block;
  font-size: 14px;
  font-style: italic;
  color: rgba(245, 248, 244, 0.65);
  margin-bottom: 28px;
  line-height: 1.5;
}

.emotional-hook__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.emotional-hook__body p {
  font-size: 17px;
  font-weight: 450;
  line-height: 1.65;
  color: var(--text-on-dark);
}
.emotional-hook__body strong { color: #fff; }

/* ============== S01 ACKNOWLEDGING ============== */

.s01-ack {
  background: var(--bg-section-alt);
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.s01-ack h2 { color: var(--text-primary); }

.objection-quote {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.45;
  color: var(--text-secondary);
  border-left: 3px solid var(--accent);
  padding: 8px 0 8px 16px;
  text-wrap: pretty;
}

.s01-ack p {
  font-size: 17px;
  line-height: 1.65;
}

/* ============== S01B VOC PROOF ============== */

.s01b-proof {
  padding: 40px 16px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  scroll-margin-top: 16px;
}

#fab { display: block; height: 1px; }

.s01b__lead {
  background: var(--accent-soft);
  padding: 18px 18px;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--text-primary);
}
.s01b__lead strong { color: var(--accent-hover); }

.quote-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.quote-card {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 12px;
  padding: 18px;
  box-shadow: var(--shadow-card);
  position: relative;
}
.quote-card::before {
  content: '"';
  position: absolute;
  top: 0;
  left: 12px;
  font-size: 56px;
  color: var(--accent-soft);
  font-family: Georgia, serif;
  line-height: 1;
}
.quote-card p {
  font-size: 16px;
  font-weight: 450;
  font-style: italic;
  line-height: 1.55;
  color: var(--text-primary);
  position: relative;
  z-index: 1;
}
.quote-card p + p { margin-top: 10px; }
.quote-card__reply {
  font-style: italic !important;
  font-size: 14px !important;
  color: var(--text-secondary) !important;
  padding-left: 12px;
  border-left: 2px solid var(--accent);
}
.quote-card__reply em { font-style: normal; }

.demo-video-wrap {
  margin-top: 8px;
}
.demo-video-placeholder {
  position: relative;
  aspect-ratio: 9/16;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  cursor: pointer;
  max-height: 60vh;
  margin: 0 auto;
}
.demo-video-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}
.demo-video__play-button {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 72px; height: 72px;
  background: rgba(255,255,255,0.95);
  color: var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}
.demo-video__tap-overlay {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.65);
  color: #fff;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.bridge-soft {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  color: var(--text-secondary);
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
}
.bridge-soft strong { color: var(--text-primary); }

/* ============== S02 MECHANISM ============== */

.s02-mechanism {
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.callout-warning {
  background: var(--bg-callout-warning);
  border-left: 4px solid var(--warning-icon);
  border-radius: 0 12px 12px 0;
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.callout-warning__header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.callout-warning__icon {
  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
}
.callout-warning h3 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--text-primary);
  text-wrap: pretty;
}
.callout-warning p {
  font-size: 16px;
  font-weight: 450;
  line-height: 1.6;
  color: var(--text-primary);
}

.mechanism-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.s02-mechanism > p {
  font-size: 17px;
  line-height: 1.65;
}

.bullet-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bullet-list li {
  font-size: 16px;
  line-height: 1.55;
  padding-left: 24px;
  position: relative;
}
.bullet-list li::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 12px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.spec-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-light);
  margin-top: 4px;
}
.spec-table th, .spec-table td {
  padding: 14px 14px;
  text-align: left;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.5;
}
.spec-table th {
  font-size: 17px;
  font-weight: 700;
  color: var(--accent);
  width: 42%;
  border-right: 1px solid var(--border-light);
}
.spec-table tr:nth-child(even) {
  background: #F8FAF7;
}
.spec-table tr + tr th, .spec-table tr + tr td {
  border-top: 1px solid var(--border-light);
}

/* ============== S03 USE CASES ============== */

.s03-usecases {
  background: var(--bg-section-alt);
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.use-case {
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--shadow-card);
  overflow: hidden;
}
.use-case img {
  display: block;
  width: 100%;
  height: auto;
}
.use-case__body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.use-case__body p {
  font-size: 16px;
  font-weight: 450;
  line-height: 1.55;
  color: var(--text-primary);
}

/* ============== S03.5 ERGONOMIC CALLOUT ============== */

.s03-5-ergonomic {
  margin: 32px 12px;
  background: var(--bg-section-alt);
  border-radius: 16px;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.s03-5-ergonomic img {
  display: block;
  width: 100%;
  height: auto;
}
.ergonomic__body {
  padding: 22px 20px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ergonomic__body h3 {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--accent-hover);
  text-wrap: pretty;
}
.ergonomic__body p {
  font-size: 16px;
  font-weight: 450;
  line-height: 1.6;
  color: var(--text-primary);
}
.ergonomic__body p strong { color: var(--accent-hover); font-weight: 700; }

/* ============== S04 DIFF TABLE ============== */

.s04-diff {
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.diff-scroll {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-light);
}

.diff-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12.5px;
  line-height: 1.35;
}
.diff-table th, .diff-table td {
  padding: 8px 6px;
  text-align: left;
  vertical-align: middle;
}
.diff-table thead th {
  background: var(--bg-section-alt);
  font-size: 12px;
  font-weight: 700;
  color: var(--text-primary);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.diff-table thead th.ours {
  background: var(--accent);
  color: #fff;
}
.diff-table tbody th {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text-primary);
  width: 25%;
}
.diff-table tbody td {
  color: var(--text-secondary);
  font-size: 12.5px;
}
.diff-table tbody td.ours {
  background: rgba(200, 230, 201, 0.4);
  color: var(--text-primary);
}
.diff-table tbody tr + tr th,
.diff-table tbody tr + tr td {
  border-top: 1px solid var(--border-light);
}

.diff__coda {
  font-size: 16px;
  line-height: 1.55;
  color: var(--text-primary);
}

/* ============== S05 GUARANTEE ============== */

.s05-guarantee {
  background: var(--bg-section-alt);
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.s05-guarantee h2 { margin-bottom: 4px; }

.guarantee-layer {
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  box-shadow: var(--shadow-card);
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.guarantee__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--accent-soft);
  color: var(--accent-hover);
  display: flex;
  align-items: center;
  justify-content: center;
}
.guarantee__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.guarantee__content h3 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.guarantee__content p {
  font-size: 15.5px;
  font-weight: 450;
  line-height: 1.55;
  color: var(--text-secondary);
}
.guarantee__content p strong { color: var(--text-primary); }

.guarantee__closing {
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  color: var(--accent-hover);
  text-align: center;
  margin-top: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--border-medium);
  text-wrap: pretty;
}

/* ============== S06 FAQ ============== */

.s06-faq {
  padding: 32px 16px;
}

.faq-item {
  border-bottom: 1px solid var(--border-light);
}
.faq-item:first-child { border-top: 1px solid var(--border-light); }

.faq-item summary {
  padding: 18px 36px 18px 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
  position: relative;
  color: var(--text-primary);
  text-wrap: pretty;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  font-weight: 400;
  color: var(--accent);
  line-height: 1;
  transition: transform 0.2s ease;
}
.faq-item[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}
.faq-item__body {
  padding: 0 0 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item__body p {
  font-size: 16px;
  font-weight: 450;
  line-height: 1.6;
  color: var(--text-secondary);
}
.faq-item__body p strong { color: var(--text-primary); }

/* ============== S07 OFFER ============== */

.s07-offer {
  background: var(--bg-section-alt);
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.s07-offer h2 {
  font-size: 22px;
  line-height: 1.3;
  text-wrap: pretty;
}
.s07-offer h2 strong { color: var(--accent-hover); }
.anchor-inline {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-secondary);
  display: inline-block;
}

.offer-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  background: #fff;
  padding: 8px;
}

.package-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.package-list li {
  display: flex;
  gap: 10px;
  font-size: 16px;
  line-height: 1.5;
  align-items: flex-start;
}
.package-list .check {
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1.5;
}

.anchor-block {
  background: #fff;
  border: 2px solid var(--accent);
  border-radius: 16px;
  padding: 22px 20px;
  text-align: center;
  box-shadow: var(--shadow-anchor);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.anchor__rrc {
  font-size: 16px;
  color: var(--text-secondary);
}
.anchor__rrc s { color: var(--strikethrough); }
.anchor__price {
  font-size: 18px;
  color: var(--text-primary);
}
.anchor__price strong {
  font-size: 40px;
  font-weight: 800;
  color: var(--accent);
  display: block;
  margin-top: 4px;
  letter-spacing: -0.02em;
  line-height: 1;
}
.anchor__savings {
  font-size: 17px;
  font-weight: 600;
  color: var(--trust);
}

.reasons-why {
  padding-left: 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}
.reasons-why li {
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-secondary);
}

.urgency {
  font-size: 16px;
  font-weight: 600;
  color: var(--trust);
  text-align: center;
  background: rgba(224, 142, 0, 0.1);
  padding: 14px 16px;
  border-radius: 8px;
  line-height: 1.5;
}

/* ============== ORDER FORM ============== */

.order {
  padding: 20px 16px 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  scroll-margin-top: 16px;
}

.order h2 { text-wrap: pretty; }

.order__sub {
  font-size: 16px;
  color: var(--text-secondary);
  margin-top: -4px;
  margin-bottom: 4px;
}

#order_form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  /* 2026-06-09: форма-картка — візуальний акцент зони дії */
  background: #fff;
  border: 2px solid var(--accent);
  border-radius: 20px;
  padding: 24px 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  margin-top: 8px;
}

.field-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.order-label {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.3;
}

.field-hint {
  font-size: 15px;
  font-weight: 400;
  color: var(--text-secondary);
  margin: 0 0 6px;
  line-height: 1.4;
}

.error-msg {
  font-size: 16px;
  font-weight: 600;
  color: #c62828;
  margin-top: 4px;
  line-height: 1.3;
}
.error-msg:empty { display: none; }

#order_form input[type="text"],
#order_form input[type="tel"] {
  height: 56px;
  border: 2px solid var(--border-light);
  border-radius: 12px;
  padding: 0 16px;
  font-size: 18px;
  font-weight: 450;
  font-family: inherit;
  background: #fff;
  color: var(--text-primary);
  width: 100%;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}
#order_form input::placeholder { color: var(--text-secondary); opacity: 1; }
#order_form input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}

#order_form_button {
  height: 56px;
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: 28px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-top: 4px;
  transition: background 0.15s, transform 0.1s;
}
#order_form_button:active {
  background: var(--accent-hover);
  transform: scale(0.98);
}
/* 2026-06-05: солідний CTA-місток одразу після ціни (точка піку бажання → форма) */
.cta-solid {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 56px;
  padding: 14px 22px;
  margin: 18px auto 4px;
  max-width: 480px;
  background: var(--accent);
  color: #fff;
  border-radius: 28px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: background 0.15s, transform 0.1s;
}
.cta-solid:active {
  background: var(--accent-hover);
  transform: scale(0.98);
}
.cta-solid__note {
  text-align: center;
  font-size: 13px;
  color: var(--muted, #6b7280);
  margin: 0 auto 4px;
}

.microcopy {
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-secondary);
  text-align: center;
  margin-top: 4px;
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}
.trust-badge {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  background: var(--bg-section-alt);
  border: 1px solid var(--border-light);
  border-radius: 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-secondary);
  letter-spacing: 0.02em;
}
.trust-badge--np {
  background: var(--trust);
  color: #fff;
  border-color: var(--trust);
}

/* ============== TRIPLE P.S. ============== */

.ps-block {
  background: var(--bg-section-alt);
  padding: 40px 16px 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-top: 1px solid var(--border-light);
}

.ps {
  font-size: 16px;
  font-weight: 450;
  line-height: 1.65;
  color: var(--text-primary);
}
.ps__label {
  font-weight: 700;
  color: var(--accent-hover);
  margin-right: 4px;
}

/* ============== LEGAL FOOTER ============== */

.footer_section {
  background: #fff;
  padding: 24px 16px 32px;
  border-top: 1px solid var(--border-light);
}
.footer__legal {
  text-align: center;
  margin: 10px auto;
  display: block;
  font-size: 14px;
  line-height: 1.85;
  color: var(--text-primary);
}
.footer__legal a,
.footer-a {
  color: var(--accent);
  text-decoration: underline;
}
.footer__official {
  margin: 16px 0 0;
  border-top: 1px solid #ccc;
  padding-top: 12px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--text-secondary);
  text-align: center;
}
.footer__official strong { color: var(--text-primary); }

/* ============== STICKY FAB ============== */

.sticky-fab {
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  max-width: 388px;
  min-height: 56px;
  background: var(--accent);
  color: #fff;
  border-radius: 28px;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-fab);
  z-index: 999;
  text-decoration: none;
  padding: 8px 16px;
  line-height: 1.2;
  transition: opacity 0.2s, transform 0.2s;
}
.sticky-fab[hidden] { display: none !important; }
.sticky-fab__main { font-size: 17px; font-weight: 700; }
.sticky-fab__tooltip {
  font-size: 12px;
  font-weight: 500;
  opacity: 0.85;
  margin-top: 2px;
}
.sticky-fab:active {
  transform: translateX(-50%) scale(0.97);
  background: var(--accent-hover);
}

/* ============== S07B CLOSING ZONE ============== */

.s07b-closing {
  padding: 32px 16px 16px;
  background: var(--bg-section-alt);
}
.s07b-closing > h2 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 800;
  color: var(--text-primary);
  text-align: center;
}
.s07b__recap {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 12px;
  padding: 14px 16px;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-primary);
  box-shadow: var(--shadow-card);
}
.s07b__testimonials-lead {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-secondary);
}

/* ============== CLOSING GUARANTEE BOX ============== */

.closing-guarantee {
  background: #fff;
  border: 2px solid var(--accent-soft);
  border-radius: 16px;
  padding: 16px 18px;
  margin: 0 0 20px;
  box-shadow: var(--shadow-card);
}
.closing-guarantee h3 {
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 800;
  color: var(--accent);
  text-align: center;
}
.closing-guarantee__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.closing-guarantee__list li {
  font-size: 15px;
  line-height: 1.5;
  color: var(--text-primary);
  padding-left: 4px;
}
.closing-guarantee__list strong {
  color: var(--accent);
}

/* ============== CLOSING CANDOR ============== */

.closing__candor {
  margin: 12px 0 0;
  padding: 12px 14px;
  background: var(--bg-section-alt);
  border-left: 3px solid var(--accent);
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-secondary);
}
.closing__candor strong {
  color: var(--text-primary);
}
