body{
background:#f6f1e7;
font-family:Segoe UI, Arial, sans-serif;
margin:0;
color:#2f5d50;
}

.header{
text-align:center;
padding:40px 20px;
}

.logo{
width:160px;
margin-bottom:10px;
}

.subtitle{
font-size:22px;
line-height:1.4;
max-width:700px;
margin:0 auto;
}

.card{
background:white;
margin:25px auto;
padding:25px;
max-width:900px;
border-radius:12px;
box-shadow:0 4px 12px rgba(0,0,0,.08);
}

h2{
border-bottom:3px solid #c9a44c;
padding-bottom:6px;
}

.pricing{
display:flex;
gap:20px;
flex-wrap:wrap;
justify-content:center;
}

.price{
font-size:24px;
font-weight:bold;
color:#c9a44c;
}

.button{
background:#2f5d50;
color:white;
padding:14px 22px;
font-size:18px;
font-weight:600;
border-radius:6px;
text-decoration:none;
display:inline-block;
border:none;
cursor:pointer;
}

/* Email button positioning */
#contact .email-button{
margin-top:26px;   /* farther from Goals */
margin-bottom:8px; /* closer to phone */
}

#contact .contact-line{
margin-top:6px;
line-height:1.8;
text-align:center;
}

footer{
text-align:center;
padding:20px;
margin-top:40px;
}
/* Mobile polish */
@media (max-width: 768px){
  .header{ padding:28px 16px; }
  .card{ margin:14px; padding:18px; }
  .logo{ width:92px; }
  .subtitle{ font-size:16px; line-height:1.35; }

  .pricing{ flex-direction:column; gap:14px; }
  .button{ display:block; width:100%; text-align:center; box-sizing:border-box; }

  iframe{ height:420px; }
}
.bullets{
  margin: 10px 0 0;
  padding-left: 18px;
  line-height: 1.5;
}
.small{ font-size:14px; opacity:.9; }

.sep{
border:none;
border-top:1px solid rgba(0,0,0,.12);
margin:36px 0 30px 0;
}

.form label{ display:block; margin:12px 0 6px; font-weight:600; }
.form input, .form select, .form textarea{
  width:100%;
  padding:12px;
  border:1px solid rgba(0,0,0,.15);
  border-radius:8px;
  font-size:16px;
}
.form textarea{ min-height:110px; resize:vertical; }

.form{
display:flex;
flex-direction:column;
gap:14px;
}

/* Stack label above input ONLY in contact form */
#contact .form-row{
  display:flex;           /* <-- REQUIRED */
  flex-direction:column;
  align-items:center;
  gap:6px;
}

/* Center labels */
#contact .form-row label{
text-align:center;
width:100%;
}

.form-row input,
.form-row select,
.form-row textarea{
flex:1;
padding:12px;
border:1px solid rgba(0,0,0,.15);
border-radius:8px;
font-size:16px;
}

.form-row textarea{
min-height:110px;
}

#contact input,
#contact select,
#contact textarea{
width:100%;
max-width:420px;
}

/* Request Lesson text button spacing */
#contact > a.button{
margin-top:18px;
margin-bottom:22px;
}

.contact-line a{
text-decoration:none;
color:inherit;
}
.request-intro{
margin-bottom:18px;
}
*{ box-sizing:border-box; }