body {
  margin: 0;
 font-family: 'Inter', sans-serif;
  background: #F7F8F9;
  color: white;
}
/* =========================
   Inter
========================= */

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_28pt-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_28pt-Medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_28pt-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

/* =========================
   DM Sansx
========================= */

@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}


/* ---------------------------------------------------------------------------------- */
/* TOPBAR  */
.topbar {
  position: relative;
  background-color: #f3f3f3;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.topbar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #A0A0A0,#A0A0A0);
}

.topbar-inner {
  max-width: 1400px;
  margin: auto;
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #091B32;
  font-family: 'Inter', sans-serif;
  
}

.breadcrumb {
  display: flex;
  gap: 10px;
  font-family: 'Inter', sans-serif;
}

.breadcrumb a {
  color: #091B32aa;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
}

.exit-btn {
  background: #1E77BC;
  padding: 8px 20px;
  border-radius: 4px;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
}
/* ----------------------------------------------------------------------------------------------------------------------- */
/* Agentic AI: How CXOs Should Think About The Next Layer Of Digital Enterprise  */

/* =========================
   MASTER SECTION
========================= */


.insight-section {
  background: #F7F8F9;
  color: #3C4048;
 
}
/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
}
.intro-container {
  max-width: 1400px;
  margin: 0 auto;
  
}
/* =========================
   TOP TITLE BAR
========================= */

.top-bar {
 
  padding: 20px 20px;
  text-align: center;
}

.top-bar h1 {
  color: #091B32;
  font-size: 28px;
  font-weight: 700;
   font-family: 'DM Sans', sans-serif;
}

/* =========================
   HERO SECTION
========================= */

.hero-section {
  position: relative;
  width: 100%;
   height: auto;
  overflow: hidden;
  display: block;
   line-height: 0;  /* removes image gap */
}

/* Background Image */
.hero-image {
  width: 100%;
  height: auto;
  display: block;
}
/* =========================
   SUBTEXT SECTION
========================= */

.hero-subtext {
 
  text-align: center;
  padding: 18px 20px;
}

.hero-subtext p {
  color: #3C4048;
  font-size: 16px;
  font-style: italic;
   margin-bottom: 0px;
    font-family: 'DM Sans', sans-serif;
}


/* ------------------------------------------------------------------------- */
/* Title */
.intro-title {
  text-align: center;
  color: #1E77BC;
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 600;
   font-family: 'DM Sans', sans-serif;
}

/* Paragraphs */
.intro-container p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #3C4048;
   font-family: 'DM Sans', sans-serif;
 
}

/* Quote */
.quote {
  font-weight: 500;
  color: #3C4048;
}

/* Italic text */
.italic {
  font-style: italic;
   font-family: 'DM Sans', sans-serif;
}

/* Ordered List */
.intro-container ol {
  margin-left: 20px;

}

.intro-container li {
  margin-bottom: 20px;
  line-height: 1.7;
  color: #3C4048;
   font-family: 'DM Sans', sans-serif;
 
}


/* =========================
   AGENTIC SECTION
========================= */

/* Section Title */

.agentic-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px;
}
.agentic-title {
  text-align: center;
  color: #1E77BC;
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: 600;
   font-family: 'DM Sans', sans-serif;
}

/* Paragraphs */
.agentic-container p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #3C4048;
   font-family: 'DM Sans', sans-serif;
}

/* Bullet List */
.agentic-list {
  margin-left: 20px;
  margin-bottom: 30px;
}

.agentic-list li {
  margin-bottom: 12px;
  line-height: 1.7;
  color: #3C4048;
}



/* =========================
   PHASE SECTION
========================= */
.phase-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 10px;
}

/* Main Title */
.phase-title {
  text-align: center;
  color: #1E77BC;
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 600;
   font-family: 'DM Sans', sans-serif;
}

/* Subtitle */
.phase-subtitle {
  text-align: center;
  color: #3C4048;
  margin-bottom: 10px;
  font-size: 16px;
   font-family: 'DM Sans', sans-serif;
}

/* Two Column Layout */
.phase-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 80px;
  align-items: flex-start;   /* KEY FIX */
}
.phase-diagram {
  display: flex;
  justify-content: flex-end;  /* push image to right */
}

/* Left Content */
.phase-content p {
  margin-bottom: 10px;
  line-height: 1.8;
  font-size: 16px;
   font-family: 'DM Sans', sans-serif;
}

/* Yellow Sub Headings */
.yellow-heading {
  color: #F3A804;
  font-size: 20px;
  margin: 30px 0 15px;
  font-weight: 600;
   font-family: 'DM Sans', sans-serif;
}

/* Diagram */
.phase-diagram img {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
}

/* Bottom Italic Summary */
.phase-footer {
  text-align: center;
  font-style: italic;
  margin-top: 20px;
  color: #3C4048;
  font-size: 16px;
   font-family: 'DM Sans', sans-serif;
}


/* =========================
   PHASE 2 SECTION
========================= */

.phase2-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 10px;
}

/* Main Title */
.phase2-title {
  text-align: center;
  color: #1E77BC;
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 600;
   font-family: 'DM Sans', sans-serif;
}

/* Subtitle */
.phase2-subtitle {
  text-align: center;
  color: #3C4048;
  margin-bottom: 10px;
  font-size: 16px;
   font-family: 'DM Sans', sans-serif;
}

/* Paragraphs */
.phase2-container p {
  margin-bottom: 10px;
  line-height: 1.8;
  color: #3C4048;
  font-size: 16px;
   font-family: 'DM Sans', sans-serif;
}

/* Yellow Heading */
.yellow-heading {
  color: #f3a804;
  font-size: 22px;
  margin: 20px 0 15px;
  font-weight: 600;
   font-family: 'DM Sans', sans-serif;
}

/* Diagram */
.phase2-diagram {
  margin-top: 40px;
  text-align: center;
}

.phase2-diagram img {
  width: 100%;
  max-width: 1400px;
  height: auto;
  border-radius: 24px;   /* optional if PNG already rounded */
  display: block;
  margin: 0 auto;
}


/* =========================
   PHASE 3 SECTION
========================= */


.phase3-container {
  max-width: 1400px;
  margin: 0 auto;
 padding: 10px 10px;
}

/* Title */
.phase3-title {
  text-align: center;
  color: #1E77BC;
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 600;
   font-family: 'DM Sans', sans-serif;
}

/* Paragraphs */
.phase3-container p {
  margin-bottom: 10px;
  line-height: 1.8;
  font-size: 16px;
   font-family: 'DM Sans', sans-serif;
}

/* Summary */
.phase3-summary {
  text-align: center;
  margin-top: 10px;
  font-style: italic;
  color: #3C4048;
}

/* Diagram */
.phase3-diagram {
  margin-top: 40px;
  text-align: center;
}

.phase3-diagram img {
  width: 100%;
  max-width: 1400px;
  height: auto;
  border-radius: 24px;
  display: block;
  margin: 0 auto;
}



/* =========================
   PHASE 4 SECTION
========================= */



.phase4-container {
  max-width: 1400px;
  margin: 0 auto;
 padding: 20px 20px;
}

/* Title */
.phase4-title {
  text-align: center;
  color: #1E77BC;
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 600;
   font-family: 'DM Sans', sans-serif;
}

/* Subtitle */
.phase4-subtitle {
  text-align: center;
  color: #3C4048;
  font-size: 16px;
  margin-bottom: 10px;
   font-family: 'DM Sans', sans-serif;
}

/* Yellow heading (reuse if already defined globally) */
.yellow-heading {
  color: #f3a804;
  font-size: 22px;
  margin: 40px 0 15px;
  font-weight: 600;
   font-family: 'DM Sans', sans-serif;
}

/* Paragraphs */
.phase4-container p {
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 16px;
   font-family: 'DM Sans', sans-serif;
}

/* Summary */
.phase4-summary {
  margin-top: 10px;
  text-align: center;
  font-style: italic;
  color: #3C4048;
}


/* =========================
   CURRENT REALITY SECTION
========================= */


.reality-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 10px;
}

/* Title */
.reality-title {
  text-align: center;
  color: #1E77BC;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 600;
   font-family: 'DM Sans', sans-serif;
}

/* Paragraphs */
.reality-container p {
  margin-bottom: 20px;
  line-height: 1.9;
  font-size: 16px;
   font-family: 'DM Sans', sans-serif;
}

/* Emphasis line */
.emphasis-line {
  font-style: italic;
  color: #3C4048;
  text-align: center;
  margin: 20px 0;
}

/* Final summary */
.reality-summary {
  margin-top: 20px;
  font-weight: 500;
  color: #3C4048;
}



/* =========================
   HUMAN + AI SECTION
========================= */


.human-ai-container {
  max-width: 1400px;
  margin: 0 auto;
 padding: 10px 10px;
}

/* Title */
.human-ai-title {
  text-align: center;
  color: #1E77BC;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 600;
   font-family: 'DM Sans', sans-serif;
}

/* Subtitle */
.human-ai-subtitle {
  text-align: center;
  font-style: italic;
  color: #3C4048;
  margin-bottom: 20px;
   font-family: 'DM Sans', sans-serif;
}

/* Paragraphs */
.human-ai-container p {
  margin-bottom: 24px;
  line-height: 1.9;
  font-size: 16px;
   font-family: 'DM Sans', sans-serif;
}

/* Highlight Section Title */
.section-highlight {
  margin-top: 40px;
  margin-bottom: 15px;
  color: #f3a804;
  font-size: 22px;

}

/* Numbered Steps */
.human-ai-steps {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
   font-family: 'DM Sans', sans-serif;
}

.human-ai-steps li {
  margin-bottom: 18px;
  line-height: 1.8;
  font-size: 16px;
   font-family: 'DM Sans', sans-serif;
}

/* Summary */
.human-ai-summary {
  margin-top: 40px;
  font-weight: 500;
  color: #3C4048;
}


/* =========================
   LEARNING SECTION
========================= */


.learning-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px 0px;
}

/* Main Title */
.learning-title {
  text-align: center;
  color: #1E77BC;
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: 600;
   font-family: 'DM Sans', sans-serif;
}

/* Yellow headings */
.yellow-heading {
  color: #f3a804;
  font-size: 22px;
  margin: 20px 0 15px;
   font-family: 'DM Sans', sans-serif;
}

/* Paragraphs */
.learning-container p {
  margin-bottom: 20px;
  line-height: 1.9;
  font-size: 16px;
   font-family: 'DM Sans', sans-serif;
}

/* Summary */
.learning-summary {
  margin-top: 30px;
  font-weight: 500;
  color: #3C4048;
}
/* IMAGE */
.learning-image-wrapper img {
  width: 1400px;        /* exact image width */
  max-width: 100%;      /* responsive fallback */
  height: auto;
  display: block;
}

/* IMAGE WRAPPER */
.learning-image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;   /* THIS centers the image */
  margin-top: 20px;
  padding-bottom: 60px;
}


/* =========================
   CONCLUSION SECTION
========================= */


.conclusion-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 10px;
}

/* Main Title */
.conclusion-title {
  text-align: center;
  color: #1E77BC;
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 600;
   font-family: 'DM Sans', sans-serif;
}

/* Subtitle */
.conclusion-subtitle {
  text-align: center;
  font-style: italic;
  color: #3C4048;
  margin-bottom: 20px;
   font-family: 'DM Sans', sans-serif;
}

/* Yellow Heading */
.yellow-heading {
  color: #f3a804;
  font-size: 22px;
  margin: 20px 0 15px;
   font-family: 'DM Sans', sans-serif;
}

/* Paragraphs */
.conclusion-container p {
  margin-bottom: 20px;
  line-height: 1.9;
  font-size: 16px;
   font-family: 'DM Sans', sans-serif;
}

/* Bullet List */
.conclusion-list {
  margin: 20px 0 40px 20px;
}

.conclusion-list li {
  margin-bottom: 14px;
  line-height: 1.8;
}

/* Final Quote */
.conclusion-quote {
  margin-top: 40px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #091B32;
   font-family: 'DM Sans', sans-serif;
}


/* --------------------------------------------------------------------------------------------------------------------------- */
  /* Contact Us */
/* ============================= */
/* SECTION BACKGROUND            */
/* ============================= */

.cta-section {
  position: relative;
  width: 100vw;              /* Full viewport width */
  left: 50%;
  right: 50%;
  margin-left: -50vw;        /* Break out of parent */
  margin-right: -50vw;

  padding: 100px 20px;
  background: #091B32;

  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

/* ============================= */
/* INNER GRADIENT CARD           */
/* ============================= */

.cta-container {
  width: 90%;
  max-width: 1600px;
  padding: 40px 40px;
  border-radius: 16px;
  text-align: center;
  background: linear-gradient(180deg, #1E77BC 0%,#1E77BC , #091B32 100%);
}

/* ============================= */
/* TEXT                          */
/* ============================= */

.cta-title {
  font-size: 40px;
  color: #F3A804;
  margin-bottom: 10px;
  font-family: 'DM Sans', sans-serif;
}

.cta-subtitle {
  font-size: 20px;
  color: #ffffff;
  max-width: 1400px;
  margin: 0 auto 40px auto;
  line-height: 1.6;
   font-family: 'DM Sans', sans-serif;
}

/* ============================= */
/* BUTTONS WRAPPER               */
/* ============================= */

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

/* ============================= */
/* COMMON BUTTON STYLE           */
/* ============================= */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
}
/* Change PNG icon color to blue on hover */
.btn-primary:hover .btn-icon {
  filter: brightness(0) saturate(100%)
          invert(32%) sepia(98%)
          saturate(2476%)
          hue-rotate(185deg)
          brightness(95%) contrast(95%);
}

/* ============================= */
/* PRIMARY BUTTON (Blue)         */
/* ============================= */

.btn-primary {
  background-color: #1E77BC;
  color: #ffffff;
  
}

/* Hover + Click */
.btn-primary:hover,
.btn-primary:active {
  background-color: #ffffff;
  color: #1E77BC;
}

/* ============================= */
/* OUTLINE BUTTON (White)        */
/* ============================= */

.btn-outline {
  
  color: #ffffff;
  border: 2px solid #1E77BC;
}

/* Hover + Click */
.btn-outline:hover,
.btn-outline:active {
  background-color: #ffffff;
  color: #1E77BC;

}

/* ============================= */
/* ICON                          */
/* ============================= */

.btn-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
/* -------------------------------------------------------------------------------------------------------------------------- */
/* <!-- Footer --> */

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* FULL WIDTH FOOTER BACKGROUND */
.footer {
  width: 100vw;                         /* Force full viewport width */
  margin-left: calc(50% - 50vw);         /* Break out of parent */
  background: linear-gradient(180deg, #152131 0%, #091B32 100%);
  color: #ffffff;
  position: relative;
}

/* INNER CONTENT ALIGNMENT */
.footer-wrapper {
  max-width: 1440px;   /* Design width */
  margin: 0 auto;
  padding: 40px 40px;
  box-sizing: border-box;
}


/* FOOTER BACKGROUND
.footer {
  background: linear-gradient(90deg, #091B32 0%, #102B45 100%);
  color: #ffffff;
  position: relative;
  width: 100%;
} */

/* Wrapper Alignment */
.footer-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 40px;
}


/* Top Row */
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  width: 150px; /* PNG Logo */
}

.footer-copy {
  font-size: 14px;
  opacity: 0.8;
  color:#F7F8F9;
    font-family: 'DM Sans', sans-serif;
}

/* Divider */
.footer-divider {
  height: 1px;
  background: #323E4F;
  margin: 30px 0 50px 0;
}

/* Grid Layout */
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 80px;
}

.footer-about {
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.9;
  color: #F7F8F9;
   font-family: 'DM Sans', sans-serif;
}

.footer-column h4 {
  margin-bottom: 20px;
  font-weight: 500;
   font-family: 'DM Sans', sans-serif;
}

/* Links */
.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 12px;
}

.footer-column ul li a {
  color: #F7F8F9;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
}

/* Underline animation */
.footer-column ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 1px;
  background: #F7F8F9;
  transition: width 0.3s ease;
}

.footer-column ul li a:hover::after {
  width: 100%;
}

/* Social Icons */
.social-icons {
  display: flex;
  gap: 20px;
}

.social-icons img {
  width: 36px;
  height: 36px;
  transition: transform 0.3s ease;
}

.social-icons img:hover {
  transform: scale(1.1);
}

/* ============================= */
/* SCROLL TO TOP CIRCLE         */
/* ============================= */

.scroll-top {
  position: absolute;
  right: 60px;
  bottom: 60px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

/* Rotating SVG */
.rotating-text {
  width: 100%;
  height: 100%;
 
  animation: rotateText 15s linear infinite;
}

/* Rotation animation */
@keyframes rotateText {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* Static Arrow Centered */
.scroll-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
   font-family: 'DM Sans', sans-serif;
  color: #ffffff;
  pointer-events: none; /* ensures click works on parent */
}
/* ------------------------------------------------------------------------------------------------ */
/* =====================================================
   GLOBAL RESPONSIVE ENHANCEMENTS
===================================================== */

/* Make all images responsive */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Prevent overflow issues */
body {
  overflow-x: hidden;
}

/* Typography scaling */
h1, h2, h3, h4 {
  line-height: 1.3;
}

p {
  line-height: 1.8;
}
@media (max-width: 1024px) {

  .top-bar h1,
  .intro-title,
  .agentic-title,
  .phase-title,
  .phase2-title,
  .phase3-title,
  .phase4-title,
  .reality-title,
  .human-ai-title,
  .learning-title,
  .conclusion-title {
    font-size: 22px;
  }

  .hero-section {
    height: 500px;
  }

  .phase-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .cta-title {
    font-size: 28px;
  }

  .cta-subtitle {
    font-size: 16px;
  }

}
@media (max-width: 768px) {

  body {
    font-size: 14px;
  }

  .hero-section {
    height: 350px;
  }

  .top-bar h1 {
    font-size: 18px;
  }

  .intro-container,
  .agentic-container,
  .phase-container,
  .phase2-container,
  .phase3-container,
  .phase4-container,
  .reality-container,
  .human-ai-container,
  .learning-container,
  .conclusion-container {
    padding: 20px 16px;
  }

  .phase-grid {
    grid-template-columns: 1fr;
  }

  .cta-container {
    padding: 30px 20px;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .btn {
    width: 100%;
    justify-content: center;
  }

  .footer-top {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .scroll-top {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px;
  }

}
@media (max-width: 480px) {

  .hero-section {
    height: 250px;
  }

  .top-bar h1 {
    font-size: 16px;
  }

  .hero-subtext p,
  .intro-container p,
  .agentic-container p,
  .phase-container p,
  .phase2-container p,
  .phase3-container p,
  .phase4-container p,
  .reality-container p,
  .human-ai-container p,
  .learning-container p,
  .conclusion-container p {
    font-size: 14px;
  }

  .yellow-heading {
    font-size: 18px;
  }

  .cta-title {
    font-size: 22px;
  }

  .cta-subtitle {
    font-size: 14px;
  }

  .btn {
    font-size: 14px;
    padding: 12px 16px;
  }

  .footer-copy {
    font-size: 12px;
  }

  .social-icons img {
    width: 28px;
    height: 28px;
  }

}