:root {
    --primary-color: #1F2C5C;
    --primary-dark: #14204A;
    --secondary-color: #FFC20E;
    --light-bg: #F5F2EB;
    --dark-bg: #0B1022;
    --text-dark: #0B1022;
    --text-light: #4B5563;
    --border-color: rgba(255, 194, 14, 0.35);
    --accent-color: #8CD211;
    --navy-ink: #1F2C5C;
    --brochure-underline: rgba(255, 194, 14, 0.95);
    --brochure-blue: rgba(130, 184, 255, 0.35);
    --brochure-green: rgba(161, 210, 125, 0.38);
    --brochure-red: rgba(255, 125, 125, 0.35);
    --brochure-gold: rgba(242, 187, 93, 0.35);

    --brand-navy: #1F2C5C;
    --brand-blue: #0071BC;
    --brand-cyan: #12A4D9;
    --brand-red: #ED1C24;
    --brand-orange: #F7931E;
    --brand-yellow: #FFC20E;
    --brand-lime: #8CD211;
}

/* Font Face removed - files missing */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Lato", "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .navbar-brand {
    font-family: "Lato", "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Navigation */
.navbar {
    padding: 1rem 0;
    border-bottom: 1px solid var(--border-color);
}

.navbar-brand {
    font-size: 1.5rem;
    color: var(--text-dark) !important;
}

.brand-icon {
    margin-right: 0.5rem;
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: var(--text-light) !important;
    transition: color 0.3s ease;
    margin: 0 0.5rem;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color) !important;
}

/* Hero Section */
.hero-section {
    padding: 0rem 0;
    background: linear-gradient(135deg, rgba(31, 44, 92, 0.06) 0%, rgba(255, 194, 14, 0.06) 100%);
}

.hero-slider .carousel {
    width: 100%;
}

.hero-slider .carousel-item {
    position: relative;
}

.hero-slider .carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(135deg, rgba(31, 44, 92, 0.55) 0%, rgba(255, 194, 14, 0.15) 100%), var(--hero-slide-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.22;
    pointer-events: none;
}

.hero-slider .carousel-item > .container-lg {
    position: relative;
    z-index: 1;
}

.hero-slider .carousel-indicators.hero-carousel-indicators {
    position: static;
    margin: 0.75rem 0 0;
}

.hero-slider .carousel-indicators.hero-carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    margin: 0 6px;
    background-color: rgba(27, 44, 97, 0.35);
    opacity: 1;
}

.hero-slider .carousel-indicators.hero-carousel-indicators .active {
    background-color: var(--primary-color);
}

.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
    width: 5.25rem;
}

.hero-slider .carousel-control-prev-icon,
.hero-slider .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background-color: rgba(27, 44, 97, 0.72);
    background-size: 1.15rem 1.15rem;
}

.footer-whatsapp {
    color: rgba(37, 211, 102, 0.92);
    text-decoration: none;
}

.footer-whatsapp:hover {
    color: rgba(37, 211, 102, 1);
    text-decoration: underline;
}

.footer-whatsapp__icon {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

.whatsapp-float {
    position: fixed;
    left: 18px;
    bottom: 18px;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #25d366;
    color: #0b2b1a;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
    z-index: 1055;
    text-decoration: none;
}

.whatsapp-float:hover {
    color: #0b2b1a;
    transform: translateY(-1px);
}

.whatsapp-float:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.8);
    outline-offset: 3px;
}

.whatsapp-float i {
    font-size: 28px;
    line-height: 1;
}

@media (max-width: 575.98px) {
    .whatsapp-float {
        left: 14px;
        bottom: 14px;
        width: 52px;
        height: 52px;
    }
}

.poster-section {
    position: relative;
    padding: 5rem 0 12rem;
    background: linear-gradient(180deg, rgba(245, 242, 235, 0.95) 0%, rgba(245, 242, 235, 0.78) 55%, rgba(245, 242, 235, 0.0) 100%);
    overflow: hidden;
}

.poster-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 240px;
    background-image: var(--poster-image);
    background-size: cover;
    background-position: center;
    filter: saturate(1.05);
    z-index: 0;
}

.poster-section > .container-lg {
    position: relative;
    z-index: 1;
}

.poster-heading {
    font-family: "Lato", "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 900;
    color: var(--primary-color);
    line-height: 0.95;
}

.brochure-section {
    position: relative;
    padding: 4.5rem 0;
    background: var(--brochure-bg, #fff);
}

.brochure-section--soft {
    position: relative;
    background: linear-gradient(180deg, rgba(245, 242, 235, 0.55) 0%, rgba(255, 255, 255, 1) 45%, rgba(245, 242, 235, 0.35) 100%);
}

.brochure-section--soft::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--brochure-bg-image, none);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: var(--brochure-bg-opacity, 0.12);
    filter: saturate(1.05) contrast(1.02);
    pointer-events: none;
}

.brochure-section--soft > .container-lg {
    position: relative;
    z-index: 1;
}

.brochure-number {
    width: 140px;
    height: 140px;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Lato", "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 5.5rem;
    line-height: 1;
    color: rgba(27, 44, 97, 0.45);
    background: var(--brochure-number-bg, rgba(130, 184, 255, 0.2));
}

.brochure-title {
    font-family: "Lato", "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--navy-ink);
    margin: 0;
}

.brochure-title strong {
    font-weight: 900;
}

.brochure-underline {
    width: 120px;
    height: 6px;
    border-radius: 999px;
    background: var(--brochure-underline);
    margin-top: 0.75rem;
}

.brochure-body {
    color: rgba(17, 24, 39, 0.9);
    font-size: 0.98rem;
    line-height: 1.6;
}

.brochure-note {
    border-left: 4px solid var(--brochure-underline);
    background: rgba(245, 242, 235, 0.6);
    padding: 1rem 1.15rem;
    border-radius: 0.75rem;
}

.brochure-table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0.85rem;
    overflow: hidden;
    background: #fff;
}

.brochure-table thead th {
    background: rgba(255, 194, 14, 0.18);
    color: rgba(17, 24, 39, 0.92);
    font-weight: 800;
    letter-spacing: 0.02em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.brochure-table td,
.brochure-table th {
    padding: 0.7rem 0.75rem;
    vertical-align: top;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.brochure-table tbody tr:last-child td {
    border-bottom: 0;
}

.brochure-photo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.brochure-photo-grid .tile {
    border-radius: 0.9rem;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.brochure-photo-grid .tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.brochure-photo-grid .tile--wide {
    grid-column: 1 / -1;
    height: 200px;
}

.brochure-photo-grid .tile--tall {
    height: 210px;
}

.brochure-photo-grid .tile--short {
    height: 140px;
}

.cascade {
    display: grid;
    gap: 0.75rem;
}

.cascade-item {
    display: grid;
    grid-template-columns: 220px 1fr;
    align-items: stretch;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

.cascade-label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1rem;
    font-family: "Lato", "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.95);
    position: relative;
}

.cascade-label::after {
    content: "";
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid rgba(255, 255, 255, 0.75);
}

.cascade-body {
    padding: 0.85rem 1.15rem;
    color: rgba(17, 24, 39, 0.82);
    font-size: 0.92rem;
    line-height: 1.45;
}

.cascade-item[data-color="green"] .cascade-label {
    background: rgba(161, 210, 125, 0.95);
}

.cascade-item[data-color="blue"] .cascade-label {
    background: rgba(59, 130, 246, 0.9);
}

.cascade-item[data-color="purple"] .cascade-label {
    background: rgba(147, 51, 234, 0.82);
}

.cascade-item[data-color="orange"] .cascade-label {
    background: rgba(245, 158, 11, 0.9);
}

.cascade-item[data-color="pink"] .cascade-label {
    background: rgba(236, 72, 153, 0.86);
}

.taped-photo {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.10);
}

.taped-photo::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-50%) rotate(-2deg);
    width: 110px;
    height: 30px;
    background: rgba(245, 242, 235, 0.85);
    border: 1px solid rgba(0, 0, 0, 0.10);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
    border-radius: 0.4rem;
    z-index: 2;
}

.taped-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.aqua-paper {
    background: radial-gradient(circle at 25% 15%, rgba(59, 130, 246, 0.10) 0%, rgba(255, 255, 255, 0) 45%),
        radial-gradient(circle at 80% 50%, rgba(16, 185, 129, 0.10) 0%, rgba(255, 255, 255, 0) 45%),
        linear-gradient(180deg, rgba(187, 247, 208, 0.30) 0%, rgba(224, 242, 254, 0.55) 50%, rgba(187, 247, 208, 0.25) 100%);
}

.testimonial-list {
    margin: 0;
    padding-left: 1.1rem;
    color: rgba(17, 24, 39, 0.84);
}

.estate-list {
    margin: 0;
    padding-left: 1.1rem;
    color: rgba(16, 185, 129, 0.95);
    font-weight: 700;
}

.media-mosaic {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.media-mosaic .tile {
    border-radius: 0.95rem;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.media-mosaic .tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.media-mosaic .tile--wide {
    grid-column: 1 / -1;
    height: 190px;
}

.media-mosaic .tile--tall {
    height: 220px;
}

.media-mosaic .tile--short {
    height: 130px;
}

.poster-heading .muted {
    color: rgba(31, 31, 31, 0.55);
    font-weight: 300;
}

.quote-card {
    border-left: 4px solid var(--secondary-color) !important;
}

.bhag-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.bhag-card {
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

.bhag-card__inner {
    display: grid;
    grid-template-columns: 1fr 120px;
    min-height: 140px;
}

.bhag-card__content {
    padding: 1rem 1.15rem;
}

.bhag-card__title {
    font-family: "Lato", "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 0.92rem;
    margin: 0 0 0.5rem;
}

.bhag-card__text {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.45;
}

.bhag-card__media {
    position: relative;
}

.bhag-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bhag-card--gold {
    background: rgba(255, 194, 14, 0.18);
}

.bhag-card--forest {
    background: rgba(140, 210, 17, 0.12);
}

.bhag-card--sand {
    background: rgba(245, 242, 235, 0.9);
}

.bhag-card--dark {
    background: rgba(31, 31, 31, 0.92);
}

.bhag-card--dark .bhag-card__title,
.bhag-card--dark .bhag-card__text {
    color: rgba(245, 242, 235, 0.92);
}

.objective-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.5rem;
}

.objective-item {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 0.85rem;
    align-items: start;
}

.objective-number {
    font-family: "Lato", "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 3.25rem;
    line-height: 0.9;
    color: rgba(31, 31, 31, 0.22);
}

.objective-text {
    color: var(--text-light);
    font-size: 0.98rem;
}

.core-values {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.core-values li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--text-dark);
    font-weight: 700;
}

.core-letter {
    width: 44px;
    height: 44px;
    border-radius: 0.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: white;
    font-family: "Lato", "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 800;
    font-size: 1.25rem;
}

.ring-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.ring-list span {
    padding: 0.35rem 0.6rem;
    border-radius: 999px;
    background: rgba(31, 44, 92, 0.08);
    border: 1px solid var(--border-color);
    color: var(--text-dark);
    font-size: 0.9rem;
    font-weight: 700;
}

.hero-content h1 {
    color: var(--text-dark);
    line-height: 1.2;
    margin-bottom: 1.5rem;
    animation: slideInLeft 0.8s ease;
}

.hero-content p {
    font-size: 1.1rem;
    color: var(--text-light);
    margin-bottom: 2rem;
}

.btn-primary {
    background-image: linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-navy) 100%);
    border-color: var(--brand-blue);
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: var(--brand-navy);
    border-color: var(--brand-navy);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 113, 188, 0.28);
}

.btn-outline-secondary {
    color: var(--text-dark);
    border-color: var(--border-color);
}

.btn-outline-secondary:hover {
    background-color: var(--text-dark);
    border-color: var(--text-dark);
    color: white;
}

.hero-image {
    position: relative;
    display: inline-block;
}

.hero-image img {
    width: 100%;
    height: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.chart-badge {
    position: absolute;
    bottom: 30px;
    right: 20px;
    background: white;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.badge-label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-light);
    margin-bottom: 0.5rem;
}

.mini-chart {
    font-size: 2rem;
}

/* Stat Box */
.stat-box {
    background: linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-navy) 100%);
    box-shadow: 0 10px 30px rgba(0, 113, 188, 0.18);
}

.stat-box h3 {
    line-height: 1;
}

/* Feature Cards */
.feature-card {
    transition: all 0.3s ease;
    background: white;
    border: 1px solid var(--border-color) !important;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-color: var(--primary-color) !important;
}

.feature-icon {
    font-size: 2.5rem;
    line-height: 1;
}

.feature-card h4 {
    color: var(--text-dark);
}

/* Dark Section */
.dark-section {
    background: linear-gradient(135deg, var(--brand-navy) 0%, var(--primary-dark) 100%);
    position: relative;
    overflow: hidden;
}

.dark-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ffffff" fill-opacity="0.05"><path d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z"/></g></g></svg>') repeat;
    z-index: 1;
}

.dark-section > div {
    position: relative;
    z-index: 2;
}

.stat-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--secondary-color);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--secondary-color);
    line-height: 1;
}

/* Team Section */
.team-card {
    text-align: center;
    transition: all 0.3s ease;
}

.team-card img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.team-card:hover img {
    transform: scale(1.05);
}

.team-card h5 {
    color: var(--text-dark);
    font-size: 1.2rem;
}

.team-card p {
    color: var(--primary-color);
    font-weight: 500;
}

/* Process Circle */
.process-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--primary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 auto;
}

/* Pricing Cards */
.pricing-card {
    border-radius: 1.5rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.primary-card {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
}

.badge-popular {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--secondary-color);
    color: var(--dark-bg);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
}

.overlay-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.overlay-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(31, 31, 31, 0.68);
    z-index: 1;
}

.overlay-section > .container-lg {
    position: relative;
    z-index: 2;
}

.overlay-card {
    background: rgba(31, 31, 31, 0.55);
    border: 1px solid var(--border-color);
    backdrop-filter: blur(10px);
}

.overlay-card .text-muted {
    color: rgba(245, 242, 235, 0.8) !important;
}

.pill-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(31, 44, 92, 0.08);
    color: var(--text-dark);
    border: 1px solid var(--border-color);
    font-size: 0.85rem;
    font-weight: 600;
}

.media-tile {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.media-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.35s ease;
}

.media-tile:hover img {
    transform: scale(1.04);
}

.media-tile .media-action {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
}

.gallery-item {
    width: 100%;
    border: 0;
    padding: 0;
    background: transparent;
    display: block;
}

.gallery-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gallery-item:hover img {
    transform: translateY(-2px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.team-tile {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
}

.team-tile img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.team-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(31, 31, 31, 0.08) 0%, rgba(31, 31, 31, 0.75) 100%);
}

.team-tile .team-tile-content {
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 2;
    color: #fff;
    text-align: left;
}

.team-tile .team-tile-content p {
    margin: 0;
    color: rgba(245, 242, 235, 0.85);
}

.logo-strip {
    background: var(--dark-bg);
    color: rgba(245, 242, 235, 0.7);
}

.logo-strip .logo-item {
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.newsletter-card {
    border: 1px solid var(--border-color);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

.price {
    margin: 2rem 0;
}

.amount {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
}

.primary-card .amount {
    color: white;
}

.period {
    color: var(--text-light);
    font-size: 1rem;
}

.primary-card .period {
    color: rgba(255, 255, 255, 0.8);
}

.pricing-card ul li {
    color: var(--text-light);
}

.primary-card ul li {
    color: rgba(255, 255, 255, 0.9);
}

/* Video Container */
.video-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.play-button {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--primary-color);
    color: white;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    position: absolute;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.play-button:hover {
    background: var(--primary-dark);
    transform: scale(1.1);
    box-shadow: 0 15px 40px rgba(0, 113, 188, 0.30);
}

/* Consultation Form */
.consultation-form {
    margin-top: 2rem;
}

.form-control {
    border: 1px solid var(--border-color);
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
    font-size: 1rem;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(0, 113, 188, 0.18);
}

/* Accordion */
.accordion-item {
    background: white;
    border: 1px solid var(--border-color);
}

.accordion-button {
    background: white;
    color: var(--text-dark);
    border: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background: var(--light-bg);
    color: var(--primary-color);
}

.accordion-button:focus {
    box-shadow: none;
    border-color: var(--border-color);
}

.accordion-body {
    color: var(--text-light);
}

/* Testimonial Cards */
.testimonial-card {
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.stars {
    font-size: 1rem;
    letter-spacing: 2px;
}

.testimonial-author {
    border-top: 1px solid var(--border-color);
    padding-top: 1rem;
    margin-top: 1rem;
}

/* Blog Cards */
.blog-card {
    transition: all 0.3s ease;
}

.blog-card img {
    transition: transform 0.3s ease;
}

.blog-card:hover img {
    transform: scale(1.05);
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-card h5 {
    color: var(--text-dark);
}

.blog-card a {
    transition: all 0.3s ease;
}

.blog-card a:hover {
    color: var(--primary-dark) !important;
}

/* Footer */
footer {
    background: var(--dark-bg);
    color: #fff;
}

footer a {
    transition: color 0.3s ease;
}

footer a:hover {
    color: var(--primary-color) !important;
}

/* Animations */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .cascade-item {
        grid-template-columns: 1fr;
        border-radius: 1rem;
    }

    .cascade-label::after {
        display: none;
    }

    .media-mosaic {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .media-mosaic .tile--wide {
        height: 160px;
    }

    .brochure-number {
        width: 110px;
        height: 110px;
        font-size: 4.5rem;
    }

    .brochure-section {
        padding: 3.5rem 0;
    }

    .brochure-photo-grid .tile--wide {
        height: 170px;
    }

    .brochure-photo-grid .tile--tall {
        height: 180px;
    }

    .poster-section {
        padding: 3.5rem 0 10rem;
    }

    .poster-section::after {
        height: 190px;
    }

    .objective-grid {
        grid-template-columns: 1fr;
    }

    .bhag-grid {
        grid-template-columns: 1fr;
    }

    .bhag-card__inner {
        grid-template-columns: 1fr 110px;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-image {
        margin-top: 2rem;
    }

    .chart-badge {
        bottom: 10px;
        right: 10px;
        padding: 0.75rem;
    }

    .stat-number {
        font-size: 2rem;
    }

    .amount {
        font-size: 2rem;
    }

    .play-button {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .navbar-nav {
        text-align: center;
        padding: 1rem 0;
    }

    .navbar-nav .nav-link {
        margin: 0.5rem 0;
    }

    .consultation-form {
        margin-bottom: 2rem;
    }

    footer {
        text-align: center;
    }

    .col-md-6 {
        text-align: center;
    }

    .col-md-6.text-md-end {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .hero-content h1 {
        font-size: 1.5rem;
    }

    .display-6 {
        font-size: 1.5rem;
    }

    .btn-lg {
        font-size: 0.95rem;
        padding: 0.5rem 1.5rem;
    }

    .feature-icon {
        font-size: 2rem;
    }

    .process-circle {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
}

/* Utility Classes */
.container-lg {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.min-vh-100 {
    min-height: 100vh;
}

.bg-light {
    background-color: var(--light-bg);
}

.text-muted {
    color: var(--text-light) !important;
}

.shadow-sm {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.object-fit-cover {
    object-fit: cover;
}

.opacity-50 {
    opacity: 0.5;
}
