/* ============================================================
   Celena Agency — landing.css  (prefix: cz-)
   Подключается ПОСЛЕ theme.css, поэтому переопределяет своё.
   Бренд: #fff / #1797F0 / #EDDB0D + градиент из логотипа.
   Светлый премиум-стиль, монохромные иконки, без внешних CDN.
   ============================================================ */
:root{
  --blue:#1797F0;--cyan:#00C4FF;--green:#1CE2A6;--yellow:#EDDB0D;
  --ink:#0b1320;--body:#42536a;--muted:#5c6a7d;--line:#e9eef5;--soft:#f4f9ff;--bunzo-page:#ffffff;
  --grad:linear-gradient(100deg,#1797F0 0%,#00C4FF 35%,#1CE2A6 70%,#EDDB0D 100%);
  --ffb:'Inter','Segoe UI',system-ui,-apple-system,Roboto,Arial,sans-serif;
  --ffh:'Sora','Inter','Segoe UI',system-ui,sans-serif;
}
.cz,.cz *{box-sizing:border-box}
html,body{margin:0;background:#fff}
.cz,.cz-nav,.cz-footer{font-family:var(--ffb);color:var(--body);line-height:1.65;font-size:16px}
.cz-paychip img{height:22px;display:block}
.cz img{max-width:100%;display:block}
.cz a{text-decoration:none;color:inherit}
.cz h1,.cz h2,.cz h3,.cz h4{font-family:var(--ffh);color:var(--ink);letter-spacing:-.02em;line-height:1.12;margin:0}
.cz p{margin:0}
.cz-wrap{max-width:1240px;margin:0 auto;padding:0 32px}
.cz-ic{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none}

/* buttons */
.cz-btn{font-family:var(--ffh);font-weight:600;font-size:15.5px;padding:15px 30px;border-radius:999px;display:inline-flex;
  align-items:center;gap:9px;cursor:pointer;border:2px solid transparent;transition:background .2s,box-shadow .25s,border-color .2s,color .2s,transform .2s}
.cz-btn .cz-ic{width:18px;height:18px}
.cz-btn--primary{color:#fff;background:var(--ink)}
.cz-btn--primary:hover{background:#1c2942;box-shadow:0 14px 30px rgba(11,19,32,.25);transform:translateY(-2px)}
.cz-btn--ghost{color:var(--ink);border-color:#d6e0ec;background:rgba(255,255,255,.7)}
.cz-btn--ghost:hover{border-color:var(--blue);color:var(--blue)}
.cz-btn--yellow{background:var(--yellow);color:var(--ink)}
.cz-btn--yellow:hover{box-shadow:0 14px 30px rgba(237,219,13,.4);transform:translateY(-2px)}
.cz-btn--sm{padding:10px 20px;font-size:14px}
/* перебиваем .cz a{color:inherit} — текст кнопок должен быть нужного цвета */
.cz a.cz-btn--primary,.cz a.cz-btn--primary:hover{color:#fff}
.cz a.cz-btn--yellow,.cz a.cz-btn--yellow:hover{color:var(--ink)}
.cz a.cz-btn--ghost{color:var(--ink)}

/* NAV */
.cz-nav{position:fixed;top:0;left:0;right:0;z-index:50;height:78px;display:flex;align-items:center;
  background:rgba(255,255,255,.96);border-bottom:1px solid var(--line)}
.cz-nav .cz-wrap{display:flex;align-items:center;justify-content:space-between;width:100%}
.cz-nav__logo{height:38px;width:auto}
.cz-nav__menu{display:flex;gap:28px;margin-left:auto;margin-right:22px}
.cz-nav__menu a{font-family:var(--ffh);font-weight:600;font-size:15px;color:var(--ink);position:relative}
.cz-nav__menu a::after{content:"";position:absolute;left:0;bottom:-6px;height:2px;width:0;background:var(--blue);transition:.25s}
.cz-nav__menu a:hover::after{width:100%}
.cz-nav__right{display:flex;align-items:center;gap:14px}
.cz-nav__cta{font-family:var(--ffh);font-weight:600;font-size:14px;color:#fff;background:var(--ink);padding:11px 22px;border-radius:999px;transition:background .2s}
.cz-nav__cta:hover{background:#1c2942}
.cz-burger{display:none;background:none;border:0;color:var(--ink);cursor:pointer;padding:6px}
.cz-burger .cz-ic{width:26px;height:26px;stroke-width:2}

/* lang switch */
.cz-lang{position:relative}
.cz-lang__cur{display:inline-flex;align-items:center;gap:6px;font-weight:600;font-size:14px;color:var(--ink);cursor:pointer;font-family:var(--ffh)}
.cz-lang__cur .cz-ic{width:16px;height:16px}
.cz-lang__menu{position:absolute;top:140%;right:0;background:#fff;border:1px solid var(--line);border-radius:12px;
  box-shadow:0 16px 40px rgba(13,40,70,.14);padding:6px;min-width:150px;opacity:0;visibility:hidden;transform:translateY(6px);transition:.2s;z-index:60}
.cz-lang:hover .cz-lang__menu{opacity:1;visibility:visible;transform:none}
.cz-lang__menu a{display:block;padding:9px 14px;border-radius:8px;font-size:14px;color:var(--ink)}
.cz-lang__menu a:hover{background:#eaf6ff;color:#0b5e96}

/* section heads */
.cz-section{padding:104px 0}
.cz-section--soft{background:var(--soft)}
.cz-shead{max-width:720px;margin:0 auto 56px;text-align:center}
.cz-label{display:inline-flex;align-items:center;gap:8px;color:#0b5e96;background:#eaf6ff;border:1px solid #cdeafd;
  font-weight:600;font-size:13px;padding:7px 15px;border-radius:999px;margin-bottom:18px;text-transform:uppercase;letter-spacing:.04em}
.cz-label .cz-ic{width:15px;height:15px}
.cz-shead h2{font-size:clamp(28px,3.6vw,42px);margin-bottom:14px}
.cz-shead p{color:var(--muted);font-size:18px}
.cz [data-anim]{opacity:0;transform:translateY(28px);transition:opacity .7s,transform .7s}
.cz [data-anim].cz-in{opacity:1;transform:none}

/* HERO (full-bg video, text right) */
.cz-hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:120px 0 70px;overflow:hidden;background:linear-gradient(120deg,#e9f4fe 0%,#f6f9fc 60%,#fff 100%)}
.cz-hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.cz-hero__fx{position:absolute;inset:0;width:100%;height:100%;z-index:1;pointer-events:none}
.cz-hero__scrim{position:absolute;inset:0;z-index:2;background:linear-gradient(90deg,rgba(255,255,255,0) 28%,rgba(255,255,255,.6) 46%,rgba(255,255,255,.92) 64%,rgba(255,255,255,.98) 100%)}
.cz-hero .cz-wrap{position:relative;z-index:3;display:flex;justify-content:flex-end;max-width:none;width:100%;padding-right:max(40px,10vw)}
.cz-hero--svc{min-height:62vh;padding:150px 0 90px;align-items:center}
.cz-hero--svc .cz-wrap{display:block;max-width:860px;margin:0 auto;width:auto;padding:0 24px;text-align:center;justify-content:center}
.cz-hero--svc .cz-hero__sub{margin-left:auto;margin-right:auto}
.cz-hero--svc .cz-hero__actions{justify-content:center}
.cz-hero__scrim--svc{background:linear-gradient(180deg,rgba(255,255,255,.5),rgba(255,255,255,.92))}
.cz-phone__scr img{width:100%;height:100%;object-fit:cover;display:block}
.cz-pfcard__th img{width:100%;height:100%;object-fit:cover;display:block}
.cz-card__more{font-family:var(--ffh);font-weight:600;color:var(--muted);display:inline-flex;align-items:center;gap:6px;font-size:13.5px;margin-left:14px}
.cz-card__more .cz-ic{width:14px;height:14px;transition:transform .2s}
.cz-card__more:hover{color:var(--blue)}
.cz-card:hover .cz-card__more .cz-ic{transform:translateX(4px)}
.cz-gdpr{position:fixed;left:0;right:0;bottom:0;z-index:95;background:#0b1320;color:#cdd8e6;display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;padding:14px 24px;font-size:14px;box-shadow:0 -8px 30px rgba(0,0,0,.2)}
.cz-gdpr a{color:#fff;text-decoration:underline}
.cz-gdpr .cz-btn{padding:9px 20px;font-size:13.5px}
.cz-hero__text{max-width:480px}
.cz-eyebrow{display:inline-flex;align-items:center;gap:9px;font-weight:600;font-size:13.5px;color:#0b5e96;background:#eaf6ff;border:1px solid #cdeafd;padding:7px 15px;border-radius:999px;margin-bottom:22px}
.cz-eyebrow .cz-dot{width:8px;height:8px;border-radius:50%;background:var(--blue)}
.cz-hero h1{font-weight:800;font-size:clamp(34px,4.6vw,62px);margin-bottom:20px}
.cz-tw{display:inline-block;min-height:1.05em;background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}
.cz-tw::after{content:"|";-webkit-text-fill-color:var(--blue);color:var(--blue);font-weight:400;animation:czcaret 1s steps(1) infinite}
@keyframes czcaret{50%{opacity:0}}
.cz-hero__sub{font-size:18.5px;color:var(--body);max-width:520px;margin-bottom:26px}
.cz-gbadge{display:inline-flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:7px 15px;margin-bottom:26px;box-shadow:0 6px 18px rgba(13,40,70,.06)}
.cz-gbadge b{font-family:var(--ffh);color:var(--ink);font-size:14px}
.cz-gbadge .cz-stars{display:inline-flex;gap:1px;color:var(--yellow)}
.cz-gbadge .cz-stars .cz-ic{width:14px;height:14px;fill:var(--yellow);stroke:var(--yellow)}
.cz-gbadge span{color:var(--muted);font-size:13px}
.cz-hero__actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:28px}
.cz-hero__badges{display:flex;flex-wrap:wrap;gap:10px 22px}
.cz-hbadge{display:inline-flex;align-items:center;gap:8px;font-weight:500;font-size:14.5px;color:var(--ink)}
.cz-hbadge .cz-ic{width:18px;height:18px;color:var(--blue);stroke-width:2.4}
.cz-float{position:absolute;z-index:3;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 16px 40px rgba(13,40,70,.14);padding:12px 15px;display:flex;align-items:center;gap:11px;animation:czbob 5s ease-in-out infinite}
.cz-float--1{top:120px;left:60px}
.cz-float--2{bottom:120px;left:130px;animation-delay:1.4s}
@keyframes czbob{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
.cz-float__ic{width:36px;height:36px;border-radius:10px;background:#eaf6ff;color:var(--blue);display:grid;place-items:center}
.cz-float__ic .cz-ic{width:19px;height:19px}
.cz-float b{font-family:var(--ffh);color:var(--ink);font-size:14px;display:block;line-height:1.2}
.cz-float span{font-size:12px;color:var(--muted)}

/* stats */
.cz-stats{border-top:1px solid var(--line);background:#fff}
.cz-stats .cz-wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:30px 32px}
.cz-stat{text-align:center}
.cz-stat b{font-family:var(--ffh);font-weight:800;font-size:34px;color:var(--ink);display:block}
.cz-stat span{color:var(--muted);font-size:14px}

/* generic card grids + rich hover */
.cz-g3{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.cz-g4{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}
.cz-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:20px;padding:32px 28px;overflow:hidden;transition:transform .28s,box-shadow .28s,border-color .28s}
.cz-card::before{content:"";position:absolute;left:0;top:0;height:4px;width:100%;background:var(--grad);transform:scaleX(0);transform-origin:left;transition:transform .35s}
.cz-card:hover{transform:translateY(-8px);box-shadow:0 26px 60px rgba(13,40,70,.12);border-color:transparent}
.cz-card:hover::before{transform:scaleX(1)}
.cz-card__ic{width:56px;height:56px;border-radius:15px;background:#eaf6ff;color:var(--blue);display:grid;place-items:center;margin-bottom:20px;transition:transform .28s,background .28s,color .28s}
.cz-card__ic .cz-ic{width:26px;height:26px}
.cz-card:hover .cz-card__ic{transform:scale(1.08) rotate(-4deg);background:var(--blue);color:#fff}
.cz-card h3{font-size:20px;margin-bottom:9px}
.cz-card p{color:var(--body);font-size:15px;margin-bottom:16px}
.cz-card__link{font-family:var(--ffh);font-weight:600;color:var(--blue);display:inline-flex;align-items:center;gap:7px;font-size:14.5px}
.cz-card__link .cz-ic{width:16px;height:16px;transition:transform .2s}
.cz-card:hover .cz-card__link .cz-ic{transform:translateX(5px)}

/* APPS section (full-bg video-3, text left) */
.cz-apps{position:relative;min-height:88vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(120deg,#f6f9fc,#e9f4fe)}
.cz-apps__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.cz-apps__scrim{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 34%,rgba(255,255,255,.55) 52%,rgba(255,255,255,0) 72%)}
.cz-apps .cz-wrap{position:relative;z-index:2}
.cz-apps__text{max-width:520px}
.cz-apps__text h2{font-size:clamp(28px,3.8vw,44px);margin-bottom:18px}
.cz-apps__text>p{font-size:18px;margin-bottom:24px}
.cz-applist{list-style:none;display:grid;gap:14px;margin:0 0 30px;padding:0}
.cz-applist li{display:flex;align-items:center;gap:12px;font-weight:500;color:var(--ink);font-size:16px}
.cz-applist .cz-ic{width:20px;height:20px;color:var(--blue);stroke-width:2.2}

/* products */
.cz-prodcard{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;display:flex;flex-direction:column;transition:transform .28s,box-shadow .28s}
.cz-prodcard:hover{transform:translateY(-8px);box-shadow:0 26px 60px rgba(13,40,70,.12)}
.cz-prodcard__top{padding:30px 26px 0;display:flex;justify-content:center;background:linear-gradient(180deg,#eef5fc,#fff)}
.cz-phone{width:150px;border:8px solid var(--ink);border-radius:26px;background:var(--ink);box-shadow:0 18px 40px rgba(13,40,70,.18);transition:transform .28s}
.cz-prodcard:hover .cz-phone{transform:translateY(-6px)}
.cz-phone__scr{border-radius:18px;overflow:hidden;aspect-ratio:9/18;display:flex;flex-direction:column;background:#fff}
.cz-phone__bar{height:34%;display:grid;place-items:center;color:#fff}
.cz-phone__bar .cz-ic{width:30px;height:30px;stroke-width:1.6}
.cz-phone__body{flex:1;padding:10px 9px;display:grid;gap:7px;align-content:start}
.cz-phone__chip{height:26px;border-radius:7px;background:#f1f6fb}
.cz-phone__line{height:9px;border-radius:5px;background:#eef2f7}
.cz-phone__line.s{width:60%}
.cz-prodcard__b{padding:22px 26px 28px}
.cz-prodcard__tag{display:inline-block;font-size:12px;font-weight:600;color:#0b5e96;background:#eaf6ff;padding:4px 11px;border-radius:999px;margin-bottom:11px}
.cz-prodcard h3{font-size:20px;margin-bottom:7px}
.cz-prodcard p{font-size:14.5px;color:var(--body);margin-bottom:14px}
.cz-prodcard__meta{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px}
.cz-prodcard__meta .cz-ic{width:15px;height:15px}

/* portfolio */
.cz-pfcard{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;display:flex;flex-direction:column;transition:transform .28s,box-shadow .28s}
.cz-pfcard:hover{transform:translateY(-8px);box-shadow:0 26px 60px rgba(13,40,70,.12)}
.cz-pfcard__th{height:158px;display:grid;place-items:center;color:#fff;font-family:var(--ffh);font-weight:700;font-size:16px;position:relative;overflow:hidden}
.cz-pfcard__th::after{content:"";position:absolute;inset:0;background:rgba(11,19,32,.12);transition:.3s}
.cz-pfcard:hover .cz-pfcard__th::after{background:rgba(11,19,32,0)}
.cz-pfcard__th span{position:relative;z-index:1;text-shadow:0 2px 10px rgba(0,0,0,.3)}
.cz-pfcard__b{padding:20px 22px 22px;flex:1;display:flex;flex-direction:column}
.cz-pfcard__tag{align-self:flex-start;font-size:12px;font-weight:600;color:#0b5e96;background:#eaf6ff;padding:4px 11px;border-radius:999px;margin-bottom:11px}
.cz-pfcard h3{font-size:18px;margin-bottom:5px}
.cz-pfcard p{font-size:14px;color:var(--muted);flex:1;margin-bottom:13px}
.cz-pfcard__v{font-family:var(--ffh);font-weight:600;font-size:14px;color:var(--ink);display:inline-flex;align-items:center;gap:7px}
.cz-pfcard__v .cz-ic{width:15px;height:15px;transition:transform .2s}
.cz-pfcard:hover .cz-pfcard__v .cz-ic{transform:translateX(4px)}
.cz-c1{background:linear-gradient(135deg,#1797F0,#0c5aa6)}.cz-c2{background:linear-gradient(135deg,#0ea5a4,#0f766e)}
.cz-c3{background:linear-gradient(135deg,#2563eb,#1e3a8a)}.cz-c4{background:linear-gradient(135deg,#06b6d4,#0e7490)}
.cz-c5{background:linear-gradient(135deg,#334155,#0f172a)}

/* why */
.cz-why{text-align:center;padding:10px}
.cz-why__ic{width:64px;height:64px;border-radius:18px;background:#eaf6ff;color:var(--blue);display:grid;place-items:center;margin:0 auto 18px;transition:transform .28s,background .28s,color .28s}
.cz-why__ic .cz-ic{width:28px;height:28px}
.cz-why:hover .cz-why__ic{transform:translateY(-4px);background:var(--blue);color:#fff}
.cz-why h3{font-size:18px;margin-bottom:7px}
.cz-why p{color:var(--muted);font-size:14.5px}

/* process */
.cz-step{background:#fff;border:1px solid var(--line);border-radius:20px;padding:30px 26px;transition:transform .28s,box-shadow .28s}
.cz-step:hover{transform:translateY(-6px);box-shadow:0 22px 50px rgba(13,40,70,.10)}
.cz-step b{font-family:var(--ffh);font-weight:800;font-size:34px;color:#cfe3f6;display:block;margin-bottom:12px;transition:color .28s}
.cz-step:hover b{color:var(--blue)}
.cz-step h3{font-size:18px;margin-bottom:7px}
.cz-step p{color:var(--muted);font-size:14.5px}

/* testimonials */
.cz-tcard{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px 26px;transition:transform .28s,box-shadow .28s}
.cz-tcard:hover{transform:translateY(-6px);box-shadow:0 22px 50px rgba(13,40,70,.10)}
.cz-tcard__st{display:flex;gap:3px;color:var(--yellow);margin-bottom:14px}
.cz-tcard__st .cz-ic{width:17px;height:17px;fill:var(--yellow);stroke:var(--yellow)}
.cz-tcard blockquote{font-style:italic;color:var(--ink);font-size:15.5px;margin:0 0 16px}
.cz-tcard cite{font-style:normal}
.cz-tcard cite b{font-family:var(--ffh);color:var(--ink);display:block;font-size:14px}
.cz-tcard cite span{color:var(--muted);font-size:13px}

/* cta */
.cz-cta{padding:66px 0;background:linear-gradient(120deg,#1797F0,#0f79cc)}
.cz-cta .cz-wrap{display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap}
.cz-cta h2{color:#fff;font-size:clamp(24px,3vw,34px)}
.cz-cta p{color:rgba(255,255,255,.92);font-size:18px;margin-top:4px}

/* contact + form */
.cz-contact{display:grid;grid-template-columns:1fr 1.1fr;gap:50px;align-items:start}
.cz-contact h2{font-size:clamp(26px,3vw,38px);margin:14px 0 12px}
.cz-clead{color:var(--muted);font-size:17px;margin-bottom:26px}
.cz-clist{list-style:none;display:grid;gap:15px;padding:0;margin:0}
.cz-clist li{display:flex;align-items:center;gap:13px;color:var(--ink);font-weight:500}
.cz-clist__ic{width:42px;height:42px;border-radius:12px;background:#eaf6ff;color:var(--blue);display:grid;place-items:center}
.cz-clist__ic .cz-ic{width:19px;height:19px}
.cz-clist small{color:var(--muted);font-weight:400}
.cz-form{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 22px 60px rgba(13,40,70,.10);padding:34px}
.cz-form h3{font-size:21px;margin-bottom:20px}
.cz-frow{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.cz-field{display:block;margin-bottom:16px}
.cz-field label{display:block;font-family:var(--ffh);font-weight:600;font-size:13px;color:var(--ink);margin-bottom:7px}
.cz-field input,.cz-field select,.cz-field textarea{width:100%;border:1.5px solid var(--line);border-radius:12px;padding:13px 15px;font-family:var(--ffb);font-size:15px;color:var(--ink);background:var(--soft);transition:border-color .2s,box-shadow .2s,background .2s}
.cz-field input:focus,.cz-field select:focus,.cz-field textarea:focus{outline:none;border-color:var(--blue);background:#fff;box-shadow:0 0 0 4px #eaf6ff}
.cz-field textarea{resize:vertical;min-height:104px}
.cz-field.cz-err input,.cz-field.cz-err select,.cz-field.cz-err textarea{border-color:#ef4444}
.cz-hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}
.cz-form .cz-btn{width:100%;justify-content:center}
.cz-fnote{text-align:center;color:var(--muted);font-size:13px;margin-top:14px;display:flex;align-items:center;justify-content:center;gap:6px}
.cz-fnote .cz-ic{width:15px;height:15px;color:var(--blue)}
.cz-ok{text-align:center;padding:20px 6px}
.cz-ok__ic{width:70px;height:70px;border-radius:50%;background:#1cae6a;color:#fff;display:grid;place-items:center;margin:0 auto 18px}
.cz-ok__ic .cz-ic{width:32px;height:32px;stroke-width:2.6}
.cz-ok h3{font-size:21px;margin-bottom:10px}
.cz-ok p{color:var(--muted);margin-bottom:8px}

/* footer */
.cz-footer{background:var(--ink);color:#aebccd;padding:64px 0 28px}
.cz-footer__top{display:grid;grid-template-columns:1.4fr 2fr;gap:50px;padding-bottom:38px;border-bottom:1px solid rgba(255,255,255,.08)}
.cz-footer__logo{height:32px;margin-bottom:18px}
.cz-footer__desc{color:#93a3b6;font-size:15px;max-width:360px;margin-bottom:20px}
.cz-footer__soc{display:flex;gap:11px}
.cz-footer__soc a{width:42px;height:42px;border-radius:12px;background:rgba(255,255,255,.08);color:#fff;display:grid;place-items:center;transition:.2s}
.cz-footer__soc a:hover{background:var(--blue);transform:translateY(-3px)}
.cz-footer__soc .cz-ic{width:18px;height:18px}
.cz-footer__links{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.cz-footer__col h4{color:#fff;font-family:var(--ffh);font-size:15px;margin-bottom:15px;font-weight:600}
.cz-footer__col a{display:block;color:#aebccd;font-size:14.5px;padding:5px 0}
.cz-footer__col a:hover{color:var(--blue)}
.cz-footer__bank{display:flex;flex-wrap:wrap;gap:14px 28px;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:14px;color:#c9d4e2}
.cz-footer__bank b{color:var(--blue);font-family:var(--ffh);margin-right:8px}
.cz-footer__pay{display:flex;gap:10px;padding:20px 0;align-items:center}
.cz-paychip{background:#fff;color:#0b1320;border-radius:6px;padding:5px 12px;font-family:var(--ffh);font-weight:700;font-size:13px;letter-spacing:.04em}
.cz-footer__bot{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;padding-top:20px;font-size:13.5px;color:#7e8ea1}
.cz-footer__bot a{color:#aebccd}.cz-footer__bot a:hover{color:#fff}

/* whatsapp float */
.cz-wa{position:fixed;right:22px;bottom:22px;z-index:80;width:56px;height:56px;border-radius:50%;background:#25D366;color:#fff;display:grid;place-items:center;box-shadow:0 10px 30px rgba(37,211,102,.45);animation:czwa 2.4s infinite}
.cz-wa .cz-ic{width:28px;height:28px;stroke-width:2}
@keyframes czwa{0%{box-shadow:0 0 0 0 rgba(37,211,102,.5)}70%{box-shadow:0 0 0 16px rgba(37,211,102,0)}100%{box-shadow:0 0 0 0 rgba(37,211,102,0)}}

/* featured product (vexar.io) — shimmering highlight */
.cz-prodcard--feat{position:relative;z-index:1;box-shadow:0 20px 50px rgba(23,151,240,.20);animation:czfeatglow 4.5s ease-in-out infinite}
.cz-prodcard--feat::before{content:"";position:absolute;inset:0;border-radius:22px;padding:2.5px;background:linear-gradient(120deg,#1797F0,#00C4FF,#1CE2A6,#EDDB0D,#1797F0);background-size:300% 100%;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:czshimmer 4.5s linear infinite;pointer-events:none;z-index:5}
.cz-prodcard--feat .cz-prodcard__top{background:linear-gradient(180deg,#e7f3ff,#fff)}
.cz-prodcard__flag{position:absolute;top:14px;right:14px;z-index:6;display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:#fff;padding:6px 12px;border-radius:999px;background:linear-gradient(120deg,#1797F0,#00C4FF,#1CE2A6,#EDDB0D);background-size:300% 100%;animation:czshimmer 4.5s linear infinite;box-shadow:0 8px 20px rgba(23,151,240,.4)}
.cz-prodcard__flag .cz-ic{width:13px;height:13px;stroke-width:0;fill:#fff}
@keyframes czshimmer{to{background-position:300% 50%}}
@keyframes czfeatglow{0%,100%{box-shadow:0 20px 50px rgba(23,151,240,.20)}50%{box-shadow:0 24px 60px rgba(28,226,166,.30)}}

/* whatsapp floats above GDPR banner while it is visible */
.cz-wa{transition:bottom .3s ease}
body.cz-gdpr-on .cz-wa{bottom:104px}

/* contact form select flash when preselected from a service card */
.cz-flash{animation:czflash 1.4s ease}
@keyframes czflash{0%,100%{box-shadow:0 0 0 0 rgba(23,151,240,0)}30%{box-shadow:0 0 0 4px rgba(23,151,240,.28)}}

@media(prefers-reduced-motion:reduce){.cz-prodcard--feat,.cz-prodcard--feat::before,.cz-prodcard__flag{animation:none}}

/* responsive */
@media(max-width:1024px){.cz-g3,.cz-g4{grid-template-columns:repeat(2,1fr)}.cz-contact{grid-template-columns:1fr;gap:36px}.cz-footer__top{grid-template-columns:1fr;gap:30px}}
@media(max-width:900px){
  .cz-burger{display:inline-flex}
  .cz-nav__menu{position:absolute;top:78px;left:0;right:0;flex-direction:column;gap:0;margin:0;background:#fff;border-bottom:1px solid var(--line);padding:8px 0;display:none}
  .cz-nav__menu.cz-open{display:flex}
  .cz-nav__menu a{padding:14px 32px;width:100%;font-size:17px}
  .cz-nav__menu a::after{display:none}
  .cz-hero .cz-wrap{justify-content:flex-start}.cz-hero__text{max-width:100%}
  .cz-hero__scrim,.cz-apps__scrim{background:linear-gradient(180deg,rgba(255,255,255,.62),rgba(255,255,255,.92))}
  .cz-float{display:none}.cz-stats .cz-wrap{grid-template-columns:repeat(2,1fr)}
  .cz-cta .cz-wrap{flex-direction:column;text-align:center}
}
@media(max-width:620px){.cz-section{padding:70px 0}.cz-g3,.cz-g4,.cz-frow{grid-template-columns:1fr}body.cz-gdpr-on .cz-wa{bottom:132px}}

/* ===== правки 2026-06-14 (GDPR / фон процесса / адаптив / apps-видео) ===== */
/* GDPR: класс .cz-gdpr{display:flex} перебивал атрибут [hidden] → кнопка «Понятно» не прятала баннер */
.cz-gdpr[hidden]{display:none}

/* Секция «From idea to launch in 4 steps» — фоновая картинка со светлым оверлеем (текст и карточки читаемы) */
#process{background-image:linear-gradient(rgba(255,255,255,.12),rgba(255,255,255,.22)),url('/templates/celena-agency/assets/process-bg.jpg');background-size:cover;background-position:center;background-repeat:no-repeat}

@media(max-width:900px){
  /* шапка: прячем крупную CTA-кнопку (есть бургер + кнопки в hero) — убираем тесноту */
  .cz-nav__cta{display:none}
  /* hero не на весь экран — меньше пустоты на телефоне */
  .cz-hero{min-height:auto;padding:100px 0 56px}
  /* APPS: делаем видео видимым, сдвигаем влево, оверлей мягче */
  .cz-apps{min-height:auto;padding:60px 0}
  .cz-apps__video{object-position:80% center}
  .cz-apps__scrim{background:linear-gradient(180deg,rgba(255,255,255,.5),rgba(255,255,255,.82))}
}

/* ===== брендинг внутренних страниц (page/news/404/search/account) под стиль лендинга ===== */
/* тема использует переменные --bunzo-*; переопределяем под бренд: белый фон, синий акцент, шрифт Sora */
:root{
  --bunzo-page:#ffffff;
  --bunzo-accent:#1797F0;
  --bunzo-accent-soft:#eaf6ff;
  --bunzo-tag-bg:#eaf6ff;
  --bunzo-tag-text:#0b5e96;
  --bunzo-dark:#0b1320;
  --bunzo-radius:18px;
}
.bz-article-title,.bz-section-title,.bz-page-head h1,.bz-404-title,.bz-comments h2,.bz-article-body h2,.bz-article-body h3{font-family:var(--ffh);color:var(--ink);letter-spacing:-.02em}
.bz-404-num{background:var(--grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}
.bz-tag,.bz-by{font-family:var(--ffh)}
.cz-side{display:grid;gap:12px}
.cz-side a{display:flex;align-items:center;gap:11px;color:var(--ink);font-weight:500;font-size:14.5px;padding:9px 12px;border:1px solid var(--line);border-radius:12px;transition:border-color .2s,background .2s}
.cz-side a:hover{border-color:var(--blue);background:var(--soft);color:var(--blue)}
.cz-side .cz-ic{width:18px;height:18px;color:var(--blue);flex:none}
