#vtg-about-page {
    font-family: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #1d1d1f;
    background: #ffffff;
  }

  #vtg-about-page * { box-sizing: border-box; }

  #vtg-about-page .vtg-a-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px;
  }

  #vtg-about-page .vtg-a-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #1f2c37;
    opacity: 0.4;
    margin-bottom: 16px;
  }

  #vtg-about-page .vtg-a-eyebrow::before {
    content: '';
    width: 28px;
    height: 1px;
    background: #1f2c37;
    display: block;
  }

  #vtg-about-page .vtg-a-title {
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 700;
    color: #1d1d1f;
    letter-spacing: -1px;
    line-height: 1.1;
    margin: 0 0 14px;
  }

  #vtg-about-page .vtg-a-subtitle {
    font-size: 17px;
    color: #666;
    margin: 0;
    line-height: 1.6;
  }

  /* ── БЛОК 1: HERO ── */
  #vtg-about-page .vtg-a-hero {
    background: #ffffff;
    padding: 80px 0;
    border-bottom: 1px solid #e8e8e8;
  }

  #vtg-about-page .vtg-a-hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
  }

  #vtg-about-page .vtg-a-hero-tag {
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1f2c37;
    background: #f0f2f5;
    padding: 6px 14px;
    border-radius: 100px;
    margin-bottom: 20px;
  }

  #vtg-about-page .vtg-a-hero-h2 {
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 700;
    color: #1d1d1f;
    letter-spacing: -1.5px;
    line-height: 1.08;
    margin: 0 0 20px;
  }

  #vtg-about-page .vtg-a-hero-desc {
    font-size: 17px;
    color: #666;
    line-height: 1.7;
    margin: 0 0 32px;
  }

  #vtg-about-page .vtg-a-hero-stats {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
  }

  #vtg-about-page .vtg-a-hero-stat strong {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #1d1d1f;
    letter-spacing: -1px;
  }

  #vtg-about-page .vtg-a-hero-stat span {
    font-size: 13px;
    color: #888;
  }

  /* YouTube видео */
  #vtg-about-page .vtg-a-video {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 16/9;
    background: #1f2c37;
  }

  #vtg-about-page .vtg-a-video iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* ── БЛОК 2: ИСТОРИЯ ── */
  #vtg-about-page .vtg-a-story {
    background: #ffffff;
    padding: 80px 0;
    border-bottom: 1px solid #e8e8e8;
  }

  #vtg-about-page .vtg-a-story-inner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 64px;
    align-items: start;
  }

  #vtg-about-page .vtg-a-story-left {
    position: sticky;
    top: 40px;
  }

  #vtg-about-page .vtg-a-founder-photo {
    width: 100%;
    aspect-ratio: 3/4;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
  }

  #vtg-about-page .vtg-a-founder-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
  }

  #vtg-about-page .vtg-a-founder-name {
    font-size: 18px;
    font-weight: 700;
    color: #1d1d1f;
    margin: 0 0 4px;
  }

  #vtg-about-page .vtg-a-founder-role {
    font-size: 13px;
    color: #888;
    margin: 0;
  }

  #vtg-about-page .vtg-a-story-text {
    font-size: 16px;
    color: #444;
    line-height: 1.85;
  }

  #vtg-about-page .vtg-a-story-text p { margin: 0 0 24px; }
  #vtg-about-page .vtg-a-story-text p:last-child { margin: 0; }
  #vtg-about-page .vtg-a-story-text strong { color: #1d1d1f; font-weight: 600; }

  #vtg-about-page .vtg-a-story-lead {
    font-size: 20px;
    font-weight: 600;
    color: #1d1d1f;
    line-height: 1.5;
    margin: 0 0 32px;
    padding-left: 20px;
    border-left: 3px solid #1f2c37;
  }

  /* ── БЛОК 3: ЦИФРЫ ── */
  #vtg-about-page .vtg-a-facts {
    background: #f5f5f7;
    padding: 80px 0;
    border-bottom: 1px solid #e8e8e8;
  }

  #vtg-about-page .vtg-a-facts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: #e0e0e5;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 48px;
  }

  #vtg-about-page .vtg-a-fact {
    background: #f5f5f7;
    padding: 48px 36px;
    text-align: center;
    transition: background 0.2s;
  }

  #vtg-about-page .vtg-a-fact:hover { background: #eeeef2; }

  #vtg-about-page .vtg-a-fact-num {
    font-size: clamp(48px, 5vw, 72px);
    font-weight: 700;
    color: #1d1d1f;
    letter-spacing: -3px;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
  }

  #vtg-about-page .vtg-a-fact-num sup {
    font-size: 0.4em;
    vertical-align: super;
    letter-spacing: 0;
    opacity: 0.5;
  }

  #vtg-about-page .vtg-a-fact-desc {
    font-size: 14px;
    color: #888;
    line-height: 1.55;
    margin: 0;
  }

  /* ── БЛОК 4: УСЛУГИ ── */
  #vtg-about-page .vtg-a-services {
    background: #ffffff;
    padding: 80px 0;
    border-bottom: 1px solid #e8e8e8;
  }

  #vtg-about-page .vtg-a-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 48px;
  }

  #vtg-about-page .vtg-a-service {
    background: #f5f5f7;
    border-radius: 16px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none !important;
    color: inherit !important;
  }

  #vtg-about-page .vtg-a-service:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(0,0,0,0.07);
    color: inherit !important;
  }

  #vtg-about-page .vtg-a-service-ico {
    width: 44px;
    height: 44px;
    background: #1f2c37;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    flex-shrink: 0;
  }

  #vtg-about-page .vtg-a-service-ico svg {
    width: 22px;
    height: 22px;
    fill: #ffffff;
  }

  #vtg-about-page .vtg-a-service h3 {
    font-size: 17px;
    font-weight: 700;
    color: #1d1d1f;
    margin: 0 0 10px;
  }

  #vtg-about-page .vtg-a-service p {
    font-size: 14px;
    color: #666;
    line-height: 1.65;
    margin: 0 0 16px;
    flex: 1;
  }

  #vtg-about-page .vtg-a-service-link {
    font-size: 13px;
    font-weight: 600;
    color: #1f2c37;
    align-self: flex-start;
  }

  /* ── БЛОК 5: ГЕОГРАФИЯ ── */
  #vtg-about-page .vtg-a-geo {
    background: #f5f5f7;
    padding: 80px 0;
    border-bottom: 1px solid #e8e8e8;
  }

  #vtg-about-page .vtg-a-geo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 48px;
  }

  #vtg-about-page .vtg-a-geo-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
  }

  #vtg-about-page .vtg-a-geo-img {
    height: 280px;
    overflow: hidden;
    background: #e8e8e8;
  }

  #vtg-about-page .vtg-a-geo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
  }

  #vtg-about-page .vtg-a-geo-card:hover .vtg-a-geo-img img { transform: scale(1.04); }

  #vtg-about-page .vtg-a-geo-body {
    padding: 32px;
    text-align: center;
  }

  #vtg-about-page .vtg-a-geo-body h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1d1d1f;
    margin: 0 0 10px;
    letter-spacing: -0.3px;
  }

  #vtg-about-page .vtg-a-geo-body p {
    font-size: 15px;
    color: #666;
    line-height: 1.65;
    margin: 0 0 20px;
    text-align: left;
  }

  #vtg-about-page .vtg-a-geo-cities {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }

  #vtg-about-page .vtg-a-geo-city {
    font-size: 12px;
    font-weight: 600;
    color: #1f2c37;
    background: #f0f2f5;
    padding: 5px 12px;
    border-radius: 100px;
  }

  /* ── БЛОК 6: КОМАНДА ── */
  #vtg-about-page .vtg-a-team {
    background: #ffffff;
    padding: 80px 0;
    border-bottom: 1px solid #e8e8e8;
  }

  #vtg-about-page .vtg-a-team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 48px;
  }

  #vtg-about-page .vtg-a-member {
    background: #f5f5f7;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none !important;
    color: inherit !important;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s, box-shadow 0.2s;
  }

  #vtg-about-page .vtg-a-member:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0,0,0,0.10);
    color: inherit !important;
  }

  #vtg-about-page .vtg-a-member-img {
    height: 240px;
    overflow: hidden;
    background: #e8e8e8;
  }

  #vtg-about-page .vtg-a-member-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.4s;
  }

  #vtg-about-page .vtg-a-member:hover .vtg-a-member-img img { transform: scale(1.05); }
  #vtg-about-page .vtg-a-member-body { padding: 22px; flex: 1; }

  #vtg-about-page .vtg-a-member-name {
    font-size: 17px;
    font-weight: 700;
    color: #1d1d1f;
    margin: 0 0 4px;
  }

  #vtg-about-page .vtg-a-member-role {
    font-size: 13px;
    color: #888;
    margin: 0 0 12px;
  }

  #vtg-about-page .vtg-a-member-city {
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    color: #1f2c37;
    background: #e8e8e8;
    padding: 4px 10px;
    border-radius: 100px;
  }

  /* ── БЛОК 7: CTA ── */
  #vtg-about-page .vtg-a-cta {
    background: #1f2c37;
    padding: 80px 0;
    margin-bottom: 60px;
    text-align: center;
  }

  #vtg-about-page .vtg-a-cta-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    margin-bottom: 24px;
  }

  #vtg-about-page .vtg-a-cta-eyebrow::before,
  #vtg-about-page .vtg-a-cta-eyebrow::after {
    content: '';
    width: 24px;
    height: 1px;
    background: rgba(255,255,255,0.2);
    display: block;
  }

  #vtg-about-page .vtg-a-cta h2 {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -1px;
    margin: 0 0 16px;
  }

  #vtg-about-page .vtg-a-cta p {
    font-size: 17px;
    color: rgba(255,255,255,0.5);
    margin: 0 0 40px;
  }

  #vtg-about-page .vtg-a-cta-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
  }

  #vtg-about-page .vtg-a-cta-btn-main {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    color: #1f2c37 !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 700;
    padding: 16px 36px;
    border-radius: 100px;
    transition: transform 0.2s, box-shadow 0.2s;
  }

  #vtg-about-page .vtg-a-cta-btn-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.3);
    color: #1f2c37 !important;
  }

  #vtg-about-page .vtg-a-cta-btn-sec {
    display: inline-flex;
    align-items: center;
    background: rgba(255,255,255,0.08);
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 600;
    padding: 16px 36px;
    border-radius: 100px;
    border: 1px solid rgba(255,255,255,0.15);
    transition: background 0.2s, transform 0.2s;
  }

  #vtg-about-page .vtg-a-cta-btn-sec:hover {
    background: rgba(255,255,255,0.14);
    transform: translateY(-2px);
    color: #ffffff !important;
  }

  /* ── АДАПТИВ ── */
  @media (max-width: 900px) {
    #vtg-about-page .vtg-a-wrap { padding: 0 16px; }
    #vtg-about-page .vtg-a-hero { padding: 56px 0; }
    #vtg-about-page .vtg-a-hero-inner { grid-template-columns: 1fr; gap: 36px; }
    #vtg-about-page .vtg-a-hero-stats { justify-content: center; }
    #vtg-about-page .vtg-a-hero-h2 { text-align: center; }
    #vtg-about-page .vtg-a-hero-desc { text-align: center; }
    #vtg-about-page .vtg-a-hero-tag { display: flex; justify-content: center; }
    #vtg-about-page .vtg-a-story { padding: 56px 0; }
    #vtg-about-page .vtg-a-story-inner { grid-template-columns: 1fr; gap: 36px; }
    #vtg-about-page .vtg-a-story-left { position: static; display: flex; flex-direction: column; align-items: center; text-align: center; }
    #vtg-about-page .vtg-a-founder-photo { aspect-ratio: 1/1; max-width: 200px; }
    #vtg-about-page .vtg-a-facts { padding: 56px 0; }
    #vtg-about-page .vtg-a-facts-grid { grid-template-columns: repeat(2, 1fr); }
    #vtg-about-page .vtg-a-services { padding: 56px 0; }
    #vtg-about-page .vtg-a-services-grid { grid-template-columns: repeat(2, 1fr); }
    #vtg-about-page .vtg-a-geo { padding: 56px 0; }
    #vtg-about-page .vtg-a-geo-grid { grid-template-columns: 1fr; }
    #vtg-about-page .vtg-a-geo-cities { justify-content: center; }
    #vtg-about-page .vtg-a-team { padding: 56px 0; }
    #vtg-about-page .vtg-a-team-grid { grid-template-columns: repeat(2, 1fr); }
    #vtg-about-page .vtg-a-cta { padding: 56px 0; }
  }

  @media (max-width: 560px) {
    #vtg-about-page .vtg-a-services-grid { grid-template-columns: 1fr; }
    #vtg-about-page .vtg-a-team-grid { grid-template-columns: 1fr; }
    #vtg-about-page .vtg-a-facts-grid { grid-template-columns: repeat(2, 1fr); }
    #vtg-about-page .vtg-a-fact { padding: 28px 16px; }
    #vtg-about-page .vtg-a-fact-num { font-size: 40px; letter-spacing: -1.5px; }
    #vtg-about-page .vtg-a-cta-btns { flex-direction: column; align-items: center; }
    #vtg-about-page .vtg-a-cta-btn-main,
    #vtg-about-page .vtg-a-cta-btn-sec { width: 100%; justify-content: center; }
    #vtg-about-page .vtg-a-geo-img { height: 200px; }
    #vtg-about-page .vtg-a-hero-stats { flex-direction: column; align-items: center; gap: 20px; }
    #vtg-about-page .vtg-a-hero-stat { text-align: center; }
    #vtg-about-page .vtg-a-geo-body p { text-align: center; }
    #vtg-about-page .vtg-a-geo-body { padding: 24px 16px; }
  }
