/* CSS-переменные */
.bz-go {
  --gold:       #fec404;
  --gold-dark:  #d9a000;
  --black:      #0a0a0a;
  --black-deep: #000000;
  --white:      #fafaf8;
  --gray:       #888888;
  --gray-light: rgba(255,255,255,.62);
  --gray-mid:   rgba(255,255,255,.25);
  --border:     rgba(255,255,255,.08);
  --carnivore:  #46c3b4;
  --skin:       #3c78be;
  --sensit:     #aabe0f;
}


.bz-go .bz-gold { color: var(--gold); }
.bz-go .b2b-go .bz-gold { color: var(--black); }

html {
  scroll-behavior: smooth;
}
/* Обёртка */
.bz-go {
  background: var(--black-deep);
  color: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  
}

/* Растяжка на всю ширину экрана поверх отступов сайта */
.bz-go {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw;
    box-sizing: border-box;
}

/* ==================== ГЕРОЙ  */
.bz-go .hero {
  min-height: 88vh;
  padding: 80px 64px 100px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.bz-go .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 800px 600px at 75% 50%, rgba(254,196,4,.08) 0%, transparent 60%),
    radial-gradient(ellipse 600px 400px at 20% 80%, rgba(254,196,4,.04) 0%, transparent 60%);
    
    
}
.bz-go .hero-photo {
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 60%;
  height: 100%;
  background: url('/image/catalog/images-brand-zone/main-dog.webp') center/cover;
  filter: grayscale(100%) contrast(1.1);
  mask-image: linear-gradient(90deg, transparent 0%, black 35%, black 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 35%, black 100%);
  opacity: .7;
}
.bz-go .hero-inner {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
.bz-go .hero-content { max-width: 680px; }

.bz-go .hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 32px;
}
.bz-go .hero-tag::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: var(--gold);
}
.bz-go .hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(56px, 8vw, 120px);
  font-weight: 300;
  line-height: .95;
  margin-bottom: 28px;
  letter-spacing: -.02em;
}
.bz-go .hero-title-line { display: block; 
    color: #ffffff;
}    
.bz-go .hero-title-strong {
  font-weight: 500;
  color: var(--gold);
  font-style: normal;
  
}
.bz-go .hero-subtitle {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--gray-light);
  max-width: 540px;
  margin-bottom: 24px;
}
.bz-go .hero-slogan {
  font-family: 'Cormorant Garamond', serif;
  font-style: normal;
  font-size: 22px;
  font-weight: 300;
  color: rgba(254,196,4,.7);
  margin-bottom: 48px;
  padding-left: 20px;
  border-left: 2px solid var(--gold);
}
.bz-go .hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}
.bz-go .btn-gold {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 18px 32px;
  background: var(--gold);
  color: var(--black);
  text-decoration: none;
  transition: all 0.3s ease, box-shadow .25s;
}
.bz-go .btn-gold:hover {
  gap: 18px;
  transform: translateY(-4px);
  box-shadow: 0 0px 30px rgba(254,196,4,.3);
  color: var(--black);
}
.bz-go .btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 18px 32px;
  background: transparent;
  color: var(--white);
  border: 1px solid var(--gray-mid);
  text-decoration: none;
  transition: border-color .2s, color .2s;
}
.bz-go .btn-outline:hover {
  border-color: var(--gold);
  color: var(--gold);
}


.bz-go .pillars {
  padding: 120px 64px;
  background: linear-gradient(180deg, var(--black-deep) 0%, #0f0f0f 100%);
}
.bz-go .pillars-header {
  text-align: center;
  margin-bottom: 80px;
}
.bz-go .pillars-tag {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.bz-go .pillars-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 300;
  line-height: 1.15;
  color: var(--white);
  max-width: 800px;
  margin: 0 auto;
}

.bz-go .pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  max-width: 1400px;
  margin: 0 auto;
}
.bz-go .pillar {
  background: var(--black-deep);
  padding: 0;
  transition: background .3s;
  display: flex;
  flex-direction: column;
}
.bz-go .pillar:hover { background: #0f0f0f; }

.bz-go .pillar-photo {
  width: 100%;
  height: 230px;
  background-size: cover;
  background-position: center;
  filter: grayscale(25%) contrast(1.05);
  flex-shrink: 0;
}
.bz-go .pillar:hover .pillar-photo { filter: grayscale(0%) contrast(1.05); }
.bz-go .pillar-body {
  padding: 40px 44px 56px;
}
.bz-go .pillar-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: .1em;
  color: var(--gold);
  margin-bottom: 14px;
  text-transform: uppercase;
}
.bz-go .pillar-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 20px;
  line-height: 1.15;
}
.bz-go .pillar-text {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.85;
  color: var(--gray-light);
}

/* =============== ТРИ ЛИНЕЙКИ */
.bz-go .lines {
  padding: 120px 64px;
  background: var(--black-deep);
}
.bz-go .lines-header {
  text-align: center;
  margin-bottom: 64px;
}
.bz-go .lines-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 300;
  color: var(--white);
  margin-bottom: 18px;
  line-height: 1.15;
}
.bz-go .lines-subtitle {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--gray-light);
  max-width: 680px;
  margin: 0 auto;
}
.bz-go .lines-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
}
.bz-go .line-card {
  background: #0f0f0f;
  border: 1px solid var(--border);
  padding: 48px 40px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform .3s, border-color .3s;
}
.bz-go .line-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--line-color);
}
.bz-go .line-card:hover {
  transform: translateY(-6px);
  border-color: var(--line-color);
  color: inherit;
}
.bz-go .line-card.line-skin { --line-color: var(--skin); }
.bz-go .line-card.line-carn { --line-color: var(--carnivore); }
.bz-go .line-card.line-sens { --line-color: var(--sensit); }

.bz-go .line-marker {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--line-color);
  margin-bottom: 24px;
}
.bz-go .line-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  font-weight: 400;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 18px;
}
.bz-go .line-problem {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--gray-light);
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}
.bz-go .line-desc {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.85;
  color: var(--gray-light);
  margin-bottom: 28px;
}
.bz-go .line-meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.bz-go .line-meta-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
}
.bz-go .line-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--line-color);
  transition: gap .2s;
}
.bz-go .line-card:hover .line-cta { gap: 16px; }

/* ============= ИНФОГРАФИКА  */
.bz-go .match {
  padding: 120px 64px;
  background: linear-gradient(180deg, var(--black-deep) 0%, #0d0d0d 100%);
  border-top: 1px solid var(--border);
}
.bz-go .match-header {
  text-align: center;
  margin-bottom: 64px;
}
.bz-go .match-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.bz-go .match-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 300;
  color: var(--white);
  line-height: 1.15;
}
.bz-go .match-table {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid var(--border);
}
.bz-go .match-row {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  align-items: center;
  padding: 32px 40px;
  border-bottom: 1px solid var(--border);
  transition: background .2s;
  text-decoration: none;
  color: inherit;
}
.bz-go .match-row:last-child { border-bottom: none; }
.bz-go .match-row:hover { background: rgba(254,196,4,.04); }
.bz-go .match-problem {
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
  font-family: 'Cormorant Garamond', serif;
}
.bz-go .match-arrow {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  color: var(--gold);
  text-align: center;
  font-weight: 300;
}
.bz-go .match-recommend {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold);
}

/* =============== О БРЕНДЕ */
.bz-go .about-brand {
  padding: 120px 64px;
  background: var(--black-deep);
  border-top: 1px solid var(--border);
}
.bz-go .about-grid {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.bz-go .about-image {
  aspect-ratio: 4/5;
  background: #1a1a1a url('https://images.unsplash.com/photo-1583337130417-3346a1be7dee?w=900&q=80') center/cover;
  filter: grayscale(40%);
  position: relative;
}
.bz-go .about-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(254,196,4,.08) 0%, transparent 50%);
}
.bz-go .about-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.bz-go .about-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 3.6vw, 52px);
  font-weight: 300;
  color: var(--white);
  margin-bottom: 28px;
  line-height: 1.15;
}
.bz-go .about-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.85;
  color: var(--gray-light);
  margin-bottom: 20px;
}
.bz-go .facts-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
  padding-top: 36px;
  border-top: 1px solid var(--border);
}
.bz-go .fact-icon {
  font-size: 30px;
  color: var(--gold);
  margin-bottom: 10px;
}
.bz-go .fact-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin-bottom: 6px;
}
.bz-go .fact-value {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  line-height: 1.4;
}
.bz-go .aafco-note {
  margin-top: 36px;
  padding: 24px 28px;
  background: rgba(254,196,4,.05);
  border-left: 3px solid var(--gold);
}
.bz-go .aafco-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.bz-go .aafco-text {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(255,255,255,.65);
}


/* ============ B2B */
.bz-go .b2b-go {
  background: var(--gold);
  padding: 90px 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}
.bz-go .b2b-go-left { max-width: 680px; }
.bz-go .b2b-go-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(10,10,10,.6);
  margin-bottom: 18px;
}
.bz-go .b2b-go-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px, 3.2vw, 52px);
  font-weight: 300;
  color: var(--black);
  line-height: 1.2;
  margin-bottom: 20px;
}
.bz-go .b2b-go-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  color: rgba(10,10,10,.72);
}
.bz-go .btn-black {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 18px 36px;
  background: var(--black);
  color: var(--gold);
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  display: inline-block;
  white-space: nowrap;
  flex-shrink: 0;
}
.bz-go .btn-black:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0,0,0,.4);
  color: var(--gold);
}


@media (max-width: 900px) {
  .bz-go .hero { padding: 60px 24px 70px; min-height: auto; }
  .bz-go .hero-photo { opacity: .35; width: 100%; right: 0; }
  .bz-go .pillars, .bz-go .lines, .bz-go .match, .bz-go .about-brand { padding: 70px 24px; }
  .bz-go .pillars-grid, .bz-go .lines-grid { grid-template-columns: 1fr; }
  .bz-go .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .bz-go .match-row { grid-template-columns: 1fr 40px 1fr; padding: 22px 20px; }
  .bz-go .b2b-go { padding: 60px 24px; }
}


.bz-go .pillars-sub {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--gray-light);
  max-width: 640px;
  margin: 18px auto 0;
}


.bz-go .pillars-note {
  max-width: 1400px;
  margin: 48px auto 0;
  padding: 28px 36px;
  background: rgba(254,196,4,.05);
  border-left: 3px solid var(--gold);
}
.bz-go .pillars-note-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.bz-go .pillars-note-text {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255,255,255,.72);
  max-width: 900px;
}
.bz-go .pillars-note-text em { font-style: italic; color: rgba(255,255,255,.85); }

.bz-go .line-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}
.bz-go .line-list li {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--gray-light);
  padding-left: 26px;
  position: relative;
  margin-bottom: 10px;
}
.bz-go .line-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--line-color);
  font-weight: 700;
}



/* ============  БЕЛЫЕ СОБАКИ*/
.bz-go .white-dogs-wrap {
  padding: 0 64px 120px;
  background: linear-gradient(180deg, var(--black-deep) 0%, #0d0d0d 100%);
  border-top: 1px solid var(--border);
}
.bz-go .white-dogs-wrap::before {
  content: '';
  display: block;
  height: 120px;
}
.bz-go .white-dogs {
  max-width: 1300px;
  margin: 0 auto;
  padding: 52px 60px 68px;
  background: linear-gradient(135deg, #0d1b2a 0%, #16283c 100%);
  border-top: none;
}
.bz-go .white-dogs-kicker {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.bz-go .white-dogs-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 4.2vw, 56px);
  font-weight: 400;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 20px;
}
.bz-go .white-dogs-sub {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--gray-light);
  max-width: 680px;
  margin-bottom: 0;
}

.bz-go .white-dogs-banner {
  max-width: 1300px;
  margin: 0 auto;
  height: 540px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  background: #050505;
}
.bz-go .white-dogs-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('/image/catalog/images-brand-zone/white-dogs.webp');
  background-size: 80% auto;
  background-position: 100% 60%;
  background-repeat: no-repeat;
}
.bz-go .white-dogs-banner-overlay {
  position: relative;
  z-index: 2;
  width: 58%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
  background: linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.82) 60%, transparent 100%);
}
.bz-go .white-dogs-banner-overlay .white-dogs-sub {
  max-width: 460px;
  margin-bottom: 0;
}

.bz-go .white-dogs-utp {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 52px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.bz-go .white-dogs-utp-item { display: flex; flex-direction: column; }
.bz-go .white-dogs-utp-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  font-weight: 600;
  color: var(--gold);
  line-height: 1.1;
}
.bz-go .white-dogs-utp-label {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,.65);
  margin-top: 6px;
  max-width: 160px;
  line-height: 1.4;
}

.bz-go .white-dogs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.08);
}

.bz-go .white-dogs-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border: 1px solid rgba(254,196,4,.4);
  border-radius: 50%;
  margin-bottom: 20px;
}
.bz-go .white-dogs-card {
  background: rgba(0,0,0,.28);
  padding: 36px 32px;
}
.bz-go .white-dogs-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 25px;
  font-weight: 600;
  color: var(--gold);
  margin: 0 0 14px;
}
.bz-go .white-dogs-card p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(255,255,255,.75);
  margin: 0;
}

/* v6: L.I.D. — три вкуса */
.bz-go .white-dogs-lid {
  padding-top: 44px;
  border-top: 1px solid rgba(255,255,255,.1);
  margin-bottom: 44px;
}
.bz-go .white-dogs-lid-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 14px;
}
.bz-go .white-dogs-lid-sub {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--gray-light);
  max-width: 760px;
  margin-bottom: 36px;
}
.bz-go .white-dogs-flavors {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.bz-go .white-dogs-flavor {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.09);
  padding: 28px 26px;
}
.bz-go .white-dogs-flavor-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: 1px solid rgba(254,196,4,.4);
  border-radius: 50%;
  margin-bottom: 16px;
}
.bz-go .white-dogs-flavor-name {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 23px;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 12px;
}
.bz-go .white-dogs-flavor-name em {
  font-style: normal;
  font-weight: 400;
  color: rgba(255,255,255,.55);
  font-size: 16px;
}
.bz-go .white-dogs-flavor p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(255,255,255,.72);
  margin: 0;
}

/* v6: честный состав */
.bz-go .white-dogs-comp {
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,.1);
}
.bz-go .white-dogs-comp-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 26px;
}
.bz-go .white-dogs-comp-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 36px;
}
.bz-go .white-dogs-comp-list li {
  font-size: 16.5px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(255,255,255,.8);
  padding-left: 30px;
  position: relative;
}
.bz-go .white-dogs-comp-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
  font-size: 18px;
}

/* ============ v5: КНОПКИ-БАННЕРЫ СОБАКИ / КОШКИ */
.bz-go .species-ctas {
  max-width: 1300px;
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.bz-go .species-cta {
  position: relative;
  display: block;
  height: 340px; 
  overflow: hidden;
  text-decoration: none;
  border: 1px solid var(--border);
}
.bz-go .species-cta-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: grayscale(75%) contrast(1.1) brightness(.62);
  transition: filter .35s, transform .5s;
}
.bz-go .species-cta:hover .species-cta-photo {
  filter: grayscale(0%) contrast(1.1) brightness(.5);
  transform: scale(1.05);
}
.bz-go .species-cta-body {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 44px;
}
.bz-go .species-cta-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.bz-go .species-cta-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 16px;
}
.bz-go .species-cta-arrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--white);
  transition: gap .2s;
}
.bz-go .species-cta:hover .species-cta-arrow { color: var(--gold); }

/* ============ v5: КАК ВЫБРАТЬ КОРМ ============ */
.bz-go .howto {
  padding: 120px 64px;
  background: var(--black-deep);
}
.bz-go .howto-header { text-align: center; margin-bottom: 64px; }
.bz-go .howto-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 300;
  color: var(--white);
  line-height: 1.15;
  margin-top: 16px;
}
.bz-go .howto-table {
  max-width: 1100px;
  margin: 0 auto;
  border: 1px solid var(--border);
}
.bz-go .howto-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1.3fr;
  gap: 28px;
  align-items: center;
  padding: 32px 40px;
  border-bottom: 1px solid var(--border);
  transition: background .2s;
}
.bz-go .howto-row:last-child { border-bottom: none; }
.bz-go .howto-row:hover { background: rgba(254,196,4,.04); }
.bz-go .howto-situation {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: var(--white);
}
.bz-go .howto-solution {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
}
.bz-go .howto-solution:hover { text-decoration: underline; }
.bz-go .howto-why {
  font-size: 15.5px;
  font-weight: 300;
  line-height: 1.65;
  color: var(--gray-light);
}

/* ============ v5: FAQ ============ */
.bz-go .faq {
  padding: 120px 64px;
  background: linear-gradient(180deg, var(--black-deep) 0%, #0f0f0f 100%);
  border-top: 1px solid var(--border);
}
.bz-go .faq-list {
  max-width: 900px;
  margin: 0 auto;
}
.bz-go .faq-item {
  border-bottom: 1px solid var(--border);
  padding: 26px 4px;
}
.bz-go .faq-item summary {
  font-family: 'Cormorant Garamond', serif;
  font-size: 21px;
  font-weight: 500;
  color: var(--white);
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 40px;
}
.bz-go .faq-item summary::-webkit-details-marker { display: none; }
.bz-go .faq-item summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  font-weight: 300;
  color: var(--gold);
}
.bz-go .faq-item[open] summary::after { content: '−'; }
.bz-go .faq-item[open] summary { color: var(--gold); }
.bz-go .faq-item p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--gray-light);
  margin: 18px 0 0;
  max-width: 800px;
}

/* ============ v5: mobile ============ */
@media (max-width: 900px) {
  .bz-go .white-dogs-wrap { padding: 0 24px 70px; }
  .bz-go .white-dogs-wrap::before { height: 70px; }
  .bz-go .howto, .bz-go .faq { padding: 70px 24px; }
  .bz-go .white-dogs { padding: 36px 26px 44px; }
  .bz-go .white-dogs-banner { height: 380px; }
  .bz-go .white-dogs-banner::before { background-position: 68% center; background-size: 210% auto; }
  .bz-go .white-dogs-banner-overlay {
    width: 100%;
    padding: 26px 24px;
    background: linear-gradient(0deg, rgba(0,0,0,.94) 30%, rgba(0,0,0,.4) 75%, transparent 100%);
  }
  .bz-go .white-dogs-banner-overlay .white-dogs-sub { max-width: 100%; }
  .bz-go .white-dogs-utp { gap: 26px; margin-bottom: 40px; padding-bottom: 30px; }
  .bz-go .white-dogs-grid { grid-template-columns: 1fr; }
  .bz-go .white-dogs-flavors { grid-template-columns: 1fr; }
  .bz-go .white-dogs-comp-list { grid-template-columns: 1fr; }
  .bz-go .species-ctas { grid-template-columns: 1fr; }
  .bz-go .species-cta { height: 260px; }
  .bz-go .howto-row { grid-template-columns: 1fr; gap: 8px; padding: 20px 22px; }
  .bz-go .faq-item summary { font-size: 18px; }
}