:root {
    --brand-dark: #07111f;
    --brand-blue: #0d6efd;
    --brand-cyan: #17c6d3;
    --brand-light: #eef5fb;
    --text-main: #18314f;
}

body {
    color: var(--text-main);
    background: #fff;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}

a { text-decoration: none; }

body {
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    line-height: 1.65;
    letter-spacing: -0.01em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.title,
.section-heading h2,
.hero-copy h1,
.hero-section h1,
.page-banner h1 {
    font-weight: 700;
    letter-spacing: -0.03em;
}

p,
.listing-banner-copy,
.section-heading p,
.info-card-body p,
.product-card-body p,
.rich-text,
.testimonial-card p,
.detail-sidebar p {
    color: #5b7490;
}

.header-shell {
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(13, 110, 253, 0.08);
    box-shadow: 0 14px 34px rgba(7, 17, 31, 0.07);
}

.site-nav-shell {
    min-height: 88px;
}

.brand {
    gap: 16px;
}

.brand-logo-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: min(320px, 42vw);
    max-width: 320px;
    min-height: 90px;
}

.brand-logo {
    display: block;
    width: 100%;
    max-width: 320px;
    max-height: 90px;
    object-fit: contain;
}

.brand-mark {
    box-shadow: 0 16px 34px rgba(13, 110, 253, 0.18);
}

.brand strong {
    font-size: 17px;
    line-height: 1.15;
}

.brand small {
    margin-top: 3px;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.site-nav-list {
    gap: 8px;
}

.nav-link {
    position: relative;
    min-height: 46px;
    padding: 12px 16px;
    border-radius: 14px;
    transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.nav-link.active,
.nav-link:hover {
    background: rgba(13, 110, 253, 0.06);
}

.quote-btn,
.ghost-btn {
    min-height: 50px;
    padding: 14px 26px;
    box-shadow: 0 14px 32px rgba(8, 20, 38, 0.1);
}

.quote-btn:hover,
.ghost-btn:hover {
    transform: translateY(-2px);
}

.ghost-btn {
    background: rgba(255, 255, 255, 0.94);
    border-color: rgba(13, 110, 253, 0.14);
}

.content-section {
    padding: 60px 0;
}

.section-kicker {
    letter-spacing: 0.1em;
    font-weight: 800;
}

.section-heading h2 {
    line-height: 1.08;
    margin-bottom: 14px;
}

.feature-card,
.info-card,
.product-card,
.testimonial-card,
.detail-sidebar,
.stat-box,
.logo-box {
    border: 1px solid rgba(13, 110, 253, 0.06);
    border-radius: 26px;
    box-shadow: 0 18px 44px rgba(8, 20, 38, 0.08);
}

.feature-card:hover,
.info-card:hover,
.product-card:hover,
.testimonial-card:hover,
.stat-box:hover,
.logo-box:hover {
    box-shadow: 0 24px 54px rgba(8, 20, 38, 0.12);
}

.badge-soft,
.product-meta span,
.post-date,
.sidebar-chip {
    font-weight: 800;
    letter-spacing: 0.02em;
}

.contact-form input,
.contact-form textarea,
.admin-form input,
.admin-form textarea,
.admin-form select {
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: rgba(13, 110, 253, 0.34);
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.08);
}

.footer-brand-copy,
.footer-links a,
.footer-contact-list span {
    letter-spacing: 0;
}

.topbar-strip {
    background: var(--brand-dark);
    color: #dce9f6;
    font-size: 14px;
    padding: 10px 0;
}

.topbar-strip a, .site-footer a { color: inherit; }
.divider { margin: 0 8px; opacity: 0.45; }

.site-footer {
    background:
        radial-gradient(circle at top left, rgba(13, 110, 253, 0.22), transparent 30%),
        radial-gradient(circle at top right, rgba(23, 198, 211, 0.12), transparent 24%),
        linear-gradient(180deg, #0b1f3a 0%, #07111f 100%);
    color: #ecf3ef;
    margin-top: 0;
}

.footer-panel {
    display: grid;
    grid-template-columns: minmax(260px, 1.25fr) 0.9fr 0.95fr minmax(250px, 1.05fr);
    gap: 28px 34px;
    padding: 46px 0 24px;
}

.footer-brand-column,
.footer-links-column,
.footer-contact-column {
    min-width: 0;
}

.footer-brand-card {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
}

.footer-brand-logo {
    display: block;
    width: 100%;
    max-width: 320px;
    max-height: 90px;
    object-fit: contain;
}

.footer-brand-mark {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: linear-gradient(135deg, #0d6efd, #3aa7ff);
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.03em;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.footer-brand-text strong {
    display: block;
    font-size: 18px;
    line-height: 1.15;
    letter-spacing: 0;
}

.footer-brand-text small {
    display: block;
    margin-top: 4px;
    color: rgba(220, 233, 246, 0.68);
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.footer-brand-copy {
    max-width: 320px;
    margin: 16px 0 18px;
    color: rgba(220, 233, 246, 0.74);
    font-size: 14px;
    line-height: 1.75;
}

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

.footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid rgba(220, 233, 246, 0.12);
    color: #fff;
    background: rgba(13, 110, 253, 0.08);
    transition: transform 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

.footer-socials a svg,
.footer-contact-icon svg {
    width: 18px;
    height: 18px;
    display: block;
}

.footer-socials a:hover {
    transform: translateY(-2px);
    background: rgba(13, 110, 253, 0.2);
    border-color: rgba(58, 167, 255, 0.34);
}

.footer-links-column h4,
.footer-contact-column h4 {
    margin: 3px 0 14px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.footer-links,
.footer-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li + li,
.footer-contact-list li + li {
    margin-top: 12px;
}

.footer-links a {
    color: rgba(220, 233, 246, 0.84);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    transition: color 0.2s ease, transform 0.2s ease;
}

.footer-links a:hover {
    color: #7fbeff;
}

.footer-contact-list li {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.footer-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #63b3ff;
    line-height: 1;
    margin-top: 2px;
}

.footer-contact-list strong,
.footer-contact-list strong a {
    display: block;
    color: #f6fbff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.footer-contact-list span {
    display: block;
    color: rgba(220, 233, 246, 0.68);
    font-size: 13px;
    line-height: 1.55;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 0 22px;
    border-top: 1px solid rgba(127, 190, 255, 0.12);
    color: rgba(220, 233, 246, 0.56);
    font-size: 12px;
}

.topbar-quick-links {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.topbar-quick-links a {
    font-weight: 700;
}

.header-shell {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 30px rgba(7, 17, 31, 0.08);
}

.site-nav-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 92px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--brand-dark);
}

.brand small { display: block; color: #5d7691; }

.brand-mark {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-cyan));
    color: #fff;
    font-weight: 700;
    font-size: 22px;
}

.nav-link {
    display: inline-flex;
    align-items: center;
    color: var(--brand-dark);
    font-weight: 600;
    padding: 14px 16px;
}

.nav-link.active, .nav-link:hover { color: var(--brand-blue); }

.mobile-nav-head {
    display: contents;
}

.mobile-submenu-toggle {
    display: none;
}

.site-nav-panel {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.site-nav-list {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-nav-item {
    position: relative;
}

.nav-mega {
    padding-bottom: 18px;
    margin-bottom: -18px;
}

.site-nav-cta {
    margin-left: 10px;
}

.floating-discovery-btn {
    position: fixed;
    bottom: 18px;
    left: 18px;
    z-index: 70;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 18px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-cyan));
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.01em;
    box-shadow: 0 18px 36px rgba(8, 20, 38, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.floating-discovery-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 24px 44px rgba(8, 20, 38, 0.24);
}

.site-nav-toggle {
    display: none;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(7, 17, 31, 0.1);
    border-radius: 16px;
    background: #fff;
    padding: 0;
}

.site-nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 5px auto;
    background: var(--brand-dark);
}

.mega-panel {
    position: absolute;
    left: 50%;
    top: calc(100% - 2px);
    transform: translateX(-50%);
    width: min(860px, 92vw);
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 24px;
    padding: 24px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(7, 17, 31, 0.08);
    box-shadow: 0 24px 60px rgba(7, 17, 31, 0.14);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.24s ease;
}

.nav-mega::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 20px;
}

.mega-panel-sm {
    width: min(720px, 92vw);
}

.services-mega-panel {
    width: min(1180px, 96vw);
    display: block;
    padding: 28px 30px 30px;
}

.services-mega-panel .gallery ul.flexbox {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.services-mega-panel .gallery.column-5 .gallery-card {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 10px;
}

.services-mega-panel .gallery-photo {
    height: 150px;
    border-radius: 0;
}

.services-mega-panel .gallery-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-mega-panel .gallery-footer {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 12px 16px;
}

.services-mega-panel .gallery-footer .title {
    margin: 0;
    text-align: center;
    color: #222;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-wrap: balance;
}

.services-mega-panel .buttons-container {
    margin-top: 28px;
}

.services-mega-cta-arrow {
    display: inline-block;
    margin-left: 10px;
    line-height: 1;
}

.nav-mega:hover .mega-panel,
.nav-mega:focus-within .mega-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.mega-column {
    padding: 22px;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(7, 17, 31, 0.96), rgba(13, 110, 253, 0.88)),
    url('../tema/genel/uploads/slider/149.jpg') center/cover;
    color: #fff;
}

.mega-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mega-column h4 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 14px;
}

.mega-column p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.7;
}

.mega-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 999px;
    background: #fff;
    color: var(--brand-dark);
    font-weight: 700;
}

.mega-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

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

.product-mega-group {
    padding: 16px;
    border-radius: 22px;
    background: #f8fbff;
    border: 1px solid rgba(7, 17, 31, 0.06);
}

.product-mega-category,
.product-mega-subcategory {
    display: block;
    font-weight: 700;
    color: var(--brand-dark);
}

.product-mega-category {
    margin-bottom: 12px;
    font-size: 16px;
}

.product-mega-subgroup + .product-mega-subgroup {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(7, 17, 31, 0.08);
}

.product-mega-subcategory {
    margin-bottom: 8px;
    color: var(--brand-blue);
}

.product-mega-products {
    display: grid;
    gap: 8px;
}

.product-mega-products a {
    color: #5d7691;
    font-size: 14px;
    line-height: 1.5;
}

.category-card,
.subcategory-card {
    height: 100%;
    padding: 28px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(8, 20, 38, 0.09);
}

.product-categories-page {
    position: relative;
}

.product-categories-banner {
    position: relative;
    overflow: hidden;
    padding-bottom: 92px;
    background:
        linear-gradient(115deg, rgba(7, 17, 31, 0.95) 0%, rgba(10, 32, 58, 0.88) 46%, rgba(13, 110, 253, 0.44) 100%),
    url('../tema/genel/uploads/slider/149.jpg') center/cover;
}

.product-categories-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 28%, rgba(120, 205, 255, 0.28), transparent 22%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.product-categories-hero {
    position: relative;
    z-index: 1;
}

.product-categories-copy {
    max-width: 820px;
}

.product-categories-copy p {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.85;
}

.product-categories-section {
    position: relative;
    margin-top: -42px;
    z-index: 2;
}

.product-main-category-card {
    height: 100%;
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 28px 60px rgba(8, 20, 38, 0.12);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.product-main-category-link {
    display: block;
    height: 100%;
    text-decoration: none;
}

.product-main-category-media {
    position: relative;
    overflow: hidden;
}

.product-main-category-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(7, 17, 31, 0.16));
}

.product-main-category-media img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-main-category-body {
    padding: 26px 24px 28px;
}

.product-main-category-body h2 {
    margin: 0 0 12px;
    color: #10233f;
    font-size: 28px;
    line-height: 1.16;
    letter-spacing: -0.02em;
}

.product-main-category-body p {
    margin: 0;
    color: #627a94;
    font-size: 15px;
    line-height: 1.8;
}

.product-main-category-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
    color: var(--brand-blue);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.product-main-category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 34px 72px rgba(8, 20, 38, 0.16);
}

.product-main-category-card:hover .product-main-category-media img {
    transform: scale(1.06);
}

.product-main-category-card:hover .product-main-category-body h2,
.product-main-category-card:hover .product-main-category-cta {
    color: var(--brand-blue);
}

.project-categories-page {
    position: relative;
}

.project-categories-banner {
    position: relative;
    overflow: hidden;
    padding-bottom: 92px;
    background:
        linear-gradient(115deg, rgba(7, 17, 31, 0.95) 0%, rgba(16, 35, 63, 0.88) 48%, rgba(13, 110, 253, 0.36) 100%),
    url('../tema/genel/uploads/projeler/gallery6.jpg') center/cover;
}

.project-categories-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 30%, rgba(120, 205, 255, 0.22), transparent 22%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.project-categories-hero {
    position: relative;
    z-index: 1;
}

.project-categories-copy {
    max-width: 820px;
}

.project-categories-copy p {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.85;
}

.project-categories-section {
    position: relative;
    margin-top: -42px;
    z-index: 2;
}

.product-category-banner {
    padding-bottom: 86px;
}

.product-category-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
}

.product-category-hero-copy {
    max-width: 780px;
}

.product-category-lead {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.9;
}

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

.product-category-products-head {
    margin-top: 52px;
}

.product-subcategory-card {
    position: relative;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(15, 95, 197, 0.08);
    background:
        radial-gradient(circle at top right, rgba(80, 185, 255, 0.12), transparent 34%),
        linear-gradient(180deg, #ffffff, #f8fbff);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.product-subcategory-media {
    position: relative;
    overflow: hidden;
    border-radius: 24px 24px 0 0;
}

.product-subcategory-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: none;
}

.product-subcategory-media img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-subcategory-card h3,
.product-subcategory-card p,
.product-subcategory-link {
    margin-left: 38px;
    margin-right: 38px;
}

.product-subcategory-card h3 {
    margin-top: 26px;
    margin-bottom: 10px;
    color: #10233f;
    font-size: 24px;
    line-height: 1.22;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.product-subcategory-card p {
    margin: 0;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    color: #627a94;
    font-size: 15px;
    line-height: 1.75;
}

.product-subcategory-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 58px rgba(8, 20, 38, 0.12);
    border-color: rgba(13, 110, 253, 0.16);
}

.product-subcategory-card:hover .product-subcategory-media img {
    transform: scale(1.06);
}

.product-subcategory-link,
.product-category-product-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
    color: var(--brand-blue);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.product-subcategory-link {
    justify-self: flex-start;
    min-height: 36px;
    margin-bottom: 28px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(13, 110, 253, 0.08);
}

.product-category-product-card {
    border-radius: 26px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 22px 50px rgba(8, 20, 38, 0.1);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.product-category-product-link {
    display: block;
    height: 100%;
    text-decoration: none;
}

.product-category-product-media {
    overflow: hidden;
}

.product-category-product-media img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.product-category-product-body {
    padding: 24px 22px 24px;
}

.product-category-product-body h3 {
    margin: 12px 0 10px;
    font-size: 22px;
    line-height: 1.28;
    letter-spacing: -0.02em;
    color: #10233f;
}

.product-category-product-body p {
    margin: 0;
    color: #627a94;
    font-size: 15px;
    line-height: 1.75;
}

.product-category-product-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 11px;
    border-radius: 999px;
    background: rgba(13, 110, 253, 0.08);
    color: var(--brand-blue);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.product-category-product-card:hover .product-category-product-media img {
    transform: scale(1.05);
}

.product-category-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 28px 62px rgba(8, 20, 38, 0.14);
}

.product-category-product-card:hover .product-category-product-body h3,
.product-category-product-card:hover .product-category-product-cta {
    color: var(--brand-blue);
}

.project-listing-card {
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 24px 58px rgba(8, 20, 38, 0.12);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.project-listing-link {
    display: block;
    height: 100%;
    text-decoration: none;
}

.project-listing-media {
    position: relative;
    overflow: hidden;
}

.project-listing-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(7, 17, 31, 0.18));
}

.project-listing-media img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.project-listing-body {
    padding: 24px 22px 26px;
}

.project-listing-body h3 {
    margin: 0 0 12px;
    color: #10233f;
    font-size: 24px;
    line-height: 1.22;
    letter-spacing: -0.02em;
}

.project-listing-body p {
    margin: 0;
    color: #627a94;
    font-size: 15px;
    line-height: 1.8;
}

.project-listing-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
    color: var(--brand-blue);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.project-listing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 34px 72px rgba(8, 20, 38, 0.16);
}

.project-listing-card:hover .project-listing-media img {
    transform: scale(1.07);
}

.project-listing-card:hover .project-listing-body h3,
.project-listing-card:hover .project-listing-cta {
    color: var(--brand-blue);
}

.category-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
}

.category-card h2,
.subcategory-card h3 {
    color: var(--brand-dark);
}

.category-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.category-meta span {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 8px 14px;
    background: rgba(13, 110, 253, 0.1);
    color: var(--brand-blue);
    font-weight: 700;
    font-size: 13px;
}

.mega-links a {
    display: block;
    padding: 16px 18px;
    border-radius: 20px;
    background: #f8fbff;
    border: 1px solid rgba(7, 17, 31, 0.06);
    color: var(--text-main);
    transition: 0.2s ease;
}

.mega-links a:hover {
    transform: translateY(-2px);
    border-color: rgba(13, 110, 253, 0.18);
    box-shadow: 0 14px 30px rgba(8, 20, 38, 0.08);
}

.mega-links strong,
.mega-links span {
    display: block;
}

.mega-links strong {
    font-size: 15px;
    color: var(--brand-dark);
}

.mega-links span {
    margin-top: 7px;
    color: #5d7691;
    font-size: 13px;
    line-height: 1.5;
}

.product-nav-mega .mega-column {
    display: none;
}

.product-nav-mega .mega-links {
    grid-column: 1 / -1;
}

.product-nav-mega .mega-links a {
    display: flex;
    align-items: center;
    min-height: 54px;
}

.project-nav-mega .mega-panel-sm {
    width: min(360px, 92vw);
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
}

.project-nav-mega .mega-links {
    grid-template-columns: 1fr;
}

.project-nav-mega .mega-links a {
    display: flex;
    align-items: center;
    min-height: 54px;
}

.quote-btn, .ghost-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 14px 24px;
    font-weight: 700;
    transition: 0.25s ease;
}

.quote-btn {
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-cyan));
    color: #fff;
}

.quote-btn:hover { color: #fff; transform: translateY(-1px); }

.ghost-btn {
    color: var(--brand-dark);
    border: 1px solid rgba(7, 17, 31, 0.12);
    background: #fff;
}

.hero-section, .page-banner {
    background:
        linear-gradient(135deg, rgba(7, 17, 31, 0.96), rgba(13, 110, 253, 0.86)),
    url('../tema/genel/uploads/slider/149.jpg') center/cover;
    color: #fff;
}

.hero-section { padding: 90px 0 80px; }
.page-banner { padding: 70px 0; }

.listing-banner-copy {
    max-width: 820px;
    margin: 18px 0 0;
    color: #5d7691;
    font-size: 17px;
    line-height: 1.8;
}

.listing-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    color: #5d7691;
    font-size: 14px;
}

.listing-breadcrumb a {
    color: var(--brand-blue);
    text-decoration: none;
}

.hero-slider-section {
    position: relative;
    overflow: hidden;
    background: var(--brand-dark);
    min-height: 600px;
}

.hero-slider-track {
    position: relative;
    min-height: 600px;
}

.hero-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    min-height: 600px;
    padding: 70px 0 110px;
    box-sizing: border-box;
    background-position: center;
    background-size: cover;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

.hero-slide.is-active {
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 2;
}

.hero-slide-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 420px);
    align-items: center;
    gap: 40px;
}

.hero-copy h1 {
    font-size: clamp(2.9rem, 5vw, 5.2rem);
    line-height: 1.03;
    margin-bottom: 20px;
    max-width: 760px;
}

.hero-copy p {
    max-width: 650px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 18px;
    line-height: 1.8;
}

.hero-ghost {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.18);
}

.hero-spotlight-card {
    padding: 28px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    box-shadow: 0 30px 80px rgba(4, 12, 22, 0.22);
}

.hero-spotlight-label {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-spotlight-card strong {
    display: block;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 12px;
}

.hero-spotlight-card p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin-bottom: 20px;
}

.hero-mini-grid {
    display: grid;
    gap: 10px;
}

.hero-mini-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
}

.hero-mini-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    flex-shrink: 0;
}

.hero-mini-icon svg {
    width: 16px;
    height: 16px;
    display: block;
}

.hero-slider-controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 38px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.hero-slider-dots,
.hero-slider-arrows {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-dot,
.hero-arrow {
    border: 0;
    cursor: pointer;
}

.hero-dot {
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.34);
}

.hero-dot.is-active {
    width: 40px;
    background: #fff;
}

.hero-arrow {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 22px;
}

.section-kicker {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-section h1, .page-banner h1 {
    font-size: clamp(2.5rem, 5vw, 4.4rem);
    line-height: 1.05;
    margin-bottom: 20px;
}

.hero-section p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    max-width: 620px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.hero-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.feature-card, .info-card, .product-card, .testimonial-card, .detail-sidebar, .stat-box, .logo-box {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(8, 20, 38, 0.09);
}

.feature-card { min-height: 220px; padding: 26px; color: var(--text-main); }
.feature-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: var(--brand-light);
    color: var(--brand-blue);
    font-size: 22px;
    margin-bottom: 20px;
}

.stats-section { margin-top: -44px; position: relative; z-index: 2; }
.stat-box { padding: 28px; text-align: center; }
.stat-box-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin: 0 auto 16px;
    border-radius: 18px;
    background: rgba(13, 110, 253, 0.12);
    color: var(--brand-blue);
}

.stat-box-svg,
.stat-box-svg svg {
    width: 26px;
    height: 26px;
    display: block;
}
.stat-box strong { display: block; font-size: 32px; color: var(--brand-dark); }
.stat-box span { color: #5d7691; }

.content-section { padding: 64px 0; }
.alt-section { background: linear-gradient(180deg, #f7fbff, #edf5fb); }
.about-home-section {
    position: relative;
    overflow: hidden;
}

.about-home-section::before {
    content: "";
    position: absolute;
    inset: 28px 0 28px auto;
    width: min(42vw, 620px);
    background-image:
        linear-gradient(270deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.78) 38%, rgba(255, 255, 255, 0.18) 100%),
        var(--about-watermark);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 36px 0 0 36px;
    opacity: 0.24;
    transform: translateX(9%);
    pointer-events: none;
}

.about-home-section .container {
    position: relative;
    z-index: 1;
}

.section-heading { margin-bottom: 22px; }
.section-heading .section-kicker { background: rgba(13, 110, 253, 0.12); color: var(--brand-blue); }
.section-heading h2 { font-size: clamp(2rem, 4vw, 3rem); color: var(--brand-dark); }
.section-heading p {
    max-width: 720px;
    color: #5d7691;
    line-height: 1.8;
}

.rounded-hero, .info-card img, .product-card img { width: 100%; border-radius: 24px; }
.corporate-home-row {
    align-items: center;
}

.corporate-home-title .pre-title {
    margin: 0 0 4px;
    color: var(--brand-blue);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.corporate-home-title .title {
    margin: 0 0 24px;
    color: #1c2539;
    font-size: clamp(2.4rem, 4vw, 3.35rem);
    line-height: 1.1;
}

.corporate-home-copy .disc {
    margin: 0 0 18px;
    color: #5d666f;
    line-height: 1.85;
}

.corporate-home-copy .disc:last-child {
    margin-bottom: 0;
}

.corporate-home-cta {
    margin-top: 30px;
}

.corporate-readmore-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 16px 28px;
    border-radius: 999px;
    background: var(--brand-blue);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 14px 34px rgba(13, 110, 253, 0.22);
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.corporate-readmore-arrow {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    transition: transform 0.22s ease;
}

.corporate-readmore-btn:hover {
    background: #081a31;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(8, 26, 49, 0.22);
}

.corporate-readmore-btn:hover .corporate-readmore-arrow {
    transform: translateX(3px);
}

.corporate-home-media {
    overflow: hidden;
}

.corporate-home-media img {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    transform: scale(1);
    transform-origin: center center;
    transition: transform 0.55s ease, filter 0.55s ease;
    will-change: transform;
}

.corporate-home-media:hover img {
    transform: scale(1.06);
}

.info-card, .product-card { overflow: hidden; height: 100%; }
.info-card-body, .product-card-body { padding: 24px; }
.info-card-body h3, .product-card-body h3 { font-size: 22px; color: var(--brand-dark); }
.info-card-body p, .product-card-body p, .rich-text, .testimonial-card p, .detail-sidebar p {
    color: #5d7691;
    line-height: 1.8;
}

.service-listing-card {
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    border: 1px solid rgba(13, 110, 253, 0.08);
}

.service-listing-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.service-listing-media {
    overflow: hidden;
}

.service-listing-media img {
    width: 100%;
    transition: transform 0.45s ease, filter 0.45s ease;
}

.service-listing-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-listing-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 18px;
    color: var(--brand-blue);
    font-size: 14px;
    font-weight: 700;
}

.service-listing-cta-icon {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(13, 110, 253, 0.1);
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.service-listing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 62px rgba(8, 20, 38, 0.14);
    border-color: rgba(13, 110, 253, 0.18);
}

.service-listing-card:hover .service-listing-media img {
    transform: scale(1.06);
    filter: saturate(1.04);
}

.service-listing-card:hover .service-listing-body h3,
.service-listing-card:hover .service-listing-cta {
    color: var(--brand-blue);
}

.service-listing-card:hover .service-listing-cta-icon {
    transform: translateX(4px);
    background: var(--brand-blue);
    color: #fff;
}

.product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 18px;
}

.product-subcategory-item-card {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.product-subcategory-item-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.product-subcategory-item-card img {
    transition: transform 0.45s ease, filter 0.45s ease;
}

.product-subcategory-item-cta {
    color: var(--brand-blue);
    font-weight: 700;
    transition: transform 0.3s ease, color 0.3s ease;
}

.product-subcategory-item-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 62px rgba(8, 20, 38, 0.14);
}

.product-subcategory-item-card:hover img {
    transform: scale(1.05);
    filter: saturate(1.03);
}

.product-subcategory-item-card:hover .product-card-body h3,
.product-subcategory-item-card:hover .product-subcategory-item-cta {
    color: var(--brand-blue);
}

.product-subcategory-item-card:hover .product-subcategory-item-cta {
    transform: translateX(4px);
}

.product-meta span, .badge-soft, .post-date, .sidebar-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 8px 14px;
    background: rgba(13, 110, 253, 0.1);
    color: var(--brand-blue);
    font-weight: 700;
    font-size: 13px;
}

.project-categories-home {
    position: relative;
    overflow: hidden;
}

.project-categories-home::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--projects-watermark);
    background-repeat: no-repeat;
    background-position: right -120px top 30px;
    background-size: min(46vw, 720px);
    opacity: 0.08;
    pointer-events: none;
}

.project-categories-home .container {
    position: relative;
    z-index: 1;
}

.project-category-card {
    position: relative;
    display: block;
    min-height: 360px;
    border-radius: 30px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 24px 50px rgba(8, 20, 38, 0.12);
}

.project-category-media,
.project-category-media img {
    display: block;
    width: 100%;
    height: 100%;
}

.project-category-media img {
    object-fit: cover;
    transition: transform 0.55s ease;
}

.project-category-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(3, 18, 38, 0.15) 0%, rgba(3, 18, 38, 0.76) 72%, rgba(3, 18, 38, 0.9) 100%);
}

.project-category-content {
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    display: grid;
    gap: 12px;
    padding: 28px 28px 26px;
}

.project-category-chip {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    min-height: 36px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

.project-category-title {
    color: #fff;
    font-size: 34px;
    line-height: 1.12;
    font-weight: 600;
}

.project-category-text {
    max-width: 92%;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.65;
}

.project-category-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 4px;
}

.project-category-count {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.project-category-link {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.project-category-card:hover .project-category-media img {
    transform: scale(1.06);
}

.project-category-card:hover .project-category-link {
    color: #a9caff;
}

.product-category-spotlight {
    display: grid;
    gap: 28px;
}

.product-category-slider-head {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    margin-bottom: 18px;
}

.product-category-slider-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.product-category-arrow {
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: var(--brand-dark);
    box-shadow: 0 18px 40px rgba(8, 20, 38, 0.12);
    transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.product-category-arrow:hover {
    transform: translateY(-2px);
    background: var(--brand-blue);
    color: #fff;
}

.product-category-arrow span {
    font-size: 22px;
    line-height: 1;
}

.product-category-slider-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(320px, 38%);
    gap: 28px;
    overflow-x: auto;
    padding: 6px 4px 14px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.product-category-slider-track::-webkit-scrollbar {
    display: none;
}

.product-category-slide {
    scroll-snap-align: start;
}

.product-category-feature-card {
    position: relative;
    display: block;
    min-height: 410px;
    border-radius: 30px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 24px 50px rgba(8, 20, 38, 0.12);
}

.product-category-feature-media,
.product-category-feature-media img {
    display: block;
    width: 100%;
    height: 100%;
}

.product-category-feature-media img {
    object-fit: cover;
    transition: transform 0.55s ease;
}

.product-category-feature-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(2, 8, 18, 0.04) 0%, rgba(6, 18, 38, 0.44) 46%, rgba(8, 18, 34, 0.88) 74%, rgba(10, 22, 42, 0.97) 100%),
        linear-gradient(120deg, rgba(12, 72, 168, 0.12) 0%, rgba(12, 72, 168, 0) 38%, rgba(21, 198, 211, 0.08) 100%);
}

.product-category-feature-content {
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    display: grid;
    gap: 8px;
    padding: 28px 28px 26px;
}

.product-category-feature-title {
    color: #fff;
    font-size: 30px;
    line-height: 1.14;
    font-weight: 600;
}

.product-category-feature-text {
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.7;
}

.product-category-feature-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.product-category-feature-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.product-category-feature-card:hover .product-category-feature-media img {
    transform: scale(1.06);
}

.reference-slider-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.reference-slider-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.reference-slider-arrow {
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: var(--brand-dark);
    box-shadow: 0 18px 40px rgba(8, 20, 38, 0.12);
    transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.reference-slider-arrow:hover {
    transform: translateY(-2px);
    background: var(--brand-blue);
    color: #fff;
}

.reference-slider-arrow span {
    font-size: 22px;
    line-height: 1;
}

.reference-slider-shell {
    width: 100%;
}

.reference-slider-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(240px, 1fr);
    gap: 20px;
    overflow-x: auto;
    padding: 6px 4px 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    cursor: grab;
    user-select: none;
}

.reference-slider-track::-webkit-scrollbar {
    display: none;
}

.reference-slider-track.is-pointer-down {
    cursor: grabbing;
}

.reference-slider-track.is-dragging {
    scroll-snap-type: none;
}

.reference-slide {
    scroll-snap-align: start;
}

.reference-slide img {
    pointer-events: none;
}

.reference-logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    padding: 24px 28px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 24px 50px rgba(8, 20, 38, 0.12);
}

.reference-logo-box img {
    width: 100%;
    max-width: 170px;
    max-height: 56px;
    object-fit: contain;
    filter: saturate(1);
}

.page-intro-block {
    margin-bottom: 34px;
}

.about-editorial-shell {
    position: relative;
    padding: clamp(24px, 3vw, 38px);
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(80, 185, 255, 0.12), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 24px 54px rgba(8, 20, 38, 0.08);
}

.about-editorial-copy {
    color: #23364d;
    font-size: 17px;
    line-height: 1.95;
}

.about-editorial-lead {
    margin: 0 0 18px;
    max-width: 760px;
    color: #18385c;
    font-size: clamp(19px, 2vw, 24px);
    line-height: 1.7;
    font-weight: 500;
}

.about-editorial-media {
    position: relative;
    float: right;
    width: min(44%, 520px);
    margin: 4px 0 20px 30px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 26px 56px rgba(8, 20, 38, 0.16);
    background: linear-gradient(180deg, #fff, #eef5ff);
}

.about-editorial-media::after {
    content: "";
    position: absolute;
    inset: auto 22px 18px auto;
    width: 110px;
    height: 110px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.18), transparent 68%);
    pointer-events: none;
}

.about-editorial-media img {
    display: block;
    width: 100%;
    height: clamp(280px, 32vw, 460px);
    object-fit: cover;
}

.about-editorial-copy .rich-text::after {
    content: "";
    display: block;
    clear: both;
}

.about-editorial-copy .rich-text,
.about-editorial-copy .rich-text p {
    color: #566f8b;
}

.about-editorial-copy .rich-text p {
    margin-bottom: 18px;
}

.team-member-card {
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 22px 48px rgba(8, 20, 38, 0.1);
}

.team-member-media {
    overflow: hidden;
}

.team-member-media img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.team-member-card:hover .team-member-media img {
    transform: scale(1.05);
}

.team-member-body {
    padding: 22px 20px 24px;
}

.team-member-body h3 {
    margin: 0 0 8px;
    color: #161921;
    font-size: 22px;
}

.team-member-body span {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--brand-blue);
    font-size: 14px;
    font-weight: 700;
}

.team-member-body p {
    margin: 0;
    color: #5d7691;
    line-height: 1.75;
}

.reference-page-logo-box {
    min-height: 132px;
}

.proposal-page-shell {
    display: grid;
    gap: 34px;
}

.proposal-hero-card {
    position: relative;
    overflow: hidden;
    padding: 42px;
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(80, 185, 255, 0.2), transparent 28%),
        linear-gradient(135deg, #07111f 0%, #102846 54%, #0f5fc5 100%);
    color: #fff;
    box-shadow: 0 28px 70px rgba(8, 20, 38, 0.2);
}

.proposal-kicker,
.proposal-sidebar-label,
.proposal-form-chip {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .about-editorial-shell {
        padding: 22px;
        border-radius: 26px;
    }

    .about-editorial-media {
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }

    .about-editorial-media::after {
        display: none;
    }
}

.proposal-copy h2 {
    margin: 18px 0 16px;
    color: #fff;
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    line-height: 1.05;
}

.proposal-lead {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.8;
}

.proposal-hero-card .rich-text,
.proposal-hero-card .rich-text p {
    color: rgba(255, 255, 255, 0.78);
}

.proposal-points {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.proposal-point {
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
}

.proposal-point strong {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-size: 16px;
}

.proposal-point span {
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.7;
}

.proposal-visual {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.proposal-visual img {
    width: 100%;
    display: block;
}

.proposal-content-row {
    align-items: stretch;
}

.proposal-sidebar {
    height: 100%;
    padding: 32px;
    border-radius: 28px;
    background: linear-gradient(180deg, #f6fbff, #eef5fb);
    box-shadow: 0 20px 50px rgba(8, 20, 38, 0.08);
}

.proposal-sidebar h3 {
    margin: 18px 0 14px;
    color: #10233f;
    font-size: 34px;
    line-height: 1.12;
}

.proposal-sidebar p {
    margin-bottom: 22px;
    color: #5d7691;
    line-height: 1.85;
}

.proposal-contact-list {
    display: grid;
    gap: 14px;
}

.proposal-contact-item {
    padding: 18px 20px;
    border-radius: 22px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(16, 35, 63, 0.06);
}

.proposal-contact-item strong {
    display: block;
    margin-bottom: 8px;
    color: #10233f;
    font-size: 14px;
}

.proposal-contact-item a,
.proposal-contact-item span {
    color: #5d7691;
    text-decoration: none;
    line-height: 1.7;
}

.proposal-form-card {
    padding: 34px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 255, 0.96));
    box-shadow: 0 24px 60px rgba(8, 20, 38, 0.12);
    border: 1px solid rgba(13, 110, 253, 0.08);
}

.proposal-form-head {
    margin-bottom: 20px;
}

.proposal-form-head h3 {
    margin: 16px 0 12px;
    color: #10233f;
    font-size: 32px;
    line-height: 1.15;
}

.proposal-form-head p {
    margin: 0;
    color: #5d7691;
    line-height: 1.8;
}

.proposal-form-card input,
.proposal-form-card textarea {
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(16, 35, 63, 0.02);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.proposal-form-card input:focus,
.proposal-form-card textarea:focus {
    border-color: rgba(13, 110, 253, 0.35);
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.08);
    transform: translateY(-1px);
}

.proposal-form-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 6px;
}

.proposal-form-actions span {
    color: #5d7691;
    font-size: 14px;
    line-height: 1.6;
}

.news-home-section {
    background: #fff;
}

.news-slider-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.news-slider-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.news-slider-arrow {
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: var(--brand-dark);
    box-shadow: 0 18px 40px rgba(8, 20, 38, 0.12);
    transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.news-slider-arrow:hover {
    transform: translateY(-2px);
    background: var(--brand-blue);
    color: #fff;
}

.news-slider-arrow span {
    font-size: 22px;
    line-height: 1;
}

.news-home-heading {
    margin-bottom: 24px;
}

.news-slider-shell {
    width: 100%;
}

.news-slider-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(320px, 1fr);
    gap: 28px;
    overflow-x: auto;
    padding: 6px 4px 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    cursor: grab;
    user-select: none;
}

.news-slider-track::-webkit-scrollbar {
    display: none;
}

.news-slider-track.is-pointer-down {
    cursor: grabbing;
}

.news-slider-track.is-dragging {
    scroll-snap-type: none;
}

.news-slide {
    scroll-snap-align: start;
}

.home-news-card {
    height: 100%;
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 24px 50px rgba(8, 20, 38, 0.12);
}

.home-news-card .thumbnail {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 28px 28px 0 0;
}

.home-news-card .thumbnail img {
    width: 100%;
    height: 245px;
    object-fit: cover;
    transition: transform 0.45s ease;
    pointer-events: none;
}

.home-news-card .blog-badge {
    position: absolute;
    left: 24px;
    bottom: 20px;
    z-index: 2;
}

.home-news-card .blog-badge span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(231, 240, 255, 0.94);
    color: var(--brand-blue);
    font-size: 13px;
    font-weight: 700;
}

.home-news-card .blog-content {
    padding: 26px 24px 28px;
}

.home-news-card .home-news-meta {
    margin: 0 0 10px;
    color: #5d7691;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-news-card .home-news-meta span {
    color: var(--brand-blue);
}

.home-news-card .blog-content a {
    text-decoration: none;
}

.home-news-card .blog-content .title {
    margin: 0 0 12px;
    color: #111827;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    transition: color 0.25s ease;
}

.home-news-card .blog-content > p:last-of-type {
    margin-bottom: 0;
    color: #5d7691;
    font-size: 17px;
    line-height: 1.7;
}

.home-news-card .rts-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    padding: 0;
    background: transparent;
    border: 0;
    color: var(--brand-blue);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    box-shadow: none;
}

.home-news-card .home-news-readmore-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    font-size: 18px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.home-news-card:hover .thumbnail img {
    transform: scale(1.05);
}

.home-news-card:hover .blog-content .title,
.home-news-card:hover .rts-read-more {
    color: var(--brand-blue);
}

.home-news-card:hover .home-news-readmore-arrow {
    transform: translateX(3px);
}

.news-listing-section {
    padding-top: 22px;
}

.news-listing-grid {
    --bs-gutter-y: 34px;
}

.news-listing-card {
    border-radius: 24px;
}

.news-listing-card .thumbnail {
    border-radius: 24px 24px 0 0;
}

.news-listing-card .thumbnail img {
    height: 260px;
}

.news-listing-card .blog-content {
    padding: 24px 22px 24px;
}

.news-listing-card .blog-content .title {
    font-size: 24px;
}

.news-listing-card .blog-content > p:last-of-type {
    font-size: 15px;
    line-height: 1.75;
}

.news-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 38px;
}

.news-pagination-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    color: #10233f;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 18px 40px rgba(8, 20, 38, 0.1);
    transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.news-pagination-link:hover,
.news-pagination-link.is-active {
    transform: translateY(-2px);
    background: var(--brand-blue);
    color: #fff;
}

.services-v24-area {
    background: #fff;
}

.services-v24-container {
    max-width: 1280px;
}

.services-v24-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 52px;
}

.services-v24-head .title-left > span {
    display: inline-block;
    color: #0d6efd;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.services-v24-head .title-left .title {
    margin: 12px 0 0;
    color: #111;
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.08;
    font-weight: 600;
}

.services-v24-head p.disc {
    max-width: 40%;
    margin: 0 0 0 auto;
    color: #5d666f;
    font-size: 18px;
    line-height: 1.75;
}

.services-v24-slider-shell {
    width: 100%;
}

.services-v24-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(290px, 1fr);
    gap: 30px;
    overflow-x: auto;
    padding-bottom: 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    cursor: grab;
    user-select: none;
}

.services-v24-track::-webkit-scrollbar {
    display: none;
}

.services-v24-track.is-pointer-down {
    cursor: grabbing;
}

.services-v24-track.is-dragging {
    scroll-snap-type: none;
}

.services-v24-slide {
    scroll-snap-align: start;
}

.single-service-main-13 {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 8px;
}

.single-service-main-13 .thumbnail-image {
    display: block;
    border-radius: 8px;
    overflow: hidden;
}

.single-service-main-13 .thumbnail-image img {
    width: 100%;
    height: 392px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.single-service-main-13:hover .thumbnail-image img {
    transform: scale(1.2);
}

.single-service-main-13 .inner-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 84px 30px 30px;
    text-align: left;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
}

.single-service-main-13 .inner-content .title {
    color: #fff;
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px;
    font-weight: 600;
}

.single-service-main-13 .inner-content p {
    color: #fff;
    font-size: 16px;
    line-height: 1.45;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.project-home-v24-grid > [class*="col-"],
.product-category-slide {
    display: flex;
}

.project-home-v24-grid > [class*="col-"] {
    flex: 0 0 100%;
    width: 100%;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.home-project-v24-card,
.home-product-category-v24-card {
    width: 100%;
    min-height: 392px;
    border-radius: 8px;
    box-shadow: none;
}

.home-project-v24-card .thumbnail-image img,
.home-product-category-v24-card .thumbnail-image img {
    height: 392px;
}

.home-project-v24-card .inner-content,
.home-product-category-v24-card .inner-content {
    padding: 84px 30px 30px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
}

.home-project-v24-card .inner-content .title,
.home-product-category-v24-card .inner-content .title {
    color: #fff;
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 10px;
    font-weight: 600;
}

.home-project-v24-card .inner-content p,
.home-product-category-v24-card .inner-content p {
    color: #fff;
    font-size: 16px;
    line-height: 1.45;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-product-category-v24-card .inner-content p {
    display: none;
}

.single-service-main-13 .tags {
    padding: 4px 10px;
    border-radius: 30px;
    background: var(--brand-blue);
    display: block;
    max-width: max-content;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 10;
}

.featured-products-home {
    padding-top: 72px;
    padding-bottom: 72px;
    background: #fff;
}

.section-heading-centered {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 34px;
}

.section-heading-centered .section-kicker {
    justify-content: center;
}

.section-heading-centered h2 {
    margin-left: auto;
    margin-right: auto;
}

.featured-products-shell {
    max-width: 1660px;
    padding-left: 32px;
    padding-right: 32px;
}

.featured-products-home .row {
    --bs-gutter-x: 28px;
    --bs-gutter-y: 32px;
}

.featured-products-home .featured-product-card {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
}

.featured-products-home .featured-product-card > a {
    display: block;
    text-decoration: none;
    height: 100%;
}

.featured-products-home .product-header {
    position: relative;
}

.featured-products-home .product-cover {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    height: 245px;
    background: #f3f5f8;
}

.featured-products-home .product-cover img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.featured-products-home .product-body {
    position: absolute;
    inset: 0;
    z-index: 1;
    padding: 30px;
    display: flex;
    align-items: flex-end;
}

.featured-products-home .product-body::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.07);
    opacity: 0.6;
    z-index: -1;
}

.featured-products-home .product-body .title {
    margin: 0;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #666;
}

.featured-products-home .product-body .title span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
}

.featured-products-home .product-footer {
    padding: 25px 30px 0;
    text-align: left;
}

.featured-products-home .product-footer .small-title {
    margin: 0 0 10px;
    color: var(--brand-blue);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.featured-products-home .product-footer .title {
    margin: 0;
    color: #161921;
    font-size: 20px;
    line-height: 1.28;
    font-weight: 600;
    transition: color 0.3s ease;
}

.featured-products-home .featured-product-card:hover .product-cover img {
    transform: scale(1.04);
}

.featured-products-home .featured-product-card:hover .product-footer .title {
    color: var(--brand-blue);
}

@media (min-width: 480px) {
    .featured-products-home .product-cover {
        height: 275px;
    }
}

@media (max-width: 991.98px) {
    .project-categories-banner {
        padding-bottom: 80px;
    }

    .project-categories-copy p {
        font-size: 16px;
    }

    .project-listing-media img {
        height: 240px;
    }

    .project-listing-body h3 {
        font-size: 22px;
    }

    .product-categories-banner {
        padding-bottom: 80px;
    }

    .product-categories-copy p {
        font-size: 16px;
    }

    .product-main-category-media img {
        height: 240px;
    }

    .product-main-category-body h2 {
        font-size: 24px;
    }

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

    .product-category-products-head {
        margin-top: 42px;
    }

    .product-subcategory-card h3,
    .product-category-product-body h3 {
        font-size: 22px;
    }

    .product-subcategory-card p,
    .product-category-product-body p {
        font-size: 14px;
    }

    .product-category-product-media img {
        height: 240px;
    }

    .proposal-hero-card,
    .proposal-sidebar,
    .proposal-form-card {
        padding: 28px;
    }

    .proposal-sidebar h3,
    .proposal-form-head h3 {
        font-size: 28px;
    }

    .listing-banner-copy {
        font-size: 16px;
    }

    .news-listing-card .thumbnail img {
        height: 240px;
    }

    .news-listing-card .blog-content .title {
        font-size: 22px;
    }

    .footer-panel {
        grid-template-columns: 1fr 1fr;
        gap: 24px 24px;
        padding: 34px 0 18px;
    }

    .footer-brand-column {
        grid-column: 1 / -1;
    }

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

    .featured-products-home {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .featured-products-shell {
        padding-left: 20px;
        padding-right: 20px;
    }

    .featured-products-home .product-footer {
        padding-left: 18px;
        padding-right: 18px;
    }

    .featured-products-home .product-footer .title {
        font-size: 18px;
    }

    .project-categories-home::before {
        background-position: right -90px top 80px;
        background-size: min(64vw, 520px);
    }

    .project-category-card {
        min-height: 320px;
        border-radius: 24px;
    }

    .project-category-content {
        padding: 22px 22px 20px;
    }

    .project-category-title {
        font-size: 28px;
    }

    .project-category-text {
        max-width: 100%;
        font-size: 15px;
    }

    .product-category-slider-track {
        grid-auto-columns: minmax(280px, 78%);
    }

    .product-category-feature-card {
        min-height: 360px;
        border-radius: 24px;
    }

    .reference-slider-track {
        grid-auto-columns: minmax(220px, 42%);
    }

    .news-slider-track {
        grid-auto-columns: minmax(300px, 58%);
    }

    .home-news-card .thumbnail img {
        height: 220px;
    }

    .home-news-card .blog-content .title {
        font-size: 20px;
    }
}

@media (max-width: 575.98px) {
    .footer-panel {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 28px 0 14px;
    }

    .footer-brand-card {
        min-width: 0;
        width: 100%;
        justify-content: flex-start;
    }

    .footer-brand-mark {
        width: 50px;
        height: 50px;
        border-radius: 14px;
        font-size: 20px;
    }

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

    .footer-brand-copy {
        margin: 14px 0 14px;
        font-size: 14px;
    }

    .footer-links-column h4,
    .footer-contact-column h4 {
        margin-bottom: 12px;
        font-size: 12px;
    }

    .footer-bottom {
        padding: 14px 0 18px;
        font-size: 12px;
    }

    .section-heading-centered {
        margin-bottom: 34px;
    }

    .featured-products-home .row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 24px;
    }

    .featured-products-home .product-cover {
        height: 250px;
    }

    .featured-products-home .product-body {
        padding: 20px;
    }

    .featured-products-home .product-footer {
        padding-top: 18px;
    }

    .project-categories-home::before {
        background-position: center top 120px;
        background-size: 92vw;
    }

    .project-category-card {
        min-height: 280px;
        border-radius: 20px;
    }

    .project-category-content {
        gap: 10px;
        padding: 18px 18px 16px;
    }

    .project-category-chip,
    .project-category-count {
        font-size: 12px;
    }

    .project-category-title {
        font-size: 24px;
    }

    .project-category-text {
        font-size: 14px;
        line-height: 1.55;
    }

    .project-category-meta {
        align-items: flex-end;
    }

    .product-category-slider-head {
        align-items: flex-end;
        flex-direction: column;
    }

    .product-category-slider-track {
        grid-auto-columns: minmax(260px, 88%);
        gap: 20px;
    }

    .product-category-feature-card {
        min-height: 330px;
        border-radius: 20px;
    }

    .product-category-feature-content {
        gap: 6px;
        padding: 18px 18px 16px;
    }

    .product-category-feature-title {
        font-size: 24px;
    }
    .reference-slider-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .reference-slider-track {
        grid-auto-columns: minmax(220px, 78%);
        gap: 16px;
    }

    .reference-logo-box {
        min-height: 104px;
        padding: 20px 22px;
        border-radius: 22px;
    }

    .reference-logo-box img {
        max-width: 150px;
        max-height: 48px;
    }

    .news-slider-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .news-slider-track {
        grid-auto-columns: minmax(260px, 88%);
        gap: 20px;
    }

    .news-home-heading {
        margin-bottom: 24px;
    }

    .listing-breadcrumb {
        margin-top: 18px;
        flex-wrap: wrap;
        gap: 8px;
    }

    .news-listing-section {
        padding-top: 10px;
    }

    .news-listing-grid {
        --bs-gutter-y: 24px;
    }

    .news-listing-card .thumbnail img {
        height: 220px;
    }

    .news-pagination {
        gap: 10px;
        margin-top: 28px;
    }

    .news-pagination-link {
        width: 42px;
        height: 42px;
        font-size: 15px;
    }

    .team-member-media img {
        height: 240px;
    }

    .reference-page-logo-box {
        min-height: 112px;
    }

    .home-news-card {
        border-radius: 22px;
    }

    .home-news-card .thumbnail {
        border-radius: 22px 22px 0 0;
    }

    .home-news-card .thumbnail img {
        height: 210px;
    }

    .home-news-card .blog-badge {
        left: 18px;
        bottom: 16px;
    }

    .home-news-card .blog-content {
        padding: 20px 18px 22px;
    }

    .home-news-card .blog-content .title {
        font-size: 20px;
    }

    .home-news-card .blog-content > p:last-of-type {
        font-size: 15px;
        line-height: 1.6;
    }
}

.services-v24-nav {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 22px;
}

.services-v24-arrow {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 50%;
    background: #fff;
    color: #111;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease;
}

.services-v24-arrow:hover {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

.services-v24-arrow-icon {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
}

.services-v24-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 30px;
    border-radius: 50px;
    background: #0d6efd;
    position: relative;
    overflow: hidden;
}

.services-v24-cta .title,
.services-v24-cta p,
.services-v24-cta p a {
    color: #fff;
}

.services-v24-cta .title {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}

.services-v24-cta p {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
}

.services-v24-cta .right p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    flex-wrap: wrap;
    text-align: right;
}

.services-v24-cta-label {
    white-space: nowrap;
}

.services-v24-cta-phone {
    white-space: nowrap;
    font-weight: 700;
}

.services-v24-cta p a {
    font-weight: 600;
}

.services-v24-cta .mid-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 8px 55px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
}

.logo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.logo-box {
    min-height: 120px;
    display: grid;
    place-items: center;
    padding: 24px;
}

.logo-box img { max-width: 100%; max-height: 72px; }
.testimonial-card, .detail-sidebar { padding: 30px; }
.detail-sidebar { position: sticky; top: 110px; }
.service-detail-menu-card {
    margin: 22px 0 18px;
    padding: 18px 18px 10px;
    border: 1px solid rgba(37, 99, 235, 0.1);
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(38, 186, 255, 0.12), transparent 36%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    box-shadow: 0 18px 42px rgba(8, 20, 38, 0.07);
}

.service-detail-menu-list {
    display: grid;
    gap: 8px;
}

.service-detail-menu-link {
    display: block;
    padding: 12px 14px;
    border-radius: 16px;
    color: #4f6a88;
    font-weight: 600;
    line-height: 1.55;
    transition: transform 0.2s ease, color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.service-detail-menu-link:hover {
    color: #0f3f8c;
    background: rgba(37, 99, 235, 0.06);
    transform: translateX(3px);
}

.service-detail-menu-link.is-active {
    color: #0f3f8c;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(38, 186, 255, 0.12));
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.14);
}

.contact-form input, .contact-form textarea {
    width: 100%;
    border: 1px solid rgba(24, 49, 79, 0.14);
    border-radius: 18px;
    padding: 16px 18px;
    outline: none;
}

.form-notice {
    margin-bottom: 18px;
    padding: 14px 18px;
    border-radius: 16px;
    background: #e7f7ed;
    color: #1b6d42;
    font-weight: 700;
}

.contact-map-shell {
    margin-top: 32px;
}

.contact-map-card {
    overflow: hidden;
    border: 1px solid rgba(13, 110, 253, 0.08);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 22px 48px rgba(8, 20, 38, 0.08);
}

.contact-map-card iframe {
    display: block;
    width: 100%;
    min-height: 420px;
}

@media (max-width: 991px) {
    .services-v24-head {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 34px;
    }

    .services-v24-head p.disc {
        max-width: 100%;
        margin-left: 0;
    }

    .services-v24-track {
        grid-auto-columns: minmax(310px, 82vw);
    }

    .single-service-main-13 .thumbnail-image img {
        height: 350px;
    }

    .single-service-main-13 .inner-content {
        padding: 72px 24px 24px;
    }

    .services-v24-cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 28px 28px 110px;
        gap: 18px;
    }

    .services-v24-cta .mid-image {
        left: auto;
        right: 28px;
        top: auto;
        bottom: -18px;
        transform: none;
    }

    .contact-map-card iframe {
        min-height: 340px;
    }

    .hero-slider-track {
        min-height: 520px;
    }

    .hero-slide {
        min-height: 520px;
        padding: 56px 0 96px;
        background-position: center center;
    }

    .hero-slide-inner {
        grid-template-columns: 1fr;
        gap: 22px;
        align-items: flex-start;
    }

    .hero-copy {
        max-width: 100%;
    }

    .hero-copy h1 {
        max-width: 100%;
        margin-bottom: 14px;
    }

    .hero-copy p {
        max-width: 100%;
        font-size: 16px;
        line-height: 1.65;
        margin-bottom: 0;
    }

    .hero-spotlight-card {
        width: 100%;
        max-width: 100%;
        padding: 22px;
        border-radius: 24px;
    }

    .hero-spotlight-card p {
        font-size: 15px;
        line-height: 1.65;
        margin-bottom: 16px;
    }

    .hero-mini-grid {
        gap: 8px;
    }

    .hero-mini-item {
        padding: 10px 12px;
        border-radius: 16px;
    }

    .hero-mini-item span:last-child {
        font-size: 14px;
        line-height: 1.45;
    }

    .site-nav-shell {
        flex-wrap: wrap;
        min-height: auto;
        padding: 16px 0;
    }

    .site-nav-toggle {
        display: inline-block;
    }

    .site-nav-panel {
        display: none;
        width: 100%;
        margin-left: 0;
        padding-top: 14px;
        max-height: calc(100vh - 110px);
        overflow-y: auto;
    }

    .site-nav-panel.is-open {
        display: block;
    }

    .site-nav-list {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .site-nav-item {
        width: 100%;
    }

    .nav-mega {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .site-nav-item > .nav-link,
    .site-nav-cta .quote-btn {
        width: 100%;
        justify-content: space-between;
        border: 1px solid rgba(7, 17, 31, 0.08);
        border-radius: 18px;
        background: #fff;
    }

    .mobile-nav-head {
        display: flex;
        align-items: stretch;
        gap: 10px;
    }

    .site-nav-item > .mobile-nav-head > .nav-link {
        width: 100%;
    }

    .mobile-submenu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 52px;
        min-width: 52px;
        border: 1px solid rgba(7, 17, 31, 0.08);
        border-radius: 18px;
        background: #fff;
        color: #5d7691;
    }

    .mobile-submenu-toggle::before {
        content: '+';
        font-size: 20px;
        line-height: 1;
    }

    .nav-mega.is-open .mobile-submenu-toggle::before {
        content: '-';
    }

    .site-nav-cta {
        margin-left: 0;
    }

    .floating-discovery-btn {
        bottom: 14px;
        left: 14px;
        min-height: 44px;
        padding: 10px 14px;
        border-radius: 14px;
        font-size: 13px;
    }

    .topbar-quick-links {
        gap: 10px;
        font-size: 13px;
    }

    .mega-panel,
    .mega-panel-sm {
        position: static;
        transform: none;
        width: 100%;
        margin-top: 8px;
        display: none;
        grid-template-columns: 1fr;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        box-shadow: none;
        padding: 16px;
        border-radius: 22px;
        border: 1px solid rgba(7, 17, 31, 0.08);
        background: #f8fbff;
    }

    .nav-mega:hover .mega-panel,
    .nav-mega:focus-within .mega-panel {
        transform: none;
    }

    .nav-mega .mega-panel {
        display: none;
    }

    .nav-mega.is-open .mega-panel {
        display: grid;
    }

    .services-mega-panel {
        width: 100%;
        padding: 16px;
    }

    .mega-column {
        padding: 0;
        background: transparent;
        border: 0;
    }

    .mega-column p,
    .mega-column .mega-eyebrow,
    .services-mega-panel .gallery-photo,
    .services-mega-panel .buttons-container {
        display: none;
    }

    .mega-column h4 {
        margin: 0 0 10px;
        font-size: 15px;
    }

    .services-mega-panel .gallery.column-5 .gallery-card {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 8px;
    }

    .services-mega-panel .gallery-footer {
        min-height: 0;
        justify-content: flex-start;
        padding: 0;
        background: transparent;
        box-shadow: none;
    }

    .services-mega-panel .gallery-footer .title {
        font-size: 14px;
        text-align: left;
    }

    .services-mega-panel .gallery-card a,
    .mega-links a,
    .product-mega-category,
    .product-mega-subcategory,
    .product-mega-products a,
    .mega-panel .mega-cta {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 44px;
        padding: 10px 14px;
        border-radius: 14px;
        background: #fff;
        border: 1px solid rgba(7, 17, 31, 0.06);
        text-align: left;
        box-shadow: none;
    }

    .mega-links {
        gap: 8px;
    }

    .product-mega-group,
    .product-mega-subgroup,
    .product-mega-products {
        display: grid;
        gap: 8px;
    }

    .product-mega-subgroup {
        margin-top: 8px;
    }

    .product-mega-products a {
        padding-left: 20px;
        background: #f4f8fc;
    }

    .mega-links {
        grid-template-columns: 1fr;
    }

    .product-mega-tree {
        grid-template-columns: 1fr;
    }

    .hero-card-grid, .logo-grid { grid-template-columns: 1fr 1fr; }
    .detail-sidebar { position: static; }
    .slide-ride-float {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .content-section, .hero-section { padding: 52px 0; }
    .project-categories-banner {
        padding-bottom: 68px;
    }

    .project-categories-section {
        margin-top: -28px;
    }

    .project-listing-card {
        border-radius: 22px;
    }

    .project-listing-media img {
        height: 220px;
    }

    .project-listing-body {
        padding: 20px 18px 22px;
    }

    .project-listing-body h3 {
        font-size: 21px;
    }

    .project-listing-body p {
        font-size: 14px;
        line-height: 1.75;
    }

    .product-categories-banner {
        padding-bottom: 68px;
    }

    .product-categories-section {
        margin-top: -28px;
    }

    .product-main-category-card {
        border-radius: 22px;
    }

    .product-main-category-media img {
        height: 220px;
    }

    .product-main-category-body {
        padding: 20px 18px 22px;
    }

    .product-main-category-body h2 {
        font-size: 22px;
    }

    .product-main-category-body p {
        font-size: 14px;
        line-height: 1.75;
    }

    .product-category-banner {
        padding-bottom: 70px;
    }

    .product-category-lead {
        font-size: 16px;
        line-height: 1.75;
    }

    .product-category-product-body {
        padding: 20px 18px 20px;
    }

    .product-subcategory-media {
        border-radius: 22px 22px 0 0;
    }

    .product-subcategory-media img {
        height: 190px;
    }

    .product-subcategory-card h3,
    .product-subcategory-card p,
    .product-subcategory-link {
        margin-left: 22px;
        margin-right: 22px;
    }

    .product-category-product-media img {
        height: 220px;
    }

    .proposal-page-shell {
        gap: 22px;
    }

    .proposal-hero-card,
    .proposal-sidebar,
    .proposal-form-card {
        padding: 22px;
        border-radius: 22px;
    }

    .proposal-copy h2 {
        margin-top: 14px;
    }

    .proposal-lead {
        font-size: 16px;
    }

    .proposal-sidebar h3,
    .proposal-form-head h3 {
        font-size: 24px;
    }

    .proposal-point,
    .proposal-contact-item {
        padding: 16px 16px;
        border-radius: 18px;
    }

    .proposal-form-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .about-home-section::before {
        inset: auto 20px 24px 20px;
        width: auto;
        height: 38%;
        border-radius: 28px;
        transform: none;
        opacity: 0.16;
        background-image:
            linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.72) 40%, rgba(255, 255, 255, 0.16) 100%),
            var(--about-watermark);
    }
    .topbar-strip {
        display: none;
    }

    .floating-discovery-btn {
        bottom: 12px;
        left: 12px;
    }
    .site-nav-shell {
        gap: 14px;
    }
    .brand {
        max-width: calc(100% - 68px);
    }
    .brand strong {
        font-size: 16px;
    }
    .brand small {
        font-size: 12px;
    }
    .brand-mark {
        width: 46px;
        height: 46px;
        border-radius: 14px;
        font-size: 20px;
    }
    .corporate-home-title .title {
        margin-bottom: 18px;
    }
    .hero-slider-section {
        min-height: 0;
    }
    .hero-slider-track {
        min-height: clamp(240px, 58vw, 300px);
    }
    .hero-slide {
        min-height: clamp(240px, 58vw, 300px);
        padding: 0 0 56px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: #07111f;
    }
    .hero-slide .container {
        padding-top: 0;
    }
    .hero-copy h1 {
        font-size: clamp(2rem, 9vw, 2.5rem);
        line-height: 1.08;
    }
    .hero-copy p {
        font-size: 14px;
        line-height: 1.55;
    }
    .hero-spotlight-card {
        padding: 16px;
        border-radius: 20px;
    }
    .hero-spotlight-card p {
        font-size: 13px;
        line-height: 1.55;
        margin-bottom: 12px;
    }
    .hero-mini-item {
        gap: 10px;
        padding: 9px 10px;
    }
    .hero-mini-icon {
        width: 32px;
        height: 32px;
        border-radius: 10px;
    }
    .hero-mini-icon svg {
        width: 14px;
        height: 14px;
    }
    .hero-mini-item span:last-child {
        font-size: 12.5px;
        line-height: 1.4;
    }
    .hero-slider-controls {
        bottom: 10px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .hero-slider-dots,
    .hero-slider-arrows {
        gap: 8px;
    }
    .hero-dot {
        width: 10px;
        height: 10px;
    }
    .hero-dot.is-active {
        width: 28px;
    }
    .hero-arrow {
        width: 40px;
        height: 40px;
        border-radius: 14px;
        font-size: 18px;
    }
    .hero-card-grid, .logo-grid { grid-template-columns: 1fr; }

    .services-v24-track {
        grid-auto-columns: minmax(280px, 88vw);
    }

    .services-v24-nav {
        justify-content: center;
    }

    .single-service-main-13 .thumbnail-image img {
        height: 294px;
    }

    .single-service-main-13 .inner-content {
        padding: 58px 18px 18px;
    }

    .single-service-main-13 .inner-content .title {
        font-size: 18px;
        margin: 0 0 8px;
    }

    .single-service-main-13 .inner-content p {
        font-size: 13px;
        line-height: 1.45;
    }

    .single-service-main-13 .tags {
        left: 18px;
        top: 18px;
        font-size: 12px;
    }

    .services-v24-cta {
        margin-top: 42px;
        padding: 22px 18px 24px;
        border-radius: 28px;
        gap: 14px;
        text-align: left;
    }

    .services-v24-cta .title {
        font-size: 18px;
        line-height: 1.45;
    }

    .services-v24-cta p {
        font-size: 15px;
        line-height: 1.45;
    }

    .services-v24-cta .right,
    .services-v24-cta .right p {
        width: 100%;
    }

    .services-v24-cta .right p {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
        text-align: left;
    }

    .services-v24-cta-label,
    .services-v24-cta-phone {
        white-space: normal;
    }

    .services-v24-cta-phone {
        font-size: 22px;
        line-height: 1.2;
    }
    .services-v24-cta .mid-image {
        display: none;
    }
    .footer-bottom { flex-direction: column; }
    .topbar-quick-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
}
