
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  color: #102f4e;
  background: #ffffff;
}
a { color: inherit; }

.site-header {
  background: #ffffff;
  border-bottom: 0;
  position: sticky;
  top: 0;
  z-index: 50;
}
.header-inner {
  max-width: 1588px;
  min-height: 132px;
  margin: 0 auto;
  padding: 18px 32px 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 72px;
}
.logo {
  display: inline-flex;
  align-items: flex-start;
  color: #102f4e;
  text-decoration: none;
  white-space: nowrap;
  min-width: 0;
  margin-top: 0;
}
.logo img {
  display: block;
  height: 58px;
  width: auto;
  max-width: 235px;
}
.logo-text-fallback {
  display: none;
  font-weight: 800;
  font-size: 20px;
  color: #102f4e;
}
.nav {
  display: flex;
  gap: clamp(36px, 4.2vw, 70px);
  align-items: center;
  margin-top: 68px;
}
.nav a {
  color: #54545a;
  text-decoration: none;
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.01em;
  padding: 0;
  white-space: nowrap;
}
.nav a:hover {
  color: #102f4e;
  opacity: 1;
}
.nav .cta {
  background: transparent;
  color: #54545a;
  padding: 0;
  border-radius: 0;
}
.nav .cta:hover {
  color: #102f4e;
}
.lang-select {
  display: inline-flex;
  align-items: center;
  color: #54545a;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  font-family: inherit;
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.01em;
  padding: 0 18px 0 0;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #54545a 50%),
    linear-gradient(135deg, #54545a 50%, transparent 50%);
  background-position:
    calc(100% - 8px) 50%,
    calc(100% - 3px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
.lang-select:hover,
.lang-select:focus {
  color: #102f4e;
  outline: none;
}



.home-video-hero {
  width: 100%;
  margin: 0;
  background: #000000;
  overflow: hidden;
  height: clamp(300px, 26.4vw, 520px);
}
.home-video-hero video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero {
  padding: 110px 24px;
  background:
    radial-gradient(circle at top right, rgba(16,47,78,0.10), transparent 34%),
    linear-gradient(135deg, #f2f6f8 0%, #ffffff 65%);
}
.hero-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.hero h1 {
  max-width: 800px;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 1;
  margin: 0 0 24px;
  letter-spacing: -0.04em;
}
.hero p {
  max-width: 680px;
  font-size: 20px;
  line-height: 1.6;
  color: #4d6578;
}
.buttons,
.home-feature-actions {
  margin-top: 32px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.button-primary,
.button-secondary,
.home-feature-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}
.button-primary {
  background: #102f4e;
  color: #ffffff;
}
.button-secondary {
  background: #ffffff;
  color: #102f4e;
  border: 1px solid #ccd8e2;
}

.product-tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f2f6f8;
  color: #4d6578;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.home-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 80px 24px;
}
.home-section-header {
  max-width: 760px;
  margin-bottom: 42px;
}
.home-section-header span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f2f6f8;
  color: #4d6578;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.home-section-header h2 {
  margin: 0 0 16px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}
.home-section-header p,
.home-benefit p,
.card p,
.page p,
.product-card p,
.advice-card p,
.store-card p {
  color: #4d6578;
  line-height: 1.6;
}
.home-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.home-benefit,
.card,
.product-card,
.advice-card,
.store-card {
  border: 1px solid #e1e7ed;
  border-radius: 28px;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(16,47,78,0.06);
}
.home-benefit strong,
.advice-card strong,
.store-card span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: #102f4e;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 800;
}
.home-benefit h3,
.card h2,
.advice-card h2,
.store-card h2 {
  margin: 0 0 12px;
  font-size: 24px;
}
.home-feature {
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px;
}
.home-feature-inner {
  border-radius: 36px;
  padding: 56px;
  background: radial-gradient(circle at top right, rgba(255,255,255,0.18), transparent 32%), #102f4e;
  color: #ffffff;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}
.home-feature h2 {
  margin: 0 0 16px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}
.home-feature p {
  color: rgba(255,255,255,0.82);
  font-size: 19px;
  line-height: 1.65;
}
.home-feature-actions a:first-child {
  background: #ffffff;
  color: #102f4e;
}
.home-feature-actions a:last-child {
  background: rgba(255,255,255,0.14);
  color: #ffffff;
}
.home-feature-panel {
  border-radius: 28px;
  padding: 30px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.20);
}
.home-feature-panel ul {
  margin: 0;
  padding-left: 20px;
  line-height: 1.9;
  color: rgba(255,255,255,0.88);
}

.grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 70px 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.card a {
  color: #102f4e;
  font-weight: 800;
  text-decoration: none;
}
.page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 48px 24px 90px;
}
.page h1 {
  font-size: clamp(36px, 6vw, 64px);
  margin-top: 0;
  letter-spacing: -0.04em;
}

.notice,
.store-search-box,
.inspiration-band {
  background: #f2f6f8;
  border: 1px solid #dce7ef;
  border-radius: 28px;
  padding: 30px;
  margin-top: 32px;
}

.products-intro,
.advice-intro,
.inspiration-intro,
.stores-intro {
  max-width: 780px;
  margin-bottom: 42px;
}
.products-grid,
.advice-grid,
.inspiration-grid,
.stores-grid {
  display: grid;
  gap: 24px;
  margin-top: 42px;
}
.products-grid { grid-template-columns: repeat(2, 1fr); }
.advice-grid,
.inspiration-grid,
.stores-grid { grid-template-columns: repeat(3, 1fr); }

.product-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
}
.product-card--featured {
  background: #102f4e;
  color: #ffffff;
}
.product-card--featured p,
.product-card--featured .product-tag {
  color: rgba(255,255,255,0.82);
}
.product-card--featured .product-tag {
  background: rgba(255,255,255,0.14);
}
.product-card h2 {
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1.15;
}
.product-card ul {
  margin: 22px 0 24px;
  padding-left: 20px;
  line-height: 1.8;
}
.product-card a,
.inspiration-band a,
.stores-cta a,
.advice-cta a {
  margin-top: auto;
  display: inline-flex;
  width: fit-content;
  padding: 13px 18px;
  border-radius: 999px;
  background: #102f4e;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
}
.product-card--featured a {
  background: #ffffff;
  color: #102f4e;
}

.advice-cta,
.stores-cta {
  margin-top: 42px;
  padding: 36px;
  border-radius: 32px;
  background: #102f4e;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
}
.advice-cta h2,
.stores-cta h2 {
  margin: 0 0 10px;
  font-size: 32px;
}
.advice-cta p,
.stores-cta p {
  margin: 0;
  color: rgba(255,255,255,0.82);
}
.advice-cta a,
.stores-cta a {
  flex: 0 0 auto;
  background: #ffffff;
  color: #102f4e;
}

.inspiration-card {
  min-height: 320px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  background: #102f4e;
  color: #ffffff;
  display: flex;
  align-items: flex-end;
  box-shadow: 0 18px 45px rgba(16,47,78,0.10);
}
.inspiration-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16,47,78,0.05) 0%, rgba(16,47,78,0.86) 100%), var(--inspiration-bg);
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 0.35s ease;
}
.inspiration-card:hover::before { transform: scale(1.06); }
.inspiration-content {
  position: relative;
  z-index: 2;
  padding: 28px;
}
.inspiration-content span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.16);
  color: rgba(255,255,255,0.86);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.inspiration-content h2 {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.15;
}
.inspiration-content p {
  margin: 0;
  color: rgba(255,255,255,0.84);
  font-size: 16px;
  line-height: 1.55;
}
.inspiration-band h2 {
  margin: 0 0 14px;
  font-size: 34px;
}
.inspiration-band p {
  margin: 0 0 24px;
  max-width: 760px;
}

.store-search-box h2 {
  margin: 0 0 12px;
  font-size: 32px;
}
.store-search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
}
.store-search-form input,
.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  border: 1px solid #ccd8e2;
  border-radius: 14px;
  padding: 14px 16px;
  font-family: inherit;
  font-size: 15px;
  color: #102f4e;
  background: #ffffff;
}
.store-search-form input { border-radius: 999px; padding: 16px 20px; }
.store-search-form button,
.form-submit {
  border: 0;
  border-radius: 999px;
  padding: 16px 24px;
  background: #102f4e;
  color: #ffffff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}


.product-catalog-kicker {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f2f6f8;
  color: #4d6578;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.product-catalog-intro {
  max-width: 820px;
  margin: 0 0 42px;
}

.product-catalog-intro h2 {
  font-family: Montserrat, Arial, sans-serif;
  margin: 0 0 14px;
  color: #102f4e;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.product-catalog-intro p {
  margin: 0;
  color: #4d6578;
  font-size: 19px;
  line-height: 1.65;
}

.product-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 42px;
}

.product-catalog-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid #e1e7ed;
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(16,47,78,0.07);
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.product-catalog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(16,47,78,0.28);
  box-shadow: 0 24px 60px rgba(16,47,78,0.12);
}

.product-catalog-image {
  display: block;
  width: 100%;
  aspect-ratio: 1.22 / 1;
  object-fit: cover;
  background: #edf2f5;
}

.product-image-error {
  display: flex;
  min-height: 210px;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: #fff3f3;
  color: #8a1f1f;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.product-catalog-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px;
}

.product-catalog-body h2 {
  font-family: Montserrat, Arial, sans-serif;
  margin: 0 0 14px;
  color: #102f4e;
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -0.03em;
}

.product-catalog-body p {
  margin: 0 0 20px;
  color: #4d6578;
  font-size: 15px;
  line-height: 1.6;
}

.product-catalog-link {
  margin-top: auto;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  border-radius: 999px;
  background: #102f4e;
  color: #ffffff;
  font-weight: 800;
  font-size: 14px;
}

.product-catalog-note {
  margin-top: 36px;
  padding: 22px 24px;
  border-radius: 22px;
  background: #f2f6f8;
  border: 1px solid #dce7ef;
  color: #4d6578;
  font-size: 15px;
  line-height: 1.65;
}

.product-detail-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
}

.product-detail-hero img {
  width: 100%;
  border-radius: 32px;
  aspect-ratio: 1.25 / 1;
  object-fit: cover;
  background: #edf2f5;
  box-shadow: 0 18px 45px rgba(16,47,78,0.10);
}

.product-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.product-detail-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}

.product-detail-actions a:first-child {
  background: #102f4e;
  color: #ffffff;
}

.product-detail-actions a:last-child {
  background: #ffffff;
  color: #102f4e;
  border: 1px solid #ccd8e2;
}


.hinged-page-intro {
  max-width: 860px;
  margin: 0 0 38px;
}
.hinged-page-intro h2 {
  font-family: Montserrat, Arial, sans-serif;
  margin: 0 0 14px;
  color: #102f4e;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.045em;
}
.hinged-page-intro p {
  margin: 0;
  color: #4d6578;
  font-size: 18px;
  line-height: 1.65;
}
.hinged-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.hinged-system-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid #e1e7ed;
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(16,47,78,0.07);
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.hinged-system-card:hover {
  transform: translateY(-4px);
  border-color: rgba(16,47,78,0.28);
  box-shadow: 0 24px 60px rgba(16,47,78,0.12);
}
.hinged-system-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.22 / 1;
  object-fit: cover;
  background: #edf2f5;
}
.hinged-system-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px;
}
.hinged-system-body h2 {
  font-family: Montserrat, Arial, sans-serif;
  margin: 0 0 12px;
  color: #102f4e;
  font-size: 23px;
  line-height: 1.14;
  letter-spacing: -0.03em;
}
.hinged-system-body p {
  margin: 0 0 20px;
  color: #4d6578;
  font-size: 15px;
  line-height: 1.6;
}
.hinged-system-link {
  margin-top: auto;
  display: inline-flex;
  width: fit-content;
  padding: 12px 16px;
  border-radius: 999px;
  background: #102f4e;
  color: #ffffff;
  font-weight: 800;
  font-size: 14px;
}
.hinged-next-note {
  margin-top: 36px;
  padding: 22px 24px;
  border-radius: 22px;
  background: #f2f6f8;
  border: 1px solid #dce7ef;
  color: #4d6578;
  font-size: 15px;
  line-height: 1.65;
}

.quote-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 42px;
  align-items: start;
  margin-top: 42px;
}
.quote-box,
.quote-form {
  background: #ffffff;
  border: 1px solid #e1e7ed;
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 18px 45px rgba(16,47,78,0.08);
}
.quote-box { background: #f2f6f8; border-color: #dce7ef; }
.quote-box h2,
.quote-form h2 { margin-top: 0; font-size: 28px; }
.quote-box ul {
  padding-left: 20px;
  line-height: 1.8;
  color: #4d6578;
}
.form-row { margin-bottom: 18px; }
.form-row label {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
  color: #102f4e;
}
.form-row textarea { min-height: 130px; resize: vertical; }
.form-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.5;
  color: #4d6578;
  margin: 18px 0 24px;
}
.form-check input { margin-top: 4px; }
.form-check a {
  font-weight: 700;
  color: #102f4e;
}
.form-submit {
  width: 100%;
  font-size: 16px;
}

.footer {
  margin-top: 70px;
  background: #0b243d;
  color: #ffffff;
}
.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 58px 24px 26px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 42px;
  align-items: start;
}
.footer-brand > a:not(.footer-cta) {
  display: inline-flex;
  color: #ffffff;
  text-decoration: none;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 16px;
}
.footer-brand p,
.footer-col p {
  margin: 0;
  color: rgba(255,255,255,0.72);
  line-height: 1.65;
  font-size: 15px;
}
.footer-col h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.footer-links {
  display: grid;
  gap: 10px;
}
.footer-links a,
.footer-contact a {
  color: rgba(255,255,255,0.78);
  text-decoration: none;
  font-size: 15px;
}
.footer-links a:hover,
.footer-contact a:hover {
  color: #ffffff;
}
.footer-contact {
  display: grid;
  gap: 10px;
}
.footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  min-width: 220px;
  margin-top: 22px;
  margin-bottom: 0;
  padding: 13px 24px;
  border-radius: 999px;
  background: #ffffff;
  color: #102f4e !important;
  text-decoration: none;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.1;
  white-space: nowrap;
  text-align: center;
}





.footer-division-buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 16px;
  max-width: 260px;
}
.footer-division-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  width: 100%;
  padding: 10px 18px;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  color: #ffffff !important;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: .02em;
  white-space: nowrap;
  box-sizing: border-box;
}
.footer-division-button:hover {
  background: rgba(255,255,255,0.16);
  border-color: rgba(255,255,255,0.70);
  color: #ffffff !important;
}
@media (max-width: 1080px) {
  .footer-division-buttons { max-width: 100%; }
}
@media (max-width: 640px) {
  .footer-division-buttons { grid-template-columns: 1fr; }
}

.footer-bottom {
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.14);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  color: rgba(255,255,255,0.62);
  font-size: 13px;
}
.footer-legal {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-legal a {
  color: rgba(255,255,255,0.72);
  text-decoration: none;
}
.footer-legal a:hover {
  color: #ffffff;
}

.mobile-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  background: #102f4e;
  color: #ffffff;
  border-radius: 999px;
  padding: 0;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: center;
}
.mobile-toggle span {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ffffff;
  border-radius: 999px;
  transition: transform 0.25s ease, opacity 0.25s ease, top 0.25s ease;
}
.mobile-toggle span:nth-child(1) { top: 15px; }
.mobile-toggle span:nth-child(2) { top: 22px; }
.mobile-toggle span:nth-child(3) { top: 29px; }
.mobile-toggle.is-active span:nth-child(1) { top: 22px; transform: rotate(45deg); }
.mobile-toggle.is-active span:nth-child(2) { opacity: 0; }
.mobile-toggle.is-active span:nth-child(3) { top: 22px; transform: rotate(-45deg); }

@media (max-width: 980px) {
  .header-inner {
    min-height: auto;
    padding: 18px 20px;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
  }
  .logo img { height: 42px; max-width: 190px; }
  .mobile-toggle { display: inline-flex; margin-left: auto; }
  .nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 0;
    padding: 18px 0 6px;
    animation: navFade 0.22s ease;
  }
  .nav.is-open { display: flex; }
  .nav a {
    width: 100%;
    padding: 14px 16px;
    border-radius: 14px;
    background: #f2f6f8;
  }
  .nav a.cta {
    text-align: center;
    background: #102f4e;
    color: #ffffff;
    padding: 14px 16px;
    border-radius: 14px;
  }
  .lang-select {
    display: block;
    width: 100%;
    padding: 14px 16px;
    border: 0;
    border-radius: 0;
    background-color: #f2f6f8;
    color: #54545a;
    font-size: 17px;
    background-position:
      calc(100% - 22px) 50%,
      calc(100% - 17px) 50%;
  }
  .grid,
  .home-benefits,
  .products-grid,
  .advice-grid,
  .inspiration-grid,
  .stores-grid,
  .quote-layout,
  .store-search-form,
  .home-feature-inner {
    grid-template-columns: 1fr;
  }

  .footer-cta {
    min-width: 220px;
    width: fit-content;
  }

  .footer-top { grid-template-columns: 1fr; }
  .home-video-hero {
    height: clamp(230px, 62vw, 420px);
  }
  .hero { padding: 80px 24px; }
  .page { padding-top: 36px; }
  .home-feature-inner { padding: 34px 24px; }
  .home-feature { padding: 24px; }
  .footer-inner { padding: 46px 24px 24px; }
  

.footer-bottom { flex-direction: column; }
  .product-card,
  .quote-box,
  .quote-form,
  .store-search-box,
  .inspiration-band { padding: 24px; }
  .advice-cta,
  .stores-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
  }
  .inspiration-card { min-height: 280px; }

  .product-catalog-grid {
    grid-template-columns: 1fr;
  }

  .product-detail-hero {
    grid-template-columns: 1fr;
  }

  @keyframes navFade {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
  }
}


/* Home original Ventanas Cortizo adaptada */
.vc{--b:#00263E;--bh:#003A5F;--t:#0D2435;--m:#5D707B;--bd:#DCE5EA;font-family:Montserrat,Arial,sans-serif;color:var(--t);background:#fff;overflow:visible}.vc,.vc *{box-sizing:border-box}.vc a{text-decoration:none}.vc .c{max-width:1180px;margin:auto;padding:0 20px}.vc .btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:15px 26px;border-radius:12px;border:1px solid var(--b);background:var(--b);color:#fff!important;font-weight:800;font-size:15px;gap:10px}.vc .btn:hover{background:var(--bh);border-color:var(--bh);transform:translateY(-1px)}.vc .btn.sec{background:#fff;color:var(--b)!important}.vc .btn.sec:hover{background:var(--bh);color:#fff!important}.vc .hero{padding:42px 0 70px;background:#fff}.vc .hp{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:end}.vc h1{max-width:820px;margin:0;color:var(--b);font-size:clamp(40px,5vw,72px);line-height:1.02;letter-spacing:-.06em;font-weight:800}.vc .hero p{max-width:700px;margin:24px 0 0;color:#263F4F;font-size:18px;line-height:1.7;font-weight:500}.vc .ha{display:flex;flex-direction:column;gap:12px;min-width:250px}.vc .secx{padding:88px 0;background:#fff}.vc .ttl{max-width:820px;margin:0 auto 16px;color:var(--b);text-align:center;font-size:clamp(30px,3.2vw,46px);line-height:1.12;letter-spacing:-.045em;font-weight:800}.vc .intro{max-width:760px;margin:0 auto 44px;color:var(--m);text-align:center;font-size:16px;line-height:1.7;font-weight:500}.vc .slogan{max-width:900px;margin:0 auto 44px;padding:34px;border:1px solid rgba(0,38,62,.1);border-radius:28px;text-align:center}.vc .slogan strong{display:block;margin-bottom:10px;color:var(--b);font-size:clamp(30px,3.4vw,48px);line-height:1.08;letter-spacing:-.045em;font-weight:800}.vc .slogan span{display:block;max-width:690px;margin:auto;color:var(--m);font-size:16px;line-height:1.7;font-weight:500}.vc .sa{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:26px}.vc .btn svg{width:20px;height:20px;flex:0 0 auto}.vc .grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.vc .card{display:block;border:1px solid rgba(0,38,62,.1);border-radius:24px;background:#fff;padding:28px;color:inherit;transition:.2s}.vc .card:hover{border-color:rgba(0,38,62,.34);transform:translateY(-2px)}.vc .ic{width:50px;height:50px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(0,38,62,.14);color:var(--b);font-size:24px;font-weight:800}.vc .card h3,.vc .prod h3{margin:20px 0 10px;color:var(--b);font-size:20px;line-height:1.22;letter-spacing:-.025em;font-weight:800}.vc .card p,.vc .prod p{margin:0;color:var(--m);font-size:14px;line-height:1.65;font-weight:500}.vc .mat{display:grid;grid-template-columns:1fr 1fr;gap:24px}.vc .mc{display:grid;grid-template-columns:40% 1fr;gap:28px;align-items:center;border:1px solid rgba(0,38,62,.1);border-radius:28px;background:#fff;padding:26px}.vc .pic{min-height:250px;border-radius:22px;border:1px solid rgba(0,38,62,.14);background:center/cover no-repeat}.vc .pvc{background-image:url('../assets/home/home-01.jpg')}.vc .al{background-image:url('../assets/home/home-02.jpg')}.vc .mc h3{margin:0 0 18px;color:var(--b);font-size:36px;line-height:1;letter-spacing:-.04em;font-weight:800}.vc .lst{display:grid;gap:12px;margin:0;padding:0;list-style:none}.vc .lst li{display:flex;gap:10px;color:var(--t);font-size:14px;line-height:1.45;font-weight:700}.vc .lst li:before{content:"✓";width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:50%;background:var(--b);color:#fff;font-size:12px}.vc .center{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:34px}.vc .products{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.vc .prod{min-height:195px;border:1px solid rgba(0,38,62,.1);border-radius:24px;background:#fff;padding:24px;display:flex;flex-direction:column;justify-content:space-between}.vc .prod a{margin-top:20px;color:var(--b);font-size:14px;font-weight:800}.vc .adv{display:grid;grid-template-columns:43% 1fr;gap:54px;align-items:center}.vc .advimg{min-height:480px;border-radius:34px;border:1px solid rgba(0,38,62,.1);background:url('../assets/home/home-03.jpg') center/cover no-repeat}.vc .adv h2{margin:0;color:var(--b);font-size:clamp(30px,3.2vw,46px);line-height:1.12;letter-spacing:-.045em;font-weight:800}.vc .adv p{margin:20px 0 0;color:var(--m);font-size:16px;line-height:1.7;font-weight:500}.vc .tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.vc .tag{display:inline-flex;align-items:center;min-height:38px;padding:9px 14px;border:1px solid rgba(0,38,62,.14);border-radius:999px;color:var(--b);background:#fff;font-size:13px;font-weight:800}.vc .insp{display:grid;grid-template-columns:1.25fr .85fr;gap:24px}.vc .ins{border:1px solid rgba(0,38,62,.1);border-radius:28px;background:#fff;overflow:hidden}.vc .im1{min-height:370px;background:url('../assets/home/home-04.jpg') center/cover no-repeat}.vc .im2{min-height:220px;background:url('../assets/home/home-05.jpg') center/cover no-repeat}.vc .copy{padding:28px}.vc .copy h3{margin:0 0 10px;color:var(--b);font-size:24px;line-height:1.2;letter-spacing:-.03em;font-weight:800}.vc .copy p{margin:0;color:var(--m);font-size:14px;line-height:1.6;font-weight:500}.vc .trust{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(0,38,62,.1);border-radius:26px;overflow:hidden;background:#fff}.vc .tr{padding:28px;border-right:1px solid var(--bd)}.vc .tr:last-child{border-right:0}.vc .tr strong{display:block;color:var(--b);font-size:22px;line-height:1.15;font-weight:800}.vc .tr span{display:block;margin-top:8px;color:var(--m);font-size:13px;line-height:1.5}@media(max-width:1024px){.vc .hp,.vc .mat,.vc .adv,.vc .insp{grid-template-columns:1fr}.vc .ha{flex-direction:row;flex-wrap:wrap;min-width:0}.vc .grid3,.vc .products,.vc .trust{grid-template-columns:repeat(2,1fr)}.vc .advimg{min-height:420px}}@media(max-width:767px){.vc .hero{padding:36px 0 54px}.vc .hp{display:block}.vc h1{font-size:40px}.vc .hero p{font-size:16px;margin-bottom:30px}.vc .ha{margin-top:30px}.vc .ha,.vc .ha .btn,.vc .center .btn,.vc .sa,.vc .sa .btn{width:100%}.vc .secx{padding:64px 0}.vc .grid3,.vc .products,.vc .trust{grid-template-columns:1fr}.vc .mc{grid-template-columns:1fr}.vc .pic{min-height:200px}.vc .advimg{min-height:320px}.vc .tr{border-right:0;border-bottom:1px solid var(--bd)}.vc .tr:last-child{border-bottom:0}}

/* Ficha sistema COR 75 Performance */
.cor75-page {
  padding-top: 34px;
}

.cor75-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
}

.cor75-hero-media {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  background: #edf2f5;
  min-height: 380px;
  box-shadow: 0 18px 45px rgba(16,47,78,0.10);
}

.cor75-hero-media img {
  width: 100%;
  height: min(58vw, 560px);
  min-height: 380px;
  object-fit: cover;
  display: block;
}

.cor75-hero-copy {
  max-width: 930px;
}

.cor75-breadcrumb {
  display: inline-flex;
  margin-bottom: 20px;
  color: #4d6578;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.cor75-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f2f6f8;
  color: #4d6578;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.cor75-hero h1 {
  margin: 0 0 20px;
  color: #102f4e;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.cor75-lead {
  margin: 0;
  max-width: 850px;
  color: #4d6578;
  font-size: 19px;
  line-height: 1.75;
}

.cor75-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.cor75-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}

.cor75-actions a:first-child {
  background: #102f4e;
  color: #ffffff;
}

.cor75-actions a:not(:first-child) {
  border: 1px solid #ccd8e2;
  background: #ffffff;
  color: #102f4e;
}

.cor75-section {
  margin-top: 70px;
}

.cor75-split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 46px;
  align-items: center;
}

.cor75-split img,
.cor75-gallery img,
.cor75-openings img {
  width: 100%;
  display: block;
  border-radius: 28px;
  background: #edf2f5;
  object-fit: cover;
  box-shadow: 0 18px 45px rgba(16,47,78,0.08);
}

.cor75-split img {
  aspect-ratio: 1.04 / 1;
}

.cor75-section h2 {
  margin: 0 0 18px;
  color: #102f4e;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.cor75-section p {
  margin: 0;
  color: #4d6578;
  font-size: 17px;
  line-height: 1.75;
}

.cor75-stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.cor75-stat {
  border: 1px solid #e1e7ed;
  border-radius: 24px;
  padding: 22px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(16,47,78,0.055);
}

.cor75-stat span {
  display: block;
  color: #4d6578;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.35;
}

.cor75-stat strong {
  display: block;
  margin-top: 10px;
  color: #102f4e;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 900;
}

.cor75-note {
  margin-top: 18px;
  color: #6c7d89;
  font-size: 14px;
  font-weight: 600;
}

.cor75-tech {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  align-items: start;
  margin-top: 34px;
}

.cor75-tech-card {
  border: 1px solid #e1e7ed;
  border-radius: 28px;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(16,47,78,0.06);
}

.cor75-tech-card h3 {
  margin: 0 0 20px;
  color: #102f4e;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 26px;
  line-height: 1.15;
}

.cor75-tech-list {
  display: grid;
  gap: 14px;
}

.cor75-tech-list div {
  padding-bottom: 14px;
  border-bottom: 1px solid #eef3f6;
  color: #4d6578;
  font-size: 15px;
  line-height: 1.45;
}

.cor75-tech-list div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.cor75-tech-list strong {
  display: block;
  color: #102f4e;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.cor75-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.cor75-option {
  min-height: 110px;
  border: 1px solid #e1e7ed;
  border-radius: 22px;
  padding: 18px;
  background: #f8fafb;
  color: #102f4e;
  font-weight: 900;
  font-size: 13px;
  line-height: 1.35;
  text-transform: uppercase;
  display: flex;
  align-items: flex-end;
}

.cor75-openings {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 24px;
  align-items: center;
}

.cor75-opening-text {
  border: 1px solid #e1e7ed;
  border-radius: 24px;
  padding: 24px;
  background: #f8fafb;
  color: #4d6578;
  font-size: 16px;
  line-height: 1.7;
}

.cor75-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 30px;
}

.cor75-gallery img {
  aspect-ratio: 1.18 / 1;
}

.cor75-gallery--four {
  grid-template-columns: repeat(4, 1fr);
}

.cor75-gallery--two {
  grid-template-columns: repeat(2, 1fr);
}

.cor75-error {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 22px;
  border-radius: 24px;
  border: 1px dashed #c94b4b;
  background: #fff4f4;
  color: #8a1f1f;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 1100px) {
  .cor75-stats,
  .cor75-gallery--four {
    grid-template-columns: repeat(2, 1fr);
  }

  .cor75-split,
  .cor75-tech,
  .cor75-openings {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .cor75-page {
    padding-top: 22px;
  }

  .cor75-hero-media,
  .cor75-hero-media img {
    min-height: 260px;
  }

  .cor75-stats,
  .cor75-gallery,
  .cor75-gallery--four,
  .cor75-gallery--two,
  .cor75-options {
    grid-template-columns: 1fr;
  }

  .cor75-section {
    margin-top: 52px;
  }

  .cor75-tech-card {
    padding: 24px;
  }
}


/* Ajuste v13 - COR 75 Performance: bloque Hoja oculta y semivista */
#hoja-oculta-semivista.cor75-split {
  grid-template-columns: 1fr;
  gap: 30px;
}

#hoja-oculta-semivista .cor75-gallery {
  margin-top: 0;
}

#hoja-oculta-semivista .cor75-gallery--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#hoja-oculta-semivista .cor75-gallery--two img {
  aspect-ratio: 1.12 / 1;
  object-fit: cover;
}

#hoja-oculta-semivista .cor75-stats {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (max-width: 1100px) {
  #hoja-oculta-semivista .cor75-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  #hoja-oculta-semivista .cor75-gallery--two,
  #hoja-oculta-semivista .cor75-stats {
    grid-template-columns: 1fr;
  }
}


/* Ajuste v14 - COR 75 Performance: imágenes completas y CTA inferior limpio */
.cor75-gallery img,
.cor75-split img,
.cor75-openings img {
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  background: #ffffff !important;
}

.cor75-gallery img {
  aspect-ratio: auto !important;
}

.cor75-gallery--four img,
.cor75-gallery--two img {
  aspect-ratio: auto !important;
}

.cor75-section .cor75-gallery {
  align-items: start;
}

.cor75-final-cta {
  margin-top: 70px;
  padding: 38px;
  border: 1px solid #dce7ef;
  border-radius: 32px;
  background: #f8fafb;
  color: #102f4e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.cor75-final-cta h2 {
  margin: 0 0 10px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #102f4e;
}

.cor75-final-cta p {
  margin: 0;
  max-width: 680px;
  color: #4d6578;
  line-height: 1.65;
}

.cor75-final-cta a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border-radius: 999px;
  background: #102f4e;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
}

@media (max-width: 760px) {
  .cor75-final-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
  }
}


/* Ajuste v15 - COR 75 Performance: galería con una sola imagen */
.cor75-gallery--single {
  grid-template-columns: minmax(0, 760px) !important;
  justify-content: center;
}

.cor75-gallery--single img {
  width: 100%;
  margin: 0 auto;
  object-fit: contain !important;
}


/* Ajuste v16 - COR 75 Performance: eliminar imágenes marcadas */
.cor75-content-only {
  display: block !important;
  max-width: 100%;
}

.cor75-content-only > div {
  max-width: 980px;
}

#hoja-oculta-semivista.cor75-split {
  display: block !important;
}

#hoja-oculta-semivista > div:first-child {
  max-width: 980px;
}


/* Ajuste v17 - iconos en posibilidades COR 75 Performance */
.cor75-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.cor75-option {
  min-height: 152px;
  border: 1px solid #e1e7ed;
  border-radius: 22px;
  padding: 18px;
  background: #f8fafb;
  color: #102f4e;
  font-weight: 900;
  font-size: 13px;
  line-height: 1.35;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
}

.cor75-option img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  display: block;
  filter: grayscale(100%);
}

.cor75-option span {
  display: block;
  max-width: 120px;
}

@media (max-width: 760px) {
  .cor75-option {
    min-height: 134px;
  }
}


/* Ajuste v21 - ficha COR 80 Industrial Passivhaus */
.system-page {
  padding-top: 34px;
}

.system-breadcrumb {
  display: inline-flex;
  margin-bottom: 20px;
  color: #4d6578;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.system-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f2f6f8;
  color: #4d6578;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.system-hero {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 48px;
  align-items: center;
}

.system-hero-media {
  border-radius: 34px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e1e7ed;
  box-shadow: 0 18px 45px rgba(16,47,78,0.08);
}

.system-hero-media img {
  width: 100%;
  display: block;
  height: auto;
  object-fit: contain;
  background: #ffffff;
}

.system-hero h1 {
  margin: 0 0 20px;
  color: #102f4e;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.system-lead {
  margin: 0;
  color: #4d6578;
  font-size: 19px;
  line-height: 1.75;
}

.system-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.system-actions a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}

.system-actions a:first-child {
  background: #102f4e;
  color: #ffffff;
}

.system-actions a:not(:first-child) {
  border: 1px solid #ccd8e2;
  background: #ffffff;
  color: #102f4e;
}

.system-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 16px;
}

.system-subnav a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 999px;
  border: 1px solid #ccd8e2;
  background: #ffffff;
  color: #102f4e;
  text-decoration: none;
  font-weight: 800;
}

.system-section {
  margin-top: 70px;
}

.system-section h2 {
  margin: 0 0 18px;
  color: #102f4e;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.system-section p {
  margin: 0;
  color: #4d6578;
  font-size: 17px;
  line-height: 1.75;
}

.system-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.system-stat {
  border: 1px solid #e1e7ed;
  border-radius: 24px;
  padding: 22px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(16,47,78,0.055);
}

.system-stat span {
  display: block;
  color: #4d6578;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.35;
}

.system-stat strong {
  display: block;
  margin-top: 10px;
  color: #102f4e;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 900;
}

.system-note {
  margin-top: 18px;
  color: #6c7d89;
  font-size: 14px;
  font-weight: 600;
}

.system-tech {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  align-items: start;
  margin-top: 34px;
}

.system-card {
  border: 1px solid #e1e7ed;
  border-radius: 28px;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(16,47,78,0.06);
}

.system-card h3 {
  margin: 0 0 20px;
  color: #102f4e;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 26px;
  line-height: 1.15;
}

.system-list {
  display: grid;
  gap: 14px;
}

.system-list div {
  padding-bottom: 14px;
  border-bottom: 1px solid #eef3f6;
  color: #4d6578;
  font-size: 15px;
  line-height: 1.45;
}

.system-list div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.system-list strong {
  display: block;
  color: #102f4e;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.system-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.system-option {
  min-height: 152px;
  border: 1px solid #e1e7ed;
  border-radius: 22px;
  padding: 18px;
  background: #f8fafb;
  color: #102f4e;
  font-weight: 900;
  font-size: 13px;
  line-height: 1.35;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
}

.system-option img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  display: block;
  filter: grayscale(100%);
}

.system-openings {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 24px;
  align-items: center;
}

.system-openings img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 22px;
  border: 1px solid #e1e7ed;
  background: #ffffff;
}

.system-opening-text {
  border: 1px solid #e1e7ed;
  border-radius: 24px;
  padding: 24px;
  background: #f8fafb;
  color: #4d6578;
  font-size: 16px;
  line-height: 1.7;
}

.system-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 30px;
}
.system-gallery--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}


.system-gallery img,
.system-wide-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #e1e7ed;
  box-shadow: 0 18px 45px rgba(16,47,78,0.08);
}

.system-wide-image {
  margin-top: 30px;
}

.system-final-cta {
  margin-top: 70px;
  padding: 38px;
  border: 1px solid #dce7ef;
  border-radius: 32px;
  background: #f8fafb;
  color: #102f4e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.system-final-cta h2 {
  margin: 0 0 10px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #102f4e;
}

.system-final-cta p {
  margin: 0;
  max-width: 680px;
  color: #4d6578;
  line-height: 1.65;
}

.system-final-cta a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border-radius: 999px;
  background: #102f4e;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
}

.system-error {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 22px;
  border-radius: 24px;
  border: 1px dashed #c94b4b;
  background: #fff4f4;
  color: #8a1f1f;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 1100px) {
  .system-hero,
  .system-tech,
  .system-openings {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 760px) {
  .system-page {
    padding-top: 22px;
  }

  .system-stats,
  .system-gallery,
  .system-options {
    grid-template-columns: 1fr;
  }

  .system-section {
    margin-top: 52px;
  }

  .system-card {
    padding: 24px;
  }

  .system-final-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
  }
}


/* Ajuste v26 - COR 80 Industrial Passivhaus: igualar alto del recuadro 80ps4 con el bloque derecho */
.system-hero {
  align-items: stretch;
}

.system-hero-media {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.system-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 1100px) {
  .system-hero-media {
    height: auto;
  }

  .system-hero-media img {
    height: auto;
  }
}


/* Ajuste v27 - COR 80 Industrial Passivhaus: 80ps.jpg con mismo alto que el bloque izquierdo y centrada */
.system-gallery {
  align-items: stretch;
}

.system-gallery-card--80ps {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #e1e7ed;
  box-shadow: 0 18px 45px rgba(16,47,78,0.08);
  box-sizing: border-box;
}

.system-gallery-card--80ps img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
}


/* Ajuste v28 - COR 80 Industrial */
.system-options--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.system-option--pending img {
  opacity: .45;
}

@media (max-width: 1100px) {
  .system-options--five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .system-options--five {
    grid-template-columns: 1fr;
  }
}

/* Ajuste Casement: bloque de aperturas sin imagen, manteniendo estética de fichas tipo COR 70 Industrial */
.system-openings--text-only { display: block; }
.system-openings--text-only .system-opening-text { width: 100%; }

/* Ajuste v73 - Puerta Millennium Plus 80: tres posibilidades en una fila */
.system-options--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 760px) {
  .system-options--three {
    grid-template-columns: 1fr;
  }
}

.system-ref-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px;margin-top:24px}.system-ref-card{background:#fff;border:1px solid rgba(16,47,78,.12);border-radius:18px;padding:18px;text-align:center;box-shadow:0 10px 30px rgba(16,47,78,.06)}.system-ref-card img{max-width:100%;height:140px;object-fit:contain}.system-ref-card p{font-weight:700;margin:.75rem 0 0}


/* v137 - Página de sistema Accesorios */
.accessories-page .accessories-seo{margin-top:18px;color:#4d6578;font-size:16px;line-height:1.7;font-weight:600}.accessory-feature-list{display:grid;gap:28px;margin-top:34px}.accessory-feature{display:grid;grid-template-columns:minmax(260px,.95fr) minmax(280px,1.05fr);gap:28px;align-items:center;border:1px solid #e1e7ed;border-radius:30px;padding:24px;background:#fff;box-shadow:0 18px 45px rgba(16,47,78,.06)}.accessory-feature:nth-child(even){grid-template-columns:minmax(280px,1.05fr) minmax(260px,.95fr)}.accessory-feature:nth-child(even) img{order:2}.accessory-feature img{width:100%;height:auto;display:block;object-fit:contain;border-radius:24px;background:#fff}.accessory-feature h3,.accessory-card h3{margin:0 0 14px;color:#102f4e;font-size:clamp(24px,3vw,36px);line-height:1.08;letter-spacing:-.035em}.accessory-feature ul,.accessory-card ul{margin:0;padding-left:18px;color:#4d6578;line-height:1.7}.accessory-subtitle{margin:44px 0 20px;color:#102f4e;font-size:28px}.accessory-mini-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.accessory-mini{border:1px solid #e1e7ed;border-radius:24px;padding:18px;background:#f8fafb;text-align:center;box-shadow:0 12px 30px rgba(16,47,78,.05)}.accessory-mini img{width:100%;height:220px;object-fit:contain;display:block}.accessory-mini strong{display:block;margin-top:12px;color:#102f4e;font-size:14px;line-height:1.35}.accessory-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;margin-top:34px}.accessory-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.accessory-card{border:1px solid #e1e7ed;border-radius:26px;padding:18px;background:#fff;box-shadow:0 18px 45px rgba(16,47,78,.055)}.accessory-card img{width:100%;height:230px;object-fit:contain;display:block;border-radius:18px;background:#fff}.accessory-card h3{font-size:20px;margin-top:16px}.accessory-card li{font-size:14px}.accessory-wide-image{margin-top:28px}.accessory-wide-image img{width:100%;height:auto;display:block;object-fit:contain;border:1px solid #e1e7ed;border-radius:28px;background:#fff;box-shadow:0 18px 45px rgba(16,47,78,.08)}@media(max-width:1100px){.accessory-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.accessory-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.accessory-feature,.accessory-feature:nth-child(even){grid-template-columns:1fr}.accessory-feature:nth-child(even) img{order:0}.accessory-grid,.accessory-grid--three,.accessory-mini-grid{grid-template-columns:1fr}.accessory-mini img,.accessory-card img{height:auto}.accessory-feature{padding:18px}}

.accessory-feature-list>.accessory-wide-image{grid-column:1/-1}.accessory-wide-image--arch{margin-top:-8px;margin-bottom:8px}

/* Lacados: botones interiores y espacios preparados para contenido posterior */
.lacquer-page .lacquer-selector { padding-bottom: 28px; }
.lacquer-button-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}
.lacquer-button {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  border-radius: 0;
  background: #102f4e;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  box-shadow: 0 14px 30px rgba(16,47,78,.16);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.lacquer-button:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(16,47,78,.22); background: #0b243d; }
.lacquer-button strong { font-size: 1.5rem; line-height: 1; }
.lacquer-slots {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px 24px;
  display: grid;
  gap: 18px;
}
.lacquer-content-slot {
  scroll-margin-top: 110px;
  border: 1px solid rgba(16,47,78,.16);
  background: #fff;
  padding: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}
.lacquer-content-slot h2 { margin: 8px 0 10px; color: #102f4e; }
.lacquer-content-slot p { margin: 0; color: #4b5563; }
.lacquer-slot-label {
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #102f4e;
  border: 1px solid rgba(16,47,78,.18);
  padding: 10px 14px;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .lacquer-button-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lacquer-content-slot { grid-template-columns: 1fr; }
  .lacquer-slot-label { justify-self: start; }
}
@media (max-width: 560px) {
  .lacquer-button-grid { grid-template-columns: 1fr; }
}

/* Lacados: cartas de color integradas */
.lacquer-content-filled {
  display: block;
  border: 0;
  padding: 44px 0 28px;
  background: transparent;
}
.lacquer-content-head {
  max-width: 900px;
  margin: 0 auto 28px;
  padding: 0 24px;
  text-align: center;
}
.lacquer-content-head h2 { margin: 8px 0 12px; color: #102f4e; }
.lacquer-content-head p { margin: 0; color: #4b5563; line-height: 1.7; }
.lacquer-swatch-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}
.lacquer-swatch {
  background: #fff;
  border: 1px solid rgba(16,47,78,.10);
  box-shadow: 0 12px 26px rgba(16,47,78,.08);
  overflow: hidden;
}
.lacquer-swatch img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}
.lacquer-swatch p {
  margin: 0;
  padding: 12px 14px 14px;
  color: #102f4e;
  font-weight: 700;
  letter-spacing: .04em;
  text-align: center;
}
.lacquer-note {
  max-width: 900px;
  margin: 24px auto 0;
  padding: 0 24px;
  color: #6b7280;
  font-size: .92rem;
  text-align: center;
}
@media (min-width: 980px) {
  .lacquer-swatch-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .lacquer-swatch-grid { grid-template-columns: 1fr; }
  .lacquer-swatch img { height: 180px; }
}

/* Foliados grouped colour chart */
.lacquer-content-group { max-width: 1320px; margin: 42px auto 0; }
.lacquer-content-group h3 { margin: 0 24px 20px; color: #102f4e; font-size: clamp(1.25rem, 2vw, 1.8rem); text-align: left; }
.lacquer-content-group + .lacquer-content-group { margin-top: 58px; }


/* Advice landing updated v145 */
.advice-page{padding-top:0;}
.advice-hero{width:100%;margin:0 0 48px 0;}
.advice-hero img{display:block;width:100%;height:auto;max-height:620px;object-fit:cover;}
.advice-heading{max-width:980px;margin:0 auto 56px auto;padding:0 24px;text-align:center;}
.advice-heading h1{font-size:clamp(2.1rem,4vw,4rem);line-height:1.05;margin:0 0 18px;color:#102f4e;}
.advice-heading p{font-size:1.18rem;line-height:1.55;margin:0;color:#4a5965;}
.advice-feature{max-width:1180px;margin:0 auto 72px auto;padding:0 24px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:46px;align-items:center;}
.advice-feature.reverse .advice-feature-media{order:2;}
.advice-feature.reverse .advice-feature-content{order:1;}
.advice-feature-media img{display:block;width:100%;height:auto;border-radius:0;box-shadow:0 18px 46px rgba(16,47,78,.12);}
.advice-feature-content h2{font-size:clamp(1.7rem,2.6vw,2.7rem);line-height:1.12;margin:0 0 18px;color:#102f4e;}
.advice-feature-content p{font-size:1.02rem;line-height:1.68;color:#33424d;margin:0 0 16px;}
.advice-more{display:inline-flex;margin-top:14px;padding:13px 22px;border:1px solid #102f4e;background:#102f4e;color:#fff;text-decoration:none;font-weight:700;letter-spacing:.01em;transition:all .2s ease;}
.advice-more:hover{background:#fff;color:#102f4e;}
@media (max-width: 820px){.advice-heading{margin-bottom:38px}.advice-feature,.advice-feature.reverse{grid-template-columns:1fr;gap:24px;margin-bottom:52px}.advice-feature.reverse .advice-feature-media,.advice-feature.reverse .advice-feature-content{order:initial}.advice-hero img{max-height:none}.advice-feature{padding:0 18px}}


/* Advice detail pages */
.advice-detail-page{background:#fff;color:#111;}
.advice-detail-hero img{display:block;width:100%;height:min(58vw,620px);object-fit:cover;}
.advice-detail-heading{max-width:1120px;margin:0 auto;padding:70px 24px 44px;text-align:center;}
.advice-detail-heading h1{font-size:clamp(2rem,4vw,4rem);line-height:1.05;margin:0 0 24px;font-weight:700;}
.advice-detail-heading p{font-size:1.08rem;line-height:1.75;max-width:950px;margin:0 auto;color:#3f3f3f;}
.advice-detail-feature{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;max-width:1240px;margin:0 auto;padding:44px 24px;gap:48px;}
.advice-detail-feature.reverse .advice-detail-media{order:2;}
.advice-detail-media img{width:100%;height:auto;display:block;border-radius:0;object-fit:cover;}
.advice-detail-content h2{font-size:clamp(1.7rem,2.4vw,2.6rem);line-height:1.15;margin:0 0 20px;}
.advice-detail-content p{font-size:1.02rem;line-height:1.75;color:#3f3f3f;margin:0 0 20px;}
.advice-detail-buttons{display:flex;flex-wrap:wrap;gap:14px;margin-top:26px;}
.advice-detail-button,.advice-back{display:inline-flex;align-items:center;justify-content:center;background:#102f4e;color:#fff;text-decoration:none;padding:13px 22px;font-weight:700;letter-spacing:.02em;border-radius:0;}
.advice-detail-button:hover,.advice-back:hover{background:#0b2238;color:#fff;}
.advice-conclusion{max-width:980px;margin:0 auto;padding:52px 24px 86px;text-align:center;}
.advice-conclusion h2{font-size:clamp(1.8rem,3vw,3rem);margin:0 0 18px;}
.advice-conclusion p{font-size:1.05rem;line-height:1.75;color:#3f3f3f;}
.advice-back-wrap{max-width:1240px;margin:0 auto;padding:10px 24px 70px;}
@media(max-width:900px){.advice-detail-feature{grid-template-columns:1fr;gap:24px;padding:34px 20px}.advice-detail-feature.reverse .advice-detail-media{order:0}.advice-detail-heading{padding:48px 20px 26px}.advice-detail-hero img{height:56vw;min-height:260px}}

/* Advice product-style alignment v150 */
.advice-page,
.advice-detail-page {
  background: #ffffff;
  color: #0d2435;
}

.advice-hero,
.advice-detail-hero {
  max-width: 1180px;
  margin: 0 auto 48px;
  padding: 0 24px;
}

.advice-hero img,
.advice-detail-hero img {
  display: block;
  width: 100%;
  height: min(52vw, 620px);
  object-fit: cover;
  border-radius: 32px;
  background: #edf2f5;
  box-shadow: 0 18px 45px rgba(16,47,78,0.10);
}

.advice-heading,
.advice-detail-heading {
  max-width: 980px;
  margin: 0 auto 56px;
  padding: 0 24px;
  text-align: center;
}

.advice-detail-heading {
  padding-top: 12px;
  padding-bottom: 24px;
}

.advice-heading h1,
.advice-detail-heading h1 {
  font-family: Montserrat, Arial, sans-serif;
  margin: 0 0 18px;
  color: #102f4e;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.045em;
  font-weight: 800;
}

.advice-heading p,
.advice-detail-heading p {
  max-width: 950px;
  margin: 0 auto;
  color: #4d6578;
  font-size: 19px;
  line-height: 1.65;
  font-weight: 500;
}

.advice-feature,
.advice-detail-feature {
  max-width: 1180px;
  margin: 0 auto 72px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: 46px;
  align-items: center;
}

.advice-feature-media img,
.advice-detail-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.25 / 1;
  object-fit: cover;
  border-radius: 32px;
  background: #edf2f5;
  box-shadow: 0 18px 45px rgba(16,47,78,0.10);
}

.advice-feature-content h2,
.advice-detail-content h2,
.advice-conclusion h2 {
  font-family: Montserrat, Arial, sans-serif;
  margin: 0 0 18px;
  color: #102f4e;
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 1.12;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.advice-feature-content p,
.advice-detail-content p,
.advice-conclusion p {
  color: #4d6578;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
}

.advice-more,
.advice-detail-button,
.advice-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 14px;
  padding: 12px 18px;
  border: 1px solid #102f4e;
  border-radius: 999px;
  background: #102f4e;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.advice-more:hover,
.advice-detail-button:hover,
.advice-back:hover {
  background: #0b2238;
  border-color: #0b2238;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.advice-detail-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.advice-conclusion {
  max-width: 980px;
  margin: 0 auto;
  padding: 52px 24px 86px;
  text-align: center;
}

.advice-back-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 24px 70px;
}

@media(max-width:900px) {
  .advice-hero,
  .advice-detail-hero {
    margin-bottom: 34px;
    padding: 0 18px;
  }
  .advice-hero img,
  .advice-detail-hero img {
    height: 56vw;
    min-height: 260px;
    border-radius: 24px;
  }
  .advice-heading,
  .advice-detail-heading {
    margin-bottom: 38px;
    padding: 0 20px 10px;
  }
  .advice-feature,
  .advice-feature.reverse,
  .advice-detail-feature {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 52px;
    padding: 0 20px;
  }
  .advice-feature.reverse .advice-feature-media,
  .advice-feature.reverse .advice-feature-content,
  .advice-detail-feature.reverse .advice-detail-media {
    order: initial;
  }
  .advice-feature-media img,
  .advice-detail-media img {
    border-radius: 24px;
  }
}


/* Advice security/minimalism additions v151 */
.advice-detail-subheading h2 {
  font-family: Montserrat, Arial, sans-serif;
  margin: 0 0 18px;
  color: #102f4e;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 800;
}
.advice-conclusion p {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}


/* Inspiración - proyectos ejecutados */
.inspiration-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
  margin-bottom: 42px;
}
.inspiration-hero p { max-width: 820px; color: #4d6578; font-size: 18px; line-height: 1.7; }
.inspiration-project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  margin: 42px 0 70px;
}
.inspiration-project-card {
  overflow: hidden;
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(16,47,78,0.10);
  border: 1px solid rgba(16,47,78,0.08);
}
.inspiration-project-card a { color: inherit; text-decoration: none; display: block; height: 100%; }
.inspiration-project-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.inspiration-project-content { padding: 28px; }
.inspiration-project-content span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #4d6578;
  font-size: 14px;
  font-weight: 700;
}
.inspiration-project-content h2 {
  margin: 0 0 10px;
  color: #102f4e;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.12;
}
.inspiration-project-content p { color: #4d6578; line-height: 1.65; margin: 0 0 22px; }
.inspiration-project-content strong {
  display: inline-flex;
  padding: 13px 18px;
  border-radius: 999px;
  background: #102f4e;
  color: #ffffff;
  font-size: 14px;
}
.back-link {
  display: inline-flex;
  margin-bottom: 28px;
  color: #102f4e;
  font-weight: 800;
  text-decoration: none;
}
.project-hero {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 42px;
  align-items: center;
  margin-bottom: 48px;
}
.project-hero-copy p { color: #4d6578; font-size: 18px; line-height: 1.7; }
.project-hero img {
  width: 100%;
  border-radius: 34px;
  box-shadow: 0 22px 54px rgba(16,47,78,0.12);
  display: block;
}
.project-info-card {
  padding: 36px;
  border-radius: 32px;
  background: #f2f6f8;
  border: 1px solid #dce7ef;
}
.project-info-card h2 { margin: 0 0 14px; font-size: 34px; color: #102f4e; }
.project-info-card p { color: #4d6578; line-height: 1.7; max-width: 820px; }
@media (max-width: 900px) {
  .inspiration-project-grid,
  .project-hero { grid-template-columns: 1fr; }
  .project-hero { gap: 26px; }
}


/* v156 detailed inspiration project pages */
.inspiration-detail-page.case-study-page { max-width: 1180px; }
.case-intro-card { margin: 0 0 44px; padding: 34px; border-radius: 32px; background: #f2f6f8; border: 1px solid #dce7ef; box-shadow: 0 18px 44px rgba(16,47,78,.08); }
.case-intro-card p { margin: 0; color: #4d6578; font-size: 18px; line-height: 1.75; }
.case-study-section { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: center; margin: 58px 0; }
.case-study-section.reverse .case-study-copy { order: -1; }
.case-study-section img { width: 100%; border-radius: 34px; box-shadow: 0 22px 54px rgba(16,47,78,0.12); display: block; }
.case-study-copy h2 { margin: 0 0 16px; color: #102f4e; font-size: clamp(26px,3.1vw,40px); line-height: 1.12; }
.case-study-copy p { color: #4d6578; font-size: 17px; line-height: 1.72; margin: 0; }
.tech-card { margin-top: 58px; padding: 38px; border-radius: 32px; background: #102f4e; color: #fff; display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: center; }
.tech-card h2 { color: #fff; margin: 0; font-size: clamp(28px,3vw,40px); }
.tech-card dl { display: grid; grid-template-columns: minmax(120px,.35fr) 1fr; gap: 12px 20px; margin: 0; }
.tech-card dt { font-weight: 800; color: rgba(255,255,255,.78); }
.tech-card dd { margin: 0; color: #fff; }
.project-hero-copy h1 { color: #102f4e; }
@media (max-width: 900px) { .case-study-section, .tech-card { grid-template-columns: 1fr; } .case-study-section.reverse .case-study-copy { order: initial; } .tech-card { padding: 28px; } }


/* v158 detailed inspiration project pages */
.inspiration-detail-page.case-study-page { max-width: 1180px; }
.case-intro-card { margin: 0 0 44px; padding: 34px; border-radius: 32px; background: #f2f6f8; border: 1px solid #dce7ef; box-shadow: 0 18px 44px rgba(16,47,78,.08); }
.case-intro-card p { margin: 0; color: #4d6578; font-size: 18px; line-height: 1.75; }
.case-study-section { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: center; margin: 58px 0; }
.case-study-section.reverse .case-study-copy { order: -1; }
.case-study-section img { width: 100%; border-radius: 34px; box-shadow: 0 22px 54px rgba(16,47,78,0.12); display: block; }
.case-study-copy h2 { margin: 0 0 16px; color: #102f4e; font-size: clamp(26px,3.1vw,40px); line-height: 1.12; }
.case-study-copy p { color: #4d6578; font-size: 17px; line-height: 1.72; margin: 0; }
.tech-card { margin-top: 58px; padding: 38px; border-radius: 32px; background: #102f4e; color: #fff; display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: center; }
.tech-card h2 { color: #fff; margin: 0; font-size: clamp(28px,3vw,40px); }
.tech-card dl { display: grid; grid-template-columns: minmax(120px,.35fr) 1fr; gap: 12px 20px; margin: 0; }
.tech-card dt { font-weight: 800; color: rgba(255,255,255,.78); }
.tech-card dd { margin: 0; color: #fff; }
.project-hero-copy h1 { color: #102f4e; }
@media (max-width: 900px) { .case-study-section, .tech-card { grid-template-columns: 1fr; } .case-study-section.reverse .case-study-copy { order: initial; } .tech-card { padding: 28px; } }

/* v161 detailed inspiration pages: Casa TF7 and Dos villas en Cannes */

/* Red de tiendas - localizador CORTIZO integrado */
.stores-page .page-hero--stores{
  text-align:center;
  max-width:980px;
  margin:0 auto 2rem;
}
.stores-page .page-hero--stores h1{
  color:#102f4e;
}
.stores-page .page-hero--stores p{
  max-width:820px;
  margin:0.8rem auto 0;
  color:#4b5563;
}
.stores-locator-section{
  margin:2rem auto 3rem;
}
.stores-info-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1.25rem;
  margin:3rem auto;
}
@media(max-width:900px){
  .stores-info-grid{grid-template-columns:1fr;}
}


/* v169 header: language selector separated from main menu */
.header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1 1 auto;
  min-width: 0;
}
.header-language {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 2px 0 36px;
}
.header-language .lang-select {
  font-size: 14px;
  color: #102f4e;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 9px 34px 9px 15px;
  background-color: #ffffff;
  background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%;
}
.header-right .nav {
  margin-top: 0;
  gap: clamp(22px, 2.6vw, 48px);
}
.about-cortizo-hero { background: #f5f8fa; }
.about-cortizo-page .about-stats { margin-top: 32px; }
@media (max-width: 980px) {
  .header-inner { align-items: flex-start; }
  .header-right { flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 12px; }
  .header-language { order: 1; width: auto; margin: 0; }
  .mobile-toggle { order: 2; margin-left: 0; }
  .header-right .nav { order: 3; width: 100%; margin-top: 0; }
  .header-language .lang-select { width: auto; min-width: 142px; font-size: 14px; padding: 11px 34px 11px 15px; }
}
@media (max-width: 560px) {
  .header-inner { gap: 12px; }
  .header-right { width: 100%; justify-content: space-between; }
  .header-language { flex: 1 1 auto; justify-content: flex-start; }
  .header-language .lang-select { max-width: 190px; }
}


/* v171 Sobre Cortizo ampliado */
.about-video-hero{position:relative;min-height:clamp(360px,55vw,680px);overflow:hidden;background:#0b1720;display:flex;align-items:flex-end;color:#fff}
.about-video-hero video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.about-video-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,38,62,.72));z-index:1}
.about-video-overlay{position:relative;z-index:2;width:min(1180px,calc(100% - 36px));margin:0 auto;padding:0 0 clamp(42px,7vw,82px)}
.about-video-overlay span,.about-cortizo-new .eyebrow{display:block;color:#009fe3;font-weight:900;letter-spacing:.14em;text-transform:uppercase;font-size:13px;margin-bottom:12px}
.about-video-overlay h1{margin:0;color:#fff;font-size:clamp(38px,7vw,82px);line-height:.95;font-weight:900;letter-spacing:-.04em}
.about-video-overlay p{max-width:780px;margin:18px 0 0;color:rgba(255,255,255,.9);font-size:clamp(16px,2vw,22px);line-height:1.55}
.about-cortizo-new{width:100%;max-width:1180px;margin:0 auto;padding:70px 22px 90px;color:#1f2933}
.about-intro-block{display:grid;grid-template-columns:1fr .95fr;gap:44px;align-items:center;margin-bottom:36px}
.about-intro-copy h2,.about-section-heading h2,.about-split-copy h2{margin:0 0 22px;color:#00263e;font-size:clamp(30px,4vw,52px);line-height:1;font-weight:900;letter-spacing:-.035em}
.about-section-heading h2 strong,.about-split-copy h2 strong{display:block;color:#00263e;font-weight:500;font-size:.58em;line-height:1.18;margin-top:8px;letter-spacing:-.02em}
.about-intro-copy p,.about-split-copy p{color:#4b5563;font-size:16px;line-height:1.75;margin:0 0 16px}
.about-map-card{border-radius:28px;overflow:hidden;background:#f3f6f8;border:1px solid #e5e7eb;padding:18px}
.about-map-card img{width:100%;display:block;border-radius:18px}
.about-stats-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin:38px 0 76px}
.about-stat-card{background:#f7fafc;border:1px solid #e5e7eb;border-radius:20px;padding:22px 14px;text-align:center}
.about-stat-card strong{display:block;color:#00263e;font-size:clamp(26px,3vw,42px);line-height:1;font-weight:900}
.about-stat-card span{display:block;margin-top:8px;color:#5f6b76;font-size:12px;line-height:1.35;text-transform:uppercase;font-weight:800}
.about-section-heading{text-align:center;max-width:760px;margin:0 auto 32px}
.factory-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:80px}
.factory-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;overflow:hidden;box-shadow:0 18px 45px rgba(0,38,62,.07)}
.factory-card img{width:100%;aspect-ratio:1.35/1;object-fit:cover;display:block}
.factory-card h3{margin:18px 18px 2px;color:#00263e;font-size:18px;line-height:1.15;font-weight:900}
.factory-card p{margin:0 18px 20px;color:#6b7280;font-size:14px;line-height:1.4}
.about-split-section{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center;margin:0 0 76px}
.about-split-section.reverse .about-split-copy{order:2}
.about-split-section>img{width:100%;border-radius:30px;display:block;box-shadow:0 20px 60px rgba(0,38,62,.12)}
@media(max-width:1100px){.about-stats-grid{grid-template-columns:repeat(3,1fr)}.factory-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.about-cortizo-new{padding:52px 16px 70px}.about-intro-block,.about-split-section{grid-template-columns:1fr;gap:26px}.about-split-section.reverse .about-split-copy{order:0}.about-stats-grid{grid-template-columns:repeat(2,1fr);margin-bottom:54px}.factory-grid{grid-template-columns:1fr}.about-video-overlay{width:calc(100% - 32px)}}

/* v172 ajustes Sobre Cortizo */
.about-intro-block .eyebrow{color:#6b7280!important}
.about-video-overlay h1{text-transform:none}


/* v173 header professional links */
.header-language{
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}
.header-professional-links{
  display:inline-flex;
  align-items:center;
  justify-content:flex-end;
  gap:5px;
  flex-wrap:wrap;
  color:#54545a;
  font-size:14px;
  line-height:1.25;
  font-weight:400;
  text-align:right;
}
.header-professional-links a{
  color:#54545a;
  text-decoration:none;
  font-weight:600;
}
.header-professional-links a:hover{
  color:#102f4e;
  text-decoration:underline;
  text-underline-offset:3px;
}
.header-professional-links .sep{ color:#9ca3af; margin:0 1px; }
@media (max-width: 980px){
  .header-language{ gap:10px; justify-content:flex-end; }
  .header-professional-links{ font-size:13px; flex:1 1 100%; justify-content:flex-end; }
}
@media (max-width: 560px){
  .header-language{ justify-content:flex-start; width:100%; }
  .header-professional-links{ justify-content:flex-start; text-align:left; flex:1 1 100%; }
}
/* end v173 */


/* v174 ajustes Sobre Cortizo y accesos profesionales */
.about-video-hero:after{background:linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,38,62,.28))!important}
.about-video-overlay span,.about-cortizo-new .eyebrow{color:#6b7280!important}
.header-professional-links a{font-weight:400!important}

/* v175 logo menu integration fix */
.site-header .logo img{display:block;max-height:54px;width:auto;object-fit:contain;}
.site-header .logo{display:inline-flex;align-items:center;min-width:150px;}
.logo-text-fallback{display:none;}

/* v177 logo menu fix all languages */
.site-header .logo{display:inline-flex!important;align-items:center!important;flex:0 0 auto!important;min-width:150px!important;text-decoration:none!important;}
.site-header .logo img{display:block!important;height:54px!important;max-height:54px!important;width:auto!important;max-width:235px!important;object-fit:contain!important;}
.site-header .logo-text-fallback{display:none;font-weight:800;color:#102f4e;}
@media(max-width:768px){.site-header .logo img{height:42px!important;max-height:42px!important;max-width:190px!important}.site-header .logo{min-width:120px!important}}

/* v208 ajuste menu movil: idioma y acceso profesional arriba a la derecha */
@media (max-width: 980px){
  .site-header .header-inner{
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 10px !important;
    padding: 12px 14px 14px !important;
    min-height: 0 !important;
  }
  .site-header .logo{
    flex: 0 0 auto !important;
    min-width: 96px !important;
    margin-top: 2px !important;
  }
  .site-header .logo img{
    height: 40px !important;
    max-height: 40px !important;
    max-width: 168px !important;
  }
  .site-header .header-right{
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    gap: 8px !important;
  }
  .site-header .header-language{
    order: 1 !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    flex: 0 0 auto !important;
    text-align: right !important;
  }
  .site-header .header-professional-links{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    max-width: 100% !important;
    padding: 7px 11px !important;
    border-radius: 999px !important;
    background: #102f4e !important;
    color: #ffffff !important;
    font-size: 11.5px !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
    text-align: center !important;
    box-shadow: 0 10px 22px rgba(16,47,78,.12) !important;
  }
  .site-header .header-professional-links a,
  .site-header .header-professional-links span{
    color: #ffffff !important;
  }
  .site-header .header-professional-links a{
    text-decoration: none !important;
  }
  .site-header .header-language .lang-select{
    width: auto !important;
    min-width: 128px !important;
    max-width: 150px !important;
    padding: 8px 30px 8px 12px !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 999px !important;
    background-color: #ffffff !important;
    font-size: 12px !important;
    line-height: 1.15 !important;
  }
  .site-header .mobile-toggle{
    order: 2 !important;
    display: inline-flex !important;
    margin-left: 0 !important;
    width: 42px !important;
    height: 42px !important;
  }
  .site-header .mobile-toggle span:nth-child(1){ top: 13px !important; }
  .site-header .mobile-toggle span:nth-child(2){ top: 20px !important; }
  .site-header .mobile-toggle span:nth-child(3){ top: 27px !important; }
  .site-header .mobile-toggle.is-active span:nth-child(1){ top: 20px !important; }
  .site-header .mobile-toggle.is-active span:nth-child(3){ top: 20px !important; }
  .site-header .header-right .nav,
  .site-header .nav{
    order: 3 !important;
    width: min(100%, 320px) !important;
    align-self: flex-end !important;
    margin-top: 0 !important;
    text-align: right !important;
  }
  .site-header .nav a{
    text-align: right !important;
  }
}
@media (max-width: 420px){
  .site-header .logo img{
    max-width: 142px !important;
  }
  .site-header .header-professional-links{
    font-size: 10.5px !important;
    padding: 6px 9px !important;
    gap: 3px !important;
  }
  .site-header .header-language .lang-select{
    min-width: 118px !important;
    max-width: 132px !important;
    font-size: 11.5px !important;
  }
}

/* v209 ajuste menu movil: boton arriba, idioma debajo y acceso profesional centrado gris */
@media (max-width: 980px){
  .site-header .header-inner{
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 10px !important;
    padding: 12px 14px 12px !important;
  }
  .site-header .logo{
    order: 1 !important;
    flex: 0 0 auto !important;
    min-width: 96px !important;
    margin-top: 2px !important;
  }
  .site-header .logo img{
    height: 40px !important;
    max-height: 40px !important;
    max-width: 168px !important;
  }
  .site-header .header-right{
    order: 2 !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: flex-end !important;
    gap: 7px !important;
  }
  .site-header .header-language{
    display: contents !important;
    width: auto !important;
    margin: 0 !important;
  }
  .site-header .mobile-toggle{
    order: 1 !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    margin-left: auto !important;
    width: 42px !important;
    height: 42px !important;
  }
  .site-header .mobile-toggle span:nth-child(1){ top: 13px !important; }
  .site-header .mobile-toggle span:nth-child(2){ top: 20px !important; }
  .site-header .mobile-toggle span:nth-child(3){ top: 27px !important; }
  .site-header .mobile-toggle.is-active span:nth-child(1){ top: 20px !important; }
  .site-header .mobile-toggle.is-active span:nth-child(3){ top: 20px !important; }
  .site-header .header-language .lang-select,
  .site-header .lang-select{
    order: 2 !important;
    flex: 0 0 auto !important;
    margin-left: auto !important;
    margin-top: 0 !important;
    width: auto !important;
    min-width: 128px !important;
    max-width: 150px !important;
    padding: 8px 30px 8px 12px !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 999px !important;
    background-color: #ffffff !important;
    color: #54545a !important;
    font-size: 12px !important;
    line-height: 1.15 !important;
    box-shadow: none !important;
  }
  .site-header .header-professional-links{
    order: 3 !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    margin: 5px 0 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #6b7280 !important;
    font-size: 12.5px !important;
    line-height: 1.25 !important;
    font-weight: 400 !important;
    text-align: center !important;
    white-space: normal !important;
  }
  .site-header .header-professional-links a,
  .site-header .header-professional-links span{
    color: #6b7280 !important;
  }
  .site-header .header-professional-links a{
    font-weight: 500 !important;
    text-decoration: none !important;
  }
  .site-header .header-professional-links a:hover{
    color: #54545a !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
  }
  .site-header .header-right .nav,
  .site-header .nav{
    order: 4 !important;
    width: min(100%, 320px) !important;
    align-self: flex-end !important;
    margin-top: 0 !important;
    text-align: right !important;
  }
  .site-header .nav a{
    text-align: right !important;
  }
}
@media (max-width: 420px){
  .site-header .logo img{
    max-width: 142px !important;
  }
  .site-header .header-language .lang-select,
  .site-header .lang-select{
    min-width: 118px !important;
    max-width: 132px !important;
    font-size: 11.5px !important;
  }
  .site-header .header-professional-links{
    font-size: 11.5px !important;
    gap: 3px !important;
  }
}

/* v210 ajuste menu movil: hamburguesa encima del selector y texto profesional a la derecha */
@media (max-width: 980px){
  .site-header .header-inner{
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 10px !important;
    padding: 12px 14px 12px !important;
  }
  .site-header .header-right{
    order: 2 !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    gap: 7px !important;
  }
  .site-header .header-language{
    order: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    gap: 6px !important;
    text-align: right !important;
  }
  .site-header .mobile-toggle{
    order: 1 !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-self: flex-end !important;
    margin: 0 !important;
    width: 42px !important;
    height: 42px !important;
  }
  .site-header .header-language .lang-select,
  .site-header .lang-select{
    order: 1 !important;
    flex: 0 0 auto !important;
    align-self: flex-end !important;
    margin: 0 !important;
    width: auto !important;
    min-width: 128px !important;
    max-width: 150px !important;
    padding: 8px 30px 8px 12px !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 999px !important;
    background-color: #ffffff !important;
    color: #54545a !important;
    font-size: 12px !important;
    line-height: 1.15 !important;
    box-shadow: none !important;
  }
  .site-header .header-professional-links{
    order: 2 !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: min(100%, 320px) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    align-self: flex-end !important;
    gap: 5px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #6b7280 !important;
    font-size: 12.5px !important;
    line-height: 1.25 !important;
    font-weight: 400 !important;
    text-align: right !important;
    white-space: normal !important;
  }
  .site-header .header-professional-links a,
  .site-header .header-professional-links span{
    color: #6b7280 !important;
  }
  .site-header .header-professional-links a{
    font-weight: 500 !important;
    text-decoration: none !important;
  }
  .site-header .header-right .nav,
  .site-header .nav{
    order: 3 !important;
    width: min(100%, 320px) !important;
    align-self: flex-end !important;
    margin-top: 0 !important;
    text-align: right !important;
  }
  .site-header .nav a{
    text-align: right !important;
  }
}
@media (max-width: 420px){
  .site-header .header-language .lang-select,
  .site-header .lang-select{
    min-width: 118px !important;
    max-width: 132px !important;
    font-size: 11.5px !important;
  }
  .site-header .header-professional-links{
    max-width: min(100%, 260px) !important;
    font-size: 11.5px !important;
    gap: 3px !important;
  }
}

/* v211 ajuste menu movil: texto profesional encima de hamburguesa, selector debajo */
@media (max-width: 980px){
  .site-header .header-right{
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    gap: 7px !important;
  }
  .site-header .header-language{
    display: contents !important;
  }
  .site-header .header-professional-links{
    order: 1 !important;
    align-self: flex-end !important;
    justify-content: flex-end !important;
    text-align: right !important;
    margin: 0 !important;
    color: #6b7280 !important;
  }
  .site-header .mobile-toggle{
    order: 2 !important;
    align-self: flex-end !important;
    margin: 0 !important;
  }
  .site-header .header-language .lang-select,
  .site-header .lang-select{
    order: 3 !important;
    align-self: flex-end !important;
    margin: 0 !important;
  }
  .site-header .header-right .nav,
  .site-header .nav{
    order: 4 !important;
    align-self: flex-end !important;
  }
}

/* v212 - listado de productos a una columna en movil */
@media (max-width: 760px) {
  .hinged-grid {
    grid-template-columns: 1fr !important;
  }
  .hinged-system-card {
    width: 100%;
  }
}

/* v213 - móvil: selector de idioma y acceso profesional dentro de la hamburguesa */
@media (max-width: 980px) {
  .site-header .header-inner {
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 10px !important;
    padding: 12px 14px !important;
  }
  .site-header .logo {
    flex: 0 0 auto !important;
    min-width: 96px !important;
    margin-top: 2px !important;
  }
  .site-header .logo img {
    height: 40px !important;
    max-height: 40px !important;
    max-width: 168px !important;
  }
  .site-header .header-right {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    gap: 8px !important;
  }
  .site-header .mobile-toggle {
    order: 1 !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-self: flex-end !important;
    margin: 0 !important;
    width: 42px !important;
    height: 42px !important;
  }
  .site-header .mobile-toggle span:nth-child(1){ top: 13px !important; }
  .site-header .mobile-toggle span:nth-child(2){ top: 20px !important; }
  .site-header .mobile-toggle span:nth-child(3){ top: 27px !important; }
  .site-header .mobile-toggle.is-active span:nth-child(1){ top: 20px !important; }
  .site-header .mobile-toggle.is-active span:nth-child(3){ top: 20px !important; }
  .site-header .header-right .nav,
  .site-header .nav {
    order: 2 !important;
    width: min(100%, 320px) !important;
    align-self: flex-end !important;
    margin-top: 0 !important;
    padding: 10px 0 6px !important;
    text-align: right !important;
  }
  .site-header .nav a {
    text-align: right !important;
  }
  .site-header .nav .header-language {
    width: 100% !important;
    max-width: 100% !important;
    margin: 8px 0 0 !important;
    display: flex !important;
    flex-direction: column-reverse !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    text-align: right !important;
  }
  .site-header .nav .header-professional-links {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 5px !important;
    margin: 0 !important;
    padding: 13px 16px !important;
    border-radius: 14px !important;
    background: #f2f6f8 !important;
    box-shadow: none !important;
    color: #6b7280 !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
    font-weight: 400 !important;
    text-align: right !important;
    white-space: normal !important;
  }
  .site-header .nav .header-professional-links a,
  .site-header .nav .header-professional-links span {
    color: #6b7280 !important;
  }
  .site-header .nav .header-professional-links a {
    font-weight: 500 !important;
    text-decoration: none !important;
  }
  .site-header .nav .header-language .lang-select,
  .site-header .nav .lang-select {
    display: block !important;
    order: initial !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 13px 42px 13px 16px !important;
    border: 0 !important;
    border-radius: 14px !important;
    background-color: #f2f6f8 !important;
    color: #54545a !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
    text-align: right !important;
    box-shadow: none !important;
    background-position: calc(100% - 22px) 50%, calc(100% - 17px) 50% !important;
  }
}
@media (min-width: 981px) {
  .site-header .nav .header-language {
    display: none !important;
  }
}
@media (max-width: 420px) {
  .site-header .logo img {
    max-width: 142px !important;
  }
  .site-header .header-right .nav,
  .site-header .nav {
    width: min(100%, 300px) !important;
  }
  .site-header .nav .header-professional-links {
    font-size: 12px !important;
    gap: 3px !important;
  }
}

/* v215 - móvil: enlace profesional en una línea y Presupuesto siempre blanco sobre azul */
@media (max-width: 980px) {
  .site-header .nav .header-professional-links {
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    overflow: visible !important;
    font-size: clamp(10px, 2.55vw, 13px) !important;
    line-height: 1.15 !important;
    gap: 3px !important;
    padding: 12px 10px !important;
  }
  .site-header .nav .header-professional-links a,
  .site-header .nav .header-professional-links span {
    white-space: nowrap !important;
    flex: 0 0 auto !important;
  }
  .site-header .nav a.cta,
  .site-header .nav .cta {
    background: #102f4e !important;
    color: #ffffff !important;
    border-radius: 999px !important;
    padding: 13px 18px !important;
    text-align: center !important;
    font-weight: 600 !important;
    width: 100% !important;
    display: block !important;
  }
  .site-header .nav a.cta:hover,
  .site-header .nav .cta:hover,
  .site-header .nav a.cta:focus,
  .site-header .nav .cta:focus {
    background: #102f4e !important;
    color: #ffffff !important;
    opacity: 1 !important;
  }
}
@media (max-width: 420px) {
  .site-header .nav .header-professional-links {
    font-size: clamp(9px, 2.45vw, 11px) !important;
    gap: 2px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}

/* v216 - móvil: menú centrado y acceso profesional como un único botón con enlaces internos */
@media (max-width: 980px) {
  .site-header .header-right .nav,
  .site-header .nav {
    text-align: center !important;
  }
  .site-header .nav a,
  .site-header .nav .nav-link,
  .site-header .nav .cta {
    text-align: center !important;
  }
  .site-header .nav .header-language {
    align-items: stretch !important;
    text-align: center !important;
  }
  .site-header .nav .header-language .lang-select,
  .site-header .nav .lang-select {
    text-align: center !important;
    text-align-last: center !important;
    -moz-text-align-last: center !important;
    padding-left: 42px !important;
    padding-right: 42px !important;
    background-position: calc(100% - 22px) 50%, calc(100% - 17px) 50% !important;
  }
  .site-header .nav .header-professional-links {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
    background: #f2f6f8 !important;
    border-radius: 14px !important;
    padding: 13px 14px !important;
    color: #6b7280 !important;
    white-space: nowrap !important;
    overflow: visible !important;
    box-shadow: none !important;
  }
  .site-header .nav .header-professional-links span,
  .site-header .nav .header-professional-links a {
    display: inline !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #6b7280 !important;
    font-size: clamp(10px, 2.55vw, 13px) !important;
    line-height: 1.15 !important;
    text-align: center !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    font-weight: 500 !important;
  }
  .site-header .nav .header-professional-links a:hover,
  .site-header .nav .header-professional-links a:focus {
    color: #102f4e !important;
    background: transparent !important;
    text-decoration: underline !important;
  }
}

/* v217 - móvil: botones del menú con fondo blanco, menos separación y Presupuesto en 2965C */
@media (max-width: 980px) {
  .site-header .header-right .nav,
  .site-header .nav {
    gap: 6px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .site-header .nav > a,
  .site-header .nav .header-language,
  .site-header .nav .header-professional-links {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .site-header .nav > a:not(.cta) {
    display: block !important;
    width: 100% !important;
    padding: 10px 14px !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    color: #102f4e !important;
    text-align: center !important;
    box-shadow: none !important;
  }
  .site-header .nav > a:not(.cta):hover,
  .site-header .nav > a:not(.cta):focus {
    background: #ffffff !important;
    color: #102f4e !important;
  }
  .site-header .nav .header-language {
    gap: 6px !important;
    margin-top: 0 !important;
  }
  .site-header .nav .header-language .lang-select,
  .site-header .nav .lang-select {
    background-color: #ffffff !important;
    border-radius: 12px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-align: center !important;
    text-align-last: center !important;
    -moz-text-align-last: center !important;
  }
  .site-header .nav .header-professional-links {
    background: #ffffff !important;
    border-radius: 12px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .site-header .nav a.cta,
  .site-header .nav .cta {
    background: #102f4e !important;
    color: #ffffff !important;
    border-radius: 999px !important;
    padding: 11px 16px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    text-align: center !important;
  }
  .site-header .nav a.cta:hover,
  .site-header .nav .cta:hover,
  .site-header .nav a.cta:focus,
  .site-header .nav .cta:focus {
    background: #102f4e !important;
    color: #ffffff !important;
  }
}


/* v219 Sobre Cortizo overlay + home advice cards */
.about-video-hero:after{
  background:linear-gradient(180deg,rgba(60,67,72,.12),rgba(60,67,72,.42))!important;
}
.vc .card{
  box-shadow:0 8px 24px rgba(0,38,62,.04);
}
.vc .card:hover{
  box-shadow:0 14px 34px rgba(0,38,62,.08);
}
.vc .ic{
  width:54px;
  height:54px;
  border-radius:18px;
  border:1px solid rgba(0,38,62,.18);
  color:var(--b);
  font-size:0;
  font-weight:900;
  box-shadow:0 6px 18px rgba(0,38,62,.05);
}
.vc .ic svg{
  width:24px;
  height:24px;
  display:block;
  stroke:currentColor;
  fill:none;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.vc .ic svg.fill-icon{
  fill:currentColor;
  stroke:none;
}

/* v228 - Formulario real solicitepresupuesto integrado */
.formulario.solicitepresupuesto,
.formulario.solicitepresupuesto .form-block { margin: 0; }
.formulario.solicitepresupuesto .campo { margin-bottom: 15px; }
.formulario.solicitepresupuesto .text-field.w-input {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid #d2d6da;
  border-radius: 0;
  background: #fff;
  color: #333;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
  outline: none;
}
.formulario.solicitepresupuesto .text-field.w-input:focus { border-color: #102f4e; }
.formulario.solicitepresupuesto .consulta { min-height: 76px; }
.formulario.solicitepresupuesto .w-checkbox {
  display: block;
  position: relative;
  margin: 15px 0;
  padding-left: 28px;
  color: #5f6f7e;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 400;
}
.formulario.solicitepresupuesto .w-checkbox-input {
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #fff;
}
.formulario.solicitepresupuesto .w-checkbox-input.w--redirected-checked {
  background-color: #102f4e;
  border-color: #102f4e;
}
.formulario.solicitepresupuesto .w-checkbox-input.w--redirected-checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.formulario.solicitepresupuesto .checkbox-label {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 400;
}
.formulario.solicitepresupuesto .checkbox-label a {
  color: #102f4e;
  font-weight: 700;
  text-decoration: underline;
}
.formulario.solicitepresupuesto .control.recaptcha2 { margin: 22px 0; }
.formulario.solicitepresupuesto .submit-button-2.w-button {
  width: 100%;
  margin-top: 8px;
  padding: 15px 20px;
  border: 0;
  border-radius: 14px;
  background: #102f4e;
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.formulario.solicitepresupuesto .submit-button-2.w-button:hover { background: #0b223a; }


/* CTA calculadora: boton blanco con texto azul */
.advice-energy-calculator-cta .advice-detail-button {
  background: #ffffff !important;
  color: #102f4e !important;
  border-color: #ffffff !important;
}

.advice-energy-calculator-cta .advice-detail-button:hover {
  background: #f2f7f9 !important;
  color: #102f4e !important;
  border-color: #f2f7f9 !important;
}
