/* ═══════════════════════════════════════════════════════════
   PAGE DOMOTIQUE RENNES — Page locale SEO
   Installateur domotique Rennes & Rennes Métropole
   Repose sur tokens.css + styles.css
   ═══════════════════════════════════════════════════════════ */

/* ─── SECTION LAYOUT ─── */
.od-section          { padding: 84px 0; }
.od-section--white   { background: var(--od-white); }
.od-section--cream   { background: var(--od-amber-050); }
.od-section--dark    { background: var(--od-navy-900); }
.od-section__inner   { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.od-section__head    { text-align: center; margin-bottom: 52px; }
.od-section__head .od-lead { margin: 16px auto 0; max-width: 680px; }

.od-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ─── HERO ─── */
.od-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 28px;
}
.od-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--od-radius-pill);
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--od-white);
  line-height: 1.2;
}
.od-hero__badge::before {
  content: '';
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--od-amber-500);
  flex-shrink: 0;
}

/* ─── TRUST BADGE ─── */
.od-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--od-radius-pill);
  padding: 10px 22px;
  font-size: 13px;
  color: var(--od-white);
  margin-top: 24px;
}
.od-trust-badge .od-stars { color: var(--od-amber-500); font-size: 14px; }
.od-trust-badge strong   { color: var(--od-amber-500); }

/* ─── AVANTAGES — 3 COLONNES (cream) ─── */
.od-avantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.od-avantage-card {
  background: var(--od-white);
  border: 1px solid var(--od-ink-100);
  border-radius: var(--od-radius-lg);
  padding: 36px 28px;
  text-align: center;
  transition: box-shadow var(--od-t-base) var(--od-ease),
              transform var(--od-t-base) var(--od-ease);
}
.od-avantage-card:hover {
  box-shadow: var(--od-shadow-md);
  transform: translateY(-3px);
}
.od-avantage-icon {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--od-amber-050);
  border: 2px solid rgba(242,182,0,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: var(--od-amber-600);
}
.od-avantage-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--od-navy-900);
  margin: 0 0 14px;
}
.od-avantage-card p {
  font-size: 14px;
  color: var(--od-fg-muted);
  line-height: 1.75;
  margin: 0;
}

/* ─── SOLUTIONS TARIFS — GRILLE 2×3 (white) ─── */
.od-solutions-grid--3cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.od-solution-card {
  background: var(--od-white);
  border: 1px solid var(--od-ink-100);
  border-radius: var(--od-radius-lg);
  padding: 28px 24px;
  transition: box-shadow var(--od-t-base) var(--od-ease),
              border-color var(--od-t-base) var(--od-ease);
}
.od-solution-card:hover {
  box-shadow: var(--od-shadow-md);
  border-color: var(--od-ink-200);
}
.od-solution-card__top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--od-ink-100);
}
.od-solution-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--od-navy-900);
  margin: 0;
  flex: 1;
}
.od-solution-card__price {
  font-family: var(--od-font-display);
  font-size: 15px;
  font-weight: 800;
  color: var(--od-amber-600);
  white-space: nowrap;
  flex-shrink: 0;
}
.od-solution-card p {
  font-size: 13px;
  color: var(--od-fg-muted);
  line-height: 1.75;
  margin: 0;
}

/* ─── ZONES D'INTERVENTION (dark) ─── */
.od-zones-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  max-width: 800px;
  margin: 0 auto;
}
.od-zones-col__title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--od-amber-500);
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(242,182,0,0.25);
}
.od-zone-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.od-zone-list li {
  font-size: 14px;
  padding: 7px 0;
  border-bottom: 1px solid var(--od-ink-100);
  display: flex;
  align-items: center;
  gap: 10px;
}
.od-zone-list li:last-child { border-bottom: none; }
.od-zone-list li::before {
  content: '';
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--od-amber-500);
  flex-shrink: 0;
}
/* Dark variant */
.od-zone-list--dark li {
  color: rgba(255,255,255,0.80);
  border-bottom-color: rgba(255,255,255,0.08);
}
.od-zone-list--dark li:last-child { border-bottom: none; }

/* ─── ÉTAPES (cream) ─── */
.od-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 780px;
  margin: 0 auto;
  position: relative;
}
.od-steps::before {
  content: '';
  position: absolute;
  left: 28px;
  top: 48px;
  bottom: 48px;
  width: 2px;
  background: linear-gradient(to bottom, var(--od-amber-500), rgba(242,182,0,0.1));
}
.od-step {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 24px 0;
  position: relative;
}
.od-step:not(:last-child) {
  border-bottom: 1px solid var(--od-ink-100);
}
.od-step__num {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--od-navy-900);
  color: var(--od-amber-500);
  font-family: var(--od-font-display);
  font-size: 20px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  border: 2px solid var(--od-amber-500);
}
.od-step__body { flex: 1; padding-top: 12px; }
.od-step__body h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--od-navy-900);
  margin: 0 0 8px;
}
.od-step__body p {
  font-size: 14px;
  color: var(--od-fg-muted);
  line-height: 1.75;
  margin: 0;
}

/* ─── PACKS TARIFAIRES (white) ─── */
.od-packs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}
.od-pack {
  background: var(--od-white);
  border: 1px solid var(--od-ink-100);
  border-radius: var(--od-radius-lg);
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: box-shadow var(--od-t-base) var(--od-ease);
}
.od-pack:hover {
  box-shadow: var(--od-shadow-md);
}
.od-pack--featured {
  border: 2px solid var(--od-amber-500);
  box-shadow: 0 8px 32px rgba(242,182,0,0.12);
}
.od-pack__tag {
  position: absolute;
  top: -13px; left: 50%;
  transform: translateX(-50%);
  background: var(--od-amber-500);
  color: var(--od-navy-900);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 3px 16px;
  border-radius: var(--od-radius-pill);
  white-space: nowrap;
}
.od-pack__header {
  text-align: center;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--od-ink-100);
}
.od-pack__name {
  font-size: 18px;
  font-weight: 700;
  color: var(--od-navy-900);
  margin: 0 0 12px;
}
.od-pack__price {
  font-family: var(--od-font-display);
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 800;
  color: var(--od-navy-900);
  line-height: 1;
  margin-bottom: 6px;
}
.od-pack__price span {
  font-size: 22px;
  font-weight: 600;
  color: var(--od-ink-500);
}
.od-pack__sub {
  font-size: 13px;
  color: var(--od-fg-muted);
  margin: 0;
}
.od-pack__list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  flex: 1;
}
.od-pack__list li {
  font-size: 13px;
  color: var(--od-ink-700);
  padding: 7px 0;
  border-bottom: 1px solid var(--od-ink-100);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
}
.od-pack__list li:last-child { border-bottom: none; }
.od-pack__list li::before {
  content: '';
  display: inline-block;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--od-amber-500);
  margin-top: 7px;
  flex-shrink: 0;
}
.od-btn--full { width: 100%; text-align: center; justify-content: center; }

/* ─── AIDES FINANCIÈRES (dark) ─── */
.od-aides-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.od-aide {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: var(--od-radius-lg);
  padding: 28px 26px;
}
.od-aide__label {
  font-family: var(--od-font-display);
  font-size: 20px;
  font-weight: 800;
  color: var(--od-amber-500);
  margin-bottom: 12px;
}
.od-aide__desc {
  font-size: 14px;
  color: rgba(255,255,255,0.70);
  line-height: 1.75;
  margin: 0;
}

/* ─── TÉMOIGNAGES 2×2 (cream) ─── */
.od-temoignages-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.od-testimonial {
  background: var(--od-white);
  border: 1px solid var(--od-ink-100);
  border-radius: var(--od-radius-lg);
  padding: 28px 24px;
  box-shadow: var(--od-shadow-xs);
}
.od-testimonial__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.od-testimonial__avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--od-navy-900);
  color: var(--od-amber-500);
  font-family: var(--od-font-display);
  font-size: 15px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.od-testimonial__meta { flex: 1; }
.od-testimonial__name {
  font-size: 14px;
  font-weight: 700;
  color: var(--od-navy-900);
  margin: 0 0 2px;
}
.od-testimonial__source {
  font-size: 12px;
  color: var(--od-fg-muted);
}
.od-testimonial__stars { color: var(--od-amber-500); font-size: 13px; }
.od-testimonial__title {
  font-size: 13px;
  font-weight: 700;
  color: var(--od-navy-900);
  margin: 0 0 10px;
  font-style: italic;
}
.od-testimonial__text {
  font-size: 13px;
  color: var(--od-ink-700);
  line-height: 1.75;
  margin: 0 0 10px;
}
.od-testimonial__date {
  font-size: 11px;
  color: var(--od-fg-subtle);
}

/* ─── FAQ (white) ─── */
.od-faq { max-width: 800px; margin: 0 auto; }
.od-faq__item {
  border-bottom: 1px solid var(--od-ink-100);
}
.od-faq__item:first-child { border-top: 1px solid var(--od-ink-100); }
.od-faq__question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--od-font-body);
  font-size: 15px;
  font-weight: 600;
  color: var(--od-navy-900);
  text-align: left;
  line-height: 1.4;
  transition: color var(--od-t-fast) var(--od-ease);
}
.od-faq__question:hover { color: var(--od-amber-600); }
.od-faq__icon {
  font-size: 22px;
  font-weight: 300;
  color: var(--od-amber-500);
  flex-shrink: 0;
  transition: transform var(--od-t-base) var(--od-ease);
  line-height: 1;
}
.od-faq__item.is-open .od-faq__icon { transform: rotate(45deg); }
.od-faq__answer {
  font-size: 14px;
  color: var(--od-fg-muted);
  line-height: 1.8;
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--od-t-slow) var(--od-ease),
              padding var(--od-t-slow) var(--od-ease);
}
.od-faq__item.is-open .od-faq__answer {
  max-height: 600px;
  padding-bottom: 20px;
}

/* ─── CTA FINAL (dark) ─── */
.od-cta-section {
  background: var(--od-navy-900);
  padding: 88px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.od-cta-section::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 110%,
    rgba(242,182,0,0.07) 0%, transparent 65%);
  pointer-events: none;
}
.od-cta-section__inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
  padding: 0 24px;
}
.od-cta-mention {
  margin-top: 20px;
  font-size: 13px;
  color: rgba(255,255,255,0.45);
}
.od-btn-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 32px;
}

/* ─── MOBILE STICKY ─── */
.od-mobile-cta {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 40;
  background: var(--od-navy-900);
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 12px 20px;
  gap: 10px;
}

/* ─── EYEBROW ─── */
.od-eyebrow--amber { color: var(--od-amber-500); }

/* ═══ RESPONSIVE ═══ */
@media (max-width: 1024px) {
  .od-packs-grid          { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .od-solutions-grid--3cols { grid-template-columns: repeat(2, 1fr); }
  .od-avantages-grid      { grid-template-columns: repeat(2, 1fr); }
  .od-aides-grid          { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .od-section              { padding: 60px 0; }
  .od-avantages-grid       { grid-template-columns: 1fr; }
  .od-solutions-grid--3cols { grid-template-columns: 1fr; }
  .od-zones-layout         { grid-template-columns: 1fr; gap: 36px; }
  .od-temoignages-grid     { grid-template-columns: 1fr; }
  .od-aides-grid           { grid-template-columns: 1fr; }
  .od-packs-grid           { grid-template-columns: 1fr; max-width: 100%; }
  .od-steps::before        { display: none; }
  .od-mobile-cta           { display: flex; }
  body                     { padding-bottom: 76px; }
  .od-nav,
  .od-btn.od-btn--sm:not(.od-btn--mobile-visible) { display: none; }
  .od-burger               { display: flex; }
  .od-hero__badges         { gap: 7px; }
  .od-hero__badge          { font-size: 12px; padding: 6px 12px; }
}

@media (max-width: 480px) {
  .od-aides-grid  { grid-template-columns: 1fr; }
  .od-pack__price { font-size: 38px; }
}

/* ═══════════════════════════════════════════════════════════
   DOMT HERO — Hero domotique avec photo bg, topbar catégories,
   titre condensed blanc/amber, checks, scénarios & CTAs
   ═══════════════════════════════════════════════════════════ */

/* ─── STRUCTURE ─── */
.od-domt-hero {
  position: relative;
  min-height: 680px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--od-navy-900);
}
.od-domt-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
.od-domt-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(15,17,40,0.93) 0%, rgba(15,17,40,0.75) 100%);
}

/* ─── TOPBAR ─── */
.od-domt-hero__topbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 36px;
  gap: 20px;
}
.od-domt-hero__brand {
  font-family: var(--od-font-display);
  font-size: 15px;
  font-weight: 800;
  color: var(--od-white);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.od-domt-hero__brand-accent { color: var(--od-amber-500); }
.od-domt-hero__cats {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.od-domt-cat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 15px;
  border-radius: var(--od-radius-pill);
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.82);
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.07);
  text-decoration: none;
  transition: background 0.18s, border-color 0.18s, color 0.18s;
}
.od-domt-cat:hover {
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.38);
  color: var(--od-white);
}
.od-domt-cat--active {
  background: var(--od-amber-500);
  border-color: var(--od-amber-500);
  color: var(--od-navy-900);
}
.od-domt-cat--active:hover {
  background: #F5C430;
  border-color: #F5C430;
  color: var(--od-navy-900);
}

/* ─── INNER ─── */
.od-domt-hero__inner {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 6% 40px;
  gap: 28px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/* ─── EYEBROW ─── */
.od-domt-hero__eyebrow {
  font-family: var(--od-font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--od-amber-500);
  margin: 0 0 14px;
}

/* ─── TITRE ─── */
.od-domt-hero__title {
  font-family: var(--od-font-display);
  font-size: clamp(52px, 6.5vw, 88px);
  font-weight: 900;
  line-height: 0.94;
  text-transform: uppercase;
  color: var(--od-white);
  margin: 0 0 26px;
  letter-spacing: -0.01em;
}
.od-domt-hero__title-accent {
  color: var(--od-amber-500);
}

/* ─── CHECKS ─── */
.od-domt-hero__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin-bottom: 28px;
}
.od-domt-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--od-white);
}
.od-domt-check::before {
  content: '';
  flex-shrink: 0;
  width: 18px; height: 18px;
  background: var(--od-amber-500);
  border-radius: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.5L3.8 7.5L10 1' stroke='%23151634' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

/* ─── BOTTOM ROW ─── */
.od-domt-hero__bottom {
  display: flex;
  align-items: flex-end;
  gap: 24px;
}
.od-domt-hero__scenarios-wrap { flex: 1; min-width: 0; }
.od-domt-hero__scenarios-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin: 0 0 10px;
}
.od-domt-scenarios {
  display: flex;
  gap: 8px;
}
.od-domt-scenario {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--od-radius-md);
  padding: 12px 16px;
  min-width: 136px;
  transition: background 0.18s;
}
.od-domt-scenario__num {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: rgba(255,255,255,0.40);
  margin-bottom: 4px;
  font-family: var(--od-font-display);
}
.od-domt-scenario strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--od-white);
  margin-bottom: 4px;
}
.od-domt-scenario p {
  font-size: 11px;
  color: rgba(255,255,255,0.56);
  margin: 0;
  line-height: 1.45;
}
.od-domt-scenario--active {
  background: var(--od-amber-500);
  border-color: var(--od-amber-500);
}
.od-domt-scenario--active .od-domt-scenario__num { color: rgba(21,22,52,0.55); }
.od-domt-scenario--active strong { color: var(--od-navy-900); }
.od-domt-scenario--active p { color: rgba(21,22,52,0.72); }

/* ─── RIGHT: RATING + CTA ─── */
.od-domt-hero__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  flex-shrink: 0;
}
.od-domt-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--od-radius-pill);
  padding: 7px 16px;
  font-size: 12px;
  font-weight: 600;
  color: var(--od-white);
  white-space: nowrap;
}
.od-domt-rating .od-stars { color: var(--od-amber-500); font-size: 13px; }
.od-domt-hero__ctas {
  display: flex;
  gap: 10px;
}
.od-domt-cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 28px;
  background: var(--od-amber-500);
  color: var(--od-navy-900);
  font-family: var(--od-font-display);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  border-radius: var(--od-radius-md);
  text-decoration: none;
  transition: background 0.18s;
  white-space: nowrap;
}
.od-domt-cta-primary:hover { background: #F5C430; }
.od-domt-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 13px 22px;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.22);
  color: var(--od-white);
  font-size: 13px;
  font-weight: 600;
  border-radius: var(--od-radius-md);
  text-decoration: none;
  transition: background 0.18s;
  white-space: nowrap;
}
.od-domt-cta-secondary:hover { background: rgba(255,255,255,0.16); }

/* ═══ RESPONSIVE DOMT HERO ═══ */
@media (max-width: 1024px) {
  .od-domt-hero__cats { display: none; }
  .od-domt-scenarios { flex-wrap: wrap; }
  .od-domt-scenario { min-width: 120px; }
}
@media (max-width: 768px) {
  .od-domt-hero { min-height: 560px; }
  .od-domt-hero__topbar { padding: 16px 20px; }
  .od-domt-hero__inner { padding: 0 20px 28px; }
  .od-domt-hero__title { font-size: 44px; }
  .od-domt-hero__bottom { flex-direction: column; align-items: flex-start; }
  .od-domt-hero__right { align-items: flex-start; }
  .od-domt-scenarios { flex-wrap: wrap; }
}
@media (max-width: 480px) {
  .od-domt-hero__title { font-size: 36px; }
  .od-domt-scenario { min-width: 140px; flex: 1; }
}


