:root {
  --v2-bg: #f6efe4;
  --v2-bg-soft: #fbf7ef;
  --v2-surface: #ffffff;
  --v2-ink: #1d2738;
  --v2-muted: #57637a;
  --v2-navy: #112d4e;
  --v2-gold: #be8a3b;
  --v2-copper: #9b6232;
  --v2-line: #e7d8c1;
}

body#bg {
  background: radial-gradient(circle at 8% 8%, rgba(190, 138, 59, 0.2), transparent 34%),
    radial-gradient(circle at 95% 4%, rgba(17, 45, 78, 0.14), transparent 34%),
    linear-gradient(180deg, var(--v2-bg) 0%, #fcf8f1 56%, #f3e8d6 100%);
}

.v2-about-shell {
  position: relative;
  overflow: hidden;
}

.v2-about-panel {
  max-width: 1240px;
  border-radius: 24px;
  border: 1px solid rgba(190, 138, 59, 0.42);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 242, 0.92));
  box-shadow: 0 24px 65px rgba(17, 45, 78, 0.12);
  padding: 34px;
}

.v2-hero {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 24px;
  margin-bottom: 26px;
}

.v2-badge {
  display: inline-block;
  border-radius: 999px;
  padding: 8px 14px;
  border: 1px solid rgba(155, 98, 50, 0.36);
  background: rgba(190, 138, 59, 0.15);
  color: #76481f;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-size: 0.83rem;
}

.v2-hero-main h1 {
  margin: 16px 0;
  color: var(--v2-navy);
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 3.4vw, 3.1rem);
  line-height: 1.13;
}

.v2-hero-main p {
  color: var(--v2-muted);
  font-size: 1.07rem;
  line-height: 1.74;
  max-width: 700px;
}

.v2-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.v2-btn-primary,
.v2-btn-outline {
  border-radius: 999px;
  font-weight: 700;
  padding: 12px 26px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.v2-btn-primary {
  border: none;
  color: #fff;
  background: linear-gradient(140deg, var(--v2-copper), var(--v2-gold));
  box-shadow: 0 14px 34px rgba(155, 98, 50, 0.32);
}

.v2-btn-primary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(155, 98, 50, 0.42);
}

.v2-btn-outline {
  border: 1px solid rgba(17, 45, 78, 0.26);
  color: var(--v2-navy);
  background: transparent;
}

.v2-btn-outline:hover {
  color: var(--v2-navy);
  background: rgba(17, 45, 78, 0.06);
  transform: translateY(-2px);
}

.v2-hero-side {
  border-radius: 18px;
  padding: 24px;
  background: linear-gradient(155deg, #173c66, #112d4e);
  color: #fff;
  box-shadow: 0 16px 34px rgba(17, 45, 78, 0.3);
}

.v2-hero-side h3 {
  margin-bottom: 14px;
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  color: #ffffff !important;
  font-weight: 700;
}

.v2-hero-side ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.v2-hero-side li {
  padding: 9px 0;
  line-height: 1.58;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.v2-hero-side i {
  margin-right: 8px;
  color: #ffd890;
}

.v2-side-note {
  margin-top: 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.11);
  padding: 12px;
}

.v2-side-note p {
  margin: 0;
  line-height: 1.6;
}

.v2-side-note span {
  display: block;
  margin-top: 8px;
  font-size: 0.85rem;
  opacity: 0.9;
}

.v2-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  gap: 12px;
  border-radius: 14px;
  border: 1px solid var(--v2-line);
  background: linear-gradient(90deg, #fbf2e2, #f4e3ca);
  padding: 18px;
  margin: 16px 0 34px;
}

.v2-stats article {
  text-align: center;
  background: #fffdf9;
  border-radius: 10px;
  border: 1px solid #f2e3cd;
  padding: 14px;
}

.v2-stats h2 {
  margin: 0;
  color: var(--v2-navy);
  font-family: "Playfair Display", serif;
  font-size: 1.44rem;
}

.v2-stats p {
  margin: 8px 0 0;
  color: var(--v2-muted);
  font-size: 0.92rem;
}

.v2-story {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 20px;
  margin-bottom: 32px;
}

.v2-story-left h2,
.v2-roadmap h2,
.v2-diff h2 {
  color: var(--v2-navy);
  font-family: "Playfair Display", serif;
  font-size: clamp(1.5rem, 2.2vw, 2.1rem);
  margin-bottom: 12px;
}

.v2-story-left p {
  color: var(--v2-muted);
  line-height: 1.8;
}

.v2-story-card {
  border-radius: 14px;
  border: 1px solid #eadcc8;
  background: #fff;
  padding: 22px;
}

.v2-story-card h4 {
  color: var(--v2-ink);
  margin-bottom: 10px;
  font-weight: 700;
}

.v2-story-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.v2-story-card li {
  border-bottom: 1px dashed #e7d9c3;
  padding: 10px 0;
  color: var(--v2-muted);
  line-height: 1.62;
}

.v2-story-card i {
  color: var(--v2-copper);
  margin-right: 8px;
}

.v2-pillars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-bottom: 32px;
}

.v2-pillars h2 {
  grid-column: 1 / -1;
}

.v2-pillar {
  border-radius: 14px;
  border: 1px solid #eadcc7;
  background: var(--v2-surface);
  text-align: center;
  padding: 24px 20px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.v2-pillar:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(17, 45, 78, 0.13);
}

.v2-pillar i {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(155, 98, 50, 0.14);
  color: var(--v2-copper);
  font-size: 1.55rem;
  margin-bottom: 10px;
}

.v2-pillar h3 {
  color: var(--v2-navy);
  font-size: 1.23rem;
  font-family: "Playfair Display", serif;
  margin-bottom: 8px;
}

.v2-pillar p {
  margin: 0;
  color: var(--v2-muted);
}

.v2-roadmap {
  margin-bottom: 32px;
}

.v2-roadmap-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.v2-roadmap-grid article {
  border: 1px solid #ebddc8;
  border-radius: 12px;
  background: #fff;
  padding: 16px;
}

.v2-roadmap-grid span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(190, 138, 59, 0.2);
  color: #7a4c24;
  font-weight: 800;
  margin-bottom: 10px;
}

.v2-roadmap-grid h5 {
  margin-bottom: 8px;
  color: var(--v2-navy);
  font-size: 1rem;
}

.v2-roadmap-grid p {
  margin: 0;
  color: var(--v2-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.v2-diff {
  margin-bottom: 32px;
}

.v2-diff-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(230px, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.v2-diff-grid article {
  border-radius: 12px;
  border: 1px solid #ebdeca;
  background: #fff;
  padding: 20px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.v2-diff-grid article:hover {
  transform: translateY(-4px);
  border-color: #d7b37f;
}

.v2-diff-grid i {
  color: var(--v2-copper);
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.v2-diff-grid h5 {
  color: var(--v2-navy);
  font-size: 1rem;
  margin-bottom: 6px;
}

.v2-diff-grid p {
  margin: 0;
  color: var(--v2-muted);
  font-size: 0.93rem;
  line-height: 1.55;
}

.v2-cta {
  border-radius: 18px;
  text-align: center;
  color: #fff;
  background: linear-gradient(145deg, #173c66, #112d4e);
  padding: 34px 24px;
}

.v2-cta h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  margin-bottom: 10px;
  color: #ffffff !important;
}

.v2-cta p {
  max-width: 680px;
  margin: 0 auto 16px;
  color: rgba(255, 255, 255, 0.86);
}

.v2-reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: v2Reveal 0.7s ease forwards;
}

.v2-about-panel > .v2-reveal:nth-child(1) {
  animation-delay: 0.08s;
}

.v2-about-panel > .v2-reveal:nth-child(2) {
  animation-delay: 0.16s;
}

.v2-about-panel > .v2-reveal:nth-child(3) {
  animation-delay: 0.24s;
}

.v2-about-panel > .v2-reveal:nth-child(4) {
  animation-delay: 0.32s;
}

.v2-about-panel > .v2-reveal:nth-child(5) {
  animation-delay: 0.4s;
}

.v2-about-panel > .v2-reveal:nth-child(6) {
  animation-delay: 0.48s;
}

.v2-about-panel > .v2-reveal:nth-child(7) {
  animation-delay: 0.56s;
}

@keyframes v2Reveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1199px) {
  .v2-roadmap-grid {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
  }

  .v2-diff-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}

@media (max-width: 991px) {
  .v2-about-panel {
    padding: 24px;
  }

  .v2-hero,
  .v2-story {
    grid-template-columns: 1fr;
  }

  .v2-stats {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
  }
}

@media (max-width: 767px) {
  .v2-about-panel {
    padding: 18px;
    border-radius: 16px;
  }

  .v2-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .v2-hero-actions .btn {
    width: 100%;
  }

  .v2-pillars,
  .v2-roadmap-grid,
  .v2-diff-grid,
  .v2-stats {
    grid-template-columns: 1fr;
  }

  .v2-hero-side,
  .v2-story-card,
  .v2-cta {
    padding: 18px;
  }
}
