/* ============================================================
   DIGI-TECH SOLUTION — About Page Styles
   ============================================================ */

/* ===== PAGE HERO ===== */
.about-hero {
  background: linear-gradient(130deg, var(--dark) 0%, #5c2e30 45%, #3d1f21 100%);
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.about-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fbb349' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
}
.about-hero::after {
  content: '';
  position: absolute; left: 50%; top: -100px;
  transform: translateX(-50%);
  width: 600px; height: 400px;
  background: radial-gradient(ellipse, rgba(251,179,73,.10) 0%, transparent 70%);
  pointer-events: none;
}
.about-hero .container { position: relative; z-index: 2; }
.about-hero .section-tag { margin-bottom: 20px; }
.about-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 62px);
  font-weight: 900;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 20px;
}
.about-hero h1 em { font-style: italic; color: var(--gold); }
.about-hero p {
  color: rgba(255,255,255,.7);
  font-size: 17px;
  line-height: 1.8;
  max-width: 580px;
  margin: 0 auto 36px;
}
.hero-creds {
  display: inline-flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.hcred {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(251,179,73,.2);
  color: var(--cream);
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 30px;
  letter-spacing: .3px;
}
.hcred i { color: var(--gold); }

/* ===== STORY SECTION ===== */
.story-section {
  padding: 96px 0;
  background: var(--bg-light);
}
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.story-visual {
  position: relative;
}
.story-visual-inner {
  background: linear-gradient(135deg, var(--dark) 0%, #5c2e30 100%);
  border-radius: 24px;
  padding: 44px;
  position: relative;
  overflow: hidden;
}
.story-visual-inner::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fbb349' fill-opacity='0.04'%3E%3Ccircle cx='20' cy='20' r='8'/%3E%3C/g%3E%3C/svg%3E");
}
.story-big-stat {
  position: relative; z-index: 1;
  margin-bottom: 32px;
}
.story-big-num {
  font-family: var(--font-display);
  font-size: 72px;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 6px;
}
.story-big-lbl {
  font-family: var(--font-ui);
  font-size: 14px;
  color: rgba(255,255,255,.6);
  letter-spacing: .5px;
}
.story-mini-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  position: relative; z-index: 1;
}
.sms {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(251,179,73,.12);
  border-radius: 14px;
  padding: 16px;
  text-align: center;
}
.sms-val {
  font-family: var(--font-ui);
  font-weight: 800;
  color: var(--gold);
  font-size: 22px;
}
.sms-lbl {
  font-size: 11px;
  color: rgba(255,255,255,.45);
  margin-top: 4px;
}
.story-badge {
  position: absolute;
  bottom: -20px; right: -20px;
  background: var(--gold);
  color: var(--dark);
  border-radius: 50%;
  width: 100px; height: 100px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  font-family: var(--font-ui);
  font-weight: 800;
  font-size: 11px;
  text-align: center;
  line-height: 1.3;
  box-shadow: 0 8px 28px rgba(251,179,73,.35);
  z-index: 2;
}
.story-badge span { font-size: 22px; font-weight: 900; display: block; }

.story-text .section-tag { margin-bottom: 16px; }
.story-text .section-title { margin-bottom: 20px; }
.story-lead {
  font-size: 17px;
  color: var(--dark);
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 18px;
}
.story-body {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.85;
  margin-bottom: 18px;
}
.story-checkmarks {
  list-style: none;
  margin: 26px 0 34px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.story-checkmarks li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14.5px;
  color: var(--text-dark);
  line-height: 1.6;
}
.story-checkmarks li i {
  color: var(--gold);
  font-size: 15px;
  margin-top: 2px;
  flex-shrink: 0;
}

/* ===== VALUES SECTION ===== */
.values-section {
  padding: 88px 0;
  background: var(--bg-cream);
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}
.value-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  text-align: center;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.value-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(to right, var(--gold), var(--light-gold));
  transform: scaleX(0);
  transition: .3s;
  transform-origin: left;
}
.value-card:hover {
  border-color: var(--gold);
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}
.value-card:hover::after { transform: scaleX(1); }
.value-icon {
  width: 68px; height: 68px;
  background: var(--cream);
  border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  font-size: 26px; color: var(--brown);
  transition: var(--transition);
}
.value-card:hover .value-icon { background: var(--gold); color: var(--dark); }
.value-card h3 {
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: 16px;
  color: var(--dark);
  margin-bottom: 12px;
}
.value-card p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.75;
}

/* ===== CERTIFICATIONS STRIP ===== */
.cert-strip {
  background: var(--dark);
  padding: 48px 0;
}
.cert-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}
.cert-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.7);
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 600;
}
.cert-item i {
  font-size: 28px;
  color: var(--gold);
}
.cert-label { font-size: 14px; color: var(--white); font-weight: 700; }
.cert-sub { font-size: 11px; color: rgba(255,255,255,.45); }

/* ===== TEAM/PROMISE SECTION ===== */
.promise-section {
  padding: 88px 0;
  background: var(--bg-light);
}
.promise-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.promise-items {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.promise-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.promise-num {
  width: 44px; height: 44px;
  background: var(--gold);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-ui);
  font-weight: 800;
  font-size: 16px;
  color: var(--dark);
  flex-shrink: 0;
}
.promise-item h4 {
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: 15px;
  color: var(--dark);
  margin-bottom: 6px;
}
.promise-item p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.7;
}
.promise-cta-box {
  background: linear-gradient(135deg, var(--dark) 0%, #5c2e30 100%);
  border-radius: 24px;
  padding: 48px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.promise-cta-box::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fbb349' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4z'/%3E%3C/g%3E%3C/svg%3E");
}
.pcta-inner { position: relative; z-index: 1; }
.pcta-icon {
  width: 72px; height: 72px;
  background: rgba(251,179,73,.15);
  border: 2px solid rgba(251,179,73,.3);
  border-radius: 20px;
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; color: var(--gold);
  margin: 0 auto 24px;
}
.promise-cta-box h3 {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 14px;
}
.promise-cta-box h3 em { font-style: italic; color: var(--gold); }
.promise-cta-box p {
  color: rgba(255,255,255,.6);
  font-size: 14.5px;
  line-height: 1.75;
  margin-bottom: 28px;
}
.pcta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ===== CTA SECTION ===== */
.cta-section {
  padding: 88px 0;
  background: var(--dark);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%,-50%);
  width: 700px; height: 400px;
  background: radial-gradient(ellipse, rgba(251,179,73,.08) 0%, transparent 70%);
  pointer-events: none;
}
.cta-section .container { position: relative; z-index: 1; }
.cta-section h2 {
  font-family: var(--font-display);
  font-size: clamp(30px, 4.5vw, 52px);
  font-weight: 900;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 16px;
}
.cta-section h2 em { font-style: italic; color: var(--gold); }
.cta-section p {
  color: rgba(255,255,255,.6);
  font-size: 17px;
  max-width: 520px;
  margin: 0 auto 36px;
  line-height: 1.75;
}
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
  .story-grid { grid-template-columns: 1fr; }
  .story-visual { margin-bottom: 20px; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .promise-grid { grid-template-columns: 1fr; }
  .cert-inner { gap: 32px; }
}
@media (max-width: 600px) {
  .values-grid { grid-template-columns: 1fr; }
  .hero-creds { flex-direction: column; align-items: center; }
}
