/* ===================================================
   ABOUT 2 — Modern redesign
   =================================================== */

.a2-wrap { overflow-x: hidden; }

.a2-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px;
}

/* Shared: small uppercase label above headings */
.a2-eyebrow {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #48c7ec;
  display: block;
  margin-bottom: 14px;
}

/* ===================================================
   SECTION 1 — INTRO: Hi! + hello photo
   =================================================== */
.a2-intro {
  padding: 80px 0 90px;
  background: #fff;
}

.a2-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.a2-hi {
  font-family: 'Poppins', sans-serif;
  font-size: 90px;
  font-weight: 700;
  font-style: italic;
  color: #10252e;
  line-height: 1;
  margin: 0 0 28px 0;
}

.a2-intro-body {
  font-family: 'Hind', sans-serif;
  font-size: 18px;
  line-height: 1.85;
  color: #555;
}

/* Image with offset teal accent box behind it */
.a2-intro-image-wrap {
  position: relative;
  padding: 0 20px 20px 0;
}

.a2-intro-image-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 85%;
  height: 85%;
  border: 3px solid #48c7ec;
  z-index: 0;
}

.a2-intro-img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  box-shadow: 0 16px 48px rgba(0,0,0,0.14);
}

/* ===================================================
   SECTION 2 — I HEAR YA: dark background
   =================================================== */
.a2-hear-ya {
  background: #10252e;
  padding: 90px 0;
  position: relative;
}

.a2-hear-ya-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 54px;
  font-style: italic;
  font-weight: 300;
  color: #48c7ec;
  text-align: center;
  margin: 0 0 44px 0;
}

.a2-hear-ya-body {
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}

.a2-hear-ya-body p {
  font-family: 'Hind', sans-serif;
  font-size: 17px;
  line-height: 1.9;
  color: rgba(255,255,255,0.82);
  margin-bottom: 22px;
}

/* Decorative divider line below the section */
.a2-hear-ya::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #48c7ec;
  margin: 50px auto 0;
}

/* ===================================================
   SECTION 3 — STUCK IN NEUTRAL: light bg + image
   =================================================== */
.a2-neutral {
  background: #f4f6f7;
  padding: 90px 0;
}

.a2-neutral-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.a2-neutral-image-wrap {
  position: relative;
  padding: 20px 0 0 20px;
}

.a2-neutral-image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  height: 85%;
  background: rgba(16,37,46,0.08);
  z-index: 0;
}

.a2-neutral-image-wrap img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  box-shadow: 0 12px 36px rgba(0,0,0,0.12);
}

.a2-blockquote {
  border-left: 4px solid #48c7ec;
  padding: 4px 0 4px 28px;
  margin: 0 0 32px 0;
}

.a2-blockquote p {
  font-family: 'Poppins', sans-serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 300;
  color: #10252e;
  line-height: 1.65;
  margin: 0;
}

.a2-neutral-text p {
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: #555;
}

/* ===================================================
   SECTION 4 — ENTER YOU: CTA
   =================================================== */
.a2-cta {
  background: #10252e;
  padding: 100px 0;
  text-align: center;
  position: relative;
}

.a2-cta::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, #48c7ec, transparent);
}

.a2-cta-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 54px;
  font-style: italic;
  font-weight: 300;
  color: #fff;
  margin: 0 0 32px 0;
}

.a2-cta-body {
  font-family: 'Hind', sans-serif;
  font-size: 17px;
  line-height: 1.9;
  color: rgba(255,255,255,0.78);
  max-width: 700px;
  margin: 0 auto 36px;
}

.a2-cta-question {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  color: #48c7ec;
  margin-bottom: 44px;
}

.a2-btn {
  display: inline-block;
  padding: 15px 50px;
  background: transparent;
  border: 2px solid #48c7ec;
  color: #48c7ec;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: background 0.3s ease, color 0.3s ease;
  text-decoration: none;
}

.a2-btn:hover {
  background: #48c7ec;
  color: #10252e;
}

/* ===================================================
   SECTION 5 — CREDENTIALS
   =================================================== */
.a2-credentials {
  background: #fff;
  padding: 90px 0;
}

.a2-cred-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 70px;
  align-items: start;
}

.a2-cred-image-wrap {
  position: relative;
  padding: 0 0 20px 20px;
}

.a2-cred-image-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85%;
  height: 85%;
  background: rgba(72,199,236,0.1);
  z-index: 0;
}

.a2-cred-image-wrap img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 16px 48px rgba(0,0,0,0.13);
}

.a2-cred-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #10252e;
  margin: 0 0 20px 0;
}

.a2-cred-bio {
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: #555;
  margin-bottom: 32px;
}

.a2-cred-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
}

.a2-cred-list li {
  font-family: 'Hind', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  padding: 12px 0 12px 24px;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}

.a2-cred-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #48c7ec;
}

.a2-cred-list li:first-child {
  border-top: 1px solid #f0f0f0;
}

.a2-cred-personal {
  font-family: 'Hind', sans-serif;
  font-size: 15px;
  line-height: 1.85;
  color: #888;
  font-style: italic;
}

/* ===================================================
   RESPONSIVE
   =================================================== */
@media (max-width: 900px) {
  .a2-cred-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .a2-container { padding: 0 24px; }

  .a2-intro-grid,
  .a2-neutral-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .a2-hi { font-size: 64px; }
  .a2-hear-ya-heading { font-size: 38px; }
  .a2-cta-heading { font-size: 38px; }
  .a2-cta-question { font-size: 18px; }
  .a2-cred-heading { font-size: 28px; }

  .a2-intro-image-wrap::after,
  .a2-neutral-image-wrap::before,
  .a2-cred-image-wrap::before { display: none; }
}
