/* AKILLI YAŞAM SAYFASI */

.smart-life-page{
  background: var(--white-soft);
  color: var(--text-dark);
}

/* HERO */
.smart-life-hero{
  position: relative;
  min-height: 100svh;
  min-height: 100dvh;
  overflow: hidden;
  background: #000;
}

.smart-life-hero-media{
  position: absolute;
  inset: 0;
}

.smart-life-hero-video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #000;
}

.smart-life-hero-overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.54) 0%, rgba(0,0,0,.22) 30%, rgba(0,0,0,.28) 65%, rgba(0,0,0,.78) 100%);
}

.smart-life-hero-content{
  position: relative;
  z-index: 2;
  min-height: 100svh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  padding-top: calc(var(--header-h) + 40px);
  padding-bottom: 40px;
}

.smart-life-hero-copy{
  max-width: 860px;
  color: #fff;
}

.smart-life-kicker{
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .20em;
  text-transform: uppercase;
  color: rgba(255,255,255,.78);
}

.smart-life-hero-copy h1{
  margin: 0;
  font-size: clamp(42px, 7vw, 88px);
  line-height: .96;
  letter-spacing: -.06em;
  font-weight: 750;
  max-width: 11ch;
}

.smart-life-hero-copy p:not(.smart-life-kicker){
  margin: 22px 0 0;
  max-width: 760px;
  font-size: 19px;
  line-height: 1.74;
  color: rgba(255,255,255,.84);
}

.smart-life-hero-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}

.btn:hover{
  transform: translateY(-1px);
}

.btn-primary{
  background: #fff;
  color: #111;
  box-shadow: 0 14px 34px rgba(255,255,255,.10);
}

.btn-primary:hover{
  background: #f2f2f2;
}

.btn-secondary{
  background: rgba(255,255,255,.10);
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
}

.btn-secondary:hover{
  background: rgba(255,255,255,.14);
}

.btn-ghost{
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.22);
}

.btn-ghost:hover{
  background: rgba(255,255,255,.08);
}

/* STATS */
.smart-life-stats{
  position: relative;
  z-index: 3;
  margin-top: -68px;
  padding-bottom: 24px;
}

.smart-life-stats-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}

.smart-life-stat-card{
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(17,17,17,.06);
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
  padding: 26px 24px;
}

.smart-life-stat-card strong{
  display: block;
  font-size: clamp(34px, 4vw, 48px);
  line-height: .95;
  letter-spacing: -.05em;
  font-weight: 800;
  color: var(--text-dark);
}

.smart-life-stat-card span{
  display: block;
  margin-top: 12px;
  color: var(--text-dark-soft);
  font-size: 15px;
  line-height: 1.65;
}

/* SECTION */
.smart-life-section{
  padding: 96px 0;
}

.smart-life-section-light{
  background: var(--white-soft);
  color: var(--text-dark);
}

.smart-life-section-dark{
  background: #0a0a0a;
  color: #f5f5f7;
}

.section-label{
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--text-dark-faint);
}

.smart-life-section-dark .section-label,
.smart-life-parallax .section-label{
  color: rgba(245,245,247,.62);
}

.smart-life-split{
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 34px;
  align-items: start;
}

.smart-life-copy h2,
.smart-life-section-head h2,
.smart-life-cta-card h2,
.smart-life-parallax-content h2{
  margin: 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -.05em;
  font-weight: 750;
}

.smart-life-copy p{
  margin: 18px 0 0;
  font-size: 18px;
  line-height: 1.78;
  color: var(--text-dark-soft);
}

.smart-life-section-head{
  max-width: 980px;
  margin-bottom: 28px;
}

.smart-life-scenarios-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
}

.smart-life-benefits-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
}

.smart-life-benefit-card,
.smart-life-scenario-card{
  border-radius: 28px;
  padding: 24px;
  box-shadow: var(--shadow-soft);
}

.smart-life-benefit-card{
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(17,17,17,.06);
}

.smart-life-scenario-card{
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
}

.smart-life-benefit-card h3,
.smart-life-scenario-card h3{
  margin: 0;
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -.03em;
  font-weight: 750;
}

.smart-life-benefit-card p,
.smart-life-scenario-card p{
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.72;
}

.smart-life-benefit-card p{
  color: var(--text-dark-soft);
}

.smart-life-scenario-card p{
  color: rgba(245,245,247,.80);
}

/* PARALLAX */
.smart-life-parallax{
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.smart-life-parallax-media{
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.smart-life-parallax-media img{
  position: absolute;
  left: 0;
  top: -22%;
  width: 100%;
  height: 148%;
  object-fit: cover;
  transform: translate3d(0,0,0) scale(1.10);
  will-change: transform;
}

.smart-life-parallax-overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.30) 0%, rgba(0,0,0,.18) 34%, rgba(0,0,0,.68) 100%);
  z-index: 1;
}

.smart-life-parallax-content{
  position: relative;
  z-index: 2;
  min-height: 92vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.smart-life-parallax-content h2{
  max-width: 11ch;
  color: #fff;
}

.smart-life-parallax-content p:not(.section-label){
  margin: 18px 0 0;
  max-width: 48ch;
  color: rgba(255,255,255,.84);
  font-size: 19px;
  line-height: 1.76;
}

/* CTA */
.smart-life-dual-cta{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 22px;
}

.smart-life-cta-card{
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(17,17,17,.06);
  border-radius: 34px;
  box-shadow: var(--shadow-soft);
  padding: 30px;
}

.smart-life-cta-card-dark{
  background: #111;
  border-color: rgba(255,255,255,.06);
  color: #fff;
}

.smart-life-cta-card p:not(.section-label){
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 1.76;
  color: var(--text-dark-soft);
}

.smart-life-cta-card-dark p:not(.section-label){
  color: rgba(255,255,255,.80);
}

.smart-life-cta-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

/* RESPONSIVE */
@media (max-width: 1200px){
  .smart-life-split,
  .smart-life-dual-cta{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px){
  .smart-life-hero-copy h1{
    max-width: 12ch;
    font-size: clamp(40px, 10vw, 68px);
  }

  .smart-life-stats{
    margin-top: -40px;
  }

  .smart-life-stats-grid,
  .smart-life-scenarios-grid,
  .smart-life-benefits-grid{
    grid-template-columns: 1fr;
  }

  .smart-life-section{
    padding: 78px 0;
  }

  .smart-life-parallax,
  .smart-life-parallax-content{
    min-height: 74vh;
  }

  .smart-life-parallax-media img{
    top: -16%;
    height: 134%;
  }
}

@media (max-width: 640px){
  .smart-life-hero-content{
    padding-bottom: 28px;
  }

  .smart-life-kicker,
  .section-label{
    font-size: 11px;
    letter-spacing: .16em;
  }

  .smart-life-hero-copy h1{
    font-size: clamp(36px, 12vw, 56px);
  }

  .smart-life-hero-copy p:not(.smart-life-kicker),
  .smart-life-copy p,
  .smart-life-benefit-card p,
  .smart-life-scenario-card p,
  .smart-life-cta-card p:not(.section-label),
  .smart-life-stat-card span,
  .smart-life-parallax-content p:not(.section-label){
    font-size: 16px;
    line-height: 1.68;
  }

  .smart-life-copy h2,
  .smart-life-section-head h2,
  .smart-life-cta-card h2,
  .smart-life-parallax-content h2{
    font-size: clamp(30px, 8vw, 42px);
  }

  .smart-life-hero-actions .btn,
  .smart-life-cta-actions .btn{
    width: 100%;
  }

  .smart-life-stat-card,
  .smart-life-benefit-card,
  .smart-life-scenario-card,
  .smart-life-cta-card{
    border-radius: 24px;
  }

  .smart-life-parallax,
  .smart-life-parallax-content{
    min-height: 62vh;
  }

  .smart-life-parallax-media img{
    top: -12%;
    height: 124%;
  }
}