*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'DM Sans', Arial, sans-serif;
  color:#192839;
  background:#ffffff;
  line-height:1.6;
}
a{text-decoration:none}
.container{
  width:min(1120px, calc(100% - 36px));
  margin:0 auto;
}
.page-shell{padding-bottom:50px}
.hero-simple{
  padding:54px 0 18px;
}
h1,h2,h3,h4,p,ul{margin-top:0}
h1{
  margin-bottom:12px;
  color:#C4714A;
  font-size:clamp(2.2rem, 4vw, 3.3rem);
  line-height:1.05;
  letter-spacing:-.02em;
  font-weight:500;
  text-align:left;
}
h2{
  color:#C4714A;
  font-size:clamp(1.7rem, 3vw, 2.4rem);
  line-height:1.08;
  letter-spacing:-.02em;
  font-weight:500;
}
h3{
  color:#C4714A;
  font-size:1.45rem;
  line-height:1.2;
  font-weight:500;
  margin-bottom:10px;
}
h4{
  color:#192839;
  font-size:1rem;
  font-weight:700;
  margin-bottom:8px;
}
.lead{
  color:#192839;
  font-size:1.1rem;
  font-weight:300;
  margin-bottom:8px;
  text-align:left;
}
.sublead{
  color:#192839;
  font-size:1rem;
  font-weight:300;
  text-align:left;
}
.small-lead{
  font-size:1rem;
  margin-bottom:8px;
  text-align:left;
}
.partner-line{
  color:#192839;
  font-size:.95rem;
  font-weight:300;
  text-align:left;
}
.section{
  padding:26px 0;
}
.section-alt{
  background:#fcf9f7;
  border-top:1px solid #eadcd2;
  border-bottom:1px solid #eadcd2;
}
.grid-2{
  display:grid;
  grid-template-columns:minmax(270px,340px) 1fr;
  gap:24px;
  align-items:start;
}
.path-list{display:grid;gap:12px}
.path-button{
  width:100%;
  text-align:left;
  padding:18px 18px;
  border-radius:18px;
  border:1px solid #eadcd2;
  background:#fff;
  cursor:pointer;
  transition:all .18s ease;
  color:#192839;
  font-family:'DM Sans', Arial, sans-serif;
}
.path-button strong{
  display:block;
  font-size:1rem;
  line-height:1.3;
  font-weight:500;
}
.path-button:hover{
  border-color:#C4714A;
  transform:translateY(-1px);
}
.path-button.active{
  background:#192839;
  border-color:#192839;
  color:#fff;
}
.card{
  background:#fff;
  border:1px solid #eadcd2;
  border-radius:22px;
  box-shadow:0 10px 24px rgba(25,40,57,.06);
}
.panel{
  padding:24px;
  display:none;
}
.panel.active{display:block}
.mini-label{
  display:inline-block;
  margin-bottom:14px;
  padding:7px 11px;
  border-radius:999px;
  background:#E0B8A3;
  color:#192839;
  font-size:.82rem;
  font-weight:500;
}
.content-group{margin-top:18px}
ul{
  padding-left:18px;
  margin-bottom:0;
}
li{
  margin-bottom:8px;
  color:#192839;
  font-weight:300;
}
.no-bullet-group .plain-lines div{
  margin-bottom:8px;
  color:#192839;
  font-weight:300;
}
.link-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:16px;
  padding:12px 16px;
  border-radius:999px;
  background:#C4714A;
  color:#fff;
  font-size:.95rem;
  font-weight:500;
}
.link-button:hover{
  background:#b56542;
}
.inline-link{
  color:#C4714A;
  font-weight:500;
}
.inline-link:hover{
  text-decoration:underline;
}
.plain-lines div{
  color:#192839;
  font-weight:300;
  margin-bottom:8px;
}
.important-section{
  padding:18px 0 28px;
}
.important-inner{
  text-align:center;
}
.important-inner h2{
  margin-bottom:10px;
}
.important-inner p{
  color:#192839;
  font-size:1rem;
  font-weight:300;
  margin:0;
}
.section-header{
  margin-bottom:22px;
}
.video-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:20px;
}
.video-card{
  padding:18px;
}
.video-placeholder{
  min-height:180px;
  border-radius:18px;
  background:linear-gradient(135deg, #f4e4dc 0%, #E0B8A3 100%);
  border:1px solid #eadcd2;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:14px;
}
.video-badge{
  display:inline-block;
  padding:8px 12px;
  border-radius:999px;
  background:#fff;
  color:#C4714A;
  font-size:.88rem;
  font-weight:500;
}
.video-card p{
  color:#192839;
  font-weight:300;
  margin-bottom:0;
}
@media (max-width:900px){
  .grid-2{
    grid-template-columns:1fr;
  }
  .video-grid{
    grid-template-columns:1fr;
  }
}
@media (max-width:640px){
  .container{
    width:min(1120px, calc(100% - 22px));
  }
  .hero-simple{
    padding-top:34px;
  }
  .panel{
    padding:18px;
  }
  .path-button{
    padding:16px;
  }
}
