/* Altura site styles */
      .altura-page,
      .altura-page *,
      .altura-page *::before,
      .altura-page *::after {
        box-sizing: border-box;
      }
      .altura-page {
        margin: 0;
        padding: 0;
        font-family: "Montserrat", sans-serif;
        background: #fff;
        color: #000001;
        overflow-x: hidden;
        line-height: 1.5;
      }
      .altura-page img {
        max-width: 100%;
        display: block;
        height: auto;
        border: none;
      }
      .altura-page a {
        text-decoration: none;
        color: inherit;
      }
      .altura-page a.btn-p,
      .altura-page a.altura-hero-cta,
      .altura-page a.svc-cta-btn,
      .altura-page a.svc-cta-btn:hover,
      .altura-page a.svc-cta-btn:visited,
      .altura-page a.altura-footer-btn-primary,
      .altura-page a.altura-footer-btn-primary:hover,
      .altura-page a.altura-footer-btn-primary:visited {
        color: #fff;
      }
      .altura-page button {
        font-family: inherit;
        cursor: pointer;
      }
      .altura-page h1,
      .altura-page h2,
      .altura-page h3,
      .altura-page h4,
      .altura-page p,
      .altura-page ul,
      .altura-page figure {
        margin: 0;
        padding: 0;
      }
      .altura-page {
        --altura-blue: #0247fd;
        --altura-blue-dark: #0348fd;
        --altura-cyan: #00a3d6;
        --altura-cyan-stat: #00a2d6;
        --altura-dark: #000206;
        --altura-text-muted: #a4a4a4;
        --altura-text-light: #c7c7c7;
        --altura-max: 1728px;
        /* TEST (full-bleed): gutter grows on viewports wider than the 1728px
           frame so section backgrounds reach the screen edge while content
           stays centered at the original 1528px width. Revert to 100px to undo. */
        --sp-page-x: max(100px, calc((100vw - 1528px) / 2));
        --sp-section-y: 80px;
        --sp-block: 56px;
        --sp-stack: 18px;
        --sp-tight: 12px;
      }
      .altura-wrap {
        max-width: none; /* TEST (full-bleed): was var(--altura-max). Revert to restore the 1728px frame. */
        margin: 0 auto;
        width: 100%;
      }

      /* Blobs */
      .blob {
        position: absolute;
        pointer-events: none;
        z-index: 0;
        border-radius: 50%;
      }
      .blob-blue {
        background: #0348fd;
        filter: blur(120px);
        opacity: 0.85;
      }
      .blob-cyan {
        background: linear-gradient(180deg, #00a3d6, #034afe);
        filter: blur(100px);
        opacity: 0.7;
      }
      .blob-bar {
        background: #0348fd;
        filter: blur(132px);
        opacity: 0.55;
        border-radius: 0;
      }
      .sec {
        position: relative;
        overflow: hidden;
      }
      .sec > *:not(.blob) {
        position: relative;
        z-index: 1;
      }
      html {
        scroll-behavior: smooth;
      }
      #services,
      #why-altura,
      #financial-value,
      #how-we-operate,
      #why-choose,
      #leadership,
      #contact {
        scroll-margin-top: 10px;
      }

      /* Header — floats inside hero */
      .altura-hero-header {
        position: absolute;
        top: 45px;
        left: 0;
        right: 0;
        z-index: 10;
        background: #f8f8f8;
        height: 88px;
        margin: 0;
        border-radius: 21px;
        padding: 0 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        overflow: visible;
        box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
        font-family: "Raleway", sans-serif;
      }
      .altura-hero-header .altura-hero-logo {
        flex-shrink: 0;
        display: block;
        line-height: 0;
      }
      .altura-hero-header .altura-hero-logo img {
        height: 72px;
        width: 202px;
        object-fit: contain;
      }
      .altura-hero-header-end {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 48px;
        margin-left: auto;
        flex-shrink: 0;
      }
      .altura-hero-nav {
        display: flex;
        align-items: center;
        gap: 56px;
        flex-shrink: 0;
        margin-right: 32px;
      }
      .altura-hero-nav a {
        color: #000928;
        font-weight: 600;
        font-size: 12px;
        letter-spacing: 0.06em;
        white-space: nowrap;
        line-height: normal;
      }
      .altura-hero-nav a:hover {
        color: #0247fd;
      }
      .altura-hero-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        height: 48px;
        min-width: 200px;
        padding: 8px 16px;
        background: #0247fd;
        color: #fff;
        border-radius: 8px;
        font-weight: 600;
        font-size: 12px;
        letter-spacing: 0.06em;
        white-space: nowrap;
      }
      .altura-mobile-menu {
        display: none;
        position: relative;
      }
      .altura-mobile-menu summary {
        list-style: none;
        width: 46px;
        height: 46px;
        border: 1px solid rgba(0, 9, 40, 0.12);
        border-radius: 10px;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        cursor: pointer;
      }
      .altura-mobile-menu summary::-webkit-details-marker {
        display: none;
      }
      .altura-mobile-menu summary span {
        width: 20px;
        height: 2px;
        border-radius: 2px;
        background: #000928;
        display: block;
      }
      .altura-mobile-menu-panel {
        position: absolute;
        top: calc(100% + 12px);
        right: 0;
        width: min(280px, calc(100vw - 48px));
        padding: 10px;
        background: #fff;
        border: 1px solid rgba(0, 9, 40, 0.1);
        border-radius: 14px;
        box-shadow: 0 18px 42px rgba(0, 9, 40, 0.18);
        display: grid;
        gap: 4px;
      }
      .altura-mobile-menu-panel a {
        padding: 12px 14px;
        border-radius: 10px;
        color: #000928;
        font-weight: 700;
        font-size: 10px;
        letter-spacing: 0.05em;
      }
      .altura-mobile-menu-panel a:hover {
        background: #f2f5ff;
        color: #0247fd;
      }
      .altura-mobile-menu-panel .altura-mobile-menu-cta {
        margin-top: 4px;
        background: #0247fd;
        color: #fff;
        text-align: center;
      }
      .altura-mobile-menu-panel .altura-mobile-menu-cta:hover {
        background: #0247fd;
        color: #fff;
      }

      /* Buttons */
      .btn-p {
        background: #0348fd;
        color: #fff;
        padding: 24px 40px;
        border-radius: 10px;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 1.28px;
        height: 72px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
      }
      .btn-s {
        background: transparent;
        border: 1px solid #525252;
        color: #525252;
        padding: 24px 40px;
        border-radius: 10px;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 1.28px;
        height: 72px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
      }
      .btn-s:hover,
      .btn-s:visited,
      .btn-s:focus {
        color: #525252;
        border-color: #525252;
      }

      /* Typography */
      .lbl {
        color: #0247fd;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 13px;
      }
      .lbl-c {
        color: #00a3d6;
      }
      .h2 {
        font-family: "Playfair", serif;
        font-weight: 700;
        font-size: 40px;
        line-height: 54px;
      }
      .h2 .blue {
        color: #0247fd;
      }
      .h2 .cyan {
        color: #00a3d6;
      }
      .sub {
        font-weight: 500;
        font-size: 24px;
        line-height: 36px;
        color: #6c6c6c;
      }
      .sub-d {
        color: #a4a4a4;
      }
      .line {
        width: 109px;
        height: 4px;
        background: #00a3d6;
        margin-bottom: 24px;
      }

      /* Hero block */
      .altura-hero-block {
        position: relative;
        overflow: hidden;
        background: #fff;
        padding: 0 var(--sp-page-x);
      }
      .altura-hero-block .blob-blue {
        background: #0348fd;
        filter: blur(199px);
        opacity: 0.85;
      }
      .altura-hero-block .blob-bl {
        width: 427px;
        height: 322px;
        left: -193px;
        bottom: -110px;
        top: auto;
        right: auto;
      }
      .altura-hero-block .blob-tr {
        width: 427px;
        height: 322px;
        left: calc(91.67% - 70px);
        top: -95px;
        right: auto;
        bottom: auto;
      }
      .altura-hero-main {
        position: relative;
        z-index: 1;
        padding: 148px 0 12px;
      }
      .altura-hero-main::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: calc(var(--sp-page-x) * -1);
        right: calc(var(--sp-page-x) * -1);
        background:
          linear-gradient(
            90deg,
            rgba(8, 15, 33, 1) 0%,
            rgba(8, 15, 33, 0.98) 28%,
            rgba(8, 15, 33, 0.8) 55%,
            rgba(8, 15, 33, 0.4) 100%
          ),
          url("hero-image.webp") 60% 40%/cover no-repeat;
        z-index: -1;
      }
      .altura-hero-content {
        display: grid;
        grid-template-columns: minmax(0, 900px);
        gap: var(--sp-block);
        align-items: center;
        margin-bottom: 16px;
      }
      .altura-hero-copy {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: var(--sp-stack);
      }
      .altura-hero-main h1 {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 52px;
        line-height: 60px;
        margin: 0;
        color: #ffffff;
      }
      .altura-hero-main h1 .blue {
        color: #4f8bff;
      }
      .altura-hero-lead {
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.2px;
        color: #d7ddec;
        max-width: 520px;
        margin: 0;
      }
      .altura-hero-btns {
        display: flex;
        gap: 17px;
        flex-wrap: wrap;
        margin: 0;
      }
      .altura-hero-btns .btn-p,
      .altura-hero-btns .btn-s {
        min-width: 268px;
        width: 268px;
        padding: 10px 24px;
      }
      .altura-hero-btns .btn-s {
        border-color: rgba(255, 255, 255, 0.55);
        color: #ffffff;
      }
      .altura-hero-btns .btn-s:hover,
      .altura-hero-btns .btn-s:visited,
      .altura-hero-btns .btn-s:focus {
        color: #ffffff;
        border-color: #ffffff;
      }
      .altura-hero-visual {
        display: none;
      }
      .altura-hero-photo {
        border-radius: 13.5px;
        overflow: hidden;
        box-shadow: -4px 0 2px rgba(0, 0, 0, 0.25);
        aspect-ratio: 579/745;
      }
      .altura-hero-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .altura-delivery-card {
        position: absolute;
        bottom: 4.5%;
        left: -21%;
        z-index: 2;
        background: #fff;
        border-radius: 10px;
        width: 64%;
        max-width: 360px;
        height: auto;
        padding: 14px 12px;
        box-shadow: -7px 0 4px rgba(0, 0, 0, 0.25);
        display: flex;
        flex-direction: column;
        font-size: clamp(10px, 2.35cqi, 13px);
      }
      .altura-delivery-label {
        font-weight: 500;
        font-size: 1.15em;
        line-height: 1;
        letter-spacing: 0.38em;
        color: #414141;
        margin: 0 0 1em;
      }
      .altura-delivery-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0.7em;
        flex: 1;
      }
      .altura-delivery-item {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        font-weight: 500;
        font-size: 1em;
        line-height: 1.5;
        color: #000;
      }
      .altura-delivery-item:last-child {
        margin-bottom: 0;
      }
      .altura-dot {
        width: 10px;
        height: 10px;
        min-width: 10px;
        border-radius: 50%;
        flex-shrink: 0;
        margin-top: 0.38em;
      }
      .altura-delivery-text {
        flex: 1;
        min-width: 0;
      }
      .altura-feature-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0;
        margin: 0 calc(var(--sp-page-x) * -1);
        padding: 16px var(--sp-page-x);
        background: #f6f8fc;
        border-top: 1px solid rgba(7, 20, 47, 0.08);
        position: relative;
        z-index: 1;
      }
      .altura-feature-item {
        flex: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 16px;
        padding: 0 24px;
        min-width: 0;
      }
      .altura-feature-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 48px;
        width: 48px;
        flex-shrink: 0;
      }
      .altura-feature-icon svg {
        width: 40px;
        height: 40px;
        stroke: #0247fd;
        fill: none;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
      }
      .altura-feature-text {
        display: flex;
        flex-direction: column;
        min-width: 0;
      }
      .altura-stat-num {
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        font-size: 30px;
        line-height: 1.05;
        color: #07142f;
      }
      .altura-stat-label {
        font-weight: 600;
        font-size: 14px;
        line-height: 1.25;
        color: #5a6783;
        margin-top: 3px;
      }
      .altura-feature-sep {
        width: 1px;
        background: #d4dae6;
        height: 52px;
        flex-shrink: 0;
      }
      .altura-svc-strip {
        position: relative;
        z-index: 1;
        margin: 0 calc(var(--sp-page-x) * -1);
        padding: 24px var(--sp-page-x) 8px;
        background: #fff;
        text-align: center;
      }
      .altura-svc-strip-kicker {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 13px;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: 0.14em;
        color: #0247fd;
        margin: 0 0 12px;
      }
      .altura-svc-strip .altura-svc-strip-title {
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        font-size: 30px;
        line-height: 1.25;
        color: #07142f;
        margin: 0 auto 20px;
        max-width: 900px;
      }
      .altura-svc-strip-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
      }
      .altura-svc-strip-item {
        padding: 0 26px;
        text-align: center;
      }
      .altura-svc-strip-item + .altura-svc-strip-item {
        border-left: 1px solid rgba(7, 20, 47, 0.1);
      }
      .altura-svc-strip-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 52px;
        margin: 0 0 16px;
      }
      .altura-svc-strip-icon svg {
        width: 44px;
        height: 44px;
        stroke: #0247fd;
        fill: none;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
      }
      .altura-svc-strip-icon svg.svc-icon-filled {
        color: #0247fd;
        fill: #0247fd;
        stroke: none;
      }
      .altura-svc-strip-item h3 {
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        font-size: 17px;
        line-height: 1.25;
        color: #07142f;
        margin: 0 0 8px;
      }
      .altura-svc-strip-item p {
        font-weight: 600;
        font-size: 13px;
        line-height: 1.6;
        color: #5a6783;
        margin: 0;
      }

      /* Services */
      .svc {
        padding: 56px var(--sp-page-x) 64px;
        background: #fff;
      }
      .svc-head {
        display: grid;
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
        gap: 40px 56px;
        align-items: start;
        margin-bottom: 36px;
      }
      .svc-head .lbl {
        margin-bottom: 10px;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #0247fd;
      }
      .svc-head h2 {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 34px;
        line-height: 1.2;
        color: #07142f;
        margin: 0;
        max-width: 520px;
      }
      .svc-head .line {
        display: none;
      }
      .svc-head-intro {
        margin: 0;
        font-weight: 500;
        font-size: 15px;
        line-height: 1.65;
        color: #4e4e4e;
      }
      .svc-head-tagline {
        margin: 14px 0 0;
        font-weight: 700;
        font-size: 14px;
        line-height: 1.5;
        color: #0247fd;
      }
      .svc-pillars {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 14px;
        margin-bottom: 16px;
      }
      .svc-pillar-card {
        background: #fff;
        border: 1px solid rgba(7, 20, 47, 0.1);
        border-radius: 10px;
        padding: 22px 18px 16px;
        display: flex;
        flex-direction: column;
        min-height: 100%;
      }
      .svc-pillar-icon {
        width: 52px;
        height: 52px;
        margin: 0 auto 14px;
        color: #0247fd;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .svc-pillar-icon svg {
        width: 44px;
        height: 44px;
        stroke: currentColor;
        fill: none;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
      }
      .svc-pillar-icon svg.svc-icon-filled {
        fill: currentColor;
        stroke: none;
      }
      .svc-pillar-card h3 {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.3;
        color: #07142f;
        margin: 0 0 10px;
        text-align: center;
        min-height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .svc-pillar-card > p {
        font-weight: 500;
        font-size: 12px;
        line-height: 1.55;
        color: #4e4e4e;
        margin: 0 0 8px;
        text-align: center;
        min-height: 56px;
      }
      .svc-pillar-card h4 {
        font-weight: 700;
        font-size: 11px;
        line-height: 1.3;
        color: #07142f;
        margin: 0 0 8px;
      }
      .svc-checklist {
        list-style: none;
        margin: 0;
        padding: 0;
        border-radius: 6px;
        overflow: hidden;
        border: 1px solid rgba(7, 20, 47, 0.06);
      }
      .svc-checklist li {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        padding: 8px 10px;
        font-weight: 500;
        font-size: 11px;
        line-height: 1.45;
        color: #07142f;
      }
      .svc-checklist li:nth-child(odd) {
        background: #f3f7fc;
      }
      .svc-checklist li:nth-child(even) {
        background: #fff;
      }
      .svc-checklist li::before {
        content: "";
        flex-shrink: 0;
        width: 14px;
        height: 14px;
        margin-top: 1px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%230247fd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M3 8.5l3 3 7-7'/%3E%3C/svg%3E")
          center/contain no-repeat;
      }
      .svc-features {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
        margin-bottom: 20px;
      }
      .svc-feature-card {
        background: #eef3f9;
        border: 1px solid rgba(7, 20, 47, 0.08);
        border-radius: 10px;
        padding: 24px 28px;
        display: grid;
        grid-template-columns: 52px 1fr;
        gap: 16px;
        align-items: start;
      }
      .svc-feature-card .svc-pillar-icon {
        margin: 0;
        width: 64px;
        height: 64px;
      }
      .svc-feature-card .svc-pillar-icon svg {
        width: 56px;
        height: 56px;
      }
      .svc-feature-card h3 {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 1.25;
        color: #07142f;
        margin: 0 0 8px;
        text-align: left;
      }
      .svc-feature-card p {
        font-weight: 500;
        font-size: 13px;
        line-height: 1.55;
        color: #4e4e4e;
        margin: 0;
        text-align: left;
      }
      .svc-cta-band {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 24px;
        align-items: center;
        background: #fff;
        border: 1px solid rgba(7, 20, 47, 0.1);
        border-radius: 10px;
        padding: 22px 24px;
      }
      .svc-cta-copy {
        display: grid;
        grid-template-columns: 48px 1fr;
        gap: 14px;
        align-items: start;
      }
      .svc-cta-copy .svc-pillar-icon {
        margin: 0;
        width: 44px;
        height: 44px;
      }
      .svc-cta-copy .svc-pillar-icon svg {
        width: 36px;
        height: 36px;
      }
      .svc-cta-copy h3 {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.3;
        color: #07142f;
        margin: 0 0 6px;
      }
      .svc-cta-copy p {
        font-weight: 500;
        font-size: 13px;
        line-height: 1.5;
        color: #4e4e4e;
        margin: 0;
      }
      .svc-cta-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-height: 52px;
        padding: 12px 22px;
        background: #0247fd;
        color: #fff;
        border-radius: 8px;
        font-weight: 700;
        font-size: 12px;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        white-space: nowrap;
      }
      .svc-cta-btn svg {
        width: 18px;
        height: 18px;
        stroke: currentColor;
        fill: none;
        stroke-width: 1.8;
        flex-shrink: 0;
      }
      @media (max-width: 1200px) {
        .svc-head {
          grid-template-columns: 1fr;
          gap: 24px;
        }
      }
      @media (max-width: 1400px) {
        .svc-pillars {
          grid-template-columns: repeat(3, minmax(0, 1fr));
        }
      }
      @media (max-width: 980px) {
        .svc-pillars {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }
        .svc-features {
          grid-template-columns: 1fr;
        }
        .svc-cta-band {
          grid-template-columns: 1fr;
        }
        .svc-cta-btn {
          width: 100%;
        }
      }
      @media (max-width: 600px) {
        .svc-head {
          grid-template-columns: 1fr;
          gap: 20px;
        }
        .svc-pillars {
          grid-template-columns: 1fr;
        }
        .svc-feature-card {
          grid-template-columns: 1fr;
          text-align: center;
        }
        .svc-feature-card .svc-pillar-icon {
          margin: 0 auto;
        }
        .svc-feature-card h3,
        .svc-feature-card p {
          text-align: center;
        }
        .svc-cta-copy {
          grid-template-columns: 1fr;
          text-align: center;
        }
        .svc-cta-copy .svc-pillar-icon {
          margin: 0 auto;
        }
      }

      /* Why Altura — delivery model */
      .altura-why-block {
        position: relative;
        overflow: hidden;
        background: var(--altura-dark);
        color: #fff;
        padding: 34px var(--sp-page-x) 82px;
      }
      .altura-why-head {
        display: grid;
        grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
        gap: 40px 72px;
        align-items: start;
        margin-bottom: 52px;
      }
      .altura-why-head-copy .lbl-c {
        color: var(--altura-cyan);
        font-weight: 600;
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 0.04em;
        margin-bottom: 6px;
      }
      .altura-why-title {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 28px;
        line-height: 36px;
        color: #fff;
        margin: 0;
      }
      .altura-why-head-copy .line {
        width: 73px;
        height: 3px;
        margin: 10px 0 0;
      }
      .altura-why-head-intro {
        justify-self: end;
        max-width: 690px;
      }
      .altura-why-head-intro p {
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 17px;
        line-height: 25px;
        color: var(--altura-text-muted);
        margin: 0;
      }
      .altura-why-locations {
        position: relative;
        min-height: 470px;
        max-width: 1240px;
        margin: 0 auto;
      }
      .altura-why-card {
        position: absolute;
        z-index: 3;
        background: rgba(32, 36, 48, 0.94);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 10px;
        padding: 20px 22px;
        box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
        width: 380px;
      }
      .altura-why-card h3 {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 22px;
        line-height: 30px;
        color: var(--altura-cyan);
        margin: 0 0 12px;
      }
      .altura-why-card p {
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 15px;
        line-height: 22px;
        color: var(--altura-text-light);
        margin: 0;
      }
      .altura-why-card--kc {
        left: 31%;
        top: 20px;
      }
      .altura-why-card--tv {
        left: 39%;
        top: 250px;
      }
      .altura-why-photo {
        position: absolute;
        z-index: 2;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
      }
      .altura-why-photo img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
      }
      .altura-why-photo--kc-back {
        left: 4%;
        top: 98px;
        width: 200px;
        height: 220px;
      }
      .altura-why-photo--kc-front {
        left: 13%;
        top: 22px;
        width: 185px;
        height: 175px;
      }
      .altura-why-photo--tvm-back {
        right: 0;
        top: 0;
        width: 200px;
        height: 220px;
      }
      .altura-why-photo--tvm-front {
        right: 9%;
        top: 90px;
        width: 200px;
        height: 220px;
      }
      .altura-why-block .blob-tr {
        width: 427px;
        height: 322px;
        right: -70px;
        top: -75px;
        opacity: 0.65;
      }
      .altura-why-block .blob-bl {
        width: 427px;
        height: 322px;
        left: -214px;
        bottom: -216px;
        opacity: 0.65;
      }

      /* How We Operate */
      #how-we-operate {
        scroll-margin-top: 10px;
      }
      .operate-overview {
        background: #f9fafe;
        color: #07142f;
        font-family: "Montserrat", sans-serif;
        padding-bottom: 40px;
      }
      .operate-overview svg {
        stroke: currentColor;
        fill: none;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
      }
      .operate-overview-hero {
        position: relative;
        isolation: isolate;
        overflow: hidden;
        min-height: 360px;
        padding: 54px var(--sp-page-x);
        display: flex;
        align-items: center;
        background: #f9fafe;
        border: none;
      }
      .operate-overview-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: url("Trivandrum_kovalam.webp") center right/cover no-repeat;
        z-index: 0;
      }
      .operate-overview-hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
          90deg,
          #f9fafe 0%,
          #f9fafe 32%,
          rgba(249, 250, 254, 0.94) 42%,
          rgba(249, 250, 254, 0.62) 52%,
          rgba(249, 250, 254, 0.24) 62%,
          rgba(249, 250, 254, 0) 72%
        );
        z-index: 1;
        pointer-events: none;
      }
      .operate-overview-hero > * {
        position: relative;
        z-index: 2;
      }
      .operate-overview-band {
        background: #fff;
        padding: 28px var(--sp-page-x) 34px;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(480px, 42%);
        gap: 32px;
        align-items: start;
      }
      .operate-overview-model {
        border: none;
        padding: 0;
        display: flex;
        flex-direction: column;
      }
      .operate-overview-model .operate-overview-card-row {
        flex: 1;
      }
      .operate-overview-photo-section {
        background: #fff;
        padding: 0;
        display: flex;
        flex-direction: column;
      }
      .operate-overview-photo-section .operate-overview-photo {
        position: relative;
        height: 280px;
        min-height: 0;
        width: 100%;
        margin: 0;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 10px 24px rgba(7, 20, 47, 0.12);
      }
      .operate-overview-copy {
        max-width: 560px;
      }
      .operate-overview-kicker,
      .operate-overview-label {
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        font-size: 14px;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: #0247fd;
        margin-bottom: 18px;
      }
      .operate-overview h2 {
        font-weight: 800;
        font-size: 42px;
        line-height: 1.12;
        color: #07142f;
        margin: 0 0 18px;
      }
      .operate-overview-copy p {
        font-weight: 600;
        font-size: 15px;
        line-height: 1.75;
        color: #182744;
        margin: 0;
        max-width: 500px;
      }
      .operate-overview-card-row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        border-left: 1px solid rgba(7, 20, 47, 0.1);
      }
      .operate-overview-card {
        padding: 22px 28px;
        border-right: 1px solid rgba(7, 20, 47, 0.1);
      }
      .operate-overview-card:last-child {
        border-right: 0;
      }
      .operate-overview-icon {
        width: 58px;
        height: 58px;
        border-radius: 999px;
        background: #eef5ff;
        color: #0247fd;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 16px;
      }
      .operate-overview-icon svg {
        width: 32px;
        height: 32px;
      }
      .operate-overview-card h3 {
        font-weight: 800;
        font-size: 17px;
        line-height: 1.25;
        color: #07142f;
        margin: 0 0 10px;
      }
      .operate-overview-card p {
        font-weight: 600;
        font-size: 13px;
        line-height: 1.65;
        color: #182744;
        margin: 0;
      }
      .operate-overview-photo img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .operate-approach {
        border-top: 1px solid rgba(7, 20, 47, 0.08);
        border-bottom: 1px solid rgba(7, 20, 47, 0.08);
        padding: 18px var(--sp-page-x) 22px;
        text-align: center;
        background: #f9fafe;
      }
      .operate-approach h3 {
        font-weight: 800;
        font-size: 14px;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: #0247fd;
        margin: 0 0 18px;
      }
      .operate-approach-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 28px;
        text-align: left;
      }
      .operate-approach-item {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 14px;
        align-items: start;
        position: relative;
      }
      .operate-approach-item:not(:last-child)::after {
        content: "›";
        position: absolute;
        right: -18px;
        top: 18px;
        color: #6d86a8;
        font-size: 28px;
        font-weight: 300;
      }
      .operate-approach-num {
        font-weight: 800;
        font-size: 32px;
        line-height: 1;
        color: #0247fd;
      }
      .operate-approach-item h4 {
        font-weight: 800;
        font-size: 15px;
        line-height: 1.25;
        margin: 0 0 6px;
        color: #07142f;
      }
      .operate-approach-item p {
        font-weight: 600;
        font-size: 12px;
        line-height: 1.55;
        margin: 0;
        color: #182744;
      }
      .operate-learn-strip {
        margin: 28px var(--sp-page-x) 0;
        padding: 28px 42px;
        background: #eef5ff;
        border-radius: 5px;
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 24px;
        align-items: center;
      }
      .operate-learn-copy {
        display: grid;
        grid-template-columns: 62px 1fr;
        gap: 20px;
        align-items: center;
      }
      .operate-learn-icon {
        width: 58px;
        height: 58px;
        border-radius: 999px;
        background: #0247fd;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .operate-learn-icon svg {
        width: 32px;
        height: 32px;
      }
      .operate-learn-copy h3 {
        font-weight: 800;
        font-size: 17px;
        line-height: 1.25;
        margin: 0 0 5px;
        color: #07142f;
      }
      .operate-learn-copy p {
        font-weight: 600;
        font-size: 13px;
        line-height: 1.55;
        margin: 0;
        color: #182744;
      }
      .operate-learn-link {
        font-weight: 800;
        font-size: 13px;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        color: #0247fd;
        white-space: nowrap;
      }
      .operate-learn-strip .operate-learn-link,
      .operate-learn-strip .operate-learn-link:visited {
        color: #0247fd;
      }
      .operate-learn-strip .operate-learn-link:hover,
      .operate-learn-strip .operate-learn-link:focus {
        color: #0238ca;
        text-decoration: underline;
      }

      /* Why */
      .why {
        padding: 72px var(--sp-page-x) 34px;
        background: #fff;
        color: #07142f;
        font-family: "Montserrat", sans-serif;
      }
      .why-layout {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
        gap: 72px;
        align-items: start;
        margin-bottom: 18px;
      }
      .why-copy {
        text-align: left;
        padding-top: 28px;
      }
      .why-kicker {
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        font-size: 14px;
        line-height: 1;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #0247fd;
        margin-bottom: 26px;
      }
      .why-copy h2 {
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        font-size: 44px;
        line-height: 1.22;
        color: #07142f;
        margin: 0 0 28px;
      }
      .why-copy p {
        font-weight: 600;
        font-size: 16px;
        line-height: 1.8;
        color: #182744;
        margin: 0 0 24px;
        max-width: 620px;
      }
      .why-copy p strong {
        color: #0247fd;
      }
      .why-stats {
        background: #fff;
        border: 1px solid rgba(7, 20, 47, 0.08);
        border-radius: 10px;
        box-shadow: 0 12px 34px rgba(7, 20, 47, 0.08);
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        overflow: hidden;
      }
      .why-stat {
        min-height: 200px;
        padding: 24px 28px;
        text-align: center;
        border-color: rgba(7, 20, 47, 0.1);
        border-style: solid;
        border-width: 0 1px 1px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
      }
      .why-stat:nth-child(2n) {
        border-right: 0;
      }
      .why-stat:nth-last-child(-n + 2) {
        border-bottom: 0;
      }
      .why-stat-icon {
        width: 58px;
        height: 58px;
        border-radius: 999px;
        background: #eff5ff;
        color: #0247fd;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 12px;
      }
      .why-stat-icon svg {
        width: 36px;
        height: 36px;
        stroke: currentColor;
        fill: none;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
      }
      .why-stat h3 {
        font-weight: 800;
        font-size: 15px;
        line-height: 1.3;
        color: #07142f;
        margin: 0 0 10px;
        min-height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .why-metric {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-bottom: 10px;
      }
      .why-metric strong {
        font-weight: 800;
        font-size: 42px;
        line-height: 0.95;
        color: #0247fd;
        letter-spacing: -1px;
      }
      .why-metric span {
        font-weight: 700;
        font-size: 13px;
        line-height: 1.35;
        color: #182744;
        text-align: left;
      }
      .why-stat p {
        font-weight: 600;
        font-size: 12px;
        line-height: 1.6;
        color: #182744;
        margin: 0;
      }
      .why-result {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 36px;
        align-items: center;
        background: #fff;
        border: 1px solid rgba(7, 20, 47, 0.08);
        border-radius: 10px;
        box-shadow: 0 12px 30px rgba(7, 20, 47, 0.06);
        padding: 22px 38px;
        margin-bottom: 0;
      }
      .why-result-copy {
        display: grid;
        grid-template-columns: 96px 1fr;
        gap: 26px;
        align-items: center;
        text-align: left;
      }
      .why-result-icon {
        width: 88px;
        height: 88px;
        border-radius: 999px;
        background: #eff5ff;
        color: #0247fd;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .why-result-icon svg {
        width: 48px;
        height: 48px;
        stroke: currentColor;
        fill: none;
        stroke-width: 1.9;
        stroke-linecap: round;
        stroke-linejoin: round;
      }
      .why-result-label {
        font-weight: 800;
        font-size: 14px;
        line-height: 1;
        text-transform: uppercase;
        color: #0247fd;
        margin-bottom: 10px;
      }
      .why-result h3 {
        font-weight: 800;
        font-size: 24px;
        line-height: 1.25;
        color: #07142f;
        margin: 0 0 6px;
      }
      .why-result p {
        font-weight: 600;
        font-size: 15px;
        line-height: 1.5;
        color: #182744;
        margin: 0;
      }
      .why-result-actions {
        display: grid;
        gap: 16px;
        justify-items: center;
        padding-left: 36px;
        border-left: 1px solid rgba(7, 20, 47, 0.08);
      }
      .why-btn {
        height: 54px;
        min-width: 240px;
        border-radius: 8px;
        background: #0247fd;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-weight: 800;
        font-size: 13px;
        letter-spacing: 0.04em;
        text-transform: uppercase;
      }
      .why-result-actions .why-btn,
      .why-result-actions .why-btn:hover,
      .why-result-actions .why-btn:visited,
      .why-result-actions .why-btn:focus {
        color: #fff;
      }
      .why-btn svg {
        width: 17px;
        height: 17px;
        stroke: currentColor;
        fill: none;
        stroke-width: 2;
      }
      .why-link {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: #0247fd;
        font-weight: 800;
        font-size: 13px;
        letter-spacing: 0.04em;
        text-transform: uppercase;
      }
      .why-result-actions .why-link,
      .why-result-actions .why-link:visited {
        color: #0247fd;
      }
      .why-result-actions .why-link:hover,
      .why-result-actions .why-link:focus {
        color: #0238ca;
        text-decoration: underline;
      }
      @media (max-width: 1200px) {
        .operate-approach-grid {
          grid-template-columns: repeat(2, 1fr);
          gap: 28px 32px;
        }
        .operate-approach-item:not(:last-child)::after {
          display: none;
        }
        .why-layout {
          grid-template-columns: 1fr;
          gap: 34px;
        }
        .why-copy {
          padding-top: 0;
        }
        .why-copy h2 {
          font-size: 38px;
        }
        .why-result {
          grid-template-columns: 1fr;
        }
        .why-result-actions {
          border-left: 0;
          border-top: 1px solid rgba(7, 20, 47, 0.08);
          padding: 24px 0 0;
        }
      }
      @media (max-width: 600px) {
        .operate-approach-grid {
          grid-template-columns: 1fr;
          gap: 22px;
        }
        .operate-learn-strip {
          grid-template-columns: 1fr;
          gap: 18px;
          padding: 22px;
        }
        .operate-learn-link {
          white-space: normal;
        }
        .why {
          padding: 48px var(--sp-page-x) 28px;
        }
        .why-copy h2 {
          font-size: 31px;
        }
        .why-copy p {
          font-size: 15px;
          line-height: 1.7;
        }
        .why-stats {
          grid-template-columns: 1fr;
        }
        .why-stat {
          min-height: 0;
          border-right: 0;
          border-bottom: 1px solid rgba(7, 20, 47, 0.1);
          padding: 26px 20px;
        }
        .why-stat:last-child {
          border-bottom: 0;
        }
        .why-metric strong {
          font-size: 40px;
        }
        .why-result {
          padding: 22px;
        }
        .why-result-copy {
          grid-template-columns: 1fr;
          text-align: center;
        }
        .why-result-icon {
          margin: 0 auto;
        }
        .why-btn {
          width: 100%;
          min-width: 0;
        }
      }

      /* Testimonials */
      .testi {
        position: relative;
        overflow: hidden;
        background: #020406;
        padding: 50px var(--sp-page-x) 40px;
      }
      .testi::before {
        content: "";
        position: absolute;
        left: -170px;
        bottom: -220px;
        width: 520px;
        height: 520px;
        background: radial-gradient(
          circle,
          rgba(3, 72, 253, 0.72) 0%,
          rgba(3, 72, 253, 0.34) 36%,
          rgba(3, 72, 253, 0) 70%
        );
        pointer-events: none;
      }
      .testi h2 {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 28px;
        line-height: 36px;
        text-align: center;
        color: #fff;
        margin: 0 0 18px;
      }
      .testi h2::after {
        content: "";
        display: block;
        width: 118px;
        height: 3px;
        margin: 8px auto 0;
        background: linear-gradient(90deg, #5d5bfa 0%, #00a3d6 100%);
        border-radius: 999px;
      }
      .testi .sub {
        text-align: center;
        max-width: 960px;
        margin: 0 auto 58px;
        color: rgba(255, 255, 255, 0.72);
        font-size: 15px;
        line-height: 24px;
      }
      .testi-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(320px, 390px));
        gap: 18px;
        max-width: 1230px;
        margin: 0 auto;
        justify-content: center;
        position: relative;
        z-index: 1;
      }
      .testi-card {
        position: relative;
        aspect-ratio: 1.62/1;
        border-radius: 10px;
        overflow: hidden;
        background:
          radial-gradient(
            circle at 100% 100%,
            rgba(93, 91, 250, 0.78) 0%,
            rgba(93, 91, 250, 0.2) 32%,
            rgba(93, 91, 250, 0) 58%
          ),
          linear-gradient(135deg, #f8f9fb 0%, #eef1f5 55%, #dfe6ff 100%);
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
      }
      .testi-portrait-blob {
        position: absolute;
        left: 8px;
        bottom: 0;
        width: 46%;
        height: 92%;
        z-index: 1;
        overflow: visible;
        border-radius: 0;
      }
      .testi-card:first-child .testi-portrait-blob {
        left: 2px;
        width: 52%;
        height: 100%;
      }
      .testi-card img.testi-portrait {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain;
        object-position: left bottom;
        filter: grayscale(1);
      }
      .testi-name-bg {
        position: absolute;
        left: 12px;
        top: 8px;
        max-width: 56%;
        font-weight: 700;
        font-size: 38px;
        line-height: 0.95;
        color: rgba(17, 24, 39, 0.055);
        letter-spacing: -1.5px;
        z-index: 0;
        pointer-events: none;
      }
      .testi-copy {
        position: absolute;
        top: 28px;
        right: 24px;
        bottom: 22px;
        width: 47%;
        z-index: 2;
        color: #111827;
        padding-bottom: 4px;
      }
      .testi-quote-mark {
        display: block;
        height: 28px;
        color: #2d7cff;
        font-weight: 800;
        font-size: 54px;
        line-height: 30px;
        letter-spacing: -8px;
        margin-bottom: 4px;
      }
      .testi-lead {
        font-weight: 700;
        font-style: italic;
        font-size: 15px;
        line-height: 22px;
        color: #4d4d4d;
        margin: 0 0 12px;
      }
      .testi-quote {
        font-weight: 500;
        font-size: 13px;
        line-height: 22px;
        color: #111827;
        margin: 0 0 12px;
      }
      .testi-author {
        font-weight: 700;
        font-style: italic;
        font-size: 12px;
        line-height: 16px;
        color: #111827;
        margin: 0;
      }
      .testi-role {
        font-weight: 500;
        font-size: 11px;
        line-height: 15px;
        color: #6b7280;
        margin: 0;
      }
      .testi-nav {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 0;
        margin: 0;
        position: absolute;
        right: var(--sp-page-x);
        top: 148px;
        z-index: 2;
      }
      .testi-arrow {
        display: none;
      }
      .testi-arrow.next {
        border-color: #4a5768;
      }
      .testi-arrow svg {
        width: 22px;
        height: 22px;
      }
      .testi-arrow.prev svg {
        transform: scaleY(-1) rotate(180deg);
      }
      .testi-dots {
        display: flex;
        align-items: center;
        gap: 6px;
      }
      .testi-dot {
        height: 8px;
        border-radius: 999px;
        background: #4b5260;
        border: none;
        padding: 0;
        cursor: pointer;
        width: 20px;
        flex-shrink: 0;
        transition:
          width 0.25s ease,
          background 0.25s ease;
      }
      .testi-dot.on {
        width: 42px;
        background: linear-gradient(90deg, #5d5bfa 0%, #00a3d6 100%);
      }

      /* Footer — CTA + links block */
      .altura-footer-block {
        background: #fff;
        position: relative;
        overflow: hidden;
      }
      .altura-footer-cta {
        background: #fff;
        padding: 46px var(--sp-page-x) 56px;
        text-align: center;
        position: relative;
        z-index: 1;
      }
      .altura-footer-cta .lbl {
        color: var(--altura-blue);
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 12px;
      }
      .altura-footer-cta h2 {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 40px;
        line-height: 36px;
        color: #1b1b1b;
        margin-bottom: 17px;
      }
      .altura-footer-cta .line {
        width: 405px;
        max-width: 100%;
        height: 4px;
        background: var(--altura-cyan);
        margin: 0 auto 29px;
      }
      .altura-footer-cta p {
        font-weight: 600;
        font-size: 20px;
        line-height: 36px;
        color: #000206;
        max-width: 749px;
        margin: 0 auto 32px;
      }
      .altura-footer-btns {
        display: flex;
        gap: 17px;
        justify-content: center;
        flex-wrap: wrap;
      }
      .altura-footer-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 72px;
        min-width: 268px;
        padding: 10px 24px;
        border-radius: 10px;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 1.28px;
        white-space: nowrap;
      }
      .altura-footer-btn-primary {
        background: #0348fd;
        color: #fff;
        border: 1px solid #0348fd;
      }
      .altura-footer-btn-secondary {
        background: #fff;
        color: #525252;
        border: 1px solid #525252;
      }
      .altura-footer-btn-secondary:hover,
      .altura-footer-btn-secondary:visited,
      .altura-footer-btn-secondary:focus {
        color: #525252;
        border-color: #525252;
      }
      .altura-footer-btn-primary:hover,
      .altura-footer-btn-secondary:hover {
        opacity: 0.92;
      }
      .altura-footer-hr {
        border: none;
        border-top: 1px solid #bfbfbf;
        margin: 0;
      }
      .altura-footer-main {
        position: relative;
        overflow: hidden;
        padding: 32px var(--sp-page-x) 40px;
        background: linear-gradient(
          180deg,
          #fff 0%,
          #f5f9ff 28%,
          #e8f0ff 72%,
          #dce8ff 100%
        );
      }
      .altura-footer-grid {
        display: grid;
        grid-template-columns: minmax(0, 2fr) minmax(0, 217px) minmax(0, 217px);
        gap: 48px 80px;
        align-items: start;
        position: relative;
        z-index: 1;
      }
      .altura-footer-brand .footer-logo {
        width: 266px;
        height: 94px;
        object-fit: contain;
        margin-bottom: 30px;
      }
      .altura-footer-tag {
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        color: #515151;
        margin-bottom: 30px;
        max-width: 560px;
      }
      .altura-footer-tag p {
        margin: 0;
      }
      .footer-tagline-keep {
        white-space: nowrap;
      }
      .altura-footer-social {
        display: flex;
        gap: 20px;
        align-items: center;
      }
      .altura-footer-social a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 0;
      }
      .altura-footer-col h4 {
        font-weight: 600;
        font-size: 24px;
        letter-spacing: 1.92px;
        color: #000;
        margin-bottom: 15px;
      }
      .altura-footer-col a {
        display: block;
        font-weight: 500;
        font-size: 16px;
        line-height: 38px;
        color: #515151;
        white-space: nowrap;
      }
      .altura-footer-col a:hover {
        color: var(--altura-blue);
      }
      .altura-footer-bot {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 30px;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        color: #747474;
        flex-wrap: wrap;
        gap: 10px;
        position: relative;
        z-index: 1;
      }
      .altura-footer-main .blob-l {
        width: 118px;
        height: 900px;
        left: -100px;
        top: 120px;
      }
      .altura-footer-main .blob-b {
        width: 1822px;
        height: 118px;
        left: 54%;
        bottom: -66px;
        transform: translateX(-50%);
      }

      @media (min-width: 1301px) and (max-width: 1540px) {
        .altura-hero-header {
          left: -60px;
          right: -60px;
          gap: 16px;
        }
        .altura-hero-header-end {
          gap: 22px;
        }
        .altura-hero-nav {
          gap: 26px;
        }
      }
      @media (max-width: 1300px) {
        .altura-page {
          --sp-page-x: 40px;
        }
        .altura-hero-header {
          gap: 16px;
        }
        .altura-hero-header-end {
          gap: 22px;
        }
        .altura-hero-nav {
          gap: 26px;
        }
        .altura-hero-block,
        .svc,
        .altura-why-block,
        .why,
        .testi,
        .altura-footer-cta,
        .altura-footer-main {
          padding-left: var(--sp-page-x);
          padding-right: var(--sp-page-x);
        }
        .altura-hero-content {
          grid-template-columns: 1fr;
          margin-bottom: 40px;
        }
        .altura-hero-main {
          padding-top: 178px;
        }
        .altura-hero-main h1 {
          font-size: 48px;
          line-height: 56px;
        }
        .altura-hero-visual {
          justify-self: stretch;
          max-width: none;
        }
        .altura-hero-btns .btn-p,
        .altura-hero-btns .btn-s {
          width: 100%;
          min-width: 0;
        }
        .altura-delivery-card {
          left: 24px;
          bottom: 6%;
          width: min(360px, 42%);
          max-width: 360px;
          padding: 12px 10px;
        }
      }
      @media (max-width: 1200px) {
        .altura-page {
          --sp-page-x: 40px;
          --sp-section-y: 56px;
          --sp-block: 40px;
        }
        .altura-svc-strip-grid {
          grid-template-columns: repeat(3, 1fr);
          gap: 36px 0;
        }
        .altura-svc-strip-item + .altura-svc-strip-item {
          border-left: 0;
        }
        .altura-svc-strip-title {
          font-size: 26px;
        }
        .altura-hero-block,
        .svc,
        .altura-why-block,
        .why,
        .testi,
        .altura-footer-cta,
        .altura-footer-main {
          padding-left: var(--sp-page-x);
          padding-right: var(--sp-page-x);
        }
        .altura-hero-content {
          margin-bottom: 40px;
        }
        .altura-feature-bar {
          padding-bottom: 36px;
        }
        .altura-hero-header {
          top: 20px;
          gap: 16px;
        }
        .altura-hero-header-end {
          gap: 18px;
        }
        .altura-hero-nav {
          display: none;
        }
        .altura-hero-cta {
          display: none;
        }
        .altura-mobile-menu {
          display: block;
        }
        .altura-hero-main {
          padding-top: 178px;
        }
        .altura-hero-content {
          grid-template-columns: 1fr;
        }
        .altura-hero-main h1 {
          font-size: 48px;
          line-height: 56px;
        }
        .altura-hero-visual {
          justify-self: stretch;
          max-width: none;
        }
        .altura-hero-btns .btn-p,
        .altura-hero-btns .btn-s {
          width: 100%;
          min-width: 0;
        }
        .altura-delivery-card {
          left: 24px;
          bottom: 6%;
          width: min(360px, 42%);
          max-width: 360px;
          padding: 12px 10px;
        }
        .altura-feature-bar {
          flex-wrap: wrap;
          justify-content: center;
          gap: 20px;
        }
        .altura-feature-sep {
          display: none;
        }
        .altura-feature-item {
          flex: 1 1 200px;
          max-width: 280px;
        }
        .altura-why-head,
        .svc-head,
        .why-grid,
        .altura-footer-grid {
          grid-template-columns: 1fr;
        }
        .altura-why-head-intro {
          justify-self: stretch;
          max-width: none;
        }
        .altura-footer-btn {
          min-width: min(268px, 100%);
        }
        .altura-footer-bot {
          flex-direction: column;
          align-items: flex-start;
        }
        .altura-why-title {
          font-size: 26px;
          line-height: 34px;
        }
      }
      @media (max-width: 980px) {
        .altura-why-block {
          padding-top: 40px;
          padding-bottom: 56px;
        }
        .altura-why-head {
          gap: 24px;
          margin-bottom: 32px;
        }
        .altura-why-head-intro p {
          font-size: 16px;
          line-height: 25px;
        }
        .altura-why-locations {
          display: grid;
          grid-template-columns: repeat(2, minmax(0, 1fr));
          gap: 20px 0;
          min-height: 0;
          max-width: none;
        }
        .altura-why-card {
          position: relative;
          left: auto;
          top: auto;
          width: 100%;
        }
        .altura-why-card--kc {
          grid-column: 1/-1;
          grid-row: 2;
        }
        .altura-why-card--tv {
          grid-column: 1/-1;
          grid-row: 3;
        }
        .altura-why-photo {
          position: relative;
          left: auto;
          right: auto;
          top: auto;
          height: auto;
          grid-column: 1/-1;
          aspect-ratio: 1.15/1;
        }
        .altura-why-photo--kc-front,
        .altura-why-photo--tvm-back {
          grid-row: 1;
          width: 62%;
          justify-self: end;
          z-index: 2;
          margin-top: 0;
        }
        .altura-why-photo--kc-back,
        .altura-why-photo--tvm-front {
          grid-row: 1;
          width: 68%;
          justify-self: start;
          z-index: 1;
          margin-top: 86px;
        }
        .altura-why-photo--tvm-back,
        .altura-why-photo--tvm-front {
          grid-row: 4;
        }
        .testi {
          display: flex;
          flex-direction: column;
        }
        .testi .sub {
          margin-bottom: 24px;
        }
        .testi-grid {
          order: 2;
          display: flex;
          justify-content: flex-start;
          max-width: none;
          margin: 0 calc(var(--sp-page-x) * -1);
          padding: 0 var(--sp-page-x) 12px;
          overflow-x: auto;
          scroll-snap-type: x mandatory;
          scrollbar-width: none;
        }
        .testi-grid::-webkit-scrollbar {
          display: none;
        }
        .testi-card {
          flex: 0 0 min(390px, calc(100vw - (var(--sp-page-x) * 2)));
          scroll-snap-align: center;
        }
        .testi-nav {
          order: 1;
          position: relative;
          right: auto;
          top: auto;
          justify-content: center;
          margin: 0 0 28px;
        }
        .operate-overview-band {
          grid-template-columns: 1fr;
          gap: 24px;
        }
        .operate-overview-photo-section .operate-overview-photo {
          height: 240px;
        }
      }
      @media (max-width: 600px) {
        .altura-page {
          --sp-page-x: 20px;
          --sp-section-y: 44px;
          --sp-block: 28px;
        }
        .altura-svc-strip-grid {
          grid-template-columns: repeat(2, 1fr);
          gap: 28px 0;
        }
        .altura-svc-strip-title {
          font-size: 21px;
        }
        .operate-overview-card-row {
          grid-template-columns: 1fr;
          border-left: 0;
        }
        .operate-overview-card {
          border-right: 0;
          border-bottom: 1px solid rgba(7, 20, 47, 0.1);
        }
        .operate-overview-card:last-child {
          border-bottom: 0;
        }
        .altura-hero-block,
        .svc,
        .altura-why-block,
        .why,
        .testi,
        .altura-footer-cta,
        .altura-footer-main {
          padding-left: var(--sp-page-x);
          padding-right: var(--sp-page-x);
        }
        .altura-hero-main {
          padding-top: 116px;
        }
        .altura-hero-header {
          top: 16px;
          height: 70px;
          border-radius: 14px;
          padding: 0 10px;
          gap: 8px;
          overflow: visible;
        }
        .altura-hero-header .altura-hero-logo img {
          width: 112px;
          height: auto;
        }
        .altura-hero-header-end {
          gap: 8px;
        }
        .altura-mobile-menu summary {
          width: 42px;
          height: 42px;
          border-radius: 8px;
        }
        .altura-hero-main h1 {
          font-size: 34px;
          line-height: 40px;
        }
        .altura-hero-lead {
          font-size: 13px;
          line-height: 21px;
          letter-spacing: 0.35px;
        }
        .altura-hero-content {
          gap: 28px;
          margin-bottom: 32px;
        }
        .altura-hero-btns {
          width: 100%;
          gap: 12px;
        }
        .altura-hero-btns .btn-p,
        .altura-hero-btns .btn-s {
          height: 54px;
          font-size: 13px;
          letter-spacing: 0.6px;
        }
        .altura-delivery-card {
          position: relative;
          left: auto;
          bottom: auto;
          width: 100%;
          max-width: none;
          margin: 16px 0 0;
          box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
          font-size: 12px;
        }
        .altura-feature-bar {
          display: grid;
          grid-template-columns: repeat(2, minmax(0, 1fr));
          gap: 12px;
          padding-bottom: 28px;
        }
        .altura-feature-item {
          max-width: none;
          min-height: 118px;
          padding: 16px 12px;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          gap: 10px;
          border: 1px solid rgba(26, 50, 89, 0.12);
          border-radius: 14px;
          background: rgba(255, 255, 255, 0.62);
          box-shadow: 0 10px 24px rgba(2, 71, 253, 0.06);
        }
        .altura-feature-icon {
          width: 48px;
          height: 44px;
        }
        .altura-feature-icon img {
          max-width: 48px;
          max-height: 44px;
        }
        .altura-feature-item p {
          font-size: 15px;
          line-height: 19px;
          text-align: center;
        }
        .svc {
          padding-top: 48px;
        }
        .svc-head {
          gap: 18px;
          margin-bottom: 30px;
        }
        .svc-head h2,
        .why .h2 {
          font-size: 28px;
          line-height: 34px;
        }
        .svc-head-intro {
          font-size: 15px;
          line-height: 24px;
        }
        .svc-pillars,
        .why-grid {
          gap: 18px;
        }
        .svc-pillar-card,
        .why-card {
          min-height: 0;
          padding: 18px;
        }
        .why-n {
          font-size: 20px;
        }
        .why-card h3 {
          font-size: 28px;
          line-height: 34px;
          margin-bottom: 12px;
        }
        .why-card p {
          font-size: 15px;
          line-height: 23px;
        }
        .altura-why-title {
          font-size: 24px;
          line-height: 31px;
        }
        .altura-why-locations {
          grid-template-columns: repeat(2, minmax(0, 1fr));
          gap: 20px 0;
        }
        .altura-why-card {
          padding: 18px;
        }
        .altura-why-card--kc {
          grid-column: 1/-1;
          grid-row: 2;
        }
        .altura-why-card--tv {
          grid-column: 1/-1;
          grid-row: 3;
        }
        .altura-why-card h3 {
          font-size: 20px;
          line-height: 26px;
        }
        .altura-why-card p {
          font-size: 14px;
          line-height: 22px;
        }
        .altura-why-photo {
          grid-column: 1/-1;
          aspect-ratio: 1.15/1;
        }
        .altura-why-photo--kc-front,
        .altura-why-photo--tvm-back {
          grid-row: 1;
          width: 62%;
          justify-self: end;
          z-index: 2;
          margin-top: 0;
        }
        .altura-why-photo--kc-back,
        .altura-why-photo--tvm-front {
          grid-row: 1;
          width: 68%;
          justify-self: start;
          z-index: 1;
          margin-top: 86px;
        }
        .altura-why-photo--tvm-back,
        .altura-why-photo--tvm-front {
          grid-row: 4;
        }
        .testi {
          padding-top: 48px;
          padding-bottom: 48px;
        }
        .testi h2 {
          font-size: 26px;
          line-height: 34px;
        }
        .testi .sub {
          margin-bottom: 32px;
          font-size: 14px;
          line-height: 22px;
        }
        .testi-grid {
          margin-bottom: 18px;
        }
        .testi-nav {
          margin: 0 0 24px;
        }
        .testi-card {
          aspect-ratio: auto;
          min-height: 250px;
        }
        .testi-name-bg {
          font-size: 30px;
        }
        .testi-copy {
          top: 22px;
          right: 14px;
          bottom: 18px;
          width: 50%;
        }
        .testi-portrait-blob {
          left: 4px;
          width: 48%;
          height: 88%;
        }
        .testi-card:first-child .testi-portrait-blob {
          left: 0;
          width: 54%;
          height: 96%;
        }
        .testi-quote-mark {
          font-size: 42px;
          height: 22px;
          line-height: 24px;
        }
        .testi-lead {
          font-size: 13px;
          line-height: 18px;
          margin-bottom: 8px;
        }
        .testi-quote {
          font-size: 12px;
          line-height: 18px;
          margin-bottom: 8px;
        }
        .testi-author,
        .testi-role {
          font-size: 11px;
          line-height: 15px;
        }
        .altura-footer-cta h2 {
          font-size: 28px;
          line-height: 34px;
        }
        .altura-footer-cta p {
          font-size: 16px;
          line-height: 26px;
        }
        .altura-footer-btns {
          flex-direction: column;
        }
        .altura-footer-btn {
          width: 100%;
          height: 56px;
          min-width: 0;
          font-size: 13px;
        }
        .altura-footer-grid {
          gap: 28px;
        }
        .altura-footer-brand .footer-logo {
          width: 190px;
          height: auto;
          margin-bottom: 18px;
        }
        .altura-footer-tag {
          font-size: 16px;
          line-height: 24px;
        }
        .altura-footer-col h4 {
          font-size: 18px;
        }
        .altura-footer-col a {
          font-size: 14px;
          line-height: 30px;
        }
        .altura-footer-bot {
          font-size: 12px;
          line-height: 20px;
        }
      }

      /* ===== ALTURA LEADERSHIP ===== */
      .altura-lead {
        background: #f9fafe;
        padding: var(--sp-section-y) var(--sp-page-x);
      }
      .altura-lead-head {
        text-align: center;
        max-width: 880px;
        margin: 0 auto 52px;
      }
      .altura-lead-head .lbl {
        text-transform: uppercase;
        letter-spacing: 2px;
        color: var(--altura-blue);
      }
      .altura-lead-title {
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        font-size: 44px;
        line-height: 1.15;
        color: #07142f;
        margin: 0 0 18px;
      }
      .altura-lead-head .line {
        margin: 0 auto 22px;
      }
      .altura-lead-intro {
        font-weight: 500;
        font-size: 19px;
        line-height: 31px;
        color: #5b6b86;
      }
      .altura-lead-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
        align-items: stretch;
      }
      .altura-lead-card {
        position: relative;
        display: grid;
        grid-template-columns: 248px minmax(0, 1fr);
        gap: 30px;
        padding: 30px;
        border: 1px solid #e4e9f2;
        border-radius: 18px;
        background: linear-gradient(180deg, #fbfcff 0%, #f6f9ff 100%);
      }
      .altura-lead-photo-frame {
        position: relative;
        width: 248px;
        height: 300px;
        align-self: start;
      }
      .altura-lead-photo-frame .altura-lead-photo-soon {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        min-height: 0;
      }
      .altura-lead-photo-frame .altura-lead-photo {
        position: relative;
        width: 248px;
        height: 300px;
        border-radius: 14px;
        object-fit: cover;
        object-position: top center;
        background: #e8eefb;
        display: block;
      }
      .altura-lead-photo-soon {
        width: 248px;
        align-self: stretch;
        min-height: 300px;
        border-radius: 14px;
        background: #eef3fe;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 18px;
        color: var(--altura-blue);
      }
      .altura-lead-photo-soon .altura-lead-soon-ring {
        width: 132px;
        height: 132px;
        border-radius: 50%;
        border: 2px dashed #9db8f7;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .altura-lead-photo-soon svg {
        width: 64px;
        height: 64px;
        stroke: var(--altura-blue);
        fill: none;
        stroke-width: 1.6;
      }
      .altura-lead-photo-soon span {
        font-weight: 700;
        font-size: 17px;
        text-align: center;
        line-height: 1.4;
      }
      .altura-lead-body {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
      }
      .altura-lead-body h3 {
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        font-size: 27px;
        color: #07142f;
        margin: 2px 0 4px;
      }
      .altura-lead-role {
        font-weight: 700;
        font-size: 16px;
        color: var(--altura-blue);
        margin-bottom: 8px;
      }
      .altura-lead-role-line {
        width: 46px;
        height: 3px;
        background: var(--altura-cyan);
        margin-bottom: 16px;
      }
      .altura-lead-body p {
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        color: #4a566b;
        margin: 0 0 12px;
      }
      .altura-lead-bio {
        align-self: stretch;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
        line-clamp: 7;
        overflow: hidden;
      }
      .altura-lead-bio.expanded {
        display: block;
        -webkit-line-clamp: unset;
        line-clamp: unset;
        overflow: visible;
      }
      .altura-lead-toggle {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        margin: 0 0 18px;
        padding: 4px 0;
        background: none;
        border: 0;
        color: var(--altura-blue);
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 14px;
        cursor: pointer;
      }
      .altura-lead-toggle svg {
        width: 15px;
        height: 15px;
        stroke: currentColor;
        fill: none;
        stroke-width: 2.4;
        stroke-linecap: round;
        stroke-linejoin: round;
        transition: transform 0.2s ease;
      }
      .altura-lead-toggle[aria-expanded="true"] svg {
        transform: rotate(180deg);
      }
      .altura-lead-note {
        display: flex;
        gap: 12px;
        margin-top: 0;
        align-self: stretch;
        padding: 16px 18px;
        border-radius: 12px;
        background: #eef3fe;
      }
      .altura-lead-note.is-placeholder {
        background: transparent;
        border: 1px dashed #b9ccf6;
      }
      .altura-lead-note svg {
        width: 26px;
        height: 26px;
        flex-shrink: 0;
        stroke: var(--altura-blue);
        fill: none;
        stroke-width: 1.6;
        margin-top: 2px;
      }
      .altura-lead-note h4 {
        font-weight: 700;
        font-size: 15px;
        color: var(--altura-blue);
        margin: 0 0 4px;
      }
      .altura-lead-note p {
        font-size: 14px;
        line-height: 21px;
        color: #4a566b;
        margin: 0;
      }
      /* feature row */
      .altura-lead-features {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0;
        margin-top: 40px;
        border-top: 1px solid #e4e9f2;
        padding-top: 34px;
      }
      .altura-lead-feature {
        display: flex;
        gap: 16px;
        padding: 0 28px;
        border-left: 1px solid #e9edf5;
      }
      .altura-lead-feature:first-child {
        border-left: 0;
        padding-left: 0;
      }
      .altura-lead-feature-icon {
        flex-shrink: 0;
        width: 52px;
        height: 52px;
        border-radius: 50%;
        background: #eef3fe;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .altura-lead-feature-icon svg {
        width: 26px;
        height: 26px;
        stroke: var(--altura-blue);
        fill: none;
        stroke-width: 1.7;
      }
      .altura-lead-feature h4 {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 17px;
        color: #07142f;
        margin: 4px 0 6px;
      }
      .altura-lead-feature p {
        font-size: 14px;
        line-height: 21px;
        color: #5b6b86;
        margin: 0;
      }
      /* dark CTA bar */
      .altura-lead-cta {
        display: flex;
        align-items: center;
        gap: 26px;
        margin-top: 40px;
        padding: 26px 34px;
        border-radius: 16px;
        background: linear-gradient(
          110deg,
          #0a1f4d 0%,
          #0b245c 60%,
          #0d2a6e 100%
        );
      }
      .altura-lead-cta-icon {
        flex-shrink: 0;
        width: 60px;
        height: 60px;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .altura-lead-cta-icon svg {
        width: 30px;
        height: 30px;
        stroke: #fff;
        fill: none;
        stroke-width: 1.7;
      }
      .altura-lead-cta-copy {
        flex: 1;
        min-width: 0;
      }
      .altura-lead-cta-copy h3 {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 22px;
        line-height: 1.3;
        color: #fff;
        margin: 0 0 4px;
      }
      .altura-lead-cta-copy p {
        font-size: 16px;
        line-height: 1.4;
        color: #b9c8e8;
        margin: 0;
      }
      .altura-lead-cta-btn {
        flex-shrink: 0;
        display: inline-flex;
        align-items: center;
        gap: 12px;
        height: 60px;
        padding: 0 30px;
        border-radius: 10px;
        background: var(--altura-blue);
        color: #fff;
        font-weight: 700;
        font-size: 15px;
        letter-spacing: 1.2px;
        white-space: nowrap;
        text-decoration: none;
        transition: opacity 0.2s ease;
      }
      .altura-lead-cta-btn:hover {
        opacity: 0.92;
      }
      .altura-lead-cta-btn svg {
        width: 20px;
        height: 20px;
        stroke: #fff;
        fill: none;
        stroke-width: 2;
      }
      @media (max-width: 1200px) {
        .altura-lead-title {
          font-size: 36px;
        }
        .altura-lead-card {
          grid-template-columns: 200px minmax(0, 1fr);
        }
        .altura-lead-photo-frame,
        .altura-lead-photo-frame .altura-lead-photo,
        .altura-lead-photo-frame .altura-lead-photo-soon {
          width: 200px;
        }
      }
      @media (max-width: 980px) {
        .altura-lead-grid {
          grid-template-columns: 1fr;
        }
        .altura-lead-features {
          grid-template-columns: repeat(2, 1fr);
          gap: 28px 0;
        }
        .altura-lead-feature:nth-child(3) {
          border-left: 0;
          padding-left: 0;
        }
        .altura-lead-feature:first-child {
          padding-left: 0;
        }
        .altura-lead-cta {
          flex-wrap: wrap;
        }
        .altura-lead-cta-btn {
          width: 100%;
          justify-content: center;
        }
      }
      @media (max-width: 600px) {
        .altura-lead {
          padding: 56px 20px;
        }
        .altura-lead-title {
          font-size: 28px;
        }
        .altura-lead-card {
          grid-template-columns: 1fr;
          padding: 22px;
        }
        .altura-lead-photo-frame,
        .altura-lead-photo-frame .altura-lead-photo,
        .altura-lead-photo-frame .altura-lead-photo-soon {
          width: 100%;
          height: auto;
          aspect-ratio: 1 / 1;
        }
        .altura-lead-features {
          grid-template-columns: 1fr;
        }
        .altura-lead-feature {
          border-left: 0;
          padding: 0;
        }
        .altura-lead-cta {
          padding: 22px;
        }
        .altura-lead-cta-copy h3 {
          font-size: 19px;
        }
      }

      /* ===== ALTURA FINANCIAL VALUE ===== */
      .altura-fin {
        background: #f9fafe;
        padding: var(--sp-section-y) var(--sp-page-x);
      }
      .altura-fin-head {
        max-width: 760px;
        margin: 0 0 36px;
      }
      .altura-fin-head .lbl {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: var(--altura-blue);
      }
      .altura-fin-title {
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        font-size: 44px;
        line-height: 1.15;
        color: #07142f;
        margin: 0 0 16px;
      }
      .altura-fin-intro {
        font-weight: 500;
        font-size: 19px;
        line-height: 30px;
        color: #5b6b86;
        margin: 0;
      }
      /* feature card */
      .altura-fin-features {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        border: 1px solid #e4e9f2;
        border-radius: 18px;
        background: linear-gradient(180deg, #fbfcff 0%, #f6f9ff 100%);
        padding: 36px 8px;
        margin-bottom: 28px;
      }
      .altura-fin-feature {
        text-align: center;
        padding: 0 26px;
        border-left: 1px solid #e9edf5;
      }
      .altura-fin-feature:first-child {
        border-left: 0;
      }
      .altura-fin-feature-icon {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        background: #e7eefc;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px;
      }
      .altura-fin-feature-icon svg {
        width: 30px;
        height: 30px;
        stroke: var(--altura-blue);
        fill: none;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
      }
      .altura-fin-feature-icon svg.fin-filled {
        fill: var(--altura-blue);
        stroke: none;
      }
      .altura-fin-feature h3 {
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        font-size: 19px;
        color: #07142f;
        margin: 0 0 8px;
      }
      .altura-fin-feature p {
        font-size: 14px;
        line-height: 22px;
        color: #5b6b86;
        margin: 0;
      }
      /* table card */
      .altura-fin-table-card {
        border: 1px solid #e4e9f2;
        border-radius: 18px;
        background: linear-gradient(180deg, #fbfcff 0%, #f6f9ff 100%);
        padding: 30px 30px 34px;
        margin-bottom: 28px;
      }
      .altura-fin-table-card h3 {
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        font-size: 26px;
        color: #07142f;
        margin: 0 0 4px;
      }
      .altura-fin-table-sub {
        font-size: 15px;
        color: #7587a3;
        margin: 0 0 20px;
      }
      .altura-fin-table-wrap {
        overflow-x: auto;
      }
      .altura-fin-table {
        width: 100%;
        min-width: 660px;
        border-collapse: collapse;
        background: #fff;
        border: 1px solid #e9edf5;
        border-radius: 12px;
        overflow: hidden;
      }
      .altura-fin-table th,
      .altura-fin-table td {
        padding: 18px 20px;
        text-align: center;
        border-bottom: 1px solid #eef1f7;
      }
      .altura-fin-table thead th {
        border-bottom: 1px solid #e4e9f2;
      }
      .altura-fin-table tbody tr:last-child td {
        border-bottom: 0;
      }
      .altura-fin-table th + th,
      .altura-fin-table td + td {
        border-left: 1px solid #eef1f7;
      }
      .altura-fin-table th:first-child,
      .altura-fin-table td:first-child {
        text-align: left;
        font-weight: 600;
        color: #1f2a44;
      }
      .altura-fin-table td {
        font-size: 16px;
        color: #33405a;
      }
      .altura-fin-col-head {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        justify-content: center;
      }
      .altura-fin-col-head svg {
        width: 24px;
        height: 24px;
        stroke: var(--altura-blue);
        fill: none;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
      }
      .altura-fin-col-head strong {
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        font-size: 18px;
        color: #07142f;
      }
      .altura-fin-col-sub {
        display: block;
        font-size: 13px;
        color: #8493ad;
        font-weight: 500;
        margin-top: 3px;
      }
      .altura-fin-row-savings td {
        background: #eaf1ff;
        font-weight: 800;
        color: var(--altura-blue);
      }
      .altura-fin-row-savings td:first-child {
        color: var(--altura-blue);
      }
      /* CTA */
      .altura-fin-cta {
        display: flex;
        align-items: center;
        gap: 24px;
        padding: 24px 32px;
        border-radius: 16px;
        background: #eef3fe;
      }
      .altura-fin-cta-icon {
        width: 58px;
        height: 58px;
        border-radius: 50%;
        background: #dce7fb;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
      }
      .altura-fin-cta-icon svg {
        width: 28px;
        height: 28px;
        stroke: var(--altura-blue);
        fill: none;
        stroke-width: 1.7;
      }
      .altura-fin-cta-copy {
        flex: 1;
        min-width: 0;
      }
      .altura-fin-cta-copy h3 {
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        font-size: 21px;
        color: #11233f;
        margin: 0 0 4px;
      }
      .altura-fin-cta-copy p {
        font-size: 15px;
        line-height: 1.4;
        color: #5b6b86;
        margin: 0;
      }
      .altura-fin-cta-btn {
        flex-shrink: 0;
        white-space: nowrap;
        text-decoration: none;
        transition: opacity 0.2s ease;
      }
      .altura-fin-cta .altura-fin-cta-btn,
      .altura-fin-cta .altura-fin-cta-btn:hover,
      .altura-fin-cta .altura-fin-cta-btn:visited,
      .altura-fin-cta .altura-fin-cta-btn:focus {
        color: #fff;
      }
      .altura-fin-cta-btn:hover {
        opacity: 0.92;
      }
      .altura-fin-cta-btn svg {
        width: 17px;
        height: 17px;
        stroke: #fff;
        fill: none;
        stroke-width: 2;
      }
      @media (max-width: 1200px) {
        .altura-fin-title {
          font-size: 36px;
        }
      }
      @media (max-width: 980px) {
        .altura-fin-features {
          grid-template-columns: repeat(2, 1fr);
          gap: 28px 0;
          padding: 32px 8px;
        }
        .altura-fin-feature:nth-child(3) {
          border-left: 0;
        }
        .altura-fin-cta {
          flex-wrap: wrap;
        }
        .altura-fin-cta-btn {
          width: 100%;
          justify-content: center;
        }
      }
      @media (max-width: 600px) {
        .altura-fin {
          padding: 56px 20px;
        }
        .altura-fin-title {
          font-size: 28px;
        }
        .altura-fin-features {
          grid-template-columns: 1fr;
        }
        .altura-fin-feature {
          border-left: 0;
          padding: 0;
        }
        .altura-fin-table-card {
          padding: 22px;
        }
        .altura-fin-cta {
          padding: 22px;
        }
        .altura-fin-cta-copy h3 {
          font-size: 19px;
        }
      }
      .altura-case-studies {
        background: #f4f6fb;
        padding: 70px var(--sp-page-x, 100px);
      }
      .cs-header {
        text-align: center;
        margin-bottom: 32px;
      }
      .cs-header .lbl {
        text-transform: uppercase;
        letter-spacing: 0.12em;
        font-size: 14px;
        font-weight: 700;
        color: #0247fd;
        margin-bottom: 16px;
      }
      .cs-header h2 {
        font-weight: 700;
        font-size: clamp(32px, 4vw, 52px);
        line-height: 1.15;
        color: #000206;
        margin-bottom: 16px;
      }
      .cs-header .cs-tagline {
        font-weight: 600;
        font-size: 15px;
        color: #3a3a3a;
        margin-bottom: 10px;
      }
      .cs-header .cs-desc {
        font-weight: 500;
        font-size: 14px;
        color: #6c6c6c;
        line-height: 1.7;
        max-width: 540px;
        margin: 0 auto;
      }
      .cs-header-line {
        width: 64px;
        height: 3px;
        background: #00a3d6;
        margin: 18px auto 20px;
        border-radius: 2px;
      }

      /* ── Cards grid ── */
      .cs-cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-bottom: 32px;
      }
      .cs-card {
        background: #fff;
        border-radius: 16px;
        border: 1px solid #e6eaf3;
        padding: 32px 28px 28px;
        display: flex;
        flex-direction: column;
        gap: 0;
        box-shadow: 0 2px 12px rgba(2, 71, 253, 0.04);
        transition:
          box-shadow 0.2s ease,
          transform 0.2s ease;
      }
      .cs-card:hover {
        box-shadow: 0 8px 32px rgba(2, 71, 253, 0.1);
        transform: translateY(-3px);
      }

      /* Logo zone */
      .cs-logo-zone {
        height: 64px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
      }
      .cs-logo-placeholder {
        display: flex;
        align-items: center;
        gap: 10px;
      }
      /* Aspial logo */
      .cs-logo-aspial {
        display: flex;
        align-items: center;
        gap: 10px;
      }
      .cs-logo-zone .cs-logo-img {
        max-height: 60px;
        max-width: 200px;
        width: auto;
        height: auto;
        object-fit: contain;
      }
      .cs-logo-aspial-icon {
        width: 42px;
        height: 42px;
        flex-shrink: 0;
      }
      .cs-logo-aspial-text {
        display: flex;
        flex-direction: column;
        line-height: 1;
      }
      .cs-logo-aspial-text .cs-logo-name {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 18px;
        letter-spacing: 0.06em;
        color: #1a2a4a;
      }
      .cs-logo-aspial-text .cs-logo-sub {
        font-size: 8px;
        letter-spacing: 0.2em;
        color: #5a7ab0;
        font-weight: 600;
      }
      /* Belc logo */
      .cs-logo-belc {
        display: flex;
        align-items: center;
        gap: 8px;
      }
      .cs-logo-belc-box {
        width: 42px;
        height: 42px;
        background: #e02020;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        font-size: 16px;
        color: #fff;
        letter-spacing: -0.5px;
      }
      .cs-logo-belc-jp {
        font-size: 22px;
        font-weight: 700;
        color: #cc0000;
        letter-spacing: -1px;
      }
      /* MOM logo */
      .cs-logo-mom {
        display: flex;
        align-items: center;
        gap: 6px;
      }
      .cs-logo-mom-text {
        font-family: "Montserrat", sans-serif;
        font-weight: 900;
        font-size: 34px;
        color: #00a3b4;
        letter-spacing: -1px;
        line-height: 1;
      }
      .cs-logo-mom-sub {
        font-size: 10px;
        font-weight: 700;
        color: #0080a0;
        letter-spacing: 0.1em;
        align-self: flex-end;
        margin-bottom: 4px;
      }

      /* Company header row */
      .cs-company-row {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 14px;
        flex-wrap: wrap;
      }
      .cs-company-name {
        font-weight: 700;
        font-size: 17px;
        color: #000206;
      }
      .cs-company-sep {
        width: 1px;
        height: 16px;
        background: #c8cdd8;
      }
      .cs-company-country {
        font-weight: 500;
        font-size: 13px;
        color: #6c6c6c;
      }

      /* Tag badge */
      .cs-tag {
        display: inline-flex;
        align-items: center;
        height: 30px;
        padding: 0 12px;
        border-radius: 6px;
        border: 1.5px solid #0247fd;
        color: #0247fd;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.04em;
        margin-bottom: 14px;
        white-space: nowrap;
      }
      .cs-tag-teal {
        border-color: #00a3d6;
        color: #00a3d6;
      }
      .cs-tag-purple {
        border-color: #7048e8;
        color: #7048e8;
      }

      /* Description text */
      .cs-card-desc {
        font-size: 13px;
        font-weight: 500;
        line-height: 1.65;
        color: #3a3a3a;
        margin-bottom: 22px;
        padding-bottom: 22px;
        border-bottom: 1px solid #edf0f7;
      }

      /* Focus / Outcome rows */
      .cs-detail {
        display: flex;
        align-items: flex-start;
        gap: 14px;
        padding: 14px 0;
        border-bottom: 1px solid #f0f2f8;
      }
      .cs-detail:last-child {
        border-bottom: none;
        padding-bottom: 0;
      }
      .cs-detail-icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        background: #eef1fb;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
      }
      .cs-detail-icon svg {
        width: 20px;
        height: 20px;
      }
      .cs-detail-body {
        display: flex;
        flex-direction: column;
        gap: 3px;
      }
      .cs-detail-label {
        font-weight: 700;
        font-size: 13px;
        color: #0247fd;
      }
      .cs-detail-label.teal {
        color: #00a3d6;
      }
      .cs-detail-label.purple {
        color: #7048e8;
      }
      .cs-detail-text {
        font-size: 12px;
        font-weight: 500;
        color: #4a4a4a;
        line-height: 1.6;
      }

      /* ── Common Patterns strip ── */
      .cs-patterns {
        background: #fff;
        border-radius: 16px;
        border: 1px solid #e6eaf3;
        padding: 20px 40px;
        margin-bottom: 0;
        box-shadow: 0 2px 12px rgba(2, 71, 253, 0.04);
      }
      .cs-patterns-title {
        font-weight: 700;
        font-size: 16px;
        color: #000206;
        text-align: center;
        margin-bottom: 10px !important;
      }
      .cs-patterns-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
      }
      .cs-pattern-item {
        display: flex;
        align-items: flex-start;
        gap: 14px;
      }
      .cs-pattern-icon {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: #eef1fb;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
      }
      .cs-pattern-icon svg {
        width: 22px;
        height: 22px;
      }
      .cs-pattern-body {
        display: flex;
        flex-direction: column;
        gap: 4px;
      }
      .cs-pattern-name {
        font-weight: 700;
        font-size: 13px;
        color: #000206;
      }
      .cs-pattern-desc {
        font-size: 12px;
        font-weight: 500;
        color: #6c6c6c;
        line-height: 1.6;
      }

      /* ── CTA bar ── */
      .cs-cta-bar {
        margin-top: 32px;
        background: #08123b;
        border-radius: 16px;
        padding: 20px 48px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        flex-wrap: wrap;
      }
      .cs-cta-left {
        display: flex;
        align-items: center;
        gap: 20px;
      }
      .cs-cta-icon {
        width: 52px;
        height: 52px;
        background: rgba(255, 255, 255, 0.08);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
      }
      .cs-cta-icon svg {
        width: 28px;
        height: 28px;
      }
      .cs-cta-copy h3 {
        font-weight: 700;
        font-size: 18px;
        color: #fff;
        margin-bottom: 4px;
      }
      .cs-cta-copy p {
        font-size: 13px;
        font-weight: 500;
        color: #a0aecb;
        line-height: 1.5;
      }
      .cs-cta-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: #0247fd;
        color: #fff;
        font-weight: 700;
        font-size: 13px;
        letter-spacing: 0.06em;
        padding: 0 28px;
        height: 52px;
        border-radius: 10px;
        white-space: nowrap;
        text-transform: uppercase;
        transition: background 0.2s;
        flex-shrink: 0;
      }
      .cs-cta-btn:hover {
        background: #0338d4;
        color: #fff;
      }
      .cs-cta-bar .altura-fin-cta-btn,
      .cs-cta-bar .altura-fin-cta-btn:hover,
      .cs-cta-bar .altura-fin-cta-btn:visited,
      .cs-cta-bar .altura-fin-cta-btn:focus {
        color: #fff;
      }
      .cs-cta-divider {
        width: 1px;
        height: 60px;
        background: rgba(255, 255, 255, 0.12);
        flex-shrink: 0;
      }

      /* ── Responsive ── */
      @media (max-width: 1100px) {
        .cs-cards {
          grid-template-columns: repeat(2, 1fr);
        }
        .cs-patterns-grid {
          grid-template-columns: repeat(2, 1fr);
        }
      }
      @media (max-width: 768px) {
        .altura-case-studies {
          padding: 60px 20px;
        }
        .cs-cards {
          grid-template-columns: 1fr;
        }
        .cs-patterns {
          padding: 28px 20px;
        }
        .cs-patterns-grid {
          grid-template-columns: 1fr 1fr;
          gap: 20px;
        }
        .cs-cta-bar {
          padding: 28px 24px;
          flex-direction: column;
          align-items: flex-start;
        }
        .cs-cta-divider {
          display: none;
        }
        .cs-cta-btn {
          width: 100%;
          justify-content: center;
        }
      }
      @media (max-width: 480px) {
        .cs-patterns-grid {
          grid-template-columns: 1fr;
        }
        .cs-header h2 {
          font-size: 28px;
        }
      }
      /* CIO PRIORITIES SECTION */
      .cio-priorities {
        background: #f9fafe;
        padding: var(--sp-section-y) var(--sp-page-x);
        font-family: "Raleway", sans-serif;
      }
      .cio-priorities-inner {
        display: grid;
        grid-template-columns: 1fr 1.6fr;
        gap: 64px;
        align-items: center;
      }
      .cio-priorities-copy .lbl {
        font-weight: 800;
        font-size: 14px;
        line-height: 1;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        margin-bottom: 20px;
      }
      .cio-priorities-heading {
        font-size: 38px;
        line-height: 1.25;
        color: #000928;
        margin: 0 0 20px;
      }
      .cio-priorities-desc {
        font-size: 17px;
        line-height: 1.7;
        color: #3a3a5c;
        margin: 0 0 32px;
      }
      .cio-priorities-desc a {
        color: #0247fd;
        text-decoration: underline;
        text-underline-offset: 3px;
      }
      .altura-page a.cio-priorities-cta,
      .cio-priorities-cta {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: #0247fd;
        color: #fff;
        font-weight: 700;
        font-size: 13px;
        letter-spacing: 0.08em;
        padding: 16px 28px;
        border-radius: 8px;
        text-decoration: none;
        margin-bottom: 20px;
        transition: background 0.2s;
      }
      .cio-priorities-cta:hover {
        background: #0035d0;
      }
      .cio-priorities-note {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
        color: #6c6c8a;
        margin: 0;
      }
      .cio-priorities-note svg {
        flex-shrink: 0;
        color: #0247fd;
      }
      .cio-cards-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
      }
      .cio-card {
        background: #fff;
        border: 1px solid #e4e8f0;
        border-radius: 14px;
        padding: 22px 20px;
        display: flex;
        gap: 16px;
        align-items: flex-start;
        box-shadow: 0 2px 12px rgba(2, 71, 253, 0.05);
        transition: box-shadow 0.2s, transform 0.2s;
      }
      .cio-card:hover {
        box-shadow: 0 6px 24px rgba(2, 71, 253, 0.1);
        transform: translateY(-2px);
      }
      .cio-card-icon {
        flex-shrink: 0;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: #eef2ff;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .cio-card-icon svg {
        width: 30px;
        height: 30px;
        color: #0247fd;
      }
      .cio-card-body h3 {
        font-family: "Raleway", sans-serif;
        font-size: 15px;
        font-weight: 700;
        color: #000928;
        margin: 0 0 6px;
        line-height: 1.35;
      }
      .cio-card-body p {
        font-size: 13.5px;
        line-height: 1.6;
        color: #5a5a7a;
        margin: 0;
      }
      @media (max-width: 900px) {
        .cio-priorities-inner {
          grid-template-columns: 1fr;
          gap: 40px;
        }
      }
      @media (max-width: 600px) {
        .cio-priorities {
          padding: 60px 20px;
        }
        .cio-priorities-heading {
          font-size: 28px;
        }
        .cio-cards-grid {
          grid-template-columns: 1fr;
        }
      }