/* Driver Education Enrollment — premium layout, no frameworks */

.deHero{
  padding: 48px 0 22px;
  background: linear-gradient(180deg, rgba(11,15,23,.03), rgba(11,15,23,0));
  border-bottom: 1px solid rgba(11,15,23,.06);
}
.deHero__inner{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 16px;
}
.deHero__title{
  margin:0 0 8px;
  font-weight: 950;
  letter-spacing: -.02em;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}
.deHero__sub{
  margin:0;
  color: rgba(11,15,23,.68);
  font-size: .98rem;
}
.deHero__meta{
  color: rgba(11,15,23,.72);
  font-weight: 800;
  font-size: .95rem;
  text-align:right;
}
.deHero__meta a{
  font-weight: 950;
  text-decoration: underline;
  text-decoration-color: rgba(193,18,31,.35);
  text-underline-offset: 3px;
  color: rgba(11,15,23,.86);
}
@media (max-width: 860px){
  .deHero__inner{ flex-direction:column; align-items:flex-start; }
  .deHero__meta{ text-align:left; }
}

.deSection{ padding: 34px 0 80px; }

.deAlert{
  border-radius: 16px;
  padding: 12px 14px;
  margin: 0 0 18px;
  border: 1px solid rgba(11,15,23,.10);
  background: rgba(11,15,23,.02);
  color: rgba(11,15,23,.82);
  font-weight: 900;
}
.deAlert--ok{
  border-color: rgba(16,185,129,.25);
  background: rgba(16,185,129,.08);
}
.deAlert--err{
  border-color: rgba(239,68,68,.25);
  background: rgba(239,68,68,.08);
}

.deGrid{
  display:grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 22px;
  align-items:start;
}
@media (max-width: 980px){
  .deGrid{ grid-template-columns: 1fr; }
}

.deCard{
  background:#fff;
  border: 1px solid rgba(11,15,23,.10);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(16,24,40,.10);
  padding: 22px;
}

.deInfo__title{
  margin:0 0 10px;
  font-weight: 950;
  letter-spacing: -.01em;
  font-size: 1.2rem;
}
.deInfo__lead{
  margin:0 0 14px;
  color: rgba(11,15,23,.70);
  line-height: 1.6;
}
.deInfo__text{
  margin: 14px 0 10px;
  color: rgba(11,15,23,.74);
  font-weight: 850;
}

.deCallout{
  border: 1px solid rgba(193,18,31,.20);
  background: rgba(193,18,31,.06);
  color: rgba(193,18,31,.92);
  border-radius: 14px;
  padding: 12px 14px;
  font-weight: 950;
  line-height: 1.35;
}

.deList{
  margin: 8px 0 0;
  padding-left: 18px;
  color: rgba(11,15,23,.74);
  line-height: 1.55;
}
.deList li{ margin: 6px 0; }
.deList--tight li{ margin: 4px 0; }

.dePackages{ margin-top: 16px; display:grid; gap: 12px; }

.dePkg{
  border: 1px solid rgba(11,15,23,.10);
  border-radius: 16px;
  padding: 14px;
  background: rgba(11,15,23,.02);
}
.dePkg__head{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap: 12px;
  margin-bottom: 6px;
}
.dePrice{
  font-weight: 950;
  color: rgba(11,15,23,.86);
}
.deSmall{
  color: rgba(11,15,23,.62);
  font-size: .92rem;
  margin-bottom: 8px;
}

.deFine{
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(11,15,23,.10);
  color: rgba(11,15,23,.62);
  font-weight: 800;
  font-size: .92rem;
  line-height: 1.55;
}

.deNote{
  margin-top: 12px;
  color: rgba(11,15,23,.68);
  font-size: .95rem;
  line-height: 1.6;
}

/* Form */
.deForm{ display:flex; flex-direction:column; gap: 12px; position:relative; }
.deRow2{ display:grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 640px){ .deRow2{ grid-template-columns: 1fr; } }

.deField{ display:block; }
.deLabel{
  display:block;
  font-size: .86rem;
  font-weight: 900;
  color: rgba(11,15,23,.66);
  margin: 0 0 8px;
  letter-spacing: .01em;
}
.deReq{ color:#c1121f; }

.deInput, .deTextarea{
  width:100%;
  border: 1px solid rgba(11,15,23,.14);
  border-radius: 12px;
  padding: 12px 12px;
  background:#fff;
  color: rgba(11,15,23,.90);
  font-weight: 750;
  outline: none;
}
.deTextarea{
  resize: vertical;
  min-height: 120px;
  line-height: 1.5;
  font-weight: 700;
}
.deInput:focus, .deTextarea:focus{
  border-color: rgba(193,18,31,.35);
  box-shadow: 0 0 0 4px rgba(193,18,31,.10);
}

.deActions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap: 12px;
  margin-top: 6px;
}
.deMini{
  color: rgba(11,15,23,.66);
  font-size: .92rem;
}
.deMini a{
  color: rgba(11,15,23,.86);
  text-decoration: underline;
  text-decoration-color: rgba(193,18,31,.35);
  text-underline-offset: 3px;
}

/* Schedules cards */
.deSchedules{
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(11,15,23,.10);
}
.deSchedules__head{
  text-align:center;
  margin-bottom: 14px;
}
.deSchedules__title{
  margin:0 0 6px;
  font-weight: 950;
  letter-spacing: -.01em;
  font-size: 1.35rem;
}
.deSchedules__sub{
  margin:0;
  color: rgba(11,15,23,.62);
  font-size: .96rem;
}

.deScheduleGrid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
@media (max-width: 980px){
  .deScheduleGrid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px){
  .deScheduleGrid{ grid-template-columns: 1fr; }
}

.deSchCard{
  background:#fff;
  border: 1px solid rgba(11,15,23,.10);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(16,24,40,.10);
  padding: 16px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.deSchCard:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 55px rgba(16,24,40,.14);
  border-color: rgba(11,15,23,.16);
}
.deSchCard__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.deSchCard__top h3{
  margin:0;
  font-weight: 950;
  font-size: 1.05rem;
}
.deTag{
  font-weight: 950;
  font-size: .78rem;
  border: 1px solid rgba(11,15,23,.12);
  border-radius: 999px;
  padding: 5px 10px;
  color: rgba(11,15,23,.70);
  background: rgba(11,15,23,.02);
}
.deSchCard__body p{
  margin: 0 0 8px;
  color: rgba(11,15,23,.74);
  line-height: 1.45;
}
.deSchCard__body p:last-child{ margin-bottom:0; }

/* reveal */
[data-reveal]{
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .55s ease, transform .55s ease;
  will-change: opacity, transform;
}
[data-reveal].is-in{ opacity:1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce){
  [data-reveal]{ opacity:1 !important; transform:none !important; transition:none !important; }
  .deSchCard{ transition:none !important; }
}

/* Honeypot invisível */
.hp-field{
  position:absolute;
  left:-9999px;
  width:1px;
  height:1px;
  overflow:hidden;
}