
/* =============================================================================
   CHYZH AGENCY · Home page styles (v5 — aligned to GEO/AEO + calculator system)
   =============================================================================
   • All classes namespaced `chyzh-*` — fully isolated from the live theme.
   • Design tokens now mirror the GEO design system (geo-blocks.css):
       font  = Plus Jakarta Sans   (was Gilroy → "thin font" mismatch fixed)
       green = #16A34A             (was #06893F)
       text  = #1A1A1A / #555 / #888
       bg    = #F1F1F1 body, #F4F4F4 section, #FFF surface
       radii = sharp family (8–14px), pills 999px
       h2    = weight 800, clamp(28–44px), ls -.025em
   • The dark hero / CTA / discuss keep their depth but adopt the geo palette.
   ============================================================================ */


/* -----------------------------------------------------------------------------
   1. DESIGN TOKENS  (parity with GEO system)
   -------------------------------------------------------------------------- */
.chyzh-page{
  /* Colors — straight from geo-blocks.css */
  --c-accent:        #16A34A;
  --c-accent-2:      #16A34A;
  --c-accent-dim:    #166534;
  --c-accent-bright: #21E06C;
  --c-accent-soft:   rgba(22,163,74,.10);
  --c-accent-glow:   rgba(22,163,74,.28);
  --c-text:          #1A1A1A;
  --c-text-2:        #555555;
  --c-text-muted:    #888888;
  --c-text-h:        #111111;
  --c-stroke:        #D0D0D0;
  --c-border:        #E0E0E0;
  --c-border-soft:   #EEEEEE;
  --c-bg-light:      #F4F4F4;
  --c-bg-soft:       #F1F1F1;
  --c-surface:       #FFFFFF;
  --c-dark:          #0B0D0C;
  --c-dark-2:        #06100a;
  --c-line:          rgba(0,0,0,.08);

  /* Layout */
  --layout-max:      1456px;
  --layout-pad:      52px;
  --section-y:       72px;

  /* Typography (geo: h2 clamp 28–44, weight 800) */
  --fz-h1:           clamp(38px, 4.4vw, 60px);
  --fz-h2:           clamp(28px, 3.4vw, 44px);
  --fz-h3:           22px;
  --fz-h4:           19px;
  --fz-body:         16px;
  --fz-lead:         17px;

  /* Radius — geo-family sharp, harmonised with calculator */
  --r-btn:           8px;
  --r-card:          12px;
  --r-card-lg:       14px;
  --r-card-xl:       16px;

  /* Shadows */
  --shadow-card:     0 14px 44px -26px rgba(0,0,0,.12);
  --shadow-card-hv:  0 26px 70px -22px rgba(22,163,74,.26);
  --shadow-form:     0 24px 64px -28px rgba(0,0,0,.12);

  /* Font — Plus Jakarta Sans (geo system) */
  --font-base:       "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
}


/* -----------------------------------------------------------------------------
   2. BASE  (scoped reset — only inside .chyzh-page)
   -------------------------------------------------------------------------- */
.chyzh-page, .chyzh-page *, .chyzh-page *::before, .chyzh-page *::after{box-sizing:border-box}
.chyzh-page{
  font-family:var(--font-base);
  color:var(--c-text);
  background:var(--c-bg-soft);
  font-size:var(--fz-body);
  line-height:1.6;
  font-weight:400;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  overflow-x:clip;
}
.chyzh-page a{color:inherit;text-decoration:none}
.chyzh-page p{margin:0}
.chyzh-page ul{list-style:none;padding:0;margin:0}
.chyzh-page img{display:block;max-width:100%}
.chyzh-page button,
.chyzh-page input,
.chyzh-page select,
.chyzh-page textarea{font-family:inherit}

/* Heading reset and sizing (geo: bold 800 headings, tight tracking) */
.chyzh-page h1, .chyzh-h1{
  margin:0;font-family:var(--font-base);font-weight:800;letter-spacing:-.03em;line-height:1.05;
  font-size:var(--fz-h1);color:var(--c-text-h);
}
.chyzh-page h2, .chyzh-h2{
  margin:0;font-family:var(--font-base);font-weight:800;letter-spacing:-.025em;line-height:1.1;
  font-size:var(--fz-h2);color:var(--c-text-h);
}
.chyzh-page h3, .chyzh-h3{
  margin:0;font-family:var(--font-base);font-weight:700;letter-spacing:-.01em;line-height:1.25;
  font-size:var(--fz-h3);
}
.chyzh-page h4, .chyzh-h4{
  margin:0;font-family:var(--font-base);font-weight:700;line-height:1.3;
  font-size:var(--fz-h4);
}


/* -----------------------------------------------------------------------------
   3. SHARED COMPONENTS
   -------------------------------------------------------------------------- */

/* Layout shell — geo container width */
.chyzh-shell{width:100%;max-width:var(--layout-max);margin:0 auto;padding:0 var(--layout-pad)}

/* Section wrapper */
.chyzh-section{position:relative;padding:var(--section-y) 0;overflow:hidden}
.chyzh-section--light{background:var(--c-bg-light)}
.chyzh-section--soft{background:var(--c-bg-soft)}
.chyzh-section--dark{background:var(--c-dark);color:#fff}

/* Eyebrow — geo pill style: small dash + uppercase, tight tracking */
.chyzh-eyebrow{
  position:relative;display:inline-flex;align-items:center;gap:8px;
  padding:6px 14px 6px 0;border-radius:999px;background:transparent;
  color:var(--c-accent);
  font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
  vertical-align:middle;
}
.chyzh-eyebrow::before{
  content:"";display:block;width:20px;height:1px;background:var(--c-accent);
  flex-shrink:0;
}
.chyzh-eyebrow--on-dark{color:var(--c-accent-bright)}
.chyzh-eyebrow--on-dark::before{background:var(--c-accent-bright)}

/* Accent text */
.chyzh-accent{color:var(--c-accent)}

/* Section heading block (eyebrow + h2 + lead) */
.chyzh-section-head{
  display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);
  gap:60px;align-items:end;margin-bottom:52px;position:relative;z-index:1;
}
.chyzh-section-head__title{margin-top:18px;text-wrap:balance;font-style:normal;font-weight:800}
.chyzh-section-head__title em{font-style:normal;font-weight:800;color:var(--c-accent)}
.chyzh-section-head__lead{
  color:var(--c-text-2);font-size:16px;line-height:1.7;max-width:560px;font-weight:400;
}

/* Buttons — geo-btn: radius 8px, weight 600, solid green primary */
.chyzh-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  height:48px;padding:0 28px;border-radius:var(--r-btn);
  border:1px solid transparent;cursor:pointer;
  font-family:inherit;font-weight:600;font-size:15px;text-decoration:none;letter-spacing:.01em;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
/* Primary accent — solid green + glow + shimmer (geo-btn-primary) */
.chyzh-page .chyzh-btn--accent,
.chyzh-page .chyzh-btn--light{
  position:relative;overflow:hidden;isolation:isolate;
  background:var(--c-accent);
  color:#fff;
  box-shadow:0 6px 20px rgba(22,163,74,.32);
}
.chyzh-page .chyzh-btn--accent::after,
.chyzh-page .chyzh-btn--light::after{
  content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.22) 50%,transparent 70%);
  transform:translateX(-100%);
}
.chyzh-page .chyzh-btn--accent:hover,
.chyzh-page .chyzh-btn--light:hover{
  background:#15B257;
  color:#fff;
  box-shadow:0 12px 30px rgba(22,163,74,.42);
  transform:translateY(-1px);
}
.chyzh-page .chyzh-btn--accent:hover::after,
.chyzh-page .chyzh-btn--light:hover::after{
  transform:translateX(100%);transition:transform .7s ease;
}
.chyzh-btn--outline{background:transparent;border-color:var(--c-stroke);color:var(--c-text)}
.chyzh-btn--outline:hover{border-color:var(--c-text);background:#fff}
.chyzh-btn--outline-on-dark{background:transparent;border-color:rgba(255,255,255,.22);color:#fff}
.chyzh-btn--outline-on-dark:hover{border-color:#fff;background:rgba(255,255,255,.06)}
.chyzh-btn--lg{height:52px;padding:0 34px;font-size:16px}
.chyzh-btn__arrow{width:18px;height:18px;transition:transform .2s ease}
.chyzh-btn:hover .chyzh-btn__arrow{transform:translate(3px,-1px)}

/* Reveal on scroll */
.chyzh-reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease, transform .7s ease}
.chyzh-reveal.is-visible{opacity:1;transform:translateY(0)}


/* =============================================================================
   4. HERO  ───  Page header + KPI carousel (dark, geo palette)
   ============================================================================ */
.chyzh-hero{
  position:relative;color:#fff;
  padding:116px 0 84px;
  overflow:hidden;isolation:isolate;
  background:
    radial-gradient(900px 600px at 18% 0%, rgba(22,163,74,.18), transparent 60%),
    radial-gradient(700px 600px at 85% 100%, rgba(22,163,74,.14), transparent 65%),
    linear-gradient(180deg, #0B0D0C 0%, #050706 100%);
}
.chyzh-hero::before{
  content:"";position:absolute;inset:0;z-index:-1;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size:64px 64px;
  mask-image:radial-gradient(900px 700px at 60% 40%, #000 30%, transparent 90%);
}

.chyzh-hero__grid{
  position:relative;
  display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:60px;align-items:center;
}
.chyzh-hero__location{
  display:inline-flex;align-items:center;gap:8px;
  font-size:13px;color:rgba(255,255,255,.55);font-weight:500;
  letter-spacing:.04em;margin-bottom:18px;
}
.chyzh-hero__location svg{width:14px;height:14px;color:var(--c-accent-bright)}
.chyzh-page .chyzh-hero__title{color:#fff;margin-bottom:26px;text-wrap:balance;font-style:normal;font-weight:800;letter-spacing:-.03em}
.chyzh-page .chyzh-hero__title em{font-style:normal;font-weight:800;color:var(--c-accent-bright)}
.chyzh-hero__accent-line{
  width:176px;height:6px;border-radius:6px;
  background:linear-gradient(90deg, var(--c-accent-bright), rgba(22,163,74,0));
  box-shadow:0 0 28px rgba(22,163,74,.6);
  margin:0 0 30px;
}
.chyzh-hero__desc{
  color:rgba(255,255,255,.72);font-size:var(--fz-lead);line-height:1.7;
  max-width:640px;margin-bottom:36px;font-weight:400;
}
.chyzh-hero__actions{
  display:flex;flex-wrap:wrap;gap:14px;
  margin-top:44px;
}

/* Quick links — full-width row centered below the hero grid */
.chyzh-quick-links{
  position:relative;z-index:1;
  display:flex;flex-wrap:wrap;gap:12px;
  justify-content:center;align-items:center;
  margin-top:60px;
  padding-top:32px;
  border-top:1px solid rgba(255,255,255,.08);
}
.chyzh-quick-links__link{
  display:inline-flex;align-items:center;gap:8px;
  padding:10px 18px;border-radius:999px;
  background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.85);font-size:14px;font-weight:500;
  transition:background .2s ease, border-color .2s ease, color .2s ease;
}
.chyzh-quick-links__link:hover{
  background:rgba(22,163,74,.12);border-color:rgba(22,163,74,.40);color:var(--c-accent-bright);
}
.chyzh-quick-links__link svg{width:15px;height:15px;color:var(--c-accent-bright)}

/* KPI carousel — geo glass card */
.chyzh-hero-kpi{
  position:relative;min-width:0;
  border-radius:var(--r-card-xl);padding:30px;
  background:linear-gradient(155deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,.015) 100%);
  border:1px solid rgba(22,163,74,.30);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10), 0 28px 80px -20px rgba(0,0,0,.6);
  backdrop-filter:blur(14px);
  overflow:hidden;
}
.chyzh-hero-kpi::before{
  content:"";position:absolute;top:-80px;right:-80px;width:320px;height:320px;
  background:radial-gradient(circle, rgba(22,163,74,.30), transparent 60%);
  pointer-events:none;
}
.chyzh-hero-kpi__list{position:relative;display:flex;flex-direction:column;gap:10px}
.chyzh-hero-kpi__item{
  display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:22px;
  padding:20px 22px;border-radius:12px;
  background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);
  transition:transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.chyzh-hero-kpi__item:hover,
.chyzh-hero-kpi__item.is-active{
  background:linear-gradient(90deg, rgba(22,163,74,.16), rgba(22,163,74,.02));
  border-color:rgba(22,163,74,.55);
  transform:translateX(6px);
  box-shadow:0 16px 50px -16px rgba(22,163,74,.4);
}
.chyzh-hero-kpi__num{
  font-size:30px;font-weight:800;color:#fff;line-height:1;letter-spacing:-.02em;
  min-width:140px;
}
.chyzh-hero-kpi__desc{color:rgba(255,255,255,.70);font-size:14px;line-height:1.45;margin:0}
.chyzh-hero-kpi__index{
  font-size:14px;font-weight:700;color:rgba(255,255,255,.35);letter-spacing:.06em;
}
.chyzh-hero-kpi__item.is-active .chyzh-hero-kpi__index{color:var(--c-accent-bright)}


/* =============================================================================
   5. STATS STRIP
   ============================================================================ */
.chyzh-stats{
  background:linear-gradient(180deg, #fff, var(--c-bg-soft));
  border-bottom:1px solid var(--c-border);
  padding:56px 0;
}
.chyzh-stats__title{
  text-align:center;max-width:980px;margin:0 auto 40px;
  font-size:22px;font-weight:700;color:var(--c-text);line-height:1.35;
}
.chyzh-stats__grid{display:grid;grid-template-columns:repeat(5, 1fr);gap:24px}
.chyzh-stats__item{padding:16px;text-align:center;border-right:1px solid var(--c-border)}
.chyzh-stats__item:last-child{border-right:0}
.chyzh-stats__num{
  font-size:36px;font-weight:800;color:var(--c-text-h);
  line-height:1;letter-spacing:-.02em;margin-bottom:10px;
}
.chyzh-stats__label{font-size:13px;color:var(--c-text-muted);line-height:1.4}


/* =============================================================================
   6. SERVICES  ───  6 cards, white → dark on hover
   ============================================================================ */
.chyzh-services{position:relative}
.chyzh-services::before,
.chyzh-services::after{content:"";position:absolute;border-radius:50%;pointer-events:none}
.chyzh-services::before{width:520px;height:420px;background:rgba(22,163,74,.05);right:200px;top:80px}
.chyzh-services::after {width:720px;height:420px;background:rgba(22,163,74,.06);right:-90px;bottom:120px}

.chyzh-services__grid{
  position:relative;z-index:1;
  display:grid;grid-template-columns:repeat(2, 1fr);gap:18px;
}

/* Cards start white. Hover turns them dark. */
.chyzh-service-card{
  position:relative;
  padding:40px 36px 32px;
  border-radius:var(--r-card-lg);
  background:var(--c-surface);
  border:1px solid var(--c-border);
  box-shadow:var(--shadow-card);
  min-height:312px;
  overflow:hidden;
  display:flex;flex-direction:column;
  color:var(--c-text);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease, color .25s ease, background .25s ease;
}
.chyzh-service-card:hover{
  transform:translateY(-6px);
  background:radial-gradient(circle at 85% 12%, rgba(22,163,74,.22), transparent 42%), var(--c-dark-2);
  border-color:rgba(22,163,74,.40);
  color:#fff;
  box-shadow:var(--shadow-card-hv);
}
.chyzh-service-card:hover .chyzh-service-card__num   {color:rgba(255,255,255,.28)}
.chyzh-service-card:hover .chyzh-service-card__title {color:#fff}
.chyzh-service-card:hover .chyzh-service-card__desc  {color:rgba(255,255,255,.72)}
.chyzh-service-card:hover .chyzh-service-card__icon{
  background:rgba(22,163,74,.18);color:var(--c-accent-bright);border-color:rgba(22,163,74,.40);
}
.chyzh-service-card:hover .chyzh-service-card__tags span{
  color:var(--c-accent-bright);background:rgba(22,163,74,.14);border-color:rgba(22,163,74,.5);
}
.chyzh-service-card:hover .chyzh-service-card__more{
  border-color:rgba(255,255,255,.28);color:#fff;background:rgba(255,255,255,.06);
}

.chyzh-service-card--featured,
.chyzh-service-card--wide{grid-column:span 1}

.chyzh-service-card__header{
  display:flex;align-items:flex-start;justify-content:space-between;gap:14px;
  margin-bottom:26px;
}
.chyzh-service-card__icon{
  width:54px;height:54px;border-radius:12px;flex-shrink:0;
  display:inline-flex;align-items:center;justify-content:center;
  background:var(--c-accent-soft);
  border:1px solid rgba(22,163,74,.25);
  color:var(--c-accent);
  transition:all .25s ease;
}
.chyzh-service-card__icon svg{width:26px;height:26px}
.chyzh-service-card__num{
  font-size:44px;font-weight:800;color:rgba(20,20,20,.16);
  line-height:1;letter-spacing:-.04em;transition:color .25s ease;
}

.chyzh-service-card__title{
  margin:0 0 14px;
  font-size:23px;line-height:1.2;letter-spacing:-.02em;font-weight:800;
  color:var(--c-text-h);
  transition:color .25s ease;
}
.chyzh-service-card__desc{
  font-size:15px;line-height:1.6;color:var(--c-text-2);
  margin-bottom:22px;flex:1;font-weight:400;
}

.chyzh-service-card__tags{
  display:flex;flex-wrap:wrap;gap:10px;
  margin:8px 0 30px;
}
.chyzh-service-card__tags span{
  border:1px solid rgba(22,163,74,.40);border-radius:999px;
  padding:7px 16px;
  color:var(--c-accent);font-weight:700;font-size:12px;
  background:rgba(22,163,74,.06);letter-spacing:.02em;
  transition:all .25s ease;
}

.chyzh-service-card__more{
  display:inline-flex;align-items:center;gap:10px;
  border:1px solid var(--c-text);border-radius:999px;
  padding:10px 20px;
  font-weight:700;font-size:14px;color:var(--c-text);
  align-self:flex-start;margin-top:auto;
  transition:all .25s ease;
}
.chyzh-service-card__more svg{width:14px;height:14px;transition:transform .2s ease}
.chyzh-service-card__more:hover svg{transform:translateX(3px)}


/* =============================================================================
   7. CTA BANNER  ───  Dark, CHYZH stamp
   ============================================================================ */
.chyzh-cta{position:relative;overflow:hidden;color:#fff;background:var(--c-dark)}
.chyzh-cta::before{
  content:"";position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size:64px 64px;opacity:.55;
}
.chyzh-cta__card{
  position:relative;
  display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  align-items:center;min-height:400px;
}
.chyzh-cta__visual{
  position:relative;min-height:400px;display:grid;place-items:center;
  background:radial-gradient(circle at 50% 60%, rgba(22,163,74,.30), transparent 40%);
}
.chyzh-cta__visual::before{
  content:"";position:absolute;left:14%;top:24%;width:360px;height:230px;
  border:2px solid rgba(22,163,74,.30);border-radius:60px;
  box-shadow:
    0 0 0 12px rgba(22,163,74,.04),
    0 0 0 24px rgba(22,163,74,.03),
    0 0 0 36px rgba(22,163,74,.02),
    0 0 0 48px rgba(22,163,74,.015);
  animation:chyzhStampPulse 4s ease-in-out infinite;
}
@keyframes chyzhStampPulse{
  0%,100%{transform:scale(1);opacity:1}
  50%   {transform:scale(1.04);opacity:.85}
}
.chyzh-cta__stamp{
  position:relative;z-index:2;
  padding:22px 48px;border:2px solid var(--c-accent-bright);border-radius:18px;
  color:#92ff9f;font-size:54px;letter-spacing:.06em;font-weight:800;
  background:rgba(2,6,4,.6);transform:rotate(8deg);
  text-shadow:0 0 24px rgba(22,163,74,.9);
  box-shadow:0 0 36px rgba(22,163,74,.40);
}
.chyzh-cta__content{padding:56px 80px 56px 40px}
.chyzh-cta__content h2{color:#fff;margin-bottom:20px;text-wrap:balance}
.chyzh-cta__content p{color:rgba(255,255,255,.7);font-size:var(--fz-lead);margin-bottom:32px;max-width:520px}


/* =============================================================================
   8. PORTFOLIO  ───  9 case cards
   ============================================================================ */
.chyzh-portfolio{position:relative;background:var(--c-bg-light)}
.chyzh-portfolio__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px}

.chyzh-case-card{
  position:relative;
  border-radius:var(--r-card-lg);overflow:hidden;
  background:#fff;border:1px solid var(--c-border);
  box-shadow:0 14px 44px -24px rgba(0,0,0,.12);
  display:block;color:var(--c-text);
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.chyzh-case-card:hover{
  transform:translateY(-6px);
  box-shadow:0 28px 70px -22px rgba(22,163,74,.22);
  border-color:rgba(22,163,74,.30);
}
.chyzh-case-card__media{
  position:relative;
  aspect-ratio:4/3;
  overflow:hidden;background:#f5f5f5;
}
.chyzh-case-card__media img{
  width:100%;height:100%;object-fit:cover;display:block;
  transition:transform .45s ease;
}
.chyzh-case-card:hover .chyzh-case-card__media img{transform:scale(1.04)}
.chyzh-case-card__labels{
  position:absolute;z-index:2;left:16px;right:16px;top:16px;
  display:flex;flex-wrap:wrap;gap:8px;
}
.chyzh-case-card__labels span{
  display:inline-flex;align-items:center;height:30px;padding:0 12px;
  border-radius:999px;background:rgba(255,255,255,.92);
  border:1px solid rgba(22,163,74,.20);color:var(--c-accent);
  font-size:12px;font-weight:700;backdrop-filter:blur(8px);
  box-shadow:0 4px 12px rgba(0,0,0,.10);
}
.chyzh-case-card__footer{
  display:flex;align-items:center;justify-content:space-between;
  gap:18px;padding:20px 22px;background:#fff;
}
.chyzh-case-card__year{
  display:inline-flex;align-items:center;height:30px;padding:0 12px;
  border-radius:999px;background:rgba(22,163,74,.10);color:var(--c-accent);
  font-size:13px;font-weight:700;
}
.chyzh-case-card__name{
  margin:0;max-width:68%;text-align:right;
  font-size:19px;line-height:1.15;font-weight:800;letter-spacing:-.02em;
  color:var(--c-text-h);
}


/* =============================================================================
   9. REVIEWS  ───  Two-column carousel
   ============================================================================ */
.chyzh-reviews{position:relative;background:var(--c-bg-light)}
.chyzh-reviews__grid{
  display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:72px;align-items:center;position:relative;
}
.chyzh-reviews__intro{color:var(--c-text-2);font-size:16px;line-height:1.7;max-width:440px;margin-top:22px}

.chyzh-reviews__stage{position:relative;min-height:440px;min-width:0}
.chyzh-review{
  position:absolute;inset:0;display:block;
  opacity:0;visibility:hidden;pointer-events:none;
  transform:translateX(28px);
  padding:42px;border-radius:var(--r-card-xl);
  background:#fff;border:1px solid var(--c-border);
  box-shadow:0 26px 70px -22px rgba(22,163,74,.10);
  transition:opacity .38s ease, transform .38s ease, visibility .38s ease;
}
.chyzh-review.is-active{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(0)}
.chyzh-review__quote-mark{font:800 74px/.7 Georgia, serif;color:rgba(22,163,74,.55)}
.chyzh-review__counter{
  position:absolute;right:36px;top:36px;
  color:var(--c-text-muted);font-weight:700;font-size:16px;
}
.chyzh-review__counter strong{color:var(--c-accent);font-weight:800}
.chyzh-review__text{
  position:relative;
  font-size:18px;line-height:1.6;color:var(--c-text);
  margin:18px 0 22px;font-weight:400;
  max-height:160px;overflow:hidden;
  transition:max-height .35s ease;
}
.chyzh-review.is-expanded .chyzh-review__text{max-height:800px}
.chyzh-review__text::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:56px;
  background:linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.96));
  pointer-events:none;transition:opacity .25s ease;
}
.chyzh-review.is-expanded .chyzh-review__text::after{opacity:0}

.chyzh-review__actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin:18px 0 6px}
.chyzh-page .chyzh-review__case-link{
  display:inline-flex;align-items:center;gap:10px;
  padding:12px 22px;border-radius:var(--r-btn);
  background:var(--c-accent);
  color:#fff;
  font:600 14px/1 var(--font-base);
  text-decoration:none;
  box-shadow:0 6px 20px rgba(22,163,74,.32);
  transition:background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.chyzh-page .chyzh-review__case-link:hover{
  background:#15B257;
  color:#fff;
  transform:translateY(-1px);
  box-shadow:0 12px 30px rgba(22,163,74,.42);
}
.chyzh-review__case-link svg{width:14px;height:14px;transition:transform .2s ease}
.chyzh-review__case-link:hover svg{transform:translateX(3px)}

.chyzh-review__toggle{
  display:inline-flex;align-items:center;gap:8px;
  padding:11px 22px;border-radius:var(--r-btn);
  background:#fff;border:1px solid var(--c-stroke);color:var(--c-text);
  font:700 14px/1 var(--font-base);cursor:pointer;
  transition:border-color .2s ease, background .2s ease, color .2s ease;
}
.chyzh-review__toggle:hover{
  border-color:var(--c-accent);background:var(--c-accent-soft);color:var(--c-accent);
}

.chyzh-review__author{
  border-top:1px solid var(--c-border);margin-top:22px;padding-top:22px;
  display:flex;align-items:center;gap:16px;
}
.chyzh-review__avatar{
  width:64px;height:64px;border-radius:50%;flex-shrink:0;overflow:hidden;
  background:#f0f0f0;
}
.chyzh-review__avatar img{
  width:100%;height:100%;object-fit:cover;display:block;
}
.chyzh-review__name{display:block;color:var(--c-accent);font-weight:800;font-size:18px}
.chyzh-review__role{display:block;color:var(--c-text-muted);font-size:14px;margin-top:2px}

.chyzh-reviews__nav{display:flex;align-items:center;gap:20px;margin-top:24px;position:relative;z-index:1}
.chyzh-reviews__nav-btn{
  width:50px;height:50px;border-radius:50%;
  border:1px solid var(--c-border);background:#fff;color:var(--c-text);
  cursor:pointer;display:inline-flex;align-items:center;justify-content:center;
  transition:border-color .22s ease, box-shadow .22s ease, color .22s ease;
}
.chyzh-reviews__nav-btn:hover{
  border-color:rgba(22,163,74,.55);color:var(--c-accent);
  box-shadow:0 12px 30px -8px rgba(22,163,74,.16);
}
.chyzh-reviews__nav-btn svg{width:18px;height:18px}
.chyzh-reviews__dots{display:flex;gap:10px}
.chyzh-reviews__dots button{
  width:10px;height:10px;padding:0;border-radius:50%;
  border:0;background:var(--c-stroke);cursor:pointer;transition:all .22s ease;
}
.chyzh-reviews__dots button.is-active{
  background:var(--c-accent);width:30px;border-radius:5px;
  box-shadow:0 0 12px rgba(22,163,74,.4);
}


/* =============================================================================
   10. WHY CHOOSE + CONTACT FORM
   ============================================================================ */
.chyzh-why{background:var(--c-bg-light)}
.chyzh-why__grid{
  display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:72px;align-items:start;
}
.chyzh-why__title{
  margin:0 0 34px;text-wrap:balance;
  font-style:normal;font-weight:800;
}
.chyzh-why__title em{
  font-style:normal;font-weight:800;
  color:var(--c-accent);
}
.chyzh-why__intro{
  color:var(--c-text-2);font-size:16px;line-height:1.7;max-width:560px;
  margin:0 0 56px;
}

.chyzh-why-list{margin:0;display:flex;flex-direction:column;gap:24px}
.chyzh-why-list__item{
  display:flex;gap:18px;align-items:flex-start;
  padding:0 0 24px;border-bottom:1px solid var(--c-border);
}
.chyzh-why-list__item:last-child{border-bottom:0;padding-bottom:0}
.chyzh-why-list__check{
  flex-shrink:0;width:32px;height:32px;border-radius:50%;margin-top:2px;
  display:inline-flex;align-items:center;justify-content:center;
  background:var(--c-accent-soft);color:var(--c-accent);
  border:1px solid rgba(22,163,74,.18);
}
.chyzh-why-list__check svg{width:16px;height:16px}
.chyzh-why-list__text{
  color:var(--c-text);font-size:16px;line-height:1.55;margin:0;
  font-style:normal;
}
.chyzh-why-list__text strong{font-weight:700;color:var(--c-text-h)}

/* Contact form */
.chyzh-form{
  background:#fff;border-radius:var(--r-card-xl);
  padding:36px;border:1px solid var(--c-border);
  box-shadow:var(--shadow-form);
  display:flex;flex-direction:column;gap:18px;
}
.chyzh-form__intro h3{
  font-size:26px;font-weight:800;color:var(--c-text-h);
  margin-bottom:10px;letter-spacing:-.02em;
}
.chyzh-form__intro p{color:var(--c-text-2);font-size:15px;line-height:1.55}
.chyzh-form__row{display:flex;flex-direction:column;gap:8px}
.chyzh-form__row label{font-size:14px;font-weight:600;color:var(--c-text);letter-spacing:.01em}
.chyzh-form__row input,
.chyzh-form__row select{
  height:54px;padding:0 18px;
  border:1px solid var(--c-border);border-radius:10px;
  background:#fbfbfb;color:var(--c-text);font-size:15px;
  transition:border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.chyzh-form__row input::placeholder{color:var(--c-text-muted)}
.chyzh-form__row input:focus,
.chyzh-form__row select:focus{
  outline:none;border-color:rgba(22,163,74,.55);
  box-shadow:0 0 0 4px rgba(22,163,74,.08);background:#fff;
}
.chyzh-form__submit{
  height:60px;border:0;border-radius:10px;cursor:pointer;margin-top:8px;
  background:var(--c-accent);
  color:#fff;font-size:16px;font-weight:700;
  display:inline-flex;align-items:center;justify-content:center;gap:14px;
  box-shadow:0 6px 20px rgba(22,163,74,.32);
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.chyzh-form__submit svg{
  width:18px;height:18px;flex-shrink:0;
}
.chyzh-form__submit:hover{background:#15B257;transform:translateY(-1px);box-shadow:0 12px 30px rgba(22,163,74,.42)}
.chyzh-form__consent{
  display:grid;grid-template-columns:24px 1fr;align-items:center;gap:12px;
  font-size:13px;color:var(--c-text-2);line-height:1.4;cursor:pointer;
}
.chyzh-form__consent input{position:absolute;opacity:0;width:0;height:0}
.chyzh-form__consent-box{
  width:22px;height:22px;border:1px solid var(--c-stroke);border-radius:5px;
  display:inline-flex;align-items:center;justify-content:center;background:#fff;
  transition:background .2s ease, border-color .2s ease;
}
.chyzh-form__consent input:checked + .chyzh-form__consent-box{
  background:var(--c-accent);border-color:var(--c-accent);
}
.chyzh-form__consent input:checked + .chyzh-form__consent-box::after{
  content:"";width:10px;height:6px;
  border-left:2px solid #fff;border-bottom:2px solid #fff;
  transform:rotate(-45deg) translate(1px,-1px);
}
.chyzh-form__consent a{color:var(--c-accent);font-weight:600}


/* =============================================================================
   11. CLIENTS  ───  Logo grid
   ============================================================================ */
.chyzh-clients{background:#fff}
.chyzh-clients__grid{display:grid;grid-template-columns:repeat(8, 1fr);gap:14px}
.chyzh-clients__item{
  height:120px;border-radius:12px;
  background:#fff;border:1px solid var(--c-border);
  display:grid;place-items:center;padding:18px;
  transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.chyzh-clients__item:hover{
  transform:translateY(-3px);
  border-color:rgba(22,163,74,.45);
  box-shadow:0 18px 40px -16px rgba(22,163,74,.14);
}
.chyzh-clients__item img{
  max-height:54px;width:auto;object-fit:contain;
  filter:grayscale(1);opacity:.7;
  transition:filter .22s ease, opacity .22s ease;
}
.chyzh-clients__item:hover img{filter:grayscale(0);opacity:1}


/* =============================================================================
   12. FAQ  ───  geo-faq: single column, question + answer always visible
   ============================================================================ */
.chyzh-faq{background:var(--c-bg-light)}

/* Stacked items, 2px gap — identical to .geo-faq on every other page */
.chyzh-faq-list{display:grid;gap:2px}
.chyzh-faq-item{
  position:relative;overflow:hidden;
  background:var(--c-surface);
  border:1px solid var(--c-border);border-radius:var(--r-btn);
  padding:26px 30px;
  transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
/* Hover: subtle lift + green radial glow (mirrors geo-faq-item::after) */
.chyzh-faq-item::after{
  content:"";position:absolute;inset:0;border-radius:inherit;z-index:0;
  background:radial-gradient(circle 420px at 50% 0%, rgba(22,163,74,.10), transparent 55%);
  opacity:0;transition:opacity .25s ease;pointer-events:none;
}
.chyzh-faq-item:hover{
  transform:translateY(-2px);border-color:var(--c-stroke);
  box-shadow:0 6px 20px rgba(0,0,0,.05);
}
.chyzh-faq-item:hover::after{opacity:1}
.chyzh-faq-item > *{position:relative;z-index:1}
.chyzh-faq-item h3{
  margin:0 0 10px;font-size:18px;line-height:1.35;font-weight:700;
  letter-spacing:-.01em;color:var(--c-text-h);
}
.chyzh-faq-item p{
  margin:0;font-size:15px;line-height:1.7;color:var(--c-text-2);font-weight:400;
}
.chyzh-faq-item p strong{color:var(--c-text-h);font-weight:700}

/* Centered consultation CTA below the list */
.chyzh-faq-cta{display:flex;justify-content:center;margin-top:36px}


/* =============================================================================
   13. DISCUSS  ───  Final dark CTA
   ============================================================================ */
.chyzh-discuss{
  position:relative;overflow:hidden;color:#fff;
  background:radial-gradient(circle at 70% 100%, rgba(22,163,74,.28), transparent 50%), var(--c-dark);
  padding:104px 0;
}
.chyzh-discuss::before{
  content:"";position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size:64px 64px;opacity:.6;
  mask-image:radial-gradient(700px 500px at 50% 50%, #000 30%, transparent 80%);
}
.chyzh-discuss .chyzh-shell{
  position:relative;z-index:1;
  display:flex;flex-direction:column;align-items:center;text-align:center;
  gap:22px;
}
.chyzh-discuss__title{
  color:#fff;margin:0;max-width:920px;text-wrap:balance;
  font-style:normal;font-weight:800;
}
.chyzh-discuss__title em{
  font-style:normal;font-weight:800;
  background:linear-gradient(96deg, #7FE4A8, #16A34A 40%, #7FE4A8);
  background-size:200% 100%;
  -webkit-background-clip:text;background-clip:text;color:transparent;
  animation:chyzhShimmer 6s linear infinite;
}
@keyframes chyzhShimmer{
  0%{background-position:0% 50%}
  100%{background-position:200% 50%}
}
.chyzh-discuss__text{
  color:rgba(255,255,255,.72);font-size:var(--fz-lead);
  max-width:680px;margin:0;line-height:1.7;
}
.chyzh-discuss__actions{
  display:flex;flex-wrap:wrap;gap:14px;justify-content:center;
}


/* =============================================================================
   14. RESPONSIVE
   ============================================================================ */
@media (max-width:1200px){
  .chyzh-page{--section-y:60px}
  .chyzh-hero__grid,
  .chyzh-section-head,
  .chyzh-reviews__grid,
  .chyzh-why__grid{grid-template-columns:1fr;gap:40px}
  .chyzh-services__grid{grid-template-columns:repeat(2, 1fr)}
  .chyzh-service-card--featured,
  .chyzh-service-card--wide{grid-column:span 2}
  .chyzh-cta__card{grid-template-columns:1fr}
  .chyzh-cta__visual{min-height:280px}
  .chyzh-cta__content{padding:40px 32px}
  .chyzh-portfolio__grid{grid-template-columns:repeat(2, 1fr)}
  .chyzh-clients__grid{grid-template-columns:repeat(4, 1fr)}
  .chyzh-stats__grid{grid-template-columns:repeat(3, 1fr)}
  .chyzh-stats__item{border:0}
}
@media (max-width:720px){
  .chyzh-page{--section-y:52px;--layout-pad:20px}
  .chyzh-hero{padding:76px 0 52px}
  .chyzh-services__grid{grid-template-columns:1fr}
  .chyzh-service-card--featured,
  .chyzh-service-card--wide{grid-column:span 1}
  .chyzh-portfolio__grid,
  .chyzh-clients__grid{grid-template-columns:1fr 1fr}
  .chyzh-stats__grid{grid-template-columns:1fr 1fr}
  .chyzh-review{padding:28px}
  .chyzh-review__text{font-size:16px}
  .chyzh-cta__stamp{font-size:38px;padding:16px 32px}
  .chyzh-cta__visual::before{display:none}
  .chyzh-form{padding:24px}
  .chyzh-discuss{padding:76px 0}
  .chyzh-faq-list__btn{font-size:16px}
  .chyzh-stats__title{font-size:18px}
  .chyzh-stats__num{font-size:28px}
  .chyzh-hero-kpi{padding:20px}
  .chyzh-hero-kpi__item{grid-template-columns:auto 1fr auto;gap:14px;padding:16px}
  .chyzh-hero-kpi__num{font-size:22px;min-width:auto}
}

/* =============================================================================
   15. POPUP FORM
   ============================================================================ */
.chyzh-popup{
  position:fixed;inset:0;z-index:1000;
  display:flex;align-items:center;justify-content:center;
  padding:20px;
  opacity:0;visibility:hidden;
  transition:opacity .3s ease, visibility .3s ease;
}
.chyzh-popup.is-open{opacity:1;visibility:visible}
.chyzh-popup__overlay{
  position:absolute;inset:0;
  background:rgba(2,4,3,.72);
  backdrop-filter:blur(8px);
  cursor:pointer;
}
.chyzh-popup__card{
  position:relative;z-index:1;
  background:#fff;
  border-radius:var(--r-card-xl);
  padding:48px 44px 44px;
  width:100%;max-width:520px;
  max-height:calc(100vh - 40px);overflow-y:auto;
  box-shadow:0 40px 100px -20px rgba(0,0,0,.45);
  transform:translateY(24px) scale(.98);
  transition:transform .35s cubic-bezier(.32,.72,0,1);
}
.chyzh-popup.is-open .chyzh-popup__card{transform:translateY(0) scale(1)}
.chyzh-popup__close{
  position:absolute;top:18px;right:18px;
  width:42px;height:42px;border-radius:50%;
  border:1px solid var(--c-border);background:#fff;
  cursor:pointer;
  display:inline-flex;align-items:center;justify-content:center;
  color:var(--c-text);transition:all .2s ease;
}
.chyzh-popup__close:hover{border-color:var(--c-text);background:#f5f5f5;transform:rotate(90deg)}
.chyzh-popup__close svg{width:18px;height:18px}
.chyzh-popup__head{margin-bottom:28px;padding-right:48px}
.chyzh-popup__head h3{
  font-size:26px;font-weight:800;letter-spacing:-.02em;
  margin:0 0 12px;color:var(--c-text-h);line-height:1.2;
}
.chyzh-popup__head p{color:var(--c-text-2);font-size:15px;line-height:1.55;margin:0}
.chyzh-popup__form{display:flex;flex-direction:column;gap:16px}
.chyzh-popup__form .chyzh-form__row{margin:0}
.chyzh-popup__form .chyzh-form__submit{margin-top:8px}

.chyzh-form__optional{
  color:var(--c-text-muted);font-weight:500;font-size:13px;margin-left:4px;
}

.chyzh-popup__state{display:none}
.chyzh-popup__state.is-active{display:block}

.chyzh-popup__state--thanks{text-align:center;padding:8px 0}
.chyzh-popup__thanks-icon{
  display:inline-flex;width:80px;height:80px;margin-bottom:20px;
}
.chyzh-popup__thanks-title{
  font-size:24px;font-weight:800;color:var(--c-text-h);
  letter-spacing:-.02em;margin:0 0 12px;
}
.chyzh-popup__thanks-desc{
  color:var(--c-text-2);font-size:15px;line-height:1.55;
  margin:0 auto 28px;max-width:380px;
}
.chyzh-popup__state--thanks .chyzh-form__submit{
  width:auto;min-width:220px;display:inline-flex;
}

body.chyzh-popup-open{position:fixed;width:100%;overflow:hidden}

@media (max-width:640px){
  .chyzh-popup{padding:0;align-items:flex-end}
  .chyzh-popup__card{
    border-radius:var(--r-card-lg) var(--r-card-lg) 0 0;
    padding:36px 24px 32px;
    max-height:88vh;
  }
  .chyzh-popup__head h3{font-size:22px}
}

@media (prefers-reduced-motion: reduce){
  .chyzh-page *,
  .chyzh-page *::before,
  .chyzh-page *::after{
    animation-duration:.001s !important;
    transition-duration:.001s !important;
  }
}

/* ===== Team ===== */
.chyzh-team__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:32px 22px}
.chyzh-team__item{display:flex;flex-direction:column;align-items:center;text-align:center}
.chyzh-team__photo{width:148px;height:148px;border-radius:50%;overflow:hidden;background:var(--c-bg-soft);border:3px solid var(--c-surface);box-shadow:0 8px 24px rgba(0,0,0,.08);margin-bottom:16px}
.chyzh-team__photo img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}
.chyzh-team__name{font-weight:700;font-size:17px;color:var(--c-text-h);letter-spacing:-.01em}
.chyzh-team__role{font-size:13.5px;color:var(--c-accent-dim);font-weight:600;margin-top:5px;line-height:1.35}
.chyzh-team__bio{font-size:13.5px;color:var(--c-text);margin-top:8px;line-height:1.5}
@media(max-width:900px){.chyzh-team__grid{grid-template-columns:repeat(3,1fr);gap:26px 18px}}
@media(max-width:600px){.chyzh-team__grid{grid-template-columns:repeat(2,1fr);gap:24px 14px}.chyzh-team__photo{width:120px;height:120px}}

@media (max-width:600px){.chyzh-portfolio__grid{grid-template-columns:1fr}}
