.concept-v2 {
  --surface: #f7f7f2;
  --soft: #e8eeeb;
  --card: #fff;
  --input: #fff;
  --ink: #10282a;
  --muted: #536566;
  --dark: #0b292b;
  --line: #d4ddda;
  --line-strong: #819494;
  --accent: #8ed0bd;
  --accent-strong: #1e7567;
  --card-radius: 1rem;
  --media-radius: 1rem;
  --button-radius: 999px;
}

.v2-header {
  background: var(--dark);
  color: #f7f7f2;
}

.v2-header .brand-role {
  color: rgb(255 255 255 / 62%);
}

.v2-header .header-inner {
  min-height: 72px;
  gap: clamp(0.75rem, 1.5vw, 1.5rem);
}

.v2-header :is(.brand, .primary-nav) {
  min-width: 0;
}

.v2-header .header-action .button {
  --button-bg: var(--accent);
  --button-ink: #092224;
  white-space: nowrap;
}

.v2-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(3.75rem, 7vw, 6.75rem);
  background:
    radial-gradient(circle at 82% 20%, rgb(142 208 189 / 18%), transparent 30rem),
    var(--dark);
  color: #f7f7f2;
}

[dir="rtl"] .v2-hero {
  background:
    radial-gradient(circle at 18% 20%, rgb(142 208 189 / 18%), transparent 30rem),
    var(--dark);
}

.v2-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 0.9fr);
  gap: clamp(2.5rem, 6vw, 6.5rem);
  align-items: center;
}

.v2-hero-copy {
  min-width: 0;
}

.v2-hero h1 {
  max-width: 12ch;
  margin-block: 0.35rem 0.75rem;
  font-size: clamp(3.35rem, 6.5vw, 6.8rem);
  font-weight: 760;
  letter-spacing: -0.055em;
  line-height: 0.96;
  text-wrap: balance;
}

[dir="rtl"] .v2-hero h1 {
  letter-spacing: 0;
}

html[lang="en"] .v2-hero h1 {
  font-size: clamp(3.15rem, 5.8vw, 6rem);
}

html[lang="ru"] .v2-hero h1 {
  font-size: clamp(2.85rem, 5.2vw, 5.45rem);
}

.concept-v2 .section-title {
  font-size: clamp(1.9rem, calc(1.25rem + 2.05vw), 3.15rem);
}

html[lang="en"] .concept-v2 .section-title {
  font-size: clamp(1.8rem, calc(1.2rem + 1.9vw), 2.95rem);
}

html[lang="ru"] .concept-v2 .section-title {
  font-size: clamp(1.62rem, calc(1.1rem + 1.95vw), 2.75rem);
}

.v2-hero .lead {
  max-width: 47rem;
  margin-block-end: 0;
  color: rgb(255 255 255 / 76%);
}

.v2-hero .eyebrow {
  color: var(--accent);
}

.v2-hero-role {
  max-width: 42rem;
  margin-block-end: 1.25rem;
  color: #fff;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  font-weight: 780;
  line-height: 1.35;
  text-wrap: balance;
}

.v2-hero .button {
  --button-bg: var(--accent);
  --button-ink: #092224;
}

.v2-profile-panel {
  display: grid;
  gap: 1.5rem;
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 1.5rem;
  background: linear-gradient(145deg, rgb(255 255 255 / 10%), rgb(255 255 255 / 4%));
  box-shadow: 0 28px 70px rgb(0 0 0 / 18%);
  backdrop-filter: blur(10px);
}

.v2-profile-heading {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.v2-profile-monogram {
  display: grid;
  width: 4.6rem;
  height: 4.6rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: #092224;
  font-size: 1.3rem;
  font-weight: 950;
  letter-spacing: 0.04em;
}

.v2-profile-heading div {
  display: grid;
  min-width: 0;
  gap: 0.35rem;
}

.v2-profile-heading strong {
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  line-height: 1.15;
  text-wrap: balance;
}

.v2-profile-heading div > span {
  color: rgb(255 255 255 / 68%);
  font-size: 0.86rem;
  line-height: 1.45;
}

.v2-hero-credentials {
  display: grid;
}

.v2-hero-credentials .v1-trust-item {
  display: grid;
  grid-template-columns: 1.1rem minmax(0, 1fr);
  min-width: 0;
  gap: 0.35rem 0.65rem;
  padding-block: 1rem;
  border-block-start: 1px solid rgb(255 255 255 / 16%);
}

.v2-hero-credentials .v1-trust-item:last-child {
  padding-block-end: 0;
}

.v2-hero-credentials .v1-trust-item strong {
  grid-column: 2;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.5;
}

.v2-hero-credentials .v1-trust-item::before {
  grid-column: 1;
  grid-row: 1;
  color: var(--accent);
  content: "✓";
  font-weight: 950;
}

.v2-about-section {
  border-block-end: 1px solid var(--line);
  background: #fff;
}

.v2-about-grid {
  display: grid;
  grid-template-columns: minmax(18rem, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
}

.v2-about-heading,
.v2-about-copy {
  min-width: 0;
}

.v2-about-heading .eyebrow {
  margin-block-end: 0.65rem;
}

.v2-about-copy .lead {
  max-width: 48rem;
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
}

.v2-about-copy .lead:last-child {
  margin-block-end: 0;
}

.v2-services-section {
  background: var(--soft);
}

.v2-services-section .section-head {
  margin-block-end: clamp(2rem, 4vw, 3.5rem);
}

.v2-service-grid {
  align-items: stretch;
}

.v2-service-grid .service-family {
  height: 100%;
}

.v2-difference-band {
  padding-block: 1.5rem;
  border-block-end: 1px solid var(--line);
  background: #fff;
}

.v2-difference-grid {
  display: grid;
  grid-template-columns: minmax(17.5rem, 0.7fr) minmax(0, 1.6fr);
  gap: 0.6rem 3rem;
  align-items: center;
}

.v2-difference-title {
  display: grid;
  gap: 0.4rem;
}

.v2-difference-title .eyebrow {
  margin: 0;
}

.v2-difference-grid h2 {
  display: block;
  max-width: 18ch;
  font-size: clamp(1.1rem, 2.5vw, 1.55rem);
}

.v2-difference-grid p {
  margin: 0;
  color: var(--muted);
}

.v2-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.v2-audience-grid .audience-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
}

.v2-audience-grid .audience-card::after {
  position: absolute;
  inset-inline-end: -2rem;
  inset-block-end: -2rem;
  width: 7rem;
  height: 7rem;
  border: 1.25rem solid var(--soft);
  border-radius: 50%;
  content: "";
}

.v2-audience-grid .audience-card h3 {
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.v2-situations {
  background: var(--soft);
}

.v2-situation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-block-start: 1px solid #bccbc6;
}

.v2-situation {
  display: grid;
  grid-template-columns: 2.2rem minmax(0, 1fr);
  gap: 0.8rem;
  padding: 1.1rem 0.8rem;
  border-block-end: 1px solid #bccbc6;
}

.v2-situation:nth-child(odd) {
  border-inline-end: 1px solid #bccbc6;
}

.v2-situation span {
  color: var(--accent-strong);
  font-size: 0.72rem;
  font-weight: 900;
}

.v2-report-layout {
  display: grid;
  grid-template-columns: minmax(20rem, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
}

.concept-v2 .service-card {
  min-height: 250px;
  border: 0;
  background: var(--soft);
}

.concept-v2 .service-card:nth-child(2n) {
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--line);
}

.concept-v2 .service-family {
  border: 0;
  border-block-start: 4px solid var(--accent-strong);
  background: #fff;
  box-shadow: 0 18px 45px rgb(16 40 42 / 8%);
}

.concept-v2 .service-family:nth-child(2n) {
  background: #f8fbfa;
  box-shadow: inset 0 0 0 1px var(--line), 0 18px 45px rgb(16 40 42 / 8%);
}

.v2-methods {
  background: var(--dark);
  color: #f7f7f2;
}

.v2-methods .section-intro,
.v2-methods .process-list p,
.v2-methods .method-group li {
  color: rgb(255 255 255 / 78%);
}

.v2-methods .eyebrow,
.v2-methods .process-list li::before {
  color: var(--accent);
}

.v2-methods .method-group {
  border-block-start-color: var(--accent);
  border-radius: 1rem;
  background: rgb(255 255 255 / 6%);
}

.v2-methods .content-disclosure {
  --line: rgb(255 255 255 / 18%);
}

.v2-methods .content-disclosure .disclaimer {
  color: rgb(255 255 255 / 78%);
}

.v2-report-panel {
  padding: clamp(1.5rem, 4vw, 3rem);
  border-radius: 1rem;
  background: var(--dark);
  color: #fff;
}

.v2-report-panel .disclaimer {
  color: rgb(255 255 255 / 78%);
}

.v2-report-panel :is(.deliverables-list, .deliverable-group, .deliverable-group ul) {
  --line: rgb(255 255 255 / 15%);
}

.v2-report-panel .deliverable-group li span {
  color: rgb(255 255 255 / 66%);
}

.v2-evidence-figure {
  aspect-ratio: 16 / 10;
  margin-block-start: 2rem;
}

.v2-contact-section {
  background: #fff;
}

.concept-v2 .whatsapp-contact-card {
  border: 0;
  background: var(--soft);
  box-shadow: none;
}

@media (min-width: 1101px) {
  html[lang="ru"] .v2-services-section #services-title {
    font-size: clamp(2.2rem, 2.7vw, 2.4rem);
  }
}

@media (max-width: 1100px) {
  .v2-about-grid,
  .v2-report-layout,
  .v2-hero-grid {
    grid-template-columns: 1fr;
  }

  .v2-profile-panel {
    max-width: 46rem;
  }
}

@media (max-width: 900px) {
  .v2-hero-grid,
  .v2-report-layout {
    grid-template-columns: 1fr;
  }

  .v2-hero {
    padding-block: clamp(3rem, 10vw, 4.5rem);
  }

  .v2-hero h1 {
    max-width: none;
    font-size: clamp(2.8rem, 10vw, 4.7rem);
  }

  html[lang="en"] .v2-hero h1 {
    font-size: clamp(2.65rem, 9vw, 4.35rem);
  }

  html[lang="ru"] .v2-hero h1 {
    font-size: clamp(2.45rem, 8vw, 4rem);
  }

  .v2-difference-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

@media (max-width: 1450px) {
  html[lang="ru"] .v2-header .header-action {
    display: none;
  }
}

@media (max-width: 680px) {
  .v2-difference-grid {
    grid-template-columns: 1fr;
  }

  .v2-audience-grid,
  .v2-situation-grid {
    grid-template-columns: 1fr;
  }

  .v2-hero .button-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .v2-hero .button {
    width: 100%;
  }

  .v2-profile-heading {
    align-items: flex-start;
  }

  .v2-profile-monogram {
    width: 4rem;
    height: 4rem;
    font-size: 1.1rem;
  }

  .v2-situation:nth-child(odd) {
    border-inline-end: 0;
  }
}
