/*
Theme Name: OINDO - Berita
Theme URI: https://wordpress.org/themes/
Author: Amindn
Author URI: https://wordpress.org/
Description: Theme exported automatically from Figma by One Kreasi Web Studio.
Version: 1.0.2
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onekreasi
*/

:root {
    --primary-color: #064e3b;
    --secondary-color: #0d1c2f;
    --navbar-bg: #ffffff;
    --heading-font: 'Plus Jakarta Sans', 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --body-font: 'Poppins', 'DM Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Core Base & Reset */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body, input, textarea, select, button {
    margin: 0;
    padding: 0;
    font-family: var(--body-font) !important;
    line-height: 1.6;
    color: #1e293b;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
.hero-heading,
.site-title,
.figma-heading,
.brand,
.footer-heading,
.section-title {
    font-family: var(--heading-font) !important;
    font-weight: 700;
}

.desktop-nav a,
.mobile-nav-menu a,
.topbar-strip,
.hero-pill-badge,
.footer-links a,
.footer-contact-item {
    font-family: 'Montserrat', 'DM Sans', sans-serif !important;
}

/* Images & Media */
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    transition: transform 0.3s ease;
}

.wp-block-image {
    margin: 0;
}

/* Layout Groups */
.wp-block-group {
    box-sizing: border-box;
    width: 100%;
}

.wp-block-group.alignfull {
    width: 100%;
    max-width: 100%;
}

.wp-block-group.alignwide {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-group:not(.alignfull):not(.alignwide) {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-group.is-layout-flex {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 1.25rem;
}

.wp-block-group.is-vertical {
    flex-direction: column !important;
    align-items: flex-start !important;
}

.wp-block-group.is-layout-flex > * {
    margin: 0;
}

/* Layout Wrap */
.wrap {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

/* Site Header */
.site-header {
    width: 100% !important;
    background-color: #ffffff !important;
    border-bottom: 1px solid #e5e7eb !important;
    position: relative;
    z-index: 100;
}

/* Topbar Strip */
.topbar-strip {
    background-color: #ffffff;
    border-bottom: 1px solid #f1f5f9;
    padding: 8px 0;
    font-size: 13px;
}

.topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topbar-contact {
    display: flex;
    align-items: center;
    gap: 20px;
}

.topbar-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #595959;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.topbar-item:hover {
    color: #205764;
}

.icon-badge {
    width: 22px;
    height: 22px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}

.topbar-flags {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}

/* Site Header & Main Navbar */
.site-header {
    width: 100%;
    position: relative;
    padding: 0;
    background-color: var(--navbar-bg, #ffffff);
    border-bottom: 1px solid #f1f5f9;
    z-index: 99;
}

.main-navbar {
    padding: 14px 0;
    background-color: var(--navbar-bg, #ffffff);
}

.nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.brand img {
    max-height: 48px;
    width: auto;
    display: block;
}

/* Desktop Navigation (WordPress Menu) */
.desktop-nav {
    display: flex;
    align-items: center;
}

/* Desktop Navigation (Universal WordPress Menu & List Reset) */
.desktop-nav {
    display: flex !important;
    align-items: center !important;
}

.desktop-nav div,
.desktop-nav div > ul,
.desktop-nav ul,
.desktop-nav .menu,
.desktop-nav .nav-menu,
.desktop-nav .nav-list {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 26px !important;
    list-style: none !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.desktop-nav li {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
}

.desktop-nav a {
    color: #1e293b !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    transition: color 0.2s ease !important;
    padding: 6px 0 !important;
    display: inline-block !important;
}

.desktop-nav a:hover,
.desktop-nav li.current-menu-item > a {
    color: var(--primary-color, #205764) !important;
    font-weight: 600 !important;
}

/* Mobile Toggle & Menu Panel */
.menu-toggle {
    display: none !important;
    width: 42px !important;
    height: 42px !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 6px !important;
    background: transparent !important;
    cursor: pointer !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}

.menu-bars, .menu-bars::before, .menu-bars::after {
    width: 20px;
    height: 2px;
    background-color: #1e293b;
    display: block;
    position: relative;
    transition: all 0.25s ease;
}

.menu-bars::before, .menu-bars::after {
    content: '';
    position: absolute;
    left: 0;
}

.menu-bars::before {
    top: -6px;
}

.menu-bars::after {
    top: 6px;
}

.menu-toggle.is-active .menu-bars {
    background-color: transparent;
}

.menu-toggle.is-active .menu-bars::before {
    transform: rotate(45deg);
    top: 0;
}

.menu-toggle.is-active .menu-bars::after {
    transform: rotate(-45deg);
    top: 0;
}

.mobile-panel {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 100% !important;
    background-color: #ffffff !important;
    border-bottom: 2px solid #205764 !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
    padding: 1.5rem 0 !important;
    z-index: 99 !important;
}

.mobile-panel.is-open {
    display: block !important;
}

.mobile-nav ul,
.mobile-nav .menu,
.mobile-nav .mobile-nav-menu {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.mobile-nav li {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.mobile-nav a {
    display: block !important;
    padding: 8px 0 !important;
    color: #1e293b !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

.mobile-contact-strip {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px dashed #e2e8f0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
}

.mobile-contact-strip a {
    color: #595959;
    text-decoration: none;
}

/* Responsive Media Queries */
@media (max-width: 991px) {
    .desktop-nav {
        display: none !important;
    }
    .menu-toggle {
        display: inline-flex !important;
    }
    .topbar-inner {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }
    .topbar-contact {
        flex-wrap: wrap;
        gap: 12px;
    }
}

/* Figma Sections Base & Universal Block Layout Engine */
.figma-section,
.figma-section-block {
    padding: 5rem 0;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.wp-block-group {
    box-sizing: border-box;
    width: 100%;
}

.wp-block-group.is-vertical {
    display: flex;
    flex-direction: column;
}

.wp-block-group.is-layout-flex {
    display: flex;
}

.wp-block-columns {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 32px !important;
    width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

@media (max-width: 768px) {
    .wp-block-columns {
        flex-direction: column !important;
        gap: 24px !important;
    }
}

.wp-block-column {
    flex: 1 1 0% !important;
    min-width: 260px !important;
    box-sizing: border-box !important;
}

.wp-block-image {
    margin: 0 0 1.5rem 0;
    width: 100%;
    box-sizing: border-box;
}

.wp-block-image img,
figure.wp-block-image img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

/* Split 2-Column Section (Content & Sidebar) */
.split-layout-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr) !important;
    gap: 32px !important;
    align-items: start !important;
    width: 100% !important;
}

@media (max-width: 768px) {
    .split-layout-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }
}

.split-visual-col {
    position: relative;
    width: 100%;
    min-width: 0;
}

.split-visual-col img {
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.split-content-col {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    min-width: 0;
}

.split-content-col h1,
.split-content-col h2,
.split-content-col h3,
.split-content-col h4,
.split-content-col h5,
.split-content-col h6,
.split-content-col p,
.split-content-col span {
    word-break: normal !important;
    overflow-wrap: break-word !important;
}

.wp-block-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
    margin: 1.5rem 0;
}

.wp-block-button {
    display: inline-block;
}

.wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: 8px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.25s ease;
    cursor: pointer;
    background-color: var(--primary-color, #205764);
    color: #ffffff !important;
}

.wp-block-button__link:hover {
    transform: translateY(-2px);
    opacity: 0.92;
}

.figma-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
}

.figma-divider {
    border: none;
    border-top: 1px solid #e2e8f0;
    margin: 2rem 0;
    width: 100%;
}

.figma-bullet-dot {
    display: inline-block;
    flex-shrink: 0;
    margin-right: 8px;
    vertical-align: middle;
}

.figma-icon-img {
    display: inline-block;
    vertical-align: middle;
}

.section-tag-heading {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 1rem;
}

.section-tag-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #758fc8;
    display: inline-block;
    margin-bottom: 0.75rem;
}

.section-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: clamp(26px, 3.5vw, 35px) !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    color: #0f172a !important;
    margin: 0 0 1.25rem 0 !important;
}

.section-desc {
    font-size: 18px;
    font-family: 'DM Sans', sans-serif;
    color: #595959;
    line-height: 1.8;
    margin: 0 0 2rem 0;
}

.section-header-left {
    margin-bottom: 3rem;
}

.section-header-center {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3.5rem auto;
}

/* Figma Button Badge */
.btn-figma-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #205764;
    color: #ffffff !important;
    padding: 12px 28px;
    border-radius: 6px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none !important;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(32, 87, 100, 0.2);
}

.btn-figma-badge:hover {
    background-color: #17424c;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(32, 87, 100, 0.3);
}

.cta-btn-pill {
    background-color: #758fc8 !important;
    border-radius: 999px !important;
    padding: 14px 36px !important;
    box-shadow: 0 6px 20px rgba(117, 143, 200, 0.35) !important;
}

.cta-btn-pill:hover {
    background-color: #5e7bb9 !important;
}

/* 1. Hero Section */
.hero-section {
    position: relative !important;
    min-height: 600px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-size: cover !important;
    background-position: center !important;
    width: 100% !important;
}

.hero-overlay {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.68) 100%) !important;
}

.hero-content {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    max-width: 860px !important;
    margin: 0 auto !important;
    padding: 5rem 1.5rem !important;
    text-align: center !important;
    color: #ffffff !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.hero-pill-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(255, 255, 255, 0.85) !important;
    border-radius: 999px !important;
    padding: 5px 24px !important;
    margin-bottom: 1.75rem !important;
    background: rgba(0, 0, 0, 0.2) !important;
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
}

.hero-pill-badge span {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    letter-spacing: 0.3px !important;
}

.hero-heading {
    font-family: 'Montserrat', sans-serif !important;
    font-size: clamp(38px, 6vw, 75px) !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    margin: 0 !important;
    max-width: 760px !important;
    text-align: center !important;
}

.hero-heading .hero-title-top {
    display: block !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
}

.hero-heading .hero-title-sub {
    display: block !important;
    color: #ffcc00 !important;
    text-transform: none !important;
}

/* 2. About Us Section */
.about-grid {
    display: grid !important;
    grid-template-columns: 1fr 1.15fr !important;
    gap: 60px !important;
    align-items: center !important;
}

@media (max-width: 991px) {
    .about-grid {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }
}

.about-collage-wrap {
    position: relative;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

.collage-main-img-box {
    width: 82%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.collage-main-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.collage-sub-img-box {
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 48%;
    border-radius: 12px;
    overflow: hidden;
    border: 4px solid #ffffff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.collage-sub-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.collage-globe-badge {
    position: absolute;
    top: -15px;
    left: 20px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #e6f4f7;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(32, 87, 100, 0.15);
}

/* 3. Services Section (3x2 Grid) */
.services-grid-3x2 {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
}

@media (max-width: 991px) {
    .services-grid-3x2 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 600px) {
    .services-grid-3x2 {
        grid-template-columns: 1fr !important;
    }
}

.service-card-figma {
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: 12px;
    padding: 34px 28px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
}

.service-card-figma:hover {
    transform: translateY(-5px);
    border-color: #205764;
    box-shadow: 0 16px 36px rgba(32, 87, 100, 0.1);
}

.service-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #e6f4f7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.service-card-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 0 0.75rem 0 !important;
}

.service-card-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #64748b;
    margin: 0 0 1.5rem 0;
    flex-grow: 1;
}

.service-card-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #205764 !important;
    text-decoration: none !important;
}

/* 4. Clients Section */
.clients-layout-grid {
    display: grid !important;
    grid-template-columns: 1fr 1.4fr !important;
    gap: 60px !important;
    align-items: center !important;
}

@media (max-width: 991px) {
    .clients-layout-grid {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }
}

.clients-logos-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 18px !important;
}

@media (max-width: 600px) {
    .clients-logos-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

.client-logo-box {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 8px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
    transition: transform 0.2s ease;
}

.client-logo-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

.client-logo-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* 5. CTA Banner */
.cta-banner-wrapper {
    padding: 3rem 0;
    width: 100%;
}

.cta-banner-card {
    background-color: #205764;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 4.5rem 2.5rem;
    color: #ffffff;
    box-shadow: 0 20px 45px rgba(32, 87, 100, 0.2);
}

.cta-heading {
    font-family: 'Montserrat', sans-serif !important;
    font-size: clamp(26px, 4vw, 40px) !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin: 0 0 1rem 0 !important;
}

.cta-text {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    color: #ffffff;
    max-width: 620px;
    margin: 0 auto 2.25rem auto;
    line-height: 1.7;
}

/* 6. Gallery Masonry */
.gallery-masonry-figma {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    grid-template-rows: 235px 235px !important;
    gap: 20px !important;
}

@media (max-width: 991px) {
    .gallery-masonry-figma {
        grid-template-columns: repeat(2, 1fr) !important;
        grid-template-rows: auto !important;
    }
}

.gal-cell {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.gal-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.gal-cell:hover img {
    transform: scale(1.05);
}

.gal-cell-1 {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
}

.gal-cell-tall {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
}

.gal-cell-2 {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
}

.gal-cell-3 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

.gal-cell-4 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.gal-cell-5 {
    grid-column: 4 / 5;
    grid-row: 2 / 3;
}

/* 7. Articles */
.articles-header-split {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 3.5rem;
    gap: 40px;
}

@media (max-width: 768px) {
    .articles-header-split {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
}

.articles-header-right {
    max-width: 500px;
}

.articles-grid-3 {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 28px !important;
}

@media (max-width: 991px) {
    .articles-grid-3 {
        grid-template-columns: 1fr !important;
    }
}

.article-card-figma {
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.article-card-figma:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}

.article-thumb-figma {
    height: 200px;
    overflow: hidden;
}

.article-thumb-figma img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-body-figma {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.article-date-figma {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #758fc8;
    margin-bottom: 8px;
}

.article-title-figma {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    line-height: 1.4 !important;
    margin: 0 0 10px 0 !important;
}

.article-desc-figma {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #595959;
    margin: 0;
}

/* Site Footer */
.site-footer {
    padding: 0 !important;
    width: 100% !important;
    background: transparent !important;
    border-top: none !important;
}

.footer-floating-container {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 6rem 0 5rem 0;
    width: 100%;
}

.footer-hero-title {
    text-align: center;
    margin-bottom: 2.5rem;
}

.footer-hero-title h2 {
    font-family: var(--heading-font, 'Work Sans', sans-serif) !important;
    font-size: clamp(48px, 6.5vw, 96px) !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    letter-spacing: -1px;
    margin: 0;
    line-height: 1;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.footer-card-floating {
    background-color: var(--navbar-bg, #f8fff3);
    border-radius: 36px;
    padding: 3.5rem 3rem;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
}

.footer-grid-4 {
    display: grid !important;
    grid-template-columns: 1.3fr 0.9fr 1.1fr 1fr !important;
    gap: 40px !important;
}

@media (max-width: 1024px) {
    .footer-grid-4 {
        grid-template-columns: 1fr 1fr !important;
        gap: 32px !important;
    }
}

@media (max-width: 640px) {
    .footer-grid-4 {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }
    .footer-card-floating {
        padding: 2rem 1.5rem;
        border-radius: 24px;
    }
}

.footer-brand-logo img {
    max-height: 52px;
    width: auto;
    display: block;
    margin-bottom: 1.25rem;
}

.footer-bio-text {
    font-family: var(--body-font, 'Sora', sans-serif);
    font-size: 14px;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 1.5rem;
}

.footer-social-circles {
    display: flex;
    gap: 12px;
}

.social-circle-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #131313;
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, background-color 0.2s ease;
    text-decoration: none;
}

.social-circle-btn:hover {
    transform: translateY(-3px);
    background-color: var(--primary-color, #68ad6c);
}

.footer-links-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links-list a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s ease, transform 0.2s ease;
}

.footer-links-list a:hover {
    color: #6ee7b7 !important;
    transform: translateX(4px);
}

.chevron {
    font-weight: 700;
    color: #34d399;
}

.footer-contact-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    color: #ffffff !important;
    line-height: 1.6;
}

.contact-row a {
    color: #ffffff !important;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-row a:hover {
    color: #6ee7b7 !important;
}

.contact-badge {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #131313;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.footer-gallery-grid-3x2 {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 10px !important;
}

.gal-thumb {
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    overflow: hidden;
}

.gal-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.gal-thumb:hover img {
    transform: scale(1.08);
}

.footer-grid {
    display: grid !important;
    grid-template-columns: 1.4fr 1fr 1.1fr 1.4fr !important;
    gap: 40px !important;
    align-items: start !important;
}

@media (max-width: 991px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 32px !important;
    }
}

@media (max-width: 600px) {
    .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }
}

.footer-brand .brand img {
    max-height: 48px !important;
    width: auto !important;
    display: block !important;
    margin-bottom: 1.25rem !important;
}

.footer-desc {
    color: #64748b !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    margin: 0 !important;
}

.footer-heading {
    color: #0f172a !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin: 0 0 1.25rem 0 !important;
    letter-spacing: 0.2px !important;
}

.footer-links {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.footer-links li {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.footer-links li::before {
    content: "•" !important;
    color: #205764 !important;
    font-weight: bold !important;
    display: inline-block !important;
    width: 14px !important;
    font-size: 16px !important;
}

.footer-links a {
    color: #475569 !important;
    text-decoration: none !important;
    transition: color 0.2s ease, transform 0.2s ease !important;
    font-size: 14px !important;
}

.footer-links a:hover {
    color: #205764 !important;
    transform: translateX(3px) !important;
}

.footer-contact-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
}

.footer-contact-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    font-size: 14px !important;
    color: #475569 !important;
}

.footer-contact-item a {
    color: #475569 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.footer-contact-item a:hover {
    color: #205764 !important;
}

.footer-contact-item .icon-badge {
    flex-shrink: 0 !important;
    font-size: 14px !important;
    margin-top: 2px !important;
}

.footer-divider {
    border: 0 !important;
    border-top: 1px solid #f1f5f9 !important;
    margin: 3.5rem 0 1.5rem 0 !important;
}

.footer-bottom {
    text-align: center !important;
    color: #94a3b8 !important;
    font-size: 13px !important;
}

.footer-bottom p {
    margin: 0 !important;
}

.hero-content p {
    color: #ffffff !important;
    text-align: center !important;
}

.hero-content .wp-block-group {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
}

/* Columns & Card Grid */
.wp-block-columns {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 1.75rem !important;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    width: 100% !important;
}

.wp-block-column {
    flex: 1 1 0% !important;
    min-width: 280px !important;
}

/* Card Micro-Animations & Hover Effects */
.figma-card,
.figma-grid-card,
.wp-block-column .wp-block-group {
    background: #ffffff;
    border-radius: 12px;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.figma-card:hover,
.figma-grid-card:hover,
.wp-block-column .wp-block-group:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
}

/* Link CTAs (e.g. See More..) */
.figma-link-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    transition: transform 0.2s ease, color 0.2s ease;
}

.figma-link-cta:hover {
    transform: translateX(4px);
    color: #2563eb !important;
}

/* Navigation & Navbar */
.wp-block-navigation {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    flex-wrap: wrap;
}

.wp-block-navigation ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 1.5rem;
}

.wp-block-navigation a,
a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

a:hover {
    color: #059669;
    opacity: 0.9;
}

/* Headings & Typography */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.25;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    word-break: break-word;
    font-weight: 700;
}

p {
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
    word-break: break-word;
}

/* Buttons with Pulse & Glow Hover */
.wp-block-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.75rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
}

.wp-block-button__link:hover {
    opacity: 0.95;
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.25), 0 4px 6px -4px rgba(37, 99, 235, 0.15);
}

.wp-block-button__link:active {
    transform: translateY(0);
}

/* Entrance Animations */
@keyframes figmaFadeInUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wp-block-group,
.wp-block-columns {
    animation: figmaFadeInUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* Footer Styles */
.site-footer,
footer.wp-block-template-part {
    background-color: #ffffff !important;
    border-top: 1px solid #cbd5e1 !important;
    padding: 4.5rem 0 2.5rem 0 !important;
    color: #334155 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    width: 100% !important;
}

.footer-desc {
    color: #475569 !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    margin: 0 !important;
}

.footer-heading {
    color: #0f172a !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin: 0 0 1.25rem 0 !important;
    letter-spacing: 0.2px !important;
}

.footer-links a {
    color: #334155 !important;
}

.footer-links a:hover {
    color: #205764 !important;
}

.footer-icon-badge {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    border: 1px solid #94a3b8 !important;
    border-radius: 6px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ffffff !important;
    flex-shrink: 0 !important;
    margin-top: 1px !important;
}

.footer-bottom p {
    color: #475569 !important;
}

/* Responsive Mobile & Tablet */
@media (max-width: 768px) {
    .wp-block-columns {
        flex-direction: column !important;
        gap: 1.25rem !important;
    }
    .wp-block-column {
        flex-basis: 100% !important;
        min-width: 100% !important;
    }
    .wp-block-group.is-layout-flex {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.75rem !important;
    }
}