/*
 * Valena mobile experience layer
 * This file is intentionally scoped to phone-sized viewports so the
 * established desktop presentation remains unchanged.
 */
@media (max-width: 1100px) {
  :root {
    --vln-mobile-gutter: 17px;
    --vln-mobile-radius: 18px;
    --vln-mobile-shadow: 0 14px 36px rgba(3, 29, 57, 0.1);
  }

  html {
    scroll-padding-top: 76px;
  }

  body {
    -webkit-tap-highlight-color: rgba(220, 32, 45, 0.14);
  }

  button,
  a,
  input,
  select,
  textarea {
    touch-action: manipulation;
  }

  input,
  select,
  textarea {
    font-size: 16px !important;
  }

  a:focus-visible,
  button:focus-visible,
  input:focus-visible,
  select:focus-visible,
  textarea:focus-visible {
    outline: 3px solid rgba(220, 32, 45, 0.42);
    outline-offset: 3px;
  }

  /* Compact glass header */
  .header.vln-site-header:not(.is-scrolled) {
    height: 70px !important;
    background: linear-gradient(180deg, rgba(2, 18, 33, 0.88), rgba(2, 18, 33, 0.56)) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    -webkit-backdrop-filter: blur(10px) saturate(135%) !important;
    backdrop-filter: blur(10px) saturate(135%) !important;
  }

  .header.vln-site-header.is-scrolled {
    height: 62px !important;
    background: rgba(2, 18, 33, 0.9) !important;
    box-shadow: 0 10px 28px rgba(0, 10, 22, 0.24) !important;
  }

  .vln-site-header .vln-hdr-inner {
    justify-content: flex-start !important;
    padding-inline: var(--vln-mobile-gutter) 12px !important;
  }

  .vln-site-header .vln-hdr-brand-wrap {
    justify-content: flex-start;
  }

  .vln-site-header .vln-hdr-logo-img {
    height: 36px;
    max-width: 126px;
  }

  .vln-site-header .vln-hdr-menu-toggle {
    right: 10px;
    width: 44px;
    height: 44px;
    gap: 4px;
    padding: 10px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .vln-site-header .vln-hdr-menu-toggle span {
    width: 20px;
    height: 1.5px;
    border-radius: 999px;
  }

  /* Full-screen mobile navigation */
  .megamenu {
    height: 100vh;
    height: 100dvh;
    background:
      radial-gradient(circle at 92% 8%, rgba(220, 32, 45, 0.17), transparent 30%),
      linear-gradient(155deg, #062541 0%, #001426 56%, #000d19 100%);
  }

  .megamenu-header {
    position: relative;
    z-index: 2;
    min-height: 72px;
    padding: calc(10px + env(safe-area-inset-top)) 14px 10px;
    gap: 10px;
    background: rgba(0, 13, 25, 0.44);
    border-bottom-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }

  .megamenu-logo {
    min-width: 0;
    margin-right: auto;
  }

  .mega-desktop-logo {
    width: auto;
    max-width: 116px;
    height: 35px;
  }

  .mega-lang-switcher {
    flex: 0 0 auto;
    gap: 2px;
    margin: 0;
    padding: 3px;
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.14);
  }

  .mega-lang-switcher .mega-lang-btn {
    min-width: 32px;
    min-height: 32px;
    padding: 0 7px;
    border-radius: 50%;
  }

  .mega-lang-sep {
    display: none;
  }

  .megamenu-close {
    width: 42px;
    height: 42px;
    background: rgba(220, 32, 45, 0.16);
    border-color: rgba(255, 104, 113, 0.42);
  }

  .megamenu-body {
    min-height: 0;
    display: block;
    overflow: hidden;
  }

  .megamenu-nav {
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    padding: 20px var(--vln-mobile-gutter) calc(26px + env(safe-area-inset-bottom));
    border: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .menu-items-holder {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
  }

  .menu-item-holder {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
  }

  .menu-item {
    min-height: 54px;
    justify-content: space-between;
    gap: 10px;
    margin: 0;
    padding: 0 10px 0 15px;
  }

  .menu-item a.fs-45 {
    flex: 1;
    padding: 15px 0;
    font-size: clamp(18px, 5.4vw, 23px);
    line-height: 1.12;
    letter-spacing: -0.025em;
    text-transform: none;
  }

  .mega-arr {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.055);
    border-color: rgba(255, 255, 255, 0.13);
  }

  .menu-item-holder.open {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(220, 32, 45, 0.52);
  }

  .menu-item-holder.open .mega-arr {
    background: #dc202d;
    border-color: #dc202d;
  }

  .menu-item-holder .submenu {
    position: static !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
    background: rgba(0, 8, 17, 0.45) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-left: 3px solid #dc202d !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    padding: 8px 12px 12px 16px !important;
    margin: 6px 0 10px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    display: none !important;
  }

  .menu-item-holder.open .submenu,
  .menu-item-holder .submenu.is-active,
  .menu-item-holder .submenu[style*="display: block"] {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .submenu-col {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .submenu-ul {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    width: 100% !important;
  }

  .submenu-ul li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.07) !important;
  }

  .submenu-ul a {
    display: block !important;
    padding: 10px 4px !important;
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
    transition: color 0.2s ease, padding-left 0.2s ease !important;
  }

  .submenu-ul a:hover,
  .submenu-ul a:active {
    color: #dc202d !important;
    padding-left: 6px !important;
  }

  .menu-secondary-footer {
    margin-top: auto;
    padding: 20px 2px 0;
  }

  .menu-sec-contact-ul {
    gap: 8px;
    margin-bottom: 18px;
  }

  .sec-contact-link {
    min-height: 42px;
    padding: 9px 12px;
    overflow-wrap: anywhere;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 11px;
    font-size: 13px;
  }

  .footer-bottom-row {
    flex-direction: column;
    gap: 8px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 10px;
    line-height: 1.55;
  }

  .bottom-desc-col {
    display: none;
  }

  /* Home: confident first viewport */
  .vh-container {
    width: calc(100% - (var(--vln-mobile-gutter) * 2));
  }

  .vh-hero {
    min-height: 100svh;
    max-height: 780px;
    align-items: flex-end;
  }

  .vh-hero-image {
    object-position: 67% center;
  }

  .vh-hero-shade {
    background:
      linear-gradient(180deg, rgba(1, 14, 27, 0.16) 0%, rgba(1, 18, 35, 0.28) 32%, rgba(1, 17, 34, 0.95) 86%, #011326 100%),
      linear-gradient(90deg, rgba(1, 18, 35, 0.74), transparent 82%);
  }

  .vh-hero-copy {
    padding: 118px 0 42px;
  }

  .vh-eyebrow {
    width: fit-content;
    margin-bottom: 14px !important;
    padding: 7px 11px;
    color: rgba(255, 255, 255, 0.84) !important;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    font-size: 9px !important;
    letter-spacing: 0.15em;
  }

  .vh-hero h1 {
    max-width: 12ch;
    margin-bottom: 18px;
    font-size: clamp(35px, 10.5vw, 48px);
    line-height: 1.04;
    letter-spacing: -0.05em;
    text-wrap: balance;
  }

  .vh-hero-copy > p:not(.vh-eyebrow) {
    max-width: 38rem;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.62;
  }

  .vh-hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .vh-button {
    width: auto;
    min-width: 0;
    min-height: 52px;
    padding-inline: 12px;
    border-radius: 12px;
    font-size: 12px;
  }

  .vh-button-ghost {
    background: rgba(255, 255, 255, 0.07);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
  }

  /* Home: compact capacity summary */
  .vh-capacity-strip {
    padding: 12px 0;
    background: #f7f8fa;
    box-shadow: none;
  }

  .vh-capacity-grid {
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .vh-capacity-grid article,
  .vh-capacity-grid article:nth-child(n) {
    min-height: 86px;
    justify-content: flex-start;
    gap: 10px;
    padding: 13px 11px;
    background: #fff;
    border: 1px solid #e0e5ea;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(5, 31, 57, 0.05);
  }

  .vh-spec-icon {
    width: 34px;
    height: 34px;
    font-size: 24px;
  }

  .vh-capacity-grid strong {
    font-size: clamp(14px, 4.2vw, 17px);
  }

  .vh-capacity-grid small {
    margin-top: 3px;
    font-size: 9.5px;
  }

  /* Home: clearer section rhythm and cards */
  .vh-section-heading {
    margin-bottom: 24px;
    text-align: left;
  }

  .vh-section-heading > span {
    font-size: 10.5px;
    letter-spacing: 0.1em;
  }

  .vh-section-heading h2 {
    font-size: clamp(28px, 8.5vw, 38px);
    text-wrap: balance;
  }

  .vh-section-heading p {
    margin-inline: 0;
    font-size: 13px;
  }

  .vh-intro {
    padding: 62px 0 54px;
  }

  .vh-intro-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .vh-intro-copy {
    padding: 0;
  }

  .vh-intro h2,
  .vh-contact-copy h2 {
    font-size: clamp(22px, 6.2vw, 32px);
    line-height: 1.25;
    text-wrap: pretty;
    word-break: normal;
    overflow-wrap: break-word;
    letter-spacing: -0.02em;
  }

  .vh-intro h2 br,
  .vh-contact-copy h2 br {
    display: inline;
    content: " ";
  }

  .vh-intro-copy > p {
    font-size: 14px;
    line-height: 1.72;
  }

  .vh-signature {
    margin-top: 16px;
    font-size: 19px;
  }

  .vh-intro-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0;
    border: 0;
  }

  .vh-intro-stats article {
    padding: 16px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid #dde1e3;
    border-radius: 14px;
  }

  .vh-intro-stats strong {
    font-size: 28px;
  }

  .vh-intro-gallery {
    min-height: 0;
    grid-template-columns: 1.3fr 0.9fr;
    grid-template-rows: repeat(2, 118px);
    gap: 8px;
  }

  .vh-intro-gallery figure {
    border-radius: 14px;
    box-shadow: 0 9px 22px rgba(3, 29, 57, 0.11);
  }

  .vh-intro-gallery figure:first-child {
    grid-column: auto;
    grid-row: 1 / span 2;
  }

  .vh-values {
    padding: 58px 0 50px;
  }

  .vh-values .vh-section-heading {
    margin-bottom: 24px;
  }

  .vh-values .vh-section-heading h2 {
    font-size: clamp(28px, 8.2vw, 36px);
  }

  .vh-values .vh-section-heading p {
    margin-top: 9px;
    font-size: 13px;
  }

  .vh-values-grid {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(225px, 76vw);
    gap: 12px;
    margin-right: calc(var(--vln-mobile-gutter) * -1);
    padding-right: var(--vln-mobile-gutter);
    padding-bottom: 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .vh-values-grid::-webkit-scrollbar,
  .vh-process-grid::-webkit-scrollbar {
    display: none;
  }

  .vh-values-grid article,
  .vh-values-grid .vh-value-feature {
    min-height: 208px;
    margin: 0;
    padding: 26px 20px 22px;
    scroll-snap-align: start;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--vln-mobile-radius);
  }

  .vh-values-grid .vh-value-feature {
    grid-column: auto;
    background: linear-gradient(150deg, #e32a34, #b9131e);
  }

  .vh-values-grid img {
    width: 50px;
    height: 50px;
  }

  .vh-values-grid i {
    margin: 17px 0 15px;
  }

  .vh-values-grid h3 {
    font-size: 17px;
  }

  .vh-values-grid p {
    font-size: 12px;
    line-height: 1.55;
  }

  .vh-process {
    padding: 56px 0 52px;
  }

  .vh-process-grid {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(255px, 82vw);
    gap: 12px;
    margin-right: calc(var(--vln-mobile-gutter) * -1);
    padding: 4px var(--vln-mobile-gutter) 12px 1px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .vh-process-grid article {
    padding: 17px;
    scroll-snap-align: start;
    text-align: left;
    background: #fff;
    border: 1px solid #e1e5e8;
    border-radius: var(--vln-mobile-radius);
    box-shadow: var(--vln-mobile-shadow);
  }

  .vh-process-grid article::after {
    display: none;
  }

  .vh-process-grid article > div {
    height: 190px;
    margin: 12px 0 15px;
    overflow: hidden;
    border-radius: 12px;
  }

  .vh-process-grid h3 {
    font-size: 16px;
  }

  .vh-process-grid p {
    min-height: 0;
    font-size: 12px;
    line-height: 1.55;
  }

  .vh-expertise {
    padding: 56px 0;
  }

  .vh-expertise-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .vh-expertise-card,
  .vh-expertise-tall {
    min-height: 300px;
    border-radius: var(--vln-mobile-radius);
    box-shadow: var(--vln-mobile-shadow);
  }

  .vh-expertise-card:first-child {
    min-height: 365px;
  }

  .vh-expertise-card > span {
    min-height: 88px;
    padding: 17px;
  }

  .vh-solutions {
    padding: 56px 0;
  }

  .vh-solution-grid {
    gap: 14px;
  }

  .vh-solution-card {
    min-height: 340px;
    border-radius: var(--vln-mobile-radius);
    box-shadow: var(--vln-mobile-shadow);
  }

  .vh-solution-top {
    padding: 22px 18px;
  }

  .vh-solution-top h3 {
    font-size: 20px;
  }

  .vh-solution-footer {
    gap: 12px;
    padding: 14px 18px;
  }

  .vh-sol-tags {
    max-width: 46%;
    text-align: right;
  }

  .vh-machine {
    padding: 54px 0;
  }

  .vh-machine-grid {
    gap: 24px;
  }

  .vh-machine-visual {
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: var(--vln-mobile-radius);
    box-shadow: var(--vln-mobile-shadow);
  }

  .vh-machine-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
  }

  .vh-machine-tag {
    top: 14px;
    left: 14px;
    padding: 7px 9px;
    color: #fff;
    background: rgba(2, 18, 33, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    font-size: 9px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }

  .vh-machine-copy {
    padding: 0;
  }

  .vh-machine-copy h2 {
    font-size: 30px;
  }

  .vh-machine-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(3, 29, 57, 0.07);
  }

  .vh-machine-specs article,
  .vh-machine-specs article:nth-child(n) {
    min-height: 104px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 9px;
    padding: 14px;
    border: 0;
  }

  .vh-machine-specs article:nth-child(odd) {
    border-right: 1px solid #d9e2ec;
  }

  .vh-machine-specs article:nth-child(-n + 2) {
    border-bottom: 1px solid #d9e2ec;
  }

  .vh-machine-specs article > svg {
    width: 30px;
    height: 30px;
  }

  .vh-machine-specs strong {
    font-size: 15px;
  }

  .vh-machine-button {
    min-height: 50px;
    border-radius: 12px;
  }

  .vh-references {
    padding: 56px 0 0;
  }

  .vh-references .vh-section-heading {
    margin-bottom: 20px;
  }

  .vh-reference-grid {
    gap: 20px;
  }

  .vh-reference-map {
    padding: 12px 4px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: var(--vln-mobile-radius);
  }

  .vh-pin-label {
    display: none;
  }

  .vh-map-pin b {
    width: 10px;
    height: 10px;
  }

  .vh-reference-showcase {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .vh-reference-main,
  .vh-reference-thumbs {
    min-height: 300px;
    border-radius: var(--vln-mobile-radius);
    overflow: hidden;
  }

  .vh-reference-main span {
    padding: 18px;
  }

  .vh-reference-thumbs {
    min-height: 240px;
    gap: 6px;
  }

  .vh-reference-thumbs img {
    border-radius: 9px;
  }

  .vh-reference-link {
    min-height: 48px;
    justify-content: space-between;
    padding: 10px 3px 18px;
    font-size: 12px;
  }

  .vh-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin-top: 12px;
    background: rgba(255, 255, 255, 0.12);
    border-top: 0;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
  }

  .vh-trust-grid article,
  .vh-trust-grid article:nth-child(n) {
    min-height: 138px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    padding: 16px;
    background: rgba(3, 29, 57, 0.92);
    border: 0;
  }

  .vh-trust-icon {
    width: 34px;
    height: 34px;
  }

  .vh-trust-icon svg {
    width: 32px;
    height: 32px;
  }

  .vh-trust-grid strong {
    font-size: 14px;
  }

  .vh-trust-grid small {
    font-size: 9.5px;
  }

  .vh-contact {
    padding: 60px 0;
  }

  .vh-contact-grid {
    gap: 30px;
  }

  .vh-contact-copy > p {
    margin-bottom: 24px;
    font-size: 14px;
  }

  .vh-contact-features {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 18px;
  }

  .vh-contact-features article {
    grid-template-columns: 38px 1fr;
    gap: 2px 11px;
    padding: 13px;
    text-align: left;
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid #e0ded8;
    border-radius: 12px;
  }

  .vh-contact-features article > span {
    min-height: 34px;
    grid-row: 1 / span 2;
    font-size: 25px;
  }

  .vh-contact-features strong {
    margin-top: 0;
    font-size: 11px;
  }

  .vh-contact-features small {
    font-size: 9px;
  }

  .vh-contact-form {
    gap: 11px;
    padding: 18px;
    border-radius: var(--vln-mobile-radius);
    box-shadow: 0 20px 42px rgba(3, 29, 57, 0.18);
  }

  .vh-form-row {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .vh-contact-form input,
  .vh-contact-form select {
    height: 58px;
  }

  .vh-contact-form input,
  .vh-contact-form select,
  .vh-contact-form textarea,
  .vh-file-field {
    border-radius: 10px;
  }

  .vh-contact-form button {
    min-height: 54px;
    border-radius: 11px;
  }

  .vh-motto .vh-container {
    min-height: 124px;
    align-items: flex-start;
    gap: 8px;
    padding: 27px 0;
    text-align: left;
  }

  .vh-motto strong {
    font-size: 18px;
    line-height: 1.3;
  }

  .vh-motto span {
    font-size: 11px;
    line-height: 1.55;
  }

  /* Shared footer: two-column card layout */
  .vln-ftr-main {
    padding-top: 34px;
  }

  .vln-global-footer .shell {
    width: calc(100% - (var(--vln-mobile-gutter) * 2));
  }

  .vln-ftr-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    padding-bottom: 28px;
  }

  .vln-ftr-brand-panel {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 8px 0 18px;
  }

  .vln-ftr-brand-panel > a {
    margin-bottom: 0;
  }

  .vln-ftr-brand-logo {
    width: 156px;
  }

  .vln-ftr-socials {
    gap: 9px;
  }

  .vln-ftr-socials a {
    width: 42px;
    height: 42px;
    box-shadow: 0 5px 16px rgba(3, 29, 57, 0.07);
  }

  .vln-ftr-feature {
    min-height: 154px;
    justify-content: center;
    padding: 15px 8px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid #dfdbd2;
    border-radius: 14px;
    box-shadow: 0 7px 18px rgba(3, 29, 57, 0.045);
  }

  .vln-ftr-feature h3 {
    min-height: 24px;
    font-size: 9.5px;
    letter-spacing: 0.075em;
  }

  .vln-ftr-divider {
    max-width: 82px;
    margin: 7px auto 10px;
  }

  .vln-ftr-feature-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 8px;
  }

  .vln-ftr-feature-icon svg {
    width: 36px;
    height: 36px;
  }

  .vln-ftr-feature-desc {
    font-size: 9.5px;
  }

  .vln-ftr-contact-col {
    grid-column: 1 / -1;
    align-items: flex-start;
    padding: 20px;
    text-align: left;
    background: #fff;
    border: 1px solid #dfdbd2;
    border-radius: 14px;
  }

  .vln-ftr-contact-col .vln-ftr-divider {
    max-width: 100%;
    margin-inline: 0;
  }

  .vln-ftr-contact-links {
    width: 100%;
    align-items: stretch;
    gap: 0;
  }

  .vln-ftr-direct-link {
    min-height: 42px;
    display: flex;
    align-items: center;
    overflow-wrap: anywhere;
    border-bottom: 1px solid #ece8df;
    font-size: 12px;
  }

  .vln-ftr-direct-link:last-child {
    border-bottom: 0;
  }

  .vln-ftr-bottom-row {
    align-items: center;
    gap: 10px;
    padding: 22px 0 calc(24px + env(safe-area-inset-bottom));
    text-align: center;
  }

  .vln-ftr-bottom-row nav {
    justify-content: center;
    width: 100%;
  }

  /* Fine motion: quick feedback without slowing native mobile scrolling */
  .vln-slow-reveal,
  .vh-reveal,
  .ha-reveal,
  .rr-reveal {
    transition-delay: 0s !important;
  }

  .vln-scroll-progress-bar {
    height: 2px !important;
    background: linear-gradient(90deg, #e52833, #ff5962) !important;
    box-shadow: 0 0 10px rgba(229, 40, 51, 0.42);
  }

  .vln-site-header .vln-hdr-menu-toggle[aria-expanded='true'] span:first-child {
    transform: translateY(5.5px) rotate(45deg);
  }

  .vln-site-header .vln-hdr-menu-toggle[aria-expanded='true'] span:nth-child(2) {
    opacity: 0;
  }

  .vln-site-header .vln-hdr-menu-toggle[aria-expanded='true'] span:last-child {
    transform: translateY(-5.5px) rotate(-45deg);
  }

  .megamenu.is-open .menu-item-holder {
    animation: vln-mobile-menu-in 0.46s cubic-bezier(.16, 1, .3, 1) both;
  }

  .megamenu.is-open .menu-item-holder:nth-child(2) { animation-delay: 35ms; }
  .megamenu.is-open .menu-item-holder:nth-child(3) { animation-delay: 70ms; }
  .megamenu.is-open .menu-item-holder:nth-child(4) { animation-delay: 105ms; }
  .megamenu.is-open .menu-item-holder:nth-child(5) { animation-delay: 140ms; }
  .megamenu.is-open .menu-item-holder:nth-child(6) { animation-delay: 175ms; }

  @keyframes vln-mobile-menu-in {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: none; }
  }

  /* Consistent inner-page spacing */
  .ha-shell,
  .fa-container,
  .rr-shell {
    width: calc(100% - (var(--vln-mobile-gutter) * 2));
  }

  .ha-page h1,
  .fa-activity-page h1,
  .rr-page h1,
  .ur-page h1,
  .mp-page h1,
  .contact-page h1,
  .zf-page h1,
  .eg-page h1,
  .do-page h1,
  .hp-page h1,
  .au-page h1,
  .up-page h1,
  .ta-page h1,
  .pd-page h1 {
    text-wrap: balance;
  }

  .ha-page h2,
  .fa-activity-page h2,
  .rr-page h2,
  .ur-page h2,
  .mp-page h2,
  .contact-page h2 {
    text-wrap: balance;
  }

  /* About page */
  .ha-section {
    padding-block: 56px;
  }

  .ha-hero {
    min-height: 660px;
  }

  .ha-hero-copy {
    padding-block: 118px 44px;
  }

  .ha-hero-copy h1 {
    max-width: 11ch;
    margin-bottom: 17px;
    font-size: clamp(38px, 11vw, 49px);
    line-height: 1.03;
    letter-spacing: -0.05em;
  }

  .ha-hero-copy > p {
    max-width: 36rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.65;
  }

  .ha-hero-badges {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .ha-hero-badges > span {
    min-width: 0;
    min-height: 68px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 8px 5px;
    text-align: center;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 12px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }

  .ha-intro-grid,
  .ha-approach-grid,
  .ha-commitment-grid,
  .ha-standards-grid,
  .ha-principles-grid {
    gap: 28px;
  }

  .ha-intro-media,
  .ha-approach-media {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 240px !important;
    height: 240px !important;
    aspect-ratio: auto !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: var(--vln-mobile-radius);
    box-shadow: var(--vln-mobile-shadow);
    box-sizing: border-box !important;
  }
  .ha-intro-media figcaption,
  .ha-approach-media figcaption {
    max-width: 100% !important;
    box-sizing: border-box !important;
    font-size: 10px !important;
    padding: 8px 14px !important;
  }

  .ha-copy-block h2,
  .ha-capacity-copy h2,
  .ha-standards-copy h2,
  .ha-principles-copy h2,
  .ha-process-header h2 {
    font-size: clamp(28px, 8.2vw, 37px);
    line-height: 1.13;
  }

  .ha-service-row {
    overflow: hidden;
    background: #fff;
    border: 1px solid #dfddd7;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(3, 29, 57, 0.055);
  }

  .ha-service-row span {
    min-height: 54px;
    padding: 13px 15px;
  }

  .ha-capacity {
    padding-block: 56px;
  }

  .ha-capacity-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ha-capacity-cards article {
    min-height: 190px;
    padding: 18px 15px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 15px;
  }

  .ha-commitment-points,
  .ha-approach-steps,
  .ha-process-flow {
    gap: 10px;
  }

  .ha-commitment-points article,
  .ha-approach-steps span,
  .ha-process-card {
    min-height: 0;
    padding: 18px;
    background: #fff;
    border: 1px solid #dfddd7;
    border-radius: 14px;
    box-shadow: 0 7px 20px rgba(3, 29, 57, 0.05);
  }

  .ha-certificate-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ha-certificate {
    overflow: hidden;
    padding: 9px 9px 14px;
    background: #fff;
    border-radius: 13px;
    box-shadow: 0 8px 22px rgba(3, 29, 57, 0.06);
  }

  .ha-process-cta {
    padding: 20px;
    border-radius: var(--vln-mobile-radius);
  }

  .ha-process-cta-btn {
    min-height: 52px;
    border-radius: 11px;
  }

  /* Activities page */
  .fa-hero {
    min-height: 690px;
    align-items: flex-end;
  }

  .fa-hero-inner {
    align-items: flex-end;
    padding: 120px 0 45px;
  }

  .fa-hero h1 {
    max-width: 12ch;
    font-size: clamp(37px, 10.7vw, 49px);
    line-height: 1.04;
  }

  .fa-hero h1 br,
  .fa-competency-copy h2 br,
  .fa-final-copy h2 br {
    display: none;
  }

  .fa-hero-copy > p {
    line-height: 1.65;
  }

  .fa-hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .fa-button {
    width: auto;
    min-width: 0;
    min-height: 52px;
    padding-inline: 10px;
    border-radius: 11px;
    font-size: 10.5px;
  }

  .fa-process {
    padding: 12px 0;
  }

  .fa-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    padding: 0;
  }

  .fa-process-item,
  .fa-process-item:first-child,
  .fa-process-item:last-child {
    min-height: 138px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 13px;
  }

  .fa-process-item svg {
    width: 34px;
    height: 34px;
  }

  .fa-process-item h2 {
    font-size: 14px;
  }

  .fa-process-item p {
    font-size: 9.5px;
    line-height: 1.5;
  }

  .fa-cards-section {
    padding-block: 48px;
  }

  .fa-cards-grid {
    gap: 12px;
  }

  .fa-card {
    aspect-ratio: 1.25 / 1;
    overflow: hidden;
    border-radius: var(--vln-mobile-radius);
    box-shadow: var(--vln-mobile-shadow);
  }

  .fa-card-content {
    left: 16px;
    right: 16px;
    bottom: 15px;
    min-height: 54px;
    padding: 10px 10px 10px 14px;
    background: rgba(2, 18, 33, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 12px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  .fa-competency {
    padding: 16px var(--vln-mobile-gutter) 54px;
  }

  .fa-competency-grid {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e0ded8;
    border-radius: var(--vln-mobile-radius);
    box-shadow: var(--vln-mobile-shadow);
  }

  .fa-competency-image {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .fa-competency-copy {
    padding: 32px 18px 38px;
  }

  .fa-competency-copy h2,
  .fa-final-copy h2 {
    font-size: clamp(28px, 8.2vw, 37px);
    line-height: 1.13;
  }

  .fa-competency-list {
    gap: 10px;
  }

  .fa-competency-list article {
    grid-template-columns: 45px 1fr;
    gap: 11px;
    padding: 13px;
    background: #f8f7f3;
    border: 1px solid #e5e2db;
    border-radius: 12px;
  }

  .fa-round-icon {
    width: 44px;
    height: 44px;
  }

  .fa-final-cta {
    padding-block: 52px;
  }

  .fa-final-grid {
    gap: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dfddd7;
    border-radius: var(--vln-mobile-radius);
    box-shadow: var(--vln-mobile-shadow);
  }

  .fa-final-image {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .fa-final-copy {
    padding: 28px 18px 20px;
  }

  /* References page */
  .rr-hero-grid {
    gap: 24px;
    padding: 112px 0 42px;
  }

  .rr-hero h1 {
    max-width: 10ch;
    font-size: clamp(40px, 11.8vw, 54px);
    line-height: 1.01;
  }

  .rr-hero-copy > p {
    font-size: 13.5px;
    line-height: 1.65;
  }

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

  .rr-hero-stats article {
    min-height: 112px;
    padding: 12px;
    border-radius: 14px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }

  .rr-hero-stats article > span {
    min-height: 26px;
    font-size: 25px;
  }

  .rr-hero-stats strong {
    font-size: 27px;
  }

  .rr-hero-stats small {
    margin-top: 6px;
    font-size: 9.5px;
  }

  .rr-featured,
  .rr-map-section,
  .rr-catalog,
  .rr-reports {
    padding-block: 48px;
  }

  .rr-featured-grid,
  .rr-project-grid,
  .rr-reports-grid {
    gap: 14px;
  }

  .rr-feature-card,
  .rr-project-card,
  .rr-report-card {
    overflow: hidden;
    border-radius: var(--vln-mobile-radius);
    box-shadow: var(--vln-mobile-shadow);
  }

  .rr-feature-media,
  .rr-project-media {
    height: 245px;
  }

  .rr-map-visual,
  .rr-map-stat {
    border-radius: var(--vln-mobile-radius);
  }

  .rr-pin-label {
    display: none;
  }

  .rr-controls {
    gap: 10px;
    padding: 13px;
    background: #fff;
    border: 1px solid #dfe3e6;
    border-radius: 14px;
    box-shadow: 0 7px 20px rgba(3, 29, 57, 0.055);
  }

  .rr-search input,
  .rr-view-switch button {
    min-height: 46px;
    border-radius: 10px;
  }

  .rr-tabs {
    flex-wrap: nowrap;
    gap: 8px;
    margin-right: calc(var(--vln-mobile-gutter) * -1);
    padding: 4px var(--vln-mobile-gutter) 7px 0;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .rr-tabs::-webkit-scrollbar {
    display: none;
  }

  .rr-tabs button {
    min-height: 42px;
    flex: 0 0 auto;
    padding-inline: 15px;
    scroll-snap-align: start;
    border-radius: 999px;
  }

  .rr-project-body,
  .rr-feature-body {
    padding-inline: 17px;
  }

  .rr-totals-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    background: #d7dde2;
    border: 0;
    border-radius: 15px;
  }

  .rr-totals-grid article,
  .rr-totals-grid article:nth-child(n) {
    min-height: 150px;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    padding: 16px;
    background: #fff;
    border: 0;
  }

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

  .rr-cta {
    padding: 24px 20px;
    border-radius: var(--vln-mobile-radius);
  }

  .rr-cta > a {
    min-height: 52px;
    border-radius: 11px;
  }

  .rr-modal {
    align-items: end;
    padding: 0;
  }

  .rr-modal-card {
    width: 100%;
    max-height: 92vh;
    max-height: 92dvh;
    padding: 30px 18px calc(22px + env(safe-area-inset-bottom));
    border-radius: 22px 22px 0 0;
  }

  .rr-modal-card::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 50%;
    width: 42px;
    height: 4px;
    background: #d6dbe0;
    border-radius: 999px;
    transform: translateX(-50%);
  }

  .rr-modal-close {
    top: 16px;
    right: 14px;
    width: 42px;
    height: 42px;
  }

  /* Products page */
  .ur-hero {
    height: 570px;
    min-height: 570px;
    display: flex;
    align-items: flex-end;
  }

  .ur-hero::after {
    background:
      linear-gradient(180deg, rgba(249, 247, 242, 0.08), rgba(249, 247, 242, 0.42) 45%, rgba(249, 247, 242, 0.97) 88%),
      linear-gradient(90deg, rgba(249, 247, 242, 0.94), rgba(249, 247, 242, 0.18));
  }

  .ur-hero-copy {
    position: relative;
    inset: auto;
    width: calc(100% - (var(--vln-mobile-gutter) * 2));
    margin: 0 auto;
    padding-bottom: 42px;
  }

  .ur-hero h1 {
    max-width: 11ch;
    font-size: clamp(36px, 10.4vw, 48px);
    line-height: 1.05;
  }

  .ur-hero p {
    max-width: 37rem;
    font-size: 13px;
    line-height: 1.6;
  }

  .ur-filter {
    padding: 12px 0;
  }

  .ur-filter-inner,
  .ur-catalog {
    width: calc(100% - (var(--vln-mobile-gutter) * 2));
  }

  .ur-filter-inner {
    gap: 10px;
    padding: 12px;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(3, 29, 57, 0.07);
  }

  .ur-search--bar input {
    height: 46px;
    padding-left: 42px;
    border-radius: 10px;
    font-size: 16px !important;
  }

  .ur-tabs {
    gap: 8px;
    padding-bottom: 5px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .ur-tabs::-webkit-scrollbar {
    display: none;
  }

  .ur-tabs button {
    min-height: 40px;
    padding-inline: 15px;
    scroll-snap-align: start;
    border-radius: 999px;
    font-size: 10px;
  }

  .ur-catalog {
    padding-top: 34px;
  }

  .ur-category h2 {
    font-size: 22px;
  }

  .ur-product-grid,
  .ur-product-grid--two {
    gap: 13px;
  }

  .ur-product-card,
  .ur-product-card--wide,
  .ur-product-card--compact {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(3, 29, 57, 0.07);
  }

  .ur-product-image {
    height: 220px;
    padding: 18px;
  }

  .ur-product-copy {
    padding: 15px 16px 17px;
  }

  .ur-product-copy h3,
  .ur-product-copy p {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }

  .ur-product-copy h3 {
    font-size: 15px;
    line-height: 1.35;
  }

  .ur-product-copy p {
    font-size: 12px;
    line-height: 1.55;
  }

  .ur-product-card--compact {
    min-height: 98px;
    height: auto;
    grid-template-columns: 34% 66%;
  }

  .ur-product-card--compact .ur-product-image {
    min-height: 98px;
    height: 100%;
  }

  .ur-cta {
    height: 330px;
    border-radius: var(--vln-mobile-radius);
  }

  .ur-cta-copy {
    position: relative;
    inset: auto;
    width: calc(100% - 36px);
    margin: auto 18px 26px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 14px;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  .ur-cta-copy h2 {
    font-size: 26px;
  }

  .ur-cta-copy a {
    min-height: 48px;
    border-radius: 10px;
  }

  /* Machine park page */
  .mp-hero {
    min-height: 660px;
    height: 660px;
    align-items: flex-end;
  }

  .mp-hero-copy {
    left: auto;
    top: auto;
    width: calc(100% - (var(--vln-mobile-gutter) * 2));
    max-width: none;
    margin: 0 auto;
    padding-bottom: 44px;
  }

  .mp-hero h1 {
    font-size: clamp(37px, 10.8vw, 49px);
    line-height: 1.04;
  }

  .mp-hero h2 {
    font-size: 18px;
  }

  .mp-hero-copy > p:last-of-type {
    font-size: 14px;
    line-height: 1.62;
  }

  .mp-hero-copy > a,
  .mp-cta a {
    min-height: 51px;
    border-radius: 11px;
  }

  .mp-tech {
    gap: 12px;
    padding: 46px var(--vln-mobile-gutter);
  }

  .mp-tech > img,
  .mp-tech > div,
  .mp-config figure,
  .mp-applications article,
  .mp-transport,
  .mp-cta {
    overflow: hidden;
    border-radius: var(--vln-mobile-radius);
    box-shadow: var(--vln-mobile-shadow);
  }

  .mp-tech > img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .mp-tech > div {
    padding: 28px 17px;
    background: #fff;
  }

  .mp-tech li {
    min-height: 62px;
    grid-template-columns: 38px 1fr auto;
    gap: 9px;
    padding: 10px 0;
  }

  .mp-config,
  .mp-applications {
    padding: 48px var(--vln-mobile-gutter);
  }

  .mp-config article {
    margin-bottom: 9px;
    padding: 14px;
    background: #fff;
    border: 1px solid #dfddd8;
    border-radius: 12px;
  }

  .mp-applications > div {
    gap: 12px;
  }

  .mp-applications article {
    height: 270px;
  }

  .mp-transport > div,
  .mp-cta > div {
    min-height: 0;
    padding: 34px 20px;
  }

  /* Contact page */
  .contact-page {
    padding-bottom: 56px;
  }

  .contact-page .shell {
    width: calc(100% - (var(--vln-mobile-gutter) * 2));
  }

  .ct-hero {
    min-height: 540px;
    display: flex;
    align-items: flex-end;
    padding: 112px 0 46px;
  }

  .ct-hero-bg {
    opacity: 0.4;
  }

  .ct-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 20, 39, 0.28), rgba(0, 20, 39, 0.95));
  }

  .ct-hero-content {
    width: calc(100% - (var(--vln-mobile-gutter) * 2));
  }

  .ct-hero h1 {
    max-width: 12ch;
    margin-bottom: 16px;
    color: #fff;
    font-size: clamp(37px, 10.8vw, 48px);
    line-height: 1.05;
  }

  .ct-hero-content > p {
    color: rgba(255, 255, 255, 0.77);
    font-size: 14px;
    line-height: 1.65;
  }

  .ct-hero-meta {
    width: 100%;
    align-items: flex-start;
    padding: 12px 14px;
    border-radius: 12px;
    line-height: 1.55;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }

  .ct-main.section {
    padding-block: 48px;
  }

  .ct-main-inner {
    gap: 16px;
  }

  .ct-form-card,
  .ct-career-card,
  .ct-map-inner {
    overflow: hidden;
    border-radius: var(--vln-mobile-radius);
    box-shadow: var(--vln-mobile-shadow);
  }

  .ct-form-card {
    padding: 20px 17px;
  }

  .ct-form-number {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }

  .ct-form-title,
  .ct-career-title {
    font-size: 21px;
    line-height: 1.2;
  }

  .ct-service-tabs {
    flex-wrap: nowrap;
    gap: 7px;
    margin-right: -17px;
    padding-right: 17px;
    padding-bottom: 6px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .ct-service-tabs::-webkit-scrollbar {
    display: none;
  }

  .ct-service-tab {
    min-height: 40px;
    flex: 0 0 auto;
    padding-inline: 14px;
    scroll-snap-align: start;
    border-radius: 999px;
  }

  .ct-field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ct-field input,
  .ct-field textarea,
  .ct-position-select {
    min-height: 52px;
    border-radius: 10px;
  }

  .ct-field textarea {
    min-height: 130px;
  }

  .ct-cv-upload-box {
    min-height: 76px;
    padding: 14px;
    border-radius: 12px;
  }

  .ct-submit-btn,
  .ct-career-cta {
    min-height: 54px;
    border-radius: 11px;
  }

  .ct-career-img {
    height: 210px;
  }

  .ct-career-body {
    padding: 25px 18px;
  }

  .ct-map-section {
    padding-block: 0 50px;
  }

  .ct-map-inner {
    gap: 24px;
    padding: 18px;
  }

  .ct-address-row {
    padding: 12px;
    background: #f8f7f3;
    border: 1px solid #e5e1d9;
    border-radius: 11px;
  }

  .ct-map-frame {
    height: 320px;
    border-radius: 13px;
  }

  /* Legal pages */
  .vln-legal-page {
    padding-top: 84px;
  }

  .vln-legal-page .shell {
    width: calc(100% - (var(--vln-mobile-gutter) * 2));
  }

  .vln-legal-page h1 {
    font-size: clamp(32px, 9.2vw, 42px);
    line-height: 1.08;
  }

  .vln-legal-page article,
  .vln-legal-page section {
    border-radius: 14px;
  }

  /* Engineering detail pages: shared mobile finish */
  .zf-hero h1,
  .eg-hero h1,
  .do-hero h1,
  .hp-hero h1,
  .au-hero h1,
  .up-hero h1,
  .ta-hero h1,
  .pd-hero h1 {
    font-size: clamp(37px, 10.8vw, 50px);
    line-height: 1.04;
    letter-spacing: -0.045em;
  }

  .zf-hero-lead,
  .eg-hero-lead,
  .do-hero-lead,
  .hp-hero-lead,
  .au-hero-lead,
  .up-hero-lead,
  .ta-hero-lead,
  .pd-hero p {
    font-size: 14px;
    line-height: 1.65;
  }

  .zf-outline-button,
  .do-outline-button,
  .hp-outline-button,
  .au-outline-button,
  .up-outline-button,
  .ta-outline-button,
  .pd-hero a,
  .zf-cta a,
  .eg-cta a,
  .do-cta a,
  .hp-cta a,
  .au-cta a,
  .up-cta a,
  .ta-cta a,
  .pd-cta a {
    min-height: 51px;
    border-radius: 11px;
  }

  .zf-list-card,
  .zf-nail-card,
  .eg-service-card,
  .eg-flow-item,
  .do-workflow-item,
  .au-art-card,
  .au-bottom-card,
  .up-comm-card,
  .up-plan-card,
  .up-public-card,
  .up-steel-card,
  .ta-infographic-card,
  .pd-discipline-grid article,
  .pd-delivery-grid article {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(3, 29, 57, 0.07);
  }

  .zf-fore-photo,
  .zf-photo-wrap,
  .eg-drill-photo,
  .do-monitoring-visual,
  .au-drainage-visual,
  .au-utility-visual,
  .up-plan-image,
  .up-public-photo-wrap,
  .up-res-photo,
  .ta-rockfall-photo,
  .ta-wall-visual,
  .pd-intro-image,
  .pd-cta-visual {
    overflow: hidden;
    border-radius: var(--vln-mobile-radius);
    box-shadow: var(--vln-mobile-shadow);
  }

  @media (hover: none) {
    .vh-button:active,
    .fa-button:active,
    .rr-tabs button:active,
    .ur-tabs button:active,
    .ct-service-tab:active,
    .vln-ftr-feature:active,
    .menu-item-holder:active {
      transform: scale(0.98);
    }

    .fa-card:hover,
    .rr-feature-card:hover,
    .rr-project-card:hover,
    .ur-product-card:hover,
    .vln-ftr-feature:hover {
      transform: none;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .megamenu.is-open .menu-item-holder {
      animation: none;
    }
  }

  @media (max-width: 359px) {
    .vh-hero-actions {
      grid-template-columns: 1fr;
    }

    .vh-capacity-grid {
      grid-template-columns: 1fr;
    }

    .vln-ftr-showcase {
      grid-template-columns: 1fr;
    }

    .vln-ftr-brand-panel,
    .vln-ftr-contact-col {
      grid-column: auto;
    }

    .ha-capacity-cards,
    .ha-certificate-grid,
    .fa-hero-actions,
    .rr-hero-stats,
    .rr-totals-grid,
    .rr-partners {
      grid-template-columns: 1fr;
    }
  }
}

/* ═══════════════════════════════════════════════════════════════
   VALENA MOBILE-ONLY ANTI-COLLISION & OVERLAP REFINEMENT
   Applies ONLY on viewports <= 1100px (Desktop remains 100% untouched)
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  /* Prevent horizontal spill & content overlap on all mobile browsers */
  html, body {
    overflow-x: clip !important;
    width: 100% !important;
    max-width: 100% !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body {
    overflow-x: hidden !important;
  }

  main, .vln-main, .main-content, section, article {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

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

  /* Universal Image Safety - Never allow images to blow out containers */
  img, video, canvas, svg {
    max-width: 100% !important;
    height: auto;
  }

  /* Universal Container Shield across all 18 pages */
  .container,
  .vh-container,
  .fa-container,
  .zf-shell,
  .up-shell,
  .ta-infographic-card,
  .td-shell,
  .hp-shell,
  .eg-shell,
  .eg-scope .eg-shell,
  .do-shell,
  .au-shell,
  .ha-shell,
  .mp-shell,
  .ur-catalog,
  .rr-shell,
  .vln-shell,
  .vln-cta-inner {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-inline: 18px !important;
    box-sizing: border-box !important;
  }

  /* Universal Fixed Header Clearance (72px header + safe breathing room) */
  .vh-hero,
  .ct-hero,
  .rr-hero,
  .fa-hero,
  .ha-hero,
  .mp-hero,
  .ur-hero,
  .zf-hero,
  .up-hero,
  .ta-hero,
  .td-hero-sec,
  .hp-hero,
  .eg-hero,
  .do-hero,
  .au-hero,
  .pd-hero,
  .vln-legal-page {
    padding-top: 92px !important;
    box-sizing: border-box !important;
  }

  /* Reset all fixed-height hero containers in subpages so text never bursts out */
  .au-hero,
  .do-hero,
  .eg-hero,
  .hp-hero,
  .mp-hero,
  .td-hero-sec,
  .ta-hero,
  .up-hero,
  .zf-hero,
  .pd-hero {
    height: auto !important;
    min-height: 460px !important;
    padding-bottom: 40px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  /* All hero copies: perfectly centered & padded, zero rightward drift */
  .vh-hero-copy,
  .ct-hero-copy,
  .rr-hero-copy,
  .fa-hero-copy,
  .ha-hero-copy,
  .ur-hero-copy,
  .mp-hero-copy,
  .zf-hero-copy,
  .up-hero-copy,
  .ta-hero-copy,
  .td-hero-copy,
  .hp-hero-copy,
  .eg-hero-copy,
  .do-hero-copy,
  .au-hero-copy,
  .pd-hero-copy {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 18px !important;
    box-sizing: border-box !important;
  }

  /* All hero descriptions / paragraphs */
  .zf-hero-lead,
  .up-hero-lead,
  .ta-hero-lead,
  .td-hero-desc,
  .hp-hero-lead,
  .eg-hero-lead,
  .do-hero-lead,
  .au-hero-lead,
  .ha-hero-desc,
  .fa-hero-copy > p,
  .rr-hero-copy > p,
  .mp-hero-copy > p,
  .pd-hero-copy > p {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  /* Neutralize all negative margins causing horizontal sliding */
  .hp-measure-flow {
    margin: 16px 0 0 0 !important;
    padding: 16px !important;
    width: 100% !important;
  }
  .au-utility > img {
    width: 100% !important;
    margin-inline: 0 !important;
  }
  .vh-process-grid i {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .rr-details-link,
  .rr-project-body .rr-details-link {
    margin-inline: 0 !important;
    width: 100% !important;
  }

  /* Reset all title underlines that had 800px width */
  .hp-section-title::after,
  .hp-planning .hp-section-title::after,
  .eg-section-title::after,
  .zf-section-title::after,
  .up-sec-title::after,
  .ta-title::after,
  .vh-section-title::after {
    display: block !important;
    width: 44px !important;
    max-width: 44px !important;
    height: 3px !important;
    margin: 8px 0 16px 0 !important;
  }

  /* Reset all activity process strips from fixed microscopic heights */
  .zf-process,
  .up-process,
  .ta-process,
  .td-process-grid,
  .hp-process,
  .eg-process-grid,
  .do-process,
  .au-process {
    height: auto !important;
    min-height: auto !important;
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }

  /* Hide Turkey map static text clouds so pins do not clutter into a black blotch */
  .vh-pin-label,
  .rr-pin-label {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  /* 1. HEADER (Safe logo centering & toggle spacing) */
  .vln-site-header .vln-hdr-inner {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    padding-inline: 16px !important;
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box !important;
  }

  .vln-site-header .vln-hdr-group {
    display: none !important;
  }

  .vln-site-header .vln-hdr-brand-wrap {
    margin: 0 auto !important;
    max-width: calc(100% - 90px) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: static !important;
  }

  .vln-site-header .vln-hdr-brand-wrap .vln-hdr-logo-img {
    height: 34px !important;
    max-width: 100% !important;
    object-fit: contain !important;
    display: block !important;
  }

  .vln-site-header .vln-hdr-menu-toggle {
    position: absolute !important;
    right: 14px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 9999 !important;
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* 1.1 MEGAMENU MOBILE DRAWER POLISH */
  .megamenu {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    z-index: 99999 !important;
    background: #001528 !important;
  }
  .megamenu .megamenu-header {
    padding: 16px 20px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  .megamenu .megamenu-logo img {
    height: 32px !important;
    width: auto !important;
  }
  .megamenu .megamenu-close {
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .megamenu .megamenu-body {
    flex-direction: column !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 0 !important;
  }
  .megamenu .megamenu-nav {
    width: 100% !important;
    padding: 20px 20px 30px !important;
    box-sizing: border-box !important;
  }
  .megamenu .menu-items-holder {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
  }
  .megamenu .menu-item a.fs-45 {
    font-size: clamp(20px, 5.2vw, 26px) !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    padding: 10px 0 !important;
    display: block !important;
  }
  .megamenu .mega-arr {
    width: 44px !important;
    height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .megamenu .menu-item-holder .submenu,
  .megamenu .submenu {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
    padding: 8px 12px 12px 16px !important;
    margin: 6px 0 10px !important;
    background: rgba(0, 15, 30, 0.55) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-left: 3px solid #dc202d !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    z-index: 10 !important;
    transition: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    display: none !important;
  }
  .megamenu .menu-item-holder.open .submenu,
  .megamenu .submenu.is-active,
  .megamenu .submenu[style*="display: block"] {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
  .megamenu .submenu-col {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .megamenu .submenu-ul {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    width: 100% !important;
  }
  .megamenu .submenu-ul li {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
  }
  .megamenu .submenu-ul li:last-child {
    border-bottom: none !important;
  }
  .megamenu .submenu-ul li a {
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 10px 4px !important;
    line-height: 1.35 !important;
    display: block !important;
    color: rgba(255, 255, 255, 0.85) !important;
    text-decoration: none !important;
    transition: color 0.2s ease, padding-left 0.2s ease !important;
  }
  .megamenu .submenu-ul li a:hover,
  .megamenu .submenu-ul li a:active {
    color: #dc202d !important;
    padding-left: 6px !important;
  }
  .megamenu .vln-mega-quick-actions {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
    margin: 24px 0 20px !important;
    width: 100% !important;
  }
  .megamenu .vln-mega-action-btn {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 12px 6px !important;
    border-radius: 8px !important;
    font-size: 10.5px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
    text-decoration: none !important;
  }
  .megamenu .vln-mega-action-call {
    background: #dc202d !important;
    color: #ffffff !important;
  }
  .megamenu .vln-mega-action-wa {
    background: #25d366 !important;
    color: #ffffff !important;
  }
  .megamenu .vln-mega-action-quote {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
  }
  .megamenu .menu-secondary-footer {
    padding-top: 18px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  }
  .megamenu .sec-contact-link {
    font-size: 12.5px !important;
    padding: 6px 0 !important;
  }

  /* 2. CONTACT PAGE (/iletisim) */
  .contact-page .ct-map-inner {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    width: 100% !important;
  }

  .contact-page .ct-address-block {
    width: 100% !important;
  }

  .contact-page .ct-map-frame {
    width: 100% !important;
    height: 280px !important;
    min-height: 280px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
  }

  .contact-page .ct-career-card {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    border-radius: 16px !important;
    overflow: hidden !important;
  }

  .contact-page .ct-career-img {
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    display: block !important;
  }

  .contact-page .ct-career-body {
    width: 100% !important;
    padding: 22px 18px !important;
    box-sizing: border-box !important;
  }

  .contact-page .ct-career-steps {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    width: 100% !important;
  }

  .contact-page .ct-career-step {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }

  .contact-page .ct-field-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .contact-page .ct-field {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .contact-page .ct-field input,
  .contact-page .ct-field textarea,
  .contact-page .ct-position-select {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .contact-page .ct-service-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    gap: 8px !important;
    padding-bottom: 8px !important;
    width: 100% !important;
    scrollbar-width: none !important;
  }

  .contact-page .ct-service-tabs::-webkit-scrollbar {
    display: none !important;
  }

  .contact-page .ct-service-tab {
    flex-shrink: 0 !important;
    white-space: nowrap !important;
  }

  .contact-page .ct-cv-upload-box {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* 3. REFERANSLAR PAGE (/referanslar) */
  .references-showcase .rr-hero-stats {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
  }

  .references-showcase .rr-hero-stats article {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 4px !important;
    padding: 12px 14px !important;
    min-height: 96px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .references-showcase .rr-feature-top {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    width: 100% !important;
  }

  .references-showcase .rr-feature-category {
    max-width: 100% !important;
    white-space: normal !important;
    word-break: break-word !important;
  }

  .references-showcase .rr-feature-status {
    flex-shrink: 0 !important;
  }

  .references-showcase .rr-feature-body dl > div,
  .references-showcase .rr-project-body dl > div {
    grid-template-columns: 85px minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  .references-showcase .rr-feature-body dd,
  .references-showcase .rr-project-body dd {
    word-break: break-word !important;
    white-space: normal !important;
  }

  .references-showcase .rr-featured-grid,
  .references-showcase .rr-project-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    width: 100% !important;
  }

  .references-showcase .rr-map-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    width: 100% !important;
  }

  .references-showcase .rr-map-visual {
    width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
  }

  .references-showcase .rr-pin-label {
    display: none !important;
  }

  .references-showcase .rr-controls {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .references-showcase .rr-search {
    width: 100% !important;
  }

  .references-showcase .rr-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    gap: 8px !important;
    padding-bottom: 8px !important;
    width: 100% !important;
    scrollbar-width: none !important;
  }

  .references-showcase .rr-tabs::-webkit-scrollbar {
    display: none !important;
  }

  .references-showcase .rr-tabs button {
    flex-shrink: 0 !important;
    white-space: nowrap !important;
  }

  .references-showcase .rr-totals-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 1px !important;
  }

  .references-showcase .rr-partners {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }

  .references-showcase .rr-modal-card {
    width: 100% !important;
    max-height: 90vh !important;
    max-height: 90dvh !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  /* 4. HOME PAGE (/) */
  .home-reference .vh-hero-actions {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .home-reference .vh-button {
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
  }

  .home-reference .vh-capacity-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
  }

  .home-reference .vh-capacity-grid article {
    min-height: 80px !important;
    padding: 12px 10px !important;
    gap: 10px !important;
  }

  .home-reference .vh-intro-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important;
    width: 100% !important;
  }

  .home-reference .vh-intro-stats {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .home-reference .vh-intro-gallery {
    display: grid !important;
    grid-template-columns: 1.2fr 0.8fr !important;
    grid-template-rows: repeat(2, 115px) !important;
    gap: 8px !important;
    width: 100% !important;
  }

  /* Values Grid - Clean Anti-Collision Mobile Cards */
  .home-reference .vh-values-grid,
  .vh-values-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    width: 100% !important;
  }

  .home-reference .vh-values-grid article,
  .vh-values-grid article {
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
    padding: 16px !important;
    display: grid !important;
    grid-template-columns: 46px 1fr !important;
    align-items: center !important;
    gap: 14px !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 10px !important;
    text-align: left !important;
    box-sizing: border-box !important;
  }

  .vh-values-grid article img {
    width: 44px !important;
    height: 44px !important;
    grid-row: 1 / span 2 !important;
    object-fit: contain !important;
  }

  .vh-values-grid article i,
  .vh-process-grid article i {
    display: none !important;
  }

  .vh-values-grid article h3 {
    font-size: 15px !important;
    margin: 0 !important;
    color: #ffffff !important;
    line-height: 1.2 !important;
  }

  .vh-values-grid article p {
    font-size: 12.5px !important;
    margin: 3px 0 0 !important;
    color: #94a3b8 !important;
    line-height: 1.4 !important;
  }

  /* Process Grid - Clean Step Cards */
  .home-reference .vh-process-grid,
  .vh-process-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    width: 100% !important;
  }

  .home-reference .vh-process-grid article,
  .vh-process-grid article {
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
    padding: 16px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 8px rgba(0, 27, 50, 0.04) !important;
    box-sizing: border-box !important;
  }

  .vh-process-grid article h3 {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #001b32 !important;
    margin: 0 !important;
  }

  .vh-process-grid article div {
    width: 100% !important;
    height: 140px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
  }

  .vh-process-grid article div img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .vh-process-grid article p {
    font-size: 13px !important;
    color: #556574 !important;
    margin: 0 !important;
    line-height: 1.45 !important;
  }

  .home-reference .vh-expertise-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    width: 100% !important;
  }

  .home-reference .vh-expertise-card,
  .home-reference .vh-expertise-tall {
    width: 100% !important;
    min-height: 240px !important;
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
    grid-row: auto !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 12px !important;
  }

  .home-reference .vh-expertise-card > span {
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: auto !important;
    max-width: 90% !important;
    height: auto !important;
    min-height: auto !important;
    padding: 12px 16px !important;
    border-radius: 0 10px 0 0 !important;
    background: rgba(255, 255, 255, 0.96) !important;
    backdrop-filter: blur(8px) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15) !important;
    z-index: 2 !important;
    box-sizing: border-box !important;
  }

  .home-reference .vh-solution-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    width: 100% !important;
  }

  .home-reference .vh-solution-card {
    width: 100% !important;
    min-height: auto !important;
    height: auto !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    border: 1px solid #e2e8f0 !important;
  }

  .home-reference .vh-solution-footer {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    padding: 14px 16px !important;
  }

  .home-reference .vh-sol-tags {
    max-width: 100% !important;
    flex-wrap: wrap !important;
  }

  .home-reference .vh-machine-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important;
    width: 100% !important;
  }

  .home-reference .vh-machine-visual {
    width: 100% !important;
    line-height: 0 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
  }

  .home-reference .vh-machine-visual img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .home-reference .vh-machine-specs {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 1px !important;
    width: 100% !important;
  }

  .home-reference .vh-reference-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    width: 100% !important;
  }

  .home-reference .vh-reference-map {
    width: 100% !important;
    overflow: hidden !important;
  }

  .home-reference .vh-pin-label {
    display: none !important;
  }

  .home-reference .vh-reference-showcase {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .home-reference .vh-reference-main {
    width: 100% !important;
    min-height: 240px !important;
  }

  .home-reference .vh-reference-thumbs {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 6px !important;
    width: 100% !important;
    height: 75px !important;
  }

  .home-reference .vh-reference-thumbs img {
    width: 100% !important;
    height: 75px !important;
    object-fit: cover !important;
    border-radius: 6px !important;
  }

  .home-reference .vh-trust-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 1px !important;
    width: 100% !important;
  }

  .home-reference .vh-contact-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    width: 100% !important;
  }

  .home-reference .vh-form-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
  }

  /* 5. FOOTER (Balanced cards & full-width contact) */
  .vln-global-footer .vln-ftr-showcase {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
  }
  .vln-global-footer .vln-ftr-brand-panel {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 0 !important;
  }
  .vln-global-footer .vln-ftr-brand-logo {
    height: 36px !important;
    width: auto !important;
  }
  .vln-global-footer .vln-ftr-feature {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 14px 10px !important;
    min-height: 120px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    box-shadow: 0 2px 8px rgba(0, 27, 50, 0.04) !important;
    text-decoration: none !important;
  }
  .vln-global-footer .vln-ftr-feature h3 {
    font-size: 10px !important;
    font-weight: 850 !important;
    letter-spacing: 0.05em !important;
    color: #001b32 !important;
    margin: 0 !important;
  }
  .vln-global-footer .vln-ftr-divider {
    margin: 6px auto !important;
    width: 32px !important;
  }
  .vln-global-footer .vln-ftr-feature-icon {
    width: 32px !important;
    height: 32px !important;
    color: #dc202d !important;
  }
  .vln-global-footer .vln-ftr-feature-desc {
    font-size: 9.5px !important;
    line-height: 1.3 !important;
    color: #64748b !important;
    display: block !important;
    margin-top: 4px !important;
  }
  .vln-global-footer .vln-ftr-contact-col {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 18px 16px !important;
    box-shadow: 0 2px 10px rgba(0, 27, 50, 0.04) !important;
  }
  .vln-global-footer .vln-ftr-contact-col h3 {
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: 0.08em !important;
    color: #001b32 !important;
    margin-bottom: 4px !important;
  }
  .vln-global-footer .vln-ftr-contact-links {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin-top: 10px !important;
  }
  .vln-global-footer .vln-ftr-direct-link {
    display: flex !important;
    align-items: center !important;
    padding: 10px 14px !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #001b32 !important;
    text-decoration: none !important;
    word-break: break-all !important;
  }
  .vln-global-footer .vln-ftr-bottom-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
    text-align: center !important;
    padding-top: 16px !important;
    margin-top: 20px !important;
    border-top: 1px solid rgba(0, 27, 50, 0.08) !important;
  }

  /* 6. INNER SUBPAGES & ACTIVITY DETAIL PAGES (All 18 Routes) */

  /* About (/hakkimizda) */
  .about-showcase .ha-service-row {
    display: flex !important;
    flex-direction: column !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    width: 100% !important;
  }
  .about-showcase .ha-service-row span {
    border-right: 0 !important;
    border-bottom: 1px solid #dfddd7 !important;
    padding: 12px 14px !important;
    min-height: auto !important;
    width: 100% !important;
  }
  .about-showcase .ha-service-row span:last-child {
    border-bottom: 0 !important;
  }
  .about-showcase .ha-capacity-cards,
  .ha-capacity-cards {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .about-showcase .ha-capacity-cards article,
  .ha-capacity-cards article {
    min-height: 155px !important;
    padding: 14px 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    border-radius: 12px !important;
  }
  .about-showcase .ha-capacity-cards strong,
  .ha-capacity-cards strong {
    margin-top: 8px !important;
    color: #ffffff !important;
    font-size: clamp(14.5px, 4.2vw, 19px) !important;
    font-weight: 850 !important;
    letter-spacing: -0.02em !important;
    white-space: nowrap !important;
    display: flex !important;
    align-items: baseline !important;
    gap: 3px !important;
    line-height: 1.15 !important;
  }
  .about-showcase .ha-capacity-cards strong small,
  .ha-capacity-cards strong small {
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    color: rgba(255, 255, 255, 0.8) !important;
  }
  .about-showcase .ha-capacity-cards b,
  .ha-capacity-cards b {
    margin-top: 6px !important;
    color: #ffffff !important;
    font-size: 11.5px !important;
    font-weight: 800 !important;
    display: block !important;
    line-height: 1.25 !important;
  }
  .about-showcase .ha-capacity-cards p,
  .ha-capacity-cards p {
    margin: 4px 0 0 !important;
    color: rgba(255, 255, 255, 0.65) !important;
    font-size: 10px !important;
    line-height: 1.4 !important;
  }
  .about-showcase .ha-intro-grid,
  .about-showcase .ha-approach-grid,
  .about-showcase .ha-commitment-grid,
  .about-showcase .ha-standards-grid,
  .about-showcase .ha-principles-grid,
  .about-showcase .ha-commitment-points,
  .about-showcase .ha-approach-steps,
  .about-showcase .ha-process-flow {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    width: 100% !important;
  }
  .about-showcase .ha-certificate-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
  }

  /* Activities (/hizmetler) */
  .fa-activity-page .fa-process-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
  }
  .fa-activity-page .fa-cards-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    width: 100% !important;
  }
  .fa-activity-page .fa-competency-grid,
  .fa-activity-page .fa-final-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    width: 100% !important;
  }

  /* Machinery (/makine-parkuru) */
  .mp-page .mp-fleet {
    padding: 36px 14px !important;
  }
  .mp-page .mp-fleet [style*="max-width: 1400px"] {
    width: 100% !important;
    padding-inline: 0 !important;
  }
  .mp-page .mp-fleet [style*="grid-template-columns: repeat(auto-fill"] {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    width: 100% !important;
  }
  .mp-page .mp-tech {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    padding: 24px 16px !important;
    width: 100% !important;
  }
  .mp-page .mp-tech > img {
    width: 100% !important;
    height: 240px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
  }
  .mp-page .mp-tech > div {
    padding: 20px 16px !important;
    width: 100% !important;
  }
  .mp-page .mp-config {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    padding: 24px 16px !important;
    width: 100% !important;
  }
  .mp-page .mp-config figure {
    width: 100% !important;
    margin: 0 !important;
  }
  .mp-page .mp-config figure img {
    width: 100% !important;
    height: auto !important;
  }
  .mp-page .mp-applications > div {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    width: 100% !important;
  }
  .mp-page .mp-applications article {
    height: auto !important;
    min-height: 220px !important;
    width: 100% !important;
  }
  .mp-page .mp-transport > div,
  .mp-page .mp-cta > div {
    padding: 24px 16px !important;
    width: 100% !important;
  }

  /* Products (/urunler) */
  .ur-page .ur-filter-inner {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
  }
  .ur-page .ur-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    gap: 8px !important;
    padding-bottom: 8px !important;
    width: 100% !important;
    scrollbar-width: none !important;
  }
  .ur-page .ur-tabs::-webkit-scrollbar {
    display: none !important;
  }
  .ur-page .ur-tabs button {
    flex-shrink: 0 !important;
    white-space: nowrap !important;
  }
  .ur-page .ur-product-grid,
  .ur-page .ur-product-grid--two {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    width: 100% !important;
  }
  .ur-page .vln-cta-inner {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    padding-inline: 16px !important;
    width: 100% !important;
  }
  .ur-page .vln-cta-copy {
    padding-right: 0 !important;
    width: 100% !important;
  }
  .ur-page .vln-cta-visual img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
  }

  /* Zemin ve Temel Mühendisliği (/zemin-ve-temel-muhendisligi) */
  .zf-page .zf-process {
    grid-template-columns: 1fr !important;
    height: auto !important;
    min-height: auto !important;
    width: 100% !important;
  }
  .zf-page .zf-intro {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 24px 16px !important;
    gap: 20px !important;
    width: 100% !important;
  }
  .zf-page .zf-intro nav {
    grid-template-columns: 1fr !important;
    height: auto !important;
    width: 100% !important;
  }
  .zf-page .zf-deep-grid {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    width: 100% !important;
  }

  /* Big Flagship Fore Kazık Card */
  .zf-page .zf-fore {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: auto !important;
    width: 100% !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 27, 50, 0.1) !important;
    box-shadow: 0 4px 16px rgba(0, 27, 50, 0.05) !important;
  }
  .zf-page .zf-fore-copy {
    padding: 22px 18px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .zf-page .zf-fore-copy h3 {
    font-size: 22px !important;
    font-weight: 900 !important;
    margin-bottom: 8px !important;
  }
  .zf-page .zf-spec-list {
    margin-top: 14px !important;
    padding-top: 14px !important;
    gap: 8px !important;
  }
  .zf-page .zf-fore-img-wrap,
  .zf-page .zf-photo-wrap {
    width: 100% !important;
    aspect-ratio: 16 / 10 !important;
    height: auto !important;
    min-height: 0 !important;
    position: relative !important;
    overflow: hidden !important;
    background: #ffffff !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .zf-page .zf-fore-photo {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    aspect-ratio: 16 / 10 !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    margin: 0 !important;
  }
  .zf-page .zf-blueprint-wrap {
    display: none !important;
  }

  /* Right 3 Stacked Cards (Mini Kazık, CFA Kazık, Kuyu Temel) */
  .zf-page .zf-deep-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    height: auto !important;
    min-height: auto !important;
    grid-template-rows: none !important;
    width: 100% !important;
  }
  .zf-page .zf-list-card {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: auto !important;
    width: 100% !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 27, 50, 0.1) !important;
    box-shadow: 0 4px 16px rgba(0, 27, 50, 0.04) !important;
  }
  .zf-page .zf-list-thumb {
    width: 100% !important;
    aspect-ratio: 16 / 10 !important;
    height: auto !important;
    min-height: 0 !important;
    position: relative !important;
    overflow: hidden !important;
    background: #ffffff !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .zf-page .zf-list-thumb img {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    aspect-ratio: 16 / 10 !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    margin: 0 !important;
  }
  .zf-page .zf-list-body {
    padding: 18px 18px 22px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
  }
  .zf-page .zf-mini-tag {
    font-size: 10.5px !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
  }
  .zf-page .zf-list-body h3 {
    font-size: 19px !important;
    font-weight: 850 !important;
    margin: 0 !important;
    color: #001b32 !important;
  }
  .zf-page .zf-list-body p {
    font-size: 13.5px !important;
    line-height: 1.55 !important;
    color: #526677 !important;
    margin: 4px 0 0 !important;
  }
  .zf-page .zf-card-arrow {
    display: none !important;
  }

  /* Jet Grouting & Ground Improvement */
  .zf-page .zf-improve-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    width: 100% !important;
  }
  .zf-page .zf-jet {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: auto !important;
    width: 100% !important;
    border-radius: 14px !important;
    overflow: hidden !important;
  }
  .zf-page .zf-jet-copy {
    padding: 22px 18px !important;
    width: 100% !important;
  }
  .zf-page .zf-jet-img-wrap,
  .zf-page .zf-jet-photo {
    width: 100% !important;
    height: 220px !important;
    min-height: 220px !important;
    object-fit: cover !important;
  }
  .zf-page .zf-improve-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    height: auto !important;
    min-height: auto !important;
    grid-template-rows: none !important;
    width: 100% !important;
  }
  .zf-page .zf-improve-list article {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: auto !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 27, 50, 0.1) !important;
  }
  .zf-page .zf-improve-thumb {
    width: 100% !important;
    height: 190px !important;
    min-height: 190px !important;
  }
  .zf-page .zf-improve-thumb img {
    width: 100% !important;
    height: 190px !important;
    object-fit: cover !important;
    display: block !important;
  }
  .zf-page .zf-improve-body {
    padding: 18px 18px 22px !important;
  }

  .zf-page .zf-shoring-cards {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    width: 100% !important;
  }
  .zf-page .zf-shoring-cards article {
    height: auto !important;
    min-height: auto !important;
    display: flex !important;
    flex-direction: column !important;
  }
  .zf-page .zf-nail {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    width: 100% !important;
  }
  .zf-page .zf-nail-card {
    height: auto !important;
    min-height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 27, 50, 0.1) !important;
    box-shadow: 0 4px 16px rgba(0, 27, 50, 0.04) !important;
  }
  .zf-page .zf-nail-drawing {
    width: 100% !important;
    aspect-ratio: 16 / 10 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    flex-shrink: 0 !important;
  }
  .zf-page .zf-nail-info {
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    padding: 18px 18px 22px !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    background: #ffffff !important;
  }
  .zf-page .zf-nail-info h3 {
    margin: 0 0 4px !important;
    color: #001b32 !important;
    font-size: 19px !important;
    font-weight: 850 !important;
    display: block !important;
  }
  .zf-page .zf-nail-info p {
    margin: 0 0 10px !important;
    color: #526677 !important;
    font-size: 13.5px !important;
    line-height: 1.55 !important;
    display: block !important;
  }
  .zf-page .zf-nail-features {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }
  .zf-page .zf-nail-features li {
    font-size: 12.5px !important;
    line-height: 1.45 !important;
    color: #3b5a72 !important;
    display: block !important;
  }
  .zf-page .zf-nail-features li strong {
    color: #001b32 !important;
    font-weight: 700 !important;
  }

  /* Üstyapı Projeleri (/ustyapi-projeleri) */
  .up-page .up-process {
    grid-template-columns: 1fr !important;
    height: auto !important;
    min-height: auto !important;
    width: 100% !important;
  }
  .up-page .up-residential-grid,
  .up-page .up-commercial-grid {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    width: 100% !important;
  }
  .up-page .up-res-center {
    order: -1 !important;
    margin-bottom: 12px !important;
    width: 100% !important;
  }
  .up-page .up-res-center img {
    max-height: 280px !important;
    width: 100% !important;
    object-fit: contain !important;
  }
  .up-page .up-res-card,
  .up-page article.up-res-side {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: auto !important;
    width: 100% !important;
    gap: 14px !important;
  }
  .up-page .up-card-frame,
  .up-page .up-plan-card {
    width: 100% !important;
    height: 200px !important;
    min-height: 200px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    position: relative !important;
  }
  .up-page .up-res-photo,
  .up-page .up-plan-image {
    width: 100% !important;
    height: 200px !important;
    min-height: 200px !important;
    object-fit: cover !important;
    display: block !important;
  }
  .up-page .up-connector {
    display: none !important;
  }
  .up-page .up-comm-center {
    order: -1 !important;
    width: 100% !important;
  }
  .up-page .up-comm-center img {
    max-height: 280px !important;
    width: 100% !important;
    object-fit: contain !important;
  }
  .up-page .up-comm-card {
    width: 100% !important;
    border-radius: 10px !important;
    overflow: hidden !important;
  }
  .up-page .up-comm-card img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .up-page .up-design-flow {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    width: 100% !important;
  }
  .up-page .up-specialties-grid {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    width: 100% !important;
  }
  .up-page .up-public-photo-wrap {
    width: 100% !important;
    border-radius: 10px !important;
    overflow: hidden !important;
  }
  .up-page .up-public-photo-wrap img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
  }
  .up-page .up-public-plans-wrap {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    height: auto !important;
    min-height: auto !important;
    padding: 12px !important;
    width: 100% !important;
  }
  .up-page .up-public-plan-item {
    width: 100% !important;
    height: 140px !important;
    min-height: 140px !important;
  }
  .up-page .up-steel-visuals {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
  }
  .up-page .up-steel-detail-wrap {
    height: 220px !important;
    min-height: 220px !important;
    width: 100% !important;
  }

  /* Toprakarme Uygulamaları (/toprakarme-uygulamalari) */
  .ta-page .ta-process {
    grid-template-columns: 1fr !important;
    height: auto !important;
    width: 100% !important;
  }
  .ta-page .ta-info-body {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    width: 100% !important;
  }
  .ta-page .ta-leader-svg {
    display: none !important;
  }
  .ta-page .ta-callouts-col {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    height: auto !important;
    min-height: auto !important;
    grid-template-rows: none !important;
    width: 100% !important;
    padding: 0 !important;
  }
  .ta-page .ta-infographic-card {
    width: 100% !important;
    padding: 20px 16px !important;
  }
  .ta-page .ta-wall-flow {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    height: auto !important;
    width: 100% !important;
    padding: 16px !important;
  }
  .ta-page .ta-wall-flow > span {
    display: none !important;
  }
  .ta-page .ta-systems {
    grid-template-rows: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    height: auto !important;
    min-height: auto !important;
    padding: 24px 16px !important;
  }
  .ta-page .ta-modular {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }
  .ta-page .ta-modular-stage {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1672 / 941 !important;
  }
  .ta-page .ta-mod-labels {
    display: none !important;
  }
  .ta-page .ta-alternatives {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
  }
  .ta-page .ta-alternatives article {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    border-radius: 8px !important;
    overflow: hidden !important;
  }
  .ta-page .ta-alternatives article + article {
    border-left: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.25) !important;
  }
  .ta-page .ta-alternatives img {
    height: 180px !important;
    width: 100% !important;
    min-height: 180px !important;
    object-fit: cover !important;
  }
  .ta-page .ta-rockfall {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    padding: 24px 16px !important;
  }
  .ta-page .ta-rockfall-visuals {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    width: 100% !important;
  }
  .ta-page .ta-rockfall-photo {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
    border-radius: 12px !important;
    object-fit: cover !important;
    min-height: 0 !important;
  }
  .ta-page .ta-rockfall-drawing-wrap {
    width: 100% !important;
    height: auto !important;
    border-radius: 12px !important;
    padding: 12px !important;
    box-sizing: border-box !important;
    background: #ffffff !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .ta-page .ta-rockfall-stage {
    width: 100% !important;
    max-width: 480px !important;
    aspect-ratio: 1078 / 1459 !important;
    height: auto !important;
    margin: 0 auto !important;
    position: relative !important;
  }
  .ta-page .ta-rockfall-drawing {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
  }
  .ta-page .ta-rockfall-svg {
    display: none !important;
  }
  .ta-page .ta-rockfall-figure img {
    height: 220px !important;
    width: 100% !important;
    object-fit: cover !important;
    border-radius: 10px !important;
  }

  /* Tadilat ve Dekorasyon (/tadilat-ve-dekorasyon) */
  .td-page .td-process-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    width: 100% !important;
  }
  .td-page .td-journey-top-images {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    width: 100% !important;
  }
  .td-page .td-j-img-box {
    height: 120px !important;
    min-height: 120px !important;
    width: 100% !important;
    border-radius: 8px !important;
    overflow: hidden !important;
  }
  .td-page .td-j-img-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  .td-page .td-journey-bottom-steps {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    width: 100% !important;
  }
  .td-page .td-j-arrow {
    display: none !important;
  }
  .td-page .td-split-grid,
  .vln-tadilat-page .td-split-grid {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    width: 100% !important;
  }
  .td-page .td-split-left-banner,
  .vln-tadilat-page .td-split-left-banner {
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
    width: 100% !important;
    border-radius: 12px !important;
    position: relative !important;
    overflow: hidden !important;
  }
  .td-page .td-split-left-banner img,
  .vln-tadilat-page .td-split-left-banner img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    display: block !important;
  }
  .td-page .td-split-right-col,
  .vln-tadilat-page .td-split-right-col {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
  }
  .td-page .td-home-card,
  .vln-tadilat-page .td-home-card {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: auto !important;
    width: 100% !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 27, 50, 0.08) !important;
    box-shadow: 0 4px 16px rgba(0, 27, 50, 0.04) !important;
  }
  .td-page .td-hc-photo,
  .vln-tadilat-page .td-hc-photo {
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
    width: 100% !important;
    min-height: 0 !important;
    position: relative !important;
    overflow: hidden !important;
    order: -1 !important;
  }
  .td-page .td-hc-photo img,
  .vln-tadilat-page .td-hc-photo img {
    position: static !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }
  .td-page .td-hc-left,
  .vln-tadilat-page .td-hc-left {
    padding: 20px 18px 22px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
  }
  .td-page .td-hc-sketch,
  .vln-tadilat-page .td-hc-sketch {
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    min-height: 0 !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #faf8f5 !important;
    border-radius: 8px !important;
    padding: 12px !important;
    box-sizing: border-box !important;
  }
  .td-page .td-hc-sketch img,
  .vln-tadilat-page .td-hc-sketch img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
  }
  .td-page .td-office-grid {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    width: 100% !important;
  }
  .td-page .td-office-stages {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    width: 100% !important;
  }
  .td-page .td-stage-media {
    height: 180px !important;
    min-height: 180px !important;
    width: 100% !important;
    border-radius: 8px !important;
  }
  .td-page .td-stage-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  .td-page .td-details-row {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    width: 100% !important;
  }
  .td-page .td-split-card {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: auto !important;
    border-radius: 10px !important;
    overflow: hidden !important;
  }
  .td-page .td-sc-left {
    padding: 16px !important;
  }
  .td-page .td-sc-drawing-box {
    height: 130px !important;
    min-height: 130px !important;
    width: 100% !important;
  }
  .td-page .td-sc-drawing-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }
  .td-page .td-sc-photo-box {
    height: 200px !important;
    min-height: 200px !important;
    width: 100% !important;
    position: relative !important;
  }
  .td-page .td-sc-photo-box img {
    position: static !important;
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
  }
  .td-page .td-bottom-steps-strip,
  .vln-tadilat-page .td-bottom-steps-strip {
    padding: 24px 18px !important;
    border-radius: 12px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 24px 0 !important;
  }
  .td-page .td-steps-grid,
  .vln-tadilat-page .td-steps-grid {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    width: 100% !important;
  }
  .td-page .td-step-item,
  .vln-tadilat-page .td-step-item {
    display: grid !important;
    grid-template-columns: 36px 1fr !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 16px 18px !important;
    border-right: none !important;
    border: 1px solid rgba(0, 27, 50, 0.08) !important;
    border-radius: 10px !important;
    background: #faf9f5 !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .td-page .td-step-icon,
  .vln-tadilat-page .td-step-icon {
    width: 32px !important;
    height: 32px !important;
    stroke: var(--td-red) !important;
    flex-shrink: 0 !important;
  }
  .td-page .td-step-info,
  .vln-tadilat-page .td-step-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
  }
  .td-page .td-step-info h4,
  .vln-tadilat-page .td-step-info h4 {
    margin: 0 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    color: #00172d !important;
    letter-spacing: 0.04em !important;
  }
  .td-page .td-step-info p,
  .vln-tadilat-page .td-step-info p {
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    color: #4a5d6e !important;
  }

  /* Harita, Planlama ve YERBİS (/harita-planlama-ve-yerbis) */
  .hp-page .hp-process {
    grid-template-columns: 1fr !important;
    height: auto !important;
    width: 100% !important;
  }
  .hp-page .hp-map-grid {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    height: auto !important;
    min-height: auto !important;
    width: 100% !important;
  }
  .hp-page .hp-map-services {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    height: auto !important;
    min-height: auto !important;
    grid-template-rows: none !important;
    width: 100% !important;
  }
  .hp-page .hp-map-services article {
    height: auto !important;
    min-height: auto !important;
    padding: 14px 16px !important;
  }
  .hp-page .hp-ortho {
    height: 260px !important;
    min-height: 260px !important;
    padding: 0 !important;
    width: 100% !important;
    border-radius: 10px !important;
    overflow: hidden !important;
  }
  .hp-page .hp-ortho > img {
    height: 260px !important;
    width: 100% !important;
    object-fit: cover !important;
  }
  .hp-page .hp-coordinates,
  .hp-page .hp-legend,
  .hp-page .hp-north {
    display: none !important;
  }
  .hp-page .hp-measure-flow {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    height: auto !important;
    padding: 16px !important;
    width: 100% !important;
  }
  .hp-page .hp-measure-flow > span {
    display: none !important;
  }
  .hp-page .hp-yerbis-grid {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    height: auto !important;
    width: 100% !important;
  }
  .hp-page .hp-yerbis-services {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
  }
  .hp-page .hp-gis-stage-unified {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 16px 0 !important;
    padding: 0 !important;
  }
  .hp-page .hp-gis-stage {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: 1024 / 714 !important;
    margin: 0 auto !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25) !important;
  }
  .hp-page .hp-gis-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: fill !important;
    display: block !important;
  }
  .hp-page .hp-gis-labels {
    display: none !important;
  }
  .hp-page .hp-planning-grid {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    width: 100% !important;
  }
  .hp-page .hp-planning-grid figure {
    width: 100% !important;
    margin: 0 !important;
  }
  .hp-page .hp-planning-grid figure img {
    width: 100% !important;
    aspect-ratio: 16 / 10 !important;
    height: auto !important;
    object-fit: cover !important;
    border-radius: 10px !important;
  }
  .hp-page .hp-plan-arrow-wrap {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 8px auto !important;
  }
  .hp-page .hp-plan-arrow {
    transform: rotate(90deg) !important;
  }
  .hp-page .hp-notes {
    width: 100% !important;
    padding: 22px 18px !important;
    background: #faf9f5 !important;
    border: 1px solid rgba(0, 27, 50, 0.08) !important;
    border-radius: 12px !important;
    box-sizing: border-box !important;
    margin-top: 14px !important;
  }
  .hp-page .hp-notes a {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    box-sizing: border-box !important;
  }

  /* Etüt, Sondaj ve Geoteknik (/etut-sondaj-ve-geoteknik) */
  .eg-page .eg-process-grid {
    grid-template-columns: 1fr !important;
    height: auto !important;
    width: 100% !important;
  }
  .eg-page .eg-scope-layout {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    width: 100% !important;
  }
  .eg-page .eg-map {
    width: 100% !important;
    height: 220px !important;
    min-height: 220px !important;
    border-radius: 10px !important;
    object-fit: cover !important;
  }
  .eg-page .eg-service-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    height: auto !important;
    min-height: auto !important;
    grid-template-rows: none !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    width: 100% !important;
  }
  .eg-page .eg-service-card,
  .eg-page .eg-service-card:first-child {
    position: static !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: auto !important;
    padding: 16px !important;
  }
  .eg-page .eg-drilling {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    height: auto !important;
    min-height: auto !important;
    padding: 24px 16px !important;
  }
  .eg-page .eg-strata {
    height: auto !important;
    min-height: 0 !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 10px !important;
  }
  .eg-page .eg-strata-stage {
    position: relative !important;
    width: 100% !important;
    max-width: 280px !important;
    aspect-ratio: 4263 / 6405 !important;
    height: auto !important;
    margin: 0 auto !important;
  }
  .eg-page .eg-strata-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
  }
  .eg-page .eg-drill-copy {
    padding: 10px 0 !important;
    width: 100% !important;
  }
  .eg-page .eg-drill-photo {
    width: 100% !important;
    height: 220px !important;
    min-height: 220px !important;
    border-radius: 10px !important;
    object-fit: cover !important;
  }
  .eg-page .eg-eval-grid {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    width: 100% !important;
  }
  .eg-page .eg-eval-col + .eg-eval-col {
    border-left: 0 !important;
    border-top: 1px solid #d5d2cb !important;
    padding: 20px 0 0 !important;
  }
  .eg-page .eg-eval-media {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
  }
  .eg-page .eg-flow {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
  }
  .eg-page .eg-flow-arrow {
    display: none !important;
  }

  /* Deney, Ölçüm ve Yapı İzleme (/deney-olcum-ve-yapi-izleme) */
  .do-page .do-process {
    grid-template-columns: 1fr !important;
    height: auto !important;
    width: 100% !important;
  }
  .do-page .do-workflow {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    height: auto !important;
    width: 100% !important;
    padding: 16px !important;
  }
  .do-page .do-workflow-item {
    grid-template-columns: 46px 1fr !important;
    width: 100% !important;
  }
  .do-page .do-red-arrow {
    display: none !important;
  }
  .do-page .do-matrix-section {
    padding: 24px 14px !important;
    background: #001628 !important;
    border-top: 1px solid #143d60 !important;
    border-bottom: 1px solid #143d60 !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .do-page .do-matrix-frame {
    grid-template-columns: 1fr !important;
    padding: 0 !important;
    gap: 16px !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .do-page .do-matrix-left {
    padding: 0 !important;
    border-radius: 10px !important;
  }
  .do-page .do-matrix-left-content {
    padding: 20px 16px !important;
  }
  .do-page .do-matrix-kicker {
    font-size: 11px !important;
    margin-bottom: 10px !important;
  }
  .do-page .do-matrix-title {
    font-size: 24px !important;
    margin-bottom: 10px !important;
  }
  .do-page .do-matrix-lead {
    font-size: 13px !important;
    margin-bottom: 18px !important;
  }
  .do-page .do-approach-label {
    font-size: 10.5px !important;
  }
  .do-page .do-app-pill {
    font-size: 10px !important;
    padding: 6px 12px !important;
  }
  .do-page .do-accred-item svg {
    width: 20px !important;
    height: 20px !important;
  }
  .do-page .do-accred-item strong {
    font-size: 12px !important;
  }
  .do-page .do-accred-item small {
    font-size: 11px !important;
  }
  .do-page .do-matrix-left-footer span {
    font-size: 9px !important;
  }
  .do-page .do-matrix-mainhead {
    font-size: 20px !important;
  }
  .do-page .do-matrix-sublead {
    font-size: 12px !important;
  }
  .do-page .do-cards-grid,
  .do-page .do-cards-safety {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .do-page .do-test-card {
    padding: 12px !important;
    gap: 8px !important;
    border-radius: 8px !important;
  }
  .do-page .do-card-title {
    font-size: 13px !important;
  }
  .do-page .do-test-list li {
    font-size: 11.5px !important;
    padding: 5px 0 !important;
  }
  .do-page .do-t-std {
    font-size: 10px !important;
  }
  .do-page .do-rights-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }
  .do-page .do-right-item {
    font-size: 11px !important;
  }
  .do-page .do-proc-head {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 4px !important;
  }
  .do-page .do-proc-steps {
    flex-direction: column !important;
    gap: 8px !important;
  }
  .do-page .do-proc-step {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 10px 12px !important;
  }
  .do-page .do-proc-arrow {
    transform: rotate(90deg) !important;
    margin: -2px auto !important;
  }
  .do-page .do-lab-frame {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: auto !important;
    border-radius: 12px !important;
    overflow: hidden !important;
  }
  .do-page .do-lab-main {
    width: 100% !important;
    height: 220px !important;
    min-height: 220px !important;
    object-fit: cover !important;
  }
  .do-page .do-lab-rows,
  .do-page .do-monitoring-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    height: auto !important;
    min-height: auto !important;
    grid-template-rows: none !important;
    width: 100% !important;
  }
  .do-page .do-lab-row,
  .do-page .do-monitoring-list article {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: auto !important;
    grid-template-columns: 1fr !important;
    padding: 14px 16px !important;
    width: 100% !important;
  }
  .do-page .do-loading {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    height: auto !important;
    min-height: auto !important;
    padding: 32px 18px !important;
    width: 100% !important;
    background: #00172d !important;
    box-sizing: border-box !important;
    border-radius: 14px !important;
  }
  .do-page .do-loading-left {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }
  .do-page .do-loading-left > img {
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
    width: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    display: block !important;
  }
  .do-page .do-loading-left .do-dark-list,
  .do-page .do-loading-right {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .do-page .do-dark-list article {
    display: grid !important;
    grid-template-columns: 36px 1fr !important;
    align-items: start !important;
    gap: 12px !important;
    padding: 14px 16px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
  }
  .do-page .do-dark-list b {
    font-size: 15px !important;
    font-weight: 900 !important;
    color: #dc202d !important;
  }
  .do-page .do-dark-list h2 {
    font-size: 15px !important;
    font-weight: 850 !important;
    color: #ffffff !important;
    margin: 0 0 4px 0 !important;
  }
  .do-page .do-dark-list p {
    font-size: 12.5px !important;
    line-height: 1.45 !important;
    color: rgba(255, 255, 255, 0.75) !important;
    margin: 0 !important;
  }
  .do-page .do-loading-schema {
    width: 100% !important;
    padding: 14px 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  .do-page .do-loading-schema h2 {
    font-size: 18px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    margin-bottom: 16px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
  }
  .do-page .do-loading-schema img {
    height: auto !important;
    width: 100% !important;
    max-width: 380px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
  }

  /* The Stats Card (.do-stats) - Centered, Full Width, Balanced 2x2 Grid + Chart */
  .do-page .do-stats {
    width: 100% !important;
    max-width: 100% !important;
    margin: 16px 0 !important;
    padding: 20px 18px !important;
    box-sizing: border-box !important;
    background: rgba(3, 27, 51, 0.8) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 14px !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px 14px !important;
    align-self: stretch !important;
  }
  .do-page .do-stats > div:not(.do-chart) {
    margin: 0 !important;
    padding: 12px 8px !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 8px !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .do-page .do-stats small {
    display: block !important;
    font-size: 10.5px !important;
    color: rgba(255, 255, 255, 0.7) !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    margin-bottom: 4px !important;
  }
  .do-page .do-stats strong {
    display: block !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    line-height: 1.1 !important;
  }
  .do-page .do-stats .do-chart {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    height: 160px !important;
    margin-top: 10px !important;
    border-left: 1px solid rgba(255, 255, 255, 0.6) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6) !important;
    position: relative !important;
  }
  .do-page .do-stats em {
    grid-column: 1 / -1 !important;
    text-align: center !important;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 11px !important;
    font-style: normal !important;
    margin-top: 6px !important;
    display: block !important;
  }
  .do-page .do-monitoring {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    height: auto !important;
    min-height: auto !important;
    padding: 28px 18px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .do-page .do-monitoring-visual {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .do-page .do-mon-stage {
    width: 100% !important;
    max-width: 360px !important;
    height: auto !important;
    margin: 0 auto !important;
  }
  .do-page .do-mon-img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
  }
  .do-page .do-mon-labels {
    display: none !important;
  }
  .do-page .do-equipment {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    height: auto !important;
    min-height: auto !important;
    padding: 20px 16px !important;
  }
  .do-page .do-equipment article {
    border-right: 0 !important;
    border-bottom: 1px solid #d5d1ca !important;
    padding: 14px 0 !important;
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
  }

  /* Altyapı ve Ulaşım Projeleri (/altyapi-ve-ulasim-projeleri) */
  .au-page .au-process {
    grid-template-columns: 1fr !important;
    height: auto !important;
    width: 100% !important;
  }
  .au-page .au-intro {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 24px 16px !important;
    gap: 16px !important;
    height: auto !important;
    width: 100% !important;
  }
  .au-page .au-tabs {
    grid-template-columns: 1fr 1fr !important;
    width: 100% !important;
  }
  .au-page .au-drainage-visual {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 8000 / 2798 !important;
    min-height: 0 !important;
    background: transparent !important;
    border: 1px solid var(--au-line) !important;
    border-radius: 12px 12px 0 0 !important;
    overflow: hidden !important;
  }
  .au-page .au-drainage-visual > img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
  }
  .au-page .au-callouts-layer {
    display: none !important;
  }
  .au-page .au-drainage-items {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    padding: 24px 18px !important;
    border-radius: 0 0 12px 12px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .au-page .au-drainage-items article {
    width: 100% !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid #eef2f6 !important;
  }
  .au-page .au-drainage-items article:last-child {
    border-bottom: none !important;
  }
  .au-page .au-structures-top {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    width: 100% !important;
  }
  .au-page .au-structures-left,
  .au-page .au-structures-side {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    height: auto !important;
    min-height: auto !important;
    grid-template-rows: none !important;
    width: 100% !important;
  }
  .au-page .au-viaduct-pano-wrap,
  .au-page .au-bridge-draw-wrap {
    width: 100% !important;
    height: 180px !important;
    min-height: 180px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
  }
  .au-page .au-art-card {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: auto !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    border-radius: 12px !important;
    overflow: hidden !important;
  }
  .au-page .au-art-card img {
    width: 100% !important;
    height: 180px !important;
    min-height: 180px !important;
    object-fit: cover !important;
    display: block !important;
  }
  .au-page .au-structures-bottom {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    width: 100% !important;
  }
  .au-page .au-bottom-card {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: auto !important;
    grid-template-columns: 1fr !important;
    border-radius: 10px !important;
    overflow: hidden !important;
  }
  .au-page .au-bottom-card img {
    width: 100% !important;
    height: 170px !important;
    min-height: 170px !important;
    object-fit: cover !important;
  }
  .au-page .au-utility-grid {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    width: 100% !important;
  }
  .au-page .au-delivery {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    padding: 20px 16px !important;
  }
  .au-page .au-delivery article {
    border-right: 0 !important;
    border-bottom: 1px solid var(--au-line) !important;
    padding: 12px 0 !important;
  }

  /* Projelendirme & Mühendislik (/projelendirme) */
  .project-reference .pd-discipline-grid {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    width: 100% !important;
  }
  .project-reference .pd-engineering-grid {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    width: 100% !important;
  }
  .project-reference .pd-engineering-row figure {
    height: 220px !important;
    min-height: 220px !important;
    width: 100% !important;
    overflow: hidden !important;
    border-radius: 8px !important;
  }
  .project-reference .pd-bullets {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    width: 100% !important;
  }
  .project-reference .pd-delivery-grid {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
  }
  .project-reference .pd-delivery-grid article {
    border-right: 0 !important;
    border-bottom: 1px solid var(--pd-line) !important;
    padding: 12px 0 !important;
  }
  .project-reference .pd-cta {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    width: 100% !important;
  }

  /* Hakkımızda (/hakkimizda) Extra Mobile Polish */
  .about-showcase .ha-team-grid {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    width: 100% !important;
  }
  .about-showcase .ha-team-card {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: auto !important;
    border-radius: 10px !important;
    overflow: hidden !important;
  }
  .about-showcase .ha-team-card > img {
    height: 220px !important;
    min-height: 220px !important;
    width: 100% !important;
    object-fit: cover !important;
  }
  .about-showcase .ha-certificate-grid {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    width: 100% !important;
  }
  .about-showcase .ha-principle-list,
  .ha-principle-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
  }
  .about-showcase .ha-principle-list article,
  .ha-principle-list article {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18) !important;
    padding: 16px 16px 18px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    box-sizing: border-box !important;
    width: 100% !important;
    min-height: auto !important;
  }
  .about-showcase .ha-principle-list strong,
  .ha-principle-list strong {
    color: #df242f !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    display: block !important;
    margin-bottom: 2px !important;
  }
  .about-showcase .ha-principle-list h3,
  .ha-principle-list h3 {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: 16.5px !important;
    font-weight: 800 !important;
    display: block !important;
  }
  .about-showcase .ha-principle-list p,
  .ha-principle-list p {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  /* Hakkimizda (/hakkimizda) Mobile Anti-Overflow & Grid Fit */
  .about-showcase,
  .about-showcase .ha-page {
    overflow-x: clip !important;
    max-width: 100vw !important;
  }
  .about-showcase .ha-shell,
  .about-showcase .ha-shell.ha-intro-grid,
  .about-showcase .ha-shell.ha-approach-grid,
  .about-showcase .ha-shell.ha-commitment-grid,
  .about-showcase .ha-shell.ha-capacity-grid,
  .about-showcase .ha-shell.ha-standards-grid,
  .about-showcase .ha-shell.ha-principles-grid,
  .about-showcase .ha-shell.ha-process-grid {
    width: min(100% - 32px, 1320px) !important;
    max-width: calc(100% - 32px) !important;
    margin-inline: auto !important;
    padding-inline: 0 !important;
    box-sizing: border-box !important;
  }
  .about-showcase .ha-capacity {
    overflow: hidden !important;
    max-width: 100% !important;
  }
  .about-showcase .ha-capacity::after,
  .about-showcase .ha-principles-art,
  .ha-principles-art {
    display: none !important;
  }
  .about-showcase .ha-principles,
  .ha-principles {
    overflow: hidden !important;
    max-width: 100% !important;
  }
  .about-showcase .ha-capacity-copy h2 {
    font-size: clamp(21px, 6vw, 28px) !important;
    line-height: 1.2 !important;
    text-wrap: pretty !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }
  .about-showcase .ha-capacity-cards {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .about-showcase .ha-capacity-cards article {
    min-height: 145px !important;
    padding: 12px 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    border-radius: 10px !important;
  }
  .about-showcase .ha-capacity-cards strong {
    font-size: 15.5px !important;
    font-weight: 850 !important;
    letter-spacing: -0.02em !important;
    white-space: nowrap !important;
    display: flex !important;
    align-items: baseline !important;
    gap: 2px !important;
    line-height: 1.15 !important;
  }
  .about-showcase .ha-capacity-cards strong small {
    font-size: 9.5px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    color: rgba(255, 255, 255, 0.82) !important;
  }
  .about-showcase .ha-capacity-cards b {
    margin-top: 5px !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    display: block !important;
    line-height: 1.2 !important;
  }
  .about-showcase .ha-capacity-cards p {
    margin: 4px 0 0 !important;
    font-size: 9.5px !important;
    line-height: 1.35 !important;
    color: rgba(255, 255, 255, 0.65) !important;
  }

  /* Hakkimizda All Headings Mobile Sizing */
  .about-showcase h2,
  .about-showcase .ha-copy-block h2,
  .about-showcase .ha-capacity-copy h2,
  .about-showcase .ha-standards-copy h2,
  .about-showcase .ha-principles-copy h2,
  .about-showcase .ha-process-header h2,
  .about-showcase .ha-team-heading h2 {
    font-size: clamp(21px, 6vw, 27px) !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em !important;
    text-wrap: pretty !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    max-width: 100% !important;
  }

  /* Hakkimizda Standards & Documents Section */
  .about-showcase .ha-standards {
    overflow: hidden !important;
    max-width: 100% !important;
  }
  .about-showcase .ha-standards::before {
    display: none !important;
  }
  .about-showcase .ha-standards-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .about-showcase .ha-standards-copy {
    width: 100% !important;
    max-width: 100% !important;
  }
  .about-showcase .ha-document-count {
    display: block !important;
    font-size: 42px !important;
    line-height: 1 !important;
    margin: 6px 0 10px !important;
    color: var(--ha-ink) !important;
  }
  .about-showcase .ha-certificate-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .about-showcase .ha-certificate {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .about-showcase .ha-certificate-media {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Hakkimizda Commitment Section */
  .about-showcase .ha-commitment-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .about-showcase .ha-commitment-points {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .about-showcase .ha-commitment-points article {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    border-left: 1px solid #dfddd7 !important;
    padding: 16px 14px !important;
  }

  /* Ürünler (/urunler) Extra Polish */
  .ur-page .ur-product-card--compact {
    height: auto !important;
    min-height: 84px !important;
  }
  .ur-page .ur-cta {
    height: auto !important;
    min-height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 24px 18px !important;
  }
  .ur-page .ur-cta-copy {
    margin: 0 !important;
    width: 100% !important;
  }

  /* Legal Pages (/gizlilik-politikasi, /kullanim-kosullari) */
  .vln-legal-page .vln-legal-body {
    width: 100% !important;
    padding: 20px 16px !important;
  }
  .vln-legal-page .vln-legal-table-wrap {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    width: 100% !important;
  }

  /* ═══════════════════════════════════════════════════════════════
     MASTER AESTHETIC POLISH & VISUAL EXCELLENCE SUITE (Mobile Only)
     ═══════════════════════════════════════════════════════════════ */

  /* Global Section Spacing & Headings */
  section {
    padding-block: clamp(36px, 8vw, 48px) !important;
  }

  .vh-section-heading,
  .fa-kicker,
  .ct-hero-kicker,
  .rr-eyebrow,
  .zf-hero-kicker,
  .up-hero-kicker,
  .ta-info-kicker,
  .hp-kicker,
  .eg-kicker,
  .do-kicker,
  .au-section-kicker {
    margin-bottom: 8px !important;
  }

  /* Global Button Polish */
  .vh-button,
  .fa-button,
  .ct-submit-btn,
  .ct-career-cta,
  .zf-cta a,
  .up-outline-button,
  .ta-cta a,
  .td-button,
  .hp-cta a,
  .eg-red-btn,
  .do-cta-copy a,
  .au-cta a,
  .ur-cta-copy a {
    min-height: 48px !important;
    height: 48px !important;
    border-radius: 8px !important;
    font-size: 13.5px !important;
    font-weight: 800 !important;
    letter-spacing: 0.03em !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    box-shadow: 0 4px 14px rgba(220, 32, 45, 0.25) !important;
    transition: transform 0.15s ease, background-color 0.2s ease !important;
  }

  .vh-button:active,
  .fa-button:active,
  .ct-submit-btn:active {
    transform: scale(0.98) !important;
  }

  /* 1. ANA SAYFA (HOME) AESTHETIC POLISH */
  .home-reference .vh-capacity-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    padding: 14px 12px !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 16px rgba(0, 27, 50, 0.05) !important;
  }
  .home-reference .vh-capacity-grid article {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 10px !important;
    background: #f8fafc !important;
    border-radius: 8px !important;
    border: 1px solid #eef2f6 !important;
  }
  .home-reference .vh-capacity-grid strong {
    font-size: 15px !important;
    font-weight: 900 !important;
    color: #00172d !important;
    display: block !important;
  }
  .home-reference .vh-capacity-grid small {
    font-size: 11px !important;
    color: #64748b !important;
    display: block !important;
  }
  .home-reference .vh-intro-stats {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    margin: 20px 0 !important;
    padding: 0 !important;
    border: none !important;
  }
  .home-reference .vh-intro-stats article {
    background: #ffffff !important;
    border: 1px solid #e8ebee !important;
    border-radius: 10px !important;
    padding: 14px 12px !important;
    text-align: center !important;
    box-shadow: 0 2px 8px rgba(0, 27, 50, 0.03) !important;
  }
  .home-reference .vh-intro-stats strong {
    font-size: 26px !important;
    font-weight: 900 !important;
    color: #dc202d !important;
    display: block !important;
    line-height: 1 !important;
  }
  .home-reference .vh-intro-stats span {
    font-size: 11.5px !important;
    font-weight: 700 !important;
    color: #526677 !important;
    text-transform: uppercase !important;
    margin-top: 4px !important;
    display: block !important;
  }
  .home-reference .vh-intro-gallery {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    margin-top: 20px !important;
  }
  .home-reference .vh-intro-gallery figure {
    width: 100% !important;
    height: 180px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    margin: 0 !important;
  }
  .home-reference .vh-intro-gallery img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  .home-reference .vh-values-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
  }
  .home-reference .vh-values-grid article {
    display: grid !important;
    grid-template-columns: 44px 1fr !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 16px !important;
    background: #ffffff !important;
    border: 1px solid #e8ebee !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 8px rgba(0, 27, 50, 0.03) !important;
  }
  .home-reference .vh-values-grid img {
    width: 44px !important;
    height: 44px !important;
    object-fit: contain !important;
  }
  .home-reference .vh-values-grid h3 {
    margin: 0 0 3px !important;
    font-size: 15.5px !important;
    font-weight: 800 !important;
    color: #00172d !important;
  }
  .home-reference .vh-values-grid p {
    margin: 0 !important;
    font-size: 12.5px !important;
    color: #5a6b78 !important;
  }
  .home-reference .vh-process-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
  }
  .home-reference .vh-process-grid article {
    background: #ffffff !important;
    border: 1px solid #e8ebee !important;
    border-radius: 12px !important;
    padding: 18px 16px !important;
    box-shadow: 0 4px 14px rgba(0, 27, 50, 0.04) !important;
  }
  .home-reference .vh-process-grid h3 {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    color: #00172d !important;
    margin: 0 0 12px !important;
  }
  .home-reference .vh-process-grid h3 b {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    background: #dc202d !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 900 !important;
  }
  .home-reference .vh-process-grid article > div {
    height: 140px !important;
    background: #faf8f5 !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 12px !important;
    padding: 10px !important;
  }
  .home-reference .vh-process-grid img {
    max-height: 100% !important;
    max-width: 100% !important;
    object-fit: contain !important;
  }
  .home-reference .vh-expertise-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }
  .home-reference .vh-expertise-card,
  .home-reference .vh-expertise-tall {
    width: 100% !important;
    height: auto !important;
    min-height: 240px !important;
    aspect-ratio: 16 / 10 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    position: relative !important;
    box-shadow: 0 4px 16px rgba(0, 27, 50, 0.08) !important;
    display: block !important;
  }
  .home-reference .vh-expertise-card > img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }
  .home-reference .vh-expertise-card > span,
  .vh-expertise-card > span {
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    right: auto !important;
    width: auto !important;
    max-width: 85% !important;
    height: auto !important;
    min-height: auto !important;
    padding: 12px 18px !important;
    border-radius: 0 10px 0 0 !important;
    background: #ffffff !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14) !important;
    z-index: 2 !important;
    display: inline-flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .home-reference .vh-expertise-card strong,
  .vh-expertise-card strong {
    color: #111827 !important;
    font-size: 14px !important;
    font-weight: 850 !important;
    line-height: 1.25 !important;
    display: block !important;
  }
  .home-reference .vh-expertise-card small,
  .vh-expertise-card small {
    margin-top: 5px !important;
    color: var(--vh-red) !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
  }
  .home-reference .vh-expertise-card small b,
  .vh-expertise-card small b {
    margin-left: 2px !important;
    font-size: 13px !important;
  }
  .home-reference .vh-solution-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }
  .home-reference .vh-solution-card {
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 16px rgba(0, 27, 50, 0.08) !important;
    min-height: 260px !important;
  }
  .home-reference .vh-machine-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
  }
  .home-reference .vh-machine-visual,
  .vh-machine-visual {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    background: transparent !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    display: block !important;
    padding: 0 !important;
    position: relative !important;
    line-height: 0 !important;
    box-shadow: 0 4px 18px rgba(0, 20, 50, 0.08) !important;
    border: 1px solid #e2e8f0 !important;
  }
  .home-reference .vh-machine-visual img,
  .vh-machine-visual img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    max-width: 100% !important;
    display: block !important;
    object-fit: cover !important;
    border-radius: inherit !important;
  }
  .home-reference .vh-machine-tag,
  .vh-machine-tag {
    position: absolute !important;
    top: 14px !important;
    left: 14px !important;
    z-index: 2 !important;
  }
  .home-reference .vh-machine-specs {
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
  }
  .home-reference .vh-reference-thumbs,
  .vh-reference-thumbs {
    min-height: 0 !important;
    height: auto !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 6px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .home-reference .vh-reference-thumbs img,
  .vh-reference-thumbs img {
    width: 100% !important;
    height: 68px !important;
    object-fit: cover !important;
    border-radius: 6px !important;
    display: block !important;
  }
  .home-reference .vh-trust-grid,
  .vh-trust-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    margin-top: 20px !important;
  }
  .home-reference .vh-trust-grid article,
  .vh-trust-grid article {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 10px !important;
    padding: 14px 12px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 6px !important;
  }
  .home-reference .vh-trust-grid strong,
  .vh-trust-grid strong {
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
  }
  .home-reference .vh-trust-grid small,
  .vh-trust-grid small {
    font-size: 11px !important;
    color: rgba(255, 255, 255, 0.72) !important;
    line-height: 1.35 !important;
  }
  .home-reference .vh-trust-icon,
  .vh-trust-icon {
    color: #ff4d5a !important;
  }
  .home-reference .vh-form-row {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .home-reference .vh-contact-form input,
  .home-reference .vh-contact-form select,
  .home-reference .vh-contact-form textarea {
    border-radius: 8px !important;
    border: 1px solid #cbd5e1 !important;
    padding: 12px 14px !important;
    font-size: 14px !important;
    width: 100% !important;
  }
  .home-reference .vh-contact-form button[type="submit"] {
    width: 100% !important;
    height: 50px !important;
    border-radius: 8px !important;
    background: #dc202d !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    border: none !important;
    margin-top: 12px !important;
  }

  /* 2. İLETİŞİM (CONTACT) AESTHETIC POLISH */
  .contact-page .ct-service-tabs {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-bottom: 16px !important;
  }
  .contact-page .ct-service-tab {
    padding: 8px 14px !important;
    border-radius: 20px !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    border: 1px solid #cbd5e1 !important;
    background: #ffffff !important;
    color: #334155 !important;
  }
  .contact-page .ct-service-tab.active {
    background: #dc202d !important;
    border-color: #dc202d !important;
    color: #ffffff !important;
  }
  .contact-page .ct-field input,
  .contact-page .ct-field textarea,
  .contact-page .ct-position-select {
    border-radius: 8px !important;
    border: 1px solid #cbd5e1 !important;
    padding: 12px 14px !important;
    font-size: 14px !important;
    width: 100% !important;
  }
  .contact-page .ct-field-row {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .contact-page .ct-cv-upload-box {
    border: 2px dashed #cbd5e1 !important;
    border-radius: 10px !important;
    padding: 16px !important;
    background: #f8fafc !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
  }
  .contact-page .ct-career-card {
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 16px rgba(0, 27, 50, 0.04) !important;
  }
  .contact-page .ct-career-img {
    height: 180px !important;
    width: 100% !important;
    object-fit: cover !important;
  }
  .contact-page .ct-career-body {
    padding: 20px 16px !important;
  }
  .contact-page .ct-map-inner {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  .contact-page .ct-map-frame {
    height: 260px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    border: 1px solid #e2e8f0 !important;
  }

  /* 3. REFERANSLAR (REFERENCES) AESTHETIC POLISH */
  .references-showcase .rr-hero-stats {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    margin-top: 20px !important;
  }
  .references-showcase .rr-hero-stats article {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 10px !important;
    padding: 12px !important;
    text-align: center !important;
  }
  .references-showcase .rr-hero-stats strong {
    font-size: 24px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    display: block !important;
  }
  .references-showcase .rr-hero-stats small {
    font-size: 11px !important;
    color: rgba(255, 255, 255, 0.75) !important;
    display: block !important;
  }
  .references-showcase .rr-feature-card,
  .references-showcase .rr-project-card {
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 16px rgba(0, 27, 50, 0.04) !important;
    margin-bottom: 16px !important;
  }
  .references-showcase .rr-feature-media,
  .references-showcase .rr-project-media {
    height: 200px !important;
    min-height: 200px !important;
    width: 100% !important;
  }
  .references-showcase .rr-feature-media img,
  .references-showcase .rr-project-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  .references-showcase .rr-feature-body,
  .references-showcase .rr-project-body {
    padding: 18px 16px !important;
  }

  /* 4. FAALİYET ALANLARI (SERVICES) AESTHETIC POLISH */
  .fa-activity-page .fa-cards-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .fa-activity-page .fa-card {
    height: 220px !important;
    min-height: 220px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    position: relative !important;
    box-shadow: 0 4px 16px rgba(0, 27, 50, 0.08) !important;
  }
  .fa-activity-page .fa-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  .fa-activity-page .fa-card-content {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    padding: 18px 16px !important;
    background: linear-gradient(to top, rgba(0, 15, 30, 0.95) 0%, rgba(0, 15, 30, 0.4) 60%, transparent 100%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    color: #ffffff !important;
  }
  .fa-activity-page .fa-card-content strong {
    font-size: 16.5px !important;
    font-weight: 850 !important;
  }
  .fa-activity-page .fa-competency-grid,
  .fa-activity-page .fa-final-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
  }
  .fa-activity-page .fa-competency-image img,
  .fa-activity-page .fa-final-image img {
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
  }

  /* ═══════════════════════════════════════════════════════════════
     5. ANTI-CRUSH & PROPORTIONAL HARMONY ENGINE (ASPECT-RATIO)
     Guarantees photos & cards NEVER look crushed, flattened, or misaligned
     ═══════════════════════════════════════════════════════════════ */

  /* All Card Photos: Enforce Proportional 16:10 Ratio & No Flattening */
  .vh-expertise-card,
  .vh-solution-card,
  .vh-reference-main,
  .vh-intro-gallery figure,
  .references-showcase .rr-feature-media,
  .references-showcase .rr-project-media,
  .fa-activity-page .fa-card,
  .fa-activity-page .fa-competency-image,
  .fa-activity-page .fa-final-image,
  .contact-page .ct-career-img,
  .zf-page .zf-fore-img-wrap,
  .zf-page .zf-photo-wrap,
  .zf-page .zf-fore-photo,
  .zf-page .zf-list-thumb,
  .zf-page .zf-list-thumb img,
  .zf-page .zf-shoring-cards img,
  .zf-page .zf-steel-support img,
  .up-page .up-res-card figure,
  .up-page .up-comm-card figure,
  .up-page .up-spec-card figure,
  .ta-page .ta-system-card figure,
  .ta-page .ta-rockfall-card figure,
  .td-page .td-j-img-box,
  .td-page .td-home-card-photo,
  .td-page .td-office-card figure,
  .td-page .td-split-card figure,
  .hp-page .hp-map-wrap,
  .eg-page .eg-scope-map,
  .eg-page .eg-drilling-img,
  .do-page .do-lab-main,
  .do-page .do-loading-left > img,
  .au-page .au-viaduct-pano-wrap,
  .au-page .au-bridge-draw-wrap,
  .au-page .au-art-card img,
  .au-page .au-bottom-card img,
  .about-showcase .ha-team-card > img,
  .about-showcase .ha-principles-art img,
  .ur-page .ur-product-card-img,
  .mp-fleet-card-img {
    aspect-ratio: 16 / 10 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: cover !important;
    flex-shrink: 0 !important;
    display: block !important;
  }

  /* All Technical Blueprints & Sketches: Enforce 16:9 Contain Ratio */
  .up-page .up-sketch-box,
  .td-page .td-home-card-sketch,
  .eg-page .eg-stratum-img,
  .project-reference .pd-engineering-row figure,
  .home-reference .vh-process-grid article > div {
    aspect-ratio: 16 / 9 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    object-fit: contain !important;
    flex-shrink: 0 !important;
    background: #faf8f5 !important;
    border-radius: 8px !important;
    padding: 12px !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* Images inside sketches must preserve aspect ratio */
  .up-page .up-sketch-box img,
  .td-page .td-home-card-sketch img,
  .eg-page .eg-stratum-img img,
  .project-reference .pd-engineering-row figure img,
  .home-reference .vh-process-grid article > div img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
  }

  /* ═══════════════════════════════════════════════════════════════
     6. CARD SYMMETRY & UNIFORM ALIGNMENT (HİZALAMA)
     Guarantees cards sit flush, align horizontally, and never stagger
     ═══════════════════════════════════════════════════════════════ */

  /* Force specific white cards to 100% container width */
  .card,
  .zf-page .zf-list-card,
  .zf-page .zf-fore,
  .up-page .up-res-card,
  .up-page .up-comm-card,
  .up-page .up-spec-card,
  .ta-page .ta-system-card,
  .td-page .td-home-card,
  .td-page .td-office-card,
  .td-page .td-split-card,
  .hp-page .hp-service-card,
  .eg-page .eg-service-card,
  .do-page .do-lab-frame,
  .au-page .au-art-card,
  .au-page .au-bottom-card,
  .about-showcase .ha-team-card,
  .references-showcase .rr-project-card,
  .references-showcase .rr-feature-card,
  .ur-page .ur-product-card,
  .mp-fleet-card {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 27, 50, 0.08) !important;
    box-shadow: 0 4px 16px rgba(0, 27, 50, 0.04) !important;
  }

  /* Uniform Internal Card Body Padding */
  .card-body,
  .zf-page .zf-list-body,
  .zf-page .zf-fore-copy,
  .up-page .up-res-body,
  .up-page .up-comm-body,
  .td-page .td-home-card-body,
  .td-page .td-office-body,
  .references-showcase .rr-project-body,
  .references-showcase .rr-feature-body,
  .au-page .au-art-body,
  .about-showcase .ha-team-body,
  .ur-page .ur-product-body,
  .mp-fleet-body {
    padding: 20px 18px 22px !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    justify-content: space-between !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }

  /* Card Headings Alignment */
  .card-title,
  .zf-page .zf-list-body h3,
  .zf-page .zf-fore-copy h3,
  .up-page .up-res-body h3,
  .td-page .td-home-card-body h3,
  .references-showcase .rr-project-body h3,
  .about-showcase .ha-team-body h3 {
    font-size: 18px !important;
    font-weight: 850 !important;
    line-height: 1.25 !important;
    color: #00172d !important;
    margin: 0 0 8px 0 !important;
  }

  /* Card Paragraphs Alignment */
  .card-text,
  .zf-page .zf-list-body p,
  .zf-page .zf-fore-copy p,
  .up-page .up-res-body p,
  .td-page .td-home-card-body p,
  .references-showcase .rr-project-body p,
  .about-showcase .ha-team-body p {
    font-size: 13.5px !important;
    line-height: 1.55 !important;
    color: #4a5d6e !important;
    margin: 0 0 14px 0 !important;
  }

  /* Prevent side-by-side card stagger (equal height in rows) */
  .row,
  .grid,
  .home-reference .vh-capacity-grid,
  .home-reference .vh-intro-stats,
  .home-reference .vh-trust-grid,
  .references-showcase .rr-hero-stats,
  .zf-page .zf-criteria,
  .contact-page .ct-field-row {
    align-items: stretch !important;
  }

  /* Turkey Reference Map Safe Container */
  .vh-map-stage,
  .rr-map-stage {
    overflow: hidden !important;
    border-radius: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Zemin & Temel Mobile Cleanup: Hide redundant blueprint on mobile */
  .zf-page .zf-blueprint-wrap,
  .zf-page .zf-fore-img-wrap.zf-blueprint-wrap {
    display: none !important;
  }
}
