@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap');

/* ═══════════════════════════════════════
   RESET & BASE
═══════════════════════════════════════ */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: 'Inter', sans-serif;
    background: #fff;
    color: #1a1a2e;
    overflow-x: hidden;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit;
}

ul {
    list-style: none;
}

/* ═══════════════════════════════════════
   CSS VARIABLES
═══════════════════════════════════════ */

:root {
    --blue: #2563EB;
    --blue-d: #5c2fc0;
    --blue-l: #6e3ed4;
    --dark: #0A0F1E;
    --dark2: #6e3ed4;
    --ink: #111827;
    --ink2: #374151;
    --muted: #6B7280;
    --muted2: #9CA3AF;
    --white: #FFFFFF;
    --off: #F9FAFB;
    --off2: #F3F4F6;
    --border: #E5E7EB;
    --green: #10B981;
    --font-d: 'Manrope', sans-serif;
    --font-b: 'Inter', sans-serif;
    --r8: 8px;
    --r12: 12px;
    --r14: 14px;
    --r16: 16px;
    --r20: 20px;
    --r24: 24px;
    --s1: 0 1px 3px rgba(0, 0, 0, .06);
    --s2: 0 4px 16px rgba(0, 0, 0, .08);
    --s3: 0 10px 40px rgba(0, 0, 0, .12);
}

/* ═══════════════════════════════════════
   LAYOUT WRAPPER
═══════════════════════════════════════ */

.wrap {
    margin: 0 auto;
    padding: 55px 40px;
    width: 90%;
}

/* ═══════════════════════════════════════
   NAVIGATION
═══════════════════════════════════════ */

.nav-bar {
    background: transparent;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.nav-inner {
    width: 90%;
    margin: 0 auto;
    padding: 0 40px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.custom-logo-link {
    display: flex;
    align-items: center;
    gap: 9px;
}

.custom-logo-link img {
    width: 40%;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 30px;
}

#menu-header-menu {
    margin-bottom: 0;
}

.nav-link {
    padding: 7px 13px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    border-radius: var(--r8);
    transition: all .2s;
}

.nav-link:hover,
.nav-link.active {
    color: #ffb94c;
    font-weight: 600;
}

.nav-cta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-nav {
    padding: 9px 22px;
    font-family: var(--font-d);
    font-weight: 700;
    font-size: 13px;
    background: #ffffff;
    color: #000;
    border-radius: 50px;
    transition: all .22s;
    box-shadow: 0 3px 12px rgba(23, 86, 245, .3);
}

.btn-nav:hover {
    background: var(--blue);
    color: #fff;
    transform: translateY(-1px);
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 9px;
}

.nav-logo img {
    width: 40%;
}

.nav-links>li {
    position: relative;
    list-style: none;
}

/* Sub Menu */
.nav-links .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    display: none;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
    z-index: 999;
}

.nav-links .sub-menu li {
    width: 100%;
}

.nav-links .sub-menu a {
    color: #333;
    padding: 10px 20px;
    white-space: nowrap;
}

.nav-links .sub-menu a:hover {
    background: #f5f5f5;
}

/* Show dropdown */
.nav-links li:hover>.sub-menu {
    display: block;
}

/* ═══════════════════════════════════════
   ANCHOR NAV (sticky page tabs)
═══════════════════════════════════════ */

.anchor-nav {
    background: #2563eb;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    position: sticky;
    top: 68px;
    z-index: 400;
}

.anchor-nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
}

.anchor-nav-inner::-webkit-scrollbar {
    display: none;
}

.anchor-link {
    padding: 16px 22px;
    font-size: 13px;
    font-weight: 600;
    color: #ececec;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    transition: all .2s;
}

.anchor-link:hover {
    color: rgba(255, 255, 255, .75);
}

.anchor-link.active {
    color: #fff;
    border-color: var(--blue);
}

/*HERO PATTERN DESIGN*/

/* ----- Line Pattern background ----- */

.pattern::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 70% 50%, rgba(23, 86, 245, .12) 0%, transparent 65%), radial-gradient(ellipse 40% 40% at 10% 80%, rgba(67, 56, 202, .08) 0%, transparent 60%);
    pointer-events: none;
}

.pattern::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgb(255 255 255 / 17%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 17%) 1px, transparent 1px);
    background-size: 52px 52px;
    pointer-events: none;
}


/* ═══════════════════════════════════════
   SECTION SHARED ELEMENTS
═══════════════════════════════════════ */

.sec-sm {
    padding: 64px 0;
}

.sec-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.sec-line {
    width: 36px;
    height: 3px;
    border-radius: 2px;
    background: var(--blue);
}

.sec-line.white {
    background: #fff;
}

.sec-tag {
    font-family: var(--font-d);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--blue);
}

.sec-tag.white {
    color: #fff;
}

.sec-h2 {
    font-family: var(--font-d);
    font-weight: 800;
    font-size: clamp(26px, 3.2vw, 40px);
    line-height: 1.1;
    letter-spacing: -.035em;
    color: #000;
}

.sec-sub {
    font-size: 16px;
    color: var(--muted);
    line-height: 1.8;
    margin-top: 12px;
    max-width: 640px;
}

.sec-sub.white {
    color: #fff;
}

/* ═══════════════════════════════════════
    WEB PAGE
═══════════════════════════════════════ */

.hero {
    background-image: url(./images/data-engineering-company.png);
    min-height: 100vh;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 780px;
    width: 100%;
    margin: 130px 0 0px;
}

.hero-breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: rgba(255, 255, 255, .3);
    margin-bottom: 22px;
}

.hero-breadcrumb a {
    color: rgba(255, 255, 255, .5);
    transition: color .2s;
}

.hero-breadcrumb a:hover {
    color: var(--blue);
}

.hero-breadcrumb .sep {
    color: rgba(255, 255, 255, .18);
}

.hero h1 {
    font-family: var(--font-d);
    font-weight: 900;
    font-size: clamp(32px, 5vw, 62px);
    line-height: 1.06;
    letter-spacing: -.045em;
    color: #fff;
    margin-bottom: 22px;
}

.hero h1 span {
    color: var(--blue);
}

.hero-content p, .hero-desc {
    font-size: 16px;
    color: #fff;
    max-width: 620px;
    margin-bottom: 36px;
}

.hero-ctas {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

/* ═══════════════════════════════════════
            SERVICES PAGE
═══════════════════════════════════════ */

.services-hero {
    background-image: url(./images/about-banner.jpg);
    min-height: 100vh;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.services-hero h1, .services-hero h2, .services-hero h3, .services-hero h4, .services-hero h5, .services-hero h6 {
    font-family: var(--font-d);
    font-size: 95px !important;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
    margin: 150px 0 30px;
    line-height: .95;
    text-align: center;
}

.services-hero p {
    color: rgba(255, 255, 255, .95);
    font-size: 16px;
    margin: 0;
    font-family: var(--font-b);
    text-align: center;
}

/*═══════════════════════════════════════
            CASE STUDY DETAIL PAGE
═══════════════════════════════════════*/

.case-study-detail-hero {
    background-image: url(./images/about-banner.jpg);
    min-height: 60vh;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.case-study-detail-hero-left p {
    color: #fff;
    width: 50%;
}

.case-study-detail-hero-title {
    font-family: var(--font-d);
    font-size: 95px !important;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
    margin: 150px 0 30px;
    line-height: .95;
}

/*═══════════════════════════════════════
            CASE STUDY LISTING PAGE
═══════════════════════════════════════*/

.case-study-detail-hero {
    background-image: url(./images/case-study-listing.png);
    min-height: 60vh;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}


/* ═══════════════════════════════════════
            CONTACT PAGE
═══════════════════════════════════════ */

.contact-hero {
    background-image: url(./images/contact-banner.jpg);
    min-height: 100vh;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.contact-title {
    font-family: var(--font-d);
    font-size: 95px !important;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
    margin: 150px 0 80px;
    line-height: .95;
}

/* ═══════════════════════════════════════
   BUTTONS
═══════════════════════════════════════ */

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    font-family: var(--font-d);
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    border-radius: var(--r8);
    transition: all .22s;
    box-shadow: 0 4px 18px rgba(23, 86, 245, .35);
    border: 1px solid #777777;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 26px rgba(23, 86, 245, .45);
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    font-family: var(--font-d);
    font-weight: 700;
    font-size: 15px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, .18);
    border-radius: var(--r8);
    transition: all .22s;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, .14);
}

/* ═══════════════════════════════════════
   CLIENT LOGOS MARQUEE
═══════════════════════════════════════ */

.clients-sec {
    padding: 52px 0 0 0;
    background: #fff;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.clients-label {
    font-family: var(--font-d);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--muted2);
    text-align: center;
    margin-bottom: 14px;
}

.marquee-outer {
    overflow: hidden;
    position: relative;
}

.marquee-outer::before,
.marquee-outer::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    z-index: 2;
    pointer-events: none;
}

.marquee-outer::before {
    left: 0;
    background: linear-gradient(90deg, #fff, transparent);
}

.marquee-outer::after {
    right: 0;
    background: linear-gradient(-90deg, #fff, transparent);
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marquee 26s linear infinite;
    gap: 100px;
}

.marquee-track:hover {
    animation-play-state: paused;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.logo-item img {
    max-width: 90px;
}

/* ═══════════════════════════════════════
   TESTIMONIALS
═══════════════════════════════════════ */

.testi-sec {
    background: var(--white);
}

.testi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 48px;
}

.tcard {
    border: 1.5px solid var(--border);
    padding: 40px 30px;
    transition: all .25s;
}

.tcard:hover {
    transform: translateY(-4px);
    box-shadow: var(--s3);
    border-color: rgba(23, 86, 245, .25);
}

.tcard.middle {
    background: var(--blue);
}

.tcard.middle h4,
.tcard.middle p,
.tcard.middle .author-name,
.tcard.middle .author-role {
    color: #fff;
}

.tcard-stars {
    color: #F59E0B;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

.tcard-quote, .tcard p {
    font-size: 14px;
    color: var(--ink2);
    line-height: 1.8;
    margin: 22px 0;
}

.tcard-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-name, .tcard h4 {
    font-family: var(--font-d);
    font-weight: 700;
    font-size: 18px;
    color: var(--ink);
}

.about-story h4 {
    color: #f69d20;
}

.author-role {
    font-size: 12px;
    color: var(--muted);
    margin-top: 2px;
}

/* ═══════════════════════════════════════
   PRINCIPLES SECTION
═══════════════════════════════════════ */

.principles-sec {
    --dot-bg: #2563eb;
    --dot-color: white;
    --dot-size: 1px;
    --dot-space: 22px;
    background:
        linear-gradient(90deg, var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
        linear-gradient(var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
        var(--dot-color);
}

.about-story {
    --dot-bg: #fff;
    --dot-color: #000;
}

.about-story .sec-tag {
    font-size: 1rem;
}

.about-story .sec-label {
    justify-content: center;
}

.about-story .principles-p h2 {
    color: #000;
}

.principles-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-top: 52px;
    align-items: flex-start;
}

.principles-sec-h2, .principles-sec h2, .principles-sec h3 {
    font-family: var(--font-d);
    font-weight: 800;
    font-size: clamp(26px, 3.2vw, 40px);
    line-height: 1.1;
    letter-spacing: -.035em;
    color: #fff;
}

.about-whoweare h2, .about-whoweare h3 {
    margin-bottom: 1rem;
}

.principles-p p {
    color: #fff;
}

.principles-img {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: var(--r24);
    overflow: hidden;
    aspect-ratio: 4/3;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.pi-mockup {
    width: 100%;
    padding: 0;
}

.pi-mockup img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.principles-stats {
    display: flex;
    gap: 15px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.pstat {
    flex: 1 1 22%;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: var(--r24);
    padding: 24px 20px;
    transition: all .2s;
}

.pstat:hover {
    background: #6e0adb;
    border-color: #fff;
}

.pstat h3 {
    font-family: var(--font-d);
    font-weight: 900;
    font-size: 38px;
    letter-spacing: -.05em;
    color: #fff;
    line-height: 1;
}

.pstat h6 {
    font-family: var(--font-d);
    font-weight: 600;
    font-size: 14px;
    color: #ffc65d;
    margin-top: 6px;
}

.pstat p {
    font-size: 12px;
    color: #fff;
    margin-top: 4px;
    line-height: 1.5;
}

/* ═══════════════════════════════════════
   CAPABILITIES SECTION
═══════════════════════════════════════ */

.cap-sec {
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background-color: #e5e5f7;
    background-image: linear-gradient(45deg, #000005 1%, #ffffff 5%);
    background-size: 10px 10px;
}

.cap-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 52px;
}

.cap-card {
    background: var(--white);
    border: 1px solid #fafafa;
    padding: 32px;
    transition: all .25s;
    position: relative;
    overflow: hidden;
}

.cap-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 3px 3px 0 0;
    opacity: 0;
    transition: opacity .25s;
}

.cap-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--s3);
    border-color: rgba(23, 86, 245, .2);
}

.cap-card:hover::after {
    opacity: 1;
}

.cap-ico {
    width: 52px;
    height: 52px;
    border-radius: var(--r12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border: 1px solid var(--border);
    background: #fff;
}

.cap-ico img {
    width: 70%;
}

.cap-title {
    font-family: var(--font-d);
    font-weight: 700;
    font-size: 17px;
    color: var(--ink);
    letter-spacing: -.025em;
    margin-bottom: 10px;
}

.cap-desc {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.75;
    margin-bottom: 16px;
}

.cap-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--blue);
    transition: gap .2s;
}

.cap-link:hover {
    gap: 10px;
}

/* ═══════════════════════════════════════
   PROJECTS / SCREENS SECTION
═══════════════════════════════════════ */

.projects-section {
    background-image: linear-gradient(#1e142f 1px, transparent 1px), linear-gradient(to right, #1e142f 1px, #000000 1px);
    background-size: 20px 20px;
}

.projects-sec-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    justify-content: center;
}

.projects-sec-line {
    width: 36px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
}

.projects-sec-tag {
    font-family: var(--font-d);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
}

.project-title {
    text-align: center;
    font-size: clamp(48px, 8vw, 120px);
    font-weight: 400;
    letter-spacing: -5px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
}

.project-card {
    padding-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    align-items: stretch;
}

.project-card.reverse .project-left {
    order: 2;
}

.project-card.reverse .project-right {
    order: 1;
}

.project-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 490px;
}

.project-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 14px;
}

.brand-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(90deg, #ffb852 0%, #f64a00 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

.brand h2 {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}

.country {
    font-size: 12px;
    background: linear-gradient(90deg, #ffb852 0%, #f64a00 100%);
    font-weight: 600;
    margin-top: 8px;
    text-transform: uppercase;
    color: #fff;
    padding: 2px 8px;
}

.project-description {
    max-width: 420px;
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
}

.project-meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}

.meta-title {
    font-size: 15px;
    color: #fead4a;
    margin-bottom: 10px;
}

.project-meta ul {
    padding-left: 0;
}

.meta-item, .project-meta ul li {
    font-size: 13px;
    line-height: 1.9;
    color: #fff;
}

.project-right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
}

.image-box {
    width: 100%;
    height: 440px;
    border-radius: 20px;
    overflow: hidden;
    background: #000;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ═══════════════════════════════════════
   CASE STUDY SECTION
═══════════════════════════════════════ */

.casestudy-section {
    width: 100%;
    background: #fff;
}

.casestudy-section .principles-p h2 {
    font-family: var(--font-d);
    font-weight: 700;
    font-size: 1.85rem;
    line-height: 1.1;
    letter-spacing: -.035em;
    color: #000;
    margin-bottom: 1.5rem;
}

.casestudy-section .principles-p p {
    font-size: 16px;
    color: var(--muted);
    line-height: 1.8;
}
.casestudy-header {
    max-width: 850px;
    margin: auto;
    text-align: center;
    margin-bottom: 70px;
}

.casestudy-sub-p {
    font-size: 16px;
    color: var(--muted);
    line-height: 1.8;
    margin-top: 12px;
}

.casestudy-sec-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    justify-content: center;
}

.casestudy-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.casestudy-card,
.empty-box {
    min-height: 200px;
    padding: 24px 12px;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.casestudy-card:nth-child(-n+5),
.empty-box:nth-child(-n+5) {
    border-top: 1px solid #d9d9d9;
}

.casestudy-card:nth-child(5n+1),
.empty-box:nth-child(5n+1) {
    border-left: 1px solid #d9d9d9;
}

.empty-box {
    background-image: linear-gradient(45deg, #030303 5%, #f1f1f1 5%);
    background-size: 10px 10px;
}

.casestudy-card {
    transition: 0.3s ease;
}

.casestudy-card:hover {
    background: #7c4ad4;
}

.casestudy-card:hover * {
    color: #fff;
}

.casestudy-link {
    text-decoration: none;
    display: contents;
}

.icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ededed;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.icon.green {
    background: #ddffe4;
}

.icon.orange {
    background: #fff0e5;
}

.icon.blue {
    background: #eef4ff;
}

.icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.casestudy-card h3 {
    font-size: 22px;
    font-weight: 500;
    color: #111;
}

.casestudy-card p {
    font-size: 12px;
    color: #666;
}

/* ═══════════════════════════════════════
   WHY CHOOSE US
═══════════════════════════════════════ */

.why-section {
    width: 100%;
}

.why-top {
    max-width: 1200px;
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.why-sec-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.why-sec-line {
    width: 36px;
    height: 3px;
    border-radius: 2px;
    background: var(--blue);
}

.why-sec-tag {
    font-family: var(--font-d);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--blue);
}

.why-header {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 70px;
}

.why-sub-p {
    font-size: 16px;
    color: var(--muted);
    line-height: 1.8;
    margin-top: 12px;
}

.why-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.why-card {
    background: #fbf9ff;
    border-radius: 22px;
    padding: 26px;
    height: 340px;
    display: flex;
    flex-direction: column;
    transition: 0.35s ease;
}

.why-card:hover {
    transform: translateY(-5px);
}

.why-card.image-card {
    grid-column: span 2;
    padding: 12px;
    overflow: hidden;
    height: 340px;
}

.why-card.image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
    display: block;
}

.why-icon {
    width: 35px;
    height: 35px;
    border: 1px solid #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #2563eb;
    font-weight: 700;
    flex-shrink: 0;
}

.why-content h3 {
    font-size: 17px;
    line-height: 1.3;
    font-weight: 500;
    color: #2563eb;
    margin-bottom: 16px;
    margin-top: 20px;
}

.why-content p {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.75;
    margin-bottom: 16px;
}

/* ═══════════════════════════════════════
   INDUSTRIES SECTION
═══════════════════════════════════════ */

.ind-sec {
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.ind-intro {
    max-width: 680px;
    margin-bottom: 52px;
}

.ind-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.ind-card {
    border: 1.5px solid var(--border);
    padding: 40px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    transition: all .25s;
    text-align: center;
    background-color: #e5e5f7;
    background-image: linear-gradient(45deg, #000005 1%, #ffffff 5%);
    background-size: 10px 10px;
    cursor: pointer;
    position: relative;
}

.ind-card:hover {
    background: var(--blue);
}

.ind-card:hover .ind-name,
.ind-card:hover .ind-des {
    color: #fff;
}

.ind-ico-wrap {
    width: 64px;
    height: 64px;
    border-radius: var(--r12);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    flex-shrink: 0;
}

.ind-ico-wrap img {
    width: 50%;
}

.ind-name {
    font-family: var(--font-d);
    font-weight: 700;
    font-size: 14px;
    color: var(--ink);
}

.ind-des {
    display: none;
    font-size: 12px;
    color: var(--muted);
    line-height: 1.6;
}

.ind-card:hover .ind-des {
    display: block;
}

.ind-card:hover .ind-ico-wrap {
    display: none;
}

.ind-card:hover .ind-name {
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
}

/* ═══════════════════════════════════════
   AWARDS SECTION
═══════════════════════════════════════ */

.awards-sec {
    background: #fff;
}

.awards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 52px;
}

.award-card {
    background-image: linear-gradient(45deg, #000005 1%, #ffffff 5%);
    background-size: 10px 10px;
    border: 1px solid rgba(0, 0, 0, .08);
    padding: 28px 22px;
    text-align: center;
    transition: all .2s;
}

.award-card:hover {
    transform: translateY(-3px);
}

.sec-sub-p {
    font-size: 16px;
    color: var(--muted);
    line-height: 1.8;
    margin-top: 12px;
    max-width: 640px;
}

.sec-tag-awards {
    font-family: var(--font-d);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--blue);
}

.award-medal {
    display: block;
    margin-bottom: 14px;
}

.award-medal img {
    filter: grayscale(100%);
    width: 60%;
    display: block;
    margin: 0 auto;
    transition: filter .3s;
}

.award-medal img:hover {
    filter: grayscale(0%);
}

.award-name {
    font-family: var(--font-d);
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 1.35;
    padding: 4px 12px;
    border-radius: 50px;
}

.award-org {
    font-size: 12px;
    color: var(--blue);
}

.award-year {
    display: inline-block;
    margin-top: 10px;
    font-size: 11px;
    font-weight: 700;
    color: var(--blue);
    background: rgba(23, 86, 245, .15);
    border: 1px solid rgba(23, 86, 245, .25);
    padding: 2px 10px;
    border-radius: 999px;
}

/* ═══════════════════════════════════════
   PROCESS SECTION
═══════════════════════════════════════ */

.process-sec {
    position: relative;
    overflow: hidden;
    background-image:
        radial-gradient(circle at center center, #6e3ed4, #8551e1),
        repeating-radial-gradient(circle at center center, #6e3ed4, #7c4ad4, 10px, transparent 20px, transparent 10px);
    background-blend-mode: multiply;
}

.process-h2 {
    color: #fff !important;
}

.process-sec-sub {
    color: #fff !important;
}

.process-label {
    color: #fff;
}

.process-line {
    background: #fff;
}

.process-tag {
    color: #fff;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    margin-top: 52px;
    position: relative;
}

.process-steps::before {
    content: '';
    position: absolute;
    top: 32px;
    left: 0%;
    right: 0%;
    height: 2px;
    background: linear-gradient(90deg, var(--blue), #93C5FD, var(--blue));
    z-index: 0;
}

.pstep {
    text-align: left;
    position: relative;
    z-index: 1;
    padding: 0 10px;
}

.pstep-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--white);
    border: 2px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-d);
    font-weight: 900;
    font-size: 18px;
    color: var(--ink);
    transition: all .3s;
    box-shadow: var(--s1);
}

.pstep:hover .pstep-circle {
    background: var(--blue);
    color: #fff;
    border-color: var(--blue);
    box-shadow: 0 0 0 6px rgba(23, 86, 245, .12);
}

.pstep h4  {
    font-family: var(--font-d);
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    margin: 36px 0 12px;
}

.pstep p {
    font-size: 13px;
    color: rgba(255, 255, 255, .8);
    line-height: 1.65;
}

/* ═══════════════════════════════════════
   INSIGHTS / BLOG
═══════════════════════════════════════ */

.insights-sec {
    background: var(--white);
}

.insights-slider {
    position: relative;
    margin-top: 48px;
}

.insights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.icard {
    background: var(--off);
    border: 1.5px solid var(--border);
    overflow: hidden;
    transition: all .25s;
}

.icard:hover {
    transform: translateX(-4px);
    box-shadow: var(--s3);
    border-color: rgba(23, 86, 245, .2);
}

/* .icard-img-01 {
    height: 170px;
    background: repeating-linear-gradient(-45deg, #E5E5F7 0px, #E5E5F7 12px, #F44336 12px, #FF9800 24px, #FFEB3B 24px, #CDDC39 36px);
}

.icard-img-02 {
    height: 170px;
    background: repeating-linear-gradient(90deg, #444CF7 0, #444CF7 10px, #22D1EE 10px, #22D1EE 20px, #df53ff 20px, #df53ff 30px, #22D1EE 30px, #22D1EE 40px);
}

.icard-img-03 {
    height: 170px;
    background: repeating-linear-gradient(45deg, transparent 0, transparent 35px, #444CF7 35px, #444CF7 40px), repeating-linear-gradient(-45deg, transparent 0, transparent 35px, #22D1EE 35px, #22D1EE 40px), repeating-linear-gradient(90deg, transparent 0, transparent 35px, #df53ff 35px, #df53ff 40px), #E5E5F7;
} */

.icard-body {
    padding: 22px;
}

.icard-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #fff;
    background: var(--blue);
    border: 1px solid rgba(23, 86, 245, .14);
    padding: 3px 10px;
    border-radius: 999px;
    margin-bottom: 11px;
}

.icard-title {
    font-family: var(--font-d);
    font-weight: 700;
    font-size: 15px;
    color: var(--ink);
    line-height: 1.4;
    margin-bottom: 9px;
}

.icard-desc {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.72;
}

.icard-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid var(--border);
}

.icard-date {
    font-size: 12px;
    color: var(--muted2);
}

.icard-read {
    font-size: 12px;
    font-weight: 600;
    color: var(--blue);
}

/* ═══════════════════════════════════════
   FAQ SECTION
═══════════════════════════════════════ */

.faq-sec {
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background-color: #e5e5f7;
    background-image: linear-gradient(45deg, #000005 1%, #ffffff 5%);
    background-size: 10px 10px;
}

.faq-layout {
    display: grid;
    grid-template-columns: 1fr 1.8fr;
    gap: 80px;
    align-items: start;
}

.faq-left h2 {
    margin-bottom: 12px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 500px;
    overflow-y: auto;
    padding-right: 10px;
}

.faq-list::-webkit-scrollbar {
    width: 8px;
}

.faq-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.faq-list::-webkit-scrollbar-thumb {
    background: var(--blue);
    border-radius: 10px;
}

.faq-list::-webkit-scrollbar-thumb:hover {
    background: var(--blue-d);
}

.faq-item {
    border-bottom: 1.5px solid var(--border);
    padding: 20px 22px;
    cursor: pointer;
    transition: all .4s;
}

.faq-item.open {
    border-color: var(--blue);
}

.faq-q {
    font-family: var(--font-d);
    font-size: 15px;
    font-weight: 700;
    color: var(--ink);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.4;
}

.faq-item.open .faq-q {
    color: var(--blue);
}

.faq-toggle {
    font-size: 20px;
    color: var(--blue);
    flex-shrink: 0;
    line-height: 1.1;
}

.faq-a {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.8;
    margin-top: 12px;
    display: none;
}

.faq-item.open .faq-a {
    display: block;
}

/* ═══════════════════════════════════════
   CTA BANNER
═══════════════════════════════════════ */

.cta-banner {
    padding: 72px 0;
    position: relative;
    overflow: hidden;
    background-image:
        radial-gradient(circle at center center, #6e3ed4, #8551e1),
        repeating-radial-gradient(circle at center center, #6e3ed4, #7c4ad4, 10px, transparent 20px, transparent 10px);
    background-blend-mode: multiply;
}

.cta-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 80% at 100% 50%, rgba(255, 255, 255, .08) 0%, transparent 65%);
    pointer-events: none;
}

.cta-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.cta-text h2 {
    font-family: var(--font-d);
    font-weight: 900;
    font-size: clamp(22px, 3vw, 38px);
    color: #fff;
    letter-spacing: -.04em;
    line-height: 1.15;
    margin-bottom: 10px;
}

.cta-text p {
    font-size: 16px;
    color: #fff;
    max-width: 520px;
    line-height: 1.7;
}

.cta-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-cta-w {
    padding: 14px 30px;
    font-family: var(--font-d);
    font-weight: 700;
    font-size: 15px;
    background: #fff;
    color: var(--blue);
    border-radius: var(--r8);
    transition: all .22s;
    white-space: nowrap;
}

.btn-cta-w:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
}

.btn-cta-o {
    padding: 14px 30px;
    font-family: var(--font-d);
    font-weight: 700;
    font-size: 15px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, .3);
    border-radius: var(--r8);
    transition: all .22s;
    white-space: nowrap;
}

.btn-cta-o:hover {
    background: rgba(255, 255, 255, .2);
}

/* ═══════════════════════════════════════
   CONTACT SECTION
═══════════════════════════════════════ */

.contact-sec {
    background-image: url(./images/home-contact-us.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

/* Left: heading + text only, no card, no info rows */
.contact-left h2 {
    color: #fff;
    margin-bottom: 15px;
}

.contact-left p {
    color: #fff;
    font-size: 18px;
    max-width: 420px;
}

/* Right: form card */
.contact-form {
    border-radius: var(--r24);
    padding: 40px;
}

.cf-title, .contact-form h3 {
    font-family: var(--font-d);
    font-weight: 800;
    font-size: 22px;
    color: #fff;
    margin-bottom: 5px;
}

.cf-sub, .contact-form p {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 26px;
}

.cf-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
}

.cf-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 14px;
}

.cf-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #fff;
}

.cf-input,
.cf-select,
.cf-textarea {
    width: 100%;
    font-family: var(--font-b);
    font-size: 14px;
    color: #fff;
    background: rgba(255, 255, 255, .06);
    border: 1.5px solid rgba(255, 255, 255, .3);
    border-radius: 10px;
    padding: 12px 16px;
    outline: none;
    transition: all .2s;
    appearance: none;
}

.cf-input::placeholder,
.cf-textarea::placeholder {
    color: rgba(255, 255, 255, .22);
}

.cf-input:focus,
.cf-select:focus,
.cf-textarea:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(23, 86, 245, .14);
}

.cf-select option {
    background: var(--dark);
}

.cf-textarea {
    resize: none;
    min-height: 110px;
    line-height: 1.7;
}

.cf-captcha {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 10px;
    padding: 12px 16px;
    margin-bottom: 14px;
}

.cf-captcha input[type=checkbox] {
    width: 16px;
    height: 16px;
    accent-color: var(--blue);
}

.cf-captcha span {
    font-size: 13px;
    color: rgba(255, 255, 255, .4);
}

.cf-captcha .rc {
    margin-left: auto;
    font-size: 10px;
    color: rgba(255, 255, 255, .18);
    font-family: monospace;
}

.cf-submit {
    width: 100%;
    padding: 15px;
    font-family: var(--font-d);
    font-weight: 700;
    font-size: 16px;
    color: #000;
    background: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all .25s;
}

.cf-submit:hover {
    background: #000;
    transform: translateY(-2px);
    color: #fff;
}

.captcha-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    justify-content: end;
}

.captcha-group .cf-label {
    margin-bottom: 0;
    white-space: nowrap;
}

.captcha-group .cf-input {
    width: 100px;
}

.contact-form form p {
    margin: 0 !important;
}

.captcha-group p .cf-label {
    font-size: 1.12rem;
    position: relative;
    top: -15px;
}

.iti__search-input {
    padding: 10px;
    border: 1px solid #000;
}

.iti__country-name {
    color: #000;
}

.wpcf7-response-output {
    color: #fff;
    margin-top: 0 !important;
}

/* ═══════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════ */

@media (max-width: 992px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .contact-form {
        padding: 28px 20px;
    }

    .cf-row {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

/* ═══════════════════════════════════════
   FOOTER
═══════════════════════════════════════ */

footer {
    background-image: radial-gradient(circle at center center, #171616, #000000), repeating-radial-gradient(circle at center center, #000000, #ffffff, 25px, transparent 20px, transparent 10px);
    background-blend-mode: multiply;
    padding: 60px 0 22px;
    border-top: 1px solid rgba(255, 255, 255, .05);
}

.foot-grid {
    display: grid;
    grid-template-columns: 2.2fr 1fr 1fr 1fr 1fr;
    gap: 36px;
    margin-bottom: 80px;
}

.foot-brand p {
    font-size: 13px;
    color: #fff;
    line-height: 1.75;
    max-width: 250px;
    margin-top: 14px;
}

.foot-social {
    display: flex;
    gap: 8px;
    margin-top: 18px;
}

.fsoc {
    width: 40px;
    height: 40px;
    background: #f69d20;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
    transition: all .2s;
    text-decoration: none;
}

.footer-des {
    color: #fff;
}

.fsoc:hover {
    background: #f64a00;
}

.foot-col h4 {
    font-family: var(--font-d);
    font-size: 18px;
    background: linear-gradient(90deg, #FFC107, #FF5722);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 14px;
}

.foot-links {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.foot-links a {
    font-size: 13px;
    color: #fff;
    transition: color .2s;
}

.foot-links a:hover {
    color: #fc6b0f;
}

.foot-bottom {
    border-top: 1px solid var(--border);
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-heading {
    font-size: clamp(1.5rem, 8vw, 10rem);
    font-weight: 600;
    color: #3c3c3c;
    line-height: 1;
    padding: 30px 0;
    text-align: center;
    letter-spacing: 18px;
}

.foot-mid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.foot-copy {
    font-size: 13px;
    color: #fff;
}

/* ═══════════════════════════════════════
   SCROLL REVEAL ANIMATION
═══════════════════════════════════════ */

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .65s ease, transform .65s ease;
}

.reveal.in {
    opacity: 1;
    transform: translateY(0);
}

/* ═══════════════════════════════════════
   RESPONSIVE — 1200px
═══════════════════════════════════════ */

@media (max-width: 1200px) {
    .wrap {
        padding: 50px 30px;
    }

    .hero h1 {
        font-size: 52px;
    }

    .cap-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .principles-stats {
        flex-wrap: wrap;
    }

    .pstat {
        flex: 1 1 48%;
    }

    .project-left {
        min-height: auto;
    }

    .project-title {
        font-size: 80px;
    }

    .project-card {
        grid-template-columns: 1fr;
    }
}

/* ═══════════════════════════════════════
   RESPONSIVE — 1024px
═══════════════════════════════════════ */

@media (max-width: 1024px) {

    .principles-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .testi-grid,
    .insights-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .awards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-steps {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .process-steps::before {
        display: none;
    }

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .faq-layout {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .foot-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .nav-links {
        display: none;
    }

    .ind-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .casestudy-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .empty-box {
        display: none;
    }

    .why-card.image-card {
        grid-column: span 2;
    }
}

/* ═══════════════════════════════════════
   RESPONSIVE — 992px
═══════════════════════════════════════ */

@media (max-width: 992px) {
    .nav-inner {
        padding: 15px 20px;
        height: auto;
    }

    .hero h1 {
        font-size: 42px;
    }

    .hero-desc {
        font-size: 16px;
    }

    .project-card {
        gap: 30px;
    }

    .project-meta {
        gap: 20px;
    }

    .cap-grid,
    .awards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ind-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .process-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .foot-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .principles-stats {
        gap: 15px;
    }
}

/* ═══════════════════════════════════════
   RESPONSIVE — 768px
═══════════════════════════════════════ */

@media (max-width: 768px) {
    .wrap {
        padding: 40px 20px;
    }

    .hero {
        min-height: auto;
        text-align: left;
    }

    .hero h1 {
        font-size: 36px;
        line-height: 1.15;
    }

    .hero-desc {
        font-size: 15px;
        line-height: 1.7;
    }

    .hero-ctas {
        flex-direction: column;
        align-items: flex-start;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
        justify-content: center;
    }

    .project-title {
        font-size: 42px;
    }

    .project-header {
        flex-direction: column;
        gap: 10px;
    }

    .project-meta {
        grid-template-columns: 1fr;
    }

    .image-box {
        height: 260px;
    }

    .cap-grid,
    .testi-grid,
    .insights-grid,
    .awards-grid,
    .ind-grid,
    .process-steps,
    .foot-grid {
        grid-template-columns: 1fr;
    }

    .cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .cta-actions {
        width: 100%;
    }

    .btn-cta-w,
    .btn-cta-o {
        width: 100%;
        text-align: center;
    }

    .contact-form {
        padding: 25px 20px;
    }

    .cf-row {
        grid-template-columns: 1fr;
    }

    .principles-stats {
        flex-direction: column;
    }

    .pstat {
        width: 100%;
        flex: none;
    }

    .anchor-nav-inner {
        padding: 0 15px;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }

    .why-card.image-card {
        grid-column: span 1;
        min-height: 260px;
    }

    .why-card {
        height: auto;
    }

    .projects-section {
        padding: 40px 0;
    }

    .project-title {
        font-size: 42px;
        letter-spacing: -2px;
    }

    .casestudy-header h2 {
        font-size: 36px;
    }

    .casestudy-card h3 {
        font-size: 20px;
    }
}

/* ═══════════════════════════════════════
   RESPONSIVE — 480px
═══════════════════════════════════════ */

@media (max-width: 480px) {
    .hero h1 {
        font-size: 28px;
    }

    .hero-desc {
        font-size: 14px;
    }

    .project-title {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .brand h2 {
        font-size: 22px;
    }

    .sec-h2,
    .principles-sec-h2, .principles-sec h2,
    .principles-sec h3 {
        font-size: 26px;
        line-height: 1.2;
    }

    .contact-form {
        border-radius: 16px;
    }

    .btn-primary,
    .btn-secondary,
    .btn-nav {
        padding: 12px 18px;
        font-size: 14px;
    }

    .logo-item img {
        max-width: 80px;
    }

    .foot-grid {
        grid-template-columns: 1fr;
    }
}