/* =========================================================
   INDIGO AIRLINES PAGE ONLY
   Keeps existing DeepshiTech header/footer unchanged
========================================================= */

.indigo-page {
    background: #ffffff;
    color: #111111;
    font-family: inherit;
}

.indigo-page *,
.indigo-page *::before,
.indigo-page *::after {
    box-sizing: border-box;
}

.indigo-page button,
.indigo-page a {
    font-family: inherit;
}

/* =========================================================
   COMMON
========================================================= */

.indigo-section {
    padding: 70px 0;
}

.indigo-section-title {
    font-size: 34px;
    line-height: 1.25;
    font-weight: 600;
    color: #111111;
    margin: 0 0 35px;
}

/* =========================================================
   INDIGO PAGE — FIRST SECTION
========================================================= */

.indigo-top-section {
    padding: 145px 0 75px;
    background: #ffffff;
}

/* =========================================================
   BREADCRUMB
========================================================= */

.indigo-breadcrumb {
    display: flex;
    align-items: center;
    gap: 7px;

    margin-bottom: 10px;

    font-size: 14px;
    line-height: 1.4;
}

.indigo-breadcrumb a {
    color: #d19a00;
    text-decoration: none;
}

.indigo-breadcrumb span {
    color: #999999;
}

.indigo-breadcrumb strong {
    color: #424242;
    font-weight: 400;
}

/* =========================================================
   TITLE ROW
========================================================= */

.indigo-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    margin-bottom: 15px;
}

.indigo-title-row h1 {
    margin: 0;

    color: #000000;

    font-size: 39px;
    line-height: 1.15;
    font-weight: 700;
}

/* Ask AI */

.indigo-ask-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    padding: 10px 16px;

    border: 1px solid #d19a00;
    border-radius: 8px;

    background: #ffffff;

    color: #000000;

    font-size: 15px;
    font-weight: 600;

    cursor: pointer;

    transition: 0.25s ease;
}

.indigo-ask-btn:hover {
    background: #d19a00;
    color: #ffffff;
}

.askai-stars {
    font-size: 19px;
}

/* =========================================================
   COMPLETE MAIN PANEL
========================================================= */

.indigo-main-panel {
    overflow: hidden;
    border: 1px solid #D1941F;
    border-radius: 10px;
    background: #ffffff;
}

.indigo-main-panel-top {
    display: grid;

    /* Image | Stats | About */
    grid-template-columns:
        minmax(300px, 1fr) minmax(300px, 0.95fr) minmax(390px, 1.25fr);

    gap: 28px;

    padding: 17px 18px;

    background: #000000;
    color: #ffffff;
}

/* =========================================================
   AIRCRAFT IMAGE
========================================================= */
/* 
.indigo-aircraft-image {
    width: 100%;
    min-height: 186px;

    overflow: hidden;

    border: 1px solid rgba(209, 148, 31, 0.45);
    border-radius: 5px;

    background: #111111;
}

.indigo-aircraft-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
} */

/* =========================================================
   STATS
========================================================= */

.indigo-passenger-stats {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 4px 0;
}

.indigo-stat-row {
    display: grid;

    grid-template-columns:
        minmax(190px, 1fr) 68px;

    align-items: center;
    gap: 14px;
}

.indigo-stat-row+.indigo-stat-row {
    margin-top: 25px;
}

.indigo-stat-text {
    text-align: right;
    min-width: 0;
}

.indigo-stat-text strong {
    display: block;

    margin-bottom: 6px;

    color: #D1941F;

    font-size: 21px;
    line-height: 1;
    font-weight: 600;
}

.indigo-stat-text span {
    display: inline-block;

    padding-bottom: 6px;

    border-bottom: 2px dotted #D1941F;

    color: #ffffff;

    font-size: 13px;
    line-height: 1.3;
    font-weight: 500;

    text-transform: uppercase;

    white-space: nowrap;
}

/* Stats icon box */

.indigo-stat-icon {
    width: 64px;
    height: 64px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(209, 148, 31, 0.45);
    border-radius: 4px;

    background: rgba(209, 148, 31, 0.12);

    color: #D1941F;

    font-size: 34px;
}

/* =========================================================
   ABOUT SECTION
========================================================= */

.indigo-about-box {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding-left: 34px;

    border-left: 1px solid rgba(209, 148, 31, 0.35);
}

.indigo-about-box h3 {
    margin: 0 0 10px;

    color: #D1941F;

    font-size: 18px;
    line-height: 1.35;
    font-weight: 600;
}

.indigo-about-box p {
    margin: 0;

    color: #ffffff;

    font-size: 15px;
    line-height: 1.55;
}

/* =========================================================
   KEY INSIGHTS PANEL
========================================================= */

.indigo-insights-panel {
    display: grid;

    grid-template-columns: 250px 1fr;

    min-height: 10px;

    background: #ffffff;
}

/* Left Heading */

.indigo-insights-heading {
    display: flex;
    /* align-items: center; */

    padding: 28px 20px;
}

.indigo-insights-heading h2 {
    margin: 0;

    color: #122a4b;

    font-size: 26px;
    font-weight: 600;
}

/* Right Data */

.indigo-insights-data {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;

    gap: 32px;

    padding: 9px 0;

    overflow-x: auto;
}

/* Insight item */

.indigo-insight-box {
    position: relative;

    min-height: 65px;

    padding: 8px 18px 8px 15px;

    flex: 0 0 auto;

    /* Important */
    width: max-content;
    min-width: max-content;
}

/* Green vertical accent */

.indigo-insight-box::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 4px;
    height: 58px;

    background:
        linear-gradient(to bottom,
            transparent,
            #d19a00,
            transparent);
}

/* Label */

.indigo-insight-box span {
    display: block;

    margin-bottom: 4px;

    color: #565656;

    font-size: 12px;
    line-height: 1.3;
    white-space: nowrap;
    text-transform: uppercase;
}

/* Value */

.indigo-insight-box strong {
    display: block;

    color: #122a4b;

    font-size: 21px;
    line-height: 1.2;
    font-weight: 600;

    /* Prevent value from going to next line */
    white-space: nowrap;

}

/* Category appears on second row */

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .indigo-main-panel-top {
        grid-template-columns: 1fr 0.7fr;
    }

    .indigo-about-box {
        grid-column: 1 / -1;

        padding:
            22px 0 5px;

        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.18);
    }

    .indigo-insights-panel {
        grid-template-columns: 190px 1fr;
    }

    .indigo-insights-data {
        grid-template-columns:
            repeat(3, 1fr);
    }

}

/* =========================================================
   MOBILE / TABLET
========================================================= */

@media (max-width: 767px) {

    .indigo-top-section {
        padding:
            110px 0 55px;
    }

    .indigo-title-row {
        align-items: flex-start;
    }

    .indigo-title-row h1 {
        font-size: 30px;
    }

    .indigo-main-panel-top {
        grid-template-columns: 1fr;

        gap: 20px;

        padding: 14px;
    }

    .indigo-aircraft-image,
    .indigo-aircraft-image img {
        height: 230px;
    }

    .indigo-passenger-stats {
        display: grid;

        grid-template-columns:
            1fr 1fr;

        gap: 15px;
    }

    .indigo-stat-row {
        grid-template-columns: 1fr;
    }

    .indigo-stat-row+.indigo-stat-row {
        margin-top: 0;
    }

    .indigo-stat-text {
        text-align: left;
    }

    .indigo-stat-icon {
        margin-top: 5px;
    }

    .indigo-about-box {
        grid-column: auto;

        padding:
            20px 0 0;
    }

    .indigo-insights-panel {
        grid-template-columns: 1fr;
    }

    .indigo-insights-heading {
        padding:
            24px 18px 10px;
    }

    .indigo-insights-data {
        grid-template-columns:
            repeat(2, 1fr);

        padding: 10px 18px 20px;
    }

}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 500px) {

    .indigo-title-row {
        flex-direction: column;
    }

    .indigo-passenger-stats {
        grid-template-columns: 1fr;
    }

    .indigo-stat-row {
        grid-template-columns: 1fr 60px;
    }

    .indigo-stat-text {
        text-align: right;
    }

    .indigo-insights-data {
        grid-template-columns: 1fr 1fr;
    }

    .indigo-insight-box strong {
        font-size: 18px;
    }

}

/* =========================================================
   TOP CHOICE
========================================================= */

.indigo-products-section {
    background: #ffffff;
    padding: 50px 0 70px;
}

.indigo-top-choice-title {
    margin-bottom: 18px;
    font-size: 25px;
    line-height: 1.2;
    color: #111111;
}

.indigo-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

/* =========================================================
   CARD
========================================================= */

.indigo-product-card {
    overflow: hidden;

    background: #ffffff;

    border: 1px solid #e4e4e4;
    border-radius: 8px;

    box-shadow:
        0 3px 12px rgba(0, 0, 0, 0.14);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.indigo-product-card:hover {
    transform: translateY(-3px);

    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.16);
}

/* =========================================================
   IMAGE
========================================================= */

.indigo-product-image {
    position: relative;

    width: 100%;
    height: 190px;

    overflow: hidden;

    background: #eeeeee;
}

.indigo-product-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

/* =========================================================
   RIBBON
========================================================= */

/* Popular — DeepshiTech gold */

/* Premium */

/* =========================================================
   IMAGE ARROWS
========================================================= */

.indigo-card-arrow {
    position: absolute;

    top: 50%;

    z-index: 4;

    width: 27px;
    height: 27px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    transform: translateY(-50%);

    border: 1px solid #d4d4d4;
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.95);

    color: #222222;

    font-size: 10px;

    cursor: pointer;
}

.indigo-card-prev {
    left: 5px;
}

.indigo-card-next {
    right: 5px;
}

.indigo-card-arrow:hover {
    border-color: #D1941F;

    color: #D1941F;
}

/* =========================================================
   BODY
========================================================= */

.indigo-product-body {
    padding: 13px 13px 12px;
}

.indigo-product-body h3 {
    margin: 0 0 6px;

    color: #111111;

    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
}

.indigo-product-body p {
    min-height: 55px;

    margin: 0 0 8px;

    color: #646464;

    font-size: 12px;
    line-height: 1.55;
}

/* View more */

.indigo-view-more {
    display: inline;

    margin: 0;
    padding: 0;

    border: 0;

    background: transparent;

    color: #D1941F;

    font-size: inherit;

    cursor: pointer;
}

/* =========================================================
   CARD BOTTOM
========================================================= */

.indigo-card-bottom {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr) 133px;

    gap: 8px;

    align-items: stretch;

    margin-top: 8px;
}

/* Rate */

/* Price */

/* =========================================================
   ADD TO BAG
========================================================= */

.indigo-bag-btn {
    width: 100%;

    min-height: 44px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 1px;

    margin: 0;
    padding: 5px 8px;

    border: 0;
    border-radius: 6px;

    background: #111111;

    color: #ffffff;

    cursor: pointer;

    transition: 0.25s ease;
}

.indigo-bag-btn strong {
    font-size: 13px;
    line-height: 1.1;
    font-weight: 600;
}

.indigo-bag-btn small {
    margin: 0;

    color: #D1941F;

    font-size: 9px;
    line-height: 1.15;
    font-weight: 500;
}

.indigo-bag-btn:hover {
    background: #D1941F;
}

.indigo-bag-btn:hover small {
    color: #ffffff;
}

/* =========================================================
   DISCONTINUED
========================================================= */

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {

    .indigo-product-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 650px) {

    .indigo-product-grid {
        grid-template-columns: 1fr;

        gap: 20px;
    }

    .indigo-product-image {
        height: 220px;
    }

    .indigo-card-bottom {
        grid-template-columns:
            minmax(0, 1fr) 130px;
    }

}

/* =========================================================
   OTHER AD OPTIONS
========================================================= */

.indigo-other-section {
    background: #fafafa;
    border-top: 1px solid #eeeeee;
}

.indigo-other-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

/* =========================================================
   HELP STRIP — DEEPSHITECH THEME
========================================================= */

.indigo-help-section {
    padding: 45px 0 65px;
    background: #ffffff;
}

/* Main banner */

.indigo-help-banner {
    position: relative;

    min-height: 300px;

    display: flex;
    align-items: center;

    overflow: hidden;

    border: 1px solid rgba(209, 148, 31, 0.45);
    border-radius: 15px;

    background: #000000;
}

/* =========================================================
   LEFT CONTENT
========================================================= */

.indigo-help-content {
    position: relative;
    z-index: 5;

    width: 72%;

    padding: 50px 30px;
}

.indigo-help-content h2 {
    margin: 0 0 15px;

    color: #D1941F;

    font-size: 32px;
    line-height: 1.12;
    font-weight: 700;
}

.indigo-help-content p {
    margin: 0 0 20px;

    max-width: 760px;

    color: #ffffff;

    font-size: 20px;
    line-height: 1.45;
    font-weight: 500;
}

/* =========================================================
   LEARN MORE BUTTON
========================================================= */

.indigo-help-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 150px;

    padding: 13px 20px;

    border: 1px solid #D1941F;
    border-radius: 4px;

    background: #D1941F;

    color: #000000;

    text-decoration: none;

    font-size: 13px;
    line-height: 1;
    font-weight: 700;

    letter-spacing: 1.5px;

    transition: 0.25s ease;
}

.indigo-help-btn:hover {
    background: #ffffff;
    border-color: #ffffff;

    color: #000000;
}

/* =========================================================
   RIGHT VISUAL
========================================================= */

.indigo-help-visual {
    position: absolute;

    top: 0;
    right: 0;

    width: 34%;
    height: 100%;

    overflow: hidden;
}

/* =========================================================
   DECORATIVE GOLD CIRCLES
========================================================= */

.help-circle {
    position: absolute;

    top: 50%;
    left: 55%;

    border-radius: 50%;

    transform: translate(-50%, -50%);
}

.help-circle-1 {
    width: 390px;
    height: 390px;

    background: rgba(209, 148, 31, 0.10);
}

.help-circle-2 {
    width: 285px;
    height: 285px;

    background: rgba(209, 148, 31, 0.15);
}

.help-circle-3 {
    width: 205px;
    height: 205px;

    background: rgba(209, 148, 31, 0.20);
}

/* =========================================================
   PERSON IMAGE
========================================================= */

.indigo-help-person {
    position: absolute;

    z-index: 3;

    right: 25px;
    bottom: 0;

    width: auto;
    height: 96%;

    object-fit: contain;
}

/* =========================================================
   GOLD DECORATIVE GLOW
========================================================= */

.indigo-help-visual::after {
    content: "";

    position: absolute;

    right: -80px;
    top: -90px;

    width: 260px;
    height: 260px;

    border: 1px solid rgba(209, 148, 31, 0.25);
    border-radius: 50%;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .indigo-help-banner {
        min-height: 280px;
    }

    .indigo-help-content {
        width: 68%;
        padding: 40px 25px;
    }

    .indigo-help-content h2 {
        font-size: 28px;
    }

    .indigo-help-content p {
        font-size: 17px;
    }

    .indigo-help-visual {
        width: 38%;
    }

}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .indigo-help-section {
        padding: 35px 0 50px;
    }

    .indigo-help-banner {
        min-height: 420px;

        align-items: flex-start;
    }

    .indigo-help-content {
        width: 100%;

        padding: 30px 22px 190px;
    }

    .indigo-help-content h2 {
        font-size: 27px;
    }

    .indigo-help-content p {
        max-width: 100%;

        font-size: 15px;
    }

    .indigo-help-visual {
        top: auto;
        bottom: 0;

        width: 100%;
        height: 190px;
    }

    .indigo-help-person {
        right: 25px;

        height: 100%;
    }

    .help-circle {
        left: 75%;
    }

}

/* =========================================================
   MEDIA DEMOGRAPHICS — DEEPSHITECH STYLE
========================================================= */

.indigo-demographics-section {
    padding: 35px 0 65px;

    background: #ffffff;
}


/* Main panel */

.indigo-demographics-panel {
    overflow: hidden;

    border: 1px solid #dddddd;
    border-radius: 15px;

    background: #f5f5f5;
}


/* =========================================================
   HEADER
========================================================= */

.indigo-demographics-header {
    padding: 17px 24px;

    background:#111111;
}

.indigo-demographics-header h2 {
    margin: 0;

    color: #D1941F;

    font-size: 23px;
    line-height: 1.2;
    font-weight: 600;
}


/* =========================================================
   BODY
========================================================= */

.indigo-demographics-body {
    padding: 28px 29px 25px;

    background: #f4f4f4;
}


.indigo-demographics-body > h3 {
     margin: 0 0 16px;

    color: #111111;

    font-size: 19px;
    line-height: 1.2;
    font-weight: 600;
}


/* =========================================================
   GRID
========================================================= */

.indigo-demo-layout {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    /* first = vertical gap, second = horizontal gap */
    gap: 20px 14px;
}


/* =========================================================
   CARDS
========================================================= */

.indigo-demo-card {
    min-width: 0;

    border-radius: 8px;

    background: #ffffff;
}


/* =========================================================
   FIRST TWO HORIZONTAL CARDS
========================================================= */

.indigo-demo-horizontal {
    display: grid;

    grid-template-columns:
        175px
        minmax(0, 1fr);

    align-items: center;

    min-height: 115px;

    padding: 15px 14px;
}


.indigo-demo-side-title {
    padding-right: 14px;
}


.indigo-demo-side-title strong,
.indigo-demo-card-head strong {
    display: block;

    color: #111111;

    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
}


.indigo-demo-side-title span,
.indigo-demo-card-head span {
    display: block;

    color: #111111;

    font-size: 13px;
    line-height: 1.35;
}


/* =========================================================
   DUAL BAR
========================================================= */

.indigo-demo-chart {
    min-width: 0;
}


.indigo-chart-labels {
    display: flex;
    justify-content: space-between;

    gap: 15px;

    margin-bottom: 7px;
}


.indigo-chart-labels span {
    color: #D1941F;

    font-size: 12px;
    font-weight: 500;
}


.indigo-dual-bar {
    width: 100%;
    height: 9px;

    display: flex;

    overflow: hidden;

    border-radius: 999px;

    background: #eeeeee;
}


.indigo-dual-main {
    height: 100%;

    background: #000000;
}


.indigo-dual-secondary {
    height: 100%;

    background: #D1941F;
}


.indigo-chart-values {
    display: flex;
    justify-content: space-between;

    gap: 15px;

    margin-top: 6px;
}


.indigo-chart-values strong {
    color: #111111;

    font-size: 14px;
    font-weight: 500;
}


/* =========================================================
   LIST CARDS
========================================================= */

.indigo-demo-list-card {
    height: 165px;
    overflow: hidden;
    padding: 12px 14px;
}


.indigo-demo-card-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

    gap: 15px;

    padding-bottom: 8px;

    border-bottom: 1px solid #eeeeee;
}


.indigo-demo-card-head small {
    color: #D1941F;

    font-size: 11px;
}


/* =========================================================
   SCROLLABLE CHART
========================================================= */

.indigo-scroll-chart {
    max-height: 105px;

    overflow-y: auto;

    margin-top: 3px;

    padding:
        2px
        8px
        5px
        0;
}


/* Scrollbar */

.indigo-scroll-chart::-webkit-scrollbar {
    width: 4px;
}


.indigo-scroll-chart::-webkit-scrollbar-track {
    background: transparent;
}


.indigo-scroll-chart::-webkit-scrollbar-thumb {
    border-radius: 10px;

    background: #aaaaaa;
}


/* =========================================================
   ROW
========================================================= */

.indigo-chart-row {
    display: grid;

    grid-template-columns:
        78px
        minmax(70px, 1fr)
        25px;

    align-items: center;

    gap: 8px;

    min-height: 35px;
}


.indigo-row-name {
    color: #111111;

    font-size: 12px;

    text-align: right;
}


.indigo-row-track {
    width: 100%;
    height: 9px;

    overflow: hidden;

    border-radius: 999px;

    background: #eeeeee;
}


.indigo-row-fill {
    height: 100%;

    border-radius: inherit;

    background:
        linear-gradient(
            to right,
            #000000,
            #D1941F
        );
}


.indigo-chart-row > strong {
    color: #111111;

    font-size: 12px;
    font-weight: 500;
}


/* =========================================================
   DESKTOP LAYOUT POSITION
========================================================= */

.indigo-demo-card:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}


.indigo-demo-card:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}


.indigo-demo-card:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
}


.indigo-demo-card:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
}


.indigo-demo-card:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
}


/* =========================================================
   BOTTOM STRIP
========================================================= */

.indigo-demographics-footer {
    height: 28px;

    background: #111111;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .indigo-demo-layout {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 20px;
    }


    .indigo-demo-card:nth-child(1),
    .indigo-demo-card:nth-child(2),
    .indigo-demo-card:nth-child(3),
    .indigo-demo-card:nth-child(4),
    .indigo-demo-card:nth-child(5) {
        grid-column: auto;
        grid-row: auto;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .indigo-demographics-section {
        padding: 25px 0 45px;
    }


    .indigo-demographics-header {
        padding: 15px 18px;
    }


    .indigo-demographics-header h2 {
        font-size: 19px;
    }


    .indigo-demographics-body {
        padding:
            28px
            16px
            20px;
    }


    .indigo-demo-layout {
        grid-template-columns: 1fr;

        gap: 15px;
    }


    .indigo-demo-horizontal {
        grid-template-columns: 135px 1fr;

        min-height: 105px;
    }


    .indigo-demo-list-card {
        height: auto;
        min-height: 190px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .indigo-demo-horizontal {
        grid-template-columns: 1fr;

        gap: 14px;
    }


    .indigo-demo-side-title {
        padding-right: 0;
    }


    .indigo-chart-row {
        grid-template-columns:
            70px
            minmax(50px, 1fr)
            24px;
    }

}

/* =========================================================
   COST TABLE
========================================================= */

.indigo-cost-section {
    background: #fafafa;
    border-top: 1px solid #eeeeee;
}

.indigo-table-wrapper {
    overflow-x: auto;
    border: 1px solid #dfdfdf;
    background: #ffffff;
}

.indigo-rate-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.indigo-rate-table th {
    padding: 16px 18px;
    text-align: left;
    background: #111111;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
}

.indigo-rate-table td {
    padding: 17px 18px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 14px;
    color: #333333;
}

.indigo-rate-table tbody tr:last-child td {
    border-bottom: 0;
}

.indigo-rate-table td a {
    color: #d19a00;
    font-weight: 500;
    text-decoration: none;
}

/* =========================================================
   LONG CONTENT
========================================================= */

.indigo-content-section {
    background: #ffffff;
}

/* =========================================================
   FAQ
========================================================= */

.indigo-faq-section {
    background: #fafafa;
    border-top: 1px solid #eeeeee;
}

.indigo-faq-main-title {
    margin: 0 0 8px;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 600;
    color: #111111;
}

.indigo-faq-intro {
    margin: 0 0 30px;
    font-size: 14px;
    color: #666666;
}

.indigo-faq-list {
    border-top: 1px solid #dfdfdf;
}

.indigo-faq-item {
    border-bottom: 1px solid #dfdfdf;
}

.indigo-faq-question {
    width: 100%;
    padding: 20px 0;
    border: 0;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    color: #111111;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.indigo-faq-plus {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.indigo-faq-answer {
    display: none;
    padding: 0 0 20px;
}

.indigo-faq-answer p {
    margin: 0;
    color: #666666;
    font-size: 14px;
    line-height: 1.7;
}

.indigo-faq-item.active .indigo-faq-answer {
    display: block;
}

.indigo-benefit-content {
    max-width: 920px;
    margin-top: 45px;
}

.indigo-benefit-content p,
.indigo-benefit-content li {
    font-size: 15px;
    line-height: 1.8;
    color: #5f5f5f;
}

.indigo-benefit-content h3 {
    margin: 35px 0 15px;
    font-size: 22px;
    font-weight: 600;
    color: #111111;
}

.indigo-benefit-content ul {
    padding-left: 20px;
}

/* =========================================================
   RELATED MEDIA
========================================================= */

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .indigo-top-section {
        padding-top: 125px;
    }







    .indigo-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .indigo-other-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {

    .indigo-section {
        padding: 55px 0;
    }

    .indigo-top-section {
        padding-top: 110px;
    }

    .indigo-title-row {
        align-items: flex-start;
    }

    .indigo-title-row h1 {
        font-size: 31px;
    }

    .indigo-ask-btn {
        padding: 8px 13px;
    }

    .indigo-product-grid {
        grid-template-columns: 1fr;
    }

    .indigo-product-body p {
        min-height: auto;
    }








}

@media (max-width: 520px) {

    .indigo-title-row {
        flex-direction: column;
    }




}

/* =========================================================
   DEEPSHITECH DODECAHEDRON
========================================================= */

.indigo-top-section {
    position: relative;
    overflow: hidden;
}

.indigo-top-section>.container {
    position: relative;
    z-index: 2;
}

.indigo-dodeca-frame {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    overflow: hidden;

    pointer-events: none;

    z-index: 0;
}

/* place the original DeepshiTech shape on right */
.indigo-dodeca-frame .mil-animation {
    position: absolute;

    width: 600px;
    height: 600px;

    top: -10px;
    right: -110px;

    opacity: 0.22;
}

/* keep original DeepshiTech gold line appearance */
.indigo-dodeca-frame .mil-dodecahedron {
    opacity: 1;
}

/* tablet */
@media (max-width: 991px) {

    .indigo-dodeca-frame .mil-animation {
        width: 430px;
        height: 430px;

        top: -60px;
        right: -150px;

        opacity: 0.15;
    }

}

/* mobile */
@media (max-width: 600px) {

    .indigo-dodeca-frame .mil-animation {
        width: 320px;
        height: 320px;

        top: -20px;
        right: -150px;

        opacity: 0.12;
    }

}

/* =========================================================
   TOP CHOICE - VIEW MORE DESCRIPTION
========================================================= */

.indigo-product-description {
    margin: 0 0 10px;
}


/* Paragraph text - default only 3 lines */

.indigo-description-text {
    display: -webkit-box;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;

    overflow: hidden;

    color: #646464;

    font-size: 12px;
    line-height: 1.55;
}


/* Expanded paragraph */

.indigo-product-description.expanded .indigo-description-text {
    display: block;

    overflow: visible;

    -webkit-line-clamp: unset;
}


/* View More button */

.indigo-view-more {
    display: inline-block;

    padding: 0;
    margin: 3px 0 0;

    border: none;
    background: transparent;

    color: #D59614;

    font-size: 12px;
    font-weight: 500;

    cursor: pointer;
}


/* Hover */

.indigo-view-more:hover {
    color: #000000;
}
/* =========================================================
   DEEPSHITECH PREMIUM MOTION LAYER
   Adds animation only — existing UI/theme remains unchanged
========================================================= */

/* =========================================================
   HERO GLASS PANEL
========================================================= */

.indigo-main-panel {
    position: relative;
    isolation: isolate;

    border-color: rgba(209, 148, 31, 0.60);

    box-shadow:
        0 16px 42px rgba(0, 0, 0, 0.14),
        0 0 0 1px rgba(209, 148, 31, 0.04);

    transition:
        transform 0.45s cubic-bezier(.2, .8, .2, 1),
        box-shadow 0.45s ease,
        border-color 0.45s ease;
}

.indigo-main-panel:hover {
    transform: translateY(-4px);

    border-color: rgba(209, 148, 31, 0.95);

    box-shadow:
        0 28px 65px rgba(0, 0, 0, 0.22),
        0 0 30px rgba(209, 148, 31, 0.12);
}

/* Black section gets a premium glass treatment */

.indigo-main-panel-top {
    position: relative;
    overflow: hidden;
    isolation: isolate;

    background:
        radial-gradient(circle at 12% 0%,
            rgba(209, 148, 31, 0.13),
            transparent 30%),
        radial-gradient(circle at 92% 100%,
            rgba(209, 148, 31, 0.08),
            transparent 34%),
        linear-gradient(155deg,
            #111111 0%,
            #050505 48%,
            #000000 100%);

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        inset 0 -1px 0 rgba(209, 148, 31, 0.10);
}

/* =========================================================
   MOVING GLASS REFLECTION
========================================================= */

.indigo-main-panel-top::before {
    content: "";

    position: absolute;

    top: -90%;
    left: -35%;

    width: 45%;
    height: 280%;

    pointer-events: none;
    z-index: 2;

    transform: rotate(18deg);

    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.025),
            rgba(255, 226, 150, 0.15),
            rgba(255, 255, 255, 0.035),
            transparent);

    filter: blur(2px);

    transition:
        left 1s cubic-bezier(.2, .8, .2, 1);
}

.indigo-main-panel:hover .indigo-main-panel-top::before {
    left: 125%;
}

/* Ambient gold glow */

.indigo-main-panel-top::after {
    content: "";

    position: absolute;

    right: -170px;
    bottom: -210px;

    width: 420px;
    height: 420px;

    pointer-events: none;
    z-index: 0;

    border-radius: 50%;

    background: radial-gradient(circle,
            rgba(209, 148, 31, 0.15),
            rgba(209, 148, 31, 0.04) 45%,
            transparent 72%);
}

/* Keep content above effects */

/* =========================================================
   ORIGINAL DEEPSHITECH FLOATING DODECAHEDRONS
========================================================= */

/* Small upper middle */

/* Right */

/* Bottom middle */

/* Floating animations */

/* =========================================================
   HERO IMAGE PREMIUM HOVER
========================================================= */

.indigo-aircraft-image {
    position: relative;

    overflow: hidden;

    border-radius: 10px;

    transition:
        transform 0.45s ease,
        border-color 0.45s ease,
        box-shadow 0.45s ease;
}

.indigo-aircraft-image::after {
    content: "";

    position: absolute;

    inset: 0;

    pointer-events: none;

    background:
        linear-gradient(135deg,
            rgba(255, 255, 255, 0.10),
            transparent 28%,
            transparent 70%,
            rgba(209, 148, 31, 0.08));

    opacity: 0;

    transition: opacity 0.45s ease;
}

.indigo-aircraft-image img {
    transition:
        transform 0.75s cubic-bezier(.2, .8, .2, 1),
        filter 0.45s ease;
}

.indigo-aircraft-image:hover {
    transform: translateY(-3px);

    border-color: rgba(209, 148, 31, 0.85);

    box-shadow:
        0 14px 32px rgba(0, 0, 0, 0.35),
        0 0 18px rgba(209, 148, 31, 0.10);
}

.indigo-aircraft-image:hover img {
    transform: scale(1.04);

    filter:
        brightness(1.05) contrast(1.03);
}

.indigo-aircraft-image:hover::after {
    opacity: 1;
}

/* =========================================================
   STAT ICON GLASS HOVER
========================================================= */

.indigo-stat-icon {
    position: relative;

    overflow: hidden;

    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        background 0.35s ease,
        box-shadow 0.35s ease;
}

.indigo-stat-icon::before {
    content: "";

    position: absolute;

    top: -30%;
    left: -100%;

    width: 50%;
    height: 170%;

    transform: rotate(18deg);

    background:
        linear-gradient(90deg,
            transparent,
            rgba(255, 235, 180, 0.28),
            transparent);

    transition: left 0.65s ease;
}

.indigo-stat-row:hover .indigo-stat-icon {
    transform:
        translateY(-3px) scale(1.04);

    border-color: rgba(209, 148, 31, 0.85);

    background:
        rgba(209, 148, 31, 0.18);

    box-shadow:
        0 10px 24px rgba(0, 0, 0, 0.26),
        0 0 16px rgba(209, 148, 31, 0.13);
}

.indigo-stat-row:hover .indigo-stat-icon::before {
    left: 140%;
}

.indigo-stat-icon i {
    position: relative;
    z-index: 2;
}

/* =========================================================
   KEY INSIGHTS — SUBTLE PREMIUM INTERACTION
========================================================= */

.indigo-insight-box {
    transition:
        transform 0.3s ease,
        background 0.3s ease;
}

.indigo-insight-box:hover {
    transform: translateY(-3px);

    background:
        linear-gradient(135deg,
            rgba(209, 148, 31, 0.06),
            transparent);
}

.indigo-insight-box::before {
    transition:
        height 0.3s ease,
        box-shadow 0.3s ease;
}

.indigo-insight-box:hover::before {
    height: 68px;

    box-shadow:
        0 0 10px rgba(209, 148, 31, 0.32);
}

/* =========================================================
   TOP CHOICE CARDS — PREMIUM HOVER
========================================================= */

.indigo-product-card {
    position: relative;
    isolation: isolate;

    transition:
        transform 0.45s cubic-bezier(.2, .8, .2, 1),
        border-color 0.35s ease,
        box-shadow 0.45s ease;
}

/* moving gloss */

.indigo-product-card::before {
    content: "";

    position: absolute;

    z-index: 8;

    top: -60%;
    left: -85%;

    width: 38%;
    height: 220%;

    pointer-events: none;

    transform: rotate(18deg);

    background:
        linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.22),
            transparent);

    transition:
        left 0.85s cubic-bezier(.2, .8, .2, 1);
}

.indigo-product-card:hover {
    transform:
        translateY(-7px) scale(1.01);

    border-color:
        rgba(209, 148, 31, 0.55);

    box-shadow:
        0 22px 42px rgba(0, 0, 0, 0.16),
        0 0 22px rgba(209, 148, 31, 0.08);
}

.indigo-product-card:hover::before {
    left: 140%;
}

/* image zoom */

.indigo-product-image img {
    transition:
        transform 0.7s cubic-bezier(.2, .8, .2, 1),
        filter 0.45s ease;
}

.indigo-product-card:hover .indigo-product-image img {
    transform: scale(1.055);

    filter:
        brightness(1.04) contrast(1.02);
}

/* Card title gold transition */

.indigo-product-body h3 {
    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.indigo-product-card:hover .indigo-product-body h3 {
    color: #D1941F;

    transform: translateX(3px);
}

/* =========================================================
   ADD TO BAG BUTTON
========================================================= */

.indigo-bag-btn {
    position: relative;

    overflow: hidden;

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}

.indigo-bag-btn::before {
    content: "";

    position: absolute;

    top: 0;
    left: -110%;

    width: 60%;
    height: 100%;

    transform: skewX(-22deg);

    background:
        rgba(255, 255, 255, 0.20);

    transition:
        left 0.55s ease;
}

.indigo-bag-btn:hover {
    transform: translateY(-2px);

    background: #D1941F;

    box-shadow:
        0 8px 18px rgba(209, 148, 31, 0.22);
}

.indigo-bag-btn:hover::before {
    left: 130%;
}

/* =========================================================
   HELP BANNER — GLASS + GLOW
========================================================= */

.indigo-help-banner {
    isolation: isolate;

    background:
        radial-gradient(circle at 90% 50%,
            rgba(209, 148, 31, 0.13),
            transparent 34%),
        linear-gradient(145deg,
            #101010,
            #000000 70%);

    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.18);

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}

.indigo-help-banner:hover {
    transform: translateY(-4px);

    border-color:
        rgba(209, 148, 31, 0.90);

    box-shadow:
        0 28px 55px rgba(0, 0, 0, 0.24),
        0 0 25px rgba(209, 148, 31, 0.10);
}

/* =========================================================
   SECTION HEADING MICRO ANIMATION
========================================================= */

/* .indigo-section-title {
    position: relative;

    width: fit-content;
}

.indigo-section-title::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: -8px;

    width: 38px;
    height: 2px;

    background: #D1941F;

    transition:
        width 0.45s cubic-bezier(.2, .8, .2, 1);
} */

/* .indigo-section:hover .indigo-section-title::after {
        width: 82px;
    } */

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {


    .indigo-product-card:hover {
        transform: translateY(-4px);
    }

}

/* =========================================================
   ACCESSIBILITY
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .indigo-main-panel,
    .indigo-product-card,
    .indigo-aircraft-image,
    .indigo-stat-icon,
    .indigo-help-banner {
        transition-duration: 0.01ms;
    }

}

/* =========================================================
   ABOUT BOX — DEEPSHITECH FROSTED GLASS
========================================================= */

.indigo-about-box {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    justify-content: center;

    /* This pushes the box toward the RIGHT */
    margin-left: 50px;

    padding: 26px 30px;

    background:
        linear-gradient(135deg,
            rgba(255, 255, 255, 0.08),
            rgba(255, 255, 255, 0.025));

    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);

    border: 1px solid rgba(209, 148, 31, 0.45);
    border-radius: 24px;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        inset 0 -1px 0 rgba(209, 148, 31, 0.08),
        0 15px 35px rgba(0, 0, 0, 0.25);

    transition:
        transform 0.45s cubic-bezier(.2, .8, .2, 1),
        border-color 0.45s ease,
        box-shadow 0.45s ease;
}

/* =========================================================
   SOFT GOLD FROSTED GLOW
========================================================= */

.indigo-about-box::after {
    content: "";

    position: absolute;

    width: 220px;
    height: 220px;

    right: -80px;
    bottom: -110px;

    border-radius: 50%;

    background:
        radial-gradient(circle,
            rgba(209, 148, 31, 0.30) 0%,
            rgba(209, 148, 31, 0.12) 35%,
            transparent 70%);

    filter: blur(28px);

    pointer-events: none;

    z-index: -1;

    transition:
        transform 0.6s ease,
        opacity 0.6s ease;
}

/* =========================================================
   GLASS SHINE
========================================================= */

.indigo-about-box::before {
    content: "";

    position: absolute;

    top: -70%;
    left: -70%;

    width: 45%;
    height: 240%;

    transform: rotate(20deg);

    background:
        linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.03),
            rgba(255, 225, 150, 0.16),
            rgba(255, 255, 255, 0.05),
            transparent);

    filter: blur(3px);

    pointer-events: none;

    z-index: 1;

    transition:
        left 0.9s cubic-bezier(.2, .8, .2, 1);
}

/* =========================================================
   CONTENT
========================================================= */

.indigo-about-box h3,
.indigo-about-box p {
    position: relative;
    z-index: 3;
}

.indigo-about-box h3 {
    margin: 0 0 12px;

    color: #D1941F;

    font-size: 19px;
    line-height: 1.35;
    font-weight: 600;

    transition:
        transform 0.35s ease,
        text-shadow 0.35s ease;
}

.indigo-about-box p {
    margin: 0;

    color: rgba(255, 255, 255, 0.92);

    font-size: 15px;
    line-height: 1.6;
}

/* =========================================================
   HOVER EFFECT
========================================================= */

.indigo-about-box:hover {
    transform: translateY(-5px);

    border-color: rgba(209, 148, 31, 0.72);

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        inset 0 -1px 0 rgba(209, 148, 31, 0.12),
        0 22px 45px rgba(0, 0, 0, 0.32),
        0 0 24px rgba(209, 148, 31, 0.12);
}

/* Move glass reflection across box */

.indigo-about-box:hover::before {
    left: 135%;
}

/* Increase gold glow */

.indigo-about-box:hover::after {
    transform: scale(1.25) translate(-15px, -8px);

    opacity: 0.9;
}

.indigo-about-box:hover h3 {
    transform: translateX(4px);

    text-shadow:
        0 0 18px rgba(209, 148, 31, 0.30);
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .indigo-about-box {
        padding: 24px 22px;

        border-radius: 18px;
    }

}

/* =========================================================
   PREMIUM CONTENT SECTION
========================================================= */

.indigo-content-section {
    position: relative;

    overflow: hidden;

    background:
        radial-gradient(circle at 95% 10%,
            rgba(209, 148, 31, 0.06),
            transparent 28%),
        #ffffff;
}

/* =========================================================
   SECTION INTRO
========================================================= */


.indigo-content-header h2,
.indigo-agency-intro h2 {
    margin: 0 0 14px;

    color: #111111;

    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
}

.indigo-content-header>p {
    margin: 0;

    max-width: 760px;

    color: #666666;

    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   SIMPLE ARTICLE CONTENT
========================================================= */

.indigo-content-section {
    position: relative;

    padding: 55px 0 75px;

    background: #ffffff;
}


/* Main content width */

.indigo-simple-content {
    max-width: 1050px;

    margin: 0 auto;
}


/* Each text group */

.indigo-simple-block {
    margin-bottom: 32px;
}


.indigo-simple-block:last-child {
    margin-bottom: 0;
}


/* Heading */

.indigo-simple-block h2 {
    margin: 0 0 12px;

    color: #1b1b1b;

    font-size: 24px;
    line-height: 1.25;

    font-weight: 600;
}


/* Paragraph */

.indigo-simple-block p {
    margin: 0 0 9px;

    color: #686868;

    font-size: 15px;
    line-height: 1.55;

    font-weight: 400;
}


.indigo-simple-block p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   SMALL PREMIUM DETAIL
========================================================= */

.indigo-simple-block h2 {
    position: relative;

    transition:
        color 0.3s ease,
        transform 0.3s ease;
}


.indigo-simple-block:hover h2 {
    color: #D1941F;

    transform: translateX(4px);
}


/* Tiny gold line under heading */

/* .indigo-simple-block h2::after {
    content: "";

    display: block;

    width: 0;
    height: 2px;

    margin-top: 5px;

    background: #D1941F;

    transition: width 0.4s ease;
}


.indigo-simple-block:hover h2::after {
    width: 55px;
} */


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .indigo-simple-content {
        max-width: 100%;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .indigo-content-section {
        padding: 40px 0 55px;
    }


    .indigo-simple-block {
        margin-bottom: 27px;
    }


    .indigo-simple-block h2 {
        font-size: 21px;
    }


    .indigo-simple-block p {
        font-size: 14px;
        line-height: 1.6;
    }

}



/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {


    .indigo-agency-services {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 650px) {


    .indigo-content-card {
        grid-template-columns:
            1fr;

        padding:
            23px 20px;
    }

    .indigo-content-card-icon {
        width:
            50px;
        height:
            50px;
    }

    .indigo-content-split {
        gap:
            18px;
    }

    .indigo-info-box {
        padding:
            22px 19px;
    }

    .indigo-dot-list {
        grid-template-columns:
            1fr;
    }

    .indigo-agency-box {
        padding:
            28px 20px;
    }

    .indigo-agency-services,
    .indigo-agency-bottom {
        grid-template-columns:
            1fr;
    }

}

/* First content card same style as other cards */
.indigo-content-feature-grid .indigo-content-card:first-child h3 {
    color: #111111;
}

.indigo-content-feature-grid .indigo-content-card:first-child p {
    color: #666666;
}

.indigo-content-feature-grid .indigo-content-card:first-child .indigo-premium-list li {
    color: #333333;
}

.indigo-content-feature-grid .indigo-content-card:first-child .indigo-list-check {
    background: rgba(209, 148, 31, 0.10);
    color: #D1941F;
}

.indigo-content-feature-grid .indigo-content-card:first-child:hover .indigo-list-check {
    background: #D1941F;
    color: #000000;
}

/* =========================================================
   FIRST SECTION — MATTE BLACK + PREMIUM WHITE GLASS
========================================================= */

/* =========================================================
   MATTE BLACK SECTION BACKGROUND
========================================================= */

.indigo-top-section {
    position: relative;

    overflow: hidden;

    padding: 145px 0 75px;

    background:
        radial-gradient(circle at 75% 0%,
            rgba(209, 148, 31, 0.055),
            transparent 32%),
        #080808;
}

/* subtle matte texture */
.indigo-top-section::before {
    content: "";

    position: absolute;
    inset: 0;

    pointer-events: none;

    opacity: 0.20;

    background-image:
        linear-gradient(115deg,
            rgba(255, 255, 255, 0.012) 0%,
            transparent 35%,
            rgba(209, 148, 31, 0.018) 65%,
            transparent 100%);
}

/* Make actual content stay above background */

.indigo-top-section>.container {
    position: relative;
    z-index: 3;
}

/* =========================================================
   BREADCRUMB ON DARK BACKGROUND
========================================================= */

.indigo-breadcrumb a {
    color: #D1941F;
}

.indigo-breadcrumb span {
    color: rgba(255, 255, 255, 0.32);
}

.indigo-breadcrumb strong {
    color: rgba(255, 255, 255, 0.72);
}

/* =========================================================
   TITLE
========================================================= */

.indigo-title-row h1 {
    color: #ffffff;

    text-shadow:
        0 2px 20px rgba(0, 0, 0, 0.40);
}

/* =========================================================
   ASK AI
========================================================= */

.indigo-ask-btn {
    border:
        1px solid rgba(209, 148, 31, 0.75);

    background:
        rgba(255, 255, 255, 0.06);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    color:
        #ffffff;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.10);

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.indigo-ask-btn:hover {
    transform:
        translateY(-2px);

    background:
        #D1941F;

    color:
        #000000;

    box-shadow:
        0 10px 24px rgba(209, 148, 31, 0.18);
}

/* =========================================================
   COMPLETE OUTER PANEL
========================================================= */

.indigo-main-panel {
    position: relative;

    overflow: hidden;

    border:
        1px solid rgba(209, 148, 31, 0.72);

    border-radius:
        18px;

    background:
        transparent;

    box-shadow:
        0 30px 70px rgba(0, 0, 0, 0.42),
        0 0 30px rgba(209, 148, 31, 0.07);

    transition:
        transform 0.45s ease,
        box-shadow 0.45s ease;
}

.indigo-main-panel:hover {
    transform:
        translateY(-3px);

    box-shadow:
        0 40px 80px rgba(0, 0, 0, 0.52),
        0 0 38px rgba(209, 148, 31, 0.12);
}

/* =========================================================
   MAIN WHITE-GLASS PANEL
========================================================= */

.indigo-main-panel-top {
    position: relative;
    isolation: isolate;

    display: grid;

    grid-template-columns:
        minmax(320px, 1.05fr) minmax(250px, 0.78fr) minmax(430px, 1.55fr);

    gap: 1px;

    padding:
        22px;

    overflow: hidden;

    /*
       White / silver smoked glass.
       Still dark enough for your existing white + gold text.
    */

    background:
        radial-gradient(circle at 12% 0%,
            rgba(255, 255, 255, 0.18),
            transparent 30%),
        radial-gradient(circle at 90% 100%,
            rgba(209, 148, 31, 0.13),
            transparent 34%),
        linear-gradient(135deg,
            rgba(255, 255, 255, 0.14) 0%,
            rgba(255, 255, 255, 0.075) 28%,
            rgba(255, 255, 255, 0.035) 60%,
            rgba(209, 148, 31, 0.055) 100%);

    backdrop-filter:
        blur(24px) saturate(130%);

    -webkit-backdrop-filter:
        blur(24px) saturate(130%);

    color:
        #ffffff;

    border-bottom:
        1px solid rgba(209, 148, 31, 0.22);

    box-shadow:
        inset 1px 1px 0 rgba(255, 255, 255, 0.24),

        inset -1px -1px 0 rgba(209, 148, 31, 0.17),

        inset 0 0 45px rgba(255, 255, 255, 0.025);
}

/* =========================================================
   MOVING GOLD / SILVER GLOSS
========================================================= */

.indigo-main-panel-top::before {
    content: "";

    position: absolute;

    top: -75%;
    left: -45%;

    width: 33%;
    height: 260%;

    z-index: 2;

    pointer-events: none;

    transform:
        rotate(18deg);

    background:
        linear-gradient(90deg,
            transparent 0%,
            rgba(255, 255, 255, 0.02) 25%,
            rgba(255, 243, 205, 0.21) 44%,
            rgba(209, 148, 31, 0.11) 52%,
            rgba(255, 255, 255, 0.10) 62%,
            transparent 100%);

    filter:
        blur(5px);

    opacity:
        0.65;

    transition:
        left 1.15s cubic-bezier(.2, .8, .2, 1);
}

.indigo-main-panel:hover .indigo-main-panel-top::before {
    left:
        125%;
}

/* Keep actual content above gloss */

.indigo-main-panel-top>* {
    position:
        relative;

    z-index:
        4;
}

/* =========================================================
   IMAGE FRAME — SAME GLASS LANGUAGE
========================================================= */

.indigo-aircraft-image {
    position:
        relative;

    width:
        100%;

    min-height:
        186px;

    overflow:
        hidden;

    border:
        1px solid rgba(209, 148, 31, 0.55);

    border-radius:
        16px;

    background:
        rgba(0, 0, 0, 0.24);

    backdrop-filter:
        blur(12px);

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.10),

        0 12px 30px rgba(0, 0, 0, 0.22);

    transition:
        transform 0.4s ease,
        border-color 0.4s ease,
        box-shadow 0.4s ease;
}

.indigo-aircraft-image:hover {
    transform:
        translateY(-4px);

    border-color:
        rgba(209, 148, 31, 0.88);

    box-shadow:
        0 18px 38px rgba(0, 0, 0, 0.32),

        0 0 20px rgba(209, 148, 31, 0.10);
}

.indigo-aircraft-image img {
    display:
        block;

    width:
        100%;

    height:
        186px;

    object-fit:
        cover;

    transition:
        transform 0.7s ease,
        filter 0.5s ease;
}

.indigo-aircraft-image:hover img {
    transform:
        scale(1.035);

    filter:
        brightness(1.04) contrast(1.03);
}

/* =========================================================
   STAT TEXT — KEEP EXISTING COLORS
========================================================= */

.indigo-stat-text strong {
    color:
        #D1941F;
}

.indigo-stat-text span {
    color:
        #ffffff;

    border-bottom-color:
        #D1941F;
}

/* =========================================================
   STAT ICON — GLASS
========================================================= */

.indigo-stat-icon {
    position:
        relative;

    overflow:
        hidden;

    width:
        64px;

    height:
        64px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    border:
        1px solid rgba(209, 148, 31, 0.60);

    border-radius:
        12px;

    background:
        linear-gradient(145deg,
            rgba(255, 255, 255, 0.12),
            rgba(209, 148, 31, 0.08));

    backdrop-filter:
        blur(10px);

    color:
        #D1941F;

    font-size:
        34px;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.14),

        0 8px 20px rgba(0, 0, 0, 0.20);

    transition:
        transform 0.35s ease,
        background 0.35s ease,
        box-shadow 0.35s ease;
}

.indigo-stat-row:hover .indigo-stat-icon {
    transform:
        translateY(-3px) scale(1.04);

    background:
        rgba(209, 148, 31, 0.16);

    box-shadow:
        0 12px 28px rgba(0, 0, 0, 0.25),

        0 0 18px rgba(209, 148, 31, 0.12);
}

/* =========================================================
   ABOUT BOX — WHITE GLASS WITH GOLD EDGE
========================================================= */

.indigo-about-box {
    position:
        relative;

    isolation:
        isolate;

    overflow:
        hidden;

    display:
        flex;

    flex-direction:
        column;

    justify-content:
        center;

    padding:
        28px 32px;

    border-left:
        none;

    border:
        1px solid rgba(209, 148, 31, 0.58);

    border-radius:
        24px;

    background:
        linear-gradient(135deg,
            rgba(255, 255, 255, 0.13),
            rgba(255, 255, 255, 0.055) 48%,
            rgba(209, 148, 31, 0.06));

    backdrop-filter:
        blur(22px) saturate(125%);

    -webkit-backdrop-filter:
        blur(22px) saturate(125%);

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),

        inset 0 -1px 0 rgba(209, 148, 31, 0.13),

        0 15px 35px rgba(0, 0, 0, 0.20);

    transition:
        transform 0.45s ease,
        border-color 0.45s ease,
        box-shadow 0.45s ease;
}

/* gold light inside glass */

.indigo-about-box::after {
    content: "";

    position:
        absolute;

    right:
        -80px;

    bottom:
        -110px;

    width:
        220px;

    height:
        220px;

    z-index:
        -1;

    border-radius:
        50%;

    background:
        radial-gradient(circle,
            rgba(209, 148, 31, 0.27),
            rgba(209, 148, 31, 0.08) 45%,
            transparent 70%);

    filter:
        blur(25px);

    pointer-events:
        none;
}

/* small gloss in about box */

.indigo-about-box::before {
    content: "";

    position:
        absolute;

    top:
        -80%;

    left:
        -65%;

    width:
        34%;

    height:
        270%;

    z-index:
        1;

    pointer-events:
        none;

    transform:
        rotate(20deg);

    background:
        linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.04),
            rgba(255, 240, 195, 0.18),
            rgba(255, 255, 255, 0.05),
            transparent);

    transition:
        left 0.85s ease;
}

.indigo-about-box:hover {
    transform:
        translateY(-4px);

    border-color:
        rgba(209, 148, 31, 0.88);

    box-shadow:
        0 22px 45px rgba(0, 0, 0, 0.28),

        0 0 25px rgba(209, 148, 31, 0.10);
}

.indigo-about-box:hover::before {
    left:
        135%;
}

/* Keep your text colors */

.indigo-about-box h3 {
    position:
        relative;

    z-index:
        3;

    color:
        #D1941F;
}

.indigo-about-box p {
    position:
        relative;

    z-index:
        3;

    color:
        rgba(255, 255, 255, 0.92);
}

/* =========================================================
   KEY INSIGHTS
   Keep white as currently designed
========================================================= */

.indigo-insights-panel {
    background:
        #ffffff;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .indigo-main-panel-top {
        grid-template-columns:
            1fr 0.7fr;
    }

    .indigo-about-box {
        grid-column:
            1 / -1;
    }

}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .indigo-top-section {
        padding:
            110px 0 55px;
    }

    .indigo-main-panel-top {
        grid-template-columns:
            1fr;

        gap:
            20px;

        padding:
            15px;
    }

    .indigo-about-box {
        grid-column:
            auto;

        padding:
            24px 22px;

        border-radius:
            18px;
    }

    .indigo-aircraft-image {
        border-radius:
            14px;
    }

}

/* ==========================================
   REMOVE ONLY THE CENTER VERTICAL GOLD LINE
   ========================================== */

.indigo-passenger-stats {
    border-left: none !important;
    border-right: none !important;
}

/* Remove divider generated by pseudo elements */
.indigo-passenger-stats::before,
.indigo-passenger-stats::after {
    content: none !important;
    display: none !important;
    border: none !important;
    background: none !important;
}

/* Keep image box border */
.indigo-aircraft-image {
    border: 1px solid rgba(209, 148, 31, 0.65) !important;
}


/* =========================================================
   TOP CHOICE - VIEW MORE DESCRIPTION
========================================================= */

.indigo-product-description {
    margin: 0 0 10px;
}


/* Paragraph text - default only 3 lines */

.indigo-description-text {
    display: -webkit-box;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;

    overflow: hidden;

    color: #646464;

    font-size: 12px;
    line-height: 1.55;
}


/* Expanded paragraph */

.indigo-product-description.expanded .indigo-description-text {
    display: block;

    overflow: visible;

    -webkit-line-clamp: unset;
}


/* View More button */

.indigo-view-more {
    display: inline-block;

    padding: 0;
    margin: 3px 0 0;

    border: none;
    background: transparent;

    color: #D59614;

    font-size: 12px;
    font-weight: 500;

    cursor: pointer;
}


/* Hover */

.indigo-view-more:hover {
    color: #000000;
}

/* =========================================================
   HERO IMAGE - FIT FULL IMAGE INSIDE EXISTING BOX
========================================================= */

.indigo-aircraft-image {
    position: relative;

    width: 95%;
    height: 250px;
    min-height: 250px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    border: 1px solid rgba(209, 148, 31, 0.65);
    border-radius: 20px;

    background: #111111;
}

.indigo-aircraft-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center center;

    transform: none !important;

    transition:
        transform 0.45s ease,
        filter 0.45s ease;
}

.indigo-aircraft-image:hover img {
    transform: none !important;
}