/* 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.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;
        --sp-page-x: 100px;
        --sp-section-y: 80px;
        --sp-block: 56px;
        --sp-stack: 18px;
        --sp-tight: 12px;
      }
      .altura-wrap {
        max-width: var(--altura-max);
        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,
      #why-choose,
      #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-weight: 600;
        font-size: 16px;
        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: 204px 0 0;
      }
      .altura-hero-content {
        display: grid;
        grid-template-columns: minmax(0, 818px) minmax(0, 1fr);
        gap: var(--sp-block);
        align-items: center;
        margin-bottom: var(--sp-block);
      }
      .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: 58px;
        line-height: 66px;
        margin: 0;
        color: #000001;
      }
      .altura-hero-main h1 .blue {
        color: #0247fd;
      }
      .altura-hero-lead {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 1.28px;
        color: #b2b2b2;
        max-width: 792px;
        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-visual {
        position: relative;
        justify-self: end;
        width: 100%;
        max-width: 579px;
        container-type: inline-size;
      }
      .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;
        padding: 0 0 48px;
        position: relative;
        z-index: 1;
      }
      .altura-feature-item {
        flex: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 14px;
        padding: 0 12px;
        min-width: 0;
      }
      .altura-feature-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 61px;
        width: 72px;
        flex-shrink: 0;
      }
      .altura-feature-icon img {
        width: auto;
        height: auto;
        max-height: 61px;
        max-width: 72px;
        object-fit: contain;
      }
      .altura-feature-item p {
        font-family: "Playfair", serif;
        font-weight: 600;
        font-size: 19px;
        color: #1a3259;
        line-height: normal;
        margin: 0;
        text-align: left;
      }
      .altura-feature-sep {
        width: 1px;
        background: #a3aab4;
        height: 65px;
        flex-shrink: 0;
      }

      /* Services */
      .svc {
        padding: 40px var(--sp-page-x) var(--sp-section-y);
      }
      .svc-head {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        align-items: start;
        margin-bottom: 56px;
      }
      .svc-head h2 {
        font-family: "Montserrat", sans-serif;
        font-size: 34px;
        line-height: 44px;
      }
      .svc-head .sub {
        margin: 0;
        max-width: none;
        font-size: 20px;
        line-height: 30px;
      }
      .svc-head .line {
        margin-bottom: 0;
      }
      .svc-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
      }
      .svc-card {
        background: #fff;
        border: 1px solid #afafaf;
        border-radius: 11px;
        padding: 24px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
        min-height: 298px;
        display: flex;
        flex-direction: column;
        gap: 4px;
      }
      .svc-icon {
        width: 53px;
        height: 53px;
        border-radius: 12px;
        background: linear-gradient(
          216.845deg,
          #00a3d6 16.708%,
          #5d5bfa 107.55%
        );
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
      }
      .svc-icon svg {
        width: 28px;
        height: 28px;
      }
      .svc-card h3 {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 30px;
        line-height: 32px;
        color: #4a5768;
        margin: 0;
      }
      .svc-tag {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        color: #00a3d6;
        margin: 0;
      }
      .svc-card p {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #4e4e4e;
        margin: 4px 0 0;
      }
      .svc .blob-br {
        width: 450px;
        height: 340px;
        right: -100px;
        bottom: -140px;
      }

      /* 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,
      #operations-trivandrum {
        scroll-margin-top: 10px;
      }
      .operate-overview {
        background: #fff;
        color: #07142f;
        font-family: "Montserrat", sans-serif;
      }
      .operate-overview svg {
        stroke: currentColor;
        fill: none;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
      }
      .operate-overview-hero {
        min-height: 360px;
        padding: 54px var(--sp-page-x);
        display: flex;
        align-items: center;
        background:
          linear-gradient(
            90deg,
            #fff 0%,
            #fff 34%,
            rgba(255, 255, 255, 0.92) 43%,
            rgba(255, 255, 255, 0.35) 58%,
            rgba(255, 255, 255, 0) 78%
          ),
          url("Trivandrum_kovalam.webp");
        background-size: cover;
        background-position: center right;
      }
      .operate-overview-copy {
        max-width: 560px;
      }
      .operate-overview-kicker,
      .operate-overview-label {
        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-model {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(420px, 0.86fr);
        gap: 42px;
        align-items: end;
        padding: 28px var(--sp-page-x) 20px;
      }
      .operate-overview-model-left {
        min-width: 0;
      }
      .operate-overview-card-row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        border-left: 1px solid rgba(7, 20, 47, 0.1);
        border-right: 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 {
        border-radius: 8px;
        overflow: hidden;
        min-height: 238px;
        box-shadow: 0 10px 24px rgba(7, 20, 47, 0.12);
      }
      .operate-overview-photo img {
        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: #fff;
      }
      .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: 20px var(--sp-page-x) 34px;
        padding: 22px 38px;
        background: #eef5ff;
        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-detail {
        border-top: 1px solid rgba(7, 20, 47, 0.08);
      }
      .operate-detail[hidden] {
        display: none;
      }

      /* Why */
      .why {
        padding: 72px var(--sp-page-x) 34px;
        background: #f7faff;
        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-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: 238px;
        padding: 30px 34px;
        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: center;
      }
      .why-stat:nth-child(2n) {
        border-right: 0;
      }
      .why-stat:nth-last-child(-n + 2) {
        border-bottom: 0;
      }
      .why-stat:nth-child(4) > * {
        transform: translateY(-12px);
      }
      .why-stat-icon {
        width: 68px;
        height: 68px;
        border-radius: 999px;
        background: #eff5ff;
        color: #0247fd;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 16px;
      }
      .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: 17px;
        line-height: 1.3;
        color: #07142f;
        margin: 0 0 14px;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .why-metric {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin-bottom: 12px;
      }
      .why-metric strong {
        font-weight: 800;
        font-size: 48px;
        line-height: 0.95;
        color: #0247fd;
        letter-spacing: -1px;
      }
      .why-metric span {
        font-weight: 700;
        font-size: 14px;
        line-height: 1.35;
        color: #182744;
        text-align: left;
      }
      .why-stat p {
        font-weight: 600;
        font-size: 13px;
        line-height: 1.65;
        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-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;
      }
      @media (max-width: 1200px) {
        .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) {
        .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 (max-width: 1300px) {
        .altura-page {
          --sp-page-x: 40px;
        }
        .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-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: 32px;
        }
        .altura-hero-nav {
          gap: 36px;
        }
        .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,
        .svc-grid,
        .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-hero-nav {
          display: none;
        }
        .altura-hero-cta {
          display: none;
        }
        .altura-mobile-menu {
          display: block;
        }
        .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;
        }
      }
      @media (max-width: 600px) {
        .altura-page {
          --sp-page-x: 20px;
          --sp-section-y: 44px;
          --sp-block: 28px;
        }
        .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;
        }
        .h2,
        .svc-head h2,
        .why .h2 {
          font-size: 28px;
          line-height: 34px;
        }
        .sub,
        .svc-head .sub,
        .why .sub {
          font-size: 16px;
          line-height: 25px;
        }
        .svc-grid,
        .why-grid {
          gap: 18px;
        }
        .svc-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;
        }
      }
      .operate-page-header-spacer {
        height: calc(66px + 58px + 28px);
      }
      .operate-page-header {
        position: fixed;
        top: 20px;
        left: 0;
        right: 0;
        z-index: 100;
        padding: 0 var(--sp-page-x);
        pointer-events: none;
      }
      .operate-page-header .altura-hero-header {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        max-width: var(--altura-max);
        margin: 0 auto;
        pointer-events: auto;
        min-width: 0;
        box-sizing: border-box;
        box-shadow:
          0 2px 16px rgba(0, 0, 0, 0.04),
          0 8px 28px rgba(0, 9, 40, 0.06);
      }
      .operate-page-header .altura-hero-header-end {
        min-width: 0;
        flex-shrink: 1;
      }
      .altura-hero-nav a[aria-current="page"] {
        color: #0247fd;
      }
      @media (max-width: 1700px) {
        .operate-page-header .altura-hero-nav {
          gap: 28px;
          margin-right: 16px;
        }
      }
      @media (max-width: 1400px) {
        .operate-page-header .altura-hero-header {
          gap: 12px;
          padding: 0 16px;
        }
        .operate-page-header .altura-hero-header .altura-hero-logo img {
          height: 60px;
          width: auto;
        }
        .operate-page-header .altura-hero-header-end {
          gap: 20px;
        }
        .operate-page-header .altura-hero-nav {
          gap: 16px;
          margin-right: 10px;
        }
        .operate-page-header .altura-hero-cta {
          height: 44px;
          min-width: 0;
          padding: 8px 14px;
          font-size: 11px;
        }
      }
      @media (max-width: 1200px) {
        .operate-page-header-spacer {
          height: calc(20px + 98px + 28px);
        }
        .operate-page-header {
          top: 16px;
        }
        .operate-page-header .altura-hero-header {
          gap: 16px;
        }
        .operate-page-header .altura-hero-header-end {
          gap: 32px;
        }
        .operate-page-header .altura-hero-nav {
          gap: 28px;
          margin-right: 16px;
        }
      }
      @media (max-width: 1460px) {
        .operate-page-header .altura-hero-nav {
          display: none;
        }
        .operate-page-header .altura-hero-cta {
          display: none;
        }
        .operate-page-header .altura-mobile-menu {
          display: block;
        }
      }
      @media (max-width: 600px) {
        .operate-page-header-spacer {
          height: calc(16px + 70px + 12px);
        }
        .operate-page-header {
          top: 12px;
        }
        .operate-page-header .altura-hero-header {
          height: 70px;
          border-radius: 14px;
          padding: 0 10px;
          gap: 8px;
        }
        .operate-page-header .altura-hero-header .altura-hero-logo img {
          width: 112px;
          height: auto;
        }
        .operate-page-header .altura-hero-header-end {
          gap: 8px;
        }
        .operate-page-header .altura-mobile-menu summary {
          width: 42px;
          height: 42px;
          border-radius: 8px;
        }
      }
      .operate {
        background: #fff;
        color: #07142f;
        font-family: "Montserrat", sans-serif;
      }
      .operate svg {
        display: block;
        width: 100%;
        height: 100%;
        stroke: currentColor;
        fill: none;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
      }
      .operate .operate-hero {
        position: relative;
        isolation: isolate;
        overflow: hidden;
        min-height: 324px;
        padding: 70px var(--sp-page-x);
        display: flex;
        align-items: center;
        background: #06152b;
        color: #fff;
      }
      .operate .operate-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        background:
          linear-gradient(
            90deg,
            rgba(3, 12, 31, 0.84) 0%,
            rgba(3, 12, 31, 0.72) 34%,
            rgba(3, 12, 31, 0.22) 68%,
            rgba(3, 12, 31, 0.06) 100%
          ),
          url("Trivandrum_kovalam.webp");
        background-size: cover;
        background-position: center;
      }
      .operate .operate-hero-copy {
        max-width: 640px;
      }
      .operate .operate-kicker {
        font-weight: 800;
        font-size: 13px;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: #2f73ff;
        margin-bottom: 18px;
      }
      .operate .operate-hero h2 {
        font-weight: 800;
        font-size: 42px;
        line-height: 1.08;
        color: #fff;
        margin: 0 0 16px;
      }
      .operate .operate-hero p {
        font-weight: 600;
        font-size: 15px;
        line-height: 1.65;
        color: #fff;
        margin: 0;
        max-width: 540px;
      }
      .operate .operate-body {
        padding: 22px var(--sp-page-x) 42px;
      }
      .operate .operate-section-head {
        text-align: center;
        margin: 0 0 22px;
      }
      .operate .operate-section-head h3 {
        font-weight: 800;
        font-size: 24px;
        line-height: 1.2;
        color: #07142f;
        margin: 0 0 6px;
      }
      .operate .operate-section-head p {
        font-weight: 600;
        font-size: 13px;
        line-height: 1.5;
        color: #07142f;
        margin: 0;
      }
      .operate .operate-model-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
        margin-bottom: 26px;
      }
      .operate .operate-card {
        min-height: 178px;
        padding: 26px 30px;
        text-align: center;
        border: 1px solid rgba(7, 20, 47, 0.1);
        border-radius: 6px;
        background: #fff;
        box-shadow: 0 8px 24px rgba(7, 20, 47, 0.04);
      }
      .operate .operate-icon {
        width: 62px;
        height: 62px;
        margin: 0 auto 16px;
        border-radius: 999px;
        background: #f1f6ff;
        color: #0247fd;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .operate .operate-icon svg {
        width: 32px;
        height: 32px;
      }
      .operate .operate-card h4 {
        font-weight: 800;
        font-size: 16px;
        line-height: 1.3;
        color: #07142f;
        margin: 0 0 8px;
      }
      .operate .operate-card p {
        font-weight: 600;
        font-size: 12px;
        line-height: 1.6;
        color: #07142f;
        margin: 0;
      }
      .operate .operate-workspace {
        display: grid;
        grid-template-columns: minmax(0, 1.25fr) minmax(420px, 0.9fr);
        gap: 0;
        width: 100%;
        margin: 0 0 26px;
        border: 1px solid rgba(7, 20, 47, 0.1);
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
        align-items: stretch;
      }
      .operate .operate-workspace-photo {
        height: auto;
        min-height: 100%;
        border-radius: 0;
        overflow: hidden;
        background: #eef4ff;
      }
      .operate .operate-workspace-photo img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .operate .operate-workspace-panel {
        padding: 30px 36px;
        border: 0;
        border-radius: 0;
        background: #fff;
      }
      .operate .operate-workspace-panel h3 {
        font-weight: 800;
        font-size: 27px;
        line-height: 1.2;
        color: #07142f;
        margin: 0 0 24px;
      }
      .operate .operate-feature-list {
        display: grid;
        gap: 20px;
      }
      .operate .operate-feature {
        display: grid;
        grid-template-columns: 44px 1fr;
        gap: 18px;
        align-items: start;
      }
      .operate .operate-mini-icon {
        width: 42px;
        height: 42px;
        color: #0247fd;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .operate .operate-mini-icon svg {
        width: 36px;
        height: 36px;
      }
      .operate .operate-feature h4,
      .operate .operate-security-item h4 {
        font-weight: 800;
        font-size: 16px;
        line-height: 1.25;
        color: #07142f;
        margin: 0 0 5px;
      }
      .operate .operate-feature p,
      .operate .operate-security-item p {
        font-weight: 600;
        font-size: 14px;
        line-height: 1.48;
        color: #07142f;
        margin: 0;
      }
      .operate .operate-steps {
        text-align: center;
        margin-bottom: 24px;
      }
      .operate .operate-steps h3 {
        font-weight: 800;
        font-size: 24px;
        line-height: 1.2;
        color: #07142f;
        margin: 0 0 20px;
      }
      .operate .operate-step-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 42px;
        position: relative;
      }
      .operate .operate-step {
        position: relative;
        text-align: center;
      }
      .operate .operate-step:not(:last-child)::after {
        content: "→";
        position: absolute;
        right: -27px;
        top: 30px;
        color: #0247fd;
        font-size: 24px;
        font-weight: 500;
      }
      .operate .operate-step-icon {
        position: relative;
        width: 68px;
        height: 68px;
        margin: 0 auto 12px;
        border-radius: 999px;
        background: #f1f6ff;
        color: #0247fd;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .operate .operate-step-icon svg {
        width: 34px;
        height: 34px;
      }
      .operate .operate-step-number {
        position: absolute;
        right: -2px;
        top: -4px;
        width: 24px;
        height: 24px;
        border-radius: 999px;
        background: #0247fd;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 800;
        font-size: 10px;
        line-height: 1;
      }
      .operate .operate-step h4 {
        font-weight: 800;
        font-size: 13px;
        line-height: 1.3;
        color: #07142f;
        margin: 0 0 6px;
      }
      .operate .operate-step p {
        font-weight: 600;
        font-size: 11px;
        line-height: 1.45;
        color: #07142f;
        margin: 0;
      }
      .operate .operate-security {
        display: grid;
        grid-template-columns: minmax(300px, 0.76fr) 1fr;
        gap: 24px;
        margin-bottom: 24px;
        padding: 22px 28px;
        border-radius: 8px;
        background: #f3f7ff;
        border: 1px solid rgba(7, 20, 47, 0.06);
      }
      .operate .operate-security-lead {
        display: grid;
        grid-template-columns: 78px 1fr;
        gap: 22px;
        align-items: center;
        text-align: left;
      }
      .operate .operate-security-shield {
        width: 78px;
        height: 86px;
        color: #8ab7ff;
      }
      .operate .operate-security-shield svg {
        width: 78px;
        height: 86px;
        stroke-width: 1.45;
      }
      .operate .operate-security-lead h3 {
        font-weight: 800;
        font-size: 18px;
        line-height: 1.28;
        color: #07142f;
        margin: 0 0 8px;
      }
      .operate .operate-security-lead p {
        font-weight: 600;
        font-size: 12px;
        line-height: 1.55;
        color: #07142f;
        margin: 0;
      }
      .operate .operate-security-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 22px;
      }
      .operate .operate-security-item {
        display: grid;
        grid-template-columns: 30px 1fr;
        gap: 12px;
        align-items: start;
        text-align: left;
      }
      .operate .operate-cta {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 28px;
        align-items: center;
        border-radius: 10px;
        padding: 26px 38px;
        background: #071b49;
        color: #fff;
      }
      .operate .operate-cta > div:first-child {
        display: grid;
        grid-template-columns: 64px 1fr;
        gap: 22px;
        align-items: center;
      }
      .operate .operate-cta-icon {
        grid-row: 1 / span 2;
        width: 58px;
        height: 58px;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .operate .operate-cta-icon svg {
        width: 32px;
        height: 32px;
      }
      .operate .operate-cta h3 {
        font-weight: 800;
        font-size: 22px;
        line-height: 1.25;
        color: #fff;
        margin: 0;
      }
      .operate .operate-cta p {
        grid-column: 2;
        font-weight: 600;
        font-size: 13px;
        line-height: 1.55;
        color: #fff;
        margin: 0;
      }
      .operate .operate-cta-action {
        display: grid;
        gap: 10px;
        justify-items: center;
        padding-left: 34px;
        border-left: 1px solid rgba(255, 255, 255, 0.12);
      }
      .operate .operate-cta .operate-btn {
        height: 46px;
        min-width: 210px;
        border-radius: 6px;
        background: #0247fd;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 800;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.04em;
      }
      .operate .operate-cta small {
        font-weight: 500;
        font-size: 11px;
        color: rgba(255, 255, 255, 0.86);
      }
      @media (max-width: 1200px) {
        .operate .operate-workspace,
        .operate .operate-security,
        .operate .operate-cta {
          grid-template-columns: 1fr;
        }
        .operate .operate-cta-action {
          border-left: 0;
          border-top: 1px solid rgba(255, 255, 255, 0.12);
          padding: 22px 0 0;
        }
      }
      @media (max-width: 600px) {
        .operate .operate-hero {
          padding: 44px var(--sp-page-x);
          min-height: 340px;
        }
        .operate .operate-hero h2 {
          font-size: 32px;
        }
        .operate .operate-model-grid {
          grid-template-columns: 1fr;
        }
        .operate .operate-step-grid,
        .operate .operate-security-list {
          grid-template-columns: 1fr;
        }
        .operate .operate-step:not(:last-child)::after {
          display: none;
        }
        .operate .operate-security-lead,
        .operate .operate-cta > div:first-child {
          grid-template-columns: 1fr;
          text-align: center;
        }
        .operate .operate-security-shield,
        .operate .operate-cta-icon {
          margin: 0 auto;
        }
        .operate .operate-cta p {
          grid-column: auto;
        }
      }