@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@300;400;500;600;700;800&display=swap");



/* =========================================
   PREMIUM PROJECTS SECTION
========================================= */

.ag-projects-section {
    --ag-bg: #030609;
    --ag-card: #07101a;
    --ag-card-light: #0b1724;
    --ag-border: rgba(255, 255, 255, 0.1);
    --ag-text: #f5f7fa;
    --ag-muted: #8e99a8;
    --ag-accent: #4d9fff;
    --ag-accent-light: #8ec5ff;

    position: relative;
    padding: 130px 24px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 12% 12%,
            rgba(17, 71, 130, 0.2),
            transparent 32%
        ),
        radial-gradient(
            circle at 88% 82%,
            rgba(18, 59, 107, 0.2),
            transparent 32%
        ),
        var(--ag-bg);
    isolation: isolate;
}

/* Background grid */

.ag-projects-grid-bg {
    position: absolute;
    inset: 0;
    z-index: -3;
    opacity: 0.3;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px
        );
    background-size: 55px 55px;
    pointer-events: none;
}

/* Background glows */

.ag-projects-glow {
    position: absolute;
    z-index: -2;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.2;
    pointer-events: none;
}

.ag-projects-glow-one {
    top: 4%;
    left: -220px;
    background: #0055bb;
}

.ag-projects-glow-two {
    right: -220px;
    bottom: 5%;
    background: #073b78;
}

/* Main container */

.ag-projects-container {
    position: relative;
    z-index: 2;
    width: min(1380px, 100%);
    margin: 0 auto;
}

/* =========================================
   SECTION HEADING
========================================= */

.ag-projects-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    gap: 80px;
    align-items: end;
    margin-bottom: 70px;
}

.ag-projects-label {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 25px;
    color: var(--ag-accent-light);
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.ag-projects-label span {
    color: rgba(255, 255, 255, 0.4);
}

.ag-projects-label i {
    display: block;
    width: 55px;
    height: 1px;
    background: linear-gradient(
        90deg,
        var(--ag-accent),
        transparent
    );
}

.ag-projects-heading h2 {
    max-width: 850px;
    margin: 0;
    color: var(--ag-text);
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(52px, 6.2vw, 94px);
    font-weight: 400;
    line-height: 0.92;
    letter-spacing: 1px;
}

.ag-projects-heading h2 em {
    display: block;
    color: transparent;
    font-style: normal;
    -webkit-text-stroke: 1px rgba(126, 187, 255, 0.9);
    text-shadow: 0 0 35px rgba(47, 139, 245, 0.16);
}

.ag-projects-heading-right {
    padding-bottom: 8px;
}

.ag-projects-heading-right p {
    margin: 0 0 28px;
    color: var(--ag-muted);
    font-family: "Inter", sans-serif;
    font-size: 15px;
    line-height: 1.8;
}

.ag-view-all-link {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: var(--ag-text);
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-decoration: none;
    text-transform: uppercase;
}

.ag-view-all-link i {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid var(--ag-border);
    border-radius: 50%;
    font-style: normal;
    transition:
        transform 0.35s ease,
        background-color 0.35s ease,
        border-color 0.35s ease;
}

.ag-view-all-link:hover i {
    border-color: var(--ag-accent);
    background: var(--ag-accent);
    transform: rotate(45deg);
}

/* =========================================
   PROJECT GRID
========================================= */

.ag-project-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

/* Project card */

.ag-project-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--ag-border);
    border-radius: 28px;
    background:
        linear-gradient(
            145deg,
            rgba(12, 25, 39, 0.96),
            rgba(4, 10, 16, 0.98)
        );
    box-shadow:
        0 25px 70px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition:
        transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1),
        border-color 0.45s ease,
        box-shadow 0.45s ease;
}

.ag-project-card::before {
    position: absolute;
    inset: 0;
    z-index: 3;
    border-radius: inherit;
    background:
        linear-gradient(
            135deg,
            rgba(76, 158, 255, 0.14),
            transparent 38%
        );
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.45s ease;
    content: "";
}

.ag-project-card:hover {
    border-color: rgba(87, 166, 255, 0.5);
    box-shadow:
        0 35px 90px rgba(0, 0, 0, 0.48),
        0 0 0 1px rgba(74, 155, 255, 0.08),
        0 0 45px rgba(31, 117, 216, 0.12);
    transform: translateY(-10px);
}

.ag-project-card:hover::before {
    opacity: 1;
}

/* Entire card clickable */

.ag-project-card-link {
    position: relative;
    z-index: 4;
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

/* =========================================
   PROJECT IMAGE
========================================= */

.ag-project-image {
    position: relative;
    height: clamp(320px, 35vw, 510px);
    overflow: hidden;
    background: #07101a;
}

.ag-project-image::after {
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    height: 55%;
    background: linear-gradient(
        to top,
        rgba(3, 7, 11, 0.96),
        transparent
    );
    pointer-events: none;
    content: "";
}

.ag-project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform 0.85s cubic-bezier(0.2, 0.75, 0.2, 1),
        filter 0.5s ease;
}

.ag-project-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            145deg,
            rgba(2, 8, 14, 0.08),
            rgba(2, 8, 14, 0.42)
        );
    transition: background 0.45s ease;
}

.ag-project-card:hover .ag-project-image img {
    filter: brightness(0.82) saturate(1.08);
    transform: scale(1.075);
}

.ag-project-card:hover .ag-project-overlay {
    background:
        linear-gradient(
            145deg,
            rgba(4, 21, 38, 0.1),
            rgba(1, 7, 12, 0.58)
        );
}

/* Top image details */

.ag-project-top-info {
    position: absolute;
    top: 24px;
    right: 24px;
    left: 24px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.ag-project-number,
.ag-project-year {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(3, 9, 15, 0.7);
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.ag-project-number {
    width: 42px;
    border-radius: 50%;
}

.ag-project-year {
    padding: 0 15px;
    border-radius: 30px;
}

/* Round arrow button */

.ag-project-open {
    position: absolute;
    top: 80px;
    right: 24px;
    z-index: 6;
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    background: rgba(5, 12, 20, 0.76);
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition:
        transform 0.45s ease,
        background-color 0.45s ease,
        border-color 0.45s ease;
}

.ag-project-card:hover .ag-project-open {
    border-color: var(--ag-accent);
    background: var(--ag-accent);
    transform: rotate(45deg);
}

/* Image bottom title */

.ag-project-image-title {
    position: absolute;
    right: 28px;
    bottom: 27px;
    left: 28px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 5px;
    transform: translateY(8px);
    transition: transform 0.45s ease;
}

.ag-project-card:hover .ag-project-image-title {
    transform: translateY(0);
}

.ag-project-image-title span {
    color: var(--ag-accent-light);
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ag-project-image-title strong {
    color: #ffffff;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(28px, 3vw, 43px);
    font-weight: 400;
    letter-spacing: 0.6px;
}

/* =========================================
   PROJECT CONTENT
========================================= */

.ag-project-content {
    position: relative;
    z-index: 5;
    display: flex;
    min-height: 330px;
    flex-direction: column;
    padding: 34px;
}

.ag-project-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 20px;
}

.ag-project-meta span {
    position: relative;
    color: #8fa0b4;
    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.ag-project-meta span:not(:last-child)::after {
    display: inline-block;
    width: 3px;
    height: 3px;
    margin: 0 0 2px 9px;
    border-radius: 50%;
    background: var(--ag-accent);
    content: "";
}

.ag-project-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 15px;
}

.ag-project-content h3 {
    margin: 0;
    color: var(--ag-text);
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(32px, 3.4vw, 47px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.5px;
}

.ag-project-title-arrow {
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.35);
    font-family: "Inter", sans-serif;
    font-size: 22px;
    transition:
        color 0.35s ease,
        transform 0.35s ease;
}

.ag-project-card:hover .ag-project-title-arrow {
    color: var(--ag-accent-light);
    transform: translate(4px, -4px);
}

.ag-project-content p {
    max-width: 620px;
    margin: 0 0 30px;
    color: var(--ag-muted);
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 1.75;
}

/* Card footer */

.ag-project-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 22px;
    margin-top: auto;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ag-project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ag-project-tags span {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.025);
    color: #a8b3c1;
    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition:
        border-color 0.3s ease,
        color 0.3s ease,
        background-color 0.3s ease;
}

.ag-project-card:hover .ag-project-tags span {
    border-color: rgba(75, 156, 255, 0.28);
    background: rgba(49, 128, 221, 0.07);
    color: #d6e9ff;
}

.ag-project-view {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ag-project-view i {
    color: var(--ag-accent-light);
    font-style: normal;
    transition: transform 0.35s ease;
}

.ag-project-card:hover .ag-project-view i {
    transform: translateX(6px);
}

/* =========================================
   BOTTOM CTA
========================================= */

.ag-projects-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-top: 70px;
    padding: 48px 52px;
    overflow: hidden;
    border: 1px solid var(--ag-border);
    border-radius: 26px;
    background:
        linear-gradient(
            120deg,
            rgba(12, 27, 43, 0.94),
            rgba(5, 12, 20, 0.94)
        );
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.24);
}

.ag-projects-bottom-content span {
    display: block;
    margin-bottom: 8px;
    color: var(--ag-accent-light);
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ag-projects-bottom h3 {
    max-width: 760px;
    margin: 0;
    color: var(--ag-text);
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(34px, 4vw, 55px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.5px;
}

.ag-projects-cta {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 18px;
    min-height: 62px;
    padding: 0 28px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 60px;
    background: #ffffff;
    color: #07101a;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.1px;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        transform 0.35s ease,
        background-color 0.35s ease,
        box-shadow 0.35s ease;
}

.ag-projects-cta i {
    font-size: 18px;
    font-style: normal;
    transition: transform 0.35s ease;
}

.ag-projects-cta:hover {
    background: var(--ag-accent-light);
    box-shadow: 0 15px 35px rgba(47, 139, 245, 0.25);
    transform: translateY(-4px);
}

.ag-projects-cta:hover i {
    transform: rotate(45deg);
}

/* =========================================
   TABLET RESPONSIVE
========================================= */

@media (max-width: 1100px) {

    .ag-projects-section {
        padding: 105px 22px;
    }

    .ag-projects-heading {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 55px;
    }

    .ag-projects-heading-right {
        max-width: 650px;
    }

    .ag-project-content {
        min-height: 350px;
        padding: 28px;
    }

    .ag-project-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* =========================================
   MOBILE RESPONSIVE
========================================= */

@media (max-width: 767px) {

    .ag-projects-section {
        padding: 82px 15px;
    }

    .ag-projects-grid-bg {
        background-size: 38px 38px;
    }

    .ag-projects-heading {
        gap: 25px;
        margin-bottom: 42px;
    }

    .ag-projects-label {
        gap: 10px;
        margin-bottom: 18px;
        font-size: 10px;
        letter-spacing: 2px;
    }

    .ag-projects-label i {
        width: 38px;
    }

    .ag-projects-heading h2 {
        font-size: clamp(46px, 15vw, 65px);
        line-height: 0.94;
    }

    .ag-projects-heading-right p {
        font-size: 14px;
        line-height: 1.7;
    }

    .ag-project-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .ag-project-card {
        border-radius: 21px;
    }

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

    .ag-project-image {
        height: 310px;
    }

    .ag-project-top-info {
        top: 17px;
        right: 17px;
        left: 17px;
    }

    .ag-project-number,
    .ag-project-year {
        min-height: 32px;
        font-size: 9px;
    }

    .ag-project-number {
        width: 36px;
    }

    .ag-project-year {
        padding: 0 11px;
    }

    .ag-project-open {
        top: 66px;
        right: 17px;
        width: 45px;
        height: 45px;
        font-size: 17px;
    }

    .ag-project-image-title {
        right: 20px;
        bottom: 20px;
        left: 20px;
    }

    .ag-project-image-title strong {
        font-size: 31px;
    }

    .ag-project-content {
        min-height: auto;
        padding: 25px 20px;
    }

    .ag-project-title-row {
        gap: 12px;
    }

    .ag-project-content h3 {
        font-size: 34px;
    }

    .ag-project-content p {
        margin-bottom: 24px;
        font-size: 13px;
    }

    .ag-project-footer {
        gap: 20px;
        padding-top: 22px;
    }

    .ag-project-tags span {
        min-height: 28px;
        padding: 0 10px;
        font-size: 9px;
    }

    .ag-projects-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 28px;
        margin-top: 45px;
        padding: 35px 24px;
        border-radius: 21px;
    }

    .ag-projects-bottom h3 {
        font-size: 38px;
    }

    .ag-projects-cta {
        width: 100%;
        justify-content: center;
    }
}

/* Very small phones */

@media (max-width: 420px) {

    .ag-projects-section {
        padding-right: 12px;
        padding-left: 12px;
    }

    .ag-project-image {
        height: 275px;
    }

    .ag-project-year {
        max-width: 145px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .ag-project-meta {
        gap: 7px;
    }

    .ag-project-meta span {
        font-size: 9px;
        letter-spacing: 1px;
    }

    .ag-project-view {
        font-size: 10px;
    }
}

/* Touch devices */

@media (hover: none) {

    .ag-project-card:hover {
        transform: none;
    }

    .ag-project-card:active {
        border-color: rgba(87, 166, 255, 0.55);
        transform: scale(0.985);
    }

    .ag-project-open {
        border-color: rgba(83, 161, 255, 0.45);
        background: rgba(31, 112, 207, 0.85);
    }
}

/* Reduced motion accessibility */

@media (prefers-reduced-motion: reduce) {

    .ag-project-card,
    .ag-project-image img,
    .ag-project-open,
    .ag-project-title-arrow,
    .ag-project-view i,
    .ag-projects-cta,
    .ag-projects-cta i {
        transition: none;
    }
}





:root {
    --ag-font-heading: "Bebas Neue", sans-serif;
    --ag-font-display: "Bebas Neue", sans-serif;
    --ag-font-body: "Inter", sans-serif;
}

/* Body, navigation, buttons and normal text */
body {
    font-family: var(--ag-font-body);
}

/* Main portfolio headings */
h1,
h2,
h3,
.section-title {
    font-family: var(--ag-font-heading);
}

/* AG Logo */
.ag-logo-front,
.ag-logo-shadow {
    font-family: var(--ag-font-display);
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1px;
}

/* Brand name */
.ag-brand-text strong {
    font-family: var(--ag-font-display);
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 2px;
}

/* Small brand subtitle */
.ag-brand-text span {
    font-family: var(--ag-font-body);
    font-weight: 700;
}

/* Navigation */
.ag-nav a {
    font-family: var(--ag-font-body);
    font-weight: 600;
}

/* Let's Talk button */
.ag-nav-cta {
    font-family: var(--ag-font-body);
    font-weight: 700;
}

/* Top header */
.ag-topbar-contact,
.ag-topbar-social {
    font-family: var(--ag-font-body);
}

:root {
    --ag-primary: #6c5ce7;
    --ag-primary-dark: #4834d4;
    --ag-secondary: #00d2d3;
    --ag-dark: #09101d;
    --ag-dark-soft: #111a2b;
    --ag-text: #273043;
    --ag-muted: #6d7585;
    --ag-white: #ffffff;
    --ag-border: rgba(255, 255, 255, 0.12);
    --ag-light-border: rgba(9, 16, 29, 0.1);
    --ag-shadow: 0 18px 50px rgba(9, 16, 29, 0.13);
    --ag-transition: 0.35s ease;
}

/* =========================
   BASIC RESET
========================= */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    color: var(--ag-text);
    background: #f8f9fc;
}

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

button {
    font: inherit;
}

.ag-container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

/* =========================
   CUSTOM CURSOR
========================= */

.ag-cursor-dot,
.ag-cursor-outline {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.ag-cursor-dot {
    width: 8px;
    height: 8px;
    background: var(--ag-secondary);
}

.ag-cursor-outline {
    width: 38px;
    height: 38px;
    border: 1.5px solid rgba(108, 92, 231, 0.65);
    transition:
        width 0.2s ease,
        height 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease;
}

.ag-cursor-outline.cursor-hover {
    width: 58px;
    height: 58px;
    border-color: rgba(0, 210, 211, 0.55);
    background: rgba(0, 210, 211, 0.08);
}

/* =========================
   TOP HEADER
========================= */

.ag-topbar {
    position: relative;
    z-index: 1100;
    color: rgba(255, 255, 255, 0.84);
    background:
        radial-gradient(
            circle at 15% 50%,
            rgba(108, 92, 231, 0.2),
            transparent 32%
        ),
        linear-gradient(90deg, #070c16, #101a2c 55%, #090f1c);
    border-bottom: 1px solid var(--ag-border);
}

.ag-topbar-inner {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.ag-topbar-contact,
.ag-topbar-social {
    display: flex;
    align-items: center;
}

.ag-topbar-contact {
    gap: 25px;
}

.ag-topbar-contact a,
.ag-location {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.15px;
}

.ag-topbar-contact a {
    transition: color var(--ag-transition);
}

.ag-topbar-contact a:hover {
    color: var(--ag-secondary);
}

.ag-topbar-contact i {
    color: var(--ag-secondary);
}

.ag-topbar-social {
    gap: 8px;
}

.ag-topbar-social > span {
    margin-right: 7px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.ag-topbar-social a {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    color: var(--ag-white);
    font-size: 12px;
    border: 1px solid var(--ag-border);
    border-radius: 50%;
    transition:
        transform var(--ag-transition),
        color var(--ag-transition),
        background var(--ag-transition),
        border-color var(--ag-transition);
}

.ag-topbar-social a:hover {
    color: var(--ag-dark);
    background: var(--ag-secondary);
    border-color: var(--ag-secondary);
    transform: translateY(-3px);
}

/* =========================
   MAIN HEADER
========================= */

.ag-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid transparent;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition:
        box-shadow var(--ag-transition),
        border-color var(--ag-transition),
        background var(--ag-transition);
}

.ag-header.ag-header-scrolled {
    background: rgba(255, 255, 255, 0.96);
    border-color: var(--ag-light-border);
    box-shadow: 0 12px 35px rgba(9, 16, 29, 0.1);
}

.ag-header-inner {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

/* =========================
   3D AG BRAND LOGO
========================= */

.ag-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.ag-logo-wrap {
    position: relative;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    perspective: 600px;
}

.ag-logo-glow {
    position: absolute;
    inset: 4px;
    background: linear-gradient(
        135deg,
        rgba(108, 92, 231, 0.45),
        rgba(0, 210, 211, 0.35)
    );
    border-radius: 18px;
    filter: blur(12px);
    opacity: 0.75;
    transition: opacity var(--ag-transition);
}

.ag-logo {
    position: relative;
    width: 51px;
    height: 51px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.24),
            rgba(255, 255, 255, 0.02)
        ),
        linear-gradient(145deg, var(--ag-primary), var(--ag-primary-dark));
    box-shadow:
        0 10px 18px rgba(72, 52, 212, 0.3),
        inset 1px 1px 1px rgba(255, 255, 255, 0.55),
        inset -5px -6px 12px rgba(9, 16, 29, 0.2);
    transform: rotateX(7deg) rotateY(-8deg);
    transition:
        transform 0.45s ease,
        box-shadow 0.45s ease;
}

.ag-logo::before {
    content: "";
    position: absolute;
    width: 75px;
    height: 20px;
    top: -8px;
    left: -34px;
    background: rgba(255, 255, 255, 0.25);
    transform: rotate(-42deg);
}

.ag-logo::after {
    content: "";
    position: absolute;
    right: 7px;
    bottom: 7px;
    width: 7px;
    height: 7px;
    background: var(--ag-secondary);
    border-radius: 50%;
    box-shadow: 0 0 12px var(--ag-secondary);
}

.ag-logo-front,
.ag-logo-shadow {
    position: absolute;
    font-family: "Bebas Neue", sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -1.2px;
}

.ag-logo-front {
    z-index: 2;
    color: var(--ag-white);
    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.55),
        0 4px 8px rgba(9, 16, 29, 0.3);
}

.ag-logo-shadow {
    z-index: 1;
    color: rgba(9, 16, 29, 0.28);
    transform: translate(2px, 3px);
}

.ag-brand:hover .ag-logo {
    transform: rotateX(0deg) rotateY(0deg) translateY(-3px);
    box-shadow:
        0 15px 25px rgba(72, 52, 212, 0.4),
        inset 1px 1px 1px rgba(255, 255, 255, 0.55);
}

.ag-brand:hover .ag-logo-glow {
    opacity: 1;
}

.ag-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.ag-brand-text strong {
    font-family: "Bebas Neue", sans-serif;
    color: var(--ag-dark);
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 2px;
}

.ag-brand-text span {
    margin-top: 5px;
    color: var(--ag-muted);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

/* =========================
   NAVIGATION
========================= */

.ag-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.ag-nav a {
    position: relative;
    padding: 12px 15px;
    color: #3e4656;
    font-size: 14px;
    font-weight: 700;
    border-radius: 10px;
    transition:
        color var(--ag-transition),
        background var(--ag-transition);
}

.ag-nav a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 5px;
    width: 0;
    height: 2px;
    background: linear-gradient(
        90deg,
        var(--ag-primary),
        var(--ag-secondary)
    );
    border-radius: 10px;
    transform: translateX(-50%);
    transition: width var(--ag-transition);
}

.ag-nav a:hover,
.ag-nav a.active {
    color: var(--ag-primary);
    background: rgba(108, 92, 231, 0.06);
}

.ag-nav a:hover::after,
.ag-nav a.active::after {
    width: 22px;
}

/* =========================
   HEADER ACTIONS
========================= */

.ag-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ag-nav-cta {
    position: relative;
    min-height: 48px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    overflow: hidden;
    color: var(--ag-white);
    font-size: 13px;
    font-weight: 800;
    border-radius: 13px;
    background: linear-gradient(
        135deg,
        var(--ag-primary),
        var(--ag-primary-dark)
    );
    box-shadow: 0 10px 24px rgba(72, 52, 212, 0.25);
    isolation: isolate;
    transition:
        transform var(--ag-transition),
        box-shadow var(--ag-transition);
}

.ag-nav-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(
        135deg,
        var(--ag-secondary),
        var(--ag-primary)
    );
    opacity: 0;
    transition: opacity var(--ag-transition);
}

.ag-nav-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(72, 52, 212, 0.35);
}

.ag-nav-cta:hover::before {
    opacity: 1;
}

.ag-nav-cta i {
    font-size: 12px;
    transition: transform var(--ag-transition);
}

.ag-nav-cta:hover i {
    transform: translate(3px, -3px);
}

/* =========================
   MOBILE MENU BUTTON
========================= */

.ag-menu-toggle {
    width: 46px;
    height: 46px;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    border: 1px solid rgba(108, 92, 231, 0.14);
    border-radius: 12px;
    background: rgba(108, 92, 231, 0.06);
}

.ag-menu-toggle span {
    width: 21px;
    height: 2px;
    display: block;
    background: var(--ag-dark);
    border-radius: 10px;
    transition:
        transform var(--ag-transition),
        opacity var(--ag-transition);
}

.ag-menu-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.ag-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.ag-menu-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* =========================
   TABLET AND MOBILE
========================= */

@media (max-width: 991px) {
    .ag-topbar-contact {
        gap: 15px;
    }

    .ag-location {
        display: none;
    }

    .ag-header-inner {
        min-height: 76px;
    }

    .ag-menu-toggle {
        display: flex;
    }

    .ag-nav {
        position: absolute;
        top: calc(100% + 10px);
        left: 20px;
        right: 20px;
        display: flex;
        align-items: stretch;
        flex-direction: column;
        gap: 5px;
        padding: 15px;
        background: rgba(255, 255, 255, 0.98);
        border: 1px solid var(--ag-light-border);
        border-radius: 18px;
        box-shadow: var(--ag-shadow);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-15px);
        transition:
            opacity var(--ag-transition),
            visibility var(--ag-transition),
            transform var(--ag-transition);
    }

    .ag-nav.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .ag-nav a {
        width: 100%;
        padding: 14px 16px;
    }

    .ag-nav a::after {
        left: 16px;
        transform: none;
    }
}

@media (max-width: 767px) {
    .ag-container {
        width: min(100% - 28px, 1180px);
    }

    .ag-topbar-inner {
        min-height: 38px;
    }

    .ag-topbar-contact a span {
        display: none;
    }

    .ag-topbar-contact a {
        width: 28px;
        height: 28px;
        justify-content: center;
        border: 1px solid var(--ag-border);
        border-radius: 50%;
    }

    .ag-topbar-social > span {
        display: none;
    }

    .ag-topbar-social a {
        width: 26px;
        height: 26px;
    }

    .ag-header-inner {
        min-height: 72px;
    }

    .ag-logo-wrap {
        width: 49px;
        height: 49px;
    }

    .ag-logo {
        width: 45px;
        height: 45px;
        border-radius: 14px;
    }

    .ag-logo-front,
    .ag-logo-shadow {
        font-size: 18px;
    }

    .ag-brand-text strong {
        font-size: 17px;
    }

    .ag-brand-text span {
        font-size: 9px;
    }

    .ag-nav-cta {
        display: none;
    }

    .ag-nav {
        left: 14px;
        right: 14px;
    }
}

@media (max-width: 430px) {
    .ag-topbar-social a:nth-of-type(4) {
        display: none;
    }

    .ag-brand-text span {
        letter-spacing: 0.7px;
    }
}

/* Disable custom cursor on touch devices */
@media (hover: none), (pointer: coarse) {
    .ag-cursor-dot,
    .ag-cursor-outline {
        display: none;
    }
}

/*hero-section*/




/* =========================
   HERO SECTION
========================= */

.ag-hero {
    position: relative;
    min-height: calc(100vh - 125px);
    padding: 70px 0 55px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(114, 87, 255, 0.13),
            transparent 34%
        ),
        radial-gradient(
            circle at 4% 90%,
            rgba(244, 201, 93, 0.14),
            transparent 30%
        ),
        #f7f6f2;
    isolation: isolate;
}

.ag-hero-container {
    position: relative;
    z-index: 5;
    width: min(1240px, calc(100% - 50px));
    min-height: 670px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(420px, 0.94fr) minmax(480px, 1.06fr);
    align-items: center;
    gap: clamp(55px, 7vw, 105px);
}

/* Background grid */

.ag-hero-grid {
    position: absolute;
    inset: 0;
    z-index: -3;
    opacity: 0.34;
    background-image:
        linear-gradient(rgba(16, 17, 20, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16, 17, 20, 0.05) 1px, transparent 1px);
    background-size: 55px 55px;
    mask-image: linear-gradient(
        to bottom,
        transparent,
        black 15%,
        black 85%,
        transparent
    );
    -webkit-mask-image: linear-gradient(
        to bottom,
        transparent,
        black 15%,
        black 85%,
        transparent
    );
}

.ag-hero-glow {
    position: absolute;
    z-index: -2;
    border-radius: 50%;
    filter: blur(10px);
    pointer-events: none;
}

.ag-glow-one {
    width: 330px;
    height: 330px;
    top: -150px;
    right: 8%;
    background: rgba(114, 87, 255, 0.1);
}

.ag-glow-two {
    width: 280px;
    height: 280px;
    left: -130px;
    bottom: -100px;
    background: rgba(244, 201, 93, 0.14);
}

/* =========================
   LEFT VISUAL
========================= */

.ag-hero-visual {
    position: relative;
    animation: agVisualReveal 1s ease both;
}

.ag-visual-label {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--ag-muted);
    font-family: var(--ag-font-body);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.2px;
}

.ag-label-line {
    width: 46px;
    height: 1px;
    display: inline-block;
    background: var(--ag-dark);
}

.ag-slider {
    position: relative;
    height: clamp(520px, 65vh, 680px);
    overflow: hidden;
    border-radius: 10px 100px 10px 10px;
    background: var(--ag-dark);
    box-shadow: 0 35px 80px rgba(17, 18, 22, 0.2);
}

.ag-slider::before {
    content: "";
    position: absolute;
    inset: 15px;
    z-index: 8;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 3px 84px 3px 3px;
}

.ag-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.08);
    transition:
        opacity 0.9s ease,
        visibility 0.9s ease,
        transform 6s ease;
}

.ag-slide.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

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

.ag-slide-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to top,
            rgba(10, 11, 14, 0.82) 0%,
            rgba(10, 11, 14, 0.08) 48%,
            rgba(10, 11, 14, 0.12) 100%
        );
}

.ag-slide-caption {
    position: absolute;
    z-index: 5;
    left: 42px;
    right: 42px;
    bottom: 78px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    color: var(--ag-white);
    transform: translateY(25px);
    opacity: 0;
    transition:
        opacity 0.7s ease 0.35s,
        transform 0.7s ease 0.35s;
}

.ag-slide.active .ag-slide-caption {
    opacity: 1;
    transform: translateY(0);
}

.ag-slide-caption > span {
    padding-top: 6px;
    color: var(--ag-yellow);
    font-family: var(--ag-font-display);
    font-size: 17px;
    letter-spacing: 1px;
}

.ag-slide-caption div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ag-slide-caption strong {
    font-family: var(--ag-font-heading);
    font-size: clamp(25px, 3vw, 38px);
    font-weight: 600;
    line-height: 1;
}

.ag-slide-caption small {
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--ag-font-body);
    font-size: 12px;
    letter-spacing: 0.4px;
}

/* Slider navigation */

.ag-slider-navigation {
    position: absolute;
    z-index: 12;
    left: 35px;
    right: 35px;
    bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ag-slider-arrow {
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    cursor: pointer;
    color: var(--ag-white);
    font-size: 17px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    transition:
        color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease;
}

.ag-slider-arrow:hover {
    color: var(--ag-dark);
    background: var(--ag-white);
    transform: scale(1.08);
}

.ag-slider-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ag-slider-dot {
    width: 7px;
    height: 7px;
    padding: 0;
    cursor: pointer;
    border: 0;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.45);
    transition:
        width 0.35s ease,
        background 0.35s ease;
}

.ag-slider-dot.active {
    width: 30px;
    background: var(--ag-white);
}

.ag-slider-progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
    height: 3px;
    background: rgba(255, 255, 255, 0.12);
}

.ag-slider-progress span {
    width: 0;
    height: 100%;
    display: block;
    background: var(--ag-yellow);
}

.ag-slider-progress span.animate {
    animation: agProgress 5s linear forwards;
}

/* Floating badges */

.ag-floating-badge {
    position: absolute;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 17px;
    border: 1px solid rgba(16, 17, 20, 0.1);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 20px 40px rgba(16, 17, 20, 0.12);
    backdrop-filter: blur(15px);
}

.ag-floating-badge div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ag-floating-badge small {
    color: var(--ag-muted);
    font-family: var(--ag-font-body);
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.1px;
}

.ag-floating-badge strong {
    color: var(--ag-dark);
    font-family: var(--ag-font-body);
    font-size: 12px;
    font-weight: 700;
}

.ag-badge-top {
    top: 62px;
    right: -54px;
    border-radius: 15px 15px 15px 4px;
    animation: agFloat 4.2s ease-in-out infinite;
}

.ag-badge-bottom {
    left: -40px;
    bottom: 100px;
    border-radius: 4px 15px 15px 15px;
    animation: agFloat 4.8s ease-in-out infinite reverse;
}

.ag-badge-icon {
    width: 33px;
    height: 33px;
    display: grid;
    place-items: center;
    color: var(--ag-white);
    font-size: 15px;
    border-radius: 50%;
    background: var(--ag-accent);
}

.ag-location-dot {
    width: 11px;
    height: 11px;
    display: inline-block;
    border: 3px solid rgba(114, 87, 255, 0.25);
    border-radius: 50%;
    background: var(--ag-accent);
    box-sizing: content-box;
}

/* =========================
   RIGHT CONTENT
========================= */

.ag-hero-content {
    position: relative;
    animation: agContentReveal 1s ease 0.15s both;
}

.ag-availability {
    width: fit-content;
    margin-bottom: 22px;
    padding: 9px 14px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #35363a;
    font-family: var(--ag-font-body);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border: 1px solid var(--ag-border);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.56);
}

.ag-status-dot {
    position: relative;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #28ba72;
}

.ag-status-dot::after {
    content: "";
    position: absolute;
    inset: -4px;
    border: 1px solid rgba(40, 186, 114, 0.45);
    border-radius: 50%;
    animation: agStatusPulse 1.7s ease infinite;
}

.ag-intro-line {
    margin-bottom: 13px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--ag-muted);
    font-family: var(--ag-font-body);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}

.ag-intro-divider {
    width: 25px;
    height: 1px;
    background: var(--ag-muted);
}

.ag-hero-title {
    margin: 0 0 24px;
    color: var(--ag-dark);
    line-height: 0.91;
}

.ag-title-small {
    margin-bottom: 8px;
    display: block;
    font-family: var(--ag-font-heading);
    font-size: clamp(31px, 4vw, 51px);
    font-style: italic;
    font-weight: 600;
    letter-spacing: -1.8px;
}

.ag-title-main {
    display: block;
    font-family: var(--ag-font-display);
    font-size: clamp(67px, 7.5vw, 112px);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ag-title-main strong {
    position: relative;
    color: var(--ag-accent);
    font: inherit;
}

.ag-title-main strong::after {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: 7px;
    z-index: -1;
    height: 8px;
    opacity: 0.28;
    background: var(--ag-yellow);
    transform: scaleX(0);
    transform-origin: left;
    animation: agUnderline 1s ease 1.1s forwards;
}

.ag-title-outline {
    display: block;
    color: transparent;
    font-family: var(--ag-font-display);
    font-size: clamp(53px, 6vw, 89px);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-text-stroke: 1.6px var(--ag-dark);
}

.ag-dynamic-role {
    margin-bottom: 19px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-family: var(--ag-font-body);
}

.ag-role-prefix {
    color: var(--ag-muted);
    font-size: 13px;
    font-weight: 500;
}

.ag-role-text {
    position: relative;
    min-width: 165px;
    color: var(--ag-accent);
    font-family: var(--ag-font-heading);
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
}

.ag-role-text::after {
    content: "";
    width: 2px;
    height: 20px;
    margin-left: 4px;
    display: inline-block;
    vertical-align: middle;
    background: var(--ag-accent);
    animation: agBlink 0.75s infinite;
}

.ag-role-text.change {
    animation: agRoleChange 0.5s ease;
}

.ag-hero-description {
    max-width: 590px;
    margin-bottom: 28px;
    color: #62646b;
    font-family: var(--ag-font-body);
    font-size: 15px;
    line-height: 1.8;
}

.ag-hero-description strong {
    color: var(--ag-dark);
    font-weight: 700;
}

#agChangingWord {
    position: relative;
    color: var(--ag-dark);
    font-family: var(--ag-font-heading);
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
}

#agChangingWord::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 5px;
    opacity: 0.45;
    background: var(--ag-yellow);
    z-index: -1;
}

/* Buttons */

.ag-hero-actions {
    margin-bottom: 34px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.ag-button {
    min-height: 55px;
    padding: 0 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-family: var(--ag-font-body);
    font-size: 12px;
    font-weight: 700;
    border-radius: 2px;
}

.ag-button-primary {
    position: relative;
    overflow: hidden;
    color: var(--ag-white);
    background: var(--ag-dark);
    box-shadow: 8px 8px 0 var(--ag-accent-light);
    transition:
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.ag-button-primary::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--ag-accent);
    transform: translateX(-101%);
    transition: transform 0.4s ease;
}

.ag-button-primary span,
.ag-button-primary i {
    position: relative;
    z-index: 2;
}

.ag-button-primary i {
    font-size: 16px;
    font-style: normal;
    transition: transform 0.3s ease;
}

.ag-button-primary:hover {
    box-shadow: 4px 4px 0 var(--ag-accent-light);
    transform: translate(4px, 4px);
}

.ag-button-primary:hover::before {
    transform: translateX(0);
}

.ag-button-primary:hover i {
    transform: translate(3px, 3px);
}

.ag-button-link {
    position: relative;
    padding: 10px 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ag-dark);
    font-family: var(--ag-font-body);
    font-size: 12px;
    font-weight: 700;
}

.ag-button-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    height: 1px;
    background: var(--ag-dark);
    transform-origin: right;
    transition: transform 0.35s ease;
}

.ag-button-link:hover::after {
    transform: scaleX(0);
}

.ag-button-link i {
    font-size: 16px;
    font-style: normal;
    transition: transform 0.3s ease;
}

.ag-button-link:hover i {
    transform: translateX(5px);
}

/* Statistics */

.ag-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--ag-border);
    border-bottom: 1px solid var(--ag-border);
}

.ag-stat-card {
    position: relative;
    min-height: 95px;
    padding: 17px 17px 17px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.ag-stat-card:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 15px;
    bottom: 20px;
    width: 1px;
    background: var(--ag-border);
}

.ag-stat-number {
    display: flex;
    align-items: flex-start;
    color: var(--ag-dark);
}

.ag-stat-number strong {
    font-family: var(--ag-font-display);
    font-size: 44px;
    font-weight: 400;
    line-height: 0.9;
}

.ag-stat-number sup {
    margin-top: 1px;
    color: var(--ag-accent);
    font-family: var(--ag-font-body);
    font-size: 13px;
    font-weight: 800;
}

.ag-stat-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    color: var(--ag-muted);
    font-family: var(--ag-font-body);
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.ag-stat-info b {
    color: var(--ag-dark);
    font-size: 10px;
    font-weight: 800;
}

/* Scroll indicator */

.ag-scroll-indicator {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 11px;
    color: var(--ag-muted);
    font-family: var(--ag-font-body);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.ag-scroll-mouse {
    width: 18px;
    height: 28px;
    display: flex;
    justify-content: center;
    padding-top: 5px;
    border: 1px solid var(--ag-muted);
    border-radius: 10px;
}

.ag-scroll-mouse i {
    width: 2px;
    height: 6px;
    display: block;
    border-radius: 10px;
    background: var(--ag-accent);
    animation: agScrollMove 1.7s ease infinite;
}

/* =========================
   ANIMATIONS
========================= */

@keyframes agVisualReveal {
    from {
        opacity: 0;
        transform: translateX(-45px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes agContentReveal {
    from {
        opacity: 0;
        transform: translateX(45px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes agFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes agProgress {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes agStatusPulse {
    0% {
        opacity: 1;
        transform: scale(0.8);
    }

    100% {
        opacity: 0;
        transform: scale(1.7);
    }
}

@keyframes agBlink {
    0%,
    45% {
        opacity: 1;
    }

    46%,
    100% {
        opacity: 0;
    }
}

@keyframes agRoleChange {
    0% {
        opacity: 0;
        transform: translateY(12px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes agUnderline {
    to {
        transform: scaleX(1);
    }
}

@keyframes agScrollMove {
    0% {
        opacity: 0;
        transform: translateY(0);
    }

    30% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(8px);
    }
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px) {
    .ag-hero-container {
        grid-template-columns: minmax(360px, 0.9fr) minmax(440px, 1.1fr);
        gap: 50px;
    }

    .ag-badge-top {
        right: -25px;
    }

    .ag-badge-bottom {
        left: -20px;
    }

    .ag-stat-card {
        gap: 8px;
    }
}

@media (max-width: 900px) {
    .ag-hero {
        padding: 55px 0;
    }

    .ag-hero-container {
        grid-template-columns: 1fr;
        width: min(720px, calc(100% - 36px));
        gap: 60px;
    }

    .ag-hero-content {
        grid-row: 1;
    }

    .ag-hero-visual {
        grid-row: 2;
        width: min(580px, 100%);
        margin-inline: auto;
    }

    .ag-slider {
        height: 650px;
    }

    .ag-title-main {
        font-size: clamp(75px, 13vw, 112px);
    }

    .ag-title-outline {
        font-size: clamp(58px, 11vw, 89px);
    }
}

@media (max-width: 600px) {
    .ag-hero {
        padding-top: 38px;
    }

    .ag-hero-container {
        width: min(100% - 28px, 720px);
        gap: 48px;
    }

    .ag-intro-line {
        font-size: 8px;
        letter-spacing: 1.2px;
    }

    .ag-title-small {
        font-size: 31px;
    }

    .ag-title-main {
        font-size: clamp(58px, 20vw, 83px);
        line-height: 0.9;
    }

    .ag-title-outline {
        font-size: clamp(44px, 15vw, 64px);
        line-height: 0.95;
        -webkit-text-stroke-width: 1px;
    }

    .ag-title-main strong::after {
        bottom: 4px;
        height: 5px;
    }

    .ag-dynamic-role {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .ag-hero-description {
        font-size: 14px;
        line-height: 1.75;
    }

    .ag-hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 17px;
    }

    .ag-button-primary {
        width: calc(100% - 8px);
    }

    .ag-hero-stats {
        grid-template-columns: 1fr;
        border-bottom: 0;
    }

    .ag-stat-card {
        min-height: 78px;
        border-bottom: 1px solid var(--ag-border);
    }

    .ag-stat-card:not(:last-child)::after {
        display: none;
    }

    .ag-stat-number strong {
        font-size: 39px;
    }

    .ag-slider {
        height: 510px;
        border-radius: 7px 65px 7px 7px;
    }

    .ag-slider::before {
        inset: 10px;
        border-radius: 2px 54px 2px 2px;
    }

    .ag-slide-caption {
        left: 28px;
        right: 28px;
        bottom: 76px;
    }

    .ag-slider-navigation {
        left: 25px;
        right: 25px;
    }

    .ag-badge-top {
        top: 47px;
        right: -5px;
    }

    .ag-badge-bottom {
        left: -5px;
        bottom: 105px;
    }

    .ag-floating-badge {
        padding: 10px 12px;
    }

    .ag-floating-badge strong {
        font-size: 10px;
    }

    .ag-floating-badge small {
        font-size: 8px;
    }
}

@media (max-width: 410px) {
    .ag-availability {
        font-size: 9px;
        letter-spacing: 0.8px;
    }

    .ag-title-main {
        font-size: 55px;
    }

    .ag-title-outline {
        font-size: 42px;
    }

    .ag-slider {
        height: 460px;
    }

    .ag-badge-top {
        display: none;
    }
}

/* Reduced motion support */

@media (prefers-reduced-motion: reduce) {
    .ag-slide,
    .ag-floating-badge,
    .ag-status-dot::after,
    .ag-scroll-mouse i,
    .ag-role-text,
    .ag-title-main strong::after {
        animation: none !important;
        transition: none !important;
    }
}

/*marquee*/

/* ==============================
   MODERN SERVICES MARQUEE
================================ */

.ag-marquee-section {
    position: relative;
    width: 100%;
    padding: 24px 0;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 10% 50%,
            rgba(114, 87, 255, 0.24),
            transparent 28%
        ),
        radial-gradient(
            circle at 90% 50%,
            rgba(244, 201, 93, 0.12),
            transparent 28%
        ),
        #101114;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    isolation: isolate;
}

/* Decorative diagonal pattern */

.ag-marquee-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.08;
    background-image: repeating-linear-gradient(
        135deg,
        transparent 0,
        transparent 18px,
        rgba(255, 255, 255, 0.18) 19px,
        transparent 20px
    );
    pointer-events: none;
}

/* Small floating section label */

.ag-marquee-label {
    position: absolute;
    top: 50%;
    left: 26px;
    z-index: 10;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: center;
    pointer-events: none;
}

.ag-marquee-label span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.55);
    font-family: "Inter", sans-serif;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
}

.ag-marquee-label span::before {
    content: "";
    width: 24px;
    height: 1px;
    display: inline-block;
    background: #f4c95d;
}

/* Marquee wrapper */

.ag-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Gradient fade on both sides */

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

.ag-marquee::before {
    left: 0;
    background: linear-gradient(
        to right,
        #101114 0%,
        rgba(16, 17, 20, 0.88) 35%,
        transparent 100%
    );
}

.ag-marquee::after {
    right: 0;
    background: linear-gradient(
        to left,
        #101114 0%,
        rgba(16, 17, 20, 0.88) 35%,
        transparent 100%
    );
}

/* Moving track */

.ag-marquee-track {
    width: max-content;
    display: flex;
    align-items: center;
    animation: agMarqueeMove 27s linear infinite;
    will-change: transform;
}

/* Pause marquee on hover */

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

/* Each duplicated group */

.ag-marquee-group {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: clamp(22px, 3vw, 48px);
    padding-right: clamp(22px, 3vw, 48px);
}

/* Main text */

.ag-marquee-item {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    color: #ffffff;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(45px, 5.3vw, 82px);
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    transition:
        color 0.35s ease,
        transform 0.35s ease,
        text-shadow 0.35s ease;
}

/* Underline hover decoration */

.ag-marquee-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 0;
    height: 3px;
    background: linear-gradient(
        90deg,
        #7257ff,
        #f4c95d
    );
    transition: width 0.35s ease;
}

/* Outlined alternating text */

.ag-outline-text {
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.68);
    text-stroke: 1px rgba(255, 255, 255, 0.68);
}

/* Hover effects */

.ag-marquee-item:hover {
    color: #f4c95d;
    transform: translateY(-4px);
    text-shadow: 0 10px 30px rgba(244, 201, 93, 0.18);
}

.ag-outline-text:hover {
    color: #7257ff;
    -webkit-text-stroke-color: #7257ff;
}

.ag-marquee-item:hover::after {
    width: 100%;
}

/* Animated separator icon */

.ag-marquee-icon {
    position: relative;
    flex-shrink: 0;
    color: #7257ff;
    font-size: clamp(22px, 2.5vw, 35px);
    font-style: normal;
    filter: drop-shadow(0 0 8px rgba(114, 87, 255, 0.55));
    animation: agMarqueeStar 3s ease-in-out infinite;
}

/* Circular glow behind star */

.ag-marquee-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(114, 87, 255, 0.32);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: agStarPulse 2.2s ease-in-out infinite;
}

/* ==============================
   ANIMATIONS
================================ */

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

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

@keyframes agMarqueeStar {
    0%,
    100% {
        color: #7257ff;
        transform: rotate(0deg) scale(1);
    }

    50% {
        color: #f4c95d;
        transform: rotate(180deg) scale(1.18);
    }
}

@keyframes agStarPulse {
    0%,
    100% {
        opacity: 0.35;
        transform: translate(-50%, -50%) scale(0.75);
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.35);
    }
}

/* ==============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
    .ag-marquee-section {
        padding: 22px 0;
    }

    .ag-marquee-label {
        display: none;
    }

    .ag-marquee::before,
    .ag-marquee::after {
        width: 70px;
    }

    .ag-marquee-track {
        animation-duration: 23s;
    }
}

@media (max-width: 600px) {
    .ag-marquee-section {
        padding: 18px 0;
    }

    .ag-marquee-group {
        gap: 22px;
        padding-right: 22px;
    }

    .ag-marquee-item {
        font-size: 42px;
        letter-spacing: 1.2px;
    }

    .ag-marquee-icon {
        font-size: 20px;
    }

    .ag-marquee::before,
    .ag-marquee::after {
        width: 38px;
    }

    .ag-marquee-track {
        animation-duration: 19s;
    }
}

/* Accessibility */

@media (prefers-reduced-motion: reduce) {
    .ag-marquee-track,
    .ag-marquee-icon,
    .ag-marquee-icon::before {
        animation: none;
    }
}

@keyframes agMarqueeMove {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}
.ag-marquee-track {
    animation-duration: 38s;
}

/* =================================
   ABOUT SECTION
================================= */

:root {
    --ag-about-dark: #101114;
    --ag-about-dark-soft: #191b20;
    --ag-about-white: #ffffff;
    --ag-about-light: #f7f6f2;
    --ag-about-muted: #73767e;
    --ag-about-border: rgba(16, 17, 20, 0.12);
    --ag-about-accent: #7257ff;
    --ag-about-accent-dark: #5038d3;
    --ag-about-yellow: #f4c95d;

    --ag-font-body: "Inter", sans-serif;
    --ag-font-heading: "Bebas Neue", sans-serif;
    --ag-font-display: "Bebas Neue", sans-serif;
}

/* ==============================
   ABOUT SECTION
================================ */

.ag-about-section {
    position: relative;
    padding: 120px 0 105px;
    overflow: hidden;
    color: var(--ag-about-dark);
    background:
        radial-gradient(
            circle at 8% 20%,
            rgba(114, 87, 255, 0.12),
            transparent 30%
        ),
        radial-gradient(
            circle at 92% 85%,
            rgba(244, 201, 93, 0.14),
            transparent 28%
        ),
        var(--ag-about-light);
    isolation: isolate;
}

.ag-about-container {
    position: relative;
    z-index: 5;
    width: min(1520px, calc(100% - 48px));
    margin-inline: auto;
}

/* Particle canvas */

.ag-about-particles {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* Grid background */

.ag-about-grid-pattern {
    position: absolute;
    inset: 0;
    z-index: -4;
    opacity: 0.28;
    background-image:
        linear-gradient(
            rgba(16, 17, 20, 0.05) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(16, 17, 20, 0.05) 1px,
            transparent 1px
        );
    background-size: 58px 58px;
    mask-image: linear-gradient(
        to bottom,
        transparent,
        black 15%,
        black 88%,
        transparent
    );
    -webkit-mask-image: linear-gradient(
        to bottom,
        transparent,
        black 15%,
        black 88%,
        transparent
    );
}

.ag-about-glow {
    position: absolute;
    z-index: -3;
    border-radius: 50%;
    filter: blur(10px);
    pointer-events: none;
}

.ag-about-glow-one {
    width: 320px;
    height: 320px;
    top: 20%;
    left: -170px;
    background: rgba(114, 87, 255, 0.1);
}

.ag-about-glow-two {
    width: 280px;
    height: 280px;
    right: -130px;
    bottom: 8%;
    background: rgba(244, 201, 93, 0.13);
}

/* ==============================
   SECTION HEADING
================================ */

.ag-about-heading {
    margin-bottom: 62px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}

.ag-section-label {
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--ag-about-dark);
    font-family: var(--ag-font-body);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ag-section-label span {
    color: var(--ag-about-accent);
    font-family: var(--ag-font-display);
    font-size: 21px;
    letter-spacing: 1px;
}

.ag-section-label i {
    width: 45px;
    height: 1px;
    display: inline-block;
    background: var(--ag-about-dark);
}

.ag-about-heading > p {
    max-width: 340px;
    margin: 0;
    color: var(--ag-about-muted);
    font-family: var(--ag-font-heading);
    font-size: 18px;
    font-style: italic;
    line-height: 1.5;
    text-align: right;
}

/* ==============================
   MAIN GRID
================================ */

.ag-about-grid {
    display: grid;
    grid-template-columns: minmax(410px, 0.92fr) minmax(500px, 1.08fr);
    align-items: center;
    gap: clamp(65px, 8vw, 115px);
}

/* ==============================
   IMAGE AREA
================================ */

.ag-about-visual {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ag-about-image-frame {
    position: relative;
    z-index: 5;
    width: min(430px, 90%);
    height: 570px;
    overflow: hidden;
    border-radius: 180px 180px 24px 24px;
    background: var(--ag-about-dark);
    box-shadow: 0 35px 90px rgba(16, 17, 20, 0.2);
}

.ag-about-image-frame::before {
    content: "";
    position: absolute;
    inset: 13px;
    z-index: 4;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 165px 165px 15px 15px;
}

.ag-about-image-frame img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.ag-about-image-frame:hover img {
    transform: scale(1.05);
}

.ag-image-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to top,
            rgba(12, 13, 16, 0.72),
            transparent 48%
        );
}

.ag-image-border {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    border: 1px solid rgba(114, 87, 255, 0.24);
    border-radius: inherit;
}

.ag-image-caption {
    position: absolute;
    z-index: 6;
    left: 35px;
    bottom: 31px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ag-image-caption span {
    color: rgba(255, 255, 255, 0.66);
    font-family: var(--ag-font-body);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}

.ag-image-caption strong {
    color: var(--ag-about-white);
    font-family: var(--ag-font-heading);
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
}

/* Rotating rings */

.ag-about-orbit {
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    pointer-events: none;
}

.ag-orbit-one {
    width: 535px;
    height: 535px;
    border: 1px solid rgba(114, 87, 255, 0.24);
    animation: agOrbitRotate 22s linear infinite;
}

.ag-orbit-one::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 82px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--ag-about-accent);
    box-shadow: 0 0 20px rgba(114, 87, 255, 0.7);
}

.ag-orbit-two {
    width: 605px;
    height: 605px;
    border: 1px dashed rgba(16, 17, 20, 0.17);
    animation: agOrbitRotateReverse 30s linear infinite;
}

.ag-orbit-two::before {
    content: "✦";
    position: absolute;
    right: 45px;
    bottom: 112px;
    color: var(--ag-about-yellow);
    font-size: 24px;
}

.ag-orbit-three {
    width: 470px;
    height: 470px;
    border: 1px solid rgba(244, 201, 93, 0.18);
    animation: agOrbitPulse 5s ease-in-out infinite;
}

/* Decorative shapes */

.ag-about-shape {
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.ag-shape-one {
    width: 105px;
    height: 105px;
    top: 22px;
    right: 18px;
    border: 1px solid rgba(16, 17, 20, 0.17);
    transform: rotate(18deg);
    animation: agShapeFloat 5s ease-in-out infinite;
}

.ag-shape-two {
    width: 65px;
    height: 65px;
    left: 5px;
    bottom: 78px;
    border-radius: 50%;
    background: rgba(244, 201, 93, 0.25);
    animation: agShapeFloat 4s ease-in-out infinite reverse;
}

/* Experience card */

.ag-experience-card {
    position: absolute;
    z-index: 10;
    right: -12px;
    bottom: 82px;
    min-width: 210px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid rgba(16, 17, 20, 0.1);
    border-radius: 4px 18px 18px 18px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 22px 50px rgba(16, 17, 20, 0.15);
    backdrop-filter: blur(18px);
    animation: agCardFloat 4.5s ease-in-out infinite;
}

.ag-experience-number {
    display: flex;
    align-items: flex-start;
}

.ag-experience-number strong {
    color: var(--ag-about-dark);
    font-family: var(--ag-font-display);
    font-size: 48px;
    font-weight: 400;
    line-height: 0.85;
}

.ag-experience-number sup {
    color: var(--ag-about-accent);
    font-family: var(--ag-font-body);
    font-size: 15px;
    font-weight: 800;
}

.ag-experience-card > div:last-child {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.ag-experience-card span {
    color: var(--ag-about-muted);
    font-family: var(--ag-font-body);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.1px;
}

.ag-experience-card b {
    color: var(--ag-about-dark);
    font-family: var(--ag-font-body);
    font-size: 12px;
    font-weight: 800;
}

/* Creative badge */

.ag-creative-badge {
    position: absolute;
    z-index: 10;
    top: 85px;
    left: -10px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 11px;
    border: 1px solid rgba(16, 17, 20, 0.1);
    border-radius: 16px 16px 16px 4px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 45px rgba(16, 17, 20, 0.12);
    backdrop-filter: blur(15px);
    animation: agCardFloat 5s ease-in-out infinite reverse;
}

.ag-creative-badge > span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: var(--ag-about-white);
    border-radius: 50%;
    background: var(--ag-about-accent);
}

.ag-creative-badge div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ag-creative-badge small {
    color: var(--ag-about-muted);
    font-family: var(--ag-font-body);
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ag-creative-badge strong {
    color: var(--ag-about-dark);
    font-family: var(--ag-font-body);
    font-size: 11px;
    font-weight: 800;
}

/* ==============================
   RIGHT CONTENT
================================ */

.ag-about-content {
    position: relative;
}

.ag-about-eyebrow {
    margin-bottom: 16px;
    display: inline-block;
    color: var(--ag-about-accent);
    font-family: var(--ag-font-body);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}

.ag-about-content h2 {
    margin: 0 0 25px;
    color: var(--ag-about-dark);
    font-family: var(--ag-font-heading);
    font-size: clamp(50px, 5.6vw, 78px);
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -3px;
}

.ag-about-content h2 span {
    position: relative;
    color: var(--ag-about-accent);
}

.ag-about-content h2 span::after {
    content: "";
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: 5px;
    z-index: -1;
    height: 7px;
    opacity: 0.4;
    background: var(--ag-about-yellow);
}

.ag-about-content h2 em {
    display: block;
    margin-top: 6px;
    color: transparent;
    font-family: var(--ag-font-display);
    font-size: 0.87em;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-text-stroke: 1px var(--ag-about-dark);
}

.ag-about-lead {
    max-width: 650px;
    margin: 0 0 18px;
    color: var(--ag-about-dark);
    font-family: var(--ag-font-heading);
    font-size: clamp(20px, 2vw, 27px);
    font-style: italic;
    font-weight: 600;
    line-height: 1.45;
}

.ag-about-description {
    max-width: 680px;
    margin: 0 0 14px;
    color: var(--ag-about-muted);
    font-family: var(--ag-font-body);
    font-size: 14px;
    line-height: 1.8;
}

.ag-about-description strong {
    color: var(--ag-about-dark);
    font-weight: 800;
}

/* Key points */

.ag-about-points {
    margin-top: 31px;
    display: grid;
    gap: 14px;
}

.ag-about-point {
    position: relative;
    padding: 17px 18px;
    display: grid;
    grid-template-columns: 46px 1fr;
    align-items: flex-start;
    gap: 15px;
    overflow: hidden;
    border: 1px solid var(--ag-about-border);
    background: rgba(255, 255, 255, 0.5);
    transition:
        transform 0.35s ease,
        background 0.35s ease,
        border-color 0.35s ease;
}

.ag-about-point::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(114, 87, 255, 0.1),
        transparent 70%
    );
    opacity: 0;
    transition: opacity 0.35s ease;
}

.ag-about-point:hover {
    border-color: rgba(114, 87, 255, 0.34);
    background: rgba(255, 255, 255, 0.82);
    transform: translateX(8px);
}

.ag-about-point:hover::before {
    opacity: 1;
}

.ag-point-icon {
    position: relative;
    z-index: 2;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    color: var(--ag-about-white);
    font-family: var(--ag-font-display);
    font-size: 17px;
    letter-spacing: 1px;
    border-radius: 50%;
    background: var(--ag-about-dark);
}

.ag-about-point div {
    position: relative;
    z-index: 2;
}

.ag-about-point h3 {
    margin: 0 0 5px;
    color: var(--ag-about-dark);
    font-family: var(--ag-font-body);
    font-size: 14px;
    font-weight: 800;
}

.ag-about-point p {
    margin: 0;
    color: var(--ag-about-muted);
    font-family: var(--ag-font-body);
    font-size: 12px;
    line-height: 1.6;
}

/* Skills */

.ag-about-skills {
    margin-top: 26px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.ag-about-skills span {
    padding: 8px 13px;
    color: var(--ag-about-dark);
    font-family: var(--ag-font-body);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid var(--ag-about-border);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.58);
    transition:
        color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease;
}

.ag-about-skills span:hover {
    color: var(--ag-about-white);
    background: var(--ag-about-accent);
    transform: translateY(-3px);
}

/* Actions */

.ag-about-actions {
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 28px;
}

.ag-about-button {
    min-height: 54px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    overflow: hidden;
    color: var(--ag-about-white);
    font-family: var(--ag-font-body);
    font-size: 11px;
    font-weight: 800;
    background: var(--ag-about-dark);
    box-shadow: 7px 7px 0 var(--ag-about-yellow);
    transition:
        background 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.35s ease;
}

.ag-about-button i {
    font-size: 16px;
    font-style: normal;
    transition: transform 0.3s ease;
}

.ag-about-button:hover {
    background: var(--ag-about-accent);
    box-shadow: 3px 3px 0 var(--ag-about-yellow);
    transform: translate(4px, 4px);
}

.ag-about-button:hover i {
    transform: translate(3px, -3px);
}

.ag-about-link {
    position: relative;
    padding-bottom: 5px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ag-about-dark);
    font-family: var(--ag-font-body);
    font-size: 11px;
    font-weight: 800;
}

.ag-about-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: var(--ag-about-dark);
    transform-origin: right;
    transition: transform 0.35s ease;
}

.ag-about-link:hover::after {
    transform: scaleX(0);
}

.ag-about-link span {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.ag-about-link:hover span {
    transform: translateX(5px);
}

/* ==============================
   PRINCIPLE CARDS
================================ */

.ag-principles {
    margin-top: 95px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.ag-principle-card {
    position: relative;
    min-height: 250px;
    padding: 27px 25px;
    overflow: hidden;
    border: 1px solid var(--ag-about-border);
    background: rgba(255, 255, 255, 0.54);
    backdrop-filter: blur(10px);
    transition:
        color 0.4s ease,
        background 0.4s ease,
        transform 0.4s ease,
        box-shadow 0.4s ease;
}

.ag-principle-card::before {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    top: -95px;
    right: -85px;
    border-radius: 50%;
    background: rgba(114, 87, 255, 0.12);
    transition:
        width 0.5s ease,
        height 0.5s ease,
        top 0.5s ease,
        right 0.5s ease;
}

.ag-principle-card:hover {
    color: var(--ag-about-white);
    background: var(--ag-about-dark);
    box-shadow: 0 28px 60px rgba(16, 17, 20, 0.18);
    transform: translateY(-10px);
}

.ag-principle-card:hover::before {
    width: 420px;
    height: 420px;
    top: -180px;
    right: -170px;
    background: rgba(114, 87, 255, 0.28);
}

.ag-principle-top {
    position: relative;
    z-index: 2;
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ag-principle-top span {
    color: var(--ag-about-accent);
    font-family: var(--ag-font-display);
    font-size: 21px;
    letter-spacing: 1px;
}

.ag-principle-top i {
    color: var(--ag-about-yellow);
    font-size: 20px;
    font-style: normal;
    transition: transform 0.5s ease;
}

.ag-principle-card:hover .ag-principle-top i {
    transform: rotate(180deg) scale(1.2);
}

.ag-principle-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 13px;
    color: var(--ag-about-dark);
    font-family: var(--ag-font-heading);
    font-size: 27px;
    font-weight: 600;
    transition: color 0.4s ease;
}

.ag-principle-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: var(--ag-about-muted);
    font-family: var(--ag-font-body);
    font-size: 12px;
    line-height: 1.75;
    transition: color 0.4s ease;
}

.ag-principle-card:hover h3 {
    color: var(--ag-about-white);
}

.ag-principle-card:hover p {
    color: rgba(255, 255, 255, 0.67);
}

.ag-card-line {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 22px;
    height: 2px;
    background: var(--ag-about-border);
}

.ag-card-line::before {
    content: "";
    width: 30%;
    height: 100%;
    display: block;
    background: var(--ag-about-accent);
    transition: width 0.5s ease;
}

.ag-principle-card:hover .ag-card-line::before {
    width: 100%;
}

/* ==============================
   ANIMATIONS
================================ */

@keyframes agOrbitRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes agOrbitRotateReverse {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@keyframes agOrbitPulse {
    0%,
    100% {
        opacity: 0.45;
        transform: scale(0.96);
    }

    50% {
        opacity: 1;
        transform: scale(1.03);
    }
}

@keyframes agShapeFloat {
    0%,
    100% {
        transform: translateY(0) rotate(18deg);
    }

    50% {
        transform: translateY(-13px) rotate(27deg);
    }
}

@keyframes agCardFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-9px);
    }
}

/* ==============================
   RESPONSIVE
================================ */

@media (max-width: 1100px) {
    .ag-about-grid {
        grid-template-columns: minmax(360px, 0.9fr) minmax(440px, 1.1fr);
        gap: 65px;
    }

    .ag-about-visual {
        min-height: 600px;
    }

    .ag-about-image-frame {
        width: 385px;
        height: 525px;
    }

    .ag-orbit-one {
        width: 480px;
        height: 480px;
    }

    .ag-orbit-two {
        width: 545px;
        height: 545px;
    }

    .ag-orbit-three {
        width: 425px;
        height: 425px;
    }

    .ag-experience-card {
        right: -6px;
    }
}

@media (max-width: 900px) {
    .ag-about-section {
        padding: 95px 0 85px;
    }

    .ag-about-grid {
        grid-template-columns: 1fr;
        gap: 70px;
    }

    .ag-about-visual {
        width: min(620px, 100%);
        margin-inline: auto;
    }

    .ag-about-content {
        width: min(720px, 100%);
        margin-inline: auto;
    }

    .ag-principles {
        grid-template-columns: 1fr;
        margin-top: 75px;
    }

    .ag-principle-card {
        min-height: 220px;
    }
}

@media (max-width: 600px) {
    .ag-about-section {
        padding: 75px 0 65px;
    }

    .ag-about-container {
        width: min(100% - 28px, 1220px);
    }

    .ag-about-heading {
        margin-bottom: 45px;
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .ag-about-heading > p {
        text-align: left;
    }

    .ag-about-visual {
        min-height: 520px;
    }

    .ag-about-image-frame {
        width: min(330px, 88%);
        height: 445px;
        border-radius: 145px 145px 20px 20px;
    }

    .ag-about-image-frame::before {
        border-radius: 132px 132px 12px 12px;
    }

    .ag-orbit-one {
        width: 380px;
        height: 380px;
    }

    .ag-orbit-two {
        width: 435px;
        height: 435px;
    }

    .ag-orbit-three {
        width: 345px;
        height: 345px;
    }

    .ag-creative-badge {
        top: 70px;
        left: 0;
    }

    .ag-experience-card {
        right: 0;
        bottom: 28px;
        min-width: 180px;
        padding: 14px 15px;
    }

    .ag-experience-number strong {
        font-size: 40px;
    }

    .ag-about-content h2 {
        font-size: clamp(45px, 14vw, 62px);
        letter-spacing: -2px;
    }

    .ag-about-content h2 em {
        line-height: 1;
    }

    .ag-about-point {
        grid-template-columns: 40px 1fr;
        padding: 15px;
    }

    .ag-about-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 21px;
    }

    .ag-about-button {
        width: calc(100% - 7px);
        justify-content: space-between;
    }

    .ag-principles {
        margin-top: 65px;
    }
}

@media (max-width: 420px) {
    .ag-about-image-frame {
        width: 285px;
        height: 405px;
    }

    .ag-orbit-one {
        width: 325px;
        height: 325px;
    }

    .ag-orbit-two {
        width: 370px;
        height: 370px;
    }

    .ag-orbit-three {
        width: 295px;
        height: 295px;
    }

    .ag-creative-badge {
        display: none;
    }

    .ag-experience-card {
        bottom: 20px;
    }
}

/* Motion accessibility */

@media (prefers-reduced-motion: reduce) {
    .ag-about-orbit,
    .ag-about-shape,
    .ag-experience-card,
    .ag-creative-badge {
        animation: none !important;
    }
}


:root {
    --ag-project-dark: #0f1014;
    --ag-project-dark-soft: #17191f;
    --ag-project-white: #ffffff;
    --ag-project-muted: #a6a8b0;
    --ag-project-accent: #7257ff;
    --ag-project-accent-light: #9b88ff;
    --ag-project-yellow: #f4c95d;
    --ag-project-border: rgba(255, 255, 255, 0.12);

    --ag-font-body: "Inter", sans-serif;
    --ag-font-heading: "Bebas Neue", sans-serif;
    --ag-font-display: "Bebas Neue", sans-serif;
}

/* ==============================
   PROJECTS SECTION
================================ */

.ag-projects-section {
    position: relative;
    padding: 125px 0 110px;
    overflow: hidden;
    color: var(--ag-project-white);
    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(114, 87, 255, 0.26),
            transparent 31%
        ),
        radial-gradient(
            circle at 92% 85%,
            rgba(244, 201, 93, 0.14),
            transparent 29%
        ),
        linear-gradient(
            145deg,
            #0c0d11 0%,
            #12141b 48%,
            #0e1016 100%
        );
    isolation: isolate;
}

.ag-projects-container {
    position: relative;
    z-index: 5;
    width: min(1240px, calc(100% - 48px));
    margin-inline: auto;
}

/* Background grid */

.ag-projects-grid-bg {
    position: absolute;
    inset: 0;
    z-index: -4;
    opacity: 0.28;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.045) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.045) 1px,
            transparent 1px
        );
    background-size: 58px 58px;
    mask-image: linear-gradient(
        to bottom,
        transparent,
        black 12%,
        black 90%,
        transparent
    );
    -webkit-mask-image: linear-gradient(
        to bottom,
        transparent,
        black 12%,
        black 90%,
        transparent
    );
}

.ag-projects-glow {
    position: absolute;
    z-index: -3;
    border-radius: 50%;
    filter: blur(25px);
    pointer-events: none;
}

.ag-projects-glow-one {
    width: 350px;
    height: 350px;
    top: 12%;
    left: -160px;
    background: rgba(114, 87, 255, 0.18);
    animation: agProjectGlow 8s ease-in-out infinite;
}

.ag-projects-glow-two {
    width: 330px;
    height: 330px;
    right: -140px;
    bottom: 8%;
    background: rgba(244, 201, 93, 0.1);
    animation: agProjectGlow 10s ease-in-out infinite reverse;
}

/* ==============================
   SECTION HEADING
================================ */

.ag-projects-heading {
    margin-bottom: 48px;
    display: grid;
    grid-template-columns: minmax(500px, 1.2fr) minmax(320px, 0.8fr);
    align-items: end;
    gap: 70px;
}

.ag-projects-label {
    margin-bottom: 19px;
    display: flex;
    align-items: center;
    gap: 13px;
    color: rgba(255, 255, 255, 0.72);
    font-family: var(--ag-font-body);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2.2px;
}

.ag-projects-label span {
    color: var(--ag-project-yellow);
    font-family: var(--ag-font-display);
    font-size: 22px;
    letter-spacing: 1px;
}

.ag-projects-label i {
    width: 45px;
    height: 1px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.55);
}

.ag-projects-heading h2 {
    margin: 0;
    max-width: 760px;
    color: var(--ag-project-white);
    font-family: var(--ag-font-heading);
    font-size: clamp(52px, 6vw, 86px);
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -3px;
}

.ag-projects-heading h2 em {
    position: relative;
    display: block;
    margin-top: 5px;
    color: transparent;
    font-family: var(--ag-font-display);
    font-size: 0.96em;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.78);
}

.ag-projects-heading h2 em::after {
    content: "";
    position: absolute;
    left: 1px;
    bottom: 4px;
    width: 115px;
    height: 7px;
    opacity: 0.65;
    background: linear-gradient(
        90deg,
        var(--ag-project-accent),
        var(--ag-project-yellow)
    );
}

.ag-projects-heading-right {
    padding-bottom: 10px;
}

.ag-projects-heading-right p {
    margin: 0 0 25px;
    color: var(--ag-project-muted);
    font-family: var(--ag-font-body);
    font-size: 14px;
    line-height: 1.8;
}

.ag-view-all-link {
    position: relative;
    padding-bottom: 6px;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--ag-project-white);
    font-family: var(--ag-font-body);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ag-view-all-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: var(--ag-project-yellow);
    transform-origin: right;
    transition: transform 0.35s ease;
}

.ag-view-all-link:hover::after {
    transform: scaleX(0);
}

.ag-view-all-link i {
    font-size: 16px;
    font-style: normal;
    transition: transform 0.3s ease;
}

.ag-view-all-link:hover i {
    transform: translate(4px, -4px);
}

/* ==============================
   FILTER BUTTONS
================================ */

.ag-project-filters {
    margin-bottom: 42px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ag-project-filter {
    position: relative;
    padding: 11px 17px;
    overflow: hidden;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.64);
    font-family: var(--ag-font-body);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid var(--ag-project-border);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.035);
    backdrop-filter: blur(12px);
    transition:
        color 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.ag-project-filter:hover,
.ag-project-filter.active {
    color: var(--ag-project-dark);
    border-color: var(--ag-project-yellow);
    background: var(--ag-project-yellow);
    transform: translateY(-2px);
}

/* ==============================
   PROJECT GRID
================================ */



/* ==============================
   ANIMATIONS
================================ */

@keyframes agProjectGlow {
    0%,
    100% {
        opacity: 0.7;
        transform: translateY(0) scale(1);
    }

    50% {
        opacity: 1;
        transform: translateY(-20px) scale(1.08);
    }
}

/* ==============================
   RESPONSIVE
================================ */

@media (max-width: 1050px) {
    .ag-projects-heading {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .ag-projects-heading-right {
        max-width: 590px;
    }

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

    .ag-project-featured .ag-project-image {
        min-height: 520px;
    }

    .ag-project-featured .ag-project-content {
        padding: 40px 35px;
    }
}

@media (max-width: 800px) {
    .ag-projects-section {
        padding: 95px 0 85px;
    }

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

    .ag-project-featured {
        grid-column: auto;
    }

    .ag-projects-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .ag-projects-section {
        padding: 75px 0 65px;
    }

    .ag-projects-container {
        width: min(100% - 28px, 1240px);
    }

    .ag-projects-heading {
        margin-bottom: 35px;
    }

    .ag-projects-heading h2 {
        font-size: clamp(46px, 14vw, 67px);
        letter-spacing: -2px;
    }

    .ag-projects-heading h2 em {
        line-height: 0.95;
    }

    .ag-project-filters {
        margin-bottom: 30px;
    }

    .ag-project-filter {
        padding: 9px 13px;
        font-size: 8px;
    }

    .ag-project-card {
        border-radius: 18px;
    }

    .ag-project-image {
        min-height: 310px;
    }

    .ag-project-featured .ag-project-image {
        min-height: 380px;
    }

    .ag-project-content,
    .ag-project-featured .ag-project-content {
        padding: 25px 21px;
    }

    .ag-project-featured .ag-project-content h3 {
        font-size: 43px;
    }

    .ag-project-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .ag-project-number {
        top: 24px;
        left: 24px;
    }

    .ag-project-open {
        top: 20px;
        right: 21px;
        width: 43px;
        height: 43px;
    }

    .ag-projects-bottom {
        margin-top: 45px;
        padding: 28px 23px;
    }

    .ag-projects-cta {
        width: calc(100% - 7px);
    }
}

:root {
    --ag-skills-dark: #0d0f14;
    --ag-skills-dark-soft: #151821;
    --ag-skills-white: #ffffff;
    --ag-skills-muted: #b3b6c1;
    --ag-skills-accent: #7257ff;
    --ag-skills-accent-light: #a18fff;
    --ag-skills-yellow: #f4c95d;
    --ag-skills-border: rgba(255, 255, 255, 0.13);

    --ag-font-body: "Inter", sans-serif;
    --ag-font-heading: "Bebas Neue", sans-serif;
    --ag-font-display: "Bebas Neue", sans-serif;
}

/* ==============================
   SKILLS SECTION
================================ */

.ag-skills-section {
    position: relative;
    padding: 120px 0 105px;
    overflow: hidden;
    color: var(--ag-skills-white);

    /*
     * Replace this image with your own background.
     * Recommended size: 1920 × 1200 px
     */
    background-image: url("assets/images/skills-background.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

    isolation: isolate;
}

.ag-skills-container {
    position: relative;
    z-index: 6;
    width: min(1240px, calc(100% - 48px));
    margin-inline: auto;
}

/* Dark readable overlay */

.ag-skills-overlay {
    position: absolute;
    inset: 0;
    z-index: -5;
    background:
        linear-gradient(
            120deg,
            rgba(8, 10, 15, 0.96) 0%,
            rgba(11, 13, 20, 0.89) 50%,
            rgba(12, 10, 22, 0.94) 100%
        );
}

/* Background grid */

.ag-skills-grid {
    position: absolute;
    inset: 0;
    z-index: -4;
    opacity: 0.24;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.06) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.06) 1px,
            transparent 1px
        );
    background-size: 58px 58px;
    mask-image: linear-gradient(
        to bottom,
        transparent,
        black 12%,
        black 90%,
        transparent
    );
    -webkit-mask-image: linear-gradient(
        to bottom,
        transparent,
        black 12%,
        black 90%,
        transparent
    );
}

/* Animated background glows */

.ag-skills-glow {
    position: absolute;
    z-index: -3;
    border-radius: 50%;
    filter: blur(30px);
    pointer-events: none;
}

.ag-skills-glow-one {
    width: 360px;
    height: 360px;
    top: 12%;
    left: -180px;
    background: rgba(114, 87, 255, 0.24);
    animation: agSkillsGlow 9s ease-in-out infinite;
}

.ag-skills-glow-two {
    width: 330px;
    height: 330px;
    right: -150px;
    bottom: 8%;
    background: rgba(244, 201, 93, 0.11);
    animation: agSkillsGlow 11s ease-in-out infinite reverse;
}

/* ==============================
   SECTION HEADING
================================ */

.ag-skills-heading {
    margin-bottom: 65px;
    display: grid;
    grid-template-columns: minmax(520px, 1.2fr) minmax(320px, 0.8fr);
    align-items: end;
    gap: 75px;
}

.ag-skills-label {
    margin-bottom: 19px;
    display: flex;
    align-items: center;
    gap: 13px;
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--ag-font-body);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2.2px;
}

.ag-skills-label span {
    color: var(--ag-skills-yellow);
    font-family: var(--ag-font-display);
    font-size: 22px;
    letter-spacing: 1px;
}

.ag-skills-label i {
    width: 46px;
    height: 1px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.54);
}

.ag-skills-heading h2 {
    max-width: 760px;
    margin: 0;
    color: var(--ag-skills-white);
    font-family: var(--ag-font-heading);
    font-size: clamp(53px, 6vw, 84px);
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -3px;
}

.ag-skills-heading h2 em {
    position: relative;
    display: block;
    margin-top: 7px;
    color: transparent;
    font-family: var(--ag-font-display);
    font-size: 0.96em;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.78);
}

.ag-skills-heading h2 em::after {
    content: "";
    position: absolute;
    left: 2px;
    bottom: 3px;
    width: 120px;
    height: 7px;
    opacity: 0.75;
    background: linear-gradient(
        90deg,
        var(--ag-skills-accent),
        var(--ag-skills-yellow)
    );
}

.ag-skills-heading-right {
    padding-bottom: 8px;
}

.ag-skills-heading-right > p {
    margin: 0 0 28px;
    color: var(--ag-skills-muted);
    font-family: var(--ag-font-body);
    font-size: 14px;
    line-height: 1.8;
}

.ag-skills-summary {
    display: flex;
    align-items: center;
    gap: 35px;
}

.ag-skills-summary > div {
    display: flex;
    align-items: center;
    gap: 11px;
}

.ag-skills-summary strong {
    color: var(--ag-skills-white);
    font-family: var(--ag-font-display);
    font-size: 38px;
    font-weight: 400;
    line-height: 1;
}

.ag-skills-summary span {
    max-width: 75px;
    color: rgba(255, 255, 255, 0.58);
    font-family: var(--ag-font-body);
    font-size: 9px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ==============================
   MAIN SKILLS LAYOUT
================================ */

.ag-skills-layout {
    display: grid;
    grid-template-columns: minmax(330px, 0.75fr) minmax(620px, 1.25fr);
    align-items: stretch;
    gap: 24px;
}

/* ==============================
   FEATURED CARD
================================ */

.ag-skills-featured {
    position: relative;
    min-height: 100%;
    padding: 39px 34px;
    overflow: hidden;
    border: 1px solid var(--ag-skills-border);
    border-radius: 28px;
    background:
        linear-gradient(
            145deg,
            rgba(114, 87, 255, 0.28),
            rgba(255, 255, 255, 0.045)
        );
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(20px);
}

.ag-skills-featured::before {
    content: "";
    position: absolute;
    width: 270px;
    height: 270px;
    top: -145px;
    right: -120px;
    border-radius: 50%;
    background: rgba(244, 201, 93, 0.13);
    transition:
        width 0.6s ease,
        height 0.6s ease,
        transform 0.6s ease;
}

.ag-skills-featured:hover::before {
    width: 360px;
    height: 360px;
    transform: translate(-20px, 30px);
}

.ag-featured-top {
    position: relative;
    z-index: 2;
    margin-bottom: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ag-featured-number {
    color: var(--ag-skills-yellow);
    font-family: var(--ag-font-display);
    font-size: 25px;
    letter-spacing: 1px;
}

.ag-featured-icon {
    width: 53px;
    height: 53px;
    display: grid;
    place-items: center;
    color: var(--ag-skills-dark);
    font-size: 19px;
    border-radius: 50%;
    background: var(--ag-skills-yellow);
    box-shadow: 0 12px 30px rgba(244, 201, 93, 0.22);
    transition:
        color 0.4s ease,
        background 0.4s ease,
        transform 0.5s ease;
}

.ag-skills-featured:hover .ag-featured-icon {
    color: var(--ag-skills-white);
    background: var(--ag-skills-accent);
    transform: rotate(12deg) scale(1.08);
}

.ag-featured-eyebrow {
    position: relative;
    z-index: 2;
    margin-bottom: 17px;
    display: inline-block;
    color: var(--ag-skills-accent-light);
    font-family: var(--ag-font-body);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}

.ag-skills-featured h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 22px;
    color: var(--ag-skills-white);
    font-family: var(--ag-font-heading);
    font-size: clamp(35px, 4vw, 51px);
    font-weight: 600;
    line-height: 1.03;
    letter-spacing: -1.8px;
}

.ag-skills-featured h3 em {
    display: block;
    margin-top: 5px;
    color: var(--ag-skills-yellow);
    font-style: italic;
    font-weight: 600;
}

.ag-skills-featured > p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: var(--ag-skills-muted);
    font-family: var(--ag-font-body);
    font-size: 13px;
    line-height: 1.82;
}

.ag-featured-skills {
    position: relative;
    z-index: 2;
    margin-top: 27px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ag-featured-skills span {
    padding: 8px 11px;
    color: rgba(255, 255, 255, 0.72);
    font-family: var(--ag-font-body);
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.045);
}

.ag-featured-link {
    position: relative;
    z-index: 2;
    margin-top: 43px;
    padding-bottom: 7px;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--ag-skills-white);
    font-family: var(--ag-font-body);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ag-featured-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: var(--ag-skills-yellow);
    transform-origin: right;
    transition: transform 0.35s ease;
}

.ag-featured-link:hover::after {
    transform: scaleX(0);
}

.ag-featured-link i {
    font-size: 16px;
    font-style: normal;
    transition: transform 0.35s ease;
}

.ag-featured-link:hover i {
    transform: translate(4px, -4px);
}

/* ==============================
   SKILL CARDS
================================ */

.ag-skill-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.ag-skill-card {
    position: relative;
    min-height: 245px;
    padding: 26px 24px;
    overflow: hidden;
    border: 1px solid var(--ag-skills-border);
    border-radius: 21px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.095),
            rgba(255, 255, 255, 0.025)
        );
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.19);
    backdrop-filter: blur(18px);
    transition:
        border-color 0.4s ease,
        background 0.4s ease,
        transform 0.4s ease,
        box-shadow 0.4s ease;
}

.ag-skill-card::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    right: -80px;
    bottom: -90px;
    border-radius: 50%;
    background: rgba(114, 87, 255, 0.17);
    transition:
        width 0.5s ease,
        height 0.5s ease,
        right 0.5s ease,
        bottom 0.5s ease;
}

.ag-skill-card:hover {
    border-color: rgba(161, 143, 255, 0.45);
    background:
        linear-gradient(
            145deg,
            rgba(114, 87, 255, 0.2),
            rgba(255, 255, 255, 0.04)
        );
    box-shadow: 0 32px 70px rgba(0, 0, 0, 0.3);
    transform: translateY(-8px);
}

.ag-skill-card:hover::before {
    width: 250px;
    height: 250px;
    right: -110px;
    bottom: -130px;
}

.ag-skill-card-top {
    position: relative;
    z-index: 2;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ag-skill-card-top > span {
    color: rgba(255, 255, 255, 0.55);
    font-family: var(--ag-font-display);
    font-size: 23px;
    letter-spacing: 1px;
}

.ag-skill-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    font-size: 21px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.07);
    transition:
        color 0.35s ease,
        background 0.35s ease,
        transform 0.35s ease;
}

.ag-skill-card:hover .ag-skill-icon {
    color: var(--ag-skills-dark);
    background: var(--ag-skills-yellow);
    transform: rotate(-7deg) scale(1.07);
}

.html-icon {
    color: #ff7657;
}

.css-icon {
    color: #55a7ff;
}

.js-icon {
    color: #f7df5e;
}

.bootstrap-icon {
    color: #a88bff;
}

.figma-icon {
    color: #ff8f75;
}

.photoshop-icon {
    color: #52b7ff;
}

.php-icon {
    color: #9a9cff;
}

.responsive-icon {
    color: #6be5b1;
}

.ag-skill-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 11px;
    color: var(--ag-skills-white);
    font-family: var(--ag-font-heading);
    font-size: 25px;
    font-weight: 600;
}

.ag-skill-card p {
    position: relative;
    z-index: 2;
    min-height: 55px;
    margin: 0;
    color: var(--ag-skills-muted);
    font-family: var(--ag-font-body);
    font-size: 11px;
    line-height: 1.7;
}

/* Progress bars */

.ag-skill-progress {
    position: absolute;
    z-index: 3;
    left: 24px;
    right: 24px;
    bottom: 25px;
    height: 3px;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
}

.ag-skill-progress span {
    width: 0;
    height: 100%;
    display: block;
    border-radius: inherit;
    background: linear-gradient(
        90deg,
        var(--ag-skills-accent),
        var(--ag-skills-yellow)
    );
    box-shadow: 0 0 15px rgba(114, 87, 255, 0.5);
}

.ag-skill-card.skill-visible .ag-skill-progress span {
    animation: agSkillProgress 1.3s ease forwards;
}

/* ==============================
   TECHNOLOGY MARQUEE
================================ */

.ag-tech-marquee {
    position: relative;
    margin-top: 55px;
    padding: 21px 0;
    overflow: hidden;
    border-top: 1px solid var(--ag-skills-border);
    border-bottom: 1px solid var(--ag-skills-border);
    background: rgba(255, 255, 255, 0.035);
    backdrop-filter: blur(15px);
}

.ag-tech-marquee::before,
.ag-tech-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4;
    width: 110px;
    pointer-events: none;
}

.ag-tech-marquee::before {
    left: 0;
    background: linear-gradient(
        to right,
        rgba(13, 15, 20, 0.96),
        transparent
    );
}

.ag-tech-marquee::after {
    right: 0;
    background: linear-gradient(
        to left,
        rgba(13, 15, 20, 0.96),
        transparent
    );
}

.ag-tech-track {
    width: max-content;
    display: flex;
    align-items: center;
    animation: agTechMove 27s linear infinite;
}

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

.ag-tech-group {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 24px;
    padding-right: 24px;
}

.ag-tech-group span {
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.68);
    font-family: var(--ag-font-display);
    font-size: clamp(29px, 3.1vw, 47px);
    text-transform: uppercase;
    letter-spacing: 1.4px;
    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.ag-tech-group span:hover {
    color: var(--ag-skills-yellow);
    transform: translateY(-3px);
}

.ag-tech-group i {
    color: var(--ag-skills-accent-light);
    font-size: 14px;
    font-style: normal;
    animation: agTechStar 3s ease-in-out infinite;
}

/* ==============================
   ANIMATIONS
================================ */

@keyframes agSkillsGlow {
    0%,
    100% {
        opacity: 0.65;
        transform: translateY(0) scale(1);
    }

    50% {
        opacity: 1;
        transform: translateY(-25px) scale(1.1);
    }
}

@keyframes agSkillProgress {
    from {
        width: 0;
    }

    to {
        width: var(--skill-width);
    }
}

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

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

@keyframes agTechStar {
    0%,
    100% {
        color: var(--ag-skills-accent-light);
        transform: rotate(0deg) scale(1);
    }

    50% {
        color: var(--ag-skills-yellow);
        transform: rotate(180deg) scale(1.2);
    }
}

/* ==============================
   RESPONSIVE
================================ */

@media (max-width: 1100px) {
    .ag-skills-heading {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .ag-skills-heading-right {
        max-width: 650px;
    }

    .ag-skills-layout {
        grid-template-columns: 1fr;
    }

    .ag-skills-featured {
        min-height: 500px;
    }

    .ag-featured-top {
        margin-bottom: 60px;
    }
}

@media (max-width: 800px) {
    .ag-skills-section {
        padding: 95px 0 85px;
        background-attachment: scroll;
    }

    .ag-skill-grid {
        grid-template-columns: 1fr;
    }

    .ag-skills-featured {
        min-height: auto;
    }
}

@media (max-width: 600px) {
    .ag-skills-section {
        padding: 75px 0 65px;
    }

    .ag-skills-container {
        width: min(100% - 28px, 1240px);
    }

    .ag-skills-heading {
        margin-bottom: 45px;
    }

    .ag-skills-heading h2 {
        font-size: clamp(45px, 14vw, 65px);
        letter-spacing: -2px;
    }

    .ag-skills-heading h2 em {
        line-height: 0.95;
    }

    .ag-skills-summary {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }

    .ag-skills-featured {
        padding: 30px 24px;
        border-radius: 21px;
    }

    .ag-featured-top {
        margin-bottom: 48px;
    }

    .ag-skills-featured h3 {
        font-size: 38px;
    }

    .ag-skill-card {
        min-height: 235px;
        padding: 23px 20px;
    }

    .ag-skill-progress {
        left: 20px;
        right: 20px;
        bottom: 22px;
    }

    .ag-tech-marquee::before,
    .ag-tech-marquee::after {
        width: 45px;
    }

    .ag-tech-track {
        animation-duration: 20s;
    }

    .ag-tech-group {
        gap: 18px;
        padding-right: 18px;
    }

    .ag-tech-group span {
        font-size: 31px;
    }
}

/* Disable fixed background on touch devices */

@media (hover: none), (pointer: coarse) {
    .ag-skills-section {
        background-attachment: scroll;
    }
}

/* Reduced motion */

@media (prefers-reduced-motion: reduce) {
    .ag-skills-glow,
    .ag-tech-track,
    .ag-tech-group i,
    .ag-skill-progress span {
        animation: none !important;
    }

    .ag-skill-progress span {
        width: var(--skill-width);
    }
}

.ag-skills-section {
    position: relative;
    padding: 120px 0 105px;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(114, 87, 255, 0.16),
            transparent 28%
        ),
        radial-gradient(
            circle at 85% 80%,
            rgba(244, 201, 93, 0.08),
            transparent 26%
        ),
        linear-gradient(
            135deg,
            #07080d 0%,
            #0d1018 48%,
            #080a10 100%
        );
    isolation: isolate;
}

/* Particle canvas */

.skills-particle-network {
    position: absolute;
    inset: 0;
    z-index: -4;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* Dark transparent overlay */

.ag-skills-overlay {
    position: absolute;
    inset: 0;
    z-index: -3;
    pointer-events: none;
    background:
        linear-gradient(
            110deg,
            rgba(5, 7, 12, 0.78),
            rgba(9, 11, 18, 0.56),
            rgba(5, 7, 12, 0.8)
        );
}

/* Optional grid layer */

.ag-skills-grid {
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0.18;
    pointer-events: none;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.045) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.045) 1px,
            transparent 1px
        );
    background-size: 60px 60px;
}

/* Content canvas ke upar rahe */

.ag-skills-container {
    position: relative;
    z-index: 5;
}
:root {
    --ag-contact-dark: #0d0f14;
    --ag-contact-dark-soft: #151821;
    --ag-contact-white: #ffffff;
    --ag-contact-muted: #a9acb5;
    --ag-contact-accent: #7257ff;
    --ag-contact-accent-light: #a18fff;
    --ag-contact-yellow: #f4c95d;
    --ag-contact-green: #38c986;
    --ag-contact-border: rgba(255, 255, 255, 0.13);

    --ag-font-body: "Inter", sans-serif;
    --ag-font-heading: "Bebas Neue", sans-serif;
    --ag-font-display: "Bebas Neue", sans-serif;
}

/* ==============================
   CONTACT SECTION
================================ */

.ag-contact-section {
    position: relative;
    padding: 125px 0 110px;
    overflow: hidden;
    color: var(--ag-contact-white);
    background:
        radial-gradient(
            circle at 10% 18%,
            rgba(114, 87, 255, 0.24),
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 85%,
            rgba(244, 201, 93, 0.1),
            transparent 27%
        ),
        linear-gradient(
            145deg,
            #090b10 0%,
            #10131b 48%,
            #0b0d13 100%
        );
    isolation: isolate;
}

.ag-contact-container {
    position: relative;
    z-index: 5;
    width: min(1220px, calc(100% - 48px));
    margin-inline: auto;
}

/* Background grid */

.ag-contact-grid {
    position: absolute;
    inset: 0;
    z-index: -4;
    opacity: 0.24;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.05) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.05) 1px,
            transparent 1px
        );
    background-size: 58px 58px;
    mask-image: linear-gradient(
        to bottom,
        transparent,
        black 10%,
        black 90%,
        transparent
    );
    -webkit-mask-image: linear-gradient(
        to bottom,
        transparent,
        black 10%,
        black 90%,
        transparent
    );
}

/* Animated glow */

.ag-contact-glow {
    position: absolute;
    z-index: -3;
    border-radius: 50%;
    filter: blur(30px);
    pointer-events: none;
}

.ag-contact-glow-one {
    width: 360px;
    height: 360px;
    top: 10%;
    left: -180px;
    background: rgba(114, 87, 255, 0.21);
    animation: agContactGlow 9s ease-in-out infinite;
}

.ag-contact-glow-two {
    width: 320px;
    height: 320px;
    right: -150px;
    bottom: 5%;
    background: rgba(244, 201, 93, 0.09);
    animation: agContactGlow 11s ease-in-out infinite reverse;
}

/* ==============================
   SECTION HEADING
================================ */

.ag-contact-heading {
    margin-bottom: 62px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 35px;
}

.ag-contact-label {
    display: flex;
    align-items: center;
    gap: 13px;
    color: rgba(255, 255, 255, 0.72);
    font-family: var(--ag-font-body);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2.2px;
}

.ag-contact-label span {
    color: var(--ag-contact-yellow);
    font-family: var(--ag-font-display);
    font-size: 22px;
    letter-spacing: 1px;
}

.ag-contact-label i {
    width: 45px;
    height: 1px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.5);
}

.ag-contact-heading > p {
    max-width: 420px;
    margin: 0;
    color: var(--ag-contact-muted);
    font-family: var(--ag-font-heading);
    font-size: 18px;
    font-style: italic;
    line-height: 1.55;
    text-align: right;
}

/* ==============================
   MAIN LAYOUT
================================ */

.ag-contact-layout {
    display: grid;
    grid-template-columns: minmax(390px, 0.88fr) minmax(520px, 1.12fr);
    align-items: stretch;
    gap: clamp(50px, 7vw, 90px);
}

/* ==============================
   LEFT CONTENT
================================ */

.ag-contact-content {
    position: relative;
    padding: 30px 0;
}

.ag-contact-status {
    width: fit-content;
    margin-bottom: 24px;
    padding: 9px 14px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, 0.78);
    font-family: var(--ag-font-body);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    border: 1px solid var(--ag-contact-border);
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.04);
}

.ag-contact-status > span {
    position: relative;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: var(--ag-contact-green);
}

.ag-contact-status > span::after {
    content: "";
    position: absolute;
    inset: -4px;
    border: 1px solid rgba(56, 201, 134, 0.45);
    border-radius: 50%;
    animation: agContactPulse 1.7s ease infinite;
}

.ag-contact-content h2 {
    margin: 0 0 26px;
    color: var(--ag-contact-white);
    font-family: var(--ag-font-heading);
    font-size: clamp(58px, 6vw, 88px);
    font-weight: 600;
    line-height: 0.96;
    letter-spacing: -3px;
}

.ag-contact-content h2 em {
    position: relative;
    display: block;
    margin-top: 7px;
    color: transparent;
    font-family: var(--ag-font-display);
    font-size: 0.95em;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.78);
}

.ag-contact-content h2 em::after {
    content: "";
    position: absolute;
    left: 3px;
    bottom: 4px;
    width: 120px;
    height: 7px;
    opacity: 0.75;
    background: linear-gradient(
        90deg,
        var(--ag-contact-accent),
        var(--ag-contact-yellow)
    );
}

.ag-contact-lead {
    max-width: 570px;
    margin: 0 0 17px;
    color: var(--ag-contact-white);
    font-family: var(--ag-font-heading);
    font-size: clamp(21px, 2.2vw, 28px);
    font-style: italic;
    font-weight: 600;
    line-height: 1.45;
}

.ag-contact-description {
    max-width: 590px;
    margin: 0;
    color: var(--ag-contact-muted);
    font-family: var(--ag-font-body);
    font-size: 13px;
    line-height: 1.82;
}

/* Contact details */

.ag-contact-details {
    margin-top: 37px;
    display: grid;
    gap: 12px;
}

.ag-contact-detail {
    position: relative;
    min-height: 74px;
    padding: 13px 18px;
    display: grid;
    grid-template-columns: 46px 1fr auto;
    align-items: center;
    gap: 14px;
    overflow: hidden;
    color: var(--ag-contact-white);
    border: 1px solid var(--ag-contact-border);
    border-radius: 15px;
    background:
        linear-gradient(
            110deg,
            rgba(255, 255, 255, 0.075),
            rgba(255, 255, 255, 0.025)
        );
    backdrop-filter: blur(14px);
    transition:
        border-color 0.35s ease,
        background 0.35s ease,
        transform 0.35s ease;
}

.ag-contact-detail::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(114, 87, 255, 0.17),
        transparent 65%
    );
    opacity: 0;
    transition: opacity 0.35s ease;
}

a.ag-contact-detail:hover {
    border-color: rgba(161, 143, 255, 0.42);
    background: rgba(255, 255, 255, 0.07);
    transform: translateX(7px);
}

a.ag-contact-detail:hover::before {
    opacity: 1;
}

.ag-contact-detail-icon {
    position: relative;
    z-index: 2;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: var(--ag-contact-yellow);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
}

.ag-contact-detail-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ag-contact-detail-copy small {
    color: rgba(255, 255, 255, 0.48);
    font-family: var(--ag-font-body);
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

.ag-contact-detail-copy strong {
    color: var(--ag-contact-white);
    font-family: var(--ag-font-body);
    font-size: 12px;
    font-weight: 700;
}

.ag-detail-arrow {
    position: relative;
    z-index: 2;
    color: var(--ag-contact-accent-light);
    font-size: 18px;
    font-style: normal;
    transition: transform 0.3s ease;
}

a.ag-contact-detail:hover .ag-detail-arrow {
    transform: translate(3px, -3px);
}

/* Social icons */

.ag-contact-socials {
    margin-top: 29px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.ag-contact-socials > span {
    color: rgba(255, 255, 255, 0.48);
    font-family: var(--ag-font-body);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.ag-contact-socials > div {
    display: flex;
    gap: 8px;
}

.ag-contact-socials a {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: var(--ag-contact-white);
    font-size: 13px;
    border: 1px solid var(--ag-contact-border);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    transition:
        color 0.35s ease,
        background 0.35s ease,
        border-color 0.35s ease,
        transform 0.35s ease;
}

.ag-contact-socials a:hover {
    color: var(--ag-contact-dark);
    border-color: var(--ag-contact-yellow);
    background: var(--ag-contact-yellow);
    transform: translateY(-4px);
}

/* Signature */

.ag-contact-signature {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}

.ag-contact-signature span {
    color: rgba(255, 255, 255, 0.32);
    font-family: var(--ag-font-body);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.7px;
}

.ag-contact-signature strong {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.09);
    font-family: var(--ag-font-display);
    font-size: clamp(46px, 5vw, 74px);
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.24);
}

/* ==============================
   FORM WRAPPER
================================ */

.ag-contact-form-wrap {
    position: relative;
    padding: 38px 35px 35px;
    overflow: hidden;
    border: 1px solid var(--ag-contact-border);
    border-radius: 28px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.105),
            rgba(255, 255, 255, 0.028)
        );
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(22px);
}

.ag-contact-form-wrap::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    top: -150px;
    right: -110px;
    border-radius: 50%;
    background: rgba(114, 87, 255, 0.2);
}

.ag-contact-form-wrap::after {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    left: -100px;
    bottom: -120px;
    border-radius: 50%;
    background: rgba(244, 201, 93, 0.08);
}

/* Form heading */

.ag-contact-form-top {
    position: relative;
    z-index: 2;
    margin-bottom: 34px;
    padding-bottom: 24px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid var(--ag-contact-border);
}

.ag-contact-form-top span {
    color: var(--ag-contact-accent-light);
    font-family: var(--ag-font-body);
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.ag-contact-form-top h3 {
    margin: 7px 0 0;
    color: var(--ag-contact-white);
    font-family: var(--ag-font-heading);
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 600;
}

.ag-contact-form-top .ag-form-number {
    color: rgba(255, 255, 255, 0.18);
    font-family: var(--ag-font-display);
    font-size: 54px;
    font-weight: 400;
    line-height: 0.8;
}

/* Form layout */

.ag-contact-form {
    position: relative;
    z-index: 3;
}

.ag-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.ag-form-group {
    margin-bottom: 18px;
}

.ag-form-group label {
    margin-bottom: 9px;
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--ag-font-body);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.ag-input-wrap {
    position: relative;
}

.ag-input-wrap > i {
    position: absolute;
    top: 50%;
    left: 16px;
    color: rgba(255, 255, 255, 0.36);
    font-size: 13px;
    transform: translateY(-50%);
    transition: color 0.3s ease;
}

.ag-input-wrap input,
.ag-input-wrap select,
.ag-input-wrap textarea {
    width: 100%;
    color: var(--ag-contact-white);
    font-family: var(--ag-font-body);
    font-size: 12px;
    outline: none;
    border: 1px solid var(--ag-contact-border);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.045);
    transition:
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}

.ag-input-wrap input,
.ag-input-wrap select {
    height: 52px;
    padding: 0 16px 0 44px;
}

.ag-input-wrap textarea {
    min-height: 135px;
    padding: 16px 16px 16px 44px;
    resize: vertical;
    line-height: 1.7;
}

.ag-textarea-wrap > i {
    top: 19px;
    transform: none;
}

.ag-input-wrap input::placeholder,
.ag-input-wrap textarea::placeholder {
    color: rgba(255, 255, 255, 0.29);
}

.ag-input-wrap select {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.ag-select-wrap::after {
    content: "⌄";
    position: absolute;
    top: 50%;
    right: 16px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 14px;
    pointer-events: none;
    transform: translateY(-56%);
}

.ag-input-wrap select option {
    color: #111318;
    background: #ffffff;
}

.ag-input-wrap input:focus,
.ag-input-wrap select:focus,
.ag-input-wrap textarea:focus {
    border-color: rgba(161, 143, 255, 0.65);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 0 0 4px rgba(114, 87, 255, 0.1);
}

.ag-input-wrap:focus-within > i {
    color: var(--ag-contact-yellow);
}

/* Form errors */

.ag-form-error {
    min-height: 15px;
    margin-top: 5px;
    display: block;
    color: #ff8282;
    font-family: var(--ag-font-body);
    font-size: 9px;
    line-height: 1.3;
}

.ag-form-group.has-error input,
.ag-form-group.has-error select,
.ag-form-group.has-error textarea {
    border-color: rgba(255, 105, 105, 0.72);
}

.ag-form-group.is-valid input,
.ag-form-group.is-valid select,
.ag-form-group.is-valid textarea {
    border-color: rgba(56, 201, 134, 0.52);
}

/* Footer and button */

.ag-form-footer {
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.ag-form-footer p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.4);
    font-family: var(--ag-font-body);
    font-size: 8px;
    font-weight: 600;
}

.ag-form-footer p i {
    color: var(--ag-contact-green);
}

.ag-contact-submit {
    min-width: 175px;
    min-height: 56px;
    padding: 0 21px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    overflow: hidden;
    cursor: pointer;
    color: var(--ag-contact-dark);
    font-family: var(--ag-font-body);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    border: 0;
    background: var(--ag-contact-yellow);
    box-shadow: 7px 7px 0 rgba(114, 87, 255, 0.65);
    transition:
        color 0.35s ease,
        background 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.35s ease;
}

.ag-contact-submit:hover {
    color: var(--ag-contact-white);
    background: var(--ag-contact-accent);
    box-shadow: 3px 3px 0 var(--ag-contact-yellow);
    transform: translate(4px, 4px);
}

.ag-contact-submit i {
    font-size: 13px;
    transition: transform 0.3s ease;
}

.ag-contact-submit:hover i {
    transform: translate(3px, -3px);
}

.ag-contact-submit:disabled {
    cursor: not-allowed;
    opacity: 0.65;
    transform: none;
}

/* Form status */

.ag-form-status {
    display: none;
    margin-top: 22px;
    padding: 14px 16px;
    font-family: var(--ag-font-body);
    font-size: 11px;
    line-height: 1.5;
    border-radius: 10px;
}

.ag-form-status.success {
    display: block;
    color: #c8ffe2;
    border: 1px solid rgba(56, 201, 134, 0.36);
    background: rgba(56, 201, 134, 0.1);
}

.ag-form-status.error {
    display: block;
    color: #ffd3d3;
    border: 1px solid rgba(255, 105, 105, 0.35);
    background: rgba(255, 105, 105, 0.09);
}

/* ==============================
   ANIMATIONS
================================ */

@keyframes agContactGlow {
    0%,
    100% {
        opacity: 0.65;
        transform: translateY(0) scale(1);
    }

    50% {
        opacity: 1;
        transform: translateY(-20px) scale(1.08);
    }
}

@keyframes agContactPulse {
    from {
        opacity: 1;
        transform: scale(0.8);
    }

    to {
        opacity: 0;
        transform: scale(1.8);
    }
}

/* ==============================
   RESPONSIVE
================================ */

@media (max-width: 1000px) {
    .ag-contact-layout {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .ag-contact-content {
        max-width: 750px;
    }
}

@media (max-width: 700px) {
    .ag-contact-section {
        padding: 90px 0 80px;
    }

    .ag-contact-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .ag-contact-heading > p {
        text-align: left;
    }

    .ag-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .ag-contact-form-wrap {
        padding: 31px 25px 28px;
        border-radius: 22px;
    }
}

@media (max-width: 520px) {
    .ag-contact-section {
        padding: 72px 0 65px;
    }

    .ag-contact-container {
        width: min(100% - 28px, 1220px);
    }

    .ag-contact-heading {
        margin-bottom: 45px;
    }

    .ag-contact-content h2 {
        font-size: clamp(49px, 15vw, 68px);
        letter-spacing: -2px;
    }

    .ag-contact-content h2 em {
        line-height: 0.95;
    }

    .ag-contact-detail {
        grid-template-columns: 42px 1fr auto;
        padding: 12px;
    }

    .ag-contact-detail-copy strong {
        font-size: 10px;
        word-break: break-word;
    }

    .ag-contact-socials {
        align-items: flex-start;
        flex-direction: column;
        gap: 13px;
    }

    .ag-contact-signature strong {
        font-size: 45px;
    }

    .ag-contact-form-wrap {
        padding: 26px 18px 24px;
    }

    .ag-contact-form-top .ag-form-number {
        font-size: 42px;
    }

    .ag-form-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .ag-contact-submit {
        width: calc(100% - 7px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ag-contact-glow,
    .ag-contact-status > span::after {
        animation: none;
    }
}

:root {
    --ag-footer-dark: #090b10;
    --ag-footer-dark-soft: #11141c;
    --ag-footer-white: #ffffff;
    --ag-footer-muted: #a7aab4;
    --ag-footer-accent: #7257ff;
    --ag-footer-accent-light: #a996ff;
    --ag-footer-yellow: #f4c95d;
    --ag-footer-green: #48c987;
    --ag-footer-border: rgba(255, 255, 255, 0.12);

    --ag-font-body: "Inter", sans-serif;
    --ag-font-heading: "Bebas Neue", sans-serif;
    --ag-font-display: "Bebas Neue", sans-serif;
}

/* ==============================
   FOOTER
================================ */

.ag-footer {
    position: relative;
    padding-top: 105px;
    overflow: hidden;
    color: var(--ag-footer-white);
    background:
        radial-gradient(
            circle at 8% 18%,
            rgba(114, 87, 255, 0.23),
            transparent 29%
        ),
        radial-gradient(
            circle at 91% 12%,
            rgba(244, 201, 93, 0.09),
            transparent 25%
        ),
        linear-gradient(
            145deg,
            #080a0f 0%,
            #11141d 48%,
            #090b11 100%
        );
    isolation: isolate;
}

.ag-footer-container {
    position: relative;
    z-index: 5;
    width: min(1240px, calc(100% - 48px));
    margin-inline: auto;
}

/* Background grid */

.ag-footer-grid {
    position: absolute;
    inset: 0;
    z-index: -4;
    opacity: 0.2;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.05) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.05) 1px,
            transparent 1px
        );
    background-size: 58px 58px;
}

.ag-footer-glow {
    position: absolute;
    z-index: -3;
    border-radius: 50%;
    filter: blur(30px);
    pointer-events: none;
}

.ag-footer-glow-one {
    width: 360px;
    height: 360px;
    top: 12%;
    left: -180px;
    background: rgba(114, 87, 255, 0.2);
    animation: agFooterGlow 9s ease-in-out infinite;
}

.ag-footer-glow-two {
    width: 330px;
    height: 330px;
    top: 30%;
    right: -160px;
    background: rgba(244, 201, 93, 0.08);
    animation: agFooterGlow 11s ease-in-out infinite reverse;
}

/* ==============================
   FOOTER COLUMNS
================================ */

.ag-footer-main {
    display: grid;
    grid-template-columns: minmax(300px, 1.35fr) repeat(3, minmax(165px, 0.65fr));
    gap: clamp(38px, 5vw, 72px);
}

/* Brand */

.ag-footer-brand {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 13px;
}

.ag-footer-logo {
    position: relative;
    width: 57px;
    height: 57px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 17px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.22),
            rgba(255, 255, 255, 0.02)
        ),
        linear-gradient(
            145deg,
            var(--ag-footer-accent),
            #4f36c9
        );
    box-shadow:
        0 15px 32px rgba(114, 87, 255, 0.3),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    transform: rotateX(7deg) rotateY(-8deg);
    transition: transform 0.4s ease;
}

.ag-footer-logo::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 19px;
    top: -8px;
    left: -38px;
    background: rgba(255, 255, 255, 0.22);
    transform: rotate(-42deg);
}

.ag-footer-logo::after {
    content: "";
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--ag-footer-yellow);
    box-shadow: 0 0 12px var(--ag-footer-yellow);
}

.ag-footer-logo span {
    position: relative;
    z-index: 2;
    color: var(--ag-footer-white);
    font-family: var(--ag-font-display);
    font-size: 26px;
    letter-spacing: 1px;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.28);
}

.ag-footer-brand:hover .ag-footer-logo {
    transform: rotateX(0) rotateY(0) translateY(-3px);
}

.ag-footer-brand-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ag-footer-brand-text strong {
    color: var(--ag-footer-white);
    font-family: var(--ag-font-heading);
    font-size: 21px;
    font-weight: 600;
}

.ag-footer-brand-text small {
    color: rgba(255, 255, 255, 0.46);
    font-family: var(--ag-font-body);
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

.ag-footer-description {
    max-width: 365px;
    margin: 25px 0 0;
    color: var(--ag-footer-muted);
    font-family: var(--ag-font-body);
    font-size: 12px;
    line-height: 1.8;
}

.ag-footer-location {
    margin-top: 19px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.ag-footer-location > i {
    margin-top: 3px;
    color: var(--ag-footer-yellow);
    font-size: 13px;
}

.ag-footer-location span {
    display: flex;
    flex-direction: column;
    gap: 3px;
    color: rgba(255, 255, 255, 0.42);
    font-family: var(--ag-font-body);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ag-footer-location strong {
    color: rgba(255, 255, 255, 0.79);
    font-size: 10px;
    text-transform: none;
    letter-spacing: 0.2px;
}

/* Newsletter */

.ag-footer-newsletter {
    max-width: 390px;
    margin-top: 28px;
}

.ag-footer-newsletter label {
    margin-bottom: 10px;
    display: block;
    color: rgba(255, 255, 255, 0.46);
    font-family: var(--ag-font-body);
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

.ag-footer-input-wrap {
    position: relative;
    display: flex;
}

.ag-footer-input-wrap input {
    width: 100%;
    height: 52px;
    padding: 0 64px 0 17px;
    color: var(--ag-footer-white);
    font-family: var(--ag-font-body);
    font-size: 11px;
    outline: 0;
    border: 1px solid var(--ag-footer-border);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.045);
    transition:
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}

.ag-footer-input-wrap input::placeholder {
    color: rgba(255, 255, 255, 0.28);
}

.ag-footer-input-wrap input:focus {
    border-color: rgba(169, 150, 255, 0.6);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 0 0 4px rgba(114, 87, 255, 0.1);
}

.ag-footer-input-wrap button {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    cursor: pointer;
    color: var(--ag-footer-dark);
    border: 0;
    border-radius: 9px;
    background: var(--ag-footer-yellow);
    transition:
        color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease;
}

.ag-footer-input-wrap button:hover {
    color: var(--ag-footer-white);
    background: var(--ag-footer-accent);
    transform: rotate(-5deg);
}

.ag-footer-newsletter-status {
    min-height: 15px;
    margin-top: 7px;
    display: block;
    color: var(--ag-footer-green);
    font-family: var(--ag-font-body);
    font-size: 9px;
}

/* Footer navigation columns */

.ag-footer-column {
    position: relative;
}

.ag-footer-column-number {
    margin-bottom: 12px;
    display: block;
    color: var(--ag-footer-yellow);
    font-family: var(--ag-font-display);
    font-size: 18px;
    letter-spacing: 1px;
}

.ag-footer-column h3 {
    margin: 0 0 24px;
    color: var(--ag-footer-white);
    font-family: var(--ag-font-heading);
    font-size: 21px;
    font-weight: 600;
}

.ag-footer-links {
    display: grid;
    gap: 16px;
}

.ag-footer-links a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 13px;
    color: var(--ag-footer-muted);
    font-family: var(--ag-font-body);
    font-size: 11px;
    font-weight: 500;
    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.ag-footer-links a::before {
    content: "";
    position: absolute;
    left: -13px;
    width: 0;
    height: 1px;
    background: var(--ag-footer-yellow);
    transition: width 0.3s ease;
}

.ag-footer-links a i {
    color: var(--ag-footer-accent-light);
    font-size: 13px;
    font-style: normal;
    opacity: 0;
    transform: translate(-5px, 5px);
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}

.ag-footer-links a:hover {
    color: var(--ag-footer-white);
    transform: translateX(10px);
}

.ag-footer-links a:hover::before {
    width: 7px;
}

.ag-footer-links a:hover i {
    opacity: 1;
    transform: translate(0, 0);
}

/* Contact column */

.ag-footer-contact-link {
    position: relative;
    margin-bottom: 14px;
    padding: 13px 15px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4px 12px;
    overflow: hidden;
    border: 1px solid var(--ag-footer-border);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.035);
    transition:
        border-color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease;
}

.ag-footer-contact-link small {
    grid-column: 1 / -1;
    color: rgba(255, 255, 255, 0.39);
    font-family: var(--ag-font-body);
    font-size: 7px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.ag-footer-contact-link strong {
    color: rgba(255, 255, 255, 0.83);
    font-family: var(--ag-font-body);
    font-size: 9px;
    font-weight: 700;
    word-break: break-word;
}

.ag-footer-contact-link > i {
    color: var(--ag-footer-yellow);
    font-size: 14px;
    font-style: normal;
    transition: transform 0.3s ease;
}

.ag-footer-contact-link:hover {
    border-color: rgba(169, 150, 255, 0.45);
    background: rgba(114, 87, 255, 0.1);
    transform: translateY(-3px);
}

.ag-footer-contact-link:hover > i {
    transform: translate(3px, -3px);
}

/* Socials */

.ag-footer-socials {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ag-footer-socials a {
    width: 41px;
    height: 41px;
    display: grid;
    place-items: center;
    color: var(--ag-footer-white);
    font-size: 13px;
    border: 1px solid var(--ag-footer-border);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.045);
    transition:
        color 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.ag-footer-socials a:hover {
    color: var(--ag-footer-dark);
    border-color: var(--ag-footer-yellow);
    background: var(--ag-footer-yellow);
    transform: translateY(-5px) rotate(5deg);
}

/* ==============================
   LARGE FOOTER TEXT
================================ */

.ag-footer-big-text {
    margin-top: 80px;
    padding-top: 38px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 14px;
    border-top: 1px solid var(--ag-footer-border);
}

.ag-footer-big-text span {
    color: rgba(255, 255, 255, 0.24);
    font-family: var(--ag-font-display);
    font-size: clamp(38px, 5vw, 73px);
    line-height: 0.9;
    letter-spacing: 1.3px;
}

.ag-footer-big-text strong {
    color: transparent;
    font-family: var(--ag-font-display);
    font-size: clamp(50px, 7vw, 105px);
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: 1px;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.52);
}

/* ==============================
   ANIMATED SCENE
================================ */

.ag-footer-scene {
    position: relative;
    height: 250px;
    margin-top: 35px;
    overflow: hidden;
}

/* Skyline */

.ag-footer-skyline {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 72px;
    height: 150px;
    opacity: 0.38;
}

.building {
    position: absolute;
    bottom: 0;
    display: block;
    border: 1px solid rgba(169, 150, 255, 0.17);
    background:
        repeating-linear-gradient(
            90deg,
            transparent 0,
            transparent 9px,
            rgba(255, 255, 255, 0.13) 10px,
            transparent 12px
        ),
        linear-gradient(
            to top,
            rgba(114, 87, 255, 0.18),
            rgba(169, 150, 255, 0.07)
        );
}

.building::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 2px;
    height: 15px;
    background: rgba(244, 201, 93, 0.32);
}

.building-1 {
    left: 1%;
    width: 48px;
    height: 76px;
}

.building-2 {
    left: 5%;
    width: 65px;
    height: 110px;
}

.building-3 {
    left: 10%;
    width: 42px;
    height: 89px;
}

.building-4 {
    left: 15%;
    width: 75px;
    height: 132px;
}

.building-5 {
    left: 22%;
    width: 53px;
    height: 95px;
}

.building-6 {
    left: 29%;
    width: 82px;
    height: 117px;
}

.building-7 {
    left: 38%;
    width: 58px;
    height: 75px;
}

.building-8 {
    left: 45%;
    width: 72px;
    height: 100px;
}

.building-9 {
    left: 54%;
    width: 46px;
    height: 83px;
}

.building-10 {
    left: 61%;
    width: 85px;
    height: 120px;
}

/* Hills */

.ag-footer-hills {
    position: absolute;
    right: -4%;
    bottom: 72px;
    width: 45%;
    height: 140px;
    opacity: 0.25;
}

.ag-footer-hills span {
    position: absolute;
    bottom: -50px;
    width: 190px;
    height: 190px;
    border-radius: 25px;
    background: linear-gradient(
        135deg,
        rgba(72, 201, 135, 0.32),
        rgba(114, 87, 255, 0.08)
    );
    transform: rotate(45deg);
}

.ag-footer-hills span:nth-child(1) {
    left: 10%;
}

.ag-footer-hills span:nth-child(2) {
    left: 37%;
    width: 230px;
    height: 230px;
}

.ag-footer-hills span:nth-child(3) {
    left: 69%;
    width: 175px;
    height: 175px;
}

/* Trees */

.ag-footer-trees {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 65px;
    height: 60px;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    opacity: 0.38;
}

.ag-footer-trees i {
    position: relative;
    width: 7px;
    height: 24px;
    display: block;
    background: rgba(244, 201, 93, 0.2);
}

.ag-footer-trees i::before,
.ag-footer-trees i::after {
    content: "";
    position: absolute;
    left: 50%;
    border-radius: 50%;
    background: rgba(72, 201, 135, 0.45);
    transform: translateX(-50%);
}

.ag-footer-trees i::before {
    width: 32px;
    height: 32px;
    top: -18px;
}

.ag-footer-trees i::after {
    width: 22px;
    height: 22px;
    top: -29px;
}

/* Road */

.ag-footer-road {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 74px;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.065),
            rgba(255, 255, 255, 0.025)
        );
}

.ag-road-lines {
    position: absolute;
    top: 35px;
    left: -160px;
    width: calc(100% + 320px);
    height: 2px;
    background: repeating-linear-gradient(
        90deg,
        transparent 0,
        transparent 45px,
        rgba(244, 201, 93, 0.58) 46px,
        rgba(244, 201, 93, 0.58) 110px,
        transparent 111px,
        transparent 155px
    );
    animation: agRoadMove 3s linear infinite;
}

/* ==============================
   CYCLIST
================================ */

.ag-cyclist-wrap {
    position: absolute;
    z-index: 5;
    left: -180px;
    bottom: 29px;
    width: 130px;
    height: 95px;
    animation: agCyclistMove 19s linear infinite;
}

.ag-cyclist {
    position: relative;
    width: 130px;
    height: 95px;
}

.ag-cycle-wheel {
    position: absolute;
    bottom: 0;
    width: 38px;
    height: 38px;
    border: 3px solid rgba(255, 255, 255, 0.82);
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(114, 87, 255, 0.5);
    animation: agWheelRotate 0.8s linear infinite;
}

.ag-cycle-wheel::before,
.ag-cycle-wheel::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, 0.27);
    transform-origin: center;
}

.ag-cycle-wheel::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.ag-cycle-wheel::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.wheel-left {
    left: 7px;
}

.wheel-right {
    right: 5px;
}

.ag-cycle-frame {
    position: absolute;
    left: 29px;
    bottom: 19px;
    width: 64px;
    height: 34px;
    border-left: 3px solid var(--ag-footer-yellow);
    border-bottom: 3px solid var(--ag-footer-yellow);
    transform: skewX(-25deg);
}

.ag-cycle-frame::before {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 46px;
    height: 3px;
    background: var(--ag-footer-yellow);
    transform: rotate(-35deg);
    transform-origin: left;
}

.ag-cycle-body {
    position: absolute;
    left: 52px;
    bottom: 51px;
    width: 21px;
    height: 30px;
    border-radius: 10px 10px 4px 4px;
    background: var(--ag-footer-accent);
    transform: rotate(15deg);
}

.ag-cycle-head {
    position: absolute;
    left: 64px;
    bottom: 78px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--ag-footer-yellow);
}

.ag-cycle-head::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -1px;
    width: 17px;
    height: 8px;
    border-radius: 10px 10px 3px 3px;
    background: #ff6b4a;
}

.ag-cycle-arm {
    position: absolute;
    left: 68px;
    bottom: 54px;
    width: 35px;
    height: 4px;
    border-radius: 10px;
    background: var(--ag-footer-yellow);
    transform: rotate(20deg);
    transform-origin: left;
}

.ag-cycle-leg {
    position: absolute;
    left: 57px;
    bottom: 34px;
    width: 33px;
    height: 5px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.86);
    transform: rotate(47deg);
    transform-origin: left;
    animation: agCycleLeg 0.8s ease-in-out infinite alternate;
}

/* ==============================
   CAR
================================ */

.ag-car-wrap {
    position: absolute;
    z-index: 6;
    left: -250px;
    bottom: 24px;
    width: 210px;
    height: 85px;
    animation: agCarMove 13s linear infinite;
}

.ag-car {
    position: relative;
    width: 210px;
    height: 85px;
}

.ag-car-body {
    position: absolute;
    left: 0;
    bottom: 17px;
    width: 205px;
    height: 48px;
    border-radius: 48px 62px 15px 17px;
    background:
        linear-gradient(
            to bottom,
            #ff6548,
            #d83c29
        );
    box-shadow:
        inset 0 -8px 0 rgba(0, 0, 0, 0.12),
        0 10px 22px rgba(0, 0, 0, 0.32);
}

.ag-car-body::before {
    content: "";
    position: absolute;
    left: 46px;
    top: -29px;
    width: 105px;
    height: 42px;
    border-radius: 55px 55px 5px 5px;
    background: #e94932;
    transform: skewX(-8deg);
}

.ag-car-window {
    position: absolute;
    z-index: 2;
    top: -21px;
    height: 28px;
    background: linear-gradient(
        145deg,
        #c9eaff,
        #728ca4
    );
    border: 2px solid rgba(255, 255, 255, 0.65);
}

.ag-window-left {
    left: 58px;
    width: 45px;
    border-radius: 30px 5px 5px 3px;
    transform: skewX(-8deg);
}

.ag-window-right {
    left: 108px;
    width: 38px;
    border-radius: 4px 28px 4px 4px;
    transform: skewX(-8deg);
}

.ag-car-light {
    position: absolute;
    right: 4px;
    top: 19px;
    width: 9px;
    height: 10px;
    border-radius: 5px;
    background: var(--ag-footer-yellow);
    box-shadow: 8px 0 18px rgba(244, 201, 93, 0.45);
}

.ag-car-wheel {
    position: absolute;
    z-index: 4;
    bottom: 2px;
    width: 38px;
    height: 38px;
    border: 7px solid #181a20;
    border-radius: 50%;
    background: #aab0b9;
    box-shadow: inset 0 0 0 4px #4e535c;
    animation: agWheelRotate 0.65s linear infinite;
}

.ag-car-wheel-left {
    left: 35px;
}

.ag-car-wheel-right {
    right: 27px;
}

/* ==============================
   FOOTER BOTTOM
================================ */

.ag-footer-bottom {
    position: relative;
    z-index: 8;
    border-top: 1px solid var(--ag-footer-border);
    background: rgba(5, 7, 11, 0.72);
    backdrop-filter: blur(14px);
}

.ag-footer-bottom-inner {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.ag-footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.48);
    font-family: var(--ag-font-body);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.ag-footer-bottom p span {
    color: rgba(255, 255, 255, 0.78);
}

.ag-footer-bottom-inner > div {
    display: flex;
    align-items: center;
    gap: 24px;
}

.ag-footer-bottom a {
    color: rgba(255, 255, 255, 0.47);
    font-family: var(--ag-font-body);
    font-size: 9px;
    font-weight: 700;
    transition: color 0.3s ease;
}

.ag-footer-bottom a:hover {
    color: var(--ag-footer-yellow);
}

/* ==============================
   FIXED CONTACT TAB
================================ */

.ag-footer-contact-tab {
    position: fixed;
    z-index: 900;
    top: 50%;
    right: 0;
    min-height: 175px;
    padding: 15px 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    color: var(--ag-footer-dark);
    font-family: var(--ag-font-body);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    writing-mode: vertical-rl;
    border-radius: 14px 0 0 14px;
    background: var(--ag-footer-yellow);
    box-shadow: -8px 10px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-50%);
    transition:
        color 0.3s ease,
        background 0.3s ease,
        padding 0.3s ease;
}

.ag-footer-contact-tab:hover {
    color: var(--ag-footer-white);
    padding-right: 16px;
    background: var(--ag-footer-accent);
}

.ag-footer-contact-tab i {
    transform: rotate(90deg);
}

/* ==============================
   SCROLL TOP
================================ */

.ag-scroll-top {
    position: fixed;
    z-index: 950;
    right: 25px;
    bottom: 25px;
    width: 49px;
    height: 49px;
    display: grid;
    place-items: center;
    overflow: hidden;
    cursor: pointer;
    color: var(--ag-footer-white);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: rgba(12, 14, 20, 0.85);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(12px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(18px);
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease,
        transform 0.3s ease,
        background 0.3s ease;
}

.ag-scroll-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.ag-scroll-top > span {
    position: absolute;
    inset: 3px;
    border: 1px dashed rgba(244, 201, 93, 0.55);
    border-radius: 50%;
    animation: agScrollRing 8s linear infinite;
}

.ag-scroll-top i {
    position: relative;
    z-index: 2;
    font-size: 13px;
}

.ag-scroll-top:hover {
    background: var(--ag-footer-accent);
    transform: translateY(-4px);
}

/* ==============================
   ANIMATIONS
================================ */

@keyframes agFooterGlow {
    0%,
    100% {
        opacity: 0.65;
        transform: translateY(0) scale(1);
    }

    50% {
        opacity: 1;
        transform: translateY(-22px) scale(1.08);
    }
}

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

    to {
        transform: translateX(155px);
    }
}

@keyframes agCyclistMove {
    0% {
        transform: translateX(-180px);
    }

    100% {
        transform: translateX(calc(100vw + 310px));
    }
}

@keyframes agCarMove {
    0% {
        transform: translateX(-260px);
    }

    100% {
        transform: translateX(calc(100vw + 350px));
    }
}

@keyframes agWheelRotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes agCycleLeg {
    from {
        transform: rotate(30deg);
    }

    to {
        transform: rotate(60deg);
    }
}

@keyframes agScrollRing {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

/* ==============================
   RESPONSIVE
================================ */

@media (max-width: 1050px) {
    .ag-footer-main {
        grid-template-columns: 1.25fr repeat(2, 0.75fr);
    }

    .ag-footer-contact-column {
        grid-column: 2 / 4;
    }
}

@media (max-width: 780px) {
    .ag-footer {
        padding-top: 85px;
    }

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

    .ag-footer-brand-column {
        grid-column: 1 / -1;
    }

    .ag-footer-contact-column {
        grid-column: 1 / -1;
    }

    .ag-footer-scene {
        height: 210px;
    }

    .ag-footer-skyline {
        bottom: 65px;
    }

    .ag-footer-contact-tab {
        top: auto;
        right: 85px;
        bottom: 25px;
        min-width: 145px;
        min-height: 48px;
        padding: 0 16px;
        flex-direction: row;
        writing-mode: horizontal-tb;
        border-radius: 30px;
        transform: none;
    }

    .ag-footer-contact-tab i {
        transform: none;
    }
}

@media (max-width: 560px) {
    .ag-footer {
        padding-top: 72px;
    }

    .ag-footer-container {
        width: min(100% - 28px, 1240px);
    }

    .ag-footer-main {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .ag-footer-brand-column,
    .ag-footer-contact-column {
        grid-column: auto;
    }

    .ag-footer-big-text {
        margin-top: 60px;
        flex-direction: column;
        gap: 6px;
    }

    .ag-footer-scene {
        height: 180px;
    }

    .ag-footer-skyline {
        bottom: 59px;
        transform: scale(0.8);
        transform-origin: left bottom;
    }

    .ag-footer-hills {
        width: 70%;
        bottom: 58px;
    }

    .ag-footer-road {
        height: 60px;
    }

    .ag-footer-trees {
        bottom: 55px;
    }

    .ag-cyclist-wrap {
        bottom: 18px;
        transform: scale(0.8);
        transform-origin: bottom left;
    }

    .ag-car-wrap {
        bottom: 14px;
        transform: scale(0.78);
        transform-origin: bottom left;
    }

    .ag-footer-bottom-inner {
        padding: 20px 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .ag-footer-bottom-inner > div {
        flex-wrap: wrap;
        gap: 15px;
    }

    .ag-footer-contact-tab {
        right: 78px;
        bottom: 18px;
        min-width: auto;
        padding: 0 14px;
        font-size: 8px;
    }

    .ag-scroll-top {
        right: 18px;
        bottom: 18px;
        width: 47px;
        height: 47px;
    }
}

@media (max-width: 400px) {
    .ag-footer-contact-tab span {
        display: none;
    }

    .ag-footer-contact-tab {
        right: 76px;
        width: 47px;
        min-width: 47px;
        padding: 0;
    }
}

/* Accessibility */

@media (prefers-reduced-motion: reduce) {
    .ag-footer-glow,
    .ag-road-lines,
    .ag-cyclist-wrap,
    .ag-car-wrap,
    .ag-cycle-wheel,
    .ag-car-wheel,
    .ag-cycle-leg,
    .ag-scroll-top > span {
        animation: none !important;
    }
}

.ag-car-wrap {
    animation-duration: 13s;
}

.ag-cyclist-wrap {
    animation-duration: 19s;
}
.ag-road-lines {
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    height: 2px;

    background: repeating-linear-gradient(
        90deg,
        transparent 0,
        transparent 45px,
        rgba(244, 201, 93, 0.7) 46px,
        rgba(244, 201, 93, 0.7) 110px,
        transparent 111px,
        transparent 155px
    );

    /* Road line fixed rahegi */
    animation: none;
    transform: none;
}
@keyframes agRoadMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(155px);
    }
}
.ag-footer-road {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 74px;
    overflow: hidden;

    border-top: 1px solid rgba(255, 255, 255, 0.08);

    background:
        linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.045),
            rgba(255, 255, 255, 0.015)
        ),
        #11141c;
}

.ag-footer-road::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.3;
    background-image: repeating-linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.018) 0,
        rgba(255, 255, 255, 0.018) 1px,
        transparent 1px,
        transparent 8px
    );
}
.ag-hero {
    position: relative;
    min-height: calc(100vh - 125px);
    padding: 70px 0 55px;
    overflow: hidden;
    isolation: isolate;

    background:
        radial-gradient(
            circle at 82% 16%,
            rgba(126, 104, 255, 0.22) 0%,
            rgba(126, 104, 255, 0.11) 24%,
            transparent 48%
        ),
        radial-gradient(
            circle at 12% 88%,
            rgba(244, 201, 93, 0.12) 0%,
            transparent 35%
        ),
        linear-gradient(
            120deg,
            #f7f5f0 0%,
            #fbfaf7 48%,
            #f4f1fb 100%
        );
}
.ag-hero-grid {
    position: absolute;
    inset: 0;
    z-index: -4;
    pointer-events: none;

    background-image:
        linear-gradient(
            rgba(22, 24, 31, 0.045) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(22, 24, 31, 0.045) 1px,
            transparent 1px
        );

    background-size: 58px 58px;

    mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        black 12%,
        black 88%,
        transparent 100%
    );

    -webkit-mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        black 12%,
        black 88%,
        transparent 100%
    );
}
.ag-hero-bg-glow {
    position: absolute;
    z-index: -3;
    border-radius: 50%;
    filter: blur(18px);
    pointer-events: none;
}

.ag-hero-bg-glow-one {
    width: 460px;
    height: 460px;
    top: -170px;
    right: 4%;
    background: rgba(126, 104, 255, 0.18);
    animation: agHeroGlowMove 9s ease-in-out infinite;
}

.ag-hero-bg-glow-two {
    width: 330px;
    height: 330px;
    left: -140px;
    bottom: -150px;
    background: rgba(244, 201, 93, 0.11);
    animation: agHeroGlowMove 11s ease-in-out infinite reverse;
}

@keyframes agHeroGlowMove {
    0%,
    100% {
        opacity: 0.65;
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        opacity: 1;
        transform: translate3d(20px, -18px, 0) scale(1.08);
    }
}

/* =========================================
   PREMIUM PROJECT SECTION
========================================= */

.ag-project-grid {
    width: min(1240px, calc(100% - 40px));
    margin-inline: auto;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
}

/* =========================================
   PROJECT CARD
========================================= */

.project-card {
    position: relative;
    min-width: 0;
    overflow: hidden;

    display: flex;
    flex-direction: column;

    border: 1px solid rgba(17, 18, 22, 0.09);
    border-radius: 24px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.98),
            rgba(248, 247, 243, 0.92)
        );

    box-shadow:
        0 12px 30px rgba(16, 17, 20, 0.06),
        0 2px 8px rgba(16, 17, 20, 0.03);

    transition:
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.45s ease,
        border-color 0.45s ease;
}

.project-card:hover {
    transform: translateY(-10px);
    border-color: rgba(114, 87, 255, 0.24);

    box-shadow:
        0 32px 75px rgba(16, 17, 20, 0.13),
        0 10px 25px rgba(114, 87, 255, 0.08);
}

/* Top premium highlight */

.project-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 35px;
    right: 35px;
    z-index: 20;

    height: 3px;
    border-radius: 0 0 20px 20px;

    background: linear-gradient(
        90deg,
        transparent,
        var(--ag-accent),
        var(--ag-yellow),
        transparent
    );

    opacity: 0;
    transform: scaleX(0.5);

    transition:
        opacity 0.4s ease,
        transform 0.4s ease;
}

.project-card:hover::before {
    opacity: 1;
    transform: scaleX(1);
}

/* =========================================
   FEATURED PROJECT
========================================= */

.project-featured {
    grid-column: 1 / -1;

    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(390px, 0.75fr);

    min-height: 570px;
}

.project-featured .project-image {
    height: 100%;
    min-height: 570px;
    border-radius: 0;
}

.project-featured .project-content {
    justify-content: center;
    padding: clamp(42px, 5vw, 70px);
}

.project-featured .project-content h3 {
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1;
}

/* =========================================
   PROJECT IMAGE
========================================= */

.project-image {
    position: relative;
    height: 360px;
    overflow: hidden;

    background: #15161a;
}

.project-image img {
    width: 100%;
    height: 100%;
    display: block;

    object-fit: cover;
    object-position: center;

    transform: scale(1.01);

    transition:
        transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.6s ease;
}

.project-card:hover .project-image img {
    transform: scale(1.08);
    filter: saturate(1.08) contrast(1.03);
}

/* Image dark gradient */

.project-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;

    background:
        linear-gradient(
            180deg,
            rgba(8, 9, 12, 0.05) 20%,
            rgba(8, 9, 12, 0.18) 58%,
            rgba(8, 9, 12, 0.82) 100%
        );

    transition: background 0.5s ease;
}

.project-card:hover .project-overlay {
    background:
        linear-gradient(
            180deg,
            rgba(8, 9, 12, 0.02) 20%,
            rgba(8, 9, 12, 0.12) 58%,
            rgba(8, 9, 12, 0.72) 100%
        );
}

/* Animated shine */

.project-image::after {
    content: "";
    position: absolute;
    top: -40%;
    left: -80%;
    z-index: 3;

    width: 45%;
    height: 180%;

    pointer-events: none;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.18),
        transparent
    );

    transform: rotate(15deg);
    transition: left 0.9s ease;
}

.project-card:hover .project-image::after {
    left: 140%;
}

/* =========================================
   PROJECT NUMBER
========================================= */

.project-number {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 5;

    width: 52px;
    height: 52px;

    display: grid;
    place-items: center;

    color: #ffffff;
    font-family: var(--ag-font-display);
    font-size: 17px;
    letter-spacing: 1px;

    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;

    background: rgba(15, 16, 20, 0.38);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    transition:
        color 0.35s ease,
        background 0.35s ease,
        transform 0.35s ease;
}

.project-card:hover .project-number {
    color: var(--ag-dark);
    background: var(--ag-yellow);
    transform: rotate(-8deg) scale(1.05);
}

/* =========================================
   OPEN PROJECT BUTTON
========================================= */

.project-open {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 6;

    width: 54px;
    height: 54px;

    display: grid;
    place-items: center;

    color: var(--ag-dark);
    font-size: 22px;
    text-decoration: none;

    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);

    transform: rotate(0deg);

    transition:
        color 0.35s ease,
        background 0.35s ease,
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.project-open:hover {
    color: #ffffff;
    background: var(--ag-accent);
    transform: rotate(45deg) scale(1.08);
}

/* =========================================
   IMAGE BOTTOM INFO
========================================= */

.project-image-info {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 28px;
    z-index: 5;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    color: #ffffff;
}

.project-image-info span {
    font-family: var(--ag-font-body);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}

.project-image-info strong {
    color: var(--ag-yellow);
    font-family: var(--ag-font-display);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
}

/* =========================================
   PROJECT CONTENT
========================================= */

.project-content {
    flex: 1;
    padding: 32px;

    display: flex;
    flex-direction: column;
}

.project-meta {
    margin-bottom: 18px;

    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
}

.project-meta span {
    position: relative;

    padding: 8px 12px;

    color: var(--ag-accent);
    font-family: var(--ag-font-body);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.1px;

    border: 1px solid rgba(114, 87, 255, 0.15);
    border-radius: 50px;

    background: rgba(114, 87, 255, 0.07);
}

.project-content h3 {
    margin: 0 0 16px;

    color: var(--ag-dark);
    font-family: var(--ag-font-heading);
    font-size: clamp(27px, 3vw, 36px);
    font-weight: 650;
    line-height: 1.1;
    letter-spacing: -1px;

    transition: color 0.35s ease;
}

.project-card:hover .project-content h3 {
    color: var(--ag-accent);
}

.project-content p {
    max-width: 620px;
    margin: 0 0 28px;

    color: var(--ag-muted);
    font-family: var(--ag-font-body);
    font-size: 14px;
    line-height: 1.8;
}

/* =========================================
   PROJECT FOOTER
========================================= */

.project-footer {
    width: 100%;
    margin-top: auto;
    padding-top: 24px;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 25px;

    border-top: 1px solid rgba(17, 18, 22, 0.08);
}

.project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.project-tags span {
    padding: 7px 11px;

    color: #5f6169;
    font-family: var(--ag-font-body);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;

    border: 1px solid rgba(17, 18, 22, 0.09);
    border-radius: 6px;

    background: rgba(255, 255, 255, 0.7);

    transition:
        color 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease;
}

.project-card:hover .project-tags span {
    color: var(--ag-dark);
    border-color: rgba(114, 87, 255, 0.15);
    background: rgba(114, 87, 255, 0.06);
}

.project-tags span:hover {
    transform: translateY(-2px);
}

/* =========================================
   PROJECT TEXT LINK
========================================= */

.project-link {
    position: relative;
    flex-shrink: 0;

    padding-bottom: 5px;

    display: inline-flex;
    align-items: center;
    gap: 11px;

    color: var(--ag-dark);
    font-family: var(--ag-font-body);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.project-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    height: 1px;
    background: var(--ag-dark);

    transform-origin: left;
    transition:
        transform 0.35s ease,
        background 0.35s ease;
}

.project-link i {
    width: 27px;
    height: 27px;

    display: grid;
    place-items: center;

    font-size: 16px;
    font-style: normal;

    border-radius: 50%;

    background: var(--ag-yellow);

    transition:
        color 0.35s ease,
        background 0.35s ease,
        transform 0.35s ease;
}

.project-link:hover {
    color: var(--ag-accent);
}

.project-link:hover::after {
    background: var(--ag-accent);
    transform: scaleX(0.35);
}

.project-link:hover i {
    color: #ffffff;
    background: var(--ag-accent);
    transform: translateX(5px);
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1050px) {
    .ag-project-featured {
        grid-template-columns: 1fr 0.85fr;
    }

    .ag-project-featured .ag-project-content {
        padding: 40px;
    }

    .ag-project-image {
        height: 330px;
    }
}

@media (max-width: 850px) {
    .ag-project-grid {
        grid-template-columns: 1fr;
    }

    .ag-project-featured {
        grid-column: auto;
        display: flex;
        min-height: auto;
    }

    .ag-project-featured .ag-project-image {
        height: 470px;
        min-height: auto;
    }

    .ag-project-featured .ag-project-content {
        padding: 34px;
    }

    .ag-project-featured .ag-project-content h3 {
        font-size: clamp(32px, 7vw, 46px);
    }
}

@media (max-width: 600px) {
    .ag-project-grid {
        width: min(100% - 26px, 1240px);
        gap: 24px;
    }

    .ag-project-card {
        border-radius: 18px;
    }

    .ag-project-image,
    .ag-project-featured .ag-project-image {
        height: 330px;
    }

    .ag-project-content,
    .ag-project-featured .ag-project-content {
        padding: 25px 22px;
    }

    .ag-project-content h3 {
        font-size: 28px;
    }

    .ag-project-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .ag-project-number {
        top: 17px;
        left: 17px;
        width: 45px;
        height: 45px;
        font-size: 14px;
    }

    .ag-project-open {
        top: 17px;
        right: 17px;
        width: 46px;
        height: 46px;
        font-size: 19px;
    }

    .ag-project-image-info {
        left: 22px;
        right: 22px;
        bottom: 22px;
    }
}

@media (max-width: 390px) {
    .ag-project-image,
    .ag-project-featured .ag-project-image {
        height: 285px;
    }

    .ag-project-meta span {
        padding: 7px 10px;
        font-size: 8px;
    }

    .ag-project-content h3 {
        font-size: 25px;
    }

    .ag-project-content p {
        font-size: 13px;
    }
}

/* Reduced motion support */

@media (prefers-reduced-motion: reduce) {
    .ag-project-card,
    .ag-project-image img,
    .ag-project-image::after,
    .ag-project-open,
    .ag-project-number,
    .ag-project-link i {
        transition: none !important;
    }
}

/* =========================================================
   PREMIUM BLACK + DARK NAVY THEME OVERRIDES
   Fonts: Bebas Neue (headings/display) + Inter (body/UI)
   Layout and component structure remain unchanged.
========================================================= */
:root {
    --ag-font-heading: "Bebas Neue", sans-serif;
    --ag-font-display: "Bebas Neue", sans-serif;
    --ag-font-body: "Inter", sans-serif;

    --ag-primary: #0f172a;
    --ag-primary-dark: #020617;
    --ag-secondary: #38bdf8;
    --ag-accent: #5b8cff;
    --ag-accent-light: #172554;
    --ag-yellow: #38bdf8;

    --ag-dark: #020617;
    --ag-dark-soft: #08111f;
    --ag-surface: #0b1220;
    --ag-surface-2: #111827;
    --ag-surface-3: #152033;

    --ag-text: #f8fafc;
    --ag-muted: #94a3b8;
    --ag-white: #ffffff;
    --ag-border: rgba(148, 163, 184, 0.18);
    --ag-light-border: rgba(148, 163, 184, 0.14);
    --ag-shadow: 0 24px 70px rgba(0, 0, 0, 0.48);
}

html { color-scheme: dark; }

body {
    font-family: var(--ag-font-body) !important;
    color: var(--ag-text);
    background: #020617;
}

body, button, input, textarea, select, a, p, span, small, label, li {
    font-family: var(--ag-font-body);
}

h1, h2, h3, h4, h5, h6,
.section-title,
.ag-title-small,
.ag-title-main,
.ag-title-outline,
.ag-brand-text strong,
.ag-logo-front,
.ag-logo-shadow,
.ag-marquee-item,
.ag-slide-caption strong,
.ag-about-content h2,
.ag-projects-heading h2,
.ag-skills-heading h2 {
    font-family: var(--ag-font-heading) !important;
    font-style: normal;
    letter-spacing: 0.02em;
}

/* Global readable text */
p, li, small,
.ag-hero-description,
.ag-about-description,
.ag-about-lead,
.ag-project-content p,
.ag-projects-heading-right p,
.ag-skills-heading-right p,
.ag-skill-card p,
.ag-featured-skills,
.ag-contact-section p {
    color: #a9b4c5;
}

strong, b, h1, h2, h3, h4, h5, h6 { color: #f8fafc; }

/* Topbar + Header */
.ag-topbar {
    background: linear-gradient(90deg, #020617, #07111f 52%, #020617);
    border-bottom-color: rgba(148, 163, 184, 0.12);
}

.ag-header,
.ag-header.ag-header-scrolled {
    background: rgba(2, 6, 23, 0.92);
    border-bottom-color: rgba(148, 163, 184, 0.12);
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.35);
}

.ag-brand-text strong,
.ag-menu-toggle span { color: #f8fafc; }
.ag-brand-text span { color: #94a3b8; }
.ag-nav a { color: #cbd5e1; }
.ag-nav a:hover,
.ag-nav a.active {
    color: #ffffff;
    background: rgba(56, 189, 248, 0.09);
}

.ag-menu-toggle {
    border-color: rgba(148, 163, 184, 0.2);
    background: rgba(15, 23, 42, 0.9);
}
.ag-menu-toggle span { background: #f8fafc; }

/* Mobile menu */
@media (max-width: 991px) {
    .ag-nav {
        background: rgba(5, 12, 26, 0.98);
        border-color: rgba(148, 163, 184, 0.16);
        box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
    }
}

/* Hero */
.ag-hero {
    background:
        radial-gradient(circle at 88% 8%, rgba(37, 99, 235, 0.18), transparent 34%),
        radial-gradient(circle at 5% 90%, rgba(14, 116, 144, 0.14), transparent 31%),
        linear-gradient(135deg, #020617 0%, #06101f 48%, #020617 100%);
}
.ag-hero-grid {
    opacity: 0.5;
    background-image:
        linear-gradient(rgba(148, 163, 184, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, 0.055) 1px, transparent 1px);
}
.ag-label-line,
.ag-intro-divider { background: #64748b; }
.ag-visual-label,
.ag-intro-line,
.ag-role-prefix { color: #94a3b8; }
.ag-hero-title,
.ag-title-small,
.ag-title-main { color: #f8fafc; }
.ag-title-outline {
    color: transparent;
    -webkit-text-stroke-color: #64748b;
}
.ag-hero-description { color: #a9b4c5; }
.ag-hero-description strong,
#agChangingWord { color: #ffffff; }
.ag-availability {
    color: #dbeafe;
    background: rgba(15, 23, 42, 0.72);
    border-color: rgba(148, 163, 184, 0.18);
}
.ag-floating-badge {
    color: #f8fafc;
    background: rgba(8, 17, 31, 0.9);
    border-color: rgba(148, 163, 184, 0.18);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.42);
}
.ag-floating-badge strong { color: #f8fafc; }
.ag-floating-badge small { color: #94a3b8; }
.ag-button-primary {
    color: #fff;
    background: linear-gradient(135deg, #0f172a, #020617);
    box-shadow: 8px 8px 0 #172554;
}
.ag-button-link { color: #e2e8f0; }
.ag-button-link::after { background: #64748b; }

/* Generic premium dark sections */
.ag-about-section,
.ag-projects-section,
.ag-contact-section,
.ag-footer,
footer {
    background-color: #020617;
    color: #f8fafc;
}

.ag-marquee-section,
.ag-skills-section {
    background-color: #050d1a;
    color: #f8fafc;
}

/* Dark surfaces/cards across all existing components */
.ag-principle-card,
.ag-project-card,
.ag-skill-card,
.ag-skills-featured,
.ag-stat-card,
.ag-about-point,
.ag-experience-card,
.ag-creative-badge,
.ag-projects-bottom,
.ag-contact-card,
.ag-contact-form,
.ag-contact-info,
.ag-social-card,
.ag-service-card,
.ag-tool-card,
.ag-timeline-card {
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.96), rgba(7, 15, 29, 0.96));
    border-color: rgba(148, 163, 184, 0.14);
    color: #f8fafc;
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.3);
}

.ag-principle-card:hover,
.ag-project-card:hover,
.ag-skill-card:hover,
.ag-about-point:hover,
.ag-contact-card:hover {
    border-color: rgba(56, 189, 248, 0.42);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.5);
}

/* About */
.ag-about-content h2,
.ag-about-content h3,
.ag-about-heading,
.ag-section-label { color: #f8fafc; }
.ag-about-eyebrow,
.ag-about-heading p { color: #94a3b8; }
.ag-about-description strong { color: #ffffff; }
.ag-about-skills span,
.ag-project-tags span,
.ag-project-meta span,
.ag-featured-skills span {
    color: #cbd5e1;
    background: rgba(15, 23, 42, 0.9);
    border-color: rgba(148, 163, 184, 0.18);
}
.ag-image-border { border-color: rgba(148, 163, 184, 0.22); }

/* Projects */
.ag-projects-heading h2,
.ag-project-content h3,
.ag-projects-bottom h3 { color: #f8fafc; }
.ag-project-filter {
    color: #cbd5e1;
    background: #0b1220;
    border-color: rgba(148, 163, 184, 0.16);
}
.ag-project-filter:hover,
.ag-project-filter.active {
    color: #fff;
    background: #172554;
    border-color: rgba(91, 140, 255, 0.55);
}
.ag-project-content { background: transparent; }
.ag-project-link,
.ag-view-all-link { color: #93c5fd; }

/* Skills */
.ag-skills-heading h2,
.ag-skills-featured h3,
.ag-skill-card h3 { color: #f8fafc; }
.ag-skills-overlay { background: rgba(2, 6, 23, 0.18); }
.ag-skill-progress { background: rgba(148, 163, 184, 0.15); }

/* Inputs / forms */
input, textarea, select {
    color: #f8fafc;
    background: #08111f;
    border-color: rgba(148, 163, 184, 0.18);
}
input::placeholder, textarea::placeholder { color: #64748b; }
input:focus, textarea:focus, select:focus {
    border-color: #5b8cff;
    box-shadow: 0 0 0 4px rgba(91, 140, 255, 0.12);
}

/* Footer links */
.ag-footer a,
footer a { color: #cbd5e1; }
.ag-footer a:hover,
footer a:hover { color: #ffffff; }

/* Scrollbar */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #020617; }
::-webkit-scrollbar-thumb {
    background: #1e293b;
    border: 2px solid #020617;
    border-radius: 999px;
}
::-webkit-scrollbar-thumb:hover { background: #334155; }

/* Selection */
::selection {
    color: #ffffff;
    background: rgba(37, 99, 235, 0.75);
}

