/* ============================================================
   Horizon — Agence web · Direction A « Écrans & code »
   ============================================================ */
:root {
  --bg: #0b1120;
  --bg-2: #0e1628;
  --panel: #111a2e;
  --border: #1e293b;
  --border-2: #2a3a55;
  --blue: #1d4ed8;
  --blue-2: #3b82f6;
  --blue-3: #60a5fa;
  --sky: #93c5fd;
  --violet: #c084fc;
  --green: #34d399;
  --text: #cbd5e1;
  --muted: #94a3b8;
  --dim: #64748b;
  --white: #ffffff;
  --radius: 16px;
  --font: "Montserrat", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --mono: "SF Mono", "JetBrains Mono", Menlo, Consolas, "Liberation Mono", monospace;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
.hero__inner > *, .services > *, .steps > *, .examples > *, .plans > *, .about > *, .faq-wrap > *, .contact > *, .form__row > *, .promises__grid > *, .footer__inner > * { min-width: 0; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; font-family: var(--font); color: var(--text); background: var(--bg); line-height: 1.65; font-size: 16px; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background-image: linear-gradient(rgba(148, 163, 184, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(148, 163, 184, .05) 1px, transparent 1px);
  background-size: 56px 56px; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3 { margin: 0 0 .5em; line-height: 1.15; overflow-wrap: break-word; color: var(--white); }
p { margin: 0 0 1em; }
.mono { font-family: var(--mono); }
.container { width: min(1200px, 100% - 40px); margin-inline: auto; }

/* ---------- Boutons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55em; padding: .85em 1.4em; border-radius: 12px; border: 1px solid transparent; font: 700 .95rem/1 var(--font); text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.btn span { transition: transform .2s; }
.btn:hover { transform: translateY(-2px); }
.btn:hover span { transform: translateX(3px); }
.btn--lg { padding: 1.05em 1.6em; font-size: 1rem; }
.btn--block { width: 100%; }
.btn--primary { background: var(--blue); color: var(--white); box-shadow: 0 12px 30px rgba(29, 78, 216, .45); }
.btn--primary:hover { background: #2563eb; box-shadow: 0 16px 40px rgba(37, 99, 235, .55); }
.btn--ghost, .btn--outline { border-color: var(--border-2); color: var(--white); background: rgba(255, 255, 255, .02); }
.btn--ghost:hover, .btn--outline:hover { border-color: var(--blue-3); background: rgba(59, 130, 246, .08); }

/* ---------- En-tête ---------- */
.header { position: sticky; top: 0; z-index: 50; background: rgba(11, 17, 32, .6); backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border-color .3s, background .3s; }
.header.is-scrolled { background: rgba(11, 17, 32, .88); border-color: var(--border); }
.header__inner { display: flex; align-items: center; justify-content: space-between; height: 78px; gap: 1rem; }
.logo img { display: block; width: 160px; height: auto; }
.nav { display: flex; align-items: center; gap: 2rem; }
.nav a:not(.btn) { text-decoration: none; font-weight: 500; font-size: .93rem; color: var(--muted); transition: color .2s; }
.nav a:not(.btn):hover { color: var(--white); }
.nav__cta { padding: .75em 1.2em; font-size: .9rem; }
.burger { display: none; background: none; border: 1px solid var(--border-2); border-radius: 10px; padding: 8px 9px; cursor: pointer; }
.burger span { display: block; width: 22px; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--white); transition: transform .25s, opacity .25s; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Titres communs ---------- */
.eyebrow { display: inline-block; margin: 0 0 1rem; font-size: .8rem; font-weight: 500; letter-spacing: .02em; color: var(--sky); padding: .35rem .7rem; border: 1px solid rgba(147, 197, 253, .25); border-radius: 8px; background: rgba(29, 78, 216, .1); }
.eyebrow::before { content: "// "; color: var(--dim); }
.section { position: relative; padding: clamp(80px, 10vw, 120px) 0; }
.section--alt { background: rgba(14, 22, 40, .6); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section--alt2 { background: radial-gradient(60% 80% at 100% 0%, rgba(29, 78, 216, .16), transparent 60%); }
.section__head { text-align: center; max-width: 760px; margin: 0 auto 3.4rem; }
.section__title { font-size: clamp(2rem, 4.2vw, 3.2rem); font-weight: 800; letter-spacing: -.035em; }
.section__title span { background: linear-gradient(90deg, var(--blue-3), var(--blue)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.section__lead, .section__lead--light { color: var(--muted); font-size: 1.05rem; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding: clamp(60px, 8vw, 100px) 0 clamp(70px, 9vw, 120px); }
.hero__glow { position: absolute; width: 1000px; height: 1000px; right: -260px; top: -380px; background: radial-gradient(circle, rgba(29, 78, 216, .5), transparent 60%); pointer-events: none; }
.hero__inner { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.chip { display: inline-flex; align-items: center; gap: .5rem; margin: 0; font-size: .82rem; color: var(--sky); border: 1px solid rgba(147, 197, 253, .3); padding: .45rem .8rem; border-radius: 8px; background: rgba(29, 78, 216, .12); }
.hero__title { font-size: clamp(2.5rem, 5.2vw, 4.4rem); font-weight: 800; letter-spacing: -.04em; line-height: 1.04; margin: 1.6rem 0 1.3rem; }
.hero__title span { background: linear-gradient(90deg, var(--blue-3), var(--blue) 90%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero__text { font-size: 1.12rem; color: var(--muted); max-width: 580px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.hero__points { list-style: none; padding: 0; margin: 2rem 0 0; display: flex; flex-wrap: wrap; gap: .6rem 1.6rem; font-size: .9rem; color: var(--muted); }
.hero__points li::before { content: "✓ "; color: var(--blue-3); font-weight: 800; }

.hero__visual { position: relative; height: 560px; }
.browser { position: absolute; top: 20px; left: 0; right: 40px; border-radius: 14px; background: var(--panel); border: 1px solid var(--border); box-shadow: 0 40px 90px rgba(0, 0, 0, .55); overflow: hidden; }
.browser__bar { height: 42px; display: flex; align-items: center; gap: 8px; padding: 0 16px; background: #0d1526; border-bottom: 1px solid var(--border); }
.browser__bar i { width: 11px; height: 11px; border-radius: 50%; }
.browser__bar i:nth-child(1) { background: #f87171; }
.browser__bar i:nth-child(2) { background: #fbbf24; }
.browser__bar i:nth-child(3) { background: var(--green); }
.browser__url { margin-left: 14px; flex: 1; height: 26px; display: flex; align-items: center; padding: 0 12px; border-radius: 6px; background: var(--border); font-size: .78rem; color: var(--muted); }
.browser__code { margin: 0; padding: 26px 28px 34px; font-size: .95rem; line-height: 1.9; color: var(--muted); white-space: pre; overflow: hidden; min-height: 330px; }
.browser__code .k { color: var(--violet); }
.browser__code .t { color: var(--blue-3); }
.browser__code .s { color: var(--green); }
.browser__code .c { color: #475569; }
.caret { display: inline-block; width: 9px; height: 1.1em; margin-left: 4px; vertical-align: -3px; background: var(--blue-3); animation: blink 1s steps(2) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.hero__phone { position: absolute; right: 0; bottom: 0; width: 210px; padding: 8px; border-radius: 32px; background: #020617; box-shadow: 0 30px 70px rgba(0, 0, 0, .6), 0 0 0 1px var(--border); animation: floaty 6s ease-in-out infinite; }
.hero__phone img { display: block; width: 100%; height: 340px; object-fit: cover; object-position: top; border-radius: 25px; }
@keyframes floaty { 50% { transform: translateY(-10px); } }
.float-badge { position: absolute; z-index: 3; display: grid; gap: .1rem; padding: .8rem 1rem; border-radius: 12px; background: rgba(15, 23, 42, .92); border: 1px solid var(--border); backdrop-filter: blur(8px); font-size: .82rem; color: var(--muted); box-shadow: 0 16px 40px rgba(0, 0, 0, .4); }
.float-badge strong { color: var(--white); font-size: .92rem; }
.float-badge--1 { left: -20px; bottom: 120px; }
.float-badge--2 { right: 230px; bottom: 10px; }

/* ---------- Engagements ---------- */
.promises { position: relative; z-index: 2; }
.promises__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; border-radius: var(--radius); overflow: hidden; background: var(--border); border: 1px solid var(--border); }
.promise { display: flex; gap: .9rem; align-items: flex-start; padding: 1.5rem; background: var(--bg-2); }
.promise__icon { flex: none; width: 42px; height: 42px; border-radius: 10px; display: grid; place-items: center; color: var(--blue-3); background: rgba(29, 78, 216, .14); border: 1px solid rgba(96, 165, 250, .25); }
.promise__icon svg { width: 20px; height: 20px; }
.promise strong { display: block; color: var(--white); font-size: .95rem; }
.promise p { margin: 0; font-size: .84rem; color: var(--muted); line-height: 1.5; }

/* ---------- Services ---------- */
.services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.service { position: relative; overflow: hidden; padding: 1.9rem; border-radius: var(--radius); border: 1px solid var(--border); background: var(--panel); transition: border-color .3s, transform .3s, box-shadow .3s; }
.service::before { content: ""; position: absolute; inset: 0; background: radial-gradient(400px 200px at 50% 0%, rgba(59, 130, 246, .16), transparent 70%); opacity: 0; transition: opacity .3s; }
.service:hover { border-color: rgba(96, 165, 250, .5); transform: translateY(-4px); box-shadow: 0 20px 50px rgba(0, 0, 0, .35); }
.service:hover::before { opacity: 1; }
.service > * { position: relative; }
.service__num { display: inline-block; font-size: .85rem; color: var(--blue-3); margin-bottom: 1.1rem; }
.service h3 { font-size: 1.2rem; font-weight: 700; }
.service p { margin: 0; color: var(--muted); font-size: .95rem; }

/* ---------- Méthode ---------- */
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.2rem; position: relative; }
.step { position: relative; padding: 1.8rem 1.5rem; border-radius: var(--radius); background: var(--panel); border: 1px solid var(--border); }
.step__num { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 1.2rem; border-radius: 12px; background: var(--bg); border: 1px solid var(--blue-2); color: var(--blue-3); font-size: .95rem; }
.step h3 { font-size: 1.12rem; }
.step p { margin: 0; font-size: .93rem; color: var(--muted); }

/* ---------- Réalisations ---------- */
.examples { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.2rem; }
.example { display: flex; flex-direction: column; text-decoration: none; border-radius: var(--radius); background: var(--panel); border: 1px solid var(--border); overflow: hidden; transition: transform .3s, border-color .3s, box-shadow .3s; }
.example:hover { transform: translateY(-6px); border-color: rgba(96, 165, 250, .5); box-shadow: 0 24px 50px rgba(0, 0, 0, .4); }
.example__screen { position: relative; display: block; height: 330px; overflow: hidden; background: #020617; padding: 34px 14px 0; }
.example__screen::before { content: ""; position: absolute; top: 12px; left: 14px; width: 42px; height: 10px; background: radial-gradient(circle at 5px 5px, #f87171 4px, transparent 5px), radial-gradient(circle at 21px 5px, #fbbf24 4px, transparent 5px), radial-gradient(circle at 37px 5px, #34d399 4px, transparent 5px); }
.example__screen img { display: block; width: 100%; border-radius: 12px 12px 0 0; transition: transform 4s ease; }
.example:hover .example__screen img { transform: translateY(-18%); }
.example__body { padding: 1rem 1.2rem 1.2rem; border-top: 1px solid var(--border); }
.example__body strong { display: block; color: var(--white); }
.example__body strong::after { content: " ↗"; color: var(--blue-3); }
.example__body small { color: var(--muted); font-size: .82rem; }
.examples__note { text-align: center; color: var(--muted); margin: 2rem auto 0; max-width: 680px; }

/* ---------- Tarifs ---------- */
.launch { display: flex; align-items: center; justify-content: center; gap: .8rem 1rem; flex-wrap: wrap; margin: -1.4rem auto 2.6rem; max-width: 840px; padding: .9rem 1.2rem; border-radius: 12px; background: rgba(29, 78, 216, .1); border: 1px dashed rgba(96, 165, 250, .45); text-align: center; }
.launch p { margin: 0; font-size: .95rem; color: var(--text); }
.launch strong { color: var(--white); }
.launch__badge { font-family: var(--mono); background: var(--blue); color: var(--white); font-size: .75rem; padding: .3rem .7rem; border-radius: 6px; }
.plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; align-items: stretch; }
.plan { position: relative; display: flex; flex-direction: column; padding: 2.1rem 1.8rem 1.8rem; border-radius: 20px; border: 1px solid var(--border); background: var(--panel); }
.plan--featured { border-color: var(--blue-2); background: linear-gradient(180deg, rgba(29, 78, 216, .18), var(--panel) 45%); box-shadow: 0 0 0 1px rgba(59, 130, 246, .3), 0 30px 70px rgba(29, 78, 216, .25); }
.plan__badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); font-family: var(--mono); background: var(--blue); color: var(--white); font-size: .75rem; padding: .3rem .8rem; border-radius: 6px; white-space: nowrap; }
.plan__name { font-size: 1.35rem; font-weight: 800; margin-bottom: .2rem; }
.plan__desc { color: var(--muted); font-size: .92rem; }
.plan__price { margin: .6rem 0 .2rem; font-size: 2.8rem; font-weight: 800; letter-spacing: -.03em; line-height: 1.05; color: var(--white); }
.plan__from { display: block; font-family: var(--mono); font-size: .75rem; font-weight: 400; letter-spacing: 0; color: var(--dim); }
.plan__monthly { color: var(--blue-3); font-weight: 600; font-size: .9rem; margin-bottom: 1.3rem; }
.plan__list { list-style: none; padding: 1.3rem 0 0; margin: 0 0 1.7rem; display: grid; gap: .6rem; flex: 1; align-content: start; border-top: 1px solid var(--border); }
.plan__list li { position: relative; padding-left: 1.6rem; font-size: .93rem; }
.plan__list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.plan__list strong { color: var(--white); }
.options { margin: 1.8rem auto 0; max-width: 780px; border-radius: 14px; border: 1px solid var(--border); background: var(--panel); }
.options summary { cursor: pointer; padding: 1rem 1.3rem; font-weight: 700; color: var(--white); list-style: none; display: flex; justify-content: space-between; }
.options summary::-webkit-details-marker { display: none; }
.options summary::after { content: "+"; color: var(--blue-3); font-size: 1.3rem; line-height: 1; }
.options[open] summary::after { content: "−"; }
.options ul { list-style: none; margin: 0; padding: 0 1.3rem 1rem; }
.options li { display: flex; justify-content: space-between; gap: 1rem; padding: .6rem 0; border-top: 1px dashed var(--border); font-size: .93rem; }
.options li strong { white-space: nowrap; color: var(--white); font-family: var(--mono); }

/* ---------- À propos ---------- */
.about { display: grid; grid-template-columns: minmax(0, .55fr) minmax(0, 1.45fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; max-width: 1000px; }
.about__mark { display: grid; place-items: center; aspect-ratio: 1; border-radius: 28px; background: radial-gradient(circle at 50% 30%, rgba(29, 78, 216, .35), var(--panel) 70%); border: 1px solid var(--border); box-shadow: 0 30px 70px rgba(0, 0, 0, .35); }
.about__mark img { width: 55%; filter: drop-shadow(0 0 30px rgba(59, 130, 246, .5)); }
.about p { color: var(--muted); }
.about strong { color: var(--white); }

/* ---------- FAQ ---------- */
.faq-wrap { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.faq-wrap .section__lead a { color: var(--blue-3); font-weight: 700; text-decoration: none; }
.faq { display: grid; gap: .7rem; }
.faq details { border-radius: 14px; border: 1px solid var(--border); background: var(--panel); transition: border-color .3s; }
.faq details[open] { border-color: rgba(96, 165, 250, .5); }
.faq summary { cursor: pointer; list-style: none; position: relative; padding: 1.1rem 3rem 1.1rem 1.2rem; font-weight: 700; color: var(--white); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 1.1rem; top: 50%; transform: translateY(-50%); font-family: var(--mono); color: var(--blue-3); font-size: 1.3rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 0; padding: 0 1.2rem 1.1rem; color: var(--muted); font-size: .95rem; }

/* ---------- Contact ---------- */
.contact { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.contact__list { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; gap: 1.1rem; }
.contact__list li { display: grid; gap: .15rem; color: var(--white); font-weight: 600; }
.contact__list span { font-family: var(--mono); font-size: .75rem; font-weight: 400; color: var(--dim); }
.contact__list a { color: var(--white); text-decoration: none; word-break: break-word; }
.contact__list a:hover { color: var(--blue-3); }
.form { display: grid; gap: 1rem; padding: clamp(1.4rem, 3vw, 2.2rem); border-radius: 20px; background: var(--panel); border: 1px solid var(--border); box-shadow: 0 30px 70px rgba(0, 0, 0, .35); }
.form__row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.form label { display: grid; gap: .4rem; font-size: .84rem; font-weight: 600; color: var(--muted); }
.form input:not([type=checkbox]), .form select, .form textarea { width: 100%; min-width: 0; font: inherit; font-size: .95rem; font-weight: 500; color: var(--white); padding: .8em .9em; border: 1px solid var(--border-2); border-radius: 10px; background: var(--bg); transition: border-color .2s, box-shadow .2s; }
.form input::placeholder, .form textarea::placeholder { color: var(--dim); }
.form select option { background: var(--bg); }
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--blue-2); box-shadow: 0 0 0 3px rgba(59, 130, 246, .2); }
.form textarea { resize: vertical; }
.form .is-invalid { border-color: #f87171 !important; box-shadow: 0 0 0 3px rgba(248, 113, 113, .15) !important; }
.form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form__consent { display: flex !important; align-items: flex-start; gap: .6rem !important; font-weight: 500 !important; font-size: .82rem !important; }
.form__consent input { margin-top: 3px; accent-color: var(--blue-2); }
.form__consent a { color: var(--blue-3); }
.form__consent.is-invalid span { color: #f87171; }
.form__status { margin: 0; padding: .85rem 1rem; border-radius: 10px; font-size: .9rem; font-weight: 600; }
.form__status--ok { background: rgba(52, 211, 153, .12); color: #6ee7b7; border: 1px solid rgba(52, 211, 153, .3); }
.form__status--error { background: rgba(248, 113, 113, .1); color: #fca5a5; border: 1px solid rgba(248, 113, 113, .3); }
.form__status a { color: var(--white); font-weight: 800; }
.btn[disabled] { opacity: .7; cursor: wait; transform: none; }

/* ---------- Pied de page ---------- */
.footer { background: #070c18; border-top: 1px solid var(--border); color: var(--muted); padding: 3.2rem 0 1.6rem; font-size: .9rem; }
.footer__inner { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr); gap: 2rem; padding-bottom: 2rem; border-bottom: 1px solid var(--border); }
.footer__inner img { width: 160px; }
.footer__tag { margin: .9rem 0 0; }
.footer__nav, .footer__contact { display: grid; gap: .5rem; align-content: start; }
.footer a { text-decoration: none; }
.footer a:hover { color: var(--white); }
.footer__contact a { word-break: break-word; }
.footer__copy { text-align: center; margin: 1.4rem 0 0; font-family: var(--mono); font-size: .78rem; color: var(--dim); }

/* ---------- Apparition ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1080px) {
  .nav { position: fixed; inset: 78px 0 auto 0; flex-direction: column; align-items: stretch; gap: 0; background: rgba(11, 17, 32, .98); padding: .5rem 20px 1.4rem; border-bottom: 1px solid var(--border); transform: translateY(-130%); visibility: hidden; transition: transform .3s, visibility .3s; }
  .nav.is-open { transform: none; visibility: visible; }
  .nav a:not(.btn) { padding: .95rem 0; border-bottom: 1px solid var(--border); font-size: 1.05rem; color: var(--white); }
  .nav__cta { margin-top: 1rem; }
  .burger { display: block; }
  .hero__inner { grid-template-columns: minmax(0, 1fr); }
  .hero__visual { height: 520px; max-width: 640px; width: 100%; margin: 0 auto; }
  .promises__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .examples { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .plans { grid-template-columns: minmax(0, 1fr); max-width: 540px; margin-inline: auto; }
  .faq-wrap, .contact { grid-template-columns: minmax(0, 1fr); }
  .footer__inner { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .footer__inner > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .logo img { width: 136px; }
  .hero__actions .btn { width: 100%; }
  .hero__visual { height: 400px; }
  .browser { right: 0; }
  .browser__code { font-size: .74rem; padding: 18px; min-height: 250px; }
  .hero__phone { width: 140px; bottom: -10px; right: -6px; }
  .hero__phone img { height: 230px; }
  .float-badge--1 { left: 0; bottom: 60px; }
  .float-badge--2 { display: none; }
  .promises__grid, .services, .steps { grid-template-columns: minmax(0, 1fr); }
  .examples { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }
  .example__screen { height: 240px; padding: 28px 8px 0; }
  .example__body { padding: .8rem; }
  .example__body small { display: none; }
  .form__row { grid-template-columns: minmax(0, 1fr); }
  .about { grid-template-columns: minmax(0, 1fr); }
  .about__mark { max-width: 150px; }
  .footer__inner { grid-template-columns: minmax(0, 1fr); }
}
