/* =========================================================
   ANMOL DIGITAL - FINAL FRONTEND CSS
   Clean Black & White | Fully Responsive
   Version: Final
   ========================================================= */

/* ------------------------------
   Reset & Base
------------------------------ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
    color: #111111;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

button,
input,
textarea,
select {
    font-family: inherit;
}

button {
    cursor: pointer;
}

::selection {
    background: #111111;
    color: #ffffff;
}

.container {
    width: min(1140px, calc(100% - 32px));
    margin: 0 auto;
}

/* ------------------------------
   Header
------------------------------ */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid #eeeeee;
    transition: 0.25s ease;
}

.site-header.scrolled {
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.08);
}

.header-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.brand-logo {
    display: inline-flex;
    align-items: center;
    max-width: 190px;
    min-width: 120px;
}

.brand-logo img {
    max-height: 48px;
    width: auto;
    object-fit: contain;
}

.main-menu {
    display: flex;
    align-items: center;
    gap: 28px;
}

.main-menu a {
    font-size: 15px;
    font-weight: 800;
    color: #111111;
    transition: 0.25s ease;
}

.main-menu a:hover {
    color: #666666;
}

.login-btn {
    padding: 11px 22px;
    border-radius: 999px;
    background: #111111;
    color: #ffffff !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.login-btn:hover {
    background: #333333;
    color: #ffffff !important;
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid #dddddd;
    background: #ffffff;
    border-radius: 14px;
    padding: 10px;
}

.menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #111111;
    margin: 5px 0;
    border-radius: 99px;
    transition: 0.2s ease;
}

.menu-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ------------------------------
   Common
------------------------------ */

main {
    background: #ffffff;
}

section {
    padding: 76px 0;
}

.section-heading {
    max-width: 720px;
    margin-bottom: 36px;
}

.section-heading.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.section-heading h2 {
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.12;
    letter-spacing: -1px;
    margin-bottom: 12px;
}

.section-heading p {
    color: #666666;
    font-size: 16px;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #111111;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 18px;
}

.section-badge.light {
    background: #ffffff;
    color: #111111;
}

.primary-btn,
.secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 24px;
    border-radius: 999px;
    font-weight: 900;
    transition: 0.25s ease;
}

.primary-btn {
    background: #111111;
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.primary-btn:hover {
    transform: translateY(-2px);
    background: #333333;
}

.secondary-btn {
    border: 1px solid #111111;
    color: #111111;
    background: #ffffff;
}

.secondary-btn:hover {
    transform: translateY(-2px);
    background: #111111;
    color: #ffffff;
}

/* ------------------------------
   Hero
------------------------------ */

.hero-section {
    position: relative;
    overflow: hidden;
    padding: 92px 0 82px;
    background:
        radial-gradient(circle at top left, #f1f1f1 0, transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
}

.hero-bg-shape {
    position: absolute;
    border-radius: 999px;
    background: #111111;
    opacity: 0.045;
    pointer-events: none;
}

.shape-one {
    width: 340px;
    height: 340px;
    right: -120px;
    top: 40px;
}

.shape-two {
    width: 220px;
    height: 220px;
    left: -90px;
    bottom: 30px;
}

.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
}

.hero-content h1 {
    font-size: clamp(40px, 6vw, 68px);
    line-height: 1.02;
    letter-spacing: -2px;
    margin-bottom: 22px;
}

.hero-content p {
    font-size: 18px;
    color: #555555;
    max-width: 640px;
    margin-bottom: 34px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

/* ------------------------------
   Hero Distribution Visual
------------------------------ */

.hero-visual {
    width: 100%;
}

.distribution-card {
    position: relative;
    background: #111111;
    color: #ffffff;
    border-radius: 34px;
    padding: 28px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}

.distribution-card::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    right: -90px;
    top: -90px;
}

.distribution-card::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    left: -60px;
    bottom: -70px;
}

.distribution-header,
.release-preview-card,
.platform-grid,
.distribution-stats {
    position: relative;
    z-index: 2;
}

.distribution-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
}

.distribution-header span {
    display: inline-flex;
    color: #cfcfcf;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 4px;
}

.distribution-header h3 {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -0.6px;
}

.live-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 13px;
    border-radius: 999px;
    background: #ffffff;
    color: #111111;
    font-size: 12px;
    font-weight: 900;
}

.release-preview-card {
    background: #ffffff;
    color: #111111;
    border-radius: 26px;
    padding: 18px;
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 18px;
    align-items: center;
    margin-bottom: 18px;
}

.release-artwork {
    width: 96px;
    height: 96px;
    border-radius: 22px;
    background: linear-gradient(135deg, #111111, #555555);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -1px;
}

.release-preview-info span {
    display: block;
    color: #666666;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.release-preview-info h4 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 7px;
}

.release-preview-info p {
    color: #666666;
    font-size: 14px;
    line-height: 1.5;
}

.platform-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 18px;
}

.platform-grid div {
    min-height: 46px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
}

.distribution-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.distribution-stats div {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    padding: 15px;
}

.distribution-stats strong {
    display: block;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 5px;
}

.distribution-stats span {
    color: #cfcfcf;
    font-size: 12px;
    font-weight: 800;
}

/* ------------------------------
   Partners
------------------------------ */

.partners-section {
    background: #ffffff;
}

.logo-slider {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.logo-card {
    min-height: 124px;
    border: 1px solid #eeeeee;
    border-radius: 24px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.05);
    transition: 0.25s ease;
    overflow: hidden;
}

.logo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.09);
}

.logo-card img {
    width: 100%;
    max-width: 155px;
    max-height: 76px;
    object-fit: contain;
    display: block;
    transform: scale(1.25);
}

.logo-card span,
.placeholder-logo {
    font-size: 17px;
    font-weight: 900;
    color: #111111;
    text-align: center;
}

/* Partners Responsive */

@media (max-width: 1080px) {
    .logo-slider {
        grid-template-columns: repeat(4, 1fr);
    }

    .logo-card img {
        max-width: 150px;
        max-height: 72px;
    }
}

@media (max-width: 768px) {
    .logo-slider {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .logo-card {
        min-height: 112px;
        border-radius: 20px;
        padding: 16px;
    }

    .logo-card img {
        max-width: 140px;
        max-height: 66px;
        transform: scale(1.18);
    }
}

@media (max-width: 420px) {
    .logo-slider {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .logo-card {
        min-height: 104px;
        padding: 14px;
    }

    .logo-card img {
        max-width: 125px;
        max-height: 58px;
        transform: scale(1.12);
    }
}
/* ------------------------------
   Services
------------------------------ */

.services-section {
    background: #f8f8f8;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.service-card {
    background: #ffffff;
    padding: 26px;
    border-radius: 26px;
    border: 1px solid #eeeeee;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.05);
    transition: 0.25s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.09);
}

.service-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: #111111;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 20px;
}

.service-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.25;
}

.service-card p {
    color: #666666;
    margin-bottom: 15px;
    font-size: 15px;
}

.text-link {
    font-weight: 900;
    border-bottom: 2px solid #111111;
}

/* ------------------------------
   Latest Releases
------------------------------ */

.release-section {
    background: #ffffff;
}

.release-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.release-card {
    overflow: hidden;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.06);
    transition: 0.25s ease;
}

.release-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
}

.release-cover {
    aspect-ratio: 1 / 1;
    background: #f1f1f1;
    overflow: hidden;
}

.release-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.empty-cover {
    width: 100%;
    height: 100%;
    min-height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999999;
    font-weight: 900;
}

.release-info {
    padding: 18px;
}

.release-info h3 {
    font-size: 18px;
    margin-bottom: 4px;
    line-height: 1.28;
}

.release-info p {
    color: #666666;
    font-size: 14px;
}

/* ------------------------------
   About
------------------------------ */

.about-section {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 30%),
        linear-gradient(180deg, #111111 0%, #050505 100%);
    color: #ffffff;
}

.about-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
}

.about-content h2 {
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.12;
    letter-spacing: -1px;
    margin-bottom: 16px;
}

.about-content p {
    color: #d8d8d8;
    font-size: 17px;
    margin-bottom: 26px;
}

.about-points {
    display: grid;
    gap: 16px;
}

.about-points div {
    padding: 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.about-points strong {
    display: block;
    margin-bottom: 4px;
}

.about-points span {
    color: #d8d8d8;
}

.about-stats {
    display: grid;
    gap: 18px;
}

.stat-card {
    background: #ffffff;
    color: #111111;
    border-radius: 26px;
    padding: 28px;
}

.stat-card strong {
    display: block;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-card span {
    color: #666666;
    font-weight: 800;
}

/* ------------------------------
   Brands
------------------------------ */

.brands-section {
    background: #f8f8f8;
}

.brand-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

/* ------------------------------
   Team
------------------------------ */

.team-section {
    background: #ffffff;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.team-card {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.06);
    transition: 0.25s ease;
}

.team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
}

.team-photo {
    aspect-ratio: 1 / 1;
    background: #f3f3f3;
    overflow: hidden;
}

.team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-photo-placeholder {
    width: 100%;
    height: 100%;
    background: #111111;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 82px;
    font-weight: 900;
}

.team-info {
    padding: 22px;
}

.team-info h3 {
    font-size: 20px;
    margin-bottom: 4px;
    line-height: 1.25;
}

.team-info span {
    display: block;
    color: #666666;
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 12px;
}

.team-info p {
    color: #666666;
    font-size: 14px;
    margin-bottom: 16px;
}

.team-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.team-contact a {
    display: inline-flex;
    padding: 8px 13px;
    border-radius: 999px;
    background: #111111;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
}

/* Team Fallback */

.team-mini-card {
    border-radius: 28px;
    background: #111111;
    color: #ffffff;
    padding: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    box-shadow: 0 18px 52px rgba(0, 0, 0, 0.16);
}

.team-mini-card h2 {
    font-size: clamp(26px, 4vw, 40px);
    line-height: 1.12;
    margin-bottom: 10px;
}

.team-mini-card p {
    color: #dddddd;
}

.team-mini-card .primary-btn {
    background: #ffffff;
    color: #111111;
    white-space: nowrap;
}

/* ------------------------------
   Footer Compact Card Layout
------------------------------ */

.site-footer {
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.07), transparent 24%),
        linear-gradient(180deg, #080808 0%, #020202 100%);
    color: #ffffff;
    padding: 56px 0 0;
}

.footer-inner {
    display: grid;
    grid-template-columns: 1.25fr 0.85fr 0.95fr 1.05fr;
    gap: 18px;
    align-items: stretch;
}

.footer-brand-box,
.footer-card {
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 22px;
}

.footer-brand-box {
    background: rgba(255, 255, 255, 0.075);
}

.footer-logo {
    display: inline-flex;
    margin-bottom: 18px;
}

.footer-logo img {
    max-width: 168px;
    max-height: 58px;
    width: auto;
    object-fit: contain;
}

.footer-brand-box p {
    color: #d5d5d5;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 20px;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-social a {
    min-height: 38px;
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    transition: 0.25s ease;
}

.footer-social a:hover {
    background: #ffffff;
    color: #111111;
}

.footer-card-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.footer-card-title span {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: #ffffff;
    color: #111111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 900;
}

.footer-card-title h3 {
    font-size: 19px;
    line-height: 1.15;
}

.footer-links {
    display: grid;
    gap: 9px;
}

.footer-links a {
    min-height: 38px;
    border-radius: 13px;
    padding: 9px 11px;
    background: rgba(255, 255, 255, 0.055);
    color: #dfdfdf;
    font-size: 14px;
    font-weight: 800;
    transition: 0.25s ease;
}

.footer-links a:hover {
    background: #ffffff;
    color: #111111;
}

.footer-contact-list {
    display: grid;
    gap: 10px;
}

.footer-contact-list a,
.footer-contact-list div {
    border-radius: 14px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.055);
    color: #dfdfdf;
}

.footer-contact-list strong {
    display: block;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 4px;
}

.footer-contact-list span {
    color: #d5d5d5;
    font-size: 14px;
    word-break: break-word;
}

.footer-bottom {
    margin-top: 28px;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: #bdbdbd;
    font-size: 14px;
}

.footer-bottom a {
    color: #ffffff;
    font-weight: 900;
}

/* ------------------------------
   Responsive
------------------------------ */

@media (max-width: 1080px) {
    .logo-slider {
        grid-template-columns: repeat(4, 1fr);
    }

    .services-grid,
    .release-grid,
    .brand-grid,
    .team-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-inner {
        grid-template-columns: 1fr 1fr;
    }

    .footer-brand-box {
        grid-column: span 2;
    }
}

@media (max-width: 992px) {
    .hero-grid,
    .about-grid {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        max-width: 620px;
    }

    .logo-slider,
    .services-grid,
    .release-grid,
    .brand-grid,
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .team-mini-card {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .container {
        width: min(100% - 28px, 1140px);
    }

    .header-inner {
        min-height: 70px;
    }

    .brand-logo img {
        max-height: 42px;
    }

    .menu-toggle {
        display: block;
    }

    .main-menu {
        position: absolute;
        top: 70px;
        left: 14px;
        right: 14px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 14px;
        background: #ffffff;
        border: 1px solid #eeeeee;
        border-radius: 22px;
        box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
    }

    .main-menu.active {
        display: flex;
    }

    .main-menu a {
        padding: 14px;
        border-radius: 14px;
    }

    .main-menu a:hover {
        background: #f5f5f5;
    }

    .login-btn {
        text-align: center;
        margin-top: 6px;
    }

    .hero-section {
        padding: 62px 0 56px;
    }

    section {
        padding: 56px 0;
    }

    .hero-content h1 {
        letter-spacing: -1.4px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .primary-btn,
    .secondary-btn {
        width: 100%;
    }

    .distribution-card {
        border-radius: 26px;
        padding: 22px;
    }

    .distribution-header {
        flex-direction: column;
    }

    .release-preview-card {
        grid-template-columns: 1fr;
    }

    .release-artwork {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .platform-grid {
        grid-template-columns: 1fr;
    }

    .distribution-stats {
        grid-template-columns: 1fr;
    }

    .footer-inner {
        grid-template-columns: 1fr;
    }

    .footer-brand-box {
        grid-column: span 1;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        font-size: 13px;
    }
}

@media (max-width: 560px) {
    .container {
        width: min(100% - 24px, 1140px);
    }

    .logo-slider,
    .services-grid,
    .release-grid,
    .brand-grid,
    .team-grid {
        grid-template-columns: 1fr;
    }

    .hero-section {
        padding: 52px 0 48px;
    }

    .hero-content h1 {
        font-size: 36px;
        letter-spacing: -1.2px;
    }

    .section-heading h2,
    .about-content h2 {
        font-size: 29px;
    }

    .service-card,
    .stat-card {
        border-radius: 22px;
        padding: 22px;
    }

    .release-card,
    .team-card {
        border-radius: 22px;
    }

    .team-mini-card {
        padding: 26px;
        border-radius: 24px;
    }

    .footer-brand-box,
    .footer-card {
        padding: 20px;
        border-radius: 20px;
    }

    .footer-social a {
        width: calc(50% - 4px);
        justify-content: center;
    }
}

@media (max-width: 380px) {
    .hero-content h1 {
        font-size: 33px;
    }

    .section-heading h2,
    .about-content h2 {
        font-size: 27px;
    }

    .footer-social a {
        width: 100%;
    }

    .brand-logo img {
        max-height: 38px;
    }
}

/* =========================================================
   PARTNER LOGOS SIZE - SMALL CLEAN OVERRIDE
   ========================================================= */

.partners-section .logo-slider {
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.partners-section .logo-card {
    min-height: 118px;
    padding: 16px;
    border-radius: 24px;
    overflow: hidden;
}

.partners-section .logo-card img {
    width: 100%;
    height: 72px;
    max-width: 150px;
    max-height: 72px;
    object-fit: contain;
    transform: scale(1.15);
    transform-origin: center;
}

/* Tablet */
@media (max-width: 1080px) {
    .partners-section .logo-slider {
        grid-template-columns: repeat(4, 1fr);
    }

    .partners-section .logo-card {
        min-height: 112px;
        padding: 15px;
    }

    .partners-section .logo-card img {
        height: 68px;
        max-width: 140px;
        max-height: 68px;
        transform: scale(1.12);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .partners-section .logo-slider {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .partners-section .logo-card {
        min-height: 104px;
        padding: 14px;
        border-radius: 20px;
    }

    .partners-section .logo-card img {
        height: 62px;
        max-width: 125px;
        max-height: 62px;
        transform: scale(1.08);
    }
}

/* Small Mobile */
@media (max-width: 420px) {
    .partners-section .logo-slider {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .partners-section .logo-card {
        min-height: 96px;
        padding: 12px;
    }

    .partners-section .logo-card img {
        height: 56px;
        max-width: 115px;
        max-height: 56px;
        transform: scale(1);
    }
}

/* =========================================================
   CONTACT PAGE - FINAL RESPONSIVE CSS
   ========================================================= */

.contact-hero-section {
    padding: 72px 0 36px;
    background:
        radial-gradient(circle at top left, #f1f1f1 0, transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
}

.contact-hero-card {
    background: #111111;
    color: #ffffff;
    border-radius: 34px;
    padding: 54px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
    position: relative;
    overflow: hidden;
}

.contact-hero-card::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    right: -90px;
    top: -90px;
}

.contact-hero-card h1 {
    position: relative;
    z-index: 2;
    max-width: 780px;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.05;
    letter-spacing: -1.5px;
    margin-bottom: 16px;
}

.contact-hero-card p {
    position: relative;
    z-index: 2;
    max-width: 650px;
    color: #dddddd;
    font-size: 17px;
    line-height: 1.7;
}

.contact-page-section {
    padding: 48px 0 76px;
    background: #ffffff;
}

.contact-page-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 28px;
    align-items: start;
}

.contact-info-panel {
    background: #f8f8f8;
    border: 1px solid #eeeeee;
    border-radius: 30px;
    padding: 34px;
    position: sticky;
    top: 98px;
}

.contact-info-panel h2 {
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.12;
    letter-spacing: -1px;
    margin-bottom: 14px;
}

.contact-info-panel p {
    color: #666666;
    line-height: 1.75;
    margin-bottom: 26px;
}

.contact-info-list {
    display: grid;
    gap: 14px;
}

.contact-info-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 16px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    color: #111111;
    transition: 0.25s ease;
}

.contact-info-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(0,0,0,0.08);
}

.contact-info-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 14px;
    background: #111111;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.contact-info-item strong {
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
}

.contact-info-item span {
    color: #666666;
    font-size: 14px;
    word-break: break-word;
}

.contact-form-card {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 30px;
    padding: 34px;
    box-shadow: 0 18px 48px rgba(0,0,0,0.06);
}

.contact-form-heading {
    margin-bottom: 24px;
}

.contact-form-heading h2 {
    font-size: 32px;
    line-height: 1.15;
    letter-spacing: -0.8px;
    margin-bottom: 8px;
}

.contact-form-heading p {
    color: #666666;
}

.form-alert {
    padding: 14px 16px;
    border-radius: 16px;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 14px;
}

.form-alert.success {
    background: #e9fff1;
    color: #0c7a31;
    border: 1px solid #bdf0ce;
}

.form-alert.error {
    background: #fff0f0;
    color: #b00020;
    border: 1px solid #ffc7c7;
}

.contact-form {
    display: grid;
    gap: 18px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.form-group {
    display: grid;
    gap: 8px;
}

.form-group label {
    font-size: 14px;
    font-weight: 900;
    color: #222222;
}

.form-group input,
.form-group textarea {
    width: 100%;
    border: 1px solid #dddddd;
    background: #fafafa;
    border-radius: 16px;
    padding: 14px 15px;
    font-size: 15px;
    outline: none;
    transition: 0.2s ease;
}

.form-group textarea {
    min-height: 150px;
    resize: vertical;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #111111;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(0,0,0,0.05);
}

.contact-submit-btn {
    width: 100%;
    min-height: 54px;
    border: none;
    border-radius: 999px;
    background: #111111;
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 14px 34px rgba(0,0,0,0.18);
    transition: 0.25s ease;
}

.contact-submit-btn:hover {
    background: #333333;
    transform: translateY(-2px);
}

/* Contact Page Responsive */

@media (max-width: 992px) {
    .contact-page-grid {
        grid-template-columns: 1fr;
    }

    .contact-info-panel {
        position: static;
    }
}

@media (max-width: 768px) {
    .contact-hero-section {
        padding: 48px 0 28px;
    }

    .contact-hero-card {
        padding: 34px;
        border-radius: 28px;
    }

    .contact-page-section {
        padding: 36px 0 56px;
    }

    .contact-info-panel,
    .contact-form-card {
        padding: 26px;
        border-radius: 26px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .contact-hero-card {
        padding: 28px;
        border-radius: 24px;
    }

    .contact-info-panel,
    .contact-form-card {
        padding: 22px;
        border-radius: 22px;
    }

    .contact-info-item {
        padding: 14px;
    }

    .contact-form-heading h2 {
        font-size: 28px;
    }
}

/* =========================================================
   HOMEPAGE PREMIUM V2 - UNIQUE PROFESSIONAL LAYOUT
   Paste this at the bottom of style.css
   ========================================================= */

.home-v2 {
    background: #ffffff;
}

.home-v2 .home-hero {
    padding: 94px 0 70px;
    background:
        radial-gradient(circle at 8% 10%, rgba(17,17,17,0.08), transparent 30%),
        radial-gradient(circle at 92% 20%, rgba(17,17,17,0.06), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
}

.home-v2 .home-hero-grid {
    grid-template-columns: 1.02fr 0.98fr;
    gap: 52px;
}

.home-v2 .home-hero-content h1 {
    max-width: 720px;
}

.home-v2 .home-hero-content p {
    max-width: 650px;
}

.home-trust-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 34px;
    max-width: 620px;
}

.home-trust-row div {
    border: 1px solid #e8e8e8;
    background: rgba(255,255,255,0.82);
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0 14px 34px rgba(0,0,0,0.05);
}

.home-trust-row strong {
    display: block;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 6px;
}

.home-trust-row span {
    color: #666666;
    font-size: 12px;
    font-weight: 900;
}

/* Hero Studio Card */

.hero-studio-card {
    position: relative;
    overflow: hidden;
    background: #111111;
    color: #ffffff;
    border-radius: 38px;
    padding: 28px;
    box-shadow: 0 34px 88px rgba(0,0,0,0.24);
}

.hero-studio-card::before {
    content: "";
    position: absolute;
    width: 310px;
    height: 310px;
    right: -130px;
    top: -130px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
}

.hero-studio-card::after {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    left: -70px;
    bottom: -80px;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
}

.hero-studio-top,
.hero-release-card,
.hero-pipeline,
.hero-platforms {
    position: relative;
    z-index: 2;
}

.hero-studio-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.hero-studio-top span {
    display: block;
    color: #cfcfcf;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 5px;
}

.hero-studio-top h3 {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -0.8px;
}

.hero-status-pill {
    min-height: 34px;
    padding: 7px 14px;
    border-radius: 999px;
    background: #ffffff;
    color: #111111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 900;
}

.hero-release-card {
    background: #ffffff;
    color: #111111;
    border-radius: 28px;
    padding: 18px;
    display: grid;
    grid-template-columns: 108px 1fr;
    gap: 18px;
    align-items: center;
    margin-bottom: 16px;
}

.hero-release-cover {
    width: 108px;
    height: 108px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 35% 25%, #777777, transparent 34%),
        linear-gradient(135deg, #111111, #444444);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: -1px;
}

.hero-release-info span {
    display: block;
    color: #666666;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.hero-release-info h4 {
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 7px;
}

.hero-release-info p {
    color: #666666;
    font-size: 14px;
    line-height: 1.5;
}

.hero-pipeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 16px;
}

.hero-pipeline div {
    padding: 14px 10px;
    border-radius: 18px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.1);
}

.hero-pipeline span {
    display: block;
    color: #cfcfcf;
    font-size: 11px;
    font-weight: 900;
    margin-bottom: 4px;
}

.hero-pipeline strong {
    display: block;
    font-size: 13px;
}

.hero-platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hero-platforms span {
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.09);
    border: 1px solid rgba(255,255,255,0.1);
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
}

/* Mini Stats */

.home-mini-stats {
    padding: 0 0 36px;
    background: #f7f7f7;
}

.mini-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 18px;
    transform: translateY(-28px);
}

.mini-stat-card {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 26px;
    padding: 24px;
    box-shadow: 0 18px 44px rgba(0,0,0,0.07);
}

.mini-stat-card.dark {
    background: #111111;
    color: #ffffff;
}

.mini-stat-card span {
    display: block;
    color: #777777;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.mini-stat-card.dark span {
    color: #cfcfcf;
}

.mini-stat-card strong {
    display: block;
    font-size: 34px;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.mini-stat-card p {
    color: #666666;
    font-size: 14px;
}

.mini-stat-card.dark p {
    color: #d8d8d8;
}

/* Common Premium Heads */

.home-section {
    padding: 76px 0;
}

.home-section-head {
    max-width: 760px;
    margin-bottom: 38px;
}

.home-section-head.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.home-section-head h2,
.home-split-head h2 {
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.08;
    letter-spacing: -1.2px;
    margin-bottom: 12px;
}

.home-section-head p,
.home-split-head p {
    color: #666666;
    font-size: 16px;
    line-height: 1.75;
}

.home-split-head {
    display: grid;
    grid-template-columns: 0.9fr 1fr;
    gap: 32px;
    align-items: end;
    margin-bottom: 38px;
}

/* Partner Logos Premium */

.home-logo-wall {
    position: relative;
}

.home-logo-card {
    background:
        radial-gradient(circle at top left, rgba(0,0,0,0.035), transparent 34%),
        #ffffff;
}

.home-logo-card span {
    font-weight: 900;
}

/* Services Premium */

.home-services {
    background:
        radial-gradient(circle at top right, rgba(0,0,0,0.05), transparent 28%),
        #f7f7f7;
}

.home-service-grid {
    align-items: stretch;
}

.home-service-card {
    position: relative;
    overflow: hidden;
    min-height: 100%;
}

.home-service-card::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    right: -44px;
    bottom: -48px;
    border-radius: 50%;
    background: rgba(0,0,0,0.045);
}

.home-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.home-card-top span {
    color: #777777;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

/* Workflow */

.workflow-section {
    padding: 78px 0;
    background: #ffffff;
}

.workflow-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.workflow-card {
    position: relative;
    min-height: 245px;
    padding: 30px;
    border-radius: 30px;
    background: #f8f8f8;
    border: 1px solid #eeeeee;
    overflow: hidden;
    transition: 0.25s ease;
}

.workflow-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 48px rgba(0,0,0,0.08);
}

.workflow-card.black {
    background: #111111;
    color: #ffffff;
    border-color: #111111;
}

.workflow-number {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: #111111;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    margin-bottom: 28px;
}

.workflow-card.black .workflow-number {
    background: #ffffff;
    color: #111111;
}

.workflow-card h3 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 12px;
}

.workflow-card p {
    color: #666666;
    line-height: 1.7;
}

.workflow-card.black p {
    color: #d8d8d8;
}

/* Releases Premium */

.home-releases {
    background: #ffffff;
}

.home-release-card {
    position: relative;
}

.home-release-card .release-info span {
    display: block;
    color: #777777;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.home-release-card:hover .release-cover img {
    transform: scale(1.04);
}

.home-release-card .release-cover img {
    transition: 0.35s ease;
}

/* About Premium */

.home-about {
    padding: 84px 0;
}

.home-about-grid {
    gap: 58px;
}

.home-about-points div {
    border-radius: 24px;
}

.home-about-stats .stat-card {
    position: relative;
    overflow: hidden;
}

.home-about-stats .stat-card::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    right: -52px;
    top: -52px;
    border-radius: 50%;
    background: rgba(0,0,0,0.055);
}

/* Brands Premium */

.home-brands {
    background: #f7f7f7;
}

.home-brand-card {
    min-height: 132px;
    background: #ffffff;
}

.home-brand-card span {
    font-weight: 900;
}

/* Team Premium */

.home-team {
    background: #ffffff;
}

.home-team-card {
    position: relative;
}

.home-team-card .team-info {
    background: #ffffff;
}

.home-team-empty {
    position: relative;
    overflow: hidden;
}

.home-team-empty::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -90px;
    top: -100px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
}

/* CTA */

.home-cta-section {
    padding: 24px 0 78px;
    background: #ffffff;
}

.home-cta-card {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    padding: 42px;
    background:
        radial-gradient(circle at top right, rgba(255,255,255,0.08), transparent 30%),
        #111111;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    box-shadow: 0 22px 58px rgba(0,0,0,0.16);
}

.home-cta-card span {
    display: inline-flex;
    color: #cfcfcf;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 10px;
}

.home-cta-card h2 {
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.08;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

.home-cta-card p {
    color: #d8d8d8;
    max-width: 680px;
}

.home-cta-card .primary-btn {
    background: #ffffff;
    color: #111111;
    white-space: nowrap;
}

/* Responsive Homepage V2 */

@media (max-width: 1080px) {
    .home-v2 .home-hero-grid {
        gap: 38px;
    }

    .hero-pipeline {
        grid-template-columns: repeat(2, 1fr);
    }

    .mini-stats-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .home-v2 .home-hero-grid,
    .home-split-head {
        grid-template-columns: 1fr;
    }

    .home-v2 .home-hero-visual {
        max-width: 650px;
    }

    .workflow-grid {
        grid-template-columns: 1fr;
    }

    .home-cta-card {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .home-v2 .home-hero {
        padding: 62px 0 52px;
    }

    .home-trust-row {
        grid-template-columns: 1fr;
    }

    .hero-studio-card {
        border-radius: 28px;
        padding: 22px;
    }

    .hero-studio-top {
        flex-direction: column;
    }

    .hero-release-card {
        grid-template-columns: 1fr;
    }

    .hero-release-cover {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .hero-pipeline {
        grid-template-columns: 1fr 1fr;
    }

    .mini-stats-grid {
        grid-template-columns: 1fr;
        transform: translateY(0);
    }

    .home-mini-stats {
        padding: 46px 0;
    }

    .home-section,
    .workflow-section {
        padding: 56px 0;
    }

    .home-split-head {
        gap: 14px;
        margin-bottom: 30px;
    }

    .home-cta-section {
        padding: 10px 0 56px;
    }

    .home-cta-card {
        padding: 30px;
        border-radius: 28px;
    }

    .home-cta-card .primary-btn {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .hero-studio-card {
        border-radius: 24px;
        padding: 20px;
    }

    .hero-studio-top h3 {
        font-size: 25px;
    }

    .hero-pipeline {
        grid-template-columns: 1fr;
    }

    .hero-platforms span {
        width: calc(50% - 4px);
        text-align: center;
        justify-content: center;
    }

    .mini-stat-card,
    .workflow-card {
        border-radius: 24px;
        padding: 24px;
    }

    .home-cta-card {
        padding: 26px;
        border-radius: 24px;
    }
}

@media (max-width: 380px) {
    .hero-platforms span {
        width: 100%;
    }
}

/* =========================================================
   HERO SECTION - NEW REPLACEMENT DESIGN
   ========================================================= */

/* Old trust row replacement */

.hero-feature-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 32px;
    max-width: 760px;
}

.hero-feature-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 18px;
    border-radius: 22px;
    background: rgba(255,255,255,0.92);
    border: 1px solid #e9e9e9;
    box-shadow: 0 16px 38px rgba(0,0,0,0.05);
    transition: 0.25s ease;
}

.hero-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 48px rgba(0,0,0,0.09);
}

.hero-feature-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 14px;
    background: #111111;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 900;
}

.hero-feature-card strong {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 4px;
    color: #111111;
}

.hero-feature-card span {
    display: block;
    color: #666666;
    font-size: 13px;
    line-height: 1.55;
}

/* New right hero visual */

.hero-workspace-card {
    position: relative;
    overflow: hidden;
    background: #111111;
    color: #ffffff;
    border-radius: 38px;
    padding: 28px;
    box-shadow: 0 34px 88px rgba(0,0,0,0.22);
}

.hero-workspace-card::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -90px;
    top: -90px;
    border-radius: 50%;
    background: rgba(255,255,255,0.07);
}

.hero-workspace-card::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    left: -60px;
    bottom: -70px;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
}

.hero-workspace-head,
.hero-overview-box,
.hero-queue-box,
.hero-quick-actions {
    position: relative;
    z-index: 2;
}

.hero-workspace-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.hero-workspace-head span {
    display: block;
    color: #cfcfcf;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 4px;
}

.hero-workspace-head h3 {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -0.8px;
}

.hero-overview-box {
    background: #ffffff;
    color: #111111;
    border-radius: 28px;
    padding: 18px;
    margin-bottom: 16px;
}

.hero-overview-title {
    margin-bottom: 14px;
}

.hero-overview-title strong {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 4px;
}

.hero-overview-title span {
    color: #666666;
    font-size: 14px;
}

.hero-overview-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.hero-overview-stats div {
    background: #f6f6f6;
    border: 1px solid #ededed;
    border-radius: 18px;
    padding: 14px;
    text-align: center;
}

.hero-overview-stats strong {
    display: block;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 5px;
}

.hero-overview-stats span {
    color: #666666;
    font-size: 12px;
    font-weight: 900;
}

.hero-queue-box {
    display: grid;
    gap: 12px;
    margin-bottom: 16px;
}

.hero-queue-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px;
    border-radius: 18px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.10);
}

.hero-queue-dot {
    width: 12px;
    height: 12px;
    min-width: 12px;
    margin-top: 6px;
    border-radius: 50%;
    background: #ffffff;
}

.hero-queue-item strong {
    display: block;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 3px;
}

.hero-queue-item span {
    display: block;
    color: #d2d2d2;
    font-size: 13px;
    line-height: 1.5;
}

.hero-quick-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hero-quick-actions span {
    padding: 10px 13px;
    border-radius: 999px;
    background: rgba(255,255,255,0.09);
    border: 1px solid rgba(255,255,255,0.1);
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
}

/* Responsive */

@media (max-width: 992px) {
    .hero-feature-strip {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .hero-feature-strip {
        grid-template-columns: 1fr;
    }

    .hero-feature-card {
        padding: 15px 16px;
        border-radius: 20px;
    }

    .hero-workspace-card {
        border-radius: 28px;
        padding: 22px;
    }

    .hero-workspace-head {
        flex-direction: column;
    }

    .hero-workspace-head h3 {
        font-size: 26px;
    }

    .hero-overview-stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .hero-workspace-card {
        border-radius: 24px;
        padding: 20px;
    }

    .hero-workspace-head h3 {
        font-size: 24px;
    }

    .hero-overview-box {
        border-radius: 22px;
        padding: 16px;
    }

    .hero-queue-item {
        padding: 12px;
        border-radius: 16px;
    }

    .hero-quick-actions span {
        width: calc(50% - 4px);
        text-align: center;
        justify-content: center;
    }
}

@media (max-width: 380px) {
    .hero-quick-actions span {
        width: 100%;
    }
}

/* =========================================================
   ABOUT PREMIUM SECTION - FINAL PROFESSIONAL DESIGN
   ========================================================= */

.about-premium-section {
    position: relative;
    overflow: hidden;
    padding: 96px 0;
    background:
        radial-gradient(circle at 15% 10%, rgba(255,255,255,0.10), transparent 26%),
        radial-gradient(circle at 85% 80%, rgba(255,255,255,0.06), transparent 30%),
        linear-gradient(180deg, #111111 0%, #030303 100%);
    color: #ffffff;
}

.about-premium-bg {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    right: -140px;
    top: 80px;
    background: rgba(255,255,255,0.055);
    pointer-events: none;
}

.about-premium-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 58px;
    align-items: center;
}

.about-premium-badge {
    display: inline-flex;
    align-items: center;
    padding: 9px 16px;
    border-radius: 999px;
    background: #ffffff;
    color: #111111;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 20px;
}

.about-premium-content h2 {
    max-width: 720px;
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1.02;
    letter-spacing: -2px;
    margin-bottom: 18px;
}

.about-premium-text {
    max-width: 720px;
    color: #d9d9d9;
    font-size: 17px;
    line-height: 1.85;
    margin-bottom: 30px;
}

.about-feature-grid {
    display: grid;
    gap: 16px;
}

.about-feature-card {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 16px;
    align-items: flex-start;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.11);
    transition: 0.25s ease;
}

.about-feature-card:hover {
    transform: translateX(6px);
    background: rgba(255,255,255,0.095);
    border-color: rgba(255,255,255,0.18);
}

.about-feature-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: #ffffff;
    color: #111111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 900;
}

.about-feature-card h3 {
    font-size: 19px;
    line-height: 1.2;
    margin-bottom: 6px;
}

.about-feature-card p {
    color: #d2d2d2;
    font-size: 14px;
    line-height: 1.7;
}

/* Right Professional Panel */

.about-premium-panel {
    position: relative;
    overflow: hidden;
    border-radius: 38px;
    padding: 28px;
    background: #ffffff;
    color: #111111;
    box-shadow: 0 34px 90px rgba(0,0,0,0.30);
}

.about-premium-panel::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    right: -100px;
    top: -110px;
    border-radius: 50%;
    background: #f0f0f0;
}

.about-premium-panel::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    left: -80px;
    bottom: -90px;
    border-radius: 50%;
    background: #f6f6f6;
}

.about-panel-top,
.about-panel-main-card,
.about-panel-stats,
.about-panel-list {
    position: relative;
    z-index: 2;
}

.about-panel-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.about-panel-top span {
    display: block;
    color: #666666;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.about-panel-top h3 {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -0.8px;
}

.about-panel-badge {
    min-height: 36px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #111111;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 900;
}

.about-panel-main-card {
    padding: 22px;
    border-radius: 28px;
    background: #111111;
    color: #ffffff;
    margin-bottom: 16px;
}

.about-panel-main-card span {
    display: block;
    color: #cfcfcf;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-panel-main-card h4 {
    font-size: 25px;
    line-height: 1.15;
    letter-spacing: -0.6px;
    margin-bottom: 10px;
}

.about-panel-main-card p {
    color: #d8d8d8;
    font-size: 14px;
    line-height: 1.7;
}

.about-panel-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 16px;
}

.about-panel-stats div {
    padding: 18px 14px;
    border-radius: 22px;
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    text-align: center;
}

.about-panel-stats strong {
    display: block;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 7px;
}

.about-panel-stats span {
    color: #666666;
    font-size: 12px;
    font-weight: 900;
}

.about-panel-list {
    display: grid;
    gap: 10px;
}

.about-panel-list div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border-radius: 18px;
    background: #f7f7f7;
    border: 1px solid #eeeeee;
}

.about-panel-list span {
    width: 12px;
    height: 12px;
    min-width: 12px;
    border-radius: 50%;
    background: #111111;
}

.about-panel-list p {
    color: #333333;
    font-size: 14px;
    font-weight: 800;
}

/* Responsive About Premium */

@media (max-width: 992px) {
    .about-premium-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .about-premium-panel {
        max-width: 680px;
    }
}

@media (max-width: 768px) {
    .about-premium-section {
        padding: 64px 0;
    }

    .about-premium-content h2 {
        font-size: 38px;
        letter-spacing: -1.4px;
    }

    .about-feature-card {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .about-premium-panel {
        border-radius: 28px;
        padding: 22px;
    }

    .about-panel-top {
        flex-direction: column;
    }

    .about-panel-stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .about-premium-section {
        padding: 56px 0;
    }

    .about-premium-content h2 {
        font-size: 33px;
    }

    .about-premium-text {
        font-size: 15px;
    }

    .about-feature-card {
        padding: 16px;
        border-radius: 20px;
    }

    .about-premium-panel {
        border-radius: 24px;
        padding: 20px;
    }

    .about-panel-main-card {
        border-radius: 22px;
        padding: 18px;
    }

    .about-panel-main-card h4 {
        font-size: 22px;
    }
}

/* =========================================================
   LEGAL PAGES + FOOTER LEGAL CARD
   ========================================================= */

.legal-page-hero {
    padding: 72px 0 34px;
    background:
        radial-gradient(circle at top left, #f1f1f1 0, transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
}

.legal-hero-card {
    border-radius: 34px;
    background: #111111;
    color: #ffffff;
    padding: 56px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(0,0,0,0.16);
}

.legal-hero-card::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -90px;
    top: -100px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
}

.legal-hero-card span {
    position: relative;
    z-index: 2;
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: #ffffff;
    color: #111111;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 18px;
}

.legal-hero-card h1 {
    position: relative;
    z-index: 2;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.05;
    letter-spacing: -1.5px;
    margin-bottom: 14px;
}

.legal-hero-card p {
    position: relative;
    z-index: 2;
    color: #d8d8d8;
    max-width: 680px;
    font-size: 17px;
    line-height: 1.7;
}

.legal-content-section {
    padding: 44px 0 82px;
    background: #ffffff;
}

.legal-content-card {
    max-width: 980px;
    margin: 0 auto;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 0 18px 48px rgba(0,0,0,0.06);
    padding: 42px;
    color: #333333;
    font-size: 16px;
    line-height: 1.95;
    white-space: normal;
}

.footer-legal-card {
    background: rgba(255,255,255,0.075);
}

@media (max-width: 1080px) {
    .footer-inner {
        grid-template-columns: 1fr 1fr;
    }

    .footer-brand-box {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .legal-page-hero {
        padding: 48px 0 28px;
    }

    .legal-hero-card {
        padding: 34px;
        border-radius: 28px;
    }

    .legal-content-section {
        padding: 34px 0 58px;
    }

    .legal-content-card {
        padding: 28px;
        border-radius: 24px;
        font-size: 15px;
    }

    .footer-inner {
        grid-template-columns: 1fr;
    }

    .footer-brand-box {
        grid-column: span 1;
    }
}

@media (max-width: 480px) {
    .legal-hero-card {
        padding: 28px;
        border-radius: 24px;
    }

    .legal-content-card {
        padding: 22px;
        border-radius: 22px;
    }
}

/* =========================================================
   FOOTER LEGAL CARD - FINAL RESPONSIVE FIX
   ========================================================= */

.footer-inner-legal {
    grid-template-columns: 1.25fr 0.85fr 0.95fr 0.9fr 1.05fr;
    gap: 16px;
}

.footer-legal-card {
    background: rgba(255,255,255,0.075);
}

.footer-legal-card .footer-card-title span {
    background: #ffffff;
    color: #111111;
}

.footer-legal-card .footer-links a {
    background: rgba(255,255,255,0.075);
}

.footer-legal-card .footer-links a:hover {
    background: #ffffff;
    color: #111111;
}

@media (max-width: 1180px) {
    .footer-inner-legal {
        grid-template-columns: 1fr 1fr;
    }

    .footer-inner-legal .footer-brand-box {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .footer-inner-legal {
        grid-template-columns: 1fr;
    }

    .footer-inner-legal .footer-brand-box {
        grid-column: span 1;
    }
}

/* =========================================================
   FOOTER COMPACT HORIZONTAL LAYOUT - FINAL OVERRIDE
   ========================================================= */

.site-footer {
    padding: 52px 0 0;
}

.footer-inner-legal {
    max-width: 1180px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

/* Brand Box Horizontal */

.footer-inner-legal .footer-brand-box {
    grid-column: span 1;
    display: grid;
    grid-template-columns: 210px 1fr auto;
    align-items: center;
    gap: 22px;
    min-height: auto;
    padding: 22px;
    border-radius: 26px;
}

.footer-inner-legal .footer-logo {
    margin: 0;
}

.footer-inner-legal .footer-logo img {
    max-width: 185px;
    max-height: 62px;
}

.footer-inner-legal .footer-brand-box p {
    margin: 0;
    max-width: 620px;
    font-size: 14px;
    line-height: 1.75;
}

/* All Footer Cards Horizontal */

.footer-inner-legal .footer-card {
    min-height: auto;
    display: grid;
    grid-template-columns: 190px 1fr;
    align-items: start;
    gap: 18px;
    padding: 18px;
    border-radius: 22px;
}

.footer-inner-legal .footer-card-title {
    margin-bottom: 0;
}

.footer-inner-legal .footer-card-title h3 {
    font-size: 18px;
}

.footer-inner-legal .footer-card-title span {
    width: 34px;
    height: 34px;
    min-width: 34px;
}

/* Links Horizontal Pills */

.footer-inner-legal .footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.footer-inner-legal .footer-links a {
    min-height: 38px;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border-radius: 999px;
    white-space: nowrap;
}

/* Contact Horizontal */

.footer-inner-legal .footer-contact-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.footer-inner-legal .footer-contact-list a,
.footer-inner-legal .footer-contact-list div {
    min-height: 74px;
    border-radius: 18px;
}

/* Social Compact */

.footer-inner-legal .footer-social {
    justify-content: flex-end;
    min-width: 210px;
}

.footer-inner-legal .footer-social a {
    min-height: 36px;
    padding: 8px 12px;
}

/* Bottom */

.footer-bottom {
    max-width: 1180px;
    margin-top: 20px;
}

/* Tablet */

@media (max-width: 1080px) {
    .footer-inner-legal .footer-brand-box {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .footer-inner-legal .footer-social {
        justify-content: flex-start;
        min-width: auto;
    }

    .footer-inner-legal .footer-card {
        grid-template-columns: 1fr;
    }

    .footer-inner-legal .footer-card-title {
        margin-bottom: 4px;
    }

    .footer-inner-legal .footer-contact-list {
        grid-template-columns: 1fr 1fr;
    }
}

/* Mobile */

@media (max-width: 768px) {
    .site-footer {
        padding: 42px 0 0;
    }

    .footer-inner-legal {
        gap: 12px;
    }

    .footer-inner-legal .footer-brand-box,
    .footer-inner-legal .footer-card {
        padding: 18px;
        border-radius: 20px;
    }

    .footer-inner-legal .footer-links a {
        width: auto;
        white-space: normal;
        text-align: center;
    }

    .footer-inner-legal .footer-contact-list {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        margin-top: 16px;
    }
}

/* Small Mobile */

@media (max-width: 480px) {
    .footer-inner-legal .footer-links {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .footer-inner-legal .footer-links a {
        width: 100%;
        min-height: 40px;
    }

    .footer-inner-legal .footer-social a {
        width: calc(50% - 4px);
    }
}

@media (max-width: 360px) {
    .footer-inner-legal .footer-links {
        grid-template-columns: 1fr;
    }

    .footer-inner-legal .footer-social a {
        width: 100%;
    }
}

/* =========================================================
   ANMOL DIGITAL - NEW COMPACT PREMIUM FOOTER
   ========================================================= */

.ad-footer {
    position: relative;
    padding: 54px 0 34px;
    background:
        radial-gradient(circle at top left, rgba(255,255,255,0.08), transparent 24%),
        radial-gradient(circle at bottom right, rgba(255,255,255,0.05), transparent 26%),
        linear-gradient(180deg, #080808 0%, #010101 100%);
    color: #ffffff;
    overflow: hidden;
}

.ad-footer-shell {
    max-width: 1120px;
    margin: 0 auto;
    border-radius: 34px;
    padding: 26px;
    background: rgba(255,255,255,0.055);
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow: 0 26px 70px rgba(0,0,0,0.26);
    backdrop-filter: blur(14px);
}

.ad-footer-top {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 22px;
    align-items: stretch;
}

.ad-footer-brand {
    min-height: 100%;
    padding: 24px;
    border-radius: 28px;
    background: rgba(255,255,255,0.055);
    border: 1px solid rgba(255,255,255,0.08);
}

.ad-footer-logo {
    display: inline-flex;
    margin-bottom: 18px;
}

.ad-footer-logo img {
    max-width: 180px;
    max-height: 62px;
    width: auto;
    object-fit: contain;
}

.ad-footer-brand p {
    max-width: 700px;
    color: #d8d8d8;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.ad-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.ad-footer-social a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.10);
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    transition: 0.25s ease;
}

.ad-footer-social a:hover {
    background: #ffffff;
    color: #111111;
    transform: translateY(-2px);
}

/* Contact Card */

.ad-footer-contact-card {
    padding: 24px;
    border-radius: 28px;
    background: #ffffff;
    color: #111111;
    position: relative;
    overflow: hidden;
}

.ad-footer-contact-card::after {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    right: -70px;
    top: -80px;
    border-radius: 50%;
    background: #eeeeee;
}

.ad-footer-contact-card > span,
.ad-footer-contact-card h3,
.ad-footer-contact-list {
    position: relative;
    z-index: 2;
}

.ad-footer-contact-card > span {
    display: inline-flex;
    color: #666666;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.ad-footer-contact-card h3 {
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: -0.8px;
    margin-bottom: 18px;
}

.ad-footer-contact-list {
    display: grid;
    gap: 10px;
}

.ad-footer-contact-list a,
.ad-footer-contact-list div {
    display: block;
    padding: 13px 14px;
    border-radius: 16px;
    background: #f7f7f7;
    border: 1px solid #eeeeee;
}

.ad-footer-contact-list strong {
    display: block;
    font-size: 12px;
    font-weight: 900;
    color: #111111;
    margin-bottom: 4px;
}

.ad-footer-contact-list em {
    display: block;
    font-style: normal;
    color: #555555;
    font-size: 14px;
    line-height: 1.45;
    word-break: break-word;
}

/* Divider */

.ad-footer-divider {
    width: 100%;
    height: 1px;
    margin: 22px 0;
    background: rgba(255,255,255,0.10);
}

/* Links Area */

.ad-footer-links-area {
    display: grid;
    gap: 16px;
}

.ad-footer-link-group {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 18px;
    align-items: start;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255,255,255,0.045);
    border: 1px solid rgba(255,255,255,0.08);
}

.ad-footer-group-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ad-footer-group-title span {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 13px;
    background: #ffffff;
    color: #111111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 900;
}

.ad-footer-group-title h3 {
    font-size: 18px;
    line-height: 1.15;
}

.ad-footer-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.ad-footer-chip-list a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.075);
    border: 1px solid rgba(255,255,255,0.09);
    color: #eeeeee;
    font-size: 13px;
    font-weight: 900;
    transition: 0.25s ease;
}

.ad-footer-chip-list a:hover {
    background: #ffffff;
    color: #111111;
    transform: translateY(-2px);
}

/* Bottom */

.ad-footer-bottom {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.10);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: #cfcfcf;
    font-size: 14px;
}

.ad-footer-bottom p {
    margin: 0;
}

.ad-footer-bottom a {
    color: #ffffff;
    font-weight: 900;
}

/* Responsive */

@media (max-width: 1080px) {
    .ad-footer-top {
        grid-template-columns: 1fr;
    }

    .ad-footer-contact-card {
        max-width: 100%;
    }

    .ad-footer-link-group {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

@media (max-width: 768px) {
    .ad-footer {
        padding: 42px 0 26px;
    }

    .ad-footer-shell {
        padding: 18px;
        border-radius: 26px;
    }

    .ad-footer-brand,
    .ad-footer-contact-card {
        padding: 20px;
        border-radius: 22px;
    }

    .ad-footer-logo img {
        max-width: 160px;
    }

    .ad-footer-link-group {
        padding: 16px;
        border-radius: 20px;
    }

    .ad-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 520px) {
    .ad-footer-chip-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .ad-footer-chip-list a {
        width: 100%;
        text-align: center;
        white-space: normal;
    }

    .ad-footer-social a {
        width: calc(50% - 5px);
    }
}

@media (max-width: 380px) {
    .ad-footer-chip-list {
        grid-template-columns: 1fr;
    }

    .ad-footer-social a {
        width: 100%;
    }

    .ad-footer-contact-card h3 {
        font-size: 23px;
    }
}

/* =========================================================
   ANMOL DIGITAL - SIMPLE COMPACT FOOTER FINAL
   Services card removed + Contact card removed
   ========================================================= */

.ad-mini-footer {
    padding: 46px 0 28px;
    background:
        radial-gradient(circle at top left, rgba(255,255,255,0.07), transparent 26%),
        linear-gradient(180deg, #080808 0%, #010101 100%);
    color: #ffffff;
}

.ad-mini-footer-box {
    max-width: 1120px;
    margin: 0 auto;
    border-radius: 30px;
    padding: 28px;
    background: rgba(255,255,255,0.055);
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow: 0 24px 64px rgba(0,0,0,0.24);
}

.ad-mini-footer-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255,255,255,0.10);
}

.ad-mini-footer-brand {
    max-width: 720px;
}

.ad-mini-footer-logo {
    display: inline-flex;
    margin-bottom: 16px;
}

.ad-mini-footer-logo img {
    max-width: 178px;
    max-height: 60px;
    width: auto;
    object-fit: contain;
}

.ad-mini-footer-brand p {
    color: #d7d7d7;
    font-size: 15px;
    line-height: 1.75;
    max-width: 720px;
}

.ad-mini-footer-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 9px;
    min-width: 260px;
}

.ad-mini-footer-social a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.10);
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    transition: 0.25s ease;
}

.ad-mini-footer-social a:hover {
    background: #ffffff;
    color: #111111;
    transform: translateY(-2px);
}

/* Links Area */

.ad-mini-footer-links-wrap {
    display: grid;
    grid-template-columns: 1.4fr 0.6fr;
    gap: 20px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255,255,255,0.10);
}

.ad-mini-footer-group {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 16px;
    align-items: start;
}

.ad-mini-footer-group h3 {
    font-size: 17px;
    line-height: 1.2;
    color: #ffffff;
}

.ad-mini-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.ad-mini-footer-links a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.075);
    border: 1px solid rgba(255,255,255,0.09);
    color: #eeeeee;
    font-size: 13px;
    font-weight: 900;
    transition: 0.25s ease;
}

.ad-mini-footer-links a:hover {
    background: #ffffff;
    color: #111111;
    transform: translateY(-2px);
}

/* Bottom */

.ad-mini-footer-bottom {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: #cfcfcf;
    font-size: 14px;
}

.ad-mini-footer-bottom p {
    margin: 0;
}

.ad-mini-footer-bottom-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 14px;
}

.ad-mini-footer-bottom-links a {
    color: #ffffff;
    font-weight: 900;
}

/* Responsive */

@media (max-width: 992px) {
    .ad-mini-footer-top {
        flex-direction: column;
    }

    .ad-mini-footer-social {
        justify-content: flex-start;
        min-width: auto;
    }

    .ad-mini-footer-links-wrap {
        grid-template-columns: 1fr;
    }

    .ad-mini-footer-group {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

@media (max-width: 768px) {
    .ad-mini-footer {
        padding: 38px 0 24px;
    }

    .ad-mini-footer-box {
        padding: 22px;
        border-radius: 24px;
    }

    .ad-mini-footer-logo img {
        max-width: 160px;
    }

    .ad-mini-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .ad-mini-footer-bottom-links {
        justify-content: flex-start;
    }
}

@media (max-width: 520px) {
    .ad-mini-footer-links {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .ad-mini-footer-links a {
        width: 100%;
        text-align: center;
        white-space: normal;
    }

    .ad-mini-footer-social a {
        width: calc(50% - 5px);
    }
}

@media (max-width: 380px) {
    .ad-mini-footer-links {
        grid-template-columns: 1fr;
    }

    .ad-mini-footer-social a {
        width: 100%;
    }
}

/* =========================================================
   ANMOL DIGITAL - CLEAN PREMIUM FOOTER FINAL
   No big card, no services card, no contact card
   ========================================================= */

.ad-clean-footer {
    padding: 44px 0 26px;
    background:
        radial-gradient(circle at top left, rgba(255,255,255,0.06), transparent 26%),
        linear-gradient(180deg, #070707 0%, #010101 100%);
    color: #ffffff;
}

.ad-clean-footer-inner {
    max-width: 1120px;
    margin: 0 auto;
}

/* Top Row */

.ad-clean-footer-brand-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255,255,255,0.10);
}

.ad-clean-footer-brand {
    max-width: 720px;
}

.ad-clean-footer-logo {
    display: inline-flex;
    margin-bottom: 15px;
}

.ad-clean-footer-logo img {
    max-width: 175px;
    max-height: 58px;
    width: auto;
    object-fit: contain;
}

.ad-clean-footer-brand p {
    color: #d7d7d7;
    font-size: 15px;
    line-height: 1.75;
    max-width: 720px;
}

.ad-clean-footer-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 9px;
}

.ad-clean-footer-social a,
.ad-clean-footer-links a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.075);
    border: 1px solid rgba(255,255,255,0.10);
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    transition: 0.25s ease;
}

.ad-clean-footer-social a:hover,
.ad-clean-footer-links a:hover {
    background: #ffffff;
    color: #111111;
    transform: translateY(-2px);
}

/* Navigation Row */

.ad-clean-footer-nav-row {
    display: grid;
    grid-template-columns: 1fr 0.55fr;
    gap: 26px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255,255,255,0.10);
}

.ad-clean-footer-nav-group {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 14px;
    align-items: start;
}

.ad-clean-footer-nav-group h3 {
    font-size: 17px;
    line-height: 1.2;
    color: #ffffff;
    padding-top: 7px;
}

.ad-clean-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.ad-clean-footer-legal {
    grid-template-columns: 70px 1fr;
}

/* Bottom */

.ad-clean-footer-bottom {
    padding-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: #cfcfcf;
    font-size: 14px;
}

.ad-clean-footer-bottom p {
    margin: 0;
}

.ad-clean-footer-bottom div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    flex-wrap: wrap;
}

.ad-clean-footer-bottom a {
    color: #ffffff;
    font-weight: 900;
}

/* Responsive */

@media (max-width: 992px) {
    .ad-clean-footer-brand-row {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .ad-clean-footer-social {
        justify-content: flex-start;
    }

    .ad-clean-footer-nav-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ad-clean-footer-nav-group,
    .ad-clean-footer-legal {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

@media (max-width: 768px) {
    .ad-clean-footer {
        padding: 38px 0 24px;
    }

    .ad-clean-footer-logo img {
        max-width: 158px;
    }

    .ad-clean-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .ad-clean-footer-bottom div {
        justify-content: flex-start;
    }
}

@media (max-width: 520px) {
    .ad-clean-footer-links {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .ad-clean-footer-links a {
        width: 100%;
        white-space: normal;
        text-align: center;
    }

    .ad-clean-footer-social a {
        width: calc(50% - 5px);
    }
}

@media (max-width: 380px) {
    .ad-clean-footer-links {
        grid-template-columns: 1fr;
    }

    .ad-clean-footer-social a {
        width: 100%;
    }
}