*{
  box-sizing:border-box;
  margin:0;
  padding:0;
}

html,
body{
  width:100%;
  min-height:100%;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}

body{
  background:#fff;
  color:#111;
  font-family:Inter, Arial, Helvetica, sans-serif;
}

a{
  color:inherit;
  text-decoration:none;
}

img{
  display:block;
  width:100%;
  height:auto;
}

.page{
  width:100%;
  min-height:100vh;
  overflow-x:hidden;
  background:#fff;
}

.hero-media{
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  background:#f1f1f1;
  border-bottom:1px solid #ececec;
}

.hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.container,
.section,
.info-wrap,
.updates,
.cta{
  width:100%;
  max-width:1120px;
  margin:0 auto;
  padding-left:22px;
  padding-right:22px;
}

.container{
  padding-top:42px;
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 12px;
  border:1px solid #e5e5e5;
  border-radius:999px;
  background:#f7f7f7;
  color:#555;
  font-size:14px;
  line-height:1;
  letter-spacing:-0.05px;
  font-weight:700;
  margin-bottom:22px;
}

.hero-title{
  max-width:900px;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-1.5px;
  font-weight:800;
  color:#111;
  margin-bottom:28px;
}

.lead{
  max-width:880px;
  font-size:18px;
  line-height:1.72;
  letter-spacing:-0.08px;
  color:#3f3f3f;
  margin-bottom:18px;
}

.section{
  padding-top:72px;
}

.section-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:30px;
  align-items:start;
}

.section-media{
  width:100%;
  overflow:hidden;
  background:#f1f1f1;
  border:1px solid #ededed;
  border-radius:24px;
}

.section-media.tall{
  aspect-ratio:4/5;
}

.section-media.wide{
  aspect-ratio:16/10;
}

.section-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.section-content{
  min-width:0;
}

.section-title{
  max-width:720px;
  font-size:34px;
  line-height:1.08;
  letter-spacing:-0.9px;
  font-weight:800;
  color:#111;
  margin-bottom:18px;
}

.section-text{
  max-width:760px;
  font-size:17px;
  line-height:1.72;
  letter-spacing:-0.06px;
  color:#3f3f3f;
  margin-bottom:16px;
}

.text-link{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  margin-top:8px;
  padding-bottom:3px;
  border-bottom:1px solid #111;
  color:#111;
  font-size:16px;
  line-height:1.35;
  letter-spacing:-0.04px;
  font-weight:800;
  transition:opacity .18s ease, border-color .18s ease;
}

.text-link:hover,
.text-link:focus-visible{
  opacity:.72;
  outline:none;
}

.offer-links{
  display:flex;
  flex-direction:column;
  gap:14px;
  margin-top:12px;
  align-items:flex-start;
}

.info-wrap{
  padding-top:78px;
}

.info-title{
  font-size:32px;
  line-height:1.08;
  letter-spacing:-0.8px;
  font-weight:800;
  color:#111;
  margin-bottom:28px;
}

.info-cards{
  display:grid;
  grid-template-columns:1fr;
  gap:20px;
}

.info-card{
  overflow:hidden;
  border:1px solid #e8e8e8;
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 42px rgba(0,0,0,.04);
}

.info-card-media{
  width:100%;
  aspect-ratio:16/10;
  overflow:hidden;
  background:#f1f1f1;
}

.info-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.info-card-body{
  padding:24px 22px 26px;
}

.info-card-title{
  font-size:24px;
  line-height:1.16;
  letter-spacing:-0.55px;
  font-weight:800;
  color:#111;
  margin-bottom:14px;
}

.info-card-text{
  font-size:16px;
  line-height:1.68;
  letter-spacing:-0.04px;
  color:#3f3f3f;
  margin-bottom:16px;
}

.updates{
  padding-top:74px;
}

.updates-title{
  font-size:32px;
  line-height:1.08;
  letter-spacing:-0.8px;
  font-weight:800;
  color:#111;
  margin-bottom:28px;
}

.updates-cards{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}

.update-card{
  border:1px solid #e8e8e8;
  border-radius:22px;
  padding:24px 22px;
  background:#fff;
  box-shadow:0 16px 36px rgba(0,0,0,.035);
}

.update-card-title{
  font-size:23px;
  line-height:1.16;
  letter-spacing:-0.45px;
  font-weight:800;
  color:#111;
  margin-bottom:12px;
}

.update-card-text{
  font-size:16px;
  line-height:1.68;
  letter-spacing:-0.04px;
  color:#3f3f3f;
  margin-bottom:16px;
}

.cta{
  padding-top:82px;
  padding-bottom:88px;
}

.cta-box{
  overflow:hidden;
  border:1px solid #e6e6e6;
  border-radius:26px;
  background:#f6f6f6;
  padding:32px 24px;
}

.cta-title{
  max-width:760px;
  font-size:34px;
  line-height:1.06;
  letter-spacing:-1px;
  font-weight:800;
  color:#111;
  margin-bottom:22px;
}

.cta-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 22px;
  border-radius:12px;
  background:#111;
  color:#fff;
  font-size:16px;
  line-height:1;
  font-weight:800;
  transition:transform .18s ease, opacity .18s ease;
}

.cta-link:hover,
.cta-link:focus-visible{
  transform:translateY(-1px);
  outline:none;
}

@media (max-width:767px){
  .hero-media{
    aspect-ratio:16/10;
  }

  .container{
    padding-top:38px;
  }

  .hero-title{
    font-size:40px;
    letter-spacing:-1.2px;
  }

  .lead{
    font-size:18px;
  }

  .section{
    padding-top:64px;
  }

  .section-grid{
    gap:26px;
  }

  .section-title,
  .info-title,
  .updates-title{
    font-size:31px;
    letter-spacing:-0.75px;
  }

  .section-text{
    font-size:17px;
  }

  .info-wrap,
  .updates{
    padding-top:68px;
  }

  .cta{
    padding-top:76px;
    padding-bottom:82px;
  }
}

@media (min-width:768px){
  .container,
  .section,
  .info-wrap,
  .updates,
  .cta{
    padding-left:40px;
    padding-right:40px;
  }

  .container{
    padding-top:58px;
  }

  .hero-title{
    font-size:56px;
    letter-spacing:-1.9px;
  }

  .section-title,
  .info-title,
  .updates-title{
    font-size:40px;
    letter-spacing:-1px;
  }

  .info-cards{
    grid-template-columns:1fr 1fr;
    gap:22px;
  }

  .updates-cards{
    grid-template-columns:1fr 1fr;
    gap:18px;
  }

  .cta-title{
    font-size:48px;
    letter-spacing:-1.35px;
  }
}

@media (min-width:1024px){
  .hero-media{
    max-width:1440px;
    margin:0 auto;
    aspect-ratio:16/6.7;
    border-left:1px solid #ececec;
    border-right:1px solid #ececec;
  }

  .container,
  .section,
  .info-wrap,
  .updates,
  .cta{
    max-width:1200px;
    padding-left:48px;
    padding-right:48px;
  }

  .container{
    padding-top:70px;
  }

  .hero-title{
    max-width:980px;
    font-size:64px;
    line-height:1;
    letter-spacing:-2.5px;
  }

  .lead{
    font-size:19px;
    line-height:1.74;
  }

  .section{
    padding-top:92px;
  }

  .section-grid.two-col{
    grid-template-columns:minmax(330px, 430px) minmax(0, 1fr);
    gap:58px;
    align-items:center;
  }

  .section-grid.two-col.reverse{
    grid-template-columns:minmax(0, 1fr) minmax(330px, 430px);
  }

  .section-grid.two-col.reverse .section-media{
    order:2;
  }

  .section-grid.two-col.reverse .section-content{
    order:1;
  }

  .section-media{
    border-radius:28px;
  }

  .section-media.tall{
    aspect-ratio:4/5.25;
  }

  .section-media.wide{
    aspect-ratio:16/11;
  }

  .section-title,
  .info-title,
  .updates-title{
    font-size:44px;
    letter-spacing:-1.2px;
  }

  .section-text{
    font-size:18px;
    line-height:1.72;
  }

  .info-wrap{
    padding-top:98px;
  }

  .info-cards{
    gap:24px;
  }

  .info-card{
    border-radius:28px;
  }

  .info-card-media{
    aspect-ratio:16/9.5;
  }

  .info-card-body{
    padding:28px 28px 30px;
  }

  .updates{
    padding-top:92px;
  }

  .updates-cards{
    grid-template-columns:repeat(3, 1fr);
    gap:20px;
  }

  .update-card{
    min-height:230px;
    padding:28px 24px;
  }

  .cta{
    padding-top:100px;
    padding-bottom:104px;
  }

  .cta-box{
    border-radius:30px;
    padding:44px 40px;
  }
}

@media (min-width:1280px){
  .hero-media{
    aspect-ratio:16/6.2;
  }

  .container,
  .section,
  .info-wrap,
  .updates,
  .cta{
    max-width:1240px;
  }

  .hero-title{
    font-size:70px;
    letter-spacing:-2.8px;
  }

  .section-grid.two-col{
    grid-template-columns:minmax(380px, 470px) minmax(0, 1fr);
    gap:72px;
  }

  .section-grid.two-col.reverse{
    grid-template-columns:minmax(0, 1fr) minmax(380px, 470px);
  }
}
