@charset "UTF-8";

/* =========================
   APPROACH
========================= */

.approach {
  position: relative;
  overflow: hidden;
  padding: 180px 0;
  background:
    radial-gradient(circle at top left, rgba(68, 146, 255, 0.12) 0%, transparent 32%),
    radial-gradient(circle at bottom right, rgba(0, 255, 200, 0.08) 0%, transparent 28%),
    linear-gradient(180deg, #06070a 0%, #0d1117 100%);
}

.approach__container {
  position: relative;
  z-index: 2;
  width: min(100% - 80px, 1600px);
  margin: 0 auto;
}

/* =========================
   GLOWS
========================= */

.approach__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
}

.approach__glow--one {
  top: -120px;
  left: -120px;
  width: 520px;
  height: 520px;
  background: rgba(0, 132, 255, 0.16);
}

.approach__glow--two {
  right: -160px;
  bottom: -140px;
  width: 560px;
  height: 560px;
  background: rgba(0, 255, 200, 0.10);
}

/* =========================
   HEADER
========================= */

.approach__header {
  position: relative;
  max-width: 900px;
  margin-bottom: 90px;
}

.approach__eyebrow {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(170, 210, 255, 0.78);
}

.approach__accentLine {
  width: 80px;
  height: 4px;
  margin-bottom: 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2c8eff 0%, #00ffd5 100%);
  box-shadow: 0 0 25px rgba(44, 142, 255, 0.35);
}

.approach__title {
  margin: 0 0 24px;
  font-size: clamp(3.4rem, 5vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: -3px;
  font-weight: 600;
  color: #ffffff;
  max-width: 1000px;
}

.approach__lead {
  max-width: 720px;
  margin: 0;
  font-size: 19px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.68);
}

/* =========================
   FEATURE
========================= */

.approach__feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
  gap: 48px;
  align-items: stretch;
  margin-bottom: 70px;
}

/* =========================
   CONTENT CARD
========================= */

.approach__contentCard {
  position: relative;
  overflow: hidden;
  padding: 48px;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(17, 23, 32, 0.92) 0%, rgba(10, 14, 20, 0.96) 100%);
  backdrop-filter: blur(12px);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.approach__contentCard::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(44, 142, 255, 0.10) 0%, transparent 38%),
    linear-gradient(315deg, rgba(0, 255, 213, 0.06) 0%, transparent 40%);
  pointer-events: none;
}

.approach__cardLabel {
  margin: 0 0 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #82c7ff;
}

.approach__cardTitle {
  margin: 0 0 28px;
  font-size: 38px;
  line-height: 1.08;
  letter-spacing: -1.5px;
  font-weight: 600;
  color: #ffffff;
  max-width: 680px;
}

.approach__text {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.95;
  color: rgba(255, 255, 255, 0.70);
}

.approach__text:last-of-type {
  margin-bottom: 0;
}

/* =========================
   MINI GRID
========================= */

.approach__miniGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.approach__miniItem {
  position: relative;
  overflow: hidden;
  padding: 22px 18px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.03) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.approach__miniItem span {
  display: block;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(135deg, #2c8eff 0%, #00ffd5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.approach__miniItem p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.60);
}

/* =========================
   IMAGE STACK
========================= */

.approach__imageStack {
  position: relative;
}

.approach__imageFrame {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 720px;
  border-radius: 38px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #151922;
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.45),
    0 0 80px rgba(44, 142, 255, 0.10);
}

.approach__imageFrame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(5, 8, 14, 0.78) 0%, rgba(5, 8, 14, 0) 42%);
  pointer-events: none;
}

.approach__imageFrame img {
  width: 100%;
  height: 100%;
  min-height: 720px;
  object-fit: cover;
  display: block;
  transition: transform 1.4s ease;
}

.approach__imageStack:hover .approach__imageFrame img {
  transform: scale(1.04);
}

/* =========================
   FLOATING PANEL
========================= */

.approach__floatingPanel {
  position: absolute;
  right: 30px;
  bottom: 30px;
  max-width: 280px;
  padding: 24px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(13, 18, 27, 0.88) 0%, rgba(8, 12, 18, 0.94) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.35);
}

.approach__floatingPanel span {
  display: block;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #82c7ff;
}

.approach__floatingPanel p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.72);
}

/* =========================
   STEPS
========================= */

.approach__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-bottom: 60px;
}

.approach__stepCard {
  position: relative;
  overflow: hidden;
  padding: 36px 34px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(18, 24, 34, 0.90) 0%, rgba(10, 14, 20, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition:
    transform 0.45s ease,
    border-color 0.45s ease,
    box-shadow 0.45s ease;
}

.approach__stepCard::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(44, 142, 255, 0.10) 0%, transparent 40%);
  opacity: 0;
  transition: opacity 0.45s ease;
}

.approach__stepCard:hover {
  transform: translateY(-10px);
  border-color: rgba(44, 142, 255, 0.28);
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.35);
}

.approach__stepCard:hover::before {
  opacity: 1;
}

.approach__stepNumber {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2c8eff 0%, #00ffd5 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  box-shadow:
    0 15px 40px rgba(44, 142, 255, 0.28);
}

.approach__stepCard h3 {
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 1.12;
  font-weight: 600;
  color: #ffffff;
}

.approach__stepCard p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.68);
}

/* =========================
   VISUALS
========================= */

.approach__visuals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 60px;
}

.approach__visualCard {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 30px;
  background: #111722;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition:
    transform 0.45s ease,
    border-color 0.45s ease,
    box-shadow 0.45s ease;
}

.approach__visualCard:hover {
  transform: translateY(-8px);
  border-color: rgba(44, 142, 255, 0.24);
  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.34);
}

.approach__visualCard img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
  transition: transform 1.1s ease;
}

.approach__visualCard:hover img {
  transform: scale(1.05);
}

.approach__visualCard figcaption {
  padding: 20px 22px 22px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.70);
}

/* =========================
   REASSURANCE
========================= */

.approach__reassurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 34px;
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(12, 18, 26, 0.96) 0%, rgba(8, 12, 18, 1) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.38);
}

.approach__reassuranceItem span {
  display: block;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #82c7ff;
}

.approach__reassuranceItem p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.68);
}

/* =========================
   REVEAL
========================= */

.approach .reveal {
  opacity: 0;
  transform: translateY(60px);
  transition:
    opacity 1s ease,
    transform 1s ease;
}

.approach .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}


/* =========================
   1920PX
========================= */

@media screen and (max-width: 1920px) {
  .approach {
    padding: 160px 0;
  }

  .approach__container {
    width: min(100% - 72px, 1500px);
  }

  .approach__title {
    font-size: clamp(3.2rem, 4.7vw, 5.2rem);
  }

  .approach__feature {
    gap: 42px;
  }

  .approach__imageFrame,
  .approach__imageFrame img {
    min-height: 660px;
  }

  .approach__visualCard img {
    height: 310px;
  }
}

/* =========================
   1200PX
========================= */

@media screen and (max-width: 1200px) {
  .approach {
    padding: 130px 0;
  }

  .approach__container {
    width: min(100% - 56px, 1100px);
  }

  .approach__header {
    margin-bottom: 70px;
  }

  .approach__title {
    font-size: clamp(2.7rem, 6vw, 4.1rem);
    letter-spacing: -2px;
  }

  .approach__lead {
    font-size: 18px;
    max-width: 760px;
  }

  .approach__feature {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-bottom: 56px;
  }

  .approach__contentCard {
    padding: 42px;
    border-radius: 32px;
  }

  .approach__cardTitle {
    max-width: 820px;
    font-size: 34px;
  }

  .approach__imageFrame,
  .approach__imageFrame img {
    min-height: 500px;
  }

  .approach__steps {
    gap: 20px;
    margin-bottom: 48px;
  }

  .approach__stepCard {
    padding: 30px 26px;
    border-radius: 28px;
  }

  .approach__stepCard h3 {
    font-size: 24px;
  }

  .approach__visuals {
    gap: 18px;
    margin-bottom: 48px;
  }

  .approach__visualCard img {
    height: 260px;
  }

  .approach__reassurance {
    gap: 18px;
    padding: 28px;
    border-radius: 30px;
  }
}

/* =========================
   768PX
========================= */

@media screen and (max-width: 768px) {
  .approach {
    padding: 100px 0;
  }

  .approach__container {
    width: min(100% - 36px, 720px);
  }

  .approach__header {
    margin-bottom: 50px;
  }

  .approach__eyebrow {
    margin-bottom: 14px;
    font-size: 11px;
    letter-spacing: 2px;
  }

  .approach__accentLine {
    width: 64px;
    height: 3px;
    margin-bottom: 22px;
  }

  .approach__title {
    margin-bottom: 18px;
    font-size: clamp(2.3rem, 9vw, 3.4rem);
    line-height: 1.02;
    letter-spacing: -1.5px;
  }

  .approach__lead {
    font-size: 16px;
    line-height: 1.75;
  }

  .approach__feature {
    gap: 26px;
    margin-bottom: 42px;
  }

  .approach__contentCard {
    padding: 30px;
    border-radius: 26px;
  }

  .approach__cardLabel {
    margin-bottom: 16px;
    font-size: 11px;
    letter-spacing: 1.8px;
  }

  .approach__cardTitle {
    margin-bottom: 22px;
    font-size: 28px;
    line-height: 1.12;
    letter-spacing: -1px;
  }

  .approach__text {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.8;
  }

  .approach__miniGrid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 26px;
  }

  .approach__miniItem {
    padding: 18px;
    border-radius: 20px;
  }

  .approach__miniItem span {
    font-size: 22px;
  }

  .approach__imageFrame,
  .approach__imageFrame img {
    min-height: 360px;
  }

  .approach__imageFrame {
    border-radius: 28px;
  }

  .approach__floatingPanel {
    position: static;
    max-width: none;
    margin-top: 14px;
    padding: 20px;
    border-radius: 22px;
  }

  .approach__steps {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 38px;
  }

  .approach__stepCard {
    padding: 26px 24px;
    border-radius: 24px;
  }

  .approach__stepNumber {
    width: 52px;
    height: 52px;
    margin-bottom: 22px;
    font-size: 14px;
  }

  .approach__stepCard h3 {
    margin-bottom: 14px;
    font-size: 22px;
  }

  .approach__stepCard p {
    font-size: 14px;
    line-height: 1.75;
  }

  .approach__visuals {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 38px;
  }

  .approach__visualCard {
    border-radius: 24px;
  }

  .approach__visualCard img {
    height: 260px;
  }

  .approach__visualCard figcaption {
    padding: 16px 18px 18px;
    font-size: 13px;
  }

  .approach__reassurance {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
    border-radius: 24px;
  }

  .approach__reassuranceItem p {
    font-size: 14px;
    line-height: 1.75;
  }

  .approach .reveal {
    transform: translateY(34px);
  }
}

/* =========================
   480PX
========================= */

@media screen and (max-width: 480px) {
  .approach {
    padding: 78px 0;
  }

  .approach__container {
    width: min(100% - 28px, 460px);
  }

  .approach__header {
    margin-bottom: 38px;
  }

  .approach__eyebrow {
    margin-bottom: 12px;
    font-size: 10px;
    letter-spacing: 1.7px;
  }

  .approach__accentLine {
    width: 56px;
    margin-bottom: 18px;
  }

  .approach__title {
    font-size: clamp(2rem, 12vw, 2.7rem);
    line-height: 1.04;
    letter-spacing: -1px;
  }

  .approach__lead {
    font-size: 15px;
    line-height: 1.68;
  }

  .approach__feature {
    gap: 22px;
    margin-bottom: 34px;
  }

  .approach__contentCard {
    padding: 22px;
    border-radius: 22px;
  }

  .approach__cardTitle {
    font-size: 23px;
    line-height: 1.16;
    letter-spacing: -0.6px;
  }

  .approach__text {
    font-size: 14px;
    line-height: 1.72;
  }

  .approach__miniGrid {
    margin-top: 22px;
  }

  .approach__miniItem {
    padding: 16px;
    border-radius: 18px;
  }

  .approach__miniItem span {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .approach__miniItem p {
    font-size: 11px;
    letter-spacing: 1.2px;
  }

  .approach__imageFrame,
  .approach__imageFrame img {
    min-height: 280px;
  }

  .approach__imageFrame {
    border-radius: 22px;
  }

  .approach__floatingPanel {
    padding: 18px;
    border-radius: 20px;
  }

  .approach__floatingPanel p {
    font-size: 13px;
    line-height: 1.7;
  }

  .approach__steps {
    margin-bottom: 30px;
  }

  .approach__stepCard {
    padding: 22px 20px;
    border-radius: 20px;
  }

  .approach__stepNumber {
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
    font-size: 13px;
  }

  .approach__stepCard h3 {
    font-size: 20px;
  }

  .approach__stepCard p {
    font-size: 14px;
    line-height: 1.7;
  }

  .approach__visuals {
    margin-bottom: 30px;
  }

  .approach__visualCard {
    border-radius: 20px;
  }

  .approach__visualCard img {
    height: 210px;
  }

  .approach__visualCard figcaption {
    padding: 14px 16px 16px;
    font-size: 12px;
  }

  .approach__reassurance {
    padding: 20px;
    border-radius: 20px;
  }

  .approach__reassuranceItem span {
    margin-bottom: 8px;
    font-size: 10px;
  }

  .approach__reassuranceItem p {
    font-size: 13px;
    line-height: 1.7;
  }
}

/* =========================
   300PX
========================= */

@media screen and (max-width: 300px) {
  .approach {
    padding: 64px 0;
  }

  .approach__container {
    width: min(100% - 20px, 280px);
  }

  .approach__title {
    font-size: 1.75rem;
    letter-spacing: -0.5px;
  }

  .approach__lead,
  .approach__text,
  .approach__stepCard p,
  .approach__floatingPanel p,
  .approach__reassuranceItem p {
    font-size: 13px;
  }

  .approach__contentCard,
  .approach__stepCard,
  .approach__reassurance {
    padding: 16px;
  }

  .approach__cardTitle {
    font-size: 20px;
  }

  .approach__imageFrame,
  .approach__imageFrame img {
    min-height: 220px;
  }

  .approach__visualCard img {
    height: 170px;
  }
}