text/css custom.css ( UTF-8 Unicode text ) .hidden {
    display: none;
}

/* =========================================================
   FONT SYSTEM — GLOBAL (Professional Standard)
========================================================= */

body {
    font-size: 16px;
    line-height: 1.6;
}

h1,
h2,
h3,
h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}

p {
    font-size: 1rem; /* Standard paragraph */
    line-height: 1.7;
}
/* =========================================================
   GLOBAL SECTION PADDING (Except Hero Section)
   Makes all sections look premium on mobile
========================================================= */

.v2-section {
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 480px) {
    .v2-section {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* =========================================================
   V2 HERO SECTION — INVOKE STYLE
========================================================= */

.v2-hero {
    position: relative;
    width: 100%;
    height: 95vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v2-hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

.v2-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(1px);*/
    z-index: 2;
}

.v2-hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: #ffffff;
    padding: 0 20px;
    max-width: 900px;
}

/* HERO TITLE */
.v2-hero-content h1 {
    font-size: 6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .v2-hero-content h1 {
        font-size: 3.5rem;
    }
}

/* HERO SUBTITLE */
.v2-hero-content p {
    font-size: 1.6rem;
    opacity: 0.9;
    margin-bottom: 12px;
}

/* TAGLINE */
.v2-hero-tagline {
    font-size: 1.2rem;
    opacity: 0.9;
}

/* =========================================================
   INTRO SECTION
========================================================= */

.v2-intro-section {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 60px;
}

/* BIG TITLE (Section Header) */
.v2-big-title {
    font-size: 4rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .v2-big-title {
        font-size: 2.8rem;
    }
}

/* Intro Paragraph */
.v2-text {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.8;
    color: #ffffff;
}

/* ===============================
   ABOUT US — READABLE LAYOUT
================================ */

.v2-about-section {
    text-align: center;
}

.v2-about-title {
    margin-bottom: 40px;
}

.v2-about-container {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 24px;

    text-align: left;
    line-height: 1.8;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.92);
}

.v2-about-container p {
    margin-bottom: 22px;
}

/* first paragraph (lead) */
.v2-about-lead {
    font-size: 18px;
    line-height: 1.9;
}

/* quote-style emphasis */
.v2-about-quote {
    margin: 36px 0;
    padding-left: 18px;
    border-left: 3px solid rgba(0, 208, 255, 0.6);

    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
}

.v2-about-quote span {
    display: block;
    margin-top: 10px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.88);
}

/* sign-off */
.v2-about-signoff {
    margin-top: 40px;
    text-align: center;

    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
}

.v2-about-signoff em {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    opacity: 0.85;
}

/* Mobile tuning */
@media (max-width: 768px) {
    .v2-about-container {
        font-size: 15px;
    }

    .v2-about-lead {
        font-size: 16px;
    }
}

/* =========================================================
   SERVICE GRID
========================================================= */

.v2-services-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 60px;
}

.v2-service-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 25px;
    backdrop-filter: blur(6px);
}

.v2-service-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 14px;
    margin-bottom: 18px;
}

/* Card Title */
.v2-service-card h4 {
    font-size: 1.6rem;
    margin-bottom: 8px;
}

/* Card Paragraph */
.v2-service-card p {
    font-size: 1rem;
    opacity: 0.9;
}

/* Card Link */
.v2-card-link {
    font-size: 1rem;
    font-weight: 600;
    color: #6bcaff;
}

.v2-card-link:hover {
    color: #9fe1ff;
}

/* =========================================================
   EXPERTISE — 2 COLUMN SECTION
========================================================= */
.v2-expertise-section {
    display: flex;
    justify-content: center;
}
.v2-expertise-container-2col {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 26px;
    padding: 70px 60px;
    max-width: 1200px;
    margin: auto;

    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 60px;
}

/* Column Title */
.v2-expertise-col h3 {
    font-size: 2rem;
    margin-bottom: 10px;
}

/* Subtitle */
.v2-expertise-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 16px;
}

/* Paragraph */
.v2-expertise-col p {
    font-size: 1rem;
    opacity: 0.9;
    margin-bottom: 12px;
}

.v2-expertise-divider {
    width: 1px;
    background: rgba(255, 255, 255, 0.15);
}

@media (max-width: 900px) {
    .v2-expertise-container-2col {
        grid-template-columns: 1fr;
        padding: 35px 25px;
        gap: 35px;
    }
    .v2-expertise-divider {
        display: none;
    }
}

/* =========================================================
   V2 CLIENT SHOWCASE — AUTO SCROLL CAROUSEL (OPTION C)
========================================================= */

.v2-client-section {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 60px;
}

/* Small title, still Oswald */
.v2-big-title-small {
    font-family: 'Oswald', sans-serif;
    font-size: 4rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    color: #ffffff;
}

.v2-client-subtitle {
    font-size: 1.3rem;
    color: #d0dbea;
    max-width: 650px;
    margin: 0 auto 60px auto;
    line-height: 1.6;
}

/* Carousel Container */
.v2-client-carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 30px 0;
}

/* Endless Track */
.v2-client-track {
    display: flex;
    gap: 40px;
    animation: slideLoop 28s linear infinite;
}

/* Individual Card */
.v2-client-card {
    min-width: 420px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.v2-client-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    opacity: 0.88;
}

.v2-client-info {
    padding: 20px;
    text-align: center;
}

.v2-client-info h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    color: #ffffff;
    margin: 0;
}

.v2-client-info p {
    color: #c9d6e2;
    font-size: 15px;
    margin-top: 6px;
}

/* LOOP ANIMATION */
@keyframes slideLoop {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .v2-big-title-small {
        font-size: 2.8rem;
    }

    .v2-client-card {
        min-width: 280px;
    }

    .v2-client-card img {
        height: 180px;
    }
}

/* =========================================================
   V2 ELIGIBILITY CARD SECTION
========================================================= */

.v2-eligibility2-section {
    padding-top: 80px;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
}

.v2-eligibility2-card {
    width: 100%;
    max-width: 1180px;
    padding: 60px 70px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(6px);
}

.v2-eligibility2-title {
    font-family: 'Oswald', sans-serif;
    font-size: 3.2rem; /* Consistent with design system */
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.v2-eligibility2-list {
    color: #ffffff;
    list-style: disc;
    padding-left: 25px;
    font-size: 1.35rem; /* Same as other section body text */
    line-height: 2.1rem;
}

.v2-eligibility2-list li {
    margin-bottom: 10px;
    opacity: 0.9;
}

/* Mobile */
@media (max-width: 768px) {
    .v2-eligibility2-card {
        padding: 40px 28px;
    }

    .v2-eligibility2-title {
        font-size: 2.3rem;
    }

    .v2-eligibility2-list {
        font-size: 1.15rem;
        line-height: 1.9rem;
    }
}

/* =========================================================
   V2 – ELIGIBILITY CALCULATOR
   (follows same typography scale as other V2 sections)
========================================================= */

.v2-eligibility-section {
    padding-top: 80px;
    padding-bottom: 60px;
}

.v2-eligibility-section + .v2-eligibility-section {
    padding-top: 10px; /* tighter gap between private/public sections */
}

.v2-eligibility-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 40px;
    align-items: stretch;
    width: 100%;
}

.v2-eligibility-card {
    border-radius: 26px;
    padding: 40px 36px;
    background: radial-gradient(circle at top left, rgba(0, 208, 255, 0.16), rgba(0, 0, 0, 0.75));
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.65);
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

/* Left vs Right cards slight variation */
.v2-eligibility-form {
    background: radial-gradient(circle at top left, rgba(0, 208, 255, 0.18), rgba(1, 13, 32, 0.95));
}

.v2-eligibility-result {
    background: radial-gradient(circle at top right, rgba(0, 208, 255, 0.12), rgba(1, 8, 26, 0.96));
    padding-bottom: 40px;
}

.v2-eligibility-heading {
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
    color: #ffffff;
    margin-bottom: 18px;
    line-height: 1.2;
}

.v2-eligibility-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #d9e4f2;
    margin-bottom: 24px;
}

.v2-eligibility-field {
    margin-bottom: 20px;
}

.v2-eligibility-field label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #e3f3ff;
    margin-bottom: 6px;
}

.v2-eligibility-field input[type='text'],
.v2-eligibility-field select {
    width: 100%;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(3, 14, 34, 0.9);
    color: #ffffff;
    padding: 10px 18px;
    font-size: 0.95rem;
    font-family: 'Instrument Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
        sans-serif;
    outline: none;
    transition: border 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    box-sizing: border-box;
}

.v2-eligibility-field input[type='text']::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.v2-eligibility-field input[type='text']:focus,
.v2-eligibility-field select:focus {
    border-color: #00d0ff;
    box-shadow: 0 0 0 1px rgba(0, 208, 255, 0.35);
    background: rgba(5, 18, 40, 0.95);
}

.v2-eligibility-field select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #00d0ff 50%),
        linear-gradient(135deg, #00d0ff 50%, transparent 50%);
    background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%;
    background-size: 8px 8px, 8px 8px;
    background-repeat: no-repeat;
}

.v2-eligibility-hint {
    font-size: 0.78rem;
    color: rgba(217, 228, 242, 0.8);
    margin-top: 6px;
}

/* Range slider */
.v2-eligibility-field input[type='range'] {
    width: 100%;
    margin-top: 6px;
    accent-color: #00d0ff;
}

/* Result amount */
.v2-eligibility-amount {
    font-family: 'Oswald', sans-serif;
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 18px 0 24px;
    color: #ffffff;
    line-height: 1.1;
    word-break: break-word;
}

/* CTA button */
.v2-eligibility-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 32px;
    border-radius: 999px;
    border: none;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.4px;
    font-family: 'Instrument Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
        sans-serif;
    color: #001226;
    background: linear-gradient(90deg, #00d0ff, #7af4ff);
    box-shadow: 0 10px 30px rgba(0, 208, 255, 0.35);
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
    margin-top: 6px;
}

.v2-eligibility-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 40px rgba(0, 208, 255, 0.45);
    filter: brightness(1.03);
}

.v2-eligibility-footnote {
    margin-top: 18px;
    font-size: 0.78rem;
    line-height: 1.6;
    color: rgba(210, 222, 240, 0.8);
}

/* =========================================================
   FIX: INPUT WIDTH STANDARDIZATION
========================================================= */

.v2-eligibility-form .v2-eligibility-field input[type='text'],
.v2-eligibility-form .v2-eligibility-field select {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

/* =========================================================
   PUBLIC CALCULATOR – RESULT GRID ENHANCEMENT
========================================================= */

.v2-calc-result-grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 18px 0 10px;
}

.v2-calc-result-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.v2-calc-result-label {
    font-size: 0.95rem;
    line-height: 1.45;
    color: rgba(227, 243, 255, 0.84);
    flex: 1;
}

.v2-calc-result-value {
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: right;
    white-space: nowrap;
}

.v2-calc-result-value.highlight {
    color: #ffe66b;
    text-shadow: 0 0 18px rgba(255, 230, 107, 0.18);
}

/* Optional small title pill for section labels */
.v2-calc-mini-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    margin-bottom: 16px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #c8f6ff;
    background: rgba(0, 208, 255, 0.1);
    border: 1px solid rgba(0, 208, 255, 0.2);
}

/* =========================================================
   ELIGIBILITY CALCULATOR — RESPONSIVE FIX
========================================================= */

@media (max-width: 1100px) {
    .v2-eligibility-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 960px) {
    .v2-eligibility-inner {
        grid-template-columns: 1fr;
    }

    .v2-eligibility-card {
        padding: 32px 24px;
    }

    .v2-eligibility-heading {
        font-size: 1.6rem;
    }

    .v2-eligibility-amount {
        font-size: 2.4rem;
    }

    .v2-calc-result-value {
        font-size: 1.3rem;
    }
}

@media (max-width: 640px) {
    .v2-eligibility-section {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .v2-eligibility-card {
        border-radius: 22px;
        padding: 24px 18px;
    }

    .v2-eligibility-heading {
        font-size: 1.35rem;
    }

    .v2-eligibility-text {
        font-size: 0.9rem;
    }

    .v2-eligibility-amount {
        font-size: 2rem;
        letter-spacing: 1px;
    }

    .v2-calc-result-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .v2-calc-result-value {
        text-align: left;
        white-space: normal;
    }

    .v2-eligibility-cta {
        width: 100%;
    }
}

/* =========================================================
   FAQ HERO SECTION — INVOKE STYLE
========================================================= */
.faq-hero {
    position: relative;
    width: 100%;
    padding: 120px 20px 100px;
    background: #05142a;
    overflow: hidden;
    margin-top: 120px;
}

.faq-hero-bg-left,
.faq-hero-bg-right {
    position: absolute;
    background-size: cover;
    background-position: center;
    filter: brightness(0.75);
    border-radius: 26px;
}

.faq-hero-content {
    position: relative;
    z-index: 3;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}

.faq-hero-content h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 6rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
}

.faq-hero-content p {
    font-size: 1.5rem;
    margin-top: 15px;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .faq-hero-content h1 {
        font-size: 3rem;
    }
    .faq-hero-bg-right {
        display: none;
    }
}
/* =========================================================
   FAQ ITEMS — PROFESSIONAL GLASS STYLE
========================================================= */
.faq-section {
    padding: 60px 20px 120px;
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 900px;
    margin: auto;
}

.faq-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    padding: 25px 28px;
    cursor: default;
    transition: 0.3s ease;
    backdrop-filter: blur(6px);
}

.faq-item:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.08);
}

.faq-item h4 {
    font-size: 1.35rem;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 10px;
    color: #ffffff;
}

.faq-item p {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #ffffff;
    margin-top: 8px;
}

/* When opened */
.faq-item.active p {
    display: block;
}

.faq-footer {
    text-align: center;
    margin-top: 40px;
    font-size: 1.1rem;
    color: #b8b8b8;
}

/* FAQ list inside answer */
.faq-list-ul {
    margin: 10px 0 0 20px;
    padding: 0;
    list-style: disc;
}

.faq-list-ul li {
    margin-bottom: 6px;
    font-size: 0.95rem;
    color: #c3d0e2;
    line-height: 1.6;
}
/* CONTACT PAGE */
.kc-contact {
    background: transparent;
    padding: 0px 20px 60px 20px;
}

.kc-contact-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

/* LEFT */
.kc-contact-info {
    display: grid;
    grid-template-columns: 1fr;
}

.kc-contact-info .kc-contact-block {
    margin-bottom: 0;
}

.kc-contact-info {
    row-gap: 24px;
}

.kc-contact-info {
    grid-template-areas:
        'title'
        'lead'
        'blocks';
}

.kc-contact-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 40px;
    max-width: 520px;
}

.kc-contact-info h2 {
    font-size: 220px;
    line-height: 200px;
    margin-bottom: 16px;
    color: #ad281d;
    -webkit-text-stroke-color: #ad281d;
    -webkit-text-stroke-width: 1.5px;
    color: transparent;
}

.kc-lead {
    font-size: 1.875rem;
    line-height: 1.425;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 22px;
}

.kc-contact-block {
    margin-bottom: 24px;
}

.kc-contact-block h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

.kc-contact-block p,
.kc-contact-block a {
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
}

/* RIGHT FORM */
.kc-contact-form {
    margin-top: 120px;
    background: transparent;
    border-radius: 18px;
    padding: 60px;
}

.kc-contact-form h3 {
    font-size: 20px;
    margin-bottom: 24px;
    color: #ffffff;
}

.kc-contact-form input,
.kc-contact-form textarea {
    width: 90%;
    background: transparent; /* ✅ transparent */
    border: 1px solid #ffffff; /* ✅ white border */
    color: #ffffff; /* ✅ white text */
    border-radius: 999px;
    padding: 14px 18px;
    margin-bottom: 16px;
    font-size: 14px;
}

.kc-contact-form textarea {
    border-radius: 18px;
    resize: vertical;
}

.kc-contact-form input:focus,
.kc-contact-form textarea:focus {
    outline: none;
    border-color: #ffffff;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.kc-contact-form ::placeholder {
    color: rgba(255, 255, 255, 0.6); /* soft white */
}

.kc-contact-form button {
    width: 100%;
    border: none;
    border-radius: 999px;
    padding: 14px;
    font-size: 15px;
    color: #fff;
    background: linear-gradient(90deg, #0072c6, #004a99);
    cursor: pointer;
}

.kc-contact-form button:hover {
    opacity: 0.95;
}

/* MAP */
.kc-map {
    padding: 40px 20px 40px;
    background: transparent;
}

.kc-map-inner {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

.kc-map iframe {
    width: 100%;
    height: 600px;
    border: 0;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .kc-contact-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .kc-contact-info h2 {
        font-size: 160px;
        line-height: 140px;
        margin-bottom: 16px;
        color: #ad281d;
        -webkit-text-stroke-color: #ad281d;
        -webkit-text-stroke-width: 1.5px;
        color: transparent;
    }
}

/* QUICK INFO */
.kc-quick-info {
    padding: 80px 20px;
    background: transparent;
}

.kc-quick-info-inner {
    max-width: 1200px;
    margin: 0 auto;
    background: linear-gradient(180deg, #071b34, #051427);
    border-radius: 28px;
    padding: 60px 60px;
    border: 2px solid rgba(255, 255, 255, 0.15);
}

.kc-quick-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 48px;
}

.kc-quick-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.kc-quick-col h4 {
    font-size: 14px;
    letter-spacing: 1px;
    color: #d4af37;
    margin-bottom: 20px;
}

.kc-quick-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kc-quick-col li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 14px;
    font-size: 15px;
    color: #ffffff;
    line-height: 1.6;
}

.kc-quick-col li::before {
    content: '✔';
    position: absolute;
    left: 0;
    top: 0;
    color: #d4af37;
    font-size: 14px;
}

/* MOBILE */
@media (max-width: 900px) {
    .kc-quick-info-inner {
        padding: 40px 30px;
    }

    .kc-quick-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .kc-quick-title {
        font-size: 28px;
    }
}

/* QUICK INFO SECTION */
.kc-quick-info {
    padding: 80px 20px;
}

.kc-quick-info-inner {
    max-width: 1200px;
    margin: 0 auto;
}

/* LAYOUT */
.kc-quick-row {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 48px;
    align-items: flex-start;
}

/* LEFT TITLE */
.kc-quick-title-col {
    padding-top: 6px;
}

.kc-quick-title {
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.5px;
}

/* RIGHT CONTENT */
.kc-quick-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kc-quick-list li {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 14px;
    padding-left: 28px;
    position: relative;
}

/* CHECK ICON */
.kc-quick-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #f0c24b;
    font-weight: 700;
}

/* MOBILE */
@media (max-width: 768px) {
    .kc-quick-row {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .kc-quick-title {
        font-size: 22px;
    }
}

/* COMMERCIAL PIVOT SECTION */
.kc-pivot-section {
    background: transparent;
    padding: 120px 20px;
}

.kc-pivot-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    align-items: flex-start;
}

/* LEFT TITLE */
.kc-pivot-title {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.1;
    color: #ffffff;
    letter-spacing: 1px;
}

/* RIGHT CONTENT */
.kc-pivot-right p {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
    max-width: 520px;
}

/* MOBILE */
@media (max-width: 900px) {
    .kc-pivot-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .kc-pivot-title {
        font-size: 40px;
    }

    .kc-pivot-right p {
        max-width: 100%;
    }
}

/* =========================================================
   QUICK INFO — ENHANCED (INTACT STRUCTURE)
========================================================= */

.kc-quick-info-inner {
    position: relative;
    background: radial-gradient(circle at top left, rgba(0, 208, 255, 0.08), rgba(5, 20, 40, 0.95));
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
}

/* Accent line */
.kc-quick-info-inner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    width: 4px;
    border-radius: 4px;
    background: linear-gradient(180deg, #00d0ff, rgba(0, 208, 255, 0.2));
}

/* Title polish */
.kc-quick-title {
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Bullet list refinement */
.kc-quick-col li {
    padding-left: 32px;
    margin-bottom: 18px;
}

.kc-quick-col li::before {
    font-size: 16px;
    top: 1px;
}

/* Mobile soften */
@media (max-width: 900px) {
    .kc-quick-info-inner::before {
        display: none;
    }
}

/* =========================================================
   WHY CHOOSE US — ENHANCED (EDITORIAL, INTACT)
========================================================= */

/* Left column accent */
.kc-pivot-left {
    position: relative;
    padding-left: 28px;
}

.kc-pivot-left::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 4px;
    border-radius: 4px;
    background: linear-gradient(180deg, #00d0ff, rgba(0, 208, 255, 0.15));
}

/* Title refinement */
.kc-pivot-title {
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* List rhythm */
.kc-quick-list li {
    margin-bottom: 18px;
    padding-left: 34px;
    line-height: 1.7;
}

/* Check icon alignment */
.kc-quick-list li::before {
    font-size: 16px;
    top: 2px;
}

/* Slight separation feel */
.kc-pivot-right {
    position: relative;
}

.kc-pivot-right::after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    margin-top: 32px;
    background: linear-gradient(90deg, #00d0ff, transparent);
    opacity: 0.6;
}

/* Mobile: remove accents for cleanliness */
@media (max-width: 900px) {
    .kc-pivot-left::before {
        display: none;
    }

    .kc-pivot-left {
        padding-left: 0;
    }
}

/* =========================================================
   ELIGIBILITY SNAPSHOT — WITH FEATURED IMAGE
========================================================= */

/* Grid layout */
.v2-eligibility2-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

/* Content side */
.v2-eligibility2-content {
    max-width: 520px;
}

/* Featured image container */
.v2-eligibility2-media {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
}

/* Image styling */
.v2-eligibility2-media img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    border-radius: 22px;
    opacity: 0.9;
}

/* Subtle overlay for readability */
.v2-eligibility2-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.45));
}

/* Highlight note */
.eligibility-note {
    color: #ff6b6b;
    font-style: italic;
}

/* Mobile layout */
@media (max-width: 900px) {
    .v2-eligibility2-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .v2-eligibility2-media img {
        min-height: 220px;
    }

    .v2-eligibility2-content {
        max-width: 100%;
    }
}

/* =========================================================
   EXPERTISE — ICON + ACCENT ENHANCEMENT (INTACT)
========================================================= */

/* Header layout */
.v2-expertise-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

/* Icon base */
.v2-expertise-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

    background: rgba(240, 194, 75, 0.12);
    border: 1px solid rgba(240, 194, 75, 0.35);
    position: relative;
}

/* Icon symbol (pure CSS, no font dependency) */
.v2-expertise-icon::before {
    font-size: 18px;
    color: #f0c24b;
}

/* Public sector icon */
.v2-expertise-icon.public::before {
    content: '🏛️'; /* government / civil */
}

/* Private sector icon */
.v2-expertise-icon.private::before {
    content: '💼'; /* corporate / private */
}

/* Title refinement */
.v2-expertise-title {
    position: relative;
    padding-bottom: 6px;
}

/* Tiny yellow accent line */
.v2-expertise-title::after {
    content: '';
    display: block;
    width: 36px;
    height: 2px;
    margin-top: 8px;
    background: linear-gradient(90deg, #f0c24b, rgba(240, 194, 75, 0.2));
}

/* Subtitle spacing */
.v2-expertise-subtitle {
    margin-left: 56px; /* aligns with icon */
}

/* Mobile cleanup */
@media (max-width: 900px) {
    .v2-expertise-subtitle {
        margin-left: 0;
    }

    .v2-expertise-title::after {
        width: 28px;
    }
}

/* =========================================================
   PRIVACY POLICY PAGE — INVOKE LEGAL STYLE
========================================================= */

.privacy-section {
    padding: 120px 20px 100px;
    background: transparent;
}

.privacy-section .container {
    max-width: 900px;
    margin: 0 auto;
}

/* PAGE TITLE */
.privacy-title {
    font-family: 'Oswald', sans-serif;
    font-size: 3.6rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 50px;
    line-height: 1.1;
}

/* CONTENT WRAPPER */
.privacy-content {
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 26px;
    padding: 60px 60px;
    backdrop-filter: blur(8px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
}

/* PARAGRAPH */
.privacy-content p {
    font-size: 1rem;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 22px;
}

/* SECTION HEADINGS (1., 2., 3.) */
.privacy-content h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.35rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 42px 0 14px;
    position: relative;
    padding-left: 18px;
}

/* subtle accent line */
.privacy-content h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 70%;
    border-radius: 4px;
    background: linear-gradient(180deg, #00d0ff, rgba(0, 208, 255, 0.2));
}

/* LISTS */
.privacy-content ul {
    padding-left: 22px;
    margin: 10px 0 26px;
}

.privacy-content li {
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 8px;
}

/* CONTACT BLOCK */
.privacy-contact {
    margin: 28px 0 30px;
    padding: 22px 26px;
    border-radius: 18px;
    background: rgba(0, 208, 255, 0.06);
    border: 1px solid rgba(0, 208, 255, 0.25);
    font-size: 0.95rem;
    line-height: 1.7;
    color: #ffffff;
}

.privacy-contact strong {
    color: #ffffff;
    font-weight: 600;
}

/* LAST PARAGRAPH EMPHASIS */
.privacy-content p:last-child {
    margin-top: 26px;
    font-style: italic;
    opacity: 0.9;
}

/* =========================================================
   MOBILE OPTIMIZATION
========================================================= */

@media (max-width: 768px) {
    .privacy-title {
        font-size: 2.4rem;
        margin-bottom: 32px;
    }

    .privacy-content {
        padding: 36px 28px;
        border-radius: 22px;
    }

    .privacy-content h4 {
        font-size: 1.15rem;
        margin-top: 32px;
    }

    .privacy-content p {
        font-size: 0.95rem;
    }

    .privacy-content li {
        font-size: 0.9rem;
    }
}

/* ===============================
   PRODUCT CARD — EXTRA INFO
================================ */

.v2-card-info {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.v2-card-info-block {
    margin-bottom: 18px;
}

.v2-card-info-title {
    /*font-size: 13px;*/
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 10px;
}

.v2-card-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.v2-card-info-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;

    /*font-size: 14px;*/
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.55;
}

.v2-card-info-list li::before {
    content: '–';
    position: absolute;
    left: 0;
    color: #00d0ff;
    font-weight: 600;
}

/* compact on mobile */
@media (max-width: 768px) {
    .v2-card-info-list li {
        font-size: 13.5px;
    }
}

/* ===============================
   CARD INFO – VISUAL BALANCE
================================ */

.v2-card-info {
    margin-top: 26px;
    padding-top: 20px;
    border-top: 1px dashed rgba(255, 255, 255, 0.14);
}

.v2-card-info-block + .v2-card-info-block {
    margin-top: 20px;
}

.v2-card-info-title {
    display: inline-block;
    padding-bottom: 6px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(0, 208, 255, 0.35);
}

/* Slightly tighter bullets */
.v2-card-info-list li {
    margin-bottom: 6px;
}

/* Balance card height visually */
.v2-service-card {
    display: flex;
    flex-direction: column;
}

.v2-service-card p {
    min-height: 72px; /* keeps both cards visually aligned */
}

/* ===============================
   ABOUT SECTION – SUBTLE EMPHASIS
================================ */

.v2-about-section strong {
    font-weight: 600; /* not too bold */
    color: #e6f6fb; /* softer than pure white */

    /* subtle emphasis underline */
    background: linear-gradient(to top, rgba(0, 208, 255, 0.18) 40%, transparent 40%);

    padding: 0 2px;
    border-radius: 2px;
}

/* Slightly stronger for lead paragraph */
.v2-about-lead strong {
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(to top, rgba(0, 208, 255, 0.28) 45%, transparent 45%);
}

/* Quote emphasis */
.v2-about-quote strong {
    background: none;
    color: #00d0ff;
}

.fa-whatsapp {
    color: #25d366;
    margin-right: 6px;
}
