/*
Theme Name: Havaco WP
Theme URI: https://havaco.vn/
Author: Havaco
Description: Custom catalog and lead-generation theme for Havaco.
Version: 0.1.0
Text Domain: havaco-wp
*/

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/roboto-vietnamese.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/roboto-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --havaco-font-primary: "Roboto", Arial, sans-serif;
  --havaco-blue: #096caa;
  --havaco-blue-strong: #146cc1;
  --havaco-indigo: #3f3fb6;
  --havaco-dark: #1c274c;
  --havaco-muted: #606882;
  --havaco-soft: #f6f8fb;
  --havaco-border: #e6ecf2;
  --havaco-shadow: 0 18px 48px rgba(9, 108, 170, 0.12);
  --havaco-max: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--havaco-muted);
  font-family: var(--havaco-font-primary);
  font-size: 16px;
  line-height: 1.6;
  background: #fff;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

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

img {
  max-width: 100%;
  height: auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.havaco-container {
  width: min(var(--havaco-max), calc(100% - 32px));
  margin-inline: auto;
}

.havaco-site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
}

.havaco-desktop-head {
  display: none;
  border-bottom: 1px solid #e5e7eb;
}

.havaco-head-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 112px;
  padding-left: 148px;
}

.havaco-logo-tower {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 120px;
  height: 132px;
  padding: 6px;
  border-radius: 0 0 5px 5px;
  background: #fff;
  box-shadow: 0 0 5px #666;
}

.havaco-logo-tower img {
  width: 112px;
  height: 126px;
  object-fit: contain;
}

.havaco-brand-name {
  margin: 0;
  color: var(--havaco-blue-strong);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.havaco-brand-name span {
  color: #2a76c8;
  font-weight: 500;
}

.havaco-brand-tagline {
  margin: 10px 0 0;
  color: #4b4b4b;
  font-size: 15px;
}

.havaco-header-tools {
  width: 420px;
}

.havaco-quick-links {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 12px;
  color: #9a3a1d;
  font-size: 14px;
}

.havaco-quick-links a:hover,
.havaco-nav a:hover {
  color: #dbeafe;
}

.havaco-tool-row {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}

.havaco-search {
  flex: 1;
}

.havaco-search input {
  width: 100%;
  height: 44px;
  border: 1px solid var(--havaco-border);
  border-radius: 10px;
  padding: 0 14px;
  font: inherit;
}

.havaco-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  gap: 8px;
  border-radius: 10px;
  background: var(--havaco-indigo);
  color: #fff;
  padding: 0 18px;
  font-weight: 700;
  white-space: nowrap;
}

.havaco-nav-bar {
  display: none;
  background: var(--havaco-blue);
}

.havaco-nav {
  display: flex;
  align-items: center;
  gap: 2px;
  padding-left: 148px;
}

.havaco-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 56px;
  color: #fff;
  padding: 0 16px;
  font-size: 15px;
  font-weight: 600;
}

.havaco-mobile-head,
.havaco-mobile-menu {
  display: none;
}

.havaco-mobile-shell {
  display: block;
  background: #fff;
}

.havaco-mobile-bar {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 40px;
  align-items: center;
  gap: 12px;
  min-height: 72px;
}

.havaco-mobile-menu-button,
.havaco-mobile-icon-button,
.havaco-mobile-drawer-close {
  border: 0;
  color: var(--havaco-blue);
  background: transparent;
  cursor: pointer;
}

.havaco-mobile-menu-button {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
}

.havaco-mobile-logo-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: 72px;
  height: 72px;
  border-radius: 0 0 5px 5px;
  background: #fff;
  box-shadow: 0 0 5px #666;
}

.havaco-mobile-logo-frame img {
  width: 60px;
  height: 66px;
  object-fit: contain;
}

.havaco-mobile-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.havaco-mobile-icon-button {
  display: grid;
  place-items: center;
  width: 24px;
  height: 40px;
  padding: 0;
}

.havaco-mobile-search-panel {
  border-top: 1px solid var(--havaco-border);
  background: #fff;
  padding: 10px 0 14px;
}

.havaco-mobile-search-panel[hidden] {
  display: none;
}

.havaco-mobile-search-form {
  display: flex;
  overflow: hidden;
  border: 1px solid var(--havaco-border);
  border-radius: 8px;
  background: #fff;
}

.havaco-mobile-search-form input {
  min-width: 0;
  flex: 1;
  height: 44px;
  border: 0;
  padding: 0 14px;
  color: var(--havaco-dark);
  font: inherit;
  outline: 0;
}

.havaco-mobile-search-form button {
  display: grid;
  place-items: center;
  width: 48px;
  border: 0;
  color: #fff;
  background: var(--havaco-blue);
}

.havaco-mobile-overlay {
  position: fixed;
  inset: 0;
  z-index: 1090;
  background: rgba(28, 39, 76, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.havaco-mobile-overlay[hidden] {
  display: none;
}

.havaco-mobile-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.havaco-mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 1100;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
}

.havaco-mobile-drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 320px;
  max-width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: -18px 0 48px rgba(15, 23, 42, 0.18);
  transform: translateX(100%);
  transition: transform 0.25s ease;
}

.havaco-mobile-drawer:not(.is-open) .havaco-mobile-drawer-panel {
  display: none;
}

.havaco-mobile-drawer.is-open {
  visibility: visible;
  pointer-events: auto;
}

.havaco-mobile-drawer.is-open .havaco-mobile-drawer-panel {
  transform: translateX(0);
}

.havaco-mobile-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  border-bottom: 1px solid var(--havaco-border);
  padding: 0 16px;
}

.havaco-mobile-drawer-logo {
  display: flex;
  align-items: center;
}

.havaco-mobile-drawer-logo img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.havaco-mobile-drawer-close {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
}

.havaco-mobile-drawer-nav {
  flex: 1;
  overflow-y: auto;
  padding: 8px;
}

.havaco-mobile-drawer-nav li {
  list-style: none;
}

.havaco-mobile-drawer-nav a {
  display: block;
  border-radius: 8px;
  padding: 12px 16px;
  color: var(--havaco-dark);
  font-size: 14px;
  font-weight: 600;
}

.havaco-mobile-drawer-nav a:hover {
  color: var(--havaco-blue);
  background: #f3f8fc;
}

.havaco-mobile-drawer-hotline {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin: 16px;
  border-radius: 8px;
  color: #fff;
  background: var(--havaco-indigo);
  font-weight: 700;
}

body.havaco-mobile-drawer-open {
  overflow: hidden;
}

.havaco-header-spacer {
  height: 72px;
}

.havaco-section {
  padding: 15px 0 32px;
}

.havaco-hero {
  padding: 0 0 10px;
  overflow: hidden;
  background: #fff;
}

.havaco-hero-frame {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #eef4f8;
  box-shadow: var(--havaco-shadow);
}

.havaco-slide {
  display: none;
}

.havaco-slide.is-active,
.havaco-slide:first-child {
  display: block;
}

.havaco-slide img {
  display: block;
  width: 100%;
  min-height: 240px;
  object-fit: cover;
}

.havaco-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eef2f6;
  padding-bottom: 12px;
}

.havaco-section-kicker {
  width: 56px;
  height: 6px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: var(--havaco-blue);
}

.havaco-section-title {
  margin: 0;
  color: var(--havaco-dark);
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.25;
}

.havaco-section-copy {
  margin: 8px 0 0;
  max-width: 680px;
  color: rgba(28, 39, 76, 0.72);
  font-size: 15px;
}

.havaco-outline-btn,
.havaco-dark-btn,
.havaco-blue-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  padding: 0 22px;
  font-weight: 700;
  transition: 0.2s ease;
}

.havaco-outline-btn {
  border: 1px solid #d7e0ea;
  color: var(--havaco-dark);
  background: #fff;
}

.havaco-outline-btn:hover {
  border-color: var(--havaco-blue);
  color: var(--havaco-blue);
}

.havaco-blue-btn {
  color: #fff;
  background: var(--havaco-blue);
}

.havaco-dark-btn {
  color: #fff;
  background: var(--havaco-dark);
}

.havaco-feature-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 42px;
  padding: 24px 0 30px;
  border-bottom: 1px solid #d6dee8;
}

.havaco-feature {
  display: flex;
  align-items: center;
  gap: 14px;
}

.havaco-feature-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--havaco-blue);
  font-size: 28px;
}

.havaco-feature .havaco-feature-title {
  margin: 0;
  color: var(--havaco-dark);
  font-size: 18px;
  font-weight: 600;
}

.havaco-feature p {
  margin: 0;
  font-size: 14px;
}

.havaco-grid {
  display: grid;
  gap: 12px;
}

.havaco-product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.havaco-card {
  overflow: hidden;
  border: 1px solid rgba(9, 108, 170, 0.2);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(9, 108, 170, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.havaco-card:hover {
  transform: translateY(-4px);
  border-color: rgba(9, 108, 170, 0.45);
  box-shadow: 0 20px 45px rgba(9, 108, 170, 0.16);
}

.havaco-card-media {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--havaco-soft);
  border-bottom: 1px solid #f0f2f5;
}

.havaco-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.havaco-card:hover .havaco-card-media img {
  transform: scale(1.05);
}

.havaco-card-body {
  padding: 16px 18px 14px;
}

.havaco-card-title {
  margin: 0;
  min-height: 48px;
  color: var(--havaco-dark);
  font-size: 16px;
  line-height: 1.45;
}

.havaco-product-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(9, 108, 170, 0.2);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(9, 108, 170, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.havaco-product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(9, 108, 170, 0.45);
  box-shadow: 0 20px 45px rgba(9, 108, 170, 0.16);
}

.havaco-product-card-media {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border-bottom: 1px solid #f3f4f6;
  background: #f6f7fb;
}

.havaco-product-card-media-link {
  display: block;
  width: 100%;
  height: 100%;
}

.havaco-product-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.havaco-product-card:hover .havaco-product-card-media img {
  transform: scale(1.05);
}

.havaco-product-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px 20px 12px;
}

.havaco-product-card-title-link {
  display: block;
}

.havaco-product-card-title {
  display: -webkit-box;
  min-height: 44px;
  overflow: hidden;
  color: var(--havaco-dark);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: color 0.2s ease;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.havaco-product-card-title-link:hover .havaco-product-card-title {
  color: var(--havaco-blue);
}

.havaco-project-grid,
.havaco-post-grid {
  grid-template-columns: 1fr;
}

.havaco-project-card {
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

.havaco-project-card .havaco-card-media {
  display: block;
  aspect-ratio: 16 / 11;
  border-bottom: 0;
  background: #dfe7ef;
}

.havaco-project-card-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(3, 30, 52, 0.08) 0%, rgba(3, 30, 52, 0.18) 42%, rgba(3, 30, 52, 0.86) 100%);
  pointer-events: none;
}

.havaco-project-card-topline,
.havaco-project-card-overlay {
  position: absolute;
  z-index: 2;
  right: 14px;
  left: 14px;
}

.havaco-project-card-topline {
  top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.havaco-project-pill,
.havaco-project-photo-count {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--havaco-dark);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.16);
}

.havaco-project-photo-count {
  flex: 0 0 auto;
  background: rgba(9, 108, 170, 0.95);
  color: #fff;
}

.havaco-project-card-overlay {
  bottom: 16px;
  color: #fff;
}

.havaco-project-card-location {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 600;
}

.havaco-project-card-title {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.32;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.havaco-project-card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px 16px 16px;
}

.havaco-project-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #64748b;
  font-size: 13px;
  font-weight: 600;
}

.havaco-project-card-meta span {
  min-width: 0;
}

.havaco-project-card-meta span:last-child {
  text-align: right;
}

.havaco-project-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid #edf2f7;
  padding-top: 12px;
  color: var(--havaco-blue);
  font-size: 14px;
  font-weight: 800;
}

.havaco-project-card:hover .havaco-project-card-cta {
  color: var(--havaco-orange);
}

.havaco-meta {
  margin: 0 0 8px;
  color: #8d93a5;
  font-size: 14px;
}

.havaco-post-card {
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  background: #fff;
  padding: 16px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.havaco-post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.15);
}

.havaco-post-card-media {
  display: block;
  width: 100%;
  height: 220px;
  aspect-ratio: auto;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #f6f7fb;
}

.havaco-post-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.havaco-post-card:hover .havaco-post-card-media img {
  transform: scale(1.04);
}

.havaco-post-card-body {
  padding: 16px 0 0;
}

.havaco-post-card-date {
  margin: 0;
  color: #8d93a5;
  font-size: 14px;
}

.havaco-post-card-title {
  display: -webkit-box;
  min-height: 54px;
  margin-top: 8px;
  overflow: hidden;
  color: var(--havaco-dark);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.havaco-post-card-title-link {
  transition: color 0.2s ease;
}

.havaco-post-card-title-link:hover {
  color: var(--havaco-blue);
}

.havaco-post-card-readmore {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--havaco-blue);
  font-size: 14px;
  font-weight: 500;
  transition: gap 0.2s ease;
}

.havaco-post-card-readmore:hover {
  gap: 12px;
}

.havaco-page-hero {
  background: linear-gradient(180deg, #f7fbff 0%, #fff 100%);
  padding: 42px 0 26px;
}

.havaco-page-title {
  margin: 0;
  color: var(--havaco-dark);
  font-size: clamp(30px, 5vw, 46px);
  line-height: 1.15;
}

.havaco-post-detail-page .havaco-page-title {
  font-size: clamp(21px, 3.5vw, 32px);
}

.havaco-product-category-page {
  background: #f3f4f6;
}

.havaco-breadcrumb {
  overflow: hidden;
  background: #f3f4f6;
  padding: 20px 0;
}

.havaco-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.4;
  list-style: none;
}

.havaco-breadcrumb-list li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.havaco-breadcrumb a {
  color: #606882;
  transition: color 0.2s ease;
}

.havaco-breadcrumb a:hover,
.havaco-breadcrumb-current {
  color: var(--havaco-blue);
}

.havaco-breadcrumb-current {
  font-weight: 500;
}

.havaco-contact-page {
  background: #fff;
}

.havaco-contact-hero {
  overflow: hidden;
  background: linear-gradient(135deg, #f6fbff 0%, #ffffff 52%, #eef7ff 100%);
  padding: 44px 0 38px;
}

.havaco-contact-hero-inner {
  display: grid;
  gap: 24px;
}

.havaco-contact-hero-copy {
  max-width: 760px;
}

.havaco-contact-kicker {
  margin: 0 0 8px;
  color: var(--havaco-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.havaco-contact-hero h1 {
  margin: 0;
  max-width: 820px;
  color: var(--havaco-dark);
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.08;
}

.havaco-contact-hero p {
  margin: 16px 0 0;
  max-width: 650px;
  color: #475569;
  font-size: 17px;
  line-height: 1.65;
}

.havaco-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.havaco-contact-hero-panel {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(9, 108, 170, 0.12);
}

.havaco-contact-panel-row,
.havaco-contact-list li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.havaco-contact-panel-row {
  padding: 18px;
}

.havaco-contact-panel-row + .havaco-contact-panel-row {
  border-top: 1px solid #edf3f9;
}

.havaco-contact-icon {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  color: var(--havaco-blue);
  background: #eaf6ff;
  padding: 11px;
  fill: currentColor;
}

.havaco-contact-panel-row span,
.havaco-contact-list span {
  display: block;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.havaco-contact-panel-row a,
.havaco-contact-panel-row strong,
.havaco-contact-list a,
.havaco-contact-list strong {
  display: block;
  margin-top: 2px;
  color: var(--havaco-dark);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
}

.havaco-contact-main {
  padding: 46px 0 34px;
}

.havaco-contact-layout {
  display: grid;
  gap: 24px;
}

.havaco-contact-form-panel,
.havaco-contact-info-panel {
  border: 1px solid #dbeafe;
  border-radius: 8px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
}

.havaco-contact-form-panel h2,
.havaco-contact-info-panel h2,
.havaco-contact-map-head h2 {
  margin: 0;
  color: var(--havaco-dark);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
}

.havaco-contact-form-panel > p:not(.havaco-contact-kicker) {
  margin: 12px 0 0;
  color: #475569;
}

.havaco-contact-product-note {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 18px;
  border-radius: 8px;
  background: #f0fdfa;
  padding: 12px;
  color: #0f766e;
  font-weight: 700;
}

.havaco-contact-product-note .havaco-contact-icon {
  width: 40px;
  height: 40px;
  color: #0f766e;
  background: #ccfbf1;
}

.havaco-contact-form-content {
  margin-top: 22px;
}

.havaco-contact-form-content p {
  margin: 0;
}

.havaco-contact-form-content .fluentform,
.havaco-contact-form-content .frm-fluent-form {
  max-width: none;
}

.havaco-contact-form-content .ff-el-group {
  margin-bottom: 14px;
}

.havaco-contact-form-content .ff-el-input--content,
.havaco-contact-form-content .ff-el-form-control {
  width: 100%;
  max-width: 100%;
}

.havaco-contact-form-content label {
  color: var(--havaco-dark);
  font-size: 14px;
  font-weight: 700;
}

.havaco-contact-form-content .ff-el-form-control {
  min-height: 46px;
  border: 1px solid #d9e4ef;
  border-radius: 8px;
  box-shadow: none;
  color: var(--havaco-dark);
  font: inherit;
  padding: 11px 13px;
}

.havaco-contact-form-content .ff-el-form-control:focus {
  border-color: var(--havaco-blue);
  box-shadow: 0 0 0 3px rgba(9, 108, 170, 0.12);
  outline: 0;
}

.havaco-contact-form-content textarea.ff-el-form-control {
  min-height: 128px;
}

.havaco-contact-form-content .ff_submit_btn_wrapper {
  margin-bottom: 0;
}

.havaco-contact-form-content .ff-btn-submit,
.havaco-contact-form-content button[type="submit"],
.havaco-contact-form-content input[type="submit"] {
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--havaco-blue);
  padding: 0 24px;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.havaco-contact-form-content .ff-btn-submit:hover,
.havaco-contact-form-content button[type="submit"]:hover,
.havaco-contact-form-content input[type="submit"]:hover {
  background: #075f96;
  box-shadow: 0 12px 24px rgba(9, 108, 170, 0.2);
  transform: translateY(-1px);
}

.havaco-contact-list {
  display: grid;
  gap: 0;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.havaco-contact-list li {
  padding: 16px 0;
  border-bottom: 1px solid #edf3f9;
}

.havaco-contact-list li:first-child {
  padding-top: 0;
}

.havaco-contact-addresses {
  margin-top: 22px;
}

.havaco-contact-addresses h3 {
  margin: 0 0 10px;
  color: var(--havaco-dark);
  font-size: 18px;
}

.havaco-contact-addresses ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #475569;
  font-size: 14px;
  line-height: 1.5;
}

.havaco-contact-addresses li {
  position: relative;
  padding-left: 18px;
}

.havaco-contact-addresses li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--havaco-blue);
  content: "";
}

.havaco-contact-map-section {
  padding: 12px 0 56px;
}

.havaco-contact-map-head {
  margin-bottom: 18px;
}

.havaco-contact-map-frame {
  overflow: hidden;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  background: #eff6ff;
}

.havaco-contact-map-frame p {
  margin: 0;
}

.havaco-contact-map-frame iframe {
  display: block;
  width: 100%;
  min-height: 360px;
  border: 0;
}

@media (min-width: 768px) {
  .havaco-contact-hero-inner {
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: center;
  }

  .havaco-contact-layout {
    grid-template-columns: minmax(0, 1.38fr) minmax(320px, 0.82fr);
    align-items: start;
  }
}

@media (min-width: 1024px) {
  .havaco-contact-form-panel,
  .havaco-contact-info-panel {
    padding: 30px;
  }

  .havaco-project-hero {
    padding: 42px 0 40px;
  }

  .havaco-project-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
    align-items: end;
  }

  .havaco-project-detail-grid {
    grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
    gap: 46px;
  }

  .havaco-project-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .havaco-project-detail-cta {
    grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .havaco-about-hero,
  .havaco-about-focus,
  .havaco-about-image-band,
  .havaco-about-cta {
    grid-template-columns: 1fr;
  }

  .havaco-about-service-grid,
  .havaco-about-values,
  .havaco-about-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .havaco-about-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 639px) {
  .havaco-contact-hero {
    padding: 30px 0 28px;
  }

  .havaco-contact-hero h1 {
    font-size: 30px;
  }

  .havaco-contact-hero p {
    font-size: 15px;
    line-height: 1.6;
  }

  .havaco-contact-actions .havaco-blue-btn,
  .havaco-contact-actions .havaco-outline-btn,
  .havaco-contact-form-content .ff-btn-submit,
  .havaco-contact-form-content button[type="submit"],
  .havaco-contact-form-content input[type="submit"] {
    width: 100%;
  }

  .havaco-contact-form-panel,
  .havaco-contact-info-panel {
    padding: 18px 16px;
  }

  .havaco-contact-panel-row,
  .havaco-contact-list li {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
  }

  .havaco-contact-icon {
    width: 40px;
    height: 40px;
    padding: 10px;
  }

  .havaco-contact-panel-row a,
  .havaco-contact-panel-row strong,
  .havaco-contact-list a,
  .havaco-contact-list strong {
    font-size: 15px;
    overflow-wrap: anywhere;
  }

  .havaco-contact-form-content .ff-el-form-control {
    min-height: 44px;
    font-size: 15px;
  }

  .havaco-contact-map-frame iframe {
    min-height: 280px;
  }

  .havaco-project-hero {
    padding: 24px 0 26px;
  }

  .havaco-project-hero h1 {
    font-size: 30px;
  }

  .havaco-project-hero-copy p {
    font-size: 15px;
    line-height: 1.65;
  }

  .havaco-project-hero-actions .havaco-blue-btn,
  .havaco-project-hero-actions .havaco-outline-btn,
  .havaco-project-detail-cta .havaco-blue-btn {
    width: 100%;
  }

  .havaco-project-facts {
    grid-template-columns: 1fr;
  }

  .havaco-project-facts div {
    padding: 14px 16px;
  }

  .havaco-project-detail-main {
    padding: 20px 0 54px;
  }

  .havaco-project-detail-gallery .havaco-product-detail-image {
    border-radius: 10px;
  }

  .havaco-project-detail-gallery .havaco-product-detail-thumbs {
    justify-content: center;
  }

  .havaco-project-info-grid section,
  .havaco-project-highlights,
  .havaco-project-detail-cta {
    padding: 17px 16px;
  }
}

.havaco-product-category-head {
  background: #f3f4f6;
  padding: 0 0 24px;
}

.havaco-product-category-titlebar {
  margin-bottom: 20px;
  border-bottom: 1px solid #d7dde6;
  padding-bottom: 16px;
}

.havaco-product-category-title {
  margin: 0;
  color: var(--havaco-dark);
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 600;
  line-height: 1.25;
}

.havaco-product-category-description {
  border-radius: 12px;
  background: #fff;
  padding: 32px 20px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.havaco-product-category-description .havaco-rich-content {
  color: #475569;
}

.havaco-product-category-description .havaco-rich-content > :first-child {
  margin-top: 0;
}

.havaco-product-category-description .havaco-rich-content > :last-child {
  margin-bottom: 0;
}

.havaco-product-category-description h2,
.havaco-product-category-description h3,
.havaco-product-category-description h4 {
  color: var(--havaco-dark);
  line-height: 1.3;
}

.havaco-product-category-description p,
.havaco-product-category-description li {
  color: #475569;
}

.havaco-product-category-description a {
  color: var(--havaco-blue);
  font-weight: 500;
}

.havaco-product-category-products {
  position: relative;
  overflow: hidden;
  background: #f3f4f6;
  padding: 0 0 80px;
}

.havaco-category-product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.havaco-product-category-empty {
  margin: 0;
  padding: 20px 0;
  color: var(--havaco-dark);
  font-size: 24px;
  line-height: 1.35;
  text-align: center;
}

.havaco-product-detail-page {
  background: #fff;
}

.havaco-product-detail-main {
  overflow: hidden;
  background: #fff;
  padding: 8px 0 24px;
}

.havaco-product-detail-grid {
  display: grid;
  gap: 30px;
}

.havaco-product-detail-gallery {
  width: 100%;
}

.havaco-product-detail-image {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  width: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  padding: 0;
  background: #f3f4f6;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  cursor: zoom-in;
}

.havaco-product-detail-image:focus-visible {
  outline: 3px solid rgba(9, 108, 170, 0.35);
  outline-offset: 4px;
}

.havaco-product-detail-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.havaco-product-detail-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: var(--havaco-blue);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
}

.havaco-product-zoom {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  color: var(--havaco-dark);
  background: #fff;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.14);
  transition: color 0.2s ease, transform 0.2s ease;
}

.havaco-product-zoom:hover {
  color: var(--havaco-blue);
  transform: translateY(-2px);
}

.havaco-product-detail-image:hover .havaco-product-zoom {
  color: var(--havaco-blue);
  transform: translateY(-2px);
}

.havaco-product-zoom svg {
  width: 22px;
  height: 22px;
}

.havaco-product-detail-thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: 24px;
}

.havaco-product-thumb {
  position: relative;
  width: 64px;
  aspect-ratio: 1;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 0;
  background: #f3f4f6;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.havaco-product-thumb:hover,
.havaco-product-thumb.is-active {
  border-color: var(--havaco-blue);
}

.havaco-product-thumb:hover {
  transform: translateY(-2px);
}

.havaco-product-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.havaco-lightbox-open {
  overflow: hidden;
}

.havaco-product-lightbox[hidden] {
  display: none;
}

.havaco-product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.havaco-product-lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(15, 23, 42, 0.82);
  cursor: zoom-out;
}

.havaco-product-lightbox-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  gap: 16px;
  align-items: center;
  width: min(1120px, 100%);
  max-height: calc(100vh - 48px);
}

.havaco-product-lightbox-close,
.havaco-product-lightbox-nav {
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.havaco-product-lightbox-close:hover,
.havaco-product-lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.26);
  transform: translateY(-1px);
}

.havaco-product-lightbox-close {
  position: absolute;
  top: -10px;
  right: 0;
  z-index: 2;
  width: 42px;
  height: 42px;
  font-size: 28px;
  line-height: 1;
}

.havaco-product-lightbox-nav {
  width: 48px;
  height: 48px;
  font-size: 44px;
  line-height: 1;
}

.havaco-product-lightbox-nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
}

.havaco-product-lightbox-figure {
  display: grid;
  gap: 12px;
  margin: 0;
  min-width: 0;
}

.havaco-product-lightbox-image {
  display: block;
  width: 100%;
  max-height: min(76vh, 760px);
  border-radius: 10px;
  object-fit: contain;
  background: #0f172a;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.havaco-product-lightbox-caption {
  color: #e5e7eb;
  font-size: 14px;
  text-align: center;
}

.havaco-product-lightbox-thumbs {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 10px;
  overflow-x: auto;
  padding: 4px 0;
}

.havaco-product-lightbox-thumb {
  flex: 0 0 64px;
  width: 64px;
  aspect-ratio: 1;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 0;
  background: #111827;
  cursor: pointer;
}

.havaco-product-lightbox-thumb.is-active {
  border-color: #fff;
}

.havaco-product-lightbox-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.havaco-project-detail-page {
  background: #f6f8fb;
}

.havaco-project-breadcrumb {
  background: #f6f8fb;
}

.havaco-project-hero {
  background: linear-gradient(180deg, #f6f8fb 0%, #fff 100%);
  padding: 22px 0 28px;
}

.havaco-project-hero-grid {
  display: grid;
  gap: 22px;
}

.havaco-project-hero-copy {
  min-width: 0;
}

.havaco-project-label-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.havaco-project-label-row span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(9, 108, 170, 0.16);
  border-radius: 999px;
  padding: 6px 12px;
  background: #fff;
  color: var(--havaco-blue);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.havaco-project-hero h1 {
  margin: 0;
  max-width: 840px;
  color: var(--havaco-dark);
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.12;
}

.havaco-project-hero-copy p {
  margin: 16px 0 0;
  max-width: 720px;
  color: #475569;
  font-size: 17px;
  line-height: 1.7;
}

.havaco-project-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.havaco-project-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid #dbe5ef;
  border-radius: 14px;
  background: #dbe5ef;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.havaco-project-facts div {
  min-width: 0;
  background: #fff;
  padding: 16px;
}

.havaco-project-facts span {
  display: block;
  margin-bottom: 6px;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.havaco-project-facts strong {
  display: block;
  color: var(--havaco-dark);
  font-size: 16px;
  line-height: 1.35;
}

.havaco-project-detail-main {
  background: #fff;
  padding: 28px 0 76px;
}

.havaco-project-detail-grid {
  display: grid;
  gap: 30px;
  align-items: start;
}

.havaco-project-detail-gallery .havaco-product-detail-image {
  aspect-ratio: 4 / 3;
  border-radius: 14px;
}

.havaco-project-detail-gallery .havaco-product-detail-image picture {
  display: block;
  width: 100%;
  height: 100%;
}

.havaco-project-detail-gallery .havaco-product-detail-thumbs {
  justify-content: flex-start;
  gap: 12px;
  margin-top: 16px;
}

.havaco-project-detail-gallery .havaco-product-thumb {
  width: 74px;
}

.havaco-project-detail-content {
  display: grid;
  gap: 22px;
}

.havaco-project-copy-block {
  border-bottom: 1px solid #e5edf5;
  padding-bottom: 22px;
}

.havaco-project-eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--havaco-blue);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.havaco-project-copy-block .havaco-rich-content {
  color: #475569;
  font-size: 16px;
  line-height: 1.75;
}

.havaco-project-copy-block .havaco-rich-content > :first-child {
  margin-top: 0;
}

.havaco-project-copy-block .havaco-rich-content > :last-child {
  margin-bottom: 0;
}

.havaco-project-info-grid {
  display: grid;
  gap: 16px;
}

.havaco-project-info-grid section,
.havaco-project-highlights,
.havaco-project-detail-cta {
  border: 1px solid #dbe5ef;
  border-radius: 14px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
}

.havaco-project-info-grid h2,
.havaco-project-highlights h2,
.havaco-project-detail-cta h2 {
  margin: 0 0 12px;
  color: var(--havaco-dark);
  font-size: 20px;
  line-height: 1.25;
}

.havaco-project-info-grid ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.havaco-project-info-grid li {
  position: relative;
  padding-left: 26px;
  color: #475569;
  font-size: 15px;
  line-height: 1.6;
}

.havaco-project-info-grid li::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--havaco-blue);
  content: "✓";
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.havaco-project-highlights div {
  display: grid;
  gap: 10px;
}

.havaco-project-highlights p {
  margin: 0;
  border-left: 3px solid var(--havaco-orange);
  padding-left: 12px;
  color: #475569;
  font-size: 15px;
  line-height: 1.6;
}

.havaco-project-detail-cta {
  display: grid;
  gap: 22px;
  align-items: start;
  background: linear-gradient(135deg, #06213a 0%, #0b6faa 100%);
}

.havaco-project-contact-copy h2,
.havaco-project-contact-copy p,
.havaco-project-contact-copy li {
  color: #fff;
}

.havaco-project-contact-copy .havaco-project-eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.havaco-project-contact-copy h2 {
  margin-bottom: 10px;
}

.havaco-project-contact-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.havaco-project-contact-copy ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.havaco-project-contact-copy li {
  position: relative;
  padding-left: 26px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.55;
}

.havaco-project-contact-copy li::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  color: var(--havaco-blue);
  background: #fff;
  content: "✓";
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.havaco-project-contact-form {
  min-width: 0;
  border-radius: 12px;
  background: #fff;
  padding: 18px;
}

.havaco-project-contact-form.havaco-contact-form-content {
  margin-top: 0;
}

.havaco-project-contact-form .havaco-blue-btn,
.havaco-project-contact-form .havaco-outline-btn {
  margin-top: 10px;
}

.havaco-product-detail-summary {
  width: 100%;
}

.havaco-product-detail-titlebar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}

.havaco-product-detail-title {
  margin: 0;
  color: var(--havaco-dark);
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 600;
  line-height: 1.25;
}

.havaco-product-detail-excerpt {
  margin: 0 0 18px;
  color: #475569;
  font-size: 16px;
  line-height: 1.7;
}

.havaco-product-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.3;
}

.havaco-product-price-label {
  color: var(--havaco-dark);
  font-weight: 600;
}

.havaco-product-price-value,
.havaco-product-price-contact {
  color: #e11d48;
  font-weight: 700;
}

.havaco-product-price-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.havaco-product-offers {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.havaco-product-offers li {
  position: relative;
  padding-left: 28px;
  color: #334155;
}

.havaco-product-offers li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--havaco-blue);
  content: "✓";
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.havaco-product-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
  border-top: 1px solid #d7dde6;
  padding-top: 28px;
}

.havaco-product-tabs-section {
  overflow: hidden;
  background: #f3f4f6;
  padding: 10px 0 80px;
}

.havaco-product-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  border-radius: 10px;
  background: #fff;
  padding: 18px 16px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1);
}

.havaco-product-tab-button {
  position: relative;
  border: 0;
  border-right: 1px solid #d7dde6;
  padding: 2px 18px;
  color: var(--havaco-dark);
  background: transparent;
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.2s ease;
}

.havaco-product-tab-button:first-child {
  padding-left: 0;
}

.havaco-product-tab-button:last-child {
  border-right: 0;
}

.havaco-product-tab-button::after {
  position: absolute;
  right: 18px;
  bottom: -6px;
  left: 18px;
  height: 2px;
  background: var(--havaco-blue);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.havaco-product-tab-button:first-child::after {
  left: 0;
}

.havaco-product-tab-button:hover,
.havaco-product-tab-button.is-active {
  color: var(--havaco-blue);
}

.havaco-product-tab-button.is-active::after {
  transform: scaleX(1);
}

.havaco-product-tab-panel {
  margin-top: 10px;
  border: 1px solid #d7dde6;
  border-radius: 12px;
  background: #fff;
  padding: 16px;
  color: #334155;
}

.havaco-product-tab-panel[hidden] {
  display: none;
}

.havaco-product-tab-panel .havaco-content > :first-child {
  margin-top: 0;
}

.havaco-product-tab-panel .havaco-content > :last-child {
  margin-bottom: 0;
}

.havaco-product-reviews {
  color: #334155;
}

.havaco-review-section-title {
  margin: 0 0 14px;
  color: var(--havaco-dark);
  font-size: 20px;
  line-height: 1.35;
}

.havaco-review-summary {
  display: grid;
  overflow: hidden;
  border: 1px solid #d7dde6;
  border-radius: 8px;
  background: #fff;
}

.havaco-review-average,
.havaco-review-breakdown,
.havaco-review-summary-action {
  padding: 22px 20px;
}

.havaco-review-average {
  display: grid;
  place-items: center;
  border-bottom: 1px solid #d7dde6;
  text-align: center;
}

.havaco-review-average-score {
  color: #f5821f;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.havaco-review-average-score span {
  font-size: 38px;
}

.havaco-review-average p {
  margin: 8px 0 0;
  color: var(--havaco-dark);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.havaco-review-breakdown {
  display: grid;
  gap: 9px;
  border-bottom: 1px solid #d7dde6;
}

.havaco-review-breakdown-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) minmax(92px, auto);
  align-items: center;
  gap: 10px;
  color: var(--havaco-dark);
  font-size: 14px;
  line-height: 1.2;
}

.havaco-review-breakdown-star {
  white-space: nowrap;
}

.havaco-review-breakdown-track {
  overflow: hidden;
  height: 14px;
  border-radius: 999px;
  background: #edf0f3;
}

.havaco-review-breakdown-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #ffa31a;
}

.havaco-review-breakdown-count {
  color: #0284c7;
  white-space: nowrap;
}

.havaco-review-summary-action {
  display: grid;
  place-items: center;
}

.havaco-review-now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 4px;
  color: #fff;
  background: #0284c7;
  padding: 0 28px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.havaco-review-filterbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 20px;
  border-radius: 6px;
  background: #f4f5f7;
  padding: 16px;
}

.havaco-review-filterbar button {
  min-height: 36px;
  border: 1px solid #d7dde6;
  border-radius: 5px;
  color: var(--havaco-dark);
  background: #fff;
  padding: 0 14px;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
}

.havaco-review-filterbar button.is-active {
  border-color: #0284c7;
  color: #fff;
  background: #0284c7;
}

.havaco-product-review-list {
  display: grid;
  gap: 16px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.havaco-product-review {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(9, 108, 170, 0.16);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.havaco-product-review-customer {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid #eef2f6;
  padding-bottom: 14px;
}

.havaco-product-review-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  color: var(--havaco-dark);
}

.havaco-product-review-avatar {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border: 2px solid #e0f2fe;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--havaco-blue), #38bdf8);
  box-shadow: 0 8px 18px rgba(9, 108, 170, 0.18);
}

.havaco-product-review-avatar-initials {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
}

.havaco-product-review-identity {
  min-width: 0;
}

.havaco-product-review-name-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.havaco-product-review-name {
  overflow-wrap: anywhere;
  color: var(--havaco-dark);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.havaco-product-review-badge {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  border-radius: 999px;
  color: #15803d;
  background: #dcfce7;
  padding: 0 9px;
  font-size: 12px;
  font-weight: 700;
}

.havaco-product-review-head strong {
  font-weight: 700;
}

.havaco-product-review-verified {
  color: #22a447;
  font-size: 13px;
  font-style: italic;
}

.havaco-product-review-date-pill {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-top: 6px;
  color: #64748b;
  font-size: 13px;
}

.havaco-product-review-date-pill span {
  color: #0f766e;
  font-weight: 600;
}

.havaco-product-review-rating {
  justify-self: end;
}

.havaco-star-rating {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  color: #cbd5e1;
  font-size: 15px;
  line-height: 1;
}

.havaco-star-rating .is-filled {
  color: #ff8a00;
}

.havaco-product-review-score-chip {
  display: grid;
  gap: 5px;
  justify-items: end;
  min-width: 92px;
  border-radius: 8px;
  background: #fff7ed;
  padding: 9px 10px;
}

.havaco-product-review-score-chip > span {
  color: #c2410c;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.havaco-product-review-score-chip .havaco-star-rating {
  font-size: 14px;
}

.havaco-product-review-content {
  color: #111827;
  border-radius: 8px;
  background: #f8fafc;
  padding: 14px 16px;
  font-size: 15px;
  line-height: 1.55;
}

.havaco-product-review-content > :first-child {
  margin-top: 0;
}

.havaco-product-review-content > :last-child {
  margin-bottom: 0;
}

.havaco-product-review-meta {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #64748b;
  font-size: 13px;
}

.havaco-product-review-meta a {
  color: #0284c7;
  text-decoration: underline;
}

.havaco-product-review-empty {
  display: grid;
  gap: 12px;
  border-radius: 10px;
  background: #f8fbff;
  padding: 22px;
}

.havaco-product-review-empty-title {
  margin: 0;
  color: var(--havaco-dark);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

.havaco-product-review-empty p {
  margin: 0;
  max-width: 760px;
  color: #475569;
}

.havaco-product-review-empty .havaco-blue-btn {
  width: fit-content;
}

.havaco-review-form {
  margin-top: 24px;
  border-top: 1px solid var(--havaco-border);
  padding-top: 24px;
}

.havaco-review-form .comment-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  width: 100%;
  min-width: 0;
  max-width: 880px;
  border: 1px solid #d7dde6;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 22px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.havaco-review-form .comment-form > *,
.havaco-review-contact-row > *,
.havaco-review-rating-field {
  min-width: 0;
  max-width: 100%;
}

.havaco-review-form-head {
  display: grid;
  gap: 5px;
  border-bottom: 1px solid #e6edf5;
  padding-bottom: 14px;
}

.havaco-review-form-title {
  margin: 0;
  color: var(--havaco-dark);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
}

.havaco-review-form-head p,
.havaco-review-form .comment-notes {
  margin: 0;
  color: #64748b;
  font-size: 14px;
}

.havaco-review-form .comment-notes {
  border-radius: 8px;
  background: #eff6ff;
  padding: 10px 12px;
}

.havaco-review-rating-field {
  display: grid;
  grid-template-columns: minmax(160px, 0.9fr) minmax(0, 2.1fr);
  gap: 22px;
  align-items: center;
  width: 100%;
  min-inline-size: 0;
  border: 1px solid #e5edf6;
  border-radius: 10px;
  background: #fff;
  padding: 18px;
  margin: 0;
}

.havaco-review-rating-field legend {
  display: grid;
  gap: 2px;
  color: var(--havaco-dark);
  float: left;
  width: 100%;
  font-weight: 600;
}

.havaco-review-rating-field legend small {
  color: var(--havaco-dark);
  font-size: 13px;
}

.havaco-review-rating-options {
  display: grid;
  grid-template-columns: repeat(5, minmax(76px, 1fr));
  gap: 10px;
}

.havaco-review-rating-option {
  display: grid;
  justify-items: center;
  gap: 7px;
  min-width: 0;
  overflow: hidden;
  color: #64748b;
  border: 1px solid #e5edf6;
  border-radius: 10px;
  background: #f8fafc;
  padding: 12px 8px 10px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.havaco-review-rating-option:hover,
.havaco-review-rating-option.is-filled,
.havaco-review-rating-option.is-current {
  border-color: rgba(245, 158, 11, 0.5);
  background: #fff7ed;
}

.havaco-review-rating-option.is-current {
  transform: translateY(-2px);
}

.havaco-review-rating-options input {
  position: absolute;
  opacity: 0;
}

.havaco-review-rating-star {
  color: #fff;
  font-size: 34px;
  line-height: 1;
  -webkit-text-stroke: 1.4px #f59e0b;
  text-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
  transition: color 0.16s ease, transform 0.16s ease, filter 0.16s ease;
}

.havaco-review-rating-label {
  font-size: 13px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.havaco-review-rating-option.is-filled .havaco-review-rating-star,
.havaco-review-rating-option.is-current .havaco-review-rating-star,
.havaco-review-rating-options input:focus-visible + .havaco-review-rating-star {
  color: #f59e0b;
  transform: scale(1.08);
  filter: drop-shadow(0 0 4px rgba(245, 158, 11, 0.35));
}

.havaco-review-rating-option.is-current .havaco-review-rating-label {
  color: var(--havaco-dark);
  font-weight: 600;
}

.havaco-review-form input:not([type="checkbox"]):not([type="submit"]),
.havaco-review-form textarea {
  width: 100%;
  border: 1px solid var(--havaco-border);
  border-radius: 8px;
  padding: 12px 14px;
  font: inherit;
}

.havaco-review-form textarea {
  min-height: 132px;
  resize: vertical;
}

.havaco-review-contact-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.havaco-review-contact-row p,
.havaco-review-form .comment-form-comment {
  margin: 0;
}

.havaco-review-form .comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  color: #475569;
  font-size: 14px;
}

.havaco-review-form .comment-form-cookies-consent input {
  margin-top: 4px;
}

.havaco-review-form input[type="submit"] {
  justify-self: center;
  min-width: 190px;
  min-height: 46px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(135deg, var(--havaco-blue), #38bdf8);
  padding: 12px 22px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(9, 108, 170, 0.22);
}

.havaco-product-review-closed {
  margin: 16px 0 0;
  color: #64748b;
}

@media (min-width: 768px) {
  .havaco-review-summary {
    grid-template-columns: 180px minmax(0, 1fr) 210px;
  }

  .havaco-review-average,
  .havaco-review-breakdown {
    border-right: 1px solid #d7dde6;
    border-bottom: 0;
  }
}

.havaco-product-specs p {
  margin: 0;
  padding: 14px 16px;
  border-radius: 6px;
}

.havaco-product-specs p:nth-child(even) {
  background: #f6f8fb;
}

.havaco-related-products {
  overflow: hidden;
  background: #fff;
  padding: 70px 0 60px;
}

.havaco-related-products-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
}

.havaco-related-products-title {
  margin: 0;
  color: var(--havaco-dark);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 600;
  line-height: 1.25;
}

.havaco-content {
  color: var(--havaco-dark);
}

.havaco-content,
.havaco-content *,
.havaco-rich-content,
.havaco-rich-content *,
.havaco-product-tab-panel,
.havaco-product-tab-panel * {
  font-family: var(--havaco-font-primary) !important;
}

.havaco-content p,
.havaco-content li {
  color: #334155;
}

.havaco-content h2,
.havaco-content h3 {
  color: var(--havaco-dark);
  line-height: 1.25;
}

.havaco-content img {
  border-radius: 10px;
}

.havaco-about-template {
  background: linear-gradient(180deg, #f6fbff 0%, #fff 32%, #f8fbff 100%);
}

.havaco-about-wrapper {
  padding-top: 24px;
}

.havaco-about-page {
  display: grid;
  gap: 42px;
}

.havaco-about-page br {
  display: none;
}

.havaco-about-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 34px;
  align-items: center;
  min-height: 520px;
  padding: 34px 0 28px;
}

.havaco-about-hero-copy {
  display: grid;
  gap: 18px;
}

.havaco-about-eyebrow {
  width: max-content;
  margin: 0;
  border-radius: 999px;
  background: #eaf5ff;
  padding: 8px 12px;
  color: var(--havaco-blue);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.havaco-about-hero h1,
.havaco-about-hero h2 {
  max-width: 720px;
  margin: 0;
  color: var(--havaco-dark);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
}

.havaco-about-lead {
  max-width: 650px;
  margin: 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.75;
}

.havaco-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 2px;
}

.havaco-about-proofline {
  display: flex;
  gap: 10px;
  max-width: 620px;
  margin-top: 6px;
}

.havaco-about-proofline span {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  min-height: 54px;
  border-left: 3px solid var(--havaco-blue);
  background: #fff;
  padding: 10px 12px;
  color: var(--havaco-dark);
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(9, 108, 170, 0.08);
}

.havaco-about-hero-media {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border-radius: 8px;
  background: #dcebf6;
  box-shadow: 0 24px 60px rgba(9, 108, 170, 0.16);
}

.havaco-about-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.havaco-about-media-label {
  position: absolute;
  right: 18px;
  bottom: 18px;
  max-width: 290px;
  border-left: 4px solid #ff7a00;
  background: rgba(255, 255, 255, 0.92);
  padding: 14px 16px;
  color: var(--havaco-dark);
  font-size: 14px;
  line-height: 1.45;
  backdrop-filter: blur(8px);
}

.havaco-about-media-label strong {
  display: block;
  margin-bottom: 3px;
  color: var(--havaco-blue);
}

.havaco-about-focus {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: end;
  border-top: 1px solid #dbeafe;
  border-bottom: 1px solid #dbeafe;
  padding: 34px 0;
}

.havaco-about-focus h2 {
  margin: 0;
  color: var(--havaco-dark);
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.18;
}

.havaco-about-focus p {
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.75;
}

.havaco-about-section {
  display: grid;
  gap: 20px;
}

.havaco-about-section-head {
  max-width: 790px;
}

.havaco-about-section-head h2,
.havaco-about-section > h2 {
  margin: 0;
  color: var(--havaco-dark);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
}

.havaco-about-section-head p,
.havaco-about-section > p {
  margin: 10px 0 0;
  color: #475569;
  line-height: 1.75;
}

.havaco-about-service-grid,
.havaco-about-values {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.havaco-about-service,
.havaco-about-value {
  min-height: 214px;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  background: #fff;
  padding: 18px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.havaco-about-service:hover,
.havaco-about-value:hover {
  transform: translateY(-3px);
  border-color: rgba(9, 108, 170, 0.42);
  box-shadow: 0 18px 40px rgba(9, 108, 170, 0.12);
}

.havaco-about-service span,
.havaco-about-value span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 999px;
  color: #fff;
  background: var(--havaco-blue);
  font-weight: 800;
}

.havaco-about-service h3,
.havaco-about-value h3 {
  margin: 0 0 10px;
  color: var(--havaco-dark);
  font-size: 17px;
  line-height: 1.35;
}

.havaco-about-service p,
.havaco-about-value p {
  margin: 0;
  color: #475569;
  line-height: 1.65;
}

.havaco-about-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 4px 0 0;
  padding: 0;
  counter-reset: havaco-about-step;
  list-style: none;
}

.havaco-about-process li {
  position: relative;
  min-height: 210px;
  border-top: 3px solid var(--havaco-blue);
  background: #fff;
  padding: 46px 20px 20px;
}

.havaco-about-process li + li {
  border-left: 1px solid #dbeafe;
}

.havaco-about-process li::before {
  position: absolute;
  top: -18px;
  left: 20px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 4px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: var(--havaco-blue);
  content: counter(havaco-about-step);
  counter-increment: havaco-about-step;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(9, 108, 170, 0.24);
}

.havaco-about-process strong {
  display: block;
  margin-bottom: 8px;
  color: var(--havaco-dark);
}

.havaco-about-process p {
  margin: 0;
  color: #475569;
  line-height: 1.65;
}

.havaco-about-image-band {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 14px;
  align-items: stretch;
}

.havaco-about-image-band figure {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  margin: 0;
  border-radius: 8px;
  background: #eaf2f8;
}

.havaco-about-image-band img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
}

.havaco-about-image-band figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(28, 39, 76, 0) 0%, rgba(28, 39, 76, 0.82) 100%);
  padding: 54px 18px 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.havaco-about-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  border-radius: 8px;
  background: var(--havaco-dark);
  padding: 28px;
  color: #fff;
}

.havaco-about-cta h2,
.havaco-about-cta p {
  margin: 0;
  color: #fff;
}

.havaco-about-cta p {
  max-width: 760px;
  margin-top: 8px;
  opacity: 0.9;
  line-height: 1.7;
}

.havaco-about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.havaco-about-cta .havaco-outline-btn {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.havaco-about-cta .havaco-blue-btn {
  color: var(--havaco-blue);
  background: #fff;
}

.havaco-responsive-table {
  width: 100%;
  margin: 18px 0 24px;
  overflow-x: auto;
  border: 1px solid #dbe4ea;
  border-radius: 8px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.havaco-responsive-table table {
  width: 100%;
  min-width: 760px;
  margin: 0 !important;
  border-collapse: collapse;
  background: #fff;
  font-size: 14px;
  line-height: 1.45;
}

.havaco-responsive-table th,
.havaco-responsive-table td {
  border: 1px solid #dbe4ea;
  padding: 10px 12px;
  color: #334155;
  vertical-align: top;
}

.havaco-responsive-table th {
  background: #f1f5f9;
  color: var(--havaco-dark);
  font-weight: 700;
}

.havaco-responsive-table.havaco-index-table table {
  min-width: 680px;
}

.havaco-responsive-table.havaco-index-table th:first-child,
.havaco-responsive-table.havaco-index-table td:first-child {
  width: 64px;
  min-width: 64px;
  text-align: center;
}

.havaco-responsive-table.havaco-descriptive-table table {
  min-width: 840px;
  table-layout: fixed;
}

.havaco-responsive-table.havaco-descriptive-table th:first-child,
.havaco-responsive-table.havaco-descriptive-table td:first-child {
  width: 22%;
  min-width: 160px;
  text-align: left;
}

.havaco-responsive-table.havaco-descriptive-table th:nth-child(2),
.havaco-responsive-table.havaco-descriptive-table td:nth-child(2) {
  width: 38%;
}

.havaco-responsive-table.havaco-descriptive-table th:nth-child(3),
.havaco-responsive-table.havaco-descriptive-table td:nth-child(3) {
  width: 40%;
}

.havaco-detail-layout {
  display: grid;
  gap: 28px;
}

.havaco-detail-media {
  overflow: hidden;
  border-radius: 14px;
  background: var(--havaco-soft);
}

.havaco-detail-media img {
  width: 100%;
  display: block;
}

.havaco-cta-box {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0;
  padding: 18px;
  border-radius: 12px;
  background: #f8fbff;
  border: 1px solid #dbeafe;
}

.havaco-post-author {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 30px;
  border: 1px solid #dbeafe;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 20px;
}

.havaco-post-author-avatar {
  width: 96px;
  height: 96px;
  overflow: hidden;
  border: 3px solid #e0f2fe;
  border-radius: 999px;
  background: #eef6ff;
  box-shadow: 0 12px 28px rgba(9, 108, 170, 0.14);
}

.havaco-post-author-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.havaco-post-author-body {
  min-width: 0;
}

.havaco-post-author-label {
  margin: 0 0 4px;
  color: var(--havaco-blue);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.havaco-post-author-name {
  margin: 0;
  color: var(--havaco-dark);
  font-size: 22px;
  line-height: 1.25;
}

.havaco-post-author-bio {
  margin: 8px 0 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.65;
}

.havaco-related-posts {
  margin-top: 36px;
  border-top: 1px solid #eef2f6;
  padding-top: 28px;
}

.havaco-related-posts .havaco-section-head {
  margin-bottom: 22px;
}

.havaco-related-posts-title {
  margin: 0;
  color: var(--havaco-dark);
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
}

.havaco-related-posts-grid {
  align-items: stretch;
}

.havaco-footer {
  margin-top: 42px;
  overflow: hidden;
  border-top: 1px solid var(--havaco-border);
  background: #fff;
  color: var(--havaco-muted);
}

.havaco-footer-main {
  display: grid;
  gap: 24px;
  padding: 28px 0 16px;
}

.havaco-footer-contact,
.havaco-footer-extra {
  width: 100%;
}

.havaco-footer-title {
  margin: 0 0 30px;
  color: var(--havaco-dark);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.havaco-footer-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.havaco-footer-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  color: var(--havaco-muted);
  font-size: 16px;
  line-height: 1.55;
}

.havaco-footer-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  margin-top: 2px;
  fill: var(--havaco-blue);
}

.havaco-footer-label {
  color: var(--havaco-dark);
  font-weight: 600;
}

.havaco-footer a {
  color: inherit;
  transition: color 0.2s ease;
}

.havaco-footer a:hover {
  color: var(--havaco-blue);
}

.havaco-footer-rich {
  color: var(--havaco-muted);
  font-size: 15px;
  line-height: 1.7;
}

.havaco-footer-rich p {
  margin: 0 0 14px;
}

.havaco-footer-rich a {
  color: var(--havaco-blue);
}

.havaco-footer-rich iframe {
  width: 100%;
  max-width: 100%;
  min-height: 320px;
  border: 0;
  border-radius: 8px;
}

.havaco-footer-bottom {
  background: #f6f8fb;
  padding: 10px 0;
}

.havaco-footer-bottom p {
  margin: 0;
  color: var(--havaco-dark);
  font-size: 14px;
  text-align: center;
}

.havaco-floating-call,
.havaco-floating-contact {
  position: fixed;
  bottom: 96px;
  z-index: 980;
}

.havaco-floating-call {
  left: 32px;
}

.havaco-floating-contact {
  right: 32px;
  display: grid;
  gap: 12px;
}

.havaco-floating-call-button,
.havaco-floating-contact-button {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 999px;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.havaco-floating-call-button {
  color: #fff;
  background: #ef4444;
}

.havaco-floating-contact-button {
  overflow: hidden;
  background: #fff;
}

.havaco-floating-call-button:hover,
.havaco-floating-contact-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(15, 23, 42, 0.24);
}

.havaco-floating-call-button svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.havaco-floating-contact-button svg {
  width: 42px;
  height: 42px;
}

.havaco-floating-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.havaco-pagination {
  margin-top: 28px;
}

.havaco-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  margin-right: 6px;
  border-radius: 8px;
  border: 1px solid var(--havaco-border);
}

.havaco-pagination .current {
  color: #fff;
  background: var(--havaco-blue);
}

@media (min-width: 640px) {
  .havaco-grid {
    gap: 16px;
  }

  .havaco-product-card-title {
    min-height: 48px;
    font-size: 16px;
    line-height: 28px;
  }

  .havaco-product-category-description {
    padding-inline: 28px;
  }

  .havaco-product-thumb {
    width: 100px;
  }

  .havaco-product-tab-panel {
    padding: 24px;
  }

  .havaco-category-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .havaco-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .havaco-desktop-head {
    display: block;
  }

  .havaco-nav-bar {
    display: block;
  }

  .havaco-mobile-shell,
  .havaco-mobile-overlay,
  .havaco-mobile-drawer,
  .havaco-mobile-head,
  .havaco-mobile-menu {
    display: none !important;
  }

  .havaco-header-spacer {
    height: 168px;
  }

  .havaco-slide img {
    min-height: 500px;
  }

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

  .havaco-product-category-description {
    padding-inline: 40px;
  }

  .havaco-product-detail-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 70px;
    align-items: start;
  }

  .havaco-product-detail-gallery,
  .havaco-product-detail-summary {
    grid-column: span 6;
  }

  .havaco-project-detail-grid {
    grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
    gap: 46px;
  }

  .havaco-project-detail-grid .havaco-product-detail-gallery {
    grid-column: auto;
  }

  .havaco-project-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .havaco-project-detail-cta {
    grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
  }

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

  .havaco-project-grid,
  .havaco-post-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .havaco-detail-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: start;
  }

  .havaco-footer-main {
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    gap: 40px;
    padding: 36px 0 28px;
  }
}

@media (max-width: 639px) {
  .havaco-floating-call,
  .havaco-floating-contact {
    bottom: 84px;
  }

  .havaco-floating-call {
    left: 14px;
  }

  .havaco-floating-contact {
    right: 14px;
    gap: 10px;
  }

  .havaco-floating-call-button,
  .havaco-floating-contact-button {
    width: 50px;
    height: 50px;
  }

  .havaco-floating-call-button svg {
    width: 25px;
    height: 25px;
  }

  .havaco-floating-contact-button svg {
    width: 38px;
    height: 38px;
  }

  .havaco-category-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .havaco-category-product-grid .havaco-product-card-body {
    padding: 10px 10px 12px;
  }

  .havaco-category-product-grid .havaco-product-card-title {
    min-height: 40px;
    font-size: 13px;
    line-height: 20px;
  }

  .havaco-review-section-title {
    font-size: 19px;
  }

  .havaco-review-summary {
    border-radius: 6px;
  }

  .havaco-review-average {
    border-bottom: 0;
    padding: 16px 14px 8px;
  }

  .havaco-review-average-score {
    font-size: 46px;
  }

  .havaco-review-average-score span {
    font-size: 38px;
  }

  .havaco-review-average p {
    margin-top: 8px;
    font-size: 12px;
  }

  .havaco-review-breakdown {
    gap: 8px;
    border-bottom: 0;
    padding: 8px 16px 12px;
  }

  .havaco-review-breakdown-row {
    grid-template-columns: 30px minmax(82px, 1fr) minmax(94px, auto);
    gap: 8px;
    font-size: 13px;
  }

  .havaco-review-breakdown-count {
    grid-column: auto;
    font-size: 13px;
  }

  .havaco-review-summary-action {
    padding: 8px 16px 14px;
  }

  .havaco-review-now {
    min-width: 152px;
    min-height: 43px;
    padding: 0 20px;
  }

  .havaco-review-rating-field,
  .havaco-review-contact-row {
    grid-template-columns: 1fr;
  }

  .havaco-review-form .comment-form {
    padding: 16px 14px;
  }

  .havaco-review-form .comment-notes {
    padding: 10px;
  }

  .havaco-review-rating-field {
    padding: 14px 10px;
  }

  .havaco-review-rating-options {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
  }

  .havaco-review-rating-option {
    padding: 10px 4px 8px;
  }

  .havaco-review-rating-star {
    font-size: 25px;
  }

  .havaco-review-rating-label {
    font-size: 11px;
  }

  .havaco-product-review {
    padding: 14px;
  }

  .havaco-product-review-customer {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .havaco-product-review-avatar {
    width: 42px;
    height: 42px;
  }

  .havaco-product-review-score-chip {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .havaco-post-author {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
  }

  .havaco-post-author-avatar {
    width: 72px;
    height: 72px;
  }

  .havaco-post-author-name {
    font-size: 19px;
  }

  .havaco-post-author-bio {
    font-size: 14px;
  }

  .havaco-related-posts {
    margin-top: 28px;
    padding-top: 22px;
  }

  .havaco-related-posts-title {
    font-size: 21px;
  }

  .havaco-product-thumb:nth-child(n+5) {
    display: none;
  }

  .havaco-product-lightbox {
    padding: 14px;
  }

  .havaco-product-lightbox-dialog {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    gap: 8px;
    max-height: calc(100vh - 28px);
  }

  .havaco-product-lightbox-close {
    top: 0;
    width: 38px;
    height: 38px;
  }

  .havaco-product-lightbox-nav {
    width: 40px;
    height: 40px;
    font-size: 36px;
  }

  .havaco-product-lightbox-image {
    max-height: 68vh;
  }

  .havaco-product-lightbox-thumb {
    flex-basis: 52px;
    width: 52px;
  }

  .havaco-section-head {
    display: block;
  }

  .havaco-section-head .havaco-outline-btn {
    margin-top: 14px;
    width: 100%;
  }

  .havaco-card-body {
    padding: 12px;
  }

  .havaco-card-title {
    min-height: 44px;
    font-size: 14px;
  }

  .havaco-about-wrapper {
    padding-top: 6px;
  }

  .havaco-about-page {
    gap: 30px;
  }

  .havaco-about-hero,
  .havaco-about-focus,
  .havaco-about-image-band,
  .havaco-about-cta {
    grid-template-columns: 1fr;
  }

  .havaco-about-hero {
    gap: 20px;
    min-height: 0;
    padding: 14px 0 18px;
  }

  .havaco-about-hero h1,
  .havaco-about-hero h2 {
    font-size: clamp(29px, 10vw, 39px);
  }

  .havaco-about-lead {
    font-size: 15px;
  }

  .havaco-about-actions,
  .havaco-about-cta-actions {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .havaco-about-proofline {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .havaco-about-proofline span {
    min-height: 58px;
    padding: 8px 8px;
    font-size: 12px;
    line-height: 1.35;
  }

  .havaco-about-hero-media,
  .havaco-about-hero-media img {
    min-height: 300px;
  }

  .havaco-about-media-label {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: none;
  }

  .havaco-about-focus {
    gap: 14px;
    padding: 24px 0;
  }

  .havaco-about-service-grid,
  .havaco-about-values,
  .havaco-about-process {
    grid-template-columns: 1fr;
  }

  .havaco-about-service,
  .havaco-about-value {
    min-height: 0;
    padding: 16px;
  }

  .havaco-about-process {
    gap: 12px;
  }

  .havaco-about-process li {
    min-height: 0;
    border-top: 0;
    border-left: 3px solid var(--havaco-blue);
    padding: 16px 16px 16px 58px;
  }

  .havaco-about-process li + li {
    border-left: 3px solid var(--havaco-blue);
  }

  .havaco-about-process li::before {
    top: 16px;
    left: 16px;
    width: 30px;
    height: 30px;
    border: 0;
  }

  .havaco-about-image-band figure,
  .havaco-about-image-band img {
    min-height: 250px;
  }

  .havaco-about-cta {
    padding: 20px 16px;
  }
}
