*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: #1f2933;
  background: #f7f5f2;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

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

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.section {
  padding: 84px 0;
}

/* Hero sits under sticky header — full section top padding looks like a gap */
.hero.section {
  padding-top: clamp(0.75rem, 2vw, 1.25rem);
  padding-bottom: 84px;
}

.section-muted {
  background: #ece8e2;
}

h1,
h2,
h3 {
  line-height: 1.2;
  margin-top: 0;
}

h1 {
  font-size: clamp(2rem, 3.6vw, 3.25rem);
  margin-bottom: 1rem;
}

h2 {
  font-size: clamp(1.5rem, 2.4vw, 2.3rem);
  margin-bottom: 1.5rem;
}

.lead {
  color: #52606d;
  max-width: 58ch;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
  background: rgba(247, 245, 242, 0.88);
  border-bottom: 1px solid rgba(217, 226, 236, 0.85);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 1rem;
}

.brand {
  font-weight: 700;
  color: #102a43;
  font-size: clamp(1.25rem, 2.2vw, 1.9rem);
}

.main-nav {
  display: flex;
  gap: 1.2rem;
}

.main-nav a {
  color: #52606d;
  transition: color 0.25s ease;
  font-size: 0.95rem;
}

.main-nav a:hover {
  color: #102a43;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.nav-actions .btn {
  height: 48px;
  padding-block: 0;
}

.lang-toggle {
  min-width: 3.1rem;
  padding-inline: 0.9rem;
}

.hero-grid,
.about-grid,
.lead-grid,
.footer-grid {
  display: grid;
  gap: 2rem;
}

.hero-grid {
  grid-template-columns: 1.2fr 1fr;
  align-items: stretch;
}

.hero-copy .eyebrow {
  margin-bottom: 0.9rem;
  color: #486581;
  font-weight: 600;
}

.hero-cta {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.hero-media,
.hero-media picture {
  height: 100%;
}

.hero-media picture {
  display: block;
}

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

.about-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.about-copy {
  max-width: 60ch;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.about-cta {
  margin-top: auto;
  align-self: flex-start;
}

.about-milestones {
  margin-top: 1rem;
}

.about-milestones h3 {
  margin-bottom: 0.6rem;
}

.milestones {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.55rem;
}

.milestones li {
  padding-left: 0.9rem;
  border-left: 3px solid rgba(16, 42, 67, 0.18);
  line-height: 1.45;
}

.milestone-year {
  font-weight: 700;
  color: #102a43;
  margin-right: 0.35rem;
  white-space: nowrap;
}

.about-card,
.service-card,
.case-card,
.quote-card,
.blog-card,
.quiz-card {
  background: #ffffff;
  border: 1px solid #d9e2ec;
  border-radius: 18px;
  padding: 1.25rem;
}

a.blog-card {
  display: block;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

a.blog-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(16, 42, 67, 0.08);
}

.case-card.case-link {
  display: block;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.case-card.case-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(16, 42, 67, 0.08);
}

a.service-card.service-link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

a.service-card.service-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(16, 42, 67, 0.08);
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.pricing-cta {
  margin-top: 1rem;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.photo-grid img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
}

.about-photo img {
  width: 100%;
  max-height: none;
  height: 100%;
  object-fit: cover;
}

.about-photo {
  display: flex;
  height: 100%;
}

.about-unique {
  margin-top: 1rem;
}

.about-unique h3 {
  margin-bottom: 0.6rem;
}

.tick-list {
  padding-left: 1.1rem;
}

.tick-list li {
  margin-bottom: 0.6rem;
}

.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  padding: 0;
  list-style: none;
}

.chip-list li {
  background: #ffffff;
  border: 1px solid #d9e2ec;
  border-radius: 999px;
  padding: 0;
  font-weight: 500;
}

.chip-list a.chip-link {
  display: inline-block;
  padding: 0.42rem 0.9rem;
  border-radius: 999px;
  color: inherit;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.chip-list a.chip-link:hover {
  background: #f0f4f8;
  border-color: #bcccdc;
}

.hero-subline {
  margin: 0.65rem 0 0;
  color: #486581;
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  font-weight: 500;
  max-width: 52ch;
}

.newsletter {
  margin-top: 1.3rem;
}

.newsletter .newsletter-row {
  display: flex;
  gap: 0.6rem;
  margin-top: 0.4rem;
}

.booking-form {
  max-width: 720px;
  display: grid;
  gap: 0.6rem;
}

input,
textarea {
  width: 100%;
  border: 1px solid #d9e2ec;
  border-radius: 10px;
  padding: 0.72rem 0.85rem;
  font: inherit;
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0.15rem 0 0;
  padding: 0;
  flex: 0 0 auto;
}

.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-top: 0.5rem;
  cursor: pointer;
}

.checkbox-text {
  display: inline;
}

.checkbox-text a {
  text-decoration: underline;
  text-underline-offset: 0.12rem;
}

.legal-links {
  margin-top: 0.9rem;
  display: grid;
  gap: 0.35rem;
}

.legal-links a {
  text-decoration: underline;
  text-underline-offset: 0.12rem;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.4rem;
}

.status {
  font-weight: 600;
  color: #102a43;
}

.status:empty {
  display: none;
}

.status.is-error {
  color: #9b1c1c;
}

.status.is-success {
  color: #0f6938;
}

.footer-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.site-footer {
  background: #102a43;
  color: #e4edf4;
  padding: 3rem 0;
}

.site-footer a:hover {
  text-decoration: underline;
}

.site-footer .btn {
  text-decoration: none;
}

.site-footer .btn:hover {
  text-decoration: none;
}

.site-footer .btn-ghost {
  border-color: rgba(228, 237, 244, 0.55);
  color: #f0f4f8;
  background: rgba(255, 255, 255, 0.06);
}

.site-footer .btn-ghost:hover {
  border-color: #f0f4f8;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 0.7rem 1rem;
  font-weight: 600;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: #102a43;
  color: #fff;
}

.btn-secondary {
  background: #d9e2ec;
  color: #102a43;
}

.btn-ghost {
  border-color: #d9e2ec;
  color: #102a43;
  background: transparent;
}

.cookie-banner {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: min(760px, 92vw);
  background: #ffffff;
  border: 1px solid #d9e2ec;
  border-radius: 14px;
  padding: 0.9rem;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  z-index: 100;
}

.cookie-banner.show {
  display: flex;
}

.reveal {
  opacity: 1;
  transform: none;
}

.legal-page .section {
  padding-top: 56px;
}

.page-private .private-hero {
  padding-top: clamp(1rem, 2.2vw, 1.5rem);
  padding-bottom: 64px;
}

.private-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr);
  gap: 1.25rem;
  align-items: start;
}

.private-lead {
  max-width: 62ch;
}

.private-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.1rem;
}

.private-hero-aside h2 {
  margin: 0 0 0.6rem;
  font-size: 1.05rem;
}

.private-aside-title {
  letter-spacing: 0.01em;
}

.private-aside-list {
  margin: 0;
  padding-left: 1.05rem;
  color: #52606d;
  display: grid;
  gap: 0.45rem;
}

.private-section-head {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 1rem;
}

.private-kicker {
  margin: 0;
  color: #52606d;
  max-width: 72ch;
}

.private-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.private-chip {
  background: #ffffff;
  border: 1px solid #d9e2ec;
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  font-weight: 600;
  color: #102a43;
}

.private-offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.private-offer-card {
  background: #ffffff;
  border: 1px solid #d9e2ec;
  border-radius: 18px;
  padding: 1.15rem;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.private-offer-card-muted {
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf8 100%);
}

.private-offer-top h3 {
  margin: 0 0 0.35rem;
}

.private-meta {
  margin: 0;
  color: #52606d;
  font-weight: 600;
}

.private-offer-body {
  margin-top: 0.85rem;
  flex: 1;
}

.private-label {
  margin: 0.85rem 0 0.35rem;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #486581;
  font-weight: 700;
}

.private-list {
  margin: 0;
  padding-left: 1.05rem;
  color: #334e68;
  display: grid;
  gap: 0.45rem;
}

.private-offer-foot {
  margin-top: 1rem;
}

.private-pricing-note {
  margin-top: 1.25rem;
}

.private-steps {
  margin: 0.85rem 0 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.55rem;
  color: #334e68;
}

.private-package-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.private-package-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #d9e2ec;
  border-radius: 18px;
  padding: 1.15rem;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.private-package-card-accent {
  border-color: rgba(16, 42, 67, 0.35);
  box-shadow: 0 10px 30px rgba(16, 42, 67, 0.08);
}

.private-package-badge {
  display: inline-flex;
  align-self: flex-start;
  border-radius: 999px;
  padding: 0.22rem 0.65rem;
  font-weight: 700;
  font-size: 0.85rem;
  color: #102a43;
  background: #ece8e2;
  border: 1px solid #d9e2ec;
  margin-bottom: 0.65rem;
}

.private-package-card h3 {
  margin: 0 0 0.45rem;
}

.private-package-lead {
  margin: 0 0 0.75rem;
  color: #52606d;
}

.private-package-foot {
  margin-top: auto;
  padding-top: 1rem;
}

.private-training-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.private-training-card {
  background: #ffffff;
  border: 1px solid #d9e2ec;
  border-radius: 18px;
  padding: 1.15rem;
}

.private-training-card h3 {
  margin: 0 0 0.45rem;
}

.private-training-card p {
  margin: 0;
  color: #334e68;
}

.private-training-note {
  margin-top: 0.75rem !important;
  color: #52606d !important;
  font-size: 0.92rem;
}

.private-faq {
  display: grid;
  gap: 0.65rem;
}

.private-faq-item {
  background: #ffffff;
  border: 1px solid #d9e2ec;
  border-radius: 14px;
  padding: 0.15rem 0.85rem;
}

.private-faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  color: #102a43;
  padding: 0.75rem 0;
}

.private-faq-item summary::-webkit-details-marker {
  display: none;
}

.private-faq-body {
  padding: 0 0 0.85rem;
  color: #334e68;
}

.private-bottom-cta {
  padding-bottom: 96px;
}

.private-bottom-card {
  border-radius: 18px;
}

@media (max-width: 920px) {
  .private-hero-grid,
  .private-offer-grid,
  .private-package-grid,
  .private-training-grid {
    grid-template-columns: 1fr;
  }
}

.blog-section-title {
  margin: 2rem 0 1rem;
  font-size: 1.15rem;
  font-weight: 600;
  color: #0f2340;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  align-items: center;
  margin: 0 0 1rem;
  color: #486581;
  font-size: 0.9rem;
}

.breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 0.12rem;
}

.breadcrumb [aria-current="page"] {
  color: #102a43;
  font-weight: 500;
}

.legal-wrap h1 {
  margin-bottom: 1rem;
}

.legal-content {
  background: #ffffff;
  border: 1px solid #d9e2ec;
  border-radius: 14px;
  padding: 1rem 1.1rem;
}

.legal-content pre,
.legal-policy-text {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  font: inherit;
  line-height: 1.6;
}

.legal-ol {
  margin: 0.75rem 0 0;
  padding-left: 1.25rem;
  display: grid;
  gap: 0.45rem;
}

.legal-ol li {
  padding-left: 0.15rem;
}

.post-meta {
  margin: 0 0 0.45rem;
  color: #486581;
  font-size: 0.92rem;
  font-weight: 600;
}

.corporate-teaser {
  max-width: 52rem;
}

.corporate-teaser .eyebrow {
  margin: 0 0 0.55rem;
  color: #486581;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.corporate-teaser h2 {
  margin-top: 0;
}

.corporate-teaser-list {
  margin: 0 0 0.75rem;
  max-width: 52rem;
  color: #52606d;
}

.corporate-teaser-lead {
  margin-bottom: 0.5rem;
}

.corporate-teaser-note {
  margin: 0;
  color: #52606d;
  font-size: 0.95rem;
  max-width: 48rem;
}

.corporate-teaser-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.1rem;
}

.corporate-articles-title {
  margin: 2.25rem 0 1rem;
  color: #0f2340;
  font-size: 1.25rem;
  font-weight: 600;
}

.blog-archive-grid {
  margin-top: 1rem;
}

.blog-post-page h1 {
  margin-bottom: 0.8rem;
}

.blog-post-page h2 {
  margin-top: 2.25rem;
  margin-bottom: 0.75rem;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.blog-post-page p {
  margin: 0 0 1rem;
}

.blog-post-page .legal-ol {
  margin: 0.35rem 0 1.25rem;
  gap: 0.6rem;
}

.blog-post-page p:has(.btn) {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  margin-top: 1.35rem;
  margin-bottom: 1.5rem;
}

.blog-post-page p:has(.btn) .btn {
  margin-left: 0 !important;
}

.post-nav {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  margin: 1rem 0 1.4rem;
}

.post-nav span {
  min-width: 1px;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.65rem;
}

.tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.24rem 0.6rem;
  background: #ece8e2;
  border: 1px solid #d9e2ec;
  color: #102a43;
  font-weight: 600;
  font-size: 0.85rem;
}

@media (max-width: 920px) {
  .main-nav {
    display: none;
  }

  .hero-grid,
  .about-grid,
  .cards-grid,
  .photo-grid,
  .lead-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-media,
  .hero-media picture,
  .hero-media img {
    height: auto;
  }
}
