 .hosting-section {
        position: relative;
        width: 100%;
        min-height: auto !important;
        overflow: hidden;
        background: var(--green);
        color: var(--dark);
        isolation: isolate;
        padding: 118px 0 68px;
    }

    .hosting-section-canvas {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 1;
        pointer-events: none;
    }

    .hosting-section-content {
        position: relative;
        z-index: 3;
        width: min(1180px, calc(100% - 40px));
        max-width: 1180px;
        margin: 0 auto;
        padding: 0 !important;
    }

    .hosting-section-frame {
        --frame-pad: 14px;
        --corner-size: 112px;

        position: relative;
        width: 100%;
        padding: var(--frame-pad);
        isolation: isolate;
    }

    .hosting-section-frame::before {
        content: "";
        position: absolute;
        width: var(--corner-size);
        height: var(--corner-size);
        background: var(--dark);
        clip-path: polygon(0 0, 100% 0, 0 100%);
        z-index: 4;
        pointer-events: none;

        top: 0;
        left: 0;
        opacity: 0;
        transform-origin: top left;

        animation: cornerShapeLeftIn 1.05s var(--ease) 0.25s forwards;
    }

    /* Bottom-right shape: glass er middle theke bottom-right corner e fit hobe */
    .hosting-section-frame::after {
        content: "";
        position: absolute;
        width: var(--corner-size);
        height: var(--corner-size);
        background: var(--dark);
        clip-path: polygon(100% 0, 0 100%, 100% 100%);
        z-index: 4;
        pointer-events: none;

        right: 0;
        bottom: 0;
        opacity: 0;
        transform-origin: bottom right;

        animation: cornerShapeRightIn 1.05s var(--ease) 0.25s forwards;
    }

    .hosting-section-glass {
        position: relative;
        z-index: 5;
        width: 100%;
        padding: 35px 28px;
        background: rgba(223, 232, 241, 0.74);
        border: 1px solid rgba(255, 255, 255, 0.45);
        border-radius: 12px;
        overflow: hidden;
    backdrop-filter: blur(10px);

        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.55),
            0 16px 40px rgba(4, 4, 68, 0.04);
    }

    .glass-corner-fade {
        position: absolute;
        pointer-events: none;
        z-index: 2;
    }

    .glass-corner-fade-left {
        top: 0;
        left: 0;
        width: 150px;
        height: 110px;
        background: radial-gradient(
            circle at top left,
            rgba(4, 4, 68, 0.32) 0%,
            rgba(4, 4, 68, 0.16) 22%,
            rgba(255, 255, 255, 0.24) 48%,
            rgba(255, 255, 255, 0) 72%
        );
        filter: blur(10px);
    }

    .glass-corner-fade-right {
        right: 0;
        bottom: 0;
        width: 160px;
        height: 120px;
        background: radial-gradient(
            circle at bottom right,
            rgba(4, 4, 68, 0.34) 0%,
            rgba(4, 4, 68, 0.16) 25%,
            rgba(255, 255, 255, 0.22) 50%,
            rgba(255, 255, 255, 0) 74%
        );
        filter: blur(10px);
    }

    .hosting-section-inner {
        position: relative;
        z-index: 5;
        max-width: 920px;
        margin: 0 auto;
        text-align: center;
    }

    .hosting-section-badge,
    .hosting-title,
    .hosting-section-text,
    .hosting-section-actions {
        opacity: 0;
        transform: translateY(30px);
        animation: sharedTextUp 0.9s var(--ease) forwards;
    }

    .hosting-section-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 9px 16px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.95);
        color: var(--blue);
        font-size: 14px;
        font-weight: 600;


        animation-delay: 0.22s;
    }

    .hosting-section-badge i {
        color: var(--blue);
    }

    .hosting-title {
        margin: 22px auto 0;
        line-height: 0.98;
        font-weight: 700;
        letter-spacing: -3.2px;
        text-wrap: balance;
        text-shadow: 0 10px 32px rgba(4, 4, 68, 0.07);
        font-family: "Exo", sans-serif;
        animation-delay: 0.42s;
    }

    .hosting-main,
    .hosting-highlight {
        display: block;
        position: relative;
    }

    .hosting-main {
        font-size: clamp(48px, 5.4vw, 82px);
        color: var(--dark);
        white-space: nowrap;
    }

    .hosting-highlight {
        width: fit-content;
        margin: 8px auto 0;
        font-size: clamp(46px, 5vw, 76px);
        color: var(--blue);
    }

    .hosting-highlight::after {
        content: "";
        position: absolute;
        left: 4px;
        right: 4px;
        bottom: 4px;
        height: 10px;
        border-radius: 999px;
        background: rgba(0, 136, 255, 0.14);
        z-index: -1;
    }

    .hosting-section-text {
        max-width: 820px;
        margin: 22px auto 0;
        font-size: 18px;
        line-height: 1.75;
        color: var(--dark);
        animation-delay: 0.62s;
    }

    .hosting-section-actions {
        margin-top: 30px;
        display: flex;
        gap: 16px;
        flex-wrap: wrap;
        justify-content: center;
        animation-delay: 0.82s;
    }

    .hosting-section-badges {
        position: absolute;
        inset: 0;
        z-index: 2;
        pointer-events: none;
    }

    .shared-float-badge {
        position: absolute;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: clamp(52px, 4.8vw, 76px);
        aspect-ratio: 1 / 1;
        opacity: 0;
        will-change: transform, opacity;
        animation-name: sharedBadgeEnter, sharedBadgeFloat;
        animation-duration: 0.9s, 5.5s;
        animation-timing-function: var(--ease), ease-in-out;
        animation-delay: var(--enter-delay, 0s), calc(var(--enter-delay, 0s) + 0.9s);
        animation-fill-mode: both, none;
        animation-iteration-count: 1, infinite;
    }

    .shared-float-badge img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        object-fit: contain;
        display: block;
    }

    .shared-badge-1 {
        left: clamp(18px, 7vw, 110px);
        top: 22%;
        --from-x: -45vw;
        --from-y: -25vh;
        --enter-delay: 0s;
    }

    .shared-badge-2 {
        right: clamp(18px, 8vw, 130px);
        top: 22%;
        --from-x: 45vw;
        --from-y: -25vh;
        --enter-delay: 0.12s;
    }

    .shared-badge-5 {
        left: clamp(18px, 7vw, 110px);
        top: 56%;
        --from-x: -45vw;
        --from-y: 0;
        --enter-delay: 0.24s;
    }

    .shared-badge-6 {
        right: clamp(18px, 7vw, 110px);
        top: 56%;
        --from-x: 45vw;
        --from-y: 0;
        --enter-delay: 0.36s;
    }

    @keyframes cornerShapeLeftIn {
        0% {
            top: 50%;
            left: 50%;
            opacity: 0;
            transform: translate(-50%, -50%) scale(0.16) rotate(8deg);
            filter: blur(8px);
        }

        68% {
            top: -3px;
            left: -3px;
            opacity: 1;
            transform: translate(0, 0) scale(1.04) rotate(0deg);
            filter: blur(0);
        }

        100% {
            top: 0;
            left: 0;
            opacity: 1;
            transform: translate(0, 0) scale(1) rotate(0deg);
            filter: blur(0);
        }
    }

    @keyframes cornerShapeRightIn {
        0% {
            right: 50%;
            bottom: 50%;
            opacity: 0;
            transform: translate(50%, 50%) scale(0.16) rotate(-8deg);
            filter: blur(8px);
        }

        68% {
            right: -3px;
            bottom: -3px;
            opacity: 1;
            transform: translate(0, 0) scale(1.04) rotate(0deg);
            filter: blur(0);
        }

        100% {
            right: 0;
            bottom: 0;
            opacity: 1;
            transform: translate(0, 0) scale(1) rotate(0deg);
            filter: blur(0);
        }
    }

    @keyframes sharedTextUp {
        0% {
            opacity: 0;
            transform: translateY(30px) scale(0.98);
            filter: blur(6px);
        }

        100% {
            opacity: 1;
            transform: translateY(0) scale(1);
            filter: blur(0);
        }
    }

    @keyframes sharedBadgeEnter {
        0% {
            opacity: 0;
            transform: translate(var(--from-x), var(--from-y)) scale(0.75);
        }

        70% {
            opacity: 1;
            transform: translate(0, 0) scale(1.08);
        }

        100% {
            opacity: 1;
            transform: translate(0, 0) scale(1);
        }
    }

    @keyframes sharedBadgeFloat {
        0%, 100% {
            transform: translateY(0);
            opacity: 1;
        }

        50% {
            transform: translateY(-13px);
            opacity: 1;
        }
    }

    /* Tablet */
    @media (max-width: 991px) {
        .hosting-section {
            padding: 105px 0 62px;
        }

        .hosting-section-content {
            width: min(94%, 920px);
        }

        .hosting-section-frame {
            --frame-pad: 12px;
            --corner-size: 90px;
            padding: var(--frame-pad);
        }

        .hosting-section-glass {
            padding: 58px 22px;
            border-radius: 10px;
        }

        .glass-corner-fade-left {
            width: 120px;
            height: 90px;
        }

        .glass-corner-fade-right {
            width: 130px;
            height: 95px;
        }

        .hosting-title {
            letter-spacing: -2.3px;
        }

        .hosting-main {
            font-size: clamp(42px, 6.6vw, 66px);
            white-space: normal;
        }

        .hosting-highlight {
            font-size: clamp(40px, 6.2vw, 62px);
        }

        .hosting-section-text {
            font-size: 16px;
        }

        .shared-float-badge {
            width: clamp(40px, 5.2vw, 58px);
        }

        .shared-badge-1 {
            left: 4%;
            top: 18%;
        }

        .shared-badge-2 {
            right: 4%;
            top: 18%;
        }

        .shared-badge-5 {
            left: 4%;
            top: 62%;
        }

        .shared-badge-6 {
            right: 4%;
            top: 62%;
        }
    }

    /* Small tablet / large phone */
    @media (max-width: 767px) {
        .hosting-section {
            padding: 95px 0 56px;
        }

        .hosting-section-badges {
            opacity: 0.7;
        }

        .shared-float-badge {
            width: clamp(28px, 6.5vw, 40px);
        }

        .shared-badge-1 {
            left: 14px;
            top: 95px;
        }

        .shared-badge-2 {
            right: 14px;
            top: 95px;
        }
    }

    /* Mobile */
    @media (max-width: 575px) {
        .hosting-section {
            padding: 88px 0 46px;
        }

        .hosting-section-content {
            width: calc(100% - 20px);
        }

        .hosting-section-frame {
            --frame-pad: 10px;
            --corner-size: 66px;
            padding: var(--frame-pad);
        }

        .hosting-section-glass {
            padding: 20px 14px;
            border-radius: 8px;
        }

        .glass-corner-fade-left {
            width: 92px;
            height: 70px;
            filter: blur(8px);
        }

        .glass-corner-fade-right {
            width: 96px;
            height: 72px;
            filter: blur(8px);
        }

        .hosting-section-badge {
            font-size: 12px;
            padding: 8px 12px;
            gap: 7px;
        }

        .hosting-title {
            margin-top: 18px;
            line-height: 1.05;
            letter-spacing: -1.4px;
            text-shadow: none;
        }

        .hosting-main,
        .hosting-highlight {
            font-size: clamp(34px, 10vw, 44px);
            white-space: normal;
        }

        .hosting-highlight {
            margin-top: 6px;
        }

        .hosting-section-text {
            margin-top: 18px;
            font-size: 15px;
            line-height: 1.7;
        }

        .hosting-section-badges {
            opacity: 0.52;
        }

        .shared-float-badge {
            width: clamp(24px, 7vw, 34px);
        }
    }

/* mark here fully */
/*  ******************************************************************************************************************************************************** */

  .fetures-seciton {
      position: relative;
      overflow: hidden;
      background: var(--blue);
  }
  .fetures-seciton::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(0, 136, 255, 0.055) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 136, 255, 0.055) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.75), transparent);
    pointer-events: none;
  }

  .fetures-seciton .container {
    position: relative;
    z-index: 2;
  }

  .section-badge-sh {
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    border-radius: 14px 14px 14px 4px;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.01em;

    background: var(--dark);
    border: 1px solid rgba(255, 255, 255, 0.24);

}
  .info-card,
  .feature-card,
  .wide-card {
    position: relative;
    overflow: hidden;
    background:
      linear-gradient(145deg, rgba(255,255,255,.92), rgba(255,255,255,.68));
    border: 1px solid var(--glass-border);
    box-shadow: var(--shadow-soft);


    transition:
      transform 0.45s var(--ease),
      box-shadow 0.45s var(--ease),
      border-color 0.45s var(--ease);
  }

  .info-card {
    border-radius: 30px;
    padding: 30px;
  }

  .feature-card {
    border-radius: 28px;
    padding: 28px;
    border-color: var(--soft-border);
  }

  .wide-card {
    border-radius: 32px;
    padding: clamp(28px, 5vw, 46px);
  }

  .info-card::before,
  .feature-card::before,
  .wide-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(120deg, rgba(255,255,255,.68), transparent 28%, transparent 70%, rgba(0,136,255,.08));
    opacity: 0.85;
    pointer-events: none;
  }

  .info-card::after,
  .feature-card::after,
  .wide-card::after {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -55px;
    width: 155px;
    height: 155px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,136,255,.20), transparent 68%);
    pointer-events: none;
  }

  .feature-card.active {
    border-color: rgba(0, 136, 255, 0.42);
    background:
      linear-gradient(145deg, rgba(255,255,255,.96), rgba(236,247,255,.76));
    box-shadow: 0 25px 75px rgba(0, 136, 255, 0.17);
  }

  .card-title {
    margin: 18px 0 14px;
    color: var(--dark);
    font-size: clamp(1.28rem, 2vw, 1.72rem);
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.16;
  }

  .hosting-title-line {
    display: block;
    width: 48px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--blue), rgba(0,136,255,.18));
    margin-bottom: 18px;
  }

  .text-muted-blue {
    color: var(--dark);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
  }

  .check-list li,
  .cross-list li {
    color: #263653;
    font-weight: 400;
    line-height: 1.62;
  }

  .check-list strong,
  .cross-list strong {
    font-weight: 600;
    color: var(--dark);
  }

  .check-list i,
  .cross-list i {
    width: 22px;
    height: 22px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 22px;
    margin-top: 3px;
    border-radius: 50%;
    font-size: 0.92rem;
  }

  .check-list i {
    color: var(--blue);
    background: rgba(0, 136, 255, 0.10);
  }

  .cross-list i {
    color: #006fee;
    background: rgba(0, 111, 238, 0.10);
  }
.feature-card .feature-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 18px;
    margin-top: 12px;
  }
  .card-img,
  .feature-img {
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 22px 28px rgba(0, 73, 165, 0.14));
    transition: transform 0.45s var(--ease), filter 0.45s var(--ease);
  }

  .info-card:hover .card-img,
  .feature-card:hover .feature-img,
  .wide-card:hover .card-img {
    transform: translateY(-5px) scale(1.025);
    filter: drop-shadow(0 26px 34px rgba(0, 73, 165, 0.18));
  }

  .downside-card::after {
    right: -2px;
    bottom: -2px;
    width: 180px;
    height: 130px;
    border-radius: 0;
    background:linear-gradient(135deg, rgba(0,136,255,.95), var(--dark-2));
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    opacity: 0.95;
  }

  @media (max-width: 767.98px) {
    .info-card,
    .feature-card,
    .wide-card {
      border-radius: 22px;
      padding: 22px;
    }

    .card-title {
      font-size: 1.28rem;
      font-weight: 600;
      letter-spacing: -0.015em;
    }

    .text-muted-blue,
    .check-list li,
    .cross-list li {
      font-size: 0.94rem;
    }
  }









  /* ************************************************************************** */


    .section-page-sections {
    position: relative;
    background:
      radial-gradient(circle at 12% 12%, rgba(0, 136, 255, 0.075), transparent 30%),
      radial-gradient(circle at 88% 38%, rgba(4, 4, 68, 0.055), transparent 32%),
      #daecfc;
    color: #040444;
    overflow: hidden;
  }

  .section-page-sections::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(4, 4, 68, 0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(4, 4, 68, 0.04) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
    opacity: 0.65;
  }

  .section {
    position: relative;
    z-index: 2;
    padding: 84px 0;
  }

  .mini-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.95);
    background: rgba(255, 255, 255, 0.32);
    font-size: 14px;
    font-weight: 500;

  }

  .hosting-section-title {
    margin: 18px 0 14px;
    font-family: "Exo", "Inter", sans-serif;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -1.2px;
    color: #040444;
  }

  .hosting-section-title span {
    color: #0088ff;
    position: relative;
    display: inline-block;
  }

  .hosting-section-title span::after {
    content: "";
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 5px;
    height: 8px;
    border-radius: 999px;
    background: rgba(0, 136, 255, 0.14);
    z-index: -1;
  }

  .section-subtitle {
    color: rgba(4, 4, 68, 0.72);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 0;
  }

  .tab-nav {
    width: fit-content;
    margin: 34px auto 0;
    padding: 8px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.34);
    border: 1px solid rgba(255, 255, 255, 0.92);

    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .tab-btn {
    border: 0;
    outline: none;
    padding: 13px 20px;
    border-radius: 15px;
    background: transparent;
    color: #040444;
    font-size: 14px;
    font-weight: 500;
    transition: 0.28s ease;
  }

  .tab-btn i {
    margin-right: 7px;
  }

 .tab-nav .tab-btn.active,
 .tab-nav .tab-btn:hover {
    background: #0088ff;
    color: #fff;
    box-shadow: 0 14px 28px rgba(0, 136, 255, 0.22);
  }

  .tab-row {
    margin-top: 42px;
  }

  .tab-content-wrap {
    position: relative;
    min-height: 300px;
  }

  .tab-panel {
    display: none;
    animation: rhFadeSmooth 0.45s ease;
  }

  .tab-panel.active {
    display: block;
  }

  .tab-panel h3 {
    font-size: 30px;
    font-weight: 600;
    color: #040444;
    margin-bottom: 14px;
    letter-spacing: -0.4px;
  }

  .tab-panel p {
    color: rgba(4, 4, 68, 0.72);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 22px;
  }

  .check-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .check-list li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 14px;
    color: #040444;
    font-size: 15.5px;
    font-weight: 500;
    line-height: 1.7;
  }

  .check-list i {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(0, 136, 255, 0.12);
    color: #0088ff;
    font-size: 11px;
    flex-shrink: 0;
    margin-top: 2px;
  }

  /* Tab images: no background, no glass, no shadow */
  .tab-image-wrap {
    position: relative;
    width: 100%;
    min-height: 420px;
  }

  .tab-image {
    display: none;
    width: 100%;
    animation: rhFadeSmooth 0.45s ease;
  }

  .tab-image.active {
    display: block;
  }

  .tab-image img,
  .clean-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
  }

  .tab-image img {
    max-height: 430px;
  }

  .clean-image {
    width: 100%;
  }

  .clean-image img {
    max-height: 670px;
  }

  .step-list {
    margin-top: 32px;
  }

  .step-card {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 18px;
    padding: 24px;
    margin-bottom: 18px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.38);
    border: 1px solid rgb(159 182 255 / 90%);

    transition: 0.28s ease;
  }

  .step-number {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: #040444;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }

  .step-card h4 {
    font-size: 21px;
    font-weight: 600;
    color: #040444;
    margin-bottom: 8px;
    letter-spacing: -0.3px;
  }

  .step-card p {
    margin: 0;
    color: rgba(4, 4, 68, 0.7);
    font-size: 15.5px;
    font-weight: 400;
    line-height: 1.7;
  }

  .card-row {
    margin-top: 42px;
  }

  .benefit-card {
    height: 100%;
    padding: 30px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.95);

    box-shadow: 0 20px 55px rgba(4, 4, 68, 0.055);
    transition: 0.28s ease;
  }

  .benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 70px rgba(4, 4, 68, 0.1);
  }

  .card-icon {
    width: 62px;
    height: 62px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    background: var(--dark);
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 22px;
  }

  .benefit-card h4 {
    font-size: 22px;
    font-weight: 600;
    color: #040444;
    margin-bottom: 10px;
    letter-spacing: -0.3px;
  }

  .benefit-card p {
    color: rgba(4, 4, 68, 0.7);
    font-size: 15.5px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
  }

  .dark-card {
    background: #040444;
  }

  .dark-card h4 {
    color: #fff;
  }

  .dark-card p {
    color: rgba(255, 255, 255, 0.72);
  }

  .dark-card .card-icon {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
  }

  .security-box {
      padding: clamp(28px, 5vw, 58px);
      border-radius: 38px;
      background: #ffffffc7;
      border: 1px solid rgb(255, 255, 255);

  }

  .security-list {
    margin-top: 30px;
    display: grid;
    gap: 16px;
  }

  .security-item {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 15px;
    align-items: flex-start;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.36);
    border: 1px solid rgba(255, 255, 255, 0.82);
  }

  .security-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: var(--dark);
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
  }

  .security-item h5 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #040444;
  }

  .security-item p {
    margin: 0;
    color: rgba(4, 4, 68, 0.7);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
  }

  .cta-section {
    padding-top: 20px;
    padding-bottom: 110px;
  }

  .cta-box {
    padding: clamp(28px, 5vw, 48px);
    border-radius: 36px;
    background: #040444;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    box-shadow: 0 35px 90px rgba(4, 4, 68, 0.22);
    position: relative;
    overflow: hidden;
  }

  .cta-box::after {
    content: "";
    position: absolute;
    right: -90px;
    top: -90px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(0, 136, 255, 0.22);
  }

  .cta-content {
    position: relative;
    z-index: 2;
  }

  .cta-box h2 {
    margin: 18px 0 10px;
    font-family: "Exo", "Inter", sans-serif;
    font-weight: 600;
    font-size: clamp(28px, 3.4vw, 44px);
    line-height: 1.15;
    letter-spacing: -0.9px;
  }

  .cta-box p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    max-width: 760px;
  }

  .cta-btn {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    border-radius: 999px;
    background: #0088ff;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 18px 38px rgba(0, 136, 255, 0.26);
    transition: 0.28s ease;
  }

  .cta-btn:hover {
    color: #fff;
    transform: translateY(-4px);
  }

  @keyframes rhFadeSmooth {
    from {
      opacity: 0;
      transform: translateY(10px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @media (max-width: 991px) {
    .section {
      padding: 64px 0;
    }

    .tab-content-wrap {
      min-height: auto;
    }

    .tab-image-wrap {
      min-height: auto;
    }

    .tab-image img {
      max-height: 360px;
      margin: 0 auto;
    }

    .clean-image img {
      max-height: 380px;
      margin: 0 auto;
    }

    .cta-box {
      flex-direction: column;
      align-items: flex-start;
    }
  }

  @media (max-width: 767px) {
    .tab-nav {
      width: 100%;
    }

    .tab-btn {
      width: 100%;
    }

    .hosting-section-title {
      letter-spacing: -0.7px;
    }

    .tab-panel h3 {
      font-size: 26px;
    }

    .step-card {
      grid-template-columns: 1fr;
    }

    .security-item {
      grid-template-columns: 1fr;
    }

    .tab-image img {
      max-height: 310px;
    }
  }

  @media (max-width: 575px) {
    .section {
      padding: 50px 0;
    }

    .hosting-section-title {
      font-size: clamp(30px, 8vw, 40px);
    }

    .section-subtitle {
      font-size: 15.5px;
    }

    .tab-panel p,
    .check-list li {
      font-size: 15px;
    }

    .benefit-card {
      padding: 24px;
      border-radius: 24px;
    }

    .security-box,
    .cta-box {
      border-radius: 28px;
    }

    .cta-btn {
      width: 100%;
      justify-content: center;
    }
  }







  /* Animated Info Section Start */
.rh-animated-info.site-section,
.rh-animated-info.site-section .stack-stage,
.rh-animated-info.site-section .stack-window {
  position: relative;
}

.rh-animated-info.site-section,
.rh-animated-info.site-section .stack-window {
  overflow: hidden;
}

.rh-animated-info.site-section {
  isolation: isolate;
  padding: 96px 0;
  background: linear-gradient(180deg, #f9fcff 0%, #ffffff 46%, #eef7ff 100%);
}

.rh-animated-info.site-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.52;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(4, 4, 68, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(4, 4, 68, 0.04) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, transparent, #000 14%, #000 82%, transparent);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 14%, #000 82%, transparent);
}

.rh-animated-info.site-section > .container {
  position: relative;
  z-index: 2;
}

.rh-animated-info.site-section .info-row {
  align-items: center;
  row-gap: 54px;
}

.rh-animated-info.site-section .small-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--blue);
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
}

.rh-animated-info.site-section .small-title span {
  width: 34px;
  height: 2px;
  border-radius: 99px;
  background: var(--blue);
}

.rh-animated-info.site-section .main-title {
  max-width: 760px;
  margin: 0;
  color: var(--dark);
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.07;
  letter-spacing: -1.45px;
  font-weight: 700;
}

.rh-animated-info.site-section .main-title span {
  color: var(--blue);
}

.rh-animated-info.site-section .section-text {
  max-width: 610px;
  margin: 22px 0 0;
  color: #24344a;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 400;
}

.rh-animated-info.site-section .info-text + .info-text {
  margin-top: 18px;
}

.rh-animated-info.site-section .stack-stage {
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rh-animated-info.site-section .stack-window {
  width: min(100%, 570px);
  height: 350px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 9%, #000 82%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 9%, #000 82%, transparent 100%);
}

.rh-animated-info.site-section .stack-card {
  position: absolute;
  inset: 0 0 auto;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 16px;
  min-height: 88px;
  padding: 18px 24px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(0, 136, 255, 0.09);


  opacity: 0;
  filter: blur(2px);
  transform: translateY(280px) scale(0.86);
  transition:
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 900ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 900ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity, filter;
}

.rh-animated-info.site-section .stack-card.is-main {
  z-index: 5;
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

.rh-animated-info.site-section .stack-card.is-second {
  z-index: 4;
  opacity: 0.58;
  filter: blur(0.2px);
  transform: translateY(116px) scale(0.94);
}

.rh-animated-info.site-section .stack-card.is-third {
  z-index: 3;
  opacity: 0.24;
  filter: blur(0.9px);
  transform: translateY(232px) scale(0.9);
}

.rh-animated-info.site-section .stack-card.is-enter {
  z-index: 2;
  transform: translateY(340px) scale(0.86);
}

.rh-animated-info.site-section .stack-card.is-exit {
  z-index: 6;
  opacity: 0;
  filter: blur(1.2px);
  transform: translateY(-118px) scale(0.93);
}

.rh-animated-info.site-section .stack-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), var(--dark-2));
  box-shadow: 0 12px 28px rgba(0, 136, 255, 0.23);
  font-size: 19px;
  display: grid;
  place-items: center;
}

.rh-animated-info.site-section .stack-card p {
  margin: 0;
  color: #0b1f37;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}

.rh-animated-info.site-section .stack-card:not(.is-main) .stack-icon {
  background: linear-gradient(135deg, rgba(0, 136, 255, 0.72), rgba(4, 4, 68, 0.68));
}

.rh-animated-info.site-section .stack-card:not(.is-main) p {
  color: #647589;
  font-weight: 400;
}

/* .rh-animated-info.site-section .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 720ms ease, transform 720ms var(--ease);
} */

.rh-animated-info.site-section .reveal.show {
  opacity: 1;
  transform: translateY(0);
}

.rh-animated-info.site-section .delay-1 {
  transition-delay: 90ms;
}

@media (max-width: 991px) {
  .rh-animated-info.site-section {
    padding: 78px 0;
  }

  .rh-animated-info.site-section .stack-stage {
    min-height: 390px;
  }
}

@media (max-width: 767px) {
  .rh-animated-info.site-section {
    padding: 64px 0;
  }

  .rh-animated-info.site-section .main-title {
    letter-spacing: -1px;
  }

  .rh-animated-info.site-section .stack-stage {
    min-height: 365px;
  }

  .rh-animated-info.site-section .stack-window {
    height: 330px;
  }

  .rh-animated-info.site-section .stack-card {
    grid-template-columns: 44px 1fr;
    gap: 13px;
    min-height: 92px;
    padding: 16px;
  }

  .rh-animated-info.site-section .stack-card.is-second {
    transform: translateY(110px) scale(0.94);
  }

  .rh-animated-info.site-section .stack-card.is-third {
    transform: translateY(220px) scale(0.9);
  }

  .rh-animated-info.site-section .stack-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 16px;
  }

  .rh-animated-info.site-section .stack-card p {
    font-size: 14px;
  }
} 











/* Expert Feature Section */
.rh-expert-section.site-section,
.rh-expert-section.site-section .expert-card,
.rh-expert-section.site-section .expert-slider {
  position: relative;
}

.rh-expert-section.site-section,
.rh-expert-section.site-section .expert-card,
.rh-expert-section.site-section .expert-slider {
  overflow: hidden;
}

.rh-expert-section.site-section {
  isolation: isolate;
  padding: 96px 0;
  background: #ffffff;
}

.rh-expert-section.site-section::before,
.rh-expert-section.site-section .expert-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.rh-expert-section.site-section::before {
  inset: 0;
  z-index: 0;
  opacity: 0.52;
  background-image:
    linear-gradient(rgba(4, 4, 68, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(4, 4, 68, 0.04) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, transparent, #000 14%, #000 82%, transparent);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 14%, #000 82%, transparent);
}

.rh-expert-section.site-section > .container {
  position: relative;
  z-index: 2;
}

.rh-expert-section.site-section .section-head {
  max-width: 660px;
  margin-bottom: 56px;
}

.rh-expert-section.site-section .main-title {
  max-width: 760px;
  margin: 0;
  color: var(--dark);
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.07;
  letter-spacing: -1.45px;
  font-weight: 700;
}

.rh-expert-section.site-section .main-title span {
  color: var(--blue);
}

.rh-expert-section.site-section .section-text {
  max-width: 610px;
  margin: 22px 0 0;
  color: #24344a;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 400;
}

.rh-expert-section.site-section .expert-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.rh-expert-section.site-section .expert-card {
  min-height: 214px;
  padding: 22px 20px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(218, 236, 252, 0.58), rgba(218, 236, 252, 0.34));
  border: 1px solid rgba(0, 136, 255, 0.08);
  transition: transform 300ms ease, border-color 300ms ease, background 300ms ease;
}

.rh-expert-section.site-section .expert-card::after {
  right: -38px;
  bottom: -46px;
  width: 160px;
  height: 160px;
  background: var(--green);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  opacity: 0.88;
  transition: transform 360ms var(--ease), background 360ms ease;
}

.rh-expert-section.site-section .expert-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 136, 255, 0.24);
  background: linear-gradient(180deg, rgba(218, 236, 252, 0.72), rgba(255, 255, 255, 0.72));
}

.rh-expert-section.site-section .expert-card:hover::after {
  transform: translate(-8px, -8px) scale(1.06);
  background: rgba(0, 136, 255, 0.12);
}

.rh-expert-section.site-section .expert-icon,
.rh-expert-section.site-section .expert-card h3,
.rh-expert-section.site-section .expert-card p {
  position: relative;
  z-index: 1;
}

.rh-expert-section.site-section .expert-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  border-radius: 10px;
  color: #ffffff;
  background: var(--dark);
  box-shadow: 0 12px 26px rgba(0, 136, 255, 0.20);
  font-size: 15px;
  font-weight: 600;
  display: grid;
  place-items: center;
}

.rh-expert-section.site-section .expert-card h3 {
  margin: 0 0 10px;
  color: var(--dark);
  font-size: 20px;
  line-height: 1.18;
  letter-spacing: -0.35px;
  font-weight: 600;
}

.rh-expert-section.site-section .expert-card p {
  margin: 0;
  color: #4f5f67;
  font-size: 14px;
  line-height: 1.58;
  font-weight: 400;
}

/* .rh-expert-section.site-section .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 720ms ease, transform 720ms var(--ease);
} */

.rh-expert-section.site-section .reveal.show {
  opacity: 1;
  transform: translateY(0);
}

.rh-expert-section.site-section .delay-1 {
  transition-delay: 90ms;
}

.rh-expert-section.site-section .delay-2 {
  transition-delay: 180ms;
}

.rh-expert-section.site-section .delay-3 {
  transition-delay: 270ms;
}

/* Expert Slider */
.rh-expert-section.site-section .expert-slider {
  overflow: hidden;
  position: relative;
}

.rh-expert-section.site-section .expert-slider.is-scroll {
  cursor: grab;
  touch-action: pan-y;
}

.rh-expert-section.site-section .expert-slider.is-scroll.dragging {
  cursor: grabbing;
}

.rh-expert-section.site-section .expert-slider.is-scroll .expert-grid {
  display: flex;
  gap: 14px;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.rh-expert-section.site-section .expert-slider.is-scroll.dragging .expert-grid {
  transition: none;
}

.rh-expert-section.site-section .expert-slider.is-scroll .expert-card {
  flex: 0 0 calc((100% - 56px) / 5);
  user-select: none;
}

@media (prefers-reduced-motion: reduce) {
  .rh-expert-section.site-section *,
  .rh-expert-section.site-section *::before,
  .rh-expert-section.site-section *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

@media (max-width: 1199px) {
  .rh-expert-section.site-section .expert-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rh-expert-section.site-section .expert-slider.is-scroll .expert-card {
    flex-basis: calc((100% - 28px) / 3);
  }
}

@media (max-width: 991px) {
  .rh-expert-section.site-section {
    padding: 78px 0;
  }

  .rh-expert-section.site-section .section-head {
    margin-bottom: 42px;
  }

  .rh-expert-section.site-section .expert-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rh-expert-section.site-section .expert-slider.is-scroll .expert-card {
    flex-basis: calc((100% - 14px) / 2);
  }
}

@media (max-width: 767px) {
  .rh-expert-section.site-section {
    padding: 64px 0;
  }

  .rh-expert-section.site-section .main-title {
    letter-spacing: -1px;
  }

  .rh-expert-section.site-section .expert-grid {
    grid-template-columns: 1fr;
  }

  .rh-expert-section.site-section .expert-card {
    min-height: auto;
  }

  .rh-expert-section.site-section .expert-slider.is-scroll .expert-card {
    flex-basis: 100%;
  }
} 