﻿:root {
    --app-font-family: 'Poppins', sans-serif;
    --vertex-blue: #174aa8;
    --vertex-blue-dark: #0d2b63;
    --vertex-green: #5a9f18;
    --vertex-ink: #10213f;
    --vertex-muted: #61708a;
    --vertex-line: #dfe7f2;
    --vertex-cloud: #f5f9ff;
    --vertex-white: #ffffff;
}

html {
    scroll-behavior: auto;
}

html,
body {
    min-height: 100%;
    margin: 0;
    background: var(--vertex-white);
    color: var(--vertex-ink);
    font-family: var(--app-font-family);
}

body {
    overflow-x: hidden;
}

p {
    color: #000000;
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 0;
}

body:not(.admin-dashboard-page) p.text-muted {
    color: #000000 !important;
}

p.lead {
    color: #000000;
    font-size: 14px;
    line-height: 1.65;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--vertex-ink);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 0;
}

h1,
h2 {
    font-size: 16px;
    line-height: 1.45;
}

h3,
h4,
h5,
h6 {
    font-size: 14px;
    line-height: 1.5;
}

img {
    max-width: 100%;
}

.section-pad {
    padding: 108px 0;
}

.section-pad.compact {
    padding: 88px 0;
}

.vertex-navbar {
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(223, 231, 242, 0.85);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 50px rgba(16, 33, 63, 0.06);
    opacity: 1;
    transform: translateY(0);
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
    visibility: visible;
}

.vertex-navbar.navbar-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-100%);
    visibility: hidden;
}

.navbar-brand img {
    display: block;
    height: 38px;
    width: auto;
}

.navbar-toggler {
    border: 0;
    box-shadow: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.nav-link {
    color: var(--vertex-ink);
    font-size: 12px;
    font-weight: 500;
}

.nav-link:hover,
.nav-link:focus {
    color: var(--vertex-blue);
}

.btn {
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    padding: 0.8rem 1.2rem;
}

.btn-sm {
    padding: 0.62rem 1rem;
}

.btn-vertex {
    background: linear-gradient(135deg, var(--vertex-blue), #2366df);
    border: 0;
    color: var(--vertex-white);
    box-shadow: 0 14px 30px rgba(23, 74, 168, 0.22);
}

.btn-vertex:hover,
.btn-vertex:focus {
    background: linear-gradient(135deg, var(--vertex-blue-dark), var(--vertex-blue));
    color: var(--vertex-white);
}

.btn-vertex-outline {
    background: var(--vertex-white);
    border: 1px solid var(--vertex-line);
    color: var(--vertex-blue);
}

.btn-vertex-outline:hover,
.btn-vertex-outline:focus {
    border-color: var(--vertex-blue);
    color: var(--vertex-blue-dark);
}

.eyebrow {
    color: var(--vertex-green);
    display: inline-flex;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.eyebrow.light {
    color: #b8ec85;
}

.hero-section {
    background:
        radial-gradient(circle at 85% 14%, rgba(90, 159, 24, 0.22), transparent 26%),
        radial-gradient(circle at 12% 20%, rgba(23, 74, 168, 0.16), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, #f5f9ff 58%, #edf6ff 100%);
    min-height: 100vh;
    overflow: hidden;
    padding-top: 150px;
    position: relative;
}

.hero-section::after {
    background: linear-gradient(135deg, rgba(23, 74, 168, 0.07), rgba(90, 159, 24, 0.08));
    border-radius: 42px;
    content: '';
    height: 320px;
    position: absolute;
    right: -120px;
    top: 180px;
    transform: rotate(-14deg);
    width: 320px;
}

.hero-title {
    font-size: clamp(34px, 6vw, 68px);
    line-height: 1.12;
    margin-bottom: 0;
    max-width: min(760px, 100%);
    text-wrap: balance;
}

.hero-copy {
    font-size: 14px;
    line-height: 1.75;
    margin-top: clamp(26px, 3vw, 36px);
    max-width: 520px;
}

.hero-actions {
    margin-top: 30px;
}

.metric-strip {
    margin-top: 42px;
    max-width: 520px;
}

.metric-strip strong {
    color: var(--vertex-blue);
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.metric-strip span {
    color: var(--vertex-muted);
    display: block;
    font-size: 11px;
    margin-top: 8px;
}

.hero-card {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 34px;
    box-shadow: 0 34px 90px rgba(16, 33, 63, 0.14);
    position: relative;
    z-index: 1;
}

.hero-card-header {
    display: flex;
    gap: 8px;
    margin-bottom: 22px;
}

.hero-card-header span {
    background: var(--vertex-line);
    border-radius: 999px;
    height: 10px;
    width: 10px;
}

.talent-panel,
.hero-card-footer {
    align-items: center;
    background: var(--vertex-blue-dark);
    border-radius: 24px;
    color: var(--vertex-white);
    display: flex;
    justify-content: space-between;
    padding: 22px;
}

.talent-panel small,
.hero-card-footer span {
    color: #bdd0f6;
    display: block;
    font-size: 11px;
    margin-bottom: 6px;
}

.talent-panel h2,
.hero-card-footer strong {
    color: var(--vertex-white);
}

.status-pill {
    background: rgba(184, 236, 133, 0.14);
    border: 1px solid rgba(184, 236, 133, 0.42);
    border-radius: 999px;
    color: #b8ec85;
    font-size: 11px;
    font-weight: 700;
    padding: 8px 12px;
}

.hero-card-visual-carousel {
    border-radius: 34px;
    height: 420px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.hero-card-visual-carousel .carousel-inner {
    border-radius: 0;
    box-shadow: none;
    height: 100%;
    overflow: hidden;
}

.hero-card-visual-carousel .carousel-item {
    height: 100%;
}

.hero-card-visual-carousel .carousel-item img {
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    width: 100%;
}

.hero-card-visual-carousel .carousel-control-prev,
.hero-card-visual-carousel .carousel-control-next {
    background: rgba(9, 17, 33, 0.45);
    border-radius: 50%;
    bottom: auto;
    height: 2.25rem;
    opacity: 0.92;
    top: 50%;
    transform: translateY(-50%);
    width: 2.25rem;
}

.hero-card-visual-carousel .carousel-control-prev {
    left: 10px;
}

.hero-card-visual-carousel .carousel-control-next {
    right: 10px;
}

.hero-card-visual-carousel .carousel-control-prev-icon,
.hero-card-visual-carousel .carousel-control-next-icon {
    height: 1rem;
    width: 1rem;
}

.hero-card-visual-carousel-indicators {
    bottom: 8px;
    gap: 6px;
    margin-bottom: 0;
}

.hero-card-visual-carousel-indicators [data-bs-target] {
    border-radius: 50%;
    height: 8px;
    width: 8px;
}

.candidate-list {
    display: grid;
    gap: 14px;
    margin: 18px 0;
}

.candidate-row {
    align-items: flex-start;
    background: var(--vertex-white);
    border: 1px solid var(--vertex-line);
    border-radius: 22px;
    display: flex;
    gap: 14px;
    padding: 18px;
}

.candidate-row h3 {
    margin-bottom: 5px;
}

.avatar-dot {
    border-radius: 50%;
    flex: 0 0 auto;
    height: 34px;
    width: 34px;
}

.avatar-dot.blue {
    background: #d8e7ff;
    box-shadow: inset 0 0 0 10px var(--vertex-blue);
}

.avatar-dot.green {
    background: #e4f5d5;
    box-shadow: inset 0 0 0 10px var(--vertex-green);
}

.avatar-dot.dark {
    background: #dfe7f2;
    box-shadow: inset 0 0 0 10px var(--vertex-blue-dark);
}

.section-heading {
    margin-bottom: 46px;
    max-width: min(54rem, 94vw);
}

.section-heading h2 {
    font-size: clamp(24px, 4vw, 42px);
    line-height: 1.22;
    text-wrap: balance;
}

.section-heading p,
.section-heading .section-heading-lead {
    line-height: 1.65;
    margin-top: clamp(18px, 2.5vw, 26px);
}

#services .section-heading {
    max-width: min(92rem, calc(100% - 2rem));
    overflow-x: hidden;
}

@media (min-width: 992px) {
    #services .section-heading h2 {
        font-size: clamp(16px, 1.72vw, 32px);
        line-height: 1.22;
        margin-inline: auto;
        text-overflow: clip;
        text-wrap: nowrap;
        white-space: nowrap;
    }
}

.service-card,
.process-step,
.quote-card {
    background: var(--vertex-white);
    border: 1px solid var(--vertex-line);
    border-radius: 26px;
    height: 100%;
    padding: 26px;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card:hover,
.process-step:hover,
.quote-card:hover {
    border-color: rgba(23, 74, 168, 0.28);
    box-shadow: 0 24px 60px rgba(16, 33, 63, 0.09);
    transform: translateY(-4px);
}

.service-card.featured,
.quote-card.featured {
    background: linear-gradient(145deg, var(--vertex-blue-dark), var(--vertex-blue));
    border-color: transparent;
}

.service-card.featured h3,
.service-card.featured p,
.quote-card.featured p,
.quote-card.featured footer {
    color: var(--vertex-white);
}

.service-card.has-image {
    position: relative;
    border: none;
    overflow: hidden;
}

.service-card.has-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(9, 17, 33, 0.4), rgba(9, 17, 33, 0.9));
    z-index: 1;
}

.service-card.has-image * {
    position: relative;
    z-index: 2;
}

.service-icon {
    align-items: center;
    background: var(--vertex-cloud);
    border-radius: 16px;
    color: var(--vertex-blue);
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    height: 42px;
    justify-content: center;
    margin-bottom: 28px;
    width: 42px;
}

.service-card h3,
.process-step h3 {
    margin-bottom: 10px;
}

.custom-service-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
    .custom-service-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) {
    .custom-service-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 18px;
    }
}

.service-tile-wrapper {
    aspect-ratio: 1 / 1;
}

.interactive-service-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.service-image-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.service-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.service-placeholder-bg {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
}

.interactive-service-card:hover .service-image-container img {
    transform: scale(1.08);
    filter: brightness(0.35);
}

.service-hover-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
}

.interactive-service-card:hover .service-hover-overlay {
    opacity: 1;
}

.overlay-content {
    text-align: center;
    transform: translateY(15px);
    transition: transform 0.4s ease;
}

.interactive-service-card:hover .overlay-content {
    transform: translateY(0);
}

.overlay-content h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
}

.overlay-content .divider {
    width: 30px;
    height: 2px;
    background: #38bdf8;
    margin: 0 auto 12px;
    border-radius: 2px;
}

.overlay-content p,
.overlay-content .overlay-rich {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    line-height: 1.5;
}

.overlay-content p,
.overlay-content .overlay-rich p {
    margin: 0;
}

.service-title-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    padding: 40px 16px 14px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    transition: opacity 0.3s ease;
    z-index: 3;
}

.interactive-service-card:hover .service-title-badge {
    opacity: 0;
}

/* Why Choose Us Section */
.why-us-section {
    background: var(--vertex-cloud);
}

.why-us-section .why-us-main-heading {
    line-height: 1.22;
    margin-inline: auto;
    max-width: min(44ch, 100%);
    white-space: pre-line;
}

.why-us-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 992px) {
    .why-us-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.why-us-card {
    background: var(--vertex-white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.why-us-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(16, 33, 63, 0.12);
}

.why-us-card-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.why-us-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.why-us-card:hover .why-us-card-image img {
    transform: scale(1.06);
}

.why-us-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
}

.why-us-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(9, 17, 33, 0.5), transparent 60%);
    display: flex;
    align-items: flex-end;
    padding: 16px;
}

.why-us-number {
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    background: var(--vertex-blue);
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-us-card-content {
    padding: 24px;
    font-size: 14px;
}

.why-us-card-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.38;
    margin-bottom: 12px;
}

.why-us-card-content p {
    color: #000000;
    line-height: 1.6;
    margin: 0;
}

/* Testimonials Section */
.testimonial-section {
    background: #f8fafc;
    padding-bottom: 80px;
}

.testimonials-slider {
    padding: 20px 0 60px;
}

.testimonials-slider .swiper-wrapper {
    align-items: stretch;
}

.testimonials-slider .swiper-slide {
    display: flex;
    height: auto;
}

.testimonial-card {
    background: var(--vertex-white);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 24px;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.07);
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: clamp(1.25rem, 3vw, 1.75rem);
    position: relative;
    transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
    width: 100%;
}

.testimonial-card:hover {
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.1);
    transform: translateY(-2px);
}

.testimonial-card--featured {
    background: linear-gradient(180deg, rgba(184, 236, 133, 0.12) 0%, var(--vertex-white) 38%);
    border: 2px solid rgba(184, 236, 133, 0.5);
    box-shadow:
        0 22px 56px rgba(13, 43, 99, 0.12),
        0 0 0 1px rgba(13, 43, 99, 0.04);
    overflow: hidden;
    padding-top: 1.5rem;
}

.testimonial-card--featured::before {
    background: linear-gradient(90deg, #b8ec85, var(--vertex-blue));
    border-radius: 22px 22px 0 0;
    content: '';
    height: 6px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.testimonial-featured-badge {
    align-self: flex-start;
    background: rgba(13, 43, 99, 0.06);
    border: 1px solid rgba(13, 43, 99, 0.1);
    border-radius: 999px;
    color: var(--vertex-blue-dark);
    display: inline-block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
    padding: 7px 14px;
    text-transform: uppercase;
}

.testimonial-card--featured .testimonial-featured-badge {
    background: rgba(184, 236, 133, 0.22);
    border-color: rgba(184, 236, 133, 0.45);
    color: #2d4a1c;
}

.testimonial-author-name {
    color: var(--vertex-ink);
}

.testimonial-author-role {
    color: var(--vertex-muted);
}

.testimonial-quote {
    color: #000000;
    font-size: 14px;
    font-style: italic;
    line-height: 1.75;
}

.testimonial-quote.rich-text p {
    margin: 0;
    margin-bottom: 0.65em;
    color: inherit;
    font-size: inherit;
    font-style: inherit;
}

.testimonial-quote.rich-text p:last-child {
    margin-bottom: 0;
}

.rich-text > p:first-child {
    margin-top: 0;
}

.rich-text > p:last-child {
    margin-bottom: 0;
}

.intro-hero .intro-content .rich-text p,
.intro-subtitle.rich-text p {
    color: rgba(255, 255, 255, 0.92);
}

.page-hero .rich-text p {
    color: inherit;
}

.summary-box p {
    color: inherit;
}

.service-header .lead p {
    color: inherit;
}

.testimonial-avatar {
    height: 60px;
    object-fit: cover;
    width: 60px;
}

.testimonial-avatar-placeholder {
    align-items: center;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.12), rgba(15, 23, 42, 0.06));
    border: 2px solid rgba(15, 23, 42, 0.08);
    border-radius: 50%;
    color: var(--vertex-blue);
    display: flex;
    font-family: system-ui, -apple-system, 'Segoe UI', sans-serif;
    font-size: 22px;
    font-weight: 700;
    height: 60px;
    justify-content: center;
    width: 60px;
}

.testimonial-card--featured .testimonial-avatar-placeholder {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(184, 236, 133, 0.45);
    color: var(--vertex-blue-dark);
}

.quote-card {
    background: var(--vertex-white);
    border-radius: 24px;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.quote-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.quote-card.featured {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border: none;
    color: white;
}

.quote-icon {
    font-size: 32px;
    color: var(--vertex-blue);
    margin-bottom: 24px;
    opacity: 0.2;
}

.quote-card.featured .quote-icon {
    color: #38bdf8;
    opacity: 0.4;
}

.quote-card p {
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 30px;
    flex-grow: 1;
    font-style: italic;
}

.quote-card.featured p {
    color: rgba(255, 255, 255, 0.9);
}

.quote-card footer {
    margin-top: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 24px;
}

.quote-author-meta {
    display: flex;
    align-items: center;
    gap: 14px;
}

.quote-avatar,
.quote-avatar-placeholder {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.quote-avatar-placeholder {
    background: #eef4ff;
    color: var(--vertex-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 800;
}

.quote-card.featured .quote-avatar-placeholder {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.quote-author-details strong {
    display: block;
    font-size: 15px;
    color: #0f172a;
    font-weight: 700;
}

.quote-card.featured footer strong {
    color: white;
}

.quote-card footer span {
    font-size: 13px;
    color: #64748b;
}

.quote-card.featured footer span {
    color: rgba(255, 255, 255, 0.6);
}

.swiper-pagination-bullet-active {
    background: var(--vertex-blue) !important;
}

.split-section,

.text-link {
    color: var(--vertex-blue);
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    margin-top: 22px;
    text-decoration: none;
}

.text-link:hover {
    color: var(--vertex-blue-dark);
}

.process-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.process-step span {
    align-items: center;
    background: linear-gradient(135deg, var(--vertex-green), #78bd28);
    border-radius: 50%;
    color: var(--vertex-white);
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    height: 36px;
    justify-content: center;
    margin-bottom: 22px;
    width: 36px;
}

.industry-ribbon {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

.industry-ribbon span {
    background: var(--vertex-white);
    border: 1px solid var(--vertex-line);
    border-radius: 999px;
    color: var(--vertex-ink);
    font-size: 12px;
    font-weight: 600;
    padding: 14px 18px;
}

.about-section {
    background:
        linear-gradient(90deg, rgba(23, 74, 168, 0.05) 1px, transparent 1px),
        linear-gradient(rgba(23, 74, 168, 0.05) 1px, transparent 1px),
        #ffffff;
    background-size: 38px 38px;
}

.about-redesign {
    background:
        radial-gradient(ellipse 120% 80% at 0% 40%, rgba(23, 74, 168, 0.06), transparent 55%),
        radial-gradient(ellipse 90% 70% at 100% 70%, rgba(90, 159, 24, 0.07), transparent 52%),
        linear-gradient(180deg, #fbfcff 0%, #f4f7fc 48%, #eef2f9 100%);
}

.about-redesign-layout {
    align-items: center;
    display: grid;
    gap: clamp(40px, 7vw, 96px);
    grid-template-areas:
        'copy'
        'visual';
    grid-template-columns: 1fr;
}

@media (min-width: 992px) {
    .about-redesign-layout {
        gap: clamp(56px, 8vw, 100px);
        grid-template-areas: 'visual copy';
        grid-template-columns: minmax(260px, 1fr) minmax(0, 1.05fr);
    }
}

.about-redesign-visual {
    grid-area: visual;
    aspect-ratio: 5 / 4;
    display: grid;
    isolation: isolate;
    max-height: 460px;
    max-width: 560px;
    margin-inline: auto;
    place-items: center;
    position: relative;
    width: 100%;
}

@media (max-width: 991.98px) {
    .about-redesign-visual {
        aspect-ratio: 16 / 11;
        max-height: 340px;
    }

    .about-redesign-content {
        margin-inline: auto;
        max-width: 40rem;
        text-align: center;
    }

    .about-redesign-rule {
        margin-inline: auto;
    }

    .about-redesign-title {
        margin-inline: auto;
    }
}

.about-redesign-blob {
    background: linear-gradient(148deg, rgba(23, 74, 168, 0.14) 0%, rgba(13, 43, 99, 0.2) 52%, rgba(90, 159, 24, 0.11) 100%);
    border-radius: 47% 53% 54% 46% / 45% 44% 56% 55%;
    height: 88%;
    left: 50%;
    opacity: 0.95;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-14deg);
    width: 88%;
    z-index: 0;
}

.about-redesign-blob--2 {
    background: linear-gradient(32deg, rgba(255, 255, 255, 0.5) 0%, rgba(232, 240, 255, 0.35) 100%);
    border-radius: 46% 54% 48% 52% / 52% 48% 52% 48%;
    height: 94%;
    opacity: 1;
    transform: translate(-46%, -48%) rotate(8deg);
    width: 92%;
    z-index: -1;
}

.about-redesign-logo-wrap {
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: min(380px, 88%);
    padding: clamp(24px, 6vw, 40px);
    position: relative;
    z-index: 1;
}

.about-redesign-logo {
    filter: drop-shadow(0 18px 40px rgba(16, 33, 63, 0.12));
    height: auto;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.about-redesign-content {
    grid-area: copy;
    max-width: 560px;
}

@media (min-width: 992px) {
    .about-redesign-content {
        margin-inline: 0;
        padding-top: clamp(8px, 2vw, 24px);
    }
}

.about-redesign-title {
    font-size: clamp(28px, 4vw, 42px);
    letter-spacing: -0.035em;
    line-height: 1.22;
    margin-bottom: 0;
    max-width: 100%;
    text-wrap: balance;
}

.about-redesign-rule {
    background: linear-gradient(90deg, var(--vertex-green), var(--vertex-blue));
    border-radius: 999px;
    height: 4px;
    margin-bottom: clamp(22px, 4vw, 32px);
    margin-top: 22px;
    max-width: 72px;
    width: 100%;
}

.about-redesign-body {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.92;
}

.about-redesign-body p {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-top: clamp(14px, 2.6vw, 20px);
}

.about-redesign-body > :first-child {
    margin-top: 0;
}

.about-redesign-lead {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-top: 0;
    opacity: 1;
}

.about-highlight-grid {
    display: grid;
    gap: clamp(16px, 2.5vw, 24px);
    grid-template-columns: 1fr;
    margin-top: clamp(56px, 9vw, 96px);
}

@media (min-width: 576px) {
    .about-highlight-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .about-highlight-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.about-highlight-card {
    background: #e9eef5;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: clamp(22px, 3vw, 30px) clamp(18px, 2.8vw, 24px);
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about-highlight-card:hover {
    box-shadow: 0 14px 36px rgba(16, 33, 63, 0.08);
    transform: translateY(-3px);
}

.about-highlight-icon {
    align-items: center;
    display: flex;
    height: 64px;
    justify-content: center;
    margin: 0 auto 18px;
    width: 64px;
}

.about-highlight-icon img {
    height: auto;
    max-height: 56px;
    max-width: 56px;
    object-fit: contain;
    width: auto;
}

.about-highlight-title {
    color: var(--vertex-blue-dark);
    font-size: clamp(11px, 1.05vw, 12px);
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1.25;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.about-highlight-text {
    color: #000000;
    flex: 1;
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
    opacity: 1;
}

.stats-strip {
    background: linear-gradient(105deg, #1b1f28 0%, #252b36 42%, #1b1f28 100%);
    border-block: 1px solid rgba(255, 255, 255, 0.06);
    color: #f8fafc;
    padding: clamp(2.25rem, 5vw, 3.25rem) 0;
}

.stats-strip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(1.5rem, 4vw, 2.75rem);
    justify-content: space-between;
    row-gap: 2rem;
}

.stats-strip-item {
    align-items: center;
    display: flex;
    flex: 1 1 220px;
    gap: clamp(14px, 2.5vw, 22px);
    justify-content: center;
    min-width: min(100%, 200px);
}

@media (min-width: 992px) {
    .stats-strip-item {
        justify-content: flex-start;
    }

    .stats-strip-grid {
        flex-wrap: nowrap;
    }
}

.stats-strip-icon {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    font-size: clamp(22px, 4vw, 28px);
    height: clamp(52px, 8vw, 60px);
    justify-content: center;
    opacity: 0.95;
    width: clamp(52px, 8vw, 60px);
}

.stats-strip-copy {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
    text-align: left;
}

@media (max-width: 575.98px) {
    .stats-strip-item {
        flex-direction: row;
        text-align: left;
    }
}

.stats-strip-value {
    color: #fff;
    display: block;
    font-size: clamp(28px, 5vw, 42px);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.05;
}

.stats-strip-label {
    color: rgba(248, 250, 252, 0.72);
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.3;
    text-transform: uppercase;
}

.process-section {
    background-blend-mode: normal;
    background-color: #252b36;
    color: #fafbfc;
    overflow: hidden;
    position: relative;
}

.process-section--has-bg::before {
    background-image: var(--process-bg-image);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    inset: 0;
    position: absolute;
    transform: translateZ(0);
    z-index: 0;
}

.process-section-overlay {
    backdrop-filter: blur(3px);
    background:
        radial-gradient(circle at 50% 20%, rgba(0, 0, 0, 0.18), transparent 55%),
        linear-gradient(to bottom, rgba(10, 12, 20, 0.55), rgba(16, 20, 32, 0.72));
    inset: 0;
    position: absolute;
    z-index: 1;
}

.process-section-inner {
    padding: clamp(56px, 10vw, 96px) 12px clamp(62px, 11vw, 104px);
    position: relative;
    z-index: 2;
}

.process-section-heading {
    max-width: min(52rem, 94vw);
}

.process-section-inner h2.process-section-title,
.process-section-title {
    color: #ffffff;
    font-size: clamp(24px, 4.2vw, 36px);
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.25;
    margin-bottom: 12px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
    text-transform: uppercase;
    text-wrap: balance;
}

.process-section-inner p.process-section-subtitle,
.process-section-subtitle {
    color: rgba(237, 244, 255, 0.96);
    font-size: clamp(15px, 2vw, 18px);
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
    opacity: 1;
}

.process-steps-row {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(28px, 5vw, 48px);
    justify-content: center;
    row-gap: 40px;
}

.process-step-col {
    flex: 0 1 clamp(132px, 18vw, 160px);
    max-width: 180px;
    text-align: center;
}

.process-step-ring {
    align-items: center;
    aspect-ratio: 1;
    border: 2px solid rgba(255, 255, 255, 0.92);
    border-radius: 50%;
    box-shadow:
        inset 0 0 0 1px rgba(0, 0, 0, 0.12),
        0 8px 32px rgba(0, 0, 0, 0.35);
    display: flex;
    justify-content: center;
    margin: 0 auto 14px;
    max-width: 96px;
    width: clamp(74px, 18vw, 96px);
}

.process-step-img {
    height: auto;
    margin: auto;
    max-height: 48px;
    max-width: 48px;
    object-fit: contain;
    opacity: 0.98;
    width: auto;
}

.process-step-fa {
    color: #fff;
    font-size: clamp(26px, 5vw, 32px);
    line-height: 1;
}

.process-step-label {
    color: rgba(250, 251, 252, 0.97);
    font-size: clamp(11px, 2vw, 12px);
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
}

.floating-note {
    background: var(--vertex-blue-dark);
    border-radius: 22px;
    bottom: 28px;
    box-shadow: 0 22px 44px rgba(16, 33, 63, 0.2);
    color: var(--vertex-white);
    max-width: 260px;
    padding: 20px;
    position: absolute;
    right: 28px;
}

.floating-note strong,
.floating-note span {
    display: block;
    font-size: 12px;
}

.floating-note span {
    color: #bdd0f6;
    line-height: 1.7;
    margin-top: 6px;
}

.value-list {
    color: var(--vertex-ink);
    font-size: 12px;
    font-weight: 600;
    margin-top: 26px;
}

.value-list span {
    background: var(--vertex-green);
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin-right: 10px;
    width: 8px;
}

.quote-card {
    margin: 0;
}

.quote-card p {
    color: #000000;
    font-size: 14px;
    margin-bottom: 22px;
}

.quote-card footer {
    color: var(--vertex-muted);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-section {
    background: #ffffff;
}

.contact-panel {
    background:
        radial-gradient(circle at 88% 10%, rgba(184, 236, 133, 0.24), transparent 30%),
        linear-gradient(135deg, var(--vertex-blue-dark), var(--vertex-blue));
    border-radius: 36px;
    color: var(--vertex-white);
    overflow: hidden;
    padding: clamp(28px, 6vw, 60px);
}

.contact-panel h2,
.contact-panel p {
    color: var(--vertex-white);
}

.contact-panel h2 {
    max-width: min(22em, 100%);
    text-wrap: balance;
}

.contact-lines {
    display: grid;
    gap: 10px;
    margin-top: 26px;
}

.contact-lines span {
    color: #dce8ff;
    font-size: 12px;
}

.contact-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.contact-socials a,
.contact-socials .social-icon-slot {
    align-items: center;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease, border-color 180ms ease;
    width: 38px;
}

.contact-socials .social-icon-slot--inactive {
    cursor: help;
    opacity: 0.55;
}

.contact-socials a:hover,
.contact-socials a:focus {
    background: rgba(184, 236, 133, 0.35);
    border-color: rgba(184, 236, 133, 0.65);
    color: #0f1f3d;
    transform: translateY(-2px);
}

.contact-socials svg {
    fill: currentColor;
    height: 17px;
    width: 17px;
}

.contact-form {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 26px;
    padding: 24px;
}

.contact-form label {
    color: var(--vertex-white);
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 8px;
}

.form-control {
    border: 0;
    border-radius: 16px;
    color: var(--vertex-ink);
    font-size: 12px;
    padding: 13px 14px;
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(184, 236, 133, 0.3);
}

.site-footer {
    border-top: 1px solid var(--vertex-line);
    padding: 26px 0;
}

.site-footer img {
    height: 34px;
    width: auto;
}

.site-footer p {
    font-size: 14px;
}

.intro-hero {
    align-items: center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 0 34px 34px;
    display: flex;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}

/* Fixed backgrounds attach to the viewport; multiple slides then cross-fade incorrectly. */
#heroCarousel .intro-hero {
    background-attachment: scroll;
    background-color: #000;
}

#heroCarousel {
    overflow-anchor: none;
    position: relative;
    background: #000;
    overflow: hidden;
    border-radius: 0 0 34px 34px;
    height: 100vh;
    height: 100svh;
}

#heroCarousel .carousel-inner {
    isolation: isolate;
    background: #000;
    height: 100%;
    overflow-anchor: none;
}

#heroCarousel .carousel-item {
    background-color: #000;
    height: 100%;
    overflow-anchor: none;
}

#heroCarousel .carousel-item .intro-hero {
    height: 100%;
    min-height: 0;
}

#heroCarousel.carousel-fade .carousel-item {
    float: none;
    transition: opacity 0.45s ease-in;
}

#heroCarousel.carousel-fade .carousel-item.active {
    transition: opacity 0.7s ease-out;
}

#heroCarousel.carousel-fade .carousel-item:not(.active) {
    pointer-events: none;
}

/* Black transparent veil: strong at mid-transition, then lifts so the next slide fades in. */
.hero-carousel-fade-shade {
    background: rgba(0, 0, 0, 0.94);
    border-radius: 0 0 34px 34px;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity 0.55s ease-out;
    z-index: 8;
}

.hero-carousel-fade-shade.is-visible {
    opacity: 1;
    transition: opacity 0.28s ease-in;
}

#heroCarousel .intro-scroll {
    z-index: 12;
}

.intro-hero::before {
    background:
        radial-gradient(circle at 28% 34%, rgba(90, 159, 24, 0.22), transparent 28%),
        radial-gradient(circle at 72% 20%, rgba(23, 74, 168, 0.28), transparent 30%);
    content: '';
    inset: 0;
    position: absolute;
}

.intro-overlay {
    background: linear-gradient(180deg, rgba(7, 12, 24, 0.12), rgba(7, 12, 24, 0.48));
    inset: 0;
    position: absolute;
}

.intro-content {
    color: var(--vertex-white);
    max-width: 980px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.intro-kicker {
    color: rgba(255, 255, 255, 0.82);
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    margin-bottom: 20px;
    opacity: 0;
    text-transform: uppercase;
}

.carousel-item.active .intro-kicker {
    animation: introFadeIn 0.8s ease-out forwards 0.2s;
}

.intro-title {
    color: var(--vertex-white);
    font-size: clamp(42px, 6vw, 82px);
    line-height: 1.12;
    margin-bottom: 0;
    margin-inline: auto;
    max-width: min(13em, 92vw);
    opacity: 0;
    text-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    text-wrap: balance;
}

.carousel-item.active .intro-title {
    animation: introFadeIn 0.8s ease-out forwards 0.4s;
}

.intro-subtitle {
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(14px, 1.5vw, 22px);
    line-height: 1.6;
    margin: clamp(26px, 3.5vw, 40px) auto 0;
    max-width: 760px;
    opacity: 0;
    text-shadow: 0 10px 32px rgba(0, 0, 0, 0.38);
}

.carousel-item.active .intro-subtitle {
    animation: introFadeIn 0.8s ease-out forwards 0.6s;
}

@keyframes introFadeIn {
    0% {
        opacity: 0;
        transform: translateY(18px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.intro-scroll {
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    bottom: 42px;
    display: inline-flex;
    height: 52px;
    justify-content: center;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 52px;
    z-index: 1;
}

.intro-scroll span {
    border-bottom: 2px solid var(--vertex-white);
    border-right: 2px solid var(--vertex-white);
    height: 12px;
    transform: rotate(45deg) translate(-2px, -2px);
    width: 12px;
}



@media (max-width: 991.98px) {
    .navbar-collapse {
        background: var(--vertex-white);
        border: 1px solid var(--vertex-line);
        border-radius: 22px;
        box-shadow: 0 24px 60px rgba(16, 33, 63, 0.08);
        margin-top: 18px;
        padding: 18px;
    }

    .hero-section {
        min-height: auto;
        padding-top: 128px;
    }

    .hero-title {
        font-size: 42px;
    }

    .intro-hero {
        background-attachment: scroll;
    }
}

@media (max-width: 767.98px) {
    .section-pad,
    .section-pad.compact {
        padding: 70px 0;
    }

    .navbar-brand img {
        height: 30px;
    }

    .hero-title {
        font-size: 34px;
    }

    .intro-title {
        font-size: 56px;
    }

    .intro-subtitle {
        font-size: 15px;
    }

    .process-grid {
        grid-template-columns: 1fr;
    }

    .floating-note {
        bottom: 16px;
        left: 16px;
        right: 16px;
        max-width: none;
    }

    .site-footer img {
        height: 28px;
    }
}

.admin-auth-page,
.admin-dashboard-page {
    background:
        radial-gradient(circle at 14% 12%, rgba(90, 159, 24, 0.16), transparent 28%),
        radial-gradient(circle at 86% 16%, rgba(23, 74, 168, 0.16), transparent 30%),
        var(--vertex-cloud);
    min-height: 100vh;
}

.admin-auth-shell {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 28px;
}

.admin-auth-card {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--vertex-line);
    border-radius: 32px;
    box-shadow: 0 34px 90px rgba(16, 33, 63, 0.12);
    max-width: 460px;
    padding: 38px;
    width: 100%;
}

.admin-auth-logo {
    display: inline-flex;
    margin-bottom: 28px;
}

.admin-auth-logo img {
    height: 46px;
    width: auto;
}

.admin-auth-card h1,
.admin-welcome-panel h1 {
    font-size: clamp(26px, 4vw, 42px);
    line-height: 1.08;
    margin-bottom: 14px;
}

.admin-auth-card > p,
.admin-welcome-panel p {
    margin-bottom: 26px;
}

.admin-auth-form label,
.form-check-label {
    color: var(--vertex-ink);
    font-size: 12px;
    font-weight: 600;
}

.admin-auth-password-field {
    position: relative;
}

.admin-auth-password-input {
    padding-right: 48px;
}

.admin-auth-password-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 8px;
    color: var(--vertex-ink);
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 0;
    opacity: 0.6;
    padding: 8px;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.admin-auth-password-toggle:hover {
    opacity: 1;
}

.admin-auth-password-toggle:focus-visible {
    outline: 2px solid var(--vertex-blue);
    outline-offset: 2px;
}

.admin-auth-password-icon {
    display: block;
    flex-shrink: 0;
}

.admin-alert {
    border: 0;
    border-radius: 18px;
    font-size: 12px;
}

.admin-topbar {
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid var(--vertex-line);
    box-shadow: 0 18px 50px rgba(16, 33, 63, 0.06);
    padding: 16px 0;
}

.admin-topbar-logo img {
    height: 38px;
    width: auto;
}

.admin-user {
    color: var(--vertex-ink);
    font-size: 12px;
    font-weight: 700;
}

.admin-dashboard-main {
    padding: 60px 0;
}

.admin-welcome-panel,
.admin-stat-card {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--vertex-line);
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(16, 33, 63, 0.08);
}

.admin-welcome-panel {
    margin-bottom: 28px;
    padding: clamp(28px, 5vw, 54px);
}

.admin-stat-card {
    height: 100%;
    padding: 24px;
}

.admin-stat-card span {
    color: var(--vertex-green);
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.admin-stat-card strong {
    color: var(--vertex-blue);
    display: block;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 14px;
}

.form-control {
    border: 1px solid var(--vertex-line);
}

.form-control:hover {
    border-color: rgba(23, 74, 168, 0.35);
}

.form-control:focus {
    border-color: var(--vertex-blue);
}

.admin-shell {
    display: grid;
    grid-template-columns: 290px minmax(0, 1fr);
    min-height: 100vh;
}

.admin-sidebar {
    background: rgba(255, 255, 255, 0.96);
    border-right: 1px solid var(--vertex-line);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 24px;
    position: sticky;
    top: 0;
}

.admin-sidebar-logo {
    align-items: center;
    display: flex;
    margin-bottom: 34px;
}

.admin-sidebar-logo img {
    height: 48px;
    width: auto;
}

.admin-menu {
    display: grid;
    gap: 10px;
}

.admin-menu-divider {
    color: #94a3b8;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 18px 18px 8px;
    margin-top: 4px;
}

.admin-menu-link {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 18px;
    color: var(--vertex-muted);
    display: flex;
    font-size: 12px;
    font-weight: 700;
    justify-content: space-between;
    padding: 13px 15px;
    text-decoration: none;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.admin-menu-link::after {
    content: '\203A';
    font-size: 18px;
    line-height: 1;
    opacity: 0.45;
}

.admin-menu-link:hover,
.admin-menu-link.active {
    background: var(--vertex-cloud);
    border-color: var(--vertex-line);
    color: var(--vertex-blue);
    transform: translateX(2px);
}

.admin-sidebar-bottom {
    border-top: 1px solid var(--vertex-line);
    margin-top: auto;
    padding-top: 18px;
}

.admin-content-shell {
    min-width: 0;
}

.admin-content-shell .admin-topbar {
    position: sticky;
    top: 0;
    z-index: 10;
}

.admin-topbar .container {
    max-width: none;
}

.admin-topbar-kicker {
    color: var(--vertex-green);
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.admin-topbar strong {
    color: var(--vertex-ink);
    font-size: 16px;
}

.admin-container {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 28px;
}

.admin-section-panel {
    margin-bottom: 28px;
}

.admin-form-card {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--vertex-line);
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(16, 33, 63, 0.08);
    padding: clamp(24px, 4vw, 38px);
}

.admin-form-card-header {
    border-bottom: 1px solid var(--vertex-line);
    margin-bottom: 24px;
    padding-bottom: 18px;
}

.admin-form-card-header h2 {
    font-size: 18px;
    margin-bottom: 8px;
}

.admin-preview-list {
    display: grid;
    gap: 14px;
}

.admin-preview-item {
    background: var(--vertex-cloud);
    border: 1px solid var(--vertex-line);
    border-radius: 18px;
    padding: 18px;
}

.admin-preview-item span {
    color: var(--vertex-green);
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.admin-form-card .form-label {
    color: var(--vertex-ink);
    font-size: 12px;
    font-weight: 700;
}

.admin-pro-table th {
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    padding: 16px 20px;
    border-bottom: 1px solid #f1f5f9;
}

.admin-pro-table td {
    padding: 16px 20px;
    vertical-align: middle;
    border-bottom: 1px solid #f1f5f9;
    color: #475569;
    font-size: 14px;
    font-weight: 400;
}

.btn-vertex-danger-outline {
    background: #fff;
    border: 1px solid #fee2e2;
    color: #ef4444;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 13px;
    transition: all 0.2s ease;
}

.btn-vertex-danger-outline:hover {
    background: #fef2f2;
    border-color: #fca5a5;
    color: #dc2626;
    transform: translateY(-1px);
}

.invalid-feedback {
    font-size: 11px;
}

@media (max-width: 991.98px) {
    .admin-shell {
        grid-template-columns: 1fr;
    }

    .admin-sidebar {
        min-height: auto;
        position: static;
    }

    .admin-sidebar-logo {
        margin-bottom: 20px;
    }

    .admin-menu {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-sidebar-bottom {
        margin-top: 18px;
    }
}

@media (max-width: 575.98px) {
    .admin-menu {
        grid-template-columns: 1fr;
    }

    .admin-container {
        padding: 0 18px;
    }

    .admin-topbar .container {
        align-items: flex-start !important;
        flex-direction: column;
    }
}

/* Refined admin dashboard UI */
.admin-pro-page {
    background: #ffffff;
}

.admin-pro-shell {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    align-items: flex-start;
}

.admin-pro-sidebar {
    background: #ffffff;
    border-right: 1px solid #e5ebf4;
    box-shadow: none;
    padding: 28px 22px;
    height: 100vh;
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    z-index: 100;
}

.admin-pro-logo {
    flex: 0 0 auto;
    margin-bottom: 32px;
    padding: 0 4px;
}

.admin-pro-menu {
    flex: 1 1 auto;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 22px;
    padding-right: 4px; /* Space for scrollbar */
}

/* Custom scrollbar for menu */
.admin-pro-menu::-webkit-scrollbar {
    width: 6px;
}
.admin-pro-menu::-webkit-scrollbar-track {
    background: #f8fafc;
    border-radius: 10px;
}
.admin-pro-menu::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}
.admin-pro-menu::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}
.admin-pro-menu {
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 #f8fafc;
}

.admin-pro-bottom {
    flex: 0 0 auto;
    border-top: 1px solid #e5ebf4;
    display: grid;
    gap: 14px;
    padding-top: 22px;
}

.admin-pro-logo img {
    height: 66px;
}

.admin-pro-menu .admin-menu-link,
.admin-pro-bottom .admin-menu-link {
    border-radius: 12px;
    color: #1e293b;
    font-size: 14px;
    font-weight: 700;
    justify-content: flex-start;
    min-height: 48px;
    padding: 10px 16px;
    position: relative;
    margin-bottom: 4px;
}

.admin-pro-menu .admin-menu-link span,
.admin-pro-bottom .admin-menu-link span,
.admin-pro-logout span {
    align-items: center;
    border-radius: 10px;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 800;
    height: 28px;
    justify-content: center;
    margin-right: 14px;
    width: 28px;
}

.admin-pro-menu .admin-menu-link span,
.admin-pro-bottom .admin-menu-link span {
    background: #eef4ff;
    color: var(--vertex-blue);
}

.admin-pro-menu .admin-menu-link::after,
.admin-pro-bottom .admin-menu-link::after {
    color: currentColor;
    content: '\2022';
    font-size: 24px;
    margin-left: auto;
    opacity: 0;
}

.admin-pro-menu .admin-menu-link:hover,
.admin-pro-menu .admin-menu-link.active,
.admin-pro-bottom .admin-menu-link:hover,
.admin-pro-bottom .admin-menu-link.active {
    background: linear-gradient(135deg, var(--vertex-blue), #2366df);
    border-color: transparent;
    box-shadow: 0 14px 32px rgba(23, 74, 168, 0.22);
    color: #ffffff;
    transform: none;
}

.admin-pro-menu .admin-menu-link:hover span,
.admin-pro-menu .admin-menu-link.active span,
.admin-pro-bottom .admin-menu-link:hover span,
.admin-pro-bottom .admin-menu-link.active span {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.admin-pro-menu .admin-menu-link.active::after,
.admin-pro-bottom .admin-menu-link.active::after {
    opacity: 1;
}

.admin-pro-logout-form {
    margin: 0;
}

.admin-pro-logout {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 12px;
    color: #e6333f;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    min-height: 56px;
    padding: 14px 18px;
    width: 100%;
}

.admin-pro-logout:hover {
    background: #fff1f2;
}

.admin-pro-logout span {
    background: #fff1f2;
    color: #e6333f;
}

.admin-pro-account {
    align-items: center;
    border-top: 1px solid #edf1f7;
    display: flex;
    gap: 12px;
    margin-top: 6px;
    padding: 18px 10px 4px;
}

.admin-pro-avatar {
    align-items: center;
    background: var(--vertex-blue);
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 18px;
    font-weight: 800;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.admin-pro-account strong,
.admin-pro-account small {
    display: block;
}

.admin-pro-account strong {
    color: var(--vertex-ink);
    font-size: 13px;
}

.admin-pro-account small {
    color: #7d8798;
    font-size: 11px;
    line-height: 1.4;
}

.admin-pro-content-shell {
    background: #ffffff;
}

.admin-pro-topbar {
    align-items: flex-start;
    background: #ffffff;
    border-bottom: 1px solid #e5ebf4;
    display: flex;
    justify-content: space-between;
    min-height: 138px;
    padding: 32px 44px;
}

.admin-pro-topbar .admin-topbar-kicker {
    color: var(--vertex-green);
    font-size: 13px;
    letter-spacing: 0.22em;
    margin-bottom: 8px;
}

.admin-pro-topbar strong {
    color: var(--vertex-ink);
    display: block;
    font-size: 22px;
    line-height: 1.1;
}

.admin-pro-topbar-meta {
    color: #a2acbb;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1.3;
    text-align: right;
    text-transform: uppercase;
}

.admin-pro-topbar-meta strong {
    color: var(--vertex-blue);
    font-size: 18px;
    letter-spacing: 0;
    margin-top: 5px;
    text-transform: none;
}

.admin-pro-main {
    background:
        radial-gradient(circle at 4% 8%, rgba(90, 159, 24, 0.12), transparent 24%),
        radial-gradient(circle at 88% 12%, rgba(23, 74, 168, 0.14), transparent 28%),
        #f3f7ff;
    min-height: calc(100vh - 138px);
    padding: 42px 0 64px;
}

.admin-pro-container {
    margin: 0;
    max-width: none;
    padding: 0 44px;
}

.admin-pro-heading {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
}

.admin-pro-heading h1 {
    color: var(--vertex-ink);
    font-size: clamp(28px, 4vw, 42px);
    margin-bottom: 8px;
}

.admin-pro-heading p {
    font-size: 13px;
}

.admin-pro-heading > span {
    color: #a2acbb;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.admin-pro-stats-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1180px;
}

.admin-pro-stat-card {
    border: 0;
    border-radius: 12px;
    box-shadow: 0 12px 26px rgba(16, 33, 63, 0.11);
    color: #ffffff;
    min-height: 150px;
    padding: 26px 28px;
}

.admin-pro-stat-card span {
    color: rgba(255, 255, 255, 0.92);
    display: block;
    font-size: 13px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: 0.11em;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.admin-pro-stat-card strong {
    color: #ffffff;
    display: block;
    font-size: 34px;
    line-height: 1;
    margin-bottom: 18px;
}

.admin-pro-stat-card p {
    color: rgba(255, 255, 255, 0.86);
    font-size: 12px;
    line-height: 1.8;
}

.admin-pro-stat-card.blue {
    background: linear-gradient(135deg, var(--vertex-blue), #2d70e8);
}

.admin-pro-stat-card.green {
    background: linear-gradient(135deg, #16b77d, var(--vertex-green));
}

.admin-pro-stat-card.orange {
    background: linear-gradient(135deg, #f59e0b, #f97316);
}

.admin-pro-stat-card.navy {
    background: linear-gradient(135deg, var(--vertex-blue-dark), #174aa8);
}

.admin-pro-stat-card.blue-soft {
    background: linear-gradient(135deg, #3b82f6, #0f4fb8);
}

.admin-pro-stat-card.green-soft {
    background: linear-gradient(135deg, #7abf2a, #3e8a12);
}

.admin-pro-page .admin-welcome-panel,
.admin-pro-page .admin-form-card {
    border-radius: 16px;
    box-shadow: 0 12px 26px rgba(16, 33, 63, 0.08);
}

.admin-alert {
    border: none;
    border-radius: 12px;
    background: #eefdf7;
    color: #065f46;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 24px;
    border-left: 4px solid #10b981;
}

@media (max-width: 1199.98px) {
    .admin-pro-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .admin-pro-shell {
        grid-template-columns: 1fr;
    }
}

.hero-card-gallery-wrapper {
    margin: 0;
    overflow: hidden;
    border-radius: 34px; /* Match card border radius */
    height: 380px;
}

.hero-card-slide-container {
    height: 380px;
    width: 100%;
}

@media (max-width: 991.98px) {
    .admin-pro-sidebar {
        position: static;
        width: 100%;
        height: auto;
    }

    .admin-pro-content-shell {
        margin-left: 0;
    }

    .admin-pro-topbar {
        min-height: auto;
        padding: 24px;
    }

    .admin-pro-container {
        padding: 0 24px;
    }
}

@media (max-width: 767.98px) {
    .admin-pro-stats-grid {
        grid-template-columns: 1fr;
    }

    .admin-pro-heading,
    .admin-pro-topbar {
        gap: 16px;
        flex-direction: column;
    }

    .admin-pro-topbar-meta {
        text-align: left;
    }
}

/* Compact admin typography pass */
.admin-pro-page {
    font-size: 10px;
}

.admin-pro-menu .admin-menu-link,
.admin-pro-bottom .admin-menu-link,
.admin-pro-logout {
    font-size: 13px;
    min-height: 46px;
    padding: 8px 14px;
}

.admin-pro-menu .admin-menu-link span,
.admin-pro-bottom .admin-menu-link span,
.admin-pro-logout span {
    font-size: 9px;
    height: 24px;
    margin-right: 10px;
    width: 24px;
}

.admin-pro-topbar {
    min-height: 96px;
    padding: 22px 36px;
}

.admin-pro-topbar .admin-topbar-kicker,
.admin-pro-topbar-meta {
    font-size: 9px;
}

.admin-pro-topbar strong {
    font-size: 16px;
}

.admin-pro-topbar-meta strong {
    font-size: 13px;
}

.admin-pro-main {
    min-height: calc(100vh - 96px);
    padding: 34px 0 52px;
}

.admin-pro-heading {
    margin-bottom: 22px;
}

.admin-pro-heading h1,
.admin-auth-card h1,
.admin-welcome-panel h1 {
    font-size: 14px;
}

.admin-pro-heading p,
.admin-pro-stat-card p,
.admin-auth-card > p,
.admin-welcome-panel p,
.admin-form-card p,
.admin-preview-item p,
.admin-pro-account small {
    font-size: 10px;
}

.admin-pro-heading > span,
.admin-pro-stat-card span,
.admin-preview-item span,
.admin-pro-account strong,
.admin-form-card .form-label,
.admin-auth-form label,
.form-check-label,
.admin-user {
    font-size: 10px;
}

.admin-pro-stats-grid {
    gap: 18px;
}

.admin-pro-stat-card {
    border-radius: 11px;
    min-height: 122px;
    padding: 20px 22px;
}

.admin-pro-stat-card span {
    margin-bottom: 16px;
}

.admin-pro-stat-card strong {
    font-size: 26px;
    margin-bottom: 12px;
}

.admin-sidebar-logo img,
.admin-pro-logo img {
    height: 52px;
}

.admin-pro-sidebar {
    padding: 24px 18px;
}

.admin-pro-logo {
    margin-bottom: 32px;
}

.admin-pro-account {
    padding-top: 14px;
}

.admin-pro-avatar {
    font-size: 14px;
    height: 40px;
    width: 40px;
}

.admin-form-card,
.admin-welcome-panel {
    padding: clamp(20px, 3vw, 30px);
}

.admin-form-card-header h2 {
    font-size: 14px;
}

.admin-preview-item {
    padding: 14px;
}

.admin-auth-card {
    padding: 30px;
}

.admin-auth-logo img {
    height: 40px;
}

.footer-socials {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 12px;
}

.footer-socials a,
.footer-socials .social-icon-slot {
    align-items: center;
    background: var(--vertex-cloud);
    border: 1px solid var(--vertex-line);
    border-radius: 50%;
    color: var(--vertex-blue);
    display: inline-flex;
    height: 34px;
    justify-content: center;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
    width: 34px;
}

.footer-socials .social-icon-slot--inactive {
    cursor: help;
    opacity: 0.55;
}

.footer-socials a:hover,
.footer-socials a:focus {
    background: var(--vertex-blue);
    color: var(--vertex-white);
    transform: translateY(-2px);
}

.footer-socials svg {
    fill: currentColor;
    height: 16px;
    width: 16px;
}

@media (min-width: 768px) {
    .footer-socials {
        justify-content: flex-end;
    }
}

/* Hero Carousel Enhancements */
.carousel-progress-container {
    background: rgba(255, 255, 255, 0.12);
    bottom: 0;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.carousel-progress-bar {
    background: var(--vertex-green);
    height: 100%;
    width: 0;
}

.carousel-progress-bar.animate {
    animation: progressFill 5s linear forwards;
}

@keyframes progressFill {
    0% { width: 0; }
    100% { width: 100%; }
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 0;
    transition: opacity 0.3s ease, background-color 0.3s ease;
    width: 8%;
    z-index: 11;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: rgba(255, 255, 255, 0.05);
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
    height: 32px;
    width: 32px;
}

@media (max-width: 767.98px) {
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
}


/* Pagination Styling */
.pagination {
    gap: 5px;
}

.page-link {
    border: 1px solid #f1f5f9;
    border-radius: 8px !important;
    color: #475569;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 16px;
    transition: all 0.2s ease;
}

.page-link:hover {
    background: #f8fafc;
    border-color: #e2e8f0;
    color: var(--vertex-blue);
}

.page-item.active .page-link {
    background: var(--vertex-blue);
    border-color: var(--vertex-blue);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

.page-item.disabled .page-link {
    background: #f8fafc;
    color: #cbd5e1;
}

.learn-more-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: white;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.learn-more-link:hover {
    color: var(--vertex-green);
    gap: 12px;
}

/* Ensure Service Links are clickable */
.interactive-service-card {
    cursor: default;
}

.service-hover-overlay {
    pointer-events: auto;
}

.overlay-content {
    position: relative;
    z-index: 10;
    pointer-events: auto;
}

.learn-more-link {
    position: relative;
    z-index: 20;
    pointer-events: auto;
    cursor: pointer !important;
}

/* Premium Dropdown Styling */
.dropdown-menu {
    animation: dropdownFadeIn 0.3s ease-out;
    border: none !important;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
}

@keyframes dropdownFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.dropdown-item:hover {
    background-color: rgba(37, 99, 235, 0.05) !important;
    color: var(--vertex-blue) !important;
    transform: translateX(5px);
}

.dropdown-divider {
    opacity: 0.1;
}

/* Ensure whole card is clickable but maintains internal styles */
.service-tile-wrapper a:hover {
    text-decoration: none;
}
