/* ============================================================
   Landing Page „Dezvoltare Web" — light (alb) + accent violet.
   Scară & spacing 1:1 cu referința; tokeni în style.css.
   ============================================================ */

.ph { background: var(--alt); border-radius: var(--radius); position: relative; overflow: hidden; }
.ph::after { content: "FOTO"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: rgba(20,18,31,.3); font-weight: 600; letter-spacing: .2em; font-size: .8rem; }

.sec-title { font-size: clamp(2.25rem, 4vw, 3rem); font-weight: 600; line-height: 1.1; letter-spacing: -.02em; color: var(--ink); }
.sec-title--sm { font-size: 1.1rem; font-weight: 400; color: var(--muted); text-align: center; margin-bottom: var(--sp-m); }
.sec-head { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; justify-content: space-between; margin-bottom: var(--sp-m); }

/* ── HERO ─────────────────────────────────────────────── */
.hero { background: linear-gradient(180deg, var(--alt) 0%, #fff 100%); padding: var(--sp-l) 0; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; top: -120px; left: 50%; transform: translateX(-50%); width: 760px; height: 480px; max-width: 100%; background: radial-gradient(circle, rgba(37,99,235,.12), transparent 64%); pointer-events: none; }
.hero .container { position: relative; z-index: 1; }
.hero__top { display: grid; gap: var(--sp-l); align-items: center; }
.hero__head { max-width: 640px; }
.hero__title { font-size: clamp(2.8rem, 8vw, 5rem); font-weight: 600; line-height: 1.04; letter-spacing: -.03em; overflow-wrap: anywhere; }
.hero__lead { max-width: 560px; margin: var(--sp-s) 0 var(--sp-m); color: var(--muted); font-size: 1.25rem; }

.hero__video { display: flex; justify-content: center; }
/* Posterul stă ca fundal pe frame → dacă video-ul se încarcă/dă eroare, NU rămâne ecran alb. */
.hero__video-frame { position: relative; width: 100%; max-width: 320px; aspect-ratio: 9 / 16; background: var(--alt) center / cover no-repeat; border-radius: var(--radius); box-shadow: var(--shadow-lg); overflow: hidden; }
.hero__video-el { width: 100%; height: 100%; aspect-ratio: 9 / 16; object-fit: cover; border-radius: var(--radius); display: block; background: transparent; }
.hero__play { position: absolute; inset: 0; z-index: 3; width: 100%; height: 100%; padding: 0; border: none; cursor: pointer; background: rgba(0, 0, 0, .15); color: #fff; display: flex; align-items: center; justify-content: center; border-radius: var(--radius); transition: opacity .25s ease, background .2s ease; }
.hero__play::before { content: ""; position: absolute; width: 72px; height: 72px; border-radius: 50%; background: rgba(0, 0, 0, .55); backdrop-filter: blur(4px); transition: background .2s ease, transform .15s ease; }
.hero__play .lp-ic { position: relative; width: 26px; height: 26px; margin-left: 4px; }
.hero__play:hover { background: rgba(0, 0, 0, .25); }
.hero__play:hover::before { background: var(--accent); transform: scale(1.06); }
.hero__video-frame.is-playing .hero__play { opacity: 0; pointer-events: none; }
/* În timp ce video-ul se încarcă: ascunde triunghiul, arată spinner. */
.hero__video-frame.is-loading .hero__play { pointer-events: none; }
.hero__video-frame.is-loading .hero__play .lp-ic { display: none; }
.hero__video-frame.is-loading .hero__play::after { content: ""; position: absolute; width: 30px; height: 30px; border-radius: 50%; border: 3px solid rgba(255, 255, 255, .35); border-top-color: #fff; animation: hero-spin .7s linear infinite; }
@keyframes hero-spin { to { transform: rotate(360deg); } }

.hero__sound { position: absolute; bottom: 12px; right: 12px; z-index: 2; width: 44px; height: 44px; border-radius: 50%; border: none; cursor: pointer; background: rgba(0, 0, 0, .55); color: #fff; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(4px); opacity: 0; pointer-events: none; transition: background .2s ease, transform .15s ease, opacity .25s ease; }
.hero__video-frame.is-playing .hero__sound { opacity: 1; pointer-events: auto; }
.hero__sound:hover { background: var(--accent); transform: scale(1.06); }
.hero__sound .lp-ic { width: 20px; height: 20px; }
.hero__sound-on, .hero__sound-off { display: none; align-items: center; }
.hero__sound.is-muted .hero__sound-off { display: inline-flex; }
.hero__sound:not(.is-muted) .hero__sound-on { display: inline-flex; }

.hero__cards { display: grid; grid-template-columns: 1fr; gap: var(--sp-s); margin-top: var(--sp-l); }
.case { border-radius: var(--radius); padding: 22px; min-height: 320px; display: flex; flex-direction: column; justify-content: space-between; color: #fff; position: relative; overflow: hidden; background: var(--alt); box-shadow: var(--shadow); }
.case__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.case::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(10,8,20,.05) 0%, rgba(10,8,20,.35) 45%, rgba(10,8,20,.9) 100%); }
.case__logo, .case__stat { position: relative; z-index: 2; }
.case__logo { font-weight: 500; font-size: .9rem; background: rgba(0,0,0,.4); align-self: flex-start; padding: 7px 14px; border-radius: 100px; backdrop-filter: blur(4px); }
.case__stat strong { display: block; font-size: 3rem; font-weight: 600; letter-spacing: -.03em; line-height: 1; }
.case__stat span { font-size: .95rem; opacity: .92; }

/* ── SERVICII (LISTĂ INTERACTIVĂ) ─────────────────────── */
.svc-sec { background: var(--alt); padding: var(--sp-l) 0; }
.svc-sec .eyebrow { margin-bottom: var(--sp-m); }
.svc { display: grid; gap: var(--sp-m); }
.svc__list { display: flex; flex-direction: column; }
.svc__item { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; background: none; border: none; border-top: 1px solid var(--border); padding: 20px 4px; color: rgba(20,18,31,.35); font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 600; line-height: 1.1; letter-spacing: -.02em; text-align: left; cursor: pointer; transition: color .2s ease; }
.svc__item:last-of-type { border-bottom: 1px solid var(--border); }
.svc__item .lp-ic { width: 28px; height: 28px; color: var(--accent); opacity: 0; transform: translateX(-10px); transition: opacity .2s ease, transform .2s ease; }
.svc__item:hover { color: rgba(20,18,31,.7); }
.svc__item.is-active { color: var(--ink); }
.svc__item.is-active .lp-ic { opacity: 1; transform: none; }
.svc__all { align-self: flex-start; margin-top: var(--sp-m); }

.svc__preview { position: relative; }
.svc__panel { display: none; }
.svc__panel.is-active { display: block; }
.svc__img { aspect-ratio: 4 / 3; width: 100%; object-fit: cover; border-radius: var(--radius); margin-bottom: var(--sp-s); display: block; }
.svc__desc { color: var(--muted); margin-bottom: var(--sp-s); font-size: 1.15rem; }
.svc__link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-weight: 600; }
.svc__link .lp-ic { width: 17px; height: 17px; color: var(--accent); }

/* ── PROIECTE (WORK) ──────────────────────────────────── */
.work-sec { background: var(--bg); padding: var(--sp-l) 0; }
.work { display: grid; grid-template-columns: 1fr; gap: var(--sp-s); }
.work__item { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .2s ease, box-shadow .2s ease; }
.work__item:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.work__media { overflow: hidden; background: var(--alt); }
.work__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.work__item:hover .work__media img { transform: scale(1.04); }
.work__body { padding: var(--sp-s); }
.work__title { font-size: 1.5rem; font-weight: 600; margin-bottom: 8px; }
.work__text { color: var(--muted); margin-bottom: var(--sp-s); }
.work__tags { display: flex; flex-wrap: wrap; gap: 8px; }
.work__tags span { font-size: .85rem; color: var(--muted); border: 1px solid var(--border); padding: 6px 12px; border-radius: 100px; }
.work__live { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; color: var(--accent); font-weight: 600; font-size: .98rem; }
.work__live .lp-ic { width: 16px; height: 16px; transition: transform .2s ease; }
.work__live:hover .lp-ic { transform: translate(2px, -2px); }

/* ── CE SPUN CLIENȚII ─────────────────────────────────── */
.says-sec { background: var(--alt); padding: var(--sp-l) 0; }
.says-sec .sec-title { margin-bottom: var(--sp-m); }
.says-swiper { padding-bottom: 46px !important; }
.says-swiper .swiper-slide { height: auto; }
.say { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: var(--sp-m); display: flex; flex-direction: column; box-shadow: var(--shadow); height: 100%; }
.say__stars { display: inline-flex; gap: 2px; color: var(--gold); margin-bottom: var(--sp-s); }
.say__stars .lp-ic { width: 16px; height: 16px; }
.say__quote { color: var(--ink); font-size: 1.15rem; margin-bottom: var(--sp-m); flex: 1; }
.say__author { display: flex; align-items: center; gap: 12px; }
.say__avatar { width: 44px; height: 44px; border-radius: 50%; flex: none; display: flex; align-items: center; justify-content: center; background: var(--accent); color: #fff; font-weight: 700; font-size: 1.1rem; text-transform: uppercase; }
.say__author strong { display: block; font-size: 1rem; }
.say__author > div span { color: var(--muted); font-size: .9rem; }
.says-cta { text-align: center; margin-top: var(--sp-m); }

/* ── CLIENȚI (LOGO-URI) — grilă ───────────────────────── */
.clients-sec { background: var(--bg); padding: var(--sp-l) 0; }
.clients__title { text-align: center; margin-bottom: var(--sp-m); }
.clients__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--sp-s); }
.clients__cell { display: flex; align-items: center; justify-content: center; padding: 28px 20px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); transition: border-color .2s ease, box-shadow .2s ease; }
.clients__cell:hover { border-color: rgba(37, 99, 235, .28); box-shadow: var(--shadow); }
.clients__cell img { height: 52px; width: auto; max-width: 100%; object-fit: contain; display: block; filter: grayscale(1); opacity: .72; transition: filter .2s ease, opacity .2s ease; }
.clients__cell:hover img { filter: none; opacity: 1; }

/* Statistică în header-ul secțiunilor (proiecte, clienți) */
.work__stat { display: flex; align-items: baseline; gap: 10px; }
.work__stat strong { font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 600; letter-spacing: -.03em; line-height: 1; color: var(--accent); }
.work__stat span { color: var(--muted); font-size: 1.05rem; }
@media (min-width: 768px) {
    .clients__grid { grid-template-columns: repeat(3, 1fr); gap: var(--sp-m); }
}

/* ── CTA + FORMULAR (BLOC ACCENT VIOLET) ──────────────── */
.cta-sec { background: var(--bg); padding: var(--sp-l) 0; }
.cta { background: linear-gradient(135deg, #2563EB, #1D4ED8); border-radius: var(--radius); padding: var(--sp-m) 24px; display: grid; gap: var(--sp-m); position: relative; overflow: hidden; color: #fff; box-shadow: var(--shadow-lg); }
.cta::before { content: ""; position: absolute; top: -120px; right: -80px; width: 360px; height: 360px; background: radial-gradient(circle, rgba(255,255,255,.22), transparent 65%); pointer-events: none; }
.cta__intro, .cta__form { position: relative; z-index: 1; }
.cta__title { font-size: clamp(2rem, 4vw, 3rem); font-weight: 600; line-height: 1.1; margin-bottom: var(--sp-s); color: #fff; }
.cta__sub { color: rgba(255,255,255,.82); }
.cta__direct { display: grid; gap: 12px; margin-top: var(--sp-m); }
.cta__contact { display: inline-flex; align-items: center; gap: 12px; color: #fff; font-weight: 600; }
.cta__contact .lp-ic { width: 22px; height: 22px; color: #fff; }
.cta__contact:hover span { text-decoration: underline; }
.cta__assure { display: grid; gap: 8px; margin-top: var(--sp-m); }
.cta__assure li { display: flex; align-items: center; gap: 10px; color: rgba(255, 255, 255, .92); font-size: .95rem; }
.cta__assure .lp-ic { width: 19px; height: 19px; color: #fff; background: rgba(255, 255, 255, .18); border-radius: 50%; padding: 3px; flex: none; }

/* ── FAQ (obiecții) — listă editorială cu linii ───────── */
.faq-sec { background: var(--alt); padding: var(--sp-l) 0; }
.faq-sec .sec-title { text-align: center; margin-bottom: var(--sp-m); }
.faq { border-top: 1px solid var(--border); }
.faq__item { border-bottom: 1px solid var(--border); }
.faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: none; border: none; cursor: pointer; color: var(--ink); font-family: inherit; font-weight: 600; font-size: clamp(1.15rem, 2.2vw, 1.5rem); letter-spacing: -.015em; line-height: 1.25; text-align: left; padding: 26px 4px; transition: color .2s ease; }
.faq__q:hover { color: var(--accent); }
.faq__q .lp-ic { width: 26px; height: 26px; color: var(--accent); transition: transform .35s ease; flex: none; }
.faq__item.is-open .faq__q { color: var(--accent); }
.faq__item.is-open .faq__q .lp-ic { transform: rotate(135deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq__a p { padding: 0 4px 28px; margin: 0; color: var(--muted); font-size: 1.08rem; max-width: 92%; }

/* ── Marketing / reclame plătite ──────────────────────── */
.ads-sec { background: #F2F6FF; padding: var(--sp-l) 0; }
.ads__head { text-align: center; max-width: 680px; margin: 0 auto var(--sp-m); }
.ads__head .eyebrow { margin-bottom: 14px; }
.ads__sub { color: var(--muted); margin-top: 10px; font-size: 1.05rem; }
.ads__grid { display: grid; gap: var(--sp-s); }
.ads__card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: var(--sp-m); box-shadow: var(--shadow); display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease; }
.ads__card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.ads__icon { width: 54px; height: 54px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.ads__icon .lp-ic { width: 26px; height: 26px; }
.ads__icon--meta { background: #0866FF; color: #fff; }
.ads__icon--tiktok { background: #000; color: #fff; }
.ads__icon--google { background: #fff; border: 1px solid var(--border); }
.ads__title { font-size: 1.2rem; font-weight: 600; margin-bottom: 8px; }
.ads__text { color: var(--muted); font-size: .98rem; margin-bottom: 16px; flex: 1; }
.ads__link { display: inline-flex; align-items: center; gap: 6px; color: var(--accent); font-weight: 600; font-size: .95rem; align-self: flex-start; }
.ads__link .lp-ic { width: 15px; height: 15px; }

/* ── Cu cine lucrăm (fit / calificare) ────────────────── */
.fit-sec { background: var(--bg); padding: var(--sp-l) 0; }
.fit__head { text-align: center; max-width: 720px; margin: 0 auto var(--sp-m); }
.fit__head .eyebrow { margin-bottom: 14px; }
.fit__sub { color: var(--muted); margin-top: 10px; font-size: 1.05rem; }
.fit__grid { display: grid; gap: var(--sp-s); }
.fit__card { border: 1px solid var(--border); border-radius: var(--radius); padding: var(--sp-m); box-shadow: var(--shadow); }
.fit__card--no { background: #FCF4F4; border-color: rgba(214, 69, 69, .22); }
.fit__card--yes { background: var(--accent-soft); border-color: rgba(37, 99, 235, .28); }
.fit__title { display: flex; align-items: center; gap: 10px; font-size: 1.2rem; font-weight: 600; margin-bottom: var(--sp-s); }
.fit__badge { width: 30px; height: 30px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; flex: none; color: #fff; }
.fit__badge .lp-ic { width: 18px; height: 18px; }
.fit__badge--no { background: #E5484D; }
.fit__badge--yes { background: var(--accent); }
.fit__list { display: grid; gap: 13px; }
.fit__list li { display: flex; align-items: flex-start; gap: 11px; color: var(--ink); font-size: .98rem; line-height: 1.45; }
.fit__list li .lp-ic { width: 17px; height: 17px; margin-top: 3px; flex: none; }
.fit__card--no .fit__list li .lp-ic { color: #E5484D; }
.fit__card--yes .fit__list li .lp-ic { color: var(--accent); }

/* ── Performanță (PageSpeed) ──────────────────────────── */
.ps-sec { background: var(--alt); padding: var(--sp-l) 0; }
.ps__head { text-align: center; max-width: 720px; margin: 0 auto var(--sp-m); }
.ps__head .eyebrow { margin-bottom: 14px; }
.ps__sub { color: var(--muted); margin-top: 10px; font-size: 1.05rem; }

.ps__report { max-width: 880px; margin: 0 auto; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: var(--sp-m) var(--sp-s); }
.ps__bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: var(--sp-s); border-bottom: 1px solid var(--border); margin-bottom: var(--sp-m); }
.ps__url { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; color: var(--ink); font-size: .98rem; word-break: break-all; }
.ps__url .lp-ic { width: 18px; height: 18px; color: var(--accent); flex: none; }
.ps__device { display: inline-flex; align-items: center; gap: 7px; font-size: .82rem; color: var(--muted); border: 1px solid var(--border); border-radius: 100px; padding: 6px 14px; }
.ps__device .lp-ic { width: 14px; height: 14px; }

.ps__scores { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--sp-m) var(--sp-s); }
.ps__gauge { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; color: #0CCE6B; }
.ps__gauge.is-avg { color: #FFA400; }
.ps__gauge.is-poor { color: #FF4E42; }
.ps__dial { position: relative; width: 104px; height: 104px; }
.ps__dial svg { width: 100%; height: 100%; transform: rotate(-90deg); display: block; }
.ps__track { fill: none; stroke: currentColor; opacity: .15; }
.ps__ring { fill: none; stroke: currentColor; stroke-linecap: round; --circ: 339.292; stroke-dasharray: var(--circ); stroke-dashoffset: var(--circ); transition: stroke-dashoffset 1.4s cubic-bezier(.22, 1, .36, 1); }
.ps__num { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 1.9rem; font-weight: 700; font-variant-numeric: tabular-nums; }
.ps__label { color: var(--ink); font-weight: 600; font-size: .95rem; }

.ps__vitals { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: var(--sp-m); padding-top: var(--sp-m); border-top: 1px solid var(--border); }
.ps__vital { display: flex; align-items: center; gap: 12px; }
.ps__vital-dot { width: 14px; height: 14px; border-radius: 4px; flex: none; }
.ps__vital-dot.is-good { background: #0CCE6B; }
.ps__vital-dot.is-avg { background: #FFA400; }
.ps__vital-val { display: block; font-weight: 700; font-size: 1.1rem; color: var(--ink); line-height: 1.1; }
.ps__vital-label { display: block; font-size: .85rem; color: var(--muted); margin-top: 2px; }

.ps__legend { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; margin-top: var(--sp-m); padding-top: var(--sp-s); border-top: 1px solid var(--border); font-size: .8rem; color: var(--muted); }
.ps__legend span { display: inline-flex; align-items: center; gap: 7px; }
.ps__legend i { width: 11px; height: 11px; border-radius: 3px; display: inline-block; }
.ps__legend i.is-good { background: #0CCE6B; }
.ps__legend i.is-avg { background: #FFA400; }
.ps__legend i.is-poor { background: #FF4E42; }

.ps__note { max-width: 640px; margin: var(--sp-m) auto 0; text-align: center; color: var(--muted); font-size: .95rem; }
.ps__cta { text-align: center; margin-top: var(--sp-m); }

@media (min-width: 600px) {
    .ps__vitals { grid-template-columns: repeat(3, 1fr); }
    .ps__vital { justify-content: center; }
}
@media (min-width: 768px) {
    .ps__scores { grid-template-columns: repeat(4, 1fr); }
}
@media (min-width: 1024px) {
    .ps-sec { padding: var(--sp-xl) 0; }
    .ps__report { padding: var(--sp-l) var(--sp-m); }
}
@media (prefers-reduced-motion: reduce) {
    .ps__ring { transition: none; }
}


.cta__form .wpcf7-form p { margin: 0 0 14px; }
.cta__form label { display: block; font-size: .95rem; font-weight: 600; margin-bottom: 6px; color: #fff; }
.cta__form input[type=text],
.cta__form input[type=email],
.cta__form input[type=tel],
.cta__form select,
.cta__form textarea { width: 100%; padding: 14px 15px; font-size: 1rem; font-family: inherit; background: rgba(255,255,255,.14); color: #fff; border: 1px solid rgba(255,255,255,.28); border-radius: var(--radius-sm); outline: none; transition: border-color .2s ease, background .2s ease; }
.cta__form input:focus, .cta__form select:focus, .cta__form textarea:focus { border-color: #fff; background: rgba(255,255,255,.2); }
.cta__form ::placeholder { color: rgba(255,255,255,.6); }
.cta__form select option { color: #14121F; }
.cta__form .wpcf7-submit { width: 100%; cursor: pointer; border: none; background: #fff; color: var(--accent); font-weight: 600; font-size: 1.05rem; padding: 16px; border-radius: var(--pill); transition: transform .15s ease, opacity .2s ease; }
.cta__form .wpcf7-submit:hover { transform: translateY(-2px); opacity: .92; }
.cta__form .wpcf7-submit:disabled { opacity: .5; cursor: not-allowed; transform: none; }
.cta__form .wpcf7-spinner { margin: 10px auto 0; display: block; }
.cta__form .wpcf7-response-output { border-radius: var(--radius-sm); margin: 14px 0 0 !important; font-size: .9rem; color: #fff; border-color: rgba(255,255,255,.4) !important; }
.cta__form .wpcf7-not-valid-tip { color: #FFD7C4; font-size: .82rem; }

/* CF7: rând cu 2 coloane (Nume + Telefon) */
.cta__form .form-row { display: grid; gap: 0 14px; }
@media (min-width: 480px) { .cta__form .form-row { grid-template-columns: 1fr 1fr; } }

/* CF7: checkbox-uri de acceptare (pe blocul albastru → text alb) */
.cta__form .form-accept { margin: 4px 0 18px; }
.cta__form .form-accept p { margin: 0 0 8px; }
.cta__form .wpcf7-acceptance .wpcf7-list-item { margin: 0; }
.cta__form .wpcf7-acceptance label { display: flex; align-items: flex-start; gap: 9px; font-size: .85rem; line-height: 1.4; font-weight: 400; color: rgba(255, 255, 255, .82); cursor: pointer; margin: 0; }
.cta__form .wpcf7-acceptance input[type=checkbox] { width: 16px; height: 16px; margin: 2px 0 0; flex: none; accent-color: #fff; cursor: pointer; }
.cta__form .form-accept a { color: #fff; text-decoration: underline; }
.cta__form .form-accept a:hover { opacity: .85; }

.lp-form-fallback { color: rgba(255,255,255,.82); }
.lp-form-fallback p { margin-bottom: 12px; }
.lp-form-fallback code { background: rgba(255,255,255,.18); padding: 2px 6px; border-radius: 5px; color: #fff; font-size: .85rem; }
.lp-form-fallback .btn { margin-top: 12px; }

/* ── Responsive ───────────────────────────────────────── */
@media (min-width: 600px) {
    .hero__cards { grid-template-columns: repeat(3, 1fr); gap: var(--sp-s); align-items: start; }
    .case:nth-child(1) { margin-top: 40px; }
    .case:nth-child(3) { margin-top: 20px; }
    .work { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .hero { padding: var(--sp-xl) 0 var(--sp-l); }
    .hero__top { grid-template-columns: 1.05fr .95fr; gap: var(--sp-xl); }
    .hero__head { max-width: none; }
    .hero__video { justify-content: flex-end; }
    .hero__video-frame { max-width: 340px; }
    .svc-sec, .work-sec, .says-sec, .clients-sec, .faq-sec, .fit-sec, .ads-sec { padding: var(--sp-xl) 0; }
    .fit__grid { grid-template-columns: 1fr 1fr; }
    .ads__grid { grid-template-columns: repeat(3, 1fr); }
    .svc { grid-template-columns: 1.1fr .9fr; align-items: start; gap: var(--sp-l); }
    .svc__preview { position: sticky; top: 110px; }
    .cta { grid-template-columns: 1fr 1fr; gap: var(--sp-l); padding: var(--sp-l); align-items: start; }
    .cta-sec { padding: var(--sp-xl) 0; }
}

@media (max-width: 640px) {
    .case{
        min-height: 283px;
    }
}
