@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Sora:wght@600;700&display=swap');

:root {
  --bg: #F5F5F5;
  --text: #1A1A1A;
  --primary: #1E90FF;
  --accent: #6C757D;
  --highlight: #E63946;
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--bg);
  font-family: 'Inter', sans-serif;
  color: var(--text);
  line-height: 1.6;
}

header {
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 1.2em 0 0.2em 0;
  width: 100vw;
  box-sizing: border-box;
  overflow-x: hidden;
  position: static;
}


header strong {
  font-family: 'Sora', sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #fff;
  line-height: 1.03;
  min-width: 0;
  word-break: normal;
  padding: 0;
  margin: 0 0 0.4em 0;
  text-align: center;
  display: block;
  width: auto;
  max-width: 100%;
  flex: none;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
}

.site-logo {
  height: 56px;
  width: 56px;
  background: #fff;
  border-radius: 16px;
  padding: 0.5em;
  box-shadow: 0 2px 8px #bdbdbd33;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5em;
  margin-top: 0.2em;
  object-fit: contain;
}

header strong {
  font-family: 'Sora', sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  height: 76px;
  padding: 0;
  margin: 0;
  flex-shrink: 1;
  min-width: 0;
  word-break: break-word;
}

nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 1.3em;
  padding-bottom: 1.2em;
  margin-bottom: 0;
}

.sticky-nav {
  gap: 1.3em;
  padding-bottom: 1.2em;
}

.sticky-nav {
  gap: 1.3em;
}

.sticky-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}



@media (max-width: 700px) {
  nav, .sticky-nav {
    flex-direction: row;
    gap: 0;
    padding: 0 0 1em 0;
    justify-content: center;
    align-items: center;
  }
  nav a, .sticky-nav a, header nav a {
    font-size: 0.78rem;
    padding: 0.28em 0.25em;
    margin: 0 2vw;
    width: auto;
    text-align: center;
    white-space: nowrap;
  }
}




nav a {
  font-family: 'Sora', sans-serif;
  font-size: 0.78rem;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0.5em;

  padding: 0.28em 0.25em;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
  z-index: 10;
  pointer-events: auto;
  position: relative;
  text-align: center;
  min-width: 0;
  word-break: normal;
  white-space: nowrap;
}
nav a:hover {
  background: #232323;
  color: var(--primary);
}

.header-divider {
  width: 92vw;
  margin: 1.2em auto 2em auto;
  border: none;
  border-top: 2px solid #e0e0e0;
  opacity: 0.7;
}

main {
  max-width: 900px;
  margin: 0 auto;
  padding: 3.5em 2.5em 0 2.5em;
  background: #f4f5f7;
  border-radius: 0;
  box-shadow: none;
}

.hero, section, .card {
  scroll-margin-top: 90px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 32px 0 rgba(30, 48, 90, 0.10), 0 1.5px 6px 0 rgba(60, 60, 60, 0.04);
  padding: 2.5em 1.5em 2.5em 1.5em;
  margin: 2.5em 2vw 2.5em 2vw;
  max-width: clamp(350px, 90vw, 700px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section#lessons > ul {
  align-self: flex-start !important;
  width: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
  padding-left: 2em !important;
}

section#lessons > ul > li {
  text-align: left !important;
  margin-left: 0 !important;
}

.cta, button.cta {
  background: #fff;
  color: #111;
  border: 1.5px solid #111;
  border-radius: 8px;
  font-family: 'Sora', sans-serif;
  font-size: 1.18rem;
  font-weight: 700;
  padding: 1em 2.2em;
  margin-top: 1.2em;
  margin-bottom: 0.5em;
  cursor: pointer;
  box-shadow: 0 2px 8px #e0e0e0aa;
  transition: background 0.18s, color 0.18s, border 0.18s;
  outline: none;
  display: inline-block;
}

.cta:hover, .cta:focus, button.cta:hover, button.cta:focus {
  background: #f5f5f5;
  color: #000;
  border-color: #1a1a1a;
}

h1, h2, h3 {
  font-family: 'Sora', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text);
  margin-bottom: 0.6em;
  margin-top: 0;
  text-align: left;
  align-self: flex-start;
}

h2::before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin-bottom: 0.5em;
  background: #111;
  border-radius: 2px;
  box-shadow: 0 0 4px 0 #bbb9, 0 0 1px 0 #fff4;
  filter: drop-shadow(0 0 2px #ccc8);
}

h3::before {
  content: none;
  display: none;
}

h1 {
  font-size: 3rem;
  align-self: center;
  text-align: center;
}

h1::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin-bottom: 0.7em;
  background: #111;
  border-radius: 2px;
  box-shadow: 0 0 4px 0 #bbb9, 0 0 1px 0 #fff4;
  filter: drop-shadow(0 0 2px #ccc8);
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.3rem;
}

p {
  color: #6c757d;
  font-family: 'Inter', sans-serif;
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 0.6em;
  margin-bottom: 1.1em;
}

.with-break {
  display: block;
  margin-bottom: 3em;
}


.cta, button.cta, button.cta {
  background: #fff;
  color: #111;
  border: 1.5px solid #111;
  border-radius: 8px;
  font-family: 'Sora', sans-serif;
  font-size: 1.18rem;
  font-weight: 700;
  padding: 1em 2.2em;
  margin-top: 1.2em;
  margin-bottom: 0.5em;
  cursor: pointer;
  box-shadow: 0 2px 8px #e0e0e0aa;
  transition: background 0.18s, color 0.18s, border 0.18s;
  outline: none;
  display: inline-block;
}
.cta:hover, .cta:focus, button.cta:hover, button.cta:focus {
  background: #f5f5f5;
  color: #000;
  border-color: #1a1a1a;
}

.toggle-btn {
  font-family: 'Sora', sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  color: #000;
  background: #fff;
  border: 2px solid #000;
  border-radius: 999px;
  padding: 0.7em 1.5em;
  margin: 0 0.07em;
  box-shadow: 0 2px 8px 0 #0000000d;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, border 0.18s, box-shadow 0.18s;
  outline: none;
  position: relative;
  z-index: 1;
  letter-spacing: 0.01em;
}

.booking-mode-toggle,
.booking-toggle {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.6em;
  margin-bottom: 1.2em;
  margin-top: 1.2em;
}



.toggle-btn.active,
.toggle-btn:focus {
  background: #000;
  color: #fff;
  border: 2px solid #000;
  box-shadow: 0 4px 16px 0 #00000022;
}


.booking-toggle .toggle-btn:not(.active):hover,
.toggle-btn:hover {
  background: #f5f5f5;
  color: #000;
  border-color: #1a1a1a;
  box-shadow: 0 2px 8px #e0e0e0aa;
}


.booking-toggle {
  gap: 0.6em;
  margin-bottom: 1.2em;
  margin-top: 1.2em;
}
.booking-toggle .toggle-btn {
  font-size: 0.96rem;
  padding: 0.5em 1em;
}


.calendly-widget-container {
  display: block;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.calendly-inline-widget {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  height: 700px !important;
  min-height: 0 !important;
}


section#booking, #onice-booking-options, .card {
  padding-bottom: 0.5em !important;
  margin-bottom: 0 !important;
}

.calendly-row {
  display: flex;
  gap: 2em;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 2em 0;
}

.calendly-row .calendly-inline-widget {
  flex: 1 1 320px;
  min-width: 320px;
  max-width: 500px;
  height: 700px;
}

section#about, section#lessons, section#booking, section#testimonials, section#faq, section#resources, section#contact {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 1.2em;
}

#resources .cta {
  text-decoration: none !important;
}


#contact form {
  width: 100%;
  margin-bottom: auto;
}

.contact-details {
  align-self: flex-start;
  margin: 0;
  padding: 0 0 0 2px;
  gap: 0.08em;
}



.contact-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.12em;
  margin: 0;
  padding: 0 0 0 2px;
  font-size: 1.04em;
}

.contact-details p {
  margin: 0.08em 0 0 0;
  color: #6c757d;
  font-family: 'Inter', sans-serif;
  font-size: 1em;
  text-align: left;
  width: auto;
  padding: 0;
}

.contact-details a {
  color: #1a1a1a;
  text-decoration: underline;
  font-weight: 500;
}

section#about, section#lessons, section#booking, section#testimonials, section#faq, section#resources, section#contact, section#mentor, .hero {
    scroll-margin-top: 72px;
}

.header-divider {
  width: 90vw;
  margin: 0.6em auto 1em auto;
  border: none;
  border-top: 1.5px solid #444;
  opacity: 0.5;
}

.site-branding {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.7em;
  min-width: 0;
  max-width: 100vw;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: nowrap;
  margin: 0;
}

.site-branding-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
}

.header-divider {
  width: 92vw;
  margin: 1.1em auto 2.2em auto;
  border: none;
  border-top: 3px solid #e0e0e0;
  opacity: 0.7;
}

.hero, section#about, section#lessons, section#booking, section#testimonials, section#faq, section#resources, section#contact, section#mentor {
  margin: 2.5em auto;
  max-width: clamp(350px, 90vw, 700px);
  width: 100%;
  border-radius: 20px;
  padding: 2.5em clamp(1em, 4vw, 2.5em);
  background: #fff;
  box-shadow: 0 6px 32px 0 rgba(30, 48, 90, 0.10), 0 1.5px 6px 0 rgba(60, 60, 60, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

h1 {
  font-size: 2.1rem;
}
h2 {
  font-size: 1.3rem;
}
h3 {
  font-size: 1.05rem;
}
h1::before, h2::before, h3::before {
  width: 28px;
  height: 2px;
  margin-bottom: 0.25em;
}
.hero h1::before {
  width: 100%;
  height: 2.5px;
  margin-bottom: 0.45em;
}
.calendly-inline-widget,
.calendly-widget-container {
  min-width: 0 !important;
  width: 100% !important;
  max-width: 100vw !important;
  box-sizing: border-box;
}
.booking-toggle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.6em;
  margin-bottom: 1.2em;
  margin-top: 1.2em;
}
.toggle-btn {
  padding: 0.8em 1em;
  font-size: 1.03rem;
}
.cta, button.cta {
  padding: 1.1em 1.2em;
  font-size: 1.08rem;
}
form {
  display: flex;
  flex-direction: column;
  gap: 1.1em;
  align-items: stretch;
  width: 100%;
  margin-top: 1.2em;
}

form label {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: #222;
  margin-bottom: 0.25em;
  font-size: 1.08em;
}

form input,
form textarea {
  font-size: 1.08em;
  padding: 0.9em;
  border: 1.5px solid #bbb;
  border-radius: 8px;
  background: #fafbfc;
  color: #222;
  margin-bottom: 0.6em;
  font-family: 'Inter', sans-serif;
  transition: border 0.18s, box-shadow 0.18s;
  box-sizing: border-box;
  width: 100%;
}

form input:focus,
form textarea:focus {
  border: 1.5px solid #111;
  outline: none;
  background: #fff;
}

form button.cta, form button[type="submit"] {
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  align-self: stretch;
}

form textarea {
  min-height: 110px;
  resize: vertical;
}

.contact-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.2em;
  margin-top: 0.5em;
  margin-bottom: 0;
  padding-left: 2px;
  font-size: 1.04em;
}

.contact-details p {
  margin: 0.2em 0 0 0;
  color: #6c757d;
  font-family: 'Inter', sans-serif;
  font-size: 1em;
}

.contact-details a {
  color: #1a1a1a;
  text-decoration: underline;
  font-weight: 500;
}



input, textarea {
  font-size: 1.08em;
  padding: 0.9em;
}
body {
  overflow-x: hidden;
}

footer p {
  color: #888;
  font-size: 1.03em;
  text-align: center;
  margin: 0 auto;
  display: block;
}

/* FAQ Styles */
#faq dt {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #181818;
  font-size: 1.08rem;
  margin-top: 1.2em;
  margin-bottom: 0.2em;
}
#faq dd {
  font-size: 0.97rem;
  color: #444;
  margin-left: 0;
  margin-bottom: 0.7em;
  line-height: 1.6;
}

/* --- Mobile/Tablet Overrides --- */

/* --- Latest Blog Title Styling (appended for specificity) --- */
.latest-blog-title {
  display: inline-block;
  font-family: 'Sora', sans-serif;
  font-size: 1.22rem;
  font-weight: 700;
  color: #111 !important;
  text-decoration: none;
  margin-bottom: 0.3em;
  letter-spacing: 0.01em;
  transition: color 0.2s;
}


/* --- Testimonials Styling --- */
section#testimonials blockquote.testimonial .testimonial-quote {
  color: #6c757d !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 1.13rem !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  margin-top: 0.6em !important;
  margin-bottom: 1.1em !important;
  font-style: normal !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
}

/* Override for contact links */
.contact-details a {
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 0.92em !important;
  margin: 0 0.18em 0 0 !important;
  letter-spacing: 0.01em !important;
}


.testimonial {
  background: rgba(239, 239, 239, 0.06);
  border-left: 4px solid var(--text);
  border-radius: 14px;
  box-shadow: 0 4px 18px 0 rgba(30, 48, 90, 0.09);
  margin: 2.2em 0 2.2em 0;
  padding: 1.5em 1.7em 1.2em 1.5em;
  font-style: italic;
  font-size: 1.12rem;
  color: #181818;
  position: relative;
  transition: box-shadow 0.18s, background 0.18s;
}


.testimonial-author {
  font-weight: 700;
  font-size: 1.08em;
  letter-spacing: 0.01em;

  display: block;
  margin-top: 1.1em;
  font-style: normal;
  font-weight: 600;
  color: var(--accent);
  font-size: 1.01rem;
  letter-spacing: 0.01em;
  text-align: right;
}

.testimonial::before {
  content: "“";
  font-size: 2.6em;
  color: var(--primary);
  position: absolute;
  left: 20px;
  top: 5px;
  opacity: 0.13;
  pointer-events: none;
  font-family: serif;
}



@media (max-width: 700px) {
  footer {
    justify-content: center;
    align-items: center;
  }
  header {
    padding: 0.5em 0.2em 0 0.2em;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .site-logo {
    height: 40px;
    width: auto;
    max-width: 15vw;
    opacity: 1;
    flex: 0 0 auto;
    margin: 0 0.18em 0 0;
    display: block;
  }
  .site-branding {
    flex-direction: row;
  }
  .site-branding-text {
    flex-direction: row;
  }
  header strong {
    font-size: 2rem;
    text-align: left;
    margin: 0;
  }
  .header-divider {
    width: 90vw;
    margin: 0.6em auto 1em auto;
    border-top: 1.5px solid #444;
    opacity: 0.5;
  }
  nav {
    margin: 0.2em 0 0.15em 0;
    gap: 0;
    padding: 0;
  }
  nav a {
    font-size: 1.1rem;
    padding: 0.6em 0.2em 0.5em 0.2em;
    margin: 0 2vw;
  }
  header nav a {
    font-size: 1.1rem;
    padding: 0.5em 0.6em;
  }
  h1 {
    font-size: 2.1rem;
  }
  h2 {
    font-size: 1.3rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  p {
    font-size: 1rem;
  }
  form {
    padding: 0;
  }
  form input,
  form textarea {
    font-size: 1em;
    padding: 0.8em;
  }
}
