/*
Theme Name: BoardSite Blocks
Theme URI: https://boardsite.com/
Author: BoardSite
Description: A Gutenberg-first full site editing theme based on the BoardSite marketing site.
Version: 1.2.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: boardsite-blocks
Tags: full-site-editing, block-patterns, custom-colors, custom-logo, editor-style
*/

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("assets/fonts/open-sans-300.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/open-sans-400.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/open-sans-500.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/open-sans-600.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/open-sans-700.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("assets/fonts/open-sans-800.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("assets/fonts/open-sans-300-italic.ttf") format("truetype");
}

:root {
  --boardsite-shadow-card: 0 2px 14px rgb(15 23 41 / 5%);
  --boardsite-shadow-lift: 0 12px 32px rgb(15 23 41 / 8%);
  --boardsite-transition: all .18s cubic-bezier(.4, 0, .2, 1);
}

html { scroll-behavior: smooth; }

body {
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", system-ui, sans-serif;
}

a { text-underline-offset: .18em; }

.boardsite-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgb(255 255 255 / 40%);
  background: rgb(225 243 254 / 85%);
  backdrop-filter: blur(12px);
}

.admin-bar .boardsite-site-header { top: 32px; }

.boardsite-brand .wp-block-site-logo img { height: auto; width: 91px; }

.boardsite-brand:has(.wp-block-site-logo img) .wp-block-site-title { display: none; }

.boardsite-site-title a,
.boardsite-site-title a:hover { text-decoration: none; }

.boardsite-button .wp-block-button__link,
.wp-block-button.boardsite-button .wp-block-button__link {
  box-shadow: 0 2px 8px rgb(180 216 79 / 30%);
  transition: var(--boardsite-transition);
}

.boardsite-button .wp-block-button__link:hover,
.wp-block-button.boardsite-button .wp-block-button__link:hover {
  box-shadow: 0 4px 14px rgb(180 216 79 / 40%);
  transform: translateY(-1px);
}

.boardsite-card {
  height: 100%;
  border: 1px solid var(--wp--preset--color--border);
  border-radius: 12px;
  background: var(--wp--preset--color--paper);
  box-shadow: var(--boardsite-shadow-card);
  transition: var(--boardsite-transition);
}

.boardsite-card:hover {
  box-shadow: var(--boardsite-shadow-lift);
  transform: translateY(-2px);
}

.boardsite-kicker {
  letter-spacing: .11em;
  text-transform: uppercase;
}

.boardsite-hero {
  background: linear-gradient(180deg, #e1f3fe 0%, #f0f9ff 100%);
  overflow: hidden;
  position: relative;
}

.boardsite-hero::before {
  background: radial-gradient(circle, rgb(180 216 79 / 25%) 0%, transparent 68%);
  content: "";
  height: 34rem;
  position: absolute;
  right: -14rem;
  top: -14rem;
  width: 34rem;
}

.boardsite-hero > * { position: relative; }

.boardsite-product-window {
  border: 1px solid rgb(255 255 255 / 60%);
  border-radius: 16px;
  background: rgb(255 255 255 / 75%);
  box-shadow: 0 20px 60px rgb(15 23 41 / 14%);
  overflow: hidden;
}

.boardsite-product-window__bar {
  border-bottom: 1px solid var(--wp--preset--color--border);
  background: rgb(255 255 255 / 85%);
}

.boardsite-dot {
  border-radius: 999px;
  display: inline-block;
  height: 7px;
  width: 7px;
}

.boardsite-number {
  align-items: center;
  background: var(--wp--preset--color--primary-lighter);
  border-radius: 999px;
  color: var(--wp--preset--color--primary-deep);
  display: inline-flex;
  font-size: .75rem;
  font-weight: 800;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}

.boardsite-link-arrow a::after { content: " →"; }

.boardsite-price { letter-spacing: -.04em; }

.boardsite-post-card .wp-block-post-featured-image img {
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  object-fit: cover;
}

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

/* Header and mega navigation */
.boardsite-sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.boardsite-site-header {
  min-height: 97px;
}

.boardsite-header-inner {
  margin-inline: auto !important;
  max-width: 1136px !important;
  width: 100%;
}

.boardsite-brand,
.boardsite-brand .wp-block-site-logo {
  flex: 0 0 auto;
  margin: 0;
}

.boardsite-brand .wp-block-site-logo img {
  display: block;
  height: 64px !important;
  object-fit: contain;
  width: 91px !important;
}

.boardsite-header-controls {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-start;
  min-width: 0;
}

.boardsite-main-nav {
  align-items: center;
  display: flex;
  margin-left: 72px;
  margin-right: auto;
}

.boardsite-mega-item { position: relative; }

@media (min-width: 961px) {
  .boardsite-mega-item.is-open::after {
    content: "";
    height: 14px;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
  }
}

.boardsite-mega-trigger,
.boardsite-nav-link {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 12px;
  color: #1d283a;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 14.5px;
  font-weight: 600;
  gap: 4px;
  line-height: 21.75px;
  padding: 8px 16px;
  text-decoration: none;
  transition: color .18s ease, background-color .18s ease;
  white-space: nowrap;
}

.boardsite-mega-trigger:hover,
.boardsite-mega-trigger:focus-visible,
.boardsite-mega-item.is-open > .boardsite-mega-trigger,
.boardsite-nav-link:hover,
.boardsite-nav-link:focus-visible {
  color: #98b93c;
  outline: none;
}

.boardsite-mega-trigger svg {
  fill: none;
  height: 14px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: transform .18s ease;
  width: 14px;
}

.boardsite-mega-item.is-open > .boardsite-mega-trigger svg { transform: rotate(180deg); }

.boardsite-mega-panel {
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgb(15 23 41 / 8%);
  left: 16px;
  min-width: 722px;
  opacity: 0;
  padding: 28px;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 12px);
  transform: translateY(-5px);
  transition: opacity .15s ease, transform .15s ease, visibility .15s ease;
  visibility: hidden;
  z-index: 120;
}

.boardsite-mega-features .boardsite-mega-panel { left: 0; }
.boardsite-mega-resources .boardsite-mega-panel { left: -230px; }

.boardsite-mega-item.is-open > .boardsite-mega-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.boardsite-mega-grid {
  display: grid;
  gap: 24px 40px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.boardsite-mega-section + .boardsite-mega-section { margin-top: 24px; }

.boardsite-mega-section h2 {
  color: #98b93c;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .14em !important;
  line-height: 1.4 !important;
  margin: 0 0 12px !important;
  text-transform: uppercase;
}

.boardsite-mega-link {
  align-items: flex-start;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #0f1729;
  display: flex;
  gap: 12px;
  margin-bottom: 6px;
  padding: 10px 12px;
  text-decoration: none;
  transition: background-color .18s ease, border-color .18s ease;
}

.boardsite-mega-link:hover,
.boardsite-mega-link:focus-visible {
  background: #f6fbe9;
  outline: none;
}

.boardsite-mega-link--featured {
  background: #f6fbe9;
  border-color: #ecf7cf;
}

.boardsite-mega-link--featured:hover { background: #ecf7cf; }

.boardsite-menu-icon {
  align-items: center;
  background: #f6fbe9;
  border-radius: 9px;
  color: #5c8f28;
  display: inline-flex;
  flex: 0 0 36px;
  font-size: 19px;
  font-weight: 600;
  height: 36px;
  justify-content: center;
  line-height: 1;
  margin-top: 2px;
}

.boardsite-menu-icon--strong {
  background: #b4d84f;
  color: #0f1729;
}

.boardsite-menu-icon svg,
.boardsite-score-link svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 18px;
}

.boardsite-mega-link > span:last-child { min-width: 0; }

.boardsite-mega-link strong {
  color: #0f1729;
  display: block;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.35;
  transition: color .18s ease;
}

.boardsite-mega-link:hover strong { color: #98b93c; }

.boardsite-mega-link small {
  color: #65758b;
  display: block;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 2px;
}

.boardsite-mega-footer,
.boardsite-mega-feature-footer {
  align-items: center;
  border-top: 1px solid #f1f5f9;
  color: #65758b;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 16px;
}

.boardsite-mega-footer a,
.boardsite-mega-feature-footer a {
  color: #98b93c;
  font-weight: 700;
  text-decoration: none;
}

.boardsite-mega-feature-footer {
  border-top: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 0;
}

.boardsite-mega-feature-footer > a:first-child {
  border-bottom: 1px solid #f1f5f9;
  grid-column: 1 / -1;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.boardsite-mega-feature-footer > span { margin: 0; }
.boardsite-mega-feature-footer > a:last-child { text-align: right; }

.boardsite-score-link {
  align-items: center;
  background: rgb(180 216 79 / 25%);
  border-radius: 999px;
  color: #5c8f28;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 6px;
  line-height: 21px;
  margin-left: 8px;
  padding: 8px 16px;
  text-decoration: none;
  white-space: nowrap;
}

.boardsite-score-link:hover { background: rgb(180 216 79 / 35%); }

.boardsite-region-switcher {
  align-items: center;
  background: rgb(255 255 255 / 75%);
  border: 1px solid #e1e7ef;
  border-radius: 999px;
  display: flex;
  margin-right: 16px;
  padding: 2px;
}

.boardsite-region-switcher button {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: #344256;
  cursor: pointer;
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  padding: 4px 8px;
}

.boardsite-region-switcher button.is-active {
  background: #0f1729;
  color: #fff;
}

.boardsite-login-link {
  color: #65758b;
  font-size: 14.5px;
  font-weight: 500;
  margin-right: 16px;
  text-decoration: none;
  white-space: nowrap;
}

.boardsite-demo-link {
  background: #b4d84f;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgb(180 216 79 / 30%);
  color: #0f1729;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 21.75px;
  padding: 10px 20px;
  text-decoration: none;
  white-space: nowrap;
}

.boardsite-mobile-toggle { display: none; }

/* Homepage fidelity: exact live type scale and product mockup. */
.boardsite-hero {
  background:
    radial-gradient(circle at 88% 27%, rgb(180 216 79 / 22%) 0, transparent 31%),
    #e1f3fe;
}

.boardsite-hero::before { display: none; }

.boardsite-hero-grid {
  align-items: center;
  gap: 64px !important;
  margin-inline: auto !important;
  max-width: 1136px !important;
}

.boardsite-hero-copy { flex-basis: 573px !important; }
.boardsite-hero-product { flex-basis: 499px !important; }

.boardsite-hero-kicker {
  align-items: center;
  background: rgb(180 216 79 / 20%);
  border-radius: 999px;
  color: #1d283a !important;
  display: inline-flex;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 1.32px !important;
  line-height: 16.5px !important;
  margin: 0 0 28px !important;
  padding: 8px 14px;
  text-transform: uppercase;
}

.boardsite-hero-kicker::before {
  background: #98b93c;
  border-radius: 50%;
  content: "";
  height: 6px;
  margin-right: 9px;
  width: 6px;
}

.boardsite-hero-title {
  color: #0f1729 !important;
  font-family: "Open Sans", system-ui, sans-serif !important;
  font-size: clamp(40px, 4.75vw, 60.8px) !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: -.025em !important;
  line-height: 1.05 !important;
  margin: 0 !important;
}

.boardsite-hero-title span {
  color: #1d283a;
  display: block;
  font-family: "Open Sans", system-ui, sans-serif !important;
  font-style: italic;
  font-weight: 300;
  white-space: nowrap;
}

.boardsite-hero-lead {
  color: #344256 !important;
  font-family: "Open Sans", system-ui, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.625 !important;
  margin: 24px 0 28px !important;
  max-width: 573px;
}

.boardsite-hero-actions { gap: 12px; }

.boardsite-hero-primary .wp-block-button__link {
  align-items: center;
  background: #0f1729 !important;
  border: 2px solid #0f1729;
  border-radius: 999px !important;
  color: #fff !important;
  display: inline-flex;
  font-size: 14px !important;
  font-weight: 500 !important;
  gap: 20px;
  line-height: 21px !important;
  min-height: 48px;
  padding: 8px 10px 8px 24px !important;
}

.boardsite-button-arrow {
  align-items: center;
  background: #b4d84f;
  border-radius: 50%;
  color: #0f1729;
  display: inline-flex;
  font-size: 18px;
  height: 28px;
  justify-content: center;
  line-height: 1;
  width: 28px;
}

.boardsite-hero-secondary .wp-block-button__link {
  background: transparent !important;
  border: 2px solid #0f1729 !important;
  border-radius: 999px !important;
  color: #0f1729 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
  min-height: 48px;
  padding: 11px 24px !important;
}

.boardsite-hero-notes {
  color: #65758b !important;
  font-size: 13px !important;
  line-height: 20px !important;
  margin: 14px 0 0 !important;
}

.boardsite-hero-notes span + span { margin-left: 24px; }

.boardsite-hero-notes span::before {
  background: #98b93c;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  margin-right: 8px;
  vertical-align: 1px;
  width: 6px;
}

.boardsite-product-wrap { position: relative; }

.boardsite-live-badge {
  background: #b4d84f;
  border-radius: 999px;
  color: #0f1729;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  padding: 7px 16px;
  position: absolute;
  right: 24px;
  text-transform: uppercase;
  top: -12px;
  z-index: 2;
}

.boardsite-product-window {
  background: #0f1729;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 28px 60px rgb(15 23 41 / 28%);
  color: #fff;
  min-height: 446px;
  overflow: hidden;
  padding: 40px 28px 28px;
  position: relative;
}

.boardsite-product-window__bar {
  align-items: center;
  background: rgb(0 0 0 / 20%);
  border: 0;
  display: flex;
  height: 36px;
  inset: 0 0 auto;
  justify-content: center;
  padding: 0 14px !important;
  position: absolute;
}

.boardsite-window-dots {
  display: flex;
  gap: 6px;
  left: 14px;
  position: absolute;
}

.boardsite-window-dots i {
  background: rgb(255 255 255 / 25%);
  border-radius: 50%;
  display: block;
  height: 10px;
  width: 10px;
}

.boardsite-window-title {
  color: rgb(255 255 255 / 60%) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: .025em;
  margin: 0 !important;
  text-align: center;
}

.boardsite-product-content { padding: 28px 0 0 !important; }

.boardsite-product-question {
  background: rgb(180 216 79 / 15%);
  border: 1px solid rgb(180 216 79 / 55%);
  border-radius: 10px;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
  margin: 0 0 16px auto !important;
  max-width: 388px;
  padding: 16px;
}

.boardsite-product-answer {
  background: #1d283a !important;
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 10px !important;
  color: #fff;
  margin: 0 !important;
  padding: 18px 20px !important;
}

.boardsite-product-answer p {
  color: rgb(255 255 255 / 85%) !important;
  font-size: 13.5px !important;
  line-height: 1.6 !important;
}

.boardsite-product-citation {
  border-top: 1px dashed rgb(255 255 255 / 20%);
  color: rgb(255 255 255 / 55%) !important;
  font-size: 11px !important;
  margin: 12px 0 0 !important;
  padding-top: 12px;
}

.boardsite-product-input {
  align-items: center;
  background: rgb(0 0 0 / 15%) !important;
  border: 1px solid rgb(255 255 255 / 15%) !important;
  border-radius: 999px !important;
  color: rgb(255 255 255 / 40%) !important;
  display: flex;
  font-size: 13px !important;
  justify-content: space-between;
  margin: 16px 0 0 !important;
  min-height: 54px;
  padding: 8px 10px 8px 16px !important;
}

.boardsite-product-placeholder {
  background: transparent !important;
  border-radius: 0 !important;
  color: rgb(255 255 255 / 40%) !important;
  display: inline !important;
  font-size: 13px !important;
  height: auto !important;
  width: auto !important;
}

.boardsite-product-input > span:last-child {
  align-items: center;
  background: #b4d84f;
  border-radius: 50%;
  color: #0f1729;
  display: inline-flex;
  font-size: 18px;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.boardsite-proof-row {
  border-top: 1px solid rgb(255 255 255 / 60%);
  gap: 28px !important;
  margin: 64px auto 0 !important;
  max-width: 1136px !important;
  padding-top: 32px;
}

.boardsite-proof-intro {
  color: #65758b !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: .12em !important;
  line-height: 1.35 !important;
  text-transform: uppercase;
}

.boardsite-proof-item {
  color: #344256 !important;
  font-size: 12.5px !important;
  line-height: 1.5 !important;
  padding-left: 18px;
  position: relative;
}

.boardsite-proof-item::before {
  background: #b4d84f;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 8px;
}

.boardsite-proof-item strong { color: #0f1729; font-size: 13px; }

.boardsite-ai-heading {
  color: #fff !important;
  font-size: clamp(36px, 3.75vw, 48px) !important;
  font-weight: 800 !important;
  letter-spacing: -.03em !important;
  line-height: 1.02 !important;
}

.boardsite-ai-grid {
  margin-inline: auto !important;
  max-width: 1136px !important;
}

.boardsite-ai-heading span {
  color: #b4d84f;
  display: block;
  font-style: italic;
  font-weight: 300;
  margin-top: 4px;
}

.boardsite-billing-toggle {
  align-items: center;
  background: #fff;
  border: 1px solid #e1e7ef;
  border-radius: 999px;
  display: inline-flex;
  gap: 4px;
  padding: 4px;
}

.boardsite-billing-toggle button {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: #65758b;
  cursor: pointer;
  font: inherit;
  font-size: .85rem;
  font-weight: 700;
  padding: 9px 15px;
}

.boardsite-billing-toggle button.is-active { background: #0f1729; color: #fff; }
.boardsite-billing-toggle small { color: #98b93c; font-size: .68rem; margin-left: 4px; }
.boardsite-currency-price { display: none; }
.boardsite-currency-price.is-visible { display: block; }
.boardsite-price-card { height: 100%; }
.boardsite-price-card .boardsite-price { font-size: 2.5rem; font-weight: 800; letter-spacing: -.04em; line-height: 1; margin-bottom: 8px; }
.boardsite-price-card .boardsite-price small { color: #65758b; font-size: .72rem; font-weight: 600; letter-spacing: 0; }

.boardsite-health-assessment { margin: 0 auto; max-width: 780px; }
.boardsite-health-assessment .boardsite-card { background: #fff; border: 1px solid #e1e7ef; border-radius: 24px; padding: clamp(28px, 5vw, 48px); }
.boardsite-assessment-intro,
.boardsite-assessment-results { text-align: center; }
.boardsite-assessment-intro .boardsite-kicker,
.boardsite-assessment-results > .boardsite-kicker { color: #5c8f28; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.boardsite-assessment-lead { color: #344256; font-size: 1.1rem; line-height: 1.7; margin-inline: auto; max-width: 620px; }
.boardsite-assessment-stats { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); margin: 32px 0; }
.boardsite-assessment-stat { border: 1px solid #e1e7ef; border-radius: 12px; padding: 18px 12px; }
.boardsite-assessment-stat strong,
.boardsite-assessment-stat span { display: block; }
.boardsite-assessment-stat strong { color: #5c8f28; font-size: 1.8rem; }
.boardsite-assessment-stat span { color: #65758b; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.boardsite-assessment-primary,
.boardsite-assessment-secondary { align-items: center; border-radius: 999px; display: inline-flex; font-size: .9rem; font-weight: 700; justify-content: center; padding: 13px 22px; text-decoration: none; }
.boardsite-assessment-primary { background: #b4d84f; border: 0; color: #0f1729; cursor: pointer; }
.boardsite-assessment-secondary { border: 1px solid #0f1729; color: #0f1729; }
.boardsite-assessment-meta,
.boardsite-assessment-actions,
.boardsite-assessment-breakdown > div { align-items: center; display: flex; justify-content: space-between; }
.boardsite-assessment-meta { color: #65758b; font-size: .75rem; }
.boardsite-assessment-meta strong { color: #5c8f28; letter-spacing: .08em; text-transform: uppercase; }
.boardsite-assessment-progress { background: #e1e7ef; border-radius: 999px; height: 6px; margin: 14px 0 36px; overflow: hidden; }
.boardsite-assessment-progress span { background: #b4d84f; display: block; height: 100%; transition: width .2s ease; }
.boardsite-assessment-choices { display: grid; gap: 12px; margin-top: 28px; }
.boardsite-assessment-choice { appearance: none; background: #fff; border: 1px solid #e1e7ef; border-radius: 12px; color: #344256; cursor: pointer; font: inherit; font-weight: 600; padding: 16px 18px; text-align: left; }
.boardsite-assessment-choice:hover,
.boardsite-assessment-choice:focus-visible,
.boardsite-assessment-choice.is-selected { background: #f6fbe9; border-color: #b4d84f; outline: none; }
.boardsite-assessment-actions { margin-top: 26px; }
.boardsite-assessment-actions button,
.boardsite-assessment-retake { appearance: none; background: transparent; border: 0; color: #65758b; cursor: pointer; font: inherit; font-size: .8rem; }
.boardsite-assessment-summary { align-items: center; display: grid; gap: 28px; grid-template-columns: 170px 1fr; margin: 32px 0; text-align: left; }
.boardsite-assessment-score { align-items: center; aspect-ratio: 1; border: 14px solid #b4d84f; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; }
.boardsite-assessment-score strong { font-size: 3rem; line-height: 1; }
.boardsite-assessment-score span { color: #65758b; font-size: .72rem; }
.boardsite-assessment-tier { background: #f6fbe9; border-radius: 999px; color: #5c8f28; display: inline-block; font-size: .72rem; letter-spacing: .06em; padding: 7px 10px; text-transform: uppercase; }
.boardsite-assessment-breakdown { border-top: 1px solid #e1e7ef; display: grid; gap: 10px; padding-top: 22px; text-align: left; }
.boardsite-assessment-breakdown > div { color: #65758b; font-size: .85rem; }
.boardsite-assessment-breakdown strong { color: #0f1729; }
.boardsite-assessment-path { background: #f0f9ff; border-radius: 16px; margin-top: 28px; padding: 26px; }
.boardsite-assessment-path > span { color: #65758b; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.boardsite-assessment-result-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.boardsite-assessment-retake { margin-top: 22px; }
.editor-styles-wrapper .boardsite-currency-price { display: block !important; opacity: .7; }

@media (max-width: 1180px) {
  .boardsite-region-switcher { display: none; }
  .boardsite-main-nav { margin-left: 32px; margin-right: auto; }
  .boardsite-mega-trigger,
  .boardsite-nav-link { padding-inline: 10px; }
  .boardsite-score-link { padding-inline: 12px; }
}

@media (max-width: 960px) {
  .boardsite-site-header { min-height: 81px; padding: 8px 24px !important; }
  .boardsite-brand .wp-block-site-logo img { height: 56px !important; width: auto !important; }
  .boardsite-mobile-toggle {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 1px solid #e1e7ef;
    border-radius: 10px;
    color: #0f1729;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    padding: 0;
    width: 42px;
  }
  .boardsite-mobile-toggle svg { fill: none; height: 22px; stroke: currentColor; stroke-linecap: round; stroke-width: 2; width: 22px; }
  .boardsite-header-controls { flex: 0 0 auto; }
  .boardsite-main-nav,
  .boardsite-login-link,
  .boardsite-demo-link,
  .boardsite-region-switcher { display: none; }
  .boardsite-header-controls.is-mobile-open {
    align-items: stretch;
    background: #fff;
    border: 1px solid #e1e7ef;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgb(15 23 41 / 12%);
    display: flex;
    flex-direction: column;
    left: 16px;
    padding: 16px;
    position: absolute;
    right: 16px;
    top: calc(100% + 8px);
  }
  .boardsite-header-controls.is-mobile-open .boardsite-mobile-toggle { align-self: flex-end; }
  .boardsite-header-controls.is-mobile-open .boardsite-main-nav { align-items: stretch; display: flex; flex-direction: column; margin: 8px 0; }
  .boardsite-header-controls.is-mobile-open .boardsite-login-link,
  .boardsite-header-controls.is-mobile-open .boardsite-demo-link { display: block; margin: 4px 0; text-align: center; }
  .boardsite-mega-trigger,
  .boardsite-nav-link,
  .boardsite-score-link { justify-content: space-between; margin: 0; padding: 11px 12px; width: 100%; }
  .boardsite-mega-panel {
    border: 0;
    border-radius: 10px;
    box-shadow: none;
    display: none;
    left: auto !important;
    min-width: 0;
    opacity: 1;
    padding: 14px;
    pointer-events: auto;
    position: static;
    transform: none;
    visibility: visible;
    width: 100%;
  }
  .boardsite-mega-item.is-open > .boardsite-mega-panel { display: block; }
  .boardsite-mega-grid { grid-template-columns: 1fr; }
  .boardsite-mega-feature-footer { align-items: flex-start; flex-direction: column; gap: 10px; }
  .boardsite-mega-feature-footer > span { margin: 0; }
  .boardsite-hero-grid { gap: 48px !important; }
  .boardsite-hero-copy,
  .boardsite-hero-product { flex-basis: 100% !important; }
}

@media (max-width: 781px) {
  .boardsite-hero { padding: 48px 20px 40px !important; }
  .boardsite-hero-title span { white-space: normal; }
  .boardsite-hero-lead { font-size: 17px !important; line-height: 1.6 !important; }
  .boardsite-product-window { min-height: 0; padding: 40px 18px 20px; }
  .boardsite-proof-row { gap: 16px !important; margin-top: 44px !important; }
  .boardsite-proof-row .wp-block-column { flex-basis: 100% !important; }
  .boardsite-proof-intro { max-width: 220px; }
  .boardsite-assessment-stats { grid-template-columns: 1fr; }
  .boardsite-assessment-summary { grid-template-columns: 1fr; text-align: center; }
  .boardsite-assessment-score { margin: 0 auto; width: 170px; }
}

@media (max-width: 781px) {
  .admin-bar .boardsite-site-header { top: 46px; }
  .boardsite-header-actions { display: none !important; }
  .boardsite-footer .wp-block-columns { gap: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
