/*
Theme Name: Asesoria Laboral Child
Theme URI: https://example.com/
Author: Asesoria Laboral Online
Description: Tema hijo de bloque para la web corporativa de Asesoria Laboral Online.
Template: twentytwentyfour
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 7.0
Version: 0.1.0
Text Domain: asesoria-laboral-child
*/

:root {
  --alo-header-height: 90px;
  --alo-navy: #12355b;
  --alo-navy-dark: #082238;
  --alo-gold: #c89b3c;
  --alo-gold-light: #e0b85a;
  --alo-bg: #f7f9fc;
  --alo-surface: #ffffff;
  --alo-section-soft: #eef4f8;
  --alo-text: #0f172a;
  --alo-muted: #4b5563;
  --alo-border: #d7e2ec;
  --alo-shadow-soft: 0 8px 24px rgba(15, 47, 74, 0.07);
  --alo-shadow-strong: 0 18px 44px rgba(15, 47, 74, 0.13);
}

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

html,
body {
  overflow-x: hidden;
}

html {
  scroll-padding-top: calc(var(--alo-header-height) + 6px);
}

body {
  padding-top: var(--alo-header-height);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--alo-bg);
  color: var(--alo-text);
  line-height: 1.65;
}

.alo-container {
  width: 92%;
  max-width: 1260px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}

.alo-legal-page {
  max-width: 920px;
  margin-top: 72px;
  margin-bottom: 84px;
  padding: 44px;
  border: 1px solid var(--alo-border);
  border-radius: 14px;
  background: var(--alo-surface);
  box-shadow: var(--alo-shadow-soft);
}

.alo-legal-page h1 {
  margin-top: 0;
  color: var(--alo-navy-dark);
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.05;
}

.alo-legal-page h2 {
  margin-top: 34px;
  color: var(--alo-navy);
  font-size: 24px;
  line-height: 1.2;
}

.alo-legal-page p,
.alo-legal-page li {
  color: var(--alo-text);
}

.alo-legal-page a {
  color: var(--alo-navy);
  font-weight: 700;
}

.alo-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 120;
  padding: 16px 0;
  border-bottom: 1px solid rgba(215, 226, 236, 0.75);
  background: rgba(247, 249, 252, 0.8);
  box-shadow: 0 6px 18px rgba(15, 47, 74, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.alo-site-header .wp-block-site-title,
.alo-site-header .wp-block-site-title a {
  color: var(--alo-navy);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.alo-site-header .wp-block-navigation a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 2px;
  color: var(--alo-navy);
  font-weight: 600;
  text-decoration: none;
}

.alo-site-header .wp-block-buttons {
  margin: 0;
}

.alo-btn .wp-block-button__link,
.wp-block-button.alo-btn .wp-block-button__link,
.alo-contact-form button,
.alo-contact-form .wpcf7-submit {
  border-radius: 999px;
  font-weight: 700;
  padding: 14px 22px;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.alo-btn-primary .wp-block-button__link,
.wp-block-button.alo-btn-primary .wp-block-button__link,
.alo-contact-form button,
.alo-contact-form .wpcf7-submit {
  background: linear-gradient(135deg, var(--alo-gold), var(--alo-gold-light));
  box-shadow: 0 10px 24px rgba(200, 155, 60, 0.32);
  color: #111827;
}

.alo-btn-secondary .wp-block-button__link,
.wp-block-button.alo-btn-secondary .wp-block-button__link {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #ffffff;
}

.alo-btn-secondary-dark .wp-block-button__link,
.wp-block-button.alo-btn-secondary-dark .wp-block-button__link {
  background: transparent;
  border: 1px solid var(--alo-navy);
  color: var(--alo-navy);
}

.alo-btn .wp-block-button__link:hover,
.wp-block-button.alo-btn .wp-block-button__link:hover,
.alo-contact-form .wpcf7-submit:hover {
  transform: translateY(-2px);
}

.alo-btn-primary .wp-block-button__link:hover,
.wp-block-button.alo-btn-primary .wp-block-button__link:hover,
.alo-contact-form .wpcf7-submit:hover {
  box-shadow: 0 14px 28px rgba(200, 155, 60, 0.28);
}

.alo-btn-secondary .wp-block-button__link:hover,
.wp-block-button.alo-btn-secondary .wp-block-button__link:hover {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.75);
}

.alo-btn-secondary-dark .wp-block-button__link:hover,
.wp-block-button.alo-btn-secondary-dark .wp-block-button__link:hover {
  background: rgba(18, 53, 91, 0.05);
}

.alo-btn .wp-block-button__link:focus-visible,
.wp-block-button.alo-btn .wp-block-button__link:focus-visible,
.alo-contact-form .wpcf7-submit:focus-visible,
.alo-site-header a:focus-visible,
.alo-contact-form input:focus-visible,
.alo-contact-form select:focus-visible,
.alo-contact-form textarea:focus-visible {
  outline: 3px solid rgba(200, 155, 60, 0.45);
  outline-offset: 3px;
}

.alo-hero {
  box-sizing: border-box;
  margin-top: 18px;
  padding: 90px 60px;
  border-radius: 28px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(8, 34, 56, 0.98), rgba(18, 53, 91, 0.94)),
    radial-gradient(circle at top right, rgba(200, 155, 60, 0.25), transparent 42%);
  box-shadow: var(--alo-shadow-strong);
}

.alo-hero h1 {
  max-width: 780px;
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 56px);
  letter-spacing: 0;
  line-height: 1.06;
}

.alo-hero p {
  max-width: 670px;
  margin-bottom: 34px;
  color: #dce8f3;
  font-size: 19px;
}

.alo-trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.alo-trust-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  color: #eef5fb;
  font-size: 14px;
}

.alo-trust-bar {
  margin: 28px 0 0;
}

.alo-trust-bar-card {
  padding: 22px 30px;
  border: 1px solid var(--alo-border);
  border-radius: 20px;
  background: var(--alo-surface);
  box-shadow: var(--alo-shadow-soft);
  text-align: center;
}

.alo-trust-bar-card p {
  margin: 0;
  color: var(--alo-navy-dark);
  font-weight: 700;
}

.alo-section {
  padding: 86px 0;
  background: var(--alo-bg);
}

.alo-section + .alo-section:not(.alo-section-alt):not(.alo-highlight) {
  border-top: 1px solid #e2e8f0;
}

.alo-section-alt {
  border-top: 1px solid var(--alo-border);
  border-bottom: 1px solid var(--alo-border);
  background: var(--alo-section-soft);
}

.alo-section-alt .alo-panel {
  box-sizing: border-box;
  padding: 58px;
  border: 1px solid rgba(215, 226, 236, 0.7);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0 12px 34px rgba(15, 47, 74, 0.06);
}

.alo-highlight {
  box-sizing: border-box;
  max-width: 1180px;
  margin: 60px auto;
  padding: 72px 40px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(8, 34, 56, 0.98), rgba(18, 53, 91, 0.94)),
    radial-gradient(circle at top right, rgba(200, 155, 60, 0.24), transparent 42%);
  box-shadow: var(--alo-shadow-strong);
  color: #ffffff;
  text-align: center;
}

.alo-highlight h2,
.alo-highlight p {
  color: #ffffff;
}

.alo-section h2 {
  margin: 0 0 18px;
  color: var(--alo-navy-dark);
  font-size: clamp(30px, 3.4vw, 42px);
  letter-spacing: 0;
  line-height: 1.15;
}

/* Ensure contrast inside the dark highlight CTA (e.g. "Empieza sin riesgo"). */
.alo-highlight .wp-block-heading,
.alo-highlight h1,
.alo-highlight h2,
.alo-highlight h3 {
  color: #ffffff;
}

.alo-highlight p {
  color: #dce8f3;
}

.alo-highlight a:not(.wp-element-button) {
  color: #ffffff;
}

.alo-section-intro {
  max-width: 720px;
  margin: 0 0 40px;
  color: var(--alo-muted);
  font-size: 18px;
}

.alo-blog-index > .wp-block-heading {
  margin: 0 0 18px;
  color: var(--alo-navy-dark);
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.08;
}

.alo-blog-index > .alo-section-intro {
  max-width: 780px;
  margin-bottom: 48px;
}

.alo-grid-2,
.alo-grid-3,
.alo-grid-4 {
  display: grid;
  gap: 26px;
}

.alo-grid-3 > *,
.alo-grid-4 > * {
  height: 100%;
}

.wp-block-query .wp-block-post-template.alo-grid-3 > li {
  display: flex;
}

.wp-block-query .wp-block-post-template.alo-grid-3 > li > .alo-card {
  width: 100%;
  height: 100%;
}

.alo-grid-2 {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.alo-grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.alo-grid-4 {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.alo-card,
.alo-list-card,
.alo-contact-info {
  padding: 30px;
  border: 1px solid var(--alo-border);
  border-radius: 22px;
  background: var(--alo-surface);
  box-shadow: var(--alo-shadow-soft);
}

.alo-card {
  transition: 0.25s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 250px;
}

.alo-card:hover {
  box-shadow: 0 16px 38px rgba(15, 47, 74, 0.11);
  transform: translateY(-3px);
}

.alo-card::before {
  display: block;
  width: 40px;
  height: 4px;
  margin-bottom: 20px;
  border-radius: 99px;
  background: var(--alo-gold);
  content: "";
}

.alo-card h3 {
  margin: 0 0 14px;
  color: var(--alo-navy);
  font-size: 21px;
  line-height: 1.25;
}

.alo-card p {
  margin: 0;
  color: var(--alo-muted);
  font-size: 16px;
  line-height: 1.68;
}

.alo-card .wp-block-post-title {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.25;
}

.alo-card .wp-block-post-title a {
  color: var(--alo-navy);
  text-decoration: none;
}

.alo-card .wp-block-post-title a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.alo-card-clickable {
  cursor: pointer;
}

.alo-card-clickable .wp-block-post-title {
  position: relative;
  z-index: 2;
}

.alo-card-clickable .wp-block-post-title a::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
}

.alo-card .wp-block-post-excerpt {
  margin: 0;
}

.wp-block-query .wp-block-post-template.alo-grid-3 .wp-block-post-excerpt {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.alo-card .wp-block-post-excerpt__excerpt {
  margin: 0 0 18px;
  color: var(--alo-muted);
  font-size: 15px;
  line-height: 1.62;
}

.wp-block-query .wp-block-post-template.alo-grid-3 .wp-block-post-excerpt__more-text {
  margin-top: auto;
}

.alo-service-card .wp-block-post-excerpt__excerpt {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.alo-services-query .alo-card,
.alo-testimonials-query .alo-card,
.alo-team-query .alo-card {
  height: 100%;
}

.alo-service-card,
.alo-testimonial-card,
.alo-team-card {
  min-height: 292px;
}

.alo-team-card .wp-block-post-featured-image {
  margin: 0 0 16px;
  border-radius: 16px;
  overflow: hidden;
  min-height: 232px;
  background: #f3f6f8;
}

.alo-team-card .alo-team-media {
  margin: 0 0 16px;
  min-height: 232px;
  border: 1px solid #d4e1ec;
  border-radius: 16px;
  background: linear-gradient(160deg, #f6f9fc 0%, #eef4fa 100%);
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.alo-team-card .alo-team-media .wp-block-post-featured-image {
  margin: 0;
}

.alo-team-card .alo-team-area {
  margin-bottom: 10px;
  padding: 9px 13px;
  border: 1px solid #d3dfeb;
  border-radius: 999px;
  background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%);
  box-shadow: 0 6px 14px rgba(15, 47, 74, 0.08);
}

.alo-team-card .alo-team-area p {
  margin: 0;
  color: var(--alo-navy-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
}

.alo-team-slider-wrap {
  position: relative;
}

.alo-slider-controls {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin: 0 0 12px;
}

.alo-slider-btn {
  width: 34px;
  height: 34px;
  border: 1px solid var(--alo-border);
  border-radius: 999px;
  background: #ffffff;
  color: var(--alo-navy);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.alo-slider-btn.is-hidden,
.alo-slider-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.alo-team-slider .wp-block-post-template {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0;
  padding: 4px 2px 8px;
  list-style: none;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.alo-team-slider .wp-block-post-template::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.alo-team-slider .wp-block-post-template > * {
  flex: 0 0 calc((100% - 44px) / 3);
  min-width: 0;
  display: flex;
  scroll-snap-align: start;
}

.alo-team-slider .alo-team-card {
  width: 100%;
  min-height: 466px;
}

.alo-team-card .wp-block-post-featured-image img {
  width: 100%;
  height: 232px;
  object-fit: cover;
  object-position: center center;
  background: #eef4fa;
  transform: scale(1.01);
  transition: transform 0.35s ease;
}

.alo-team-card:hover .wp-block-post-featured-image img {
  transform: scale(1.045);
}

.alo-team-card .wp-block-post-featured-image a {
  display: block;
  min-height: 232px;
}

.alo-team-card .wp-block-post-featured-image:empty::after {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 232px;
  color: var(--alo-muted);
  font-size: 14px;
  font-weight: 600;
  content: "Perfil profesional";
}

.alo-team-card .alo-team-media:empty::after {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 232px;
  color: var(--alo-muted);
  font-size: 14px;
  font-weight: 600;
  content: "Perfil profesional";
}

.alo-team-card .alo-team-summary .wp-block-post-excerpt__excerpt {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--alo-muted);
  font-size: 14px;
  line-height: 1.6;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 72px;
}

.alo-team-card .alo-team-summary {
  min-height: 72px;
}

.alo-team-card .wp-block-post-title {
  margin-bottom: 8px;
  min-height: 54px;
}

.alo-team-card .wp-block-post-title a {
  color: var(--alo-navy-dark);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.alo-testimonial-card .alo-testimonial-text p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.alo-list-card {
  margin: 0;
  padding: 30px 34px;
}

.alo-list-card li {
  margin-bottom: 12px;
  color: var(--alo-navy-dark);
  font-weight: 600;
}

.alo-step {
  padding: 24px;
  border: 1px solid var(--alo-border);
  border-radius: 18px;
  background: var(--alo-surface);
  box-shadow: var(--alo-shadow-soft);
  color: var(--alo-navy);
  font-weight: 800;
  text-align: center;
}

.alo-testimonial-card p {
  margin-bottom: 18px;
  color: var(--alo-navy-dark);
  font-size: 17px;
}

.alo-testimonial-card strong {
  color: var(--alo-navy);
}

.alo-testimonial-card .alo-testimonial-text p {
  margin: 0 0 16px;
}

.alo-testimonial-card .alo-testimonial-name {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.3;
}

.alo-testimonial-card .alo-testimonial-company .wp-block-post-excerpt__excerpt {
  margin: 0;
  font-size: 14px;
  color: var(--alo-muted);
}

.alo-testimonial-read-more {
  align-self: flex-start;
  margin-top: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--alo-navy);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(18, 53, 91, 0.25);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.alo-testimonial-read-more:hover,
.alo-testimonial-read-more:focus-visible {
  color: var(--alo-navy-dark);
  text-decoration-color: var(--alo-gold);
}

.alo-testimonial-lightbox {
  width: min(92vw, 720px);
  max-height: min(82vh, 760px);
  padding: 0;
  border: 0;
  border-radius: 22px;
  background: transparent;
  color: var(--alo-text);
}

.alo-testimonial-lightbox::backdrop {
  background: rgba(8, 34, 56, 0.58);
  backdrop-filter: blur(5px);
}

.alo-testimonial-lightbox[open] {
  display: block;
}

.alo-testimonial-lightbox-panel {
  position: relative;
  max-height: min(82vh, 760px);
  overflow: auto;
  padding: 42px;
  border: 1px solid rgba(215, 226, 236, 0.9);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(8, 34, 56, 0.28);
}

.alo-testimonial-lightbox-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--alo-border);
  border-radius: 999px;
  background: #f8fbfe;
  color: var(--alo-navy);
  cursor: pointer;
  font: inherit;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.alo-testimonial-lightbox-close:hover,
.alo-testimonial-lightbox-close:focus-visible {
  border-color: var(--alo-gold);
  outline: none;
}

.alo-testimonial-lightbox-content .alo-testimonial-text p {
  display: block;
  overflow: visible;
  margin: 0 0 24px;
  color: var(--alo-navy-dark);
  font-size: clamp(19px, 2.4vw, 23px);
  line-height: 1.62;
}

.alo-testimonial-lightbox-content .alo-testimonial-name {
  margin: 0 0 8px;
  color: var(--alo-navy-dark);
  font-size: 20px;
}

.alo-testimonial-lightbox-content .alo-testimonial-company .wp-block-post-excerpt__excerpt {
  margin: 0;
  color: var(--alo-muted);
  font-size: 15px;
}

.alo-lightbox-open {
  overflow: hidden;
}

.alo-team-card {
  text-align: left;
  border: 1px solid #d6e2ec;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
  box-shadow: 0 14px 34px rgba(15, 47, 74, 0.09);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.alo-team-card:hover {
  transform: translateY(-4px);
  border-color: #c3d6e6;
  box-shadow: 0 22px 44px rgba(15, 47, 74, 0.14);
}

.alo-collab-single {
  padding-top: 62px;
}

.alo-collab-single-title {
  margin-bottom: 18px;
}

.alo-collab-single-layout {
  gap: 34px;
  align-items: start;
}

.alo-collab-single-side {
  position: sticky;
  top: calc(var(--alo-header-height) + 20px);
}

.alo-collab-single-image {
  margin: 0 0 14px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--alo-border);
  box-shadow: var(--alo-shadow-soft);
  background: #f3f6f8;
}

.alo-collab-single-image img {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  object-position: center center;
  background: #f3f6f8;
}

.alo-collab-single-main {
  min-width: 0;
}

.alo-collab-single-main .wp-block-post-content {
  max-width: 68ch;
}

.alo-collab-single-main .wp-block-post-content p {
  margin-bottom: 1.1em;
  line-height: 1.72;
}

.alo-collab-side-panel {
  padding: 22px;
  border: 1px solid var(--alo-border);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: var(--alo-shadow-soft);
}

.alo-collab-side-panel h3 {
  margin: 0 0 8px;
  color: var(--alo-navy-dark);
  font-size: 17px;
}

.alo-collab-side-panel p {
  margin: 0 0 14px;
  color: var(--alo-muted);
  font-size: 15px;
  line-height: 1.6;
}

.alo-collab-side-panel ul {
  margin: 0 0 16px 18px;
  padding: 0;
}

.alo-collab-side-panel li {
  margin-bottom: 8px;
  color: var(--alo-navy);
  font-size: 15px;
}

.alo-collab-trust {
  margin: 14px 0 22px;
  padding: 16px 18px;
  border: 1px solid var(--alo-border);
  border-radius: 14px;
  background: #f8fbfe;
}

.alo-collab-trust p {
  margin: 0;
  color: var(--alo-navy-dark);
  font-size: 15px;
  line-height: 1.58;
}

.alo-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--alo-navy), var(--alo-navy-dark));
  box-shadow: var(--alo-shadow-soft);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.alo-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 1.05fr);
  gap: 46px;
  align-items: start;
  padding: 40px;
  border: 1px solid #c9d8e6;
  border-radius: 24px;
  background:
    linear-gradient(135deg, #ffffff 0%, #f5f8fb 100%);
  box-shadow: 0 24px 60px rgba(8, 34, 56, 0.16);
}

.alo-contact-column {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  min-height: 0;
  padding-right: 0;
}

.alo-contact-grid .alo-section-intro {
  margin-bottom: 16px;
}

.alo-contact-info {
  display: grid;
  width: 100%;
  gap: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.alo-contact-info p {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  column-gap: 14px;
  align-items: baseline;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(22, 52, 78, 0.13);
  color: var(--alo-navy-dark);
  font-size: 14.5px;
  line-height: 1.55;
}

.alo-contact-info p:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.alo-contact-info strong {
  color: var(--alo-navy);
  letter-spacing: 0.01em;
  font-weight: 800;
}

.alo-contact-info a {
  color: var(--alo-navy-dark);
  overflow-wrap: anywhere;
}

.alo-contact-column > h2 {
  max-width: min(100%, 640px);
  text-wrap: balance;
}

.alo-contact-floor {
  width: auto;
  min-height: 0;
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid rgba(22, 52, 78, 0.1);
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.alo-contact-form {
  padding: 26px;
  border: 1px solid rgba(22, 52, 78, 0.1);
  border-radius: 18px;
  background: #f7fafc;
  box-shadow: 0 18px 42px rgba(22, 52, 78, 0.08);
}

.alo-contact-form input,
.alo-contact-form select,
.alo-contact-form textarea,
.alo-contact-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance):not(.wpcf7-checkbox):not(.wpcf7-radio) {
  margin-bottom: 14px;
  padding: 12px 14px;
}

.alo-contact-form label {
  margin-bottom: 7px;
}

.alo-contact-form textarea,
.alo-contact-form .wpcf7-textarea {
  min-height: 128px;
}

.alo-contact-map {
  margin-top: 8px;
}

.alo-section-map {
  padding-top: 26px;
}

.alo-map-link {
  display: block;
  padding: 20px;
  border: 1px solid var(--alo-border);
  border-radius: 18px;
  background: #f8fbfe;
  box-shadow: var(--alo-shadow-soft);
  color: inherit;
  text-decoration: none;
}

.alo-map-link-label {
  display: block;
  margin-bottom: 8px;
  color: var(--alo-navy);
  font-weight: 700;
}

.alo-map-link-address {
  display: block;
  margin-bottom: 14px;
  color: var(--alo-muted);
  font-size: 15px;
  line-height: 1.55;
}

.alo-map-frame-wrap {
  display: block;
  height: 230px;
  border: 1px solid #dbe6ef;
  border-radius: 14px;
  overflow: hidden;
  background: #edf3f8;
}

.alo-map-frame-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}

.alo-contact-form {
  padding: 28px;
  border: 1px solid #c4d4e2;
  border-radius: 18px;
  background:
    linear-gradient(180deg, #edf4f9 0%, #e7f0f6 100%);
  box-shadow:
    0 18px 42px rgba(22, 52, 78, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.alo-contact-form label {
  display: block;
  margin-bottom: 7px;
  color: var(--alo-navy-dark);
  font-weight: 700;
}

.alo-required-badge {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  margin-left: 8px;
  padding: 2px 8px;
  border: 1px solid rgba(200, 155, 60, 0.35);
  border-radius: 999px;
  background: rgba(200, 155, 60, 0.12);
  color: #6f4b08;
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
  vertical-align: middle;
}

.alo-contact-form input,
.alo-contact-form select,
.alo-contact-form textarea,
.alo-contact-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance):not(.wpcf7-checkbox):not(.wpcf7-radio) {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 14px;
  padding: 12px 14px;
  border: 1px solid #bacbda;
  border-radius: 12px;
  background: #ffffff;
  color: var(--alo-text);
  font: inherit;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.alo-contact-form textarea,
.alo-contact-form .wpcf7-textarea {
  min-height: 128px;
  resize: vertical;
}

.alo-contact-form input:focus,
.alo-contact-form select:focus,
.alo-contact-form textarea:focus,
.alo-contact-form .wpcf7-form-control:focus {
  border-color: var(--alo-gold);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(200, 155, 60, 0.2);
  outline: none;
}

.alo-contact-form button,
.alo-contact-form .wpcf7-submit {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.alo-contact-form .wpcf7 {
  margin: 0;
}

.alo-contact-includes {
  margin: 0;
  color: var(--alo-navy-dark);
  font-size: 14px;
  line-height: 1.5;
}

.alo-contact-floor {
  position: relative;
  z-index: 2;
  width: auto;
  min-height: 0;
  box-sizing: border-box;
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid rgba(22, 52, 78, 0.1);
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.alo-contact-form .wpcf7-form {
  margin: 0;
}

.alo-contact-form .alo-cf7-field {
  margin: 0 0 2px;
  transition: transform 0.18s ease;
}

.alo-contact-form .alo-cf7-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.alo-contact-form .alo-cf7-field:has(input:not(:placeholder-shown)),
.alo-contact-form .alo-cf7-field:has(textarea:not(:placeholder-shown)),
.alo-contact-form .alo-cf7-field:has(select option:checked:not([value=""])) {
  color: var(--alo-navy-dark);
}

.alo-contact-form .alo-cf7-field:has(input:not(:placeholder-shown)) input,
.alo-contact-form .alo-cf7-field:has(textarea:not(:placeholder-shown)) textarea,
.alo-contact-form .alo-cf7-field:has(select option:checked:not([value=""])) select {
  border-color: #9db0bf;
  background: #f8fafc;
  box-shadow: inset 0 0 0 1px rgba(18, 53, 91, 0.04);
}

.alo-contact-form .alo-cf7-acceptance {
  margin: 14px 0 18px;
  color: var(--alo-navy-dark);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.5;
}

.alo-contact-form .alo-cf7-acceptance .wpcf7-list-item {
  display: block;
  margin: 0;
}

.alo-contact-form .alo-cf7-acceptance label {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.alo-contact-form .alo-cf7-acceptance input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  accent-color: var(--alo-gold);
}

.alo-contact-form .alo-cf7-acceptance a {
  color: var(--alo-navy-dark);
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.alo-contact-form .alo-cf7-field:has(input:focus),
.alo-contact-form .alo-cf7-field:has(textarea:focus) {
  transform: translateX(2px);
}

.alo-contact-form .wpcf7-not-valid-tip {
  margin-top: -8px;
  margin-bottom: 14px;
  color: #b91c1c;
  font-size: 14px;
  font-weight: 650;
}

.alo-contact-form .wpcf7-not-valid,
.alo-contact-form [aria-invalid="true"] {
  border-color: #dc2626 !important;
  background: #fff7f7 !important;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12) !important;
}

.alo-contact-form .alo-cf7-acceptance:has(.wpcf7-not-valid),
.alo-contact-form .alo-cf7-acceptance:has([aria-invalid="true"]) {
  padding: 12px;
  border: 1px solid rgba(220, 38, 38, 0.45);
  border-radius: 12px;
  background: #fff7f7;
}

.alo-contact-form .alo-cf7-acceptance:has(input:checked) {
  color: #183854;
}

.alo-contact-form .wpcf7-response-output {
  margin: 18px 0 0;
  padding: 12px 14px;
  border-radius: 12px;
  color: var(--alo-navy-dark);
}

.alo-final-cta {
  margin-bottom: 44px;
  border: 1px solid #dbe6ef;
  border-radius: 22px;
  background: #fbfcfe;
  box-shadow: 0 12px 30px rgba(15, 47, 74, 0.08);
  text-align: center;
}

.wp-site-blocks > main:has(> .entry-content > .alo-section.alo-highlight:last-child),
.wp-site-blocks > main:has(> .entry-content > .alo-final-cta:last-child) {
  padding-bottom: 56px;
}

.alo-final-cta .wp-block-buttons {
  justify-content: center;
}

.alo-footer {
  padding: 30px;
  background: #061b2d;
  color: #ffffff;
  text-align: center;
}

.alo-footer p {
  margin: 0;
}

.alo-footer-copy {
  margin-bottom: 10px;
}

.alo-footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  margin-top: 10px;
}

.alo-footer-legal a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 6px 2px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.alo-footer-legal a:hover,
.alo-footer-legal a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.alo-footer-credit {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.alo-footer-credit a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 6px 2px;
  width: fit-content;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
  opacity: 0.82;
  transition: color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.alo-footer-credit a:hover,
.alo-footer-credit a:focus-visible {
  color: #ffffff;
  opacity: 1;
  transform: translateY(-1px);
}

.alo-redseo-mark {
  display: inline-flex;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #ff4b48;
  border-radius: 5px;
  line-height: 1;
  flex: 0 0 auto;
}

.alo-redseo-mark span {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 0 5px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0;
}

.alo-redseo-red {
  color: #b00000;
  background: #ffffff;
}

.alo-redseo-seo {
  color: #ffffff;
  background: #c40000;
}

.alo-footer-credit-text strong {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
}

@media (max-width: 768px) {
  .alo-site-header::after {
    content: "";
    position: absolute;
    top: 31px;
    right: 29px;
    z-index: 4;
    width: 20px;
    height: 14px;
    border-top: 2px solid var(--alo-navy);
    border-bottom: 2px solid var(--alo-navy);
    background: linear-gradient(var(--alo-navy), var(--alo-navy)) center / 20px 2px no-repeat;
    pointer-events: none;
  }

  .alo-final-cta {
    margin-bottom: 28px;
    border-radius: 18px;
  }

  .wp-site-blocks > main:has(> .entry-content > .alo-section.alo-highlight:last-child),
  .wp-site-blocks > main:has(> .entry-content > .alo-final-cta:last-child) {
    padding-bottom: 36px;
  }

  :root {
    --alo-header-height: 76px;
  }

  html {
    scroll-padding-top: calc(var(--alo-header-height) + 4px);
  }

  .alo-container {
    width: auto;
    max-width: none;
    margin-right: 18px;
    margin-left: 18px;
  }

  .alo-legal-page {
    margin-top: 42px;
    margin-bottom: 54px;
    padding: 28px 20px;
    border-radius: 12px;
  }

  .alo-site-header .alo-container {
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 44px;
    text-align: left;
  }

  .alo-site-header .wp-block-site-title,
  .alo-site-header .wp-block-site-title a {
    max-width: 16ch;
    font-size: 17px;
  }

  .alo-site-header .wp-block-navigation {
    position: absolute;
    top: 50%;
    right: 0;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    margin-left: 0;
    z-index: 3;
  }

  .alo-site-header .wp-block-navigation::before {
    content: "";
    position: absolute;
    inset: 13px 11px;
    z-index: 1;
    border-top: 2px solid var(--alo-navy);
    border-bottom: 2px solid var(--alo-navy);
    background: linear-gradient(var(--alo-navy), var(--alo-navy)) center / 20px 2px no-repeat;
    pointer-events: none;
  }

  .alo-site-header .wp-block-navigation a {
    font-size: 15px;
  }

  .alo-site-header .wp-block-buttons {
    display: none;
  }

  .alo-site-header .wp-block-navigation__responsive-container-open {
    display: inline-flex !important;
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(18, 53, 91, 0.16);
    border-radius: 999px;
    background: #ffffff;
    color: var(--alo-navy);
    opacity: 1;
    visibility: visible;
  }

  .alo-site-header .wp-block-navigation__responsive-container-open svg {
    display: none;
    width: 22px;
    height: 22px;
    fill: currentColor;
  }

  .alo-site-header .wp-block-navigation__responsive-container-open::before {
    content: "";
    width: 20px;
    height: 14px;
    border-top: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    background: linear-gradient(currentColor, currentColor) center / 20px 2px no-repeat;
  }

  .alo-site-header .wp-block-navigation__responsive-container {
    z-index: 10000;
  }

  .alo-site-header .wp-block-navigation__responsive-container.is-menu-open {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    max-height: 100dvh;
    padding: 82px 24px 30px;
    overflow-y: auto;
    background: #ffffff !important;
    opacity: 1 !important;
  }

  .alo-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close,
  .alo-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog,
  .alo-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    background: #ffffff !important;
  }

  .has-modal-open .alo-site-header::after,
  .has-modal-open .alo-site-header .wp-block-navigation::before,
  .alo-site-header .wp-block-navigation:has(.wp-block-navigation__responsive-container.is-menu-open)::before,
  .alo-site-header .wp-block-navigation:has(.wp-block-navigation__responsive-container.is-menu-open) .wp-block-navigation__responsive-container-open::before {
    display: none;
  }

  .alo-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
    top: 22px;
    right: 22px;
    display: flex !important;
    position: fixed;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(18, 53, 91, 0.16);
    border-radius: 999px;
    background: #ffffff;
    color: var(--alo-navy);
    z-index: 10001;
  }

  .alo-site-header .wp-block-navigation__responsive-container-close svg {
    display: none;
  }

  .alo-site-header .wp-block-navigation__responsive-container-close::before,
  .alo-site-header .wp-block-navigation__responsive-container-close::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
  }

  .alo-site-header .wp-block-navigation__responsive-container-close::before {
    transform: rotate(45deg);
  }

  .alo-site-header .wp-block-navigation__responsive-container-close::after {
    transform: rotate(-45deg);
  }

  .alo-site-header .wp-block-navigation__responsive-close,
  .alo-site-header .wp-block-navigation__responsive-dialog {
    width: 100%;
  }

  .alo-site-header .wp-block-navigation__responsive-container-content {
    display: block !important;
    align-items: initial;
    width: min(100%, 360px);
    margin: 0 auto;
    padding-top: 0;
  }

  .alo-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .alo-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .alo-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-height: 54px;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: inset 0 -1px 0 rgba(18, 53, 91, 0.11);
    color: var(--alo-navy) !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
  }

  .alo-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__label {
    display: block;
    width: 100%;
  }

  .alo-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content:hover,
  .alo-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content:focus-visible {
    text-decoration: none !important;
  }

  .wp-block-group.alo-hero.alo-container {
    width: calc(100% - 36px);
    max-width: calc(100% - 36px);
    padding: 38px 24px;
    border-radius: 20px;
  }

  .alo-hero h1 {
    max-width: 15ch;
    margin-bottom: 16px;
    font-size: clamp(27px, 6.6vw, 30px);
    line-height: 1.14;
  }

  .alo-hero p {
    max-width: none;
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 22px;
  }

  .alo-hero .wp-block-buttons {
    gap: 10px;
  }

  .alo-hero .wp-block-button,
  .alo-hero .wp-block-button__link {
    width: 100%;
  }

  .wp-block-group.alo-internal-hero.alo-container {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .alo-internal-hero h1 {
    max-width: 12ch;
    font-size: clamp(29px, 8.4vw, 36px);
  }

  .alo-internal-hero p {
    max-width: 29ch;
  }

  .alo-internal-hero .wp-block-buttons {
    display: none;
  }

  .alo-trust-pills {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 20px;
  }

  .alo-trust-pills span {
    justify-content: center;
    min-height: 0;
    padding: 8px 10px;
    border-radius: 12px;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
  }

  .alo-section {
    padding: 56px 0;
  }

  .alo-section-alt .alo-panel {
    padding: 34px 24px;
  }

  .alo-highlight {
    width: 90%;
    margin: 36px auto;
    padding: 50px 28px;
    border-radius: 22px;
  }

  .alo-contact-grid,
  .alo-grid-2 {
    grid-template-columns: 1fr;
  }

  .alo-contact-grid {
    gap: 24px;
    margin-right: 18px;
    margin-left: 18px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .alo-section-intro {
    max-width: 30ch;
  }

  .alo-contact-column > h2,
  .alo-contact-grid .alo-section-intro {
    max-width: none;
  }

  .alo-contact-info p {
    grid-template-columns: 1fr;
    gap: 2px;
    max-width: none;
  }

  .alo-contact-form {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .alo-testimonial-lightbox-panel {
    padding: 34px 22px 24px;
    border-radius: 18px;
  }

  .alo-contact-column {
    min-height: 0;
    padding-right: 0;
  }

  .alo-service-card,
  .alo-testimonial-card,
  .alo-team-card {
    min-height: 0;
  }

  .alo-slider-controls {
    justify-content: center;
  }

  .alo-team-slider .wp-block-post-template > * {
    flex: 0 0 100%;
    min-width: 0;
    display: flex;
  }

  .alo-team-slider .alo-team-card {
    width: 100%;
    min-height: 442px;
  }

  .alo-map-link {
    padding: 16px;
  }

  .alo-map-frame-wrap {
    height: 200px;
  }

  .alo-section-map {
    padding-top: 16px;
  }

  .alo-team-card .alo-team-media,
  .alo-team-card .wp-block-post-featured-image,
  .alo-team-card .wp-block-post-featured-image a,
  .alo-team-card .alo-team-media:empty::after,
  .alo-team-card .wp-block-post-featured-image:empty::after {
    min-height: 208px;
  }

  .alo-team-card .wp-block-post-featured-image img {
    height: 208px;
  }

  .alo-collab-single {
    padding-top: 48px;
  }

  .alo-collab-single-layout {
    gap: 22px;
  }

  .alo-collab-single-side {
    position: static;
  }

  .alo-collab-single-image img {
    max-height: 320px;
  }

  .alo-collab-side-panel {
    padding: 18px;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  :root {
    --alo-header-height: 112px;
  }

  .alo-site-header::after,
  .alo-site-header .wp-block-navigation::before {
    display: none;
  }

  .alo-site-header .alo-container {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    min-height: 80px;
    text-align: center;
  }

  .alo-site-header .wp-block-site-title,
  .alo-site-header .wp-block-site-title a {
    max-width: none;
    font-size: 18px;
  }

  .alo-site-header .wp-block-navigation {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    z-index: auto;
  }

  .alo-site-header .wp-block-navigation__responsive-container-open {
    display: none !important;
  }

  .alo-site-header .wp-block-navigation__responsive-container {
    position: static;
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    overflow: visible;
    background: transparent;
    z-index: auto;
  }

  .alo-site-header .wp-block-navigation__responsive-container-content,
  .alo-site-header .wp-block-navigation__responsive-container .wp-block-navigation__container {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 16px;
    width: auto;
    margin: 0;
  }

  .alo-site-header .wp-block-navigation a {
    font-size: 14px;
    line-height: 1.2;
  }
}

@media (max-width: 599px) {
  :root {
    --alo-header-height: 122px;
  }

  .alo-site-header::after,
  .alo-site-header .wp-block-navigation::before {
    display: none;
  }

  .alo-site-header .alo-container {
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    min-height: 90px;
    text-align: center;
  }

  .alo-site-header .wp-block-site-title,
  .alo-site-header .wp-block-site-title a {
    max-width: none;
    text-align: center;
  }

  .alo-site-header .wp-block-navigation {
    position: relative;
    top: auto;
    right: auto;
    width: 42px;
    height: 42px;
    margin: 0 auto;
    z-index: 3;
  }
}
