/* WordPress/Bootstrap compatibility layer for the original React class contract. */
.container {
	width: 100%;
	max-width: 1180px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}

.container-fluid {
	width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-left: auto;
	margin-right: auto;
}

.navbar,
.navbar > .container-fluid {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.navbar {
	position: relative;
	flex-wrap: wrap;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.navbar-collapse {
	display: flex;
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
}

.navbar-nav {
	display: flex;
	flex-direction: row;
	padding-left: 0;
	margin: 0;
	list-style: none;
}

.nav-item {
	list-style: none;
}

.ms-auto {
	margin-left: auto !important;
}

.px-3 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 14px;
	border: 1px solid transparent;
	text-decoration: none;
	cursor: pointer;
}

.navbar-toggler {
	display: none;
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background: transparent;
	cursor: pointer;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(33, 37, 41, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.dropdown {
	position: relative;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	list-style: none;
}

.dropdown-menu.show {
	display: block;
}

.language-toggle + .dropdown-menu {
	left: auto;
	right: 0;
}

.dropdown-toggle::after {
	border-left: 0.3em solid transparent;
	border-right: 0.3em solid transparent;
	border-top: 0.3em solid;
	content: "";
	display: inline-block;
	margin-left: 0.35em;
	vertical-align: 0.15em;
}

.dropdown-item {
	width: 100%;
	padding: 0.45rem 1rem;
	clear: both;
	display: block;
	text-align: inherit;
	white-space: nowrap;
	background: transparent;
	border: 0;
	cursor: pointer;
	text-decoration: none;
}

@media (min-width: 992px) {
	.navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}

	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}

	.navbar-expand-lg .navbar-toggler {
		display: none;
	}

	.mx-lg-2 {
		margin-left: 0.5rem !important;
		margin-right: 0.5rem !important;
	}

	.mx-lg-3 {
		margin-left: 1rem !important;
		margin-right: 1rem !important;
	}

	.mx-lg-4 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important;
	}

	.px-lg-4 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
}

@media (max-width: 991.98px) {
	.navbar-toggler {
		display: block;
	}
}

@media (min-width: 720px) {
	.services-drawers {
		display: none;
	}
}

@media (max-width: 719.98px) {
	.services-layout {
		display: none;
	}

	.services-drawers {
		display: block;
	}
}

/* Source: ACC 2\src\assets\styles\common.css */

:root {
    --main-color: #09147f;
    --secondary-color: #2846b8;
    --accent-red: #bc1823;
    --accent-red-soft: #f8e8ea;
    --ink: #171b26;
    --muted: #5f6878;
    --soft-muted: #7d8490;
    --surface: #ffffff;
    --surface-soft: #f7f8fc;
    --surface-blue: #eef2ff;
    --line: #e2e6ef;
    --line-strong: #cfd6e4;
    --body-bg:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 248, 252, 0.94) 42%, rgba(255, 255, 255, 0.98) 100%),
        linear-gradient(90deg, rgba(9, 20, 127, 0.05) 0, rgba(255, 255, 255, 0) 42%, rgba(188, 24, 35, 0.05) 100%);
    --home-hero-overlay:
        linear-gradient(90deg, rgba(5, 12, 64, 0.9) 0%, rgba(7, 16, 86, 0.78) 44%, rgba(9, 20, 127, 0.35) 100%);
    --navbar-bg: rgba(255, 255, 255, 0.94);
    --navbar-menu-bg: rgba(255, 255, 255, 0.98);
    --field-bg: #ffffff;
    --footer-bg: linear-gradient(180deg, #ffffff 0%, #f7f8fc 100%);
    --footer-rule: linear-gradient(90deg, var(--accent-red), transparent 48%, var(--main-color));
    --footer-text: #4c5567;
    --footer-heading: var(--main-color);
    --footer-link: #33405a;
    --footer-link-hover: var(--main-color);
    --footer-muted: #747d8f;
    --footer-social-color: var(--main-color);
    --footer-social-bg: rgba(9, 20, 127, 0.06);
    --footer-social-border: rgba(9, 20, 127, 0.16);
    --button-bg: var(--main-color);
    --button-bg-hover: var(--secondary-color);
    --button-text: #ffffff;
    --shadow-sm: 0 10px 24px rgba(14, 23, 55, 0.08);
    --shadow-md: 0 18px 46px rgba(14, 23, 55, 0.12);
    --shadow-hover: 0 22px 56px rgba(14, 23, 55, 0.16);
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 18px;
    --nav-height: 98px;
    --transition-speed: 0.22s;
    color-scheme: light;
}

:root[data-theme="dark"] {
    --main-color: #d5e6ee;
    --secondary-color: #ffffff;
    --accent-red: #ff6f7d;
    --accent-red-soft: rgba(255, 111, 125, 0.14);
    --ink: #e8f1f6;
    --muted: #b9ccd8;
    --soft-muted: #91aebc;
    --surface: #1c2d45;
    --surface-soft: #263b58;
    --surface-blue: #2a456b;
    --line: rgba(218, 234, 242, 0.2);
    --line-strong: rgba(218, 234, 242, 0.34);
    --body-bg:
        linear-gradient(180deg, #18263b 0%, #1c2d46 48%, #17253a 100%);
    --home-hero-overlay:
        linear-gradient(90deg, rgba(18, 29, 46, 0.94) 0%, rgba(24, 38, 59, 0.84) 46%, rgba(11, 26, 91, 0.34) 100%);
    --navbar-bg: rgba(24, 38, 59, 0.94);
    --navbar-menu-bg: rgba(30, 47, 72, 0.98);
    --field-bg: #17253a;
    --footer-bg: linear-gradient(135deg, #121d2e 0%, #162337 100%);
    --footer-rule: linear-gradient(90deg, var(--accent-red), transparent 48%, rgba(255, 255, 255, 0.72));
    --footer-text: rgba(255, 255, 255, 0.82);
    --footer-heading: #ffffff;
    --footer-link: rgba(255, 255, 255, 0.78);
    --footer-link-hover: #ffffff;
    --footer-muted: rgba(255, 255, 255, 0.58);
    --footer-social-color: #ffffff;
    --footer-social-bg: rgba(255, 255, 255, 0.1);
    --footer-social-border: rgba(255, 255, 255, 0.2);
    --button-bg: #3b5bd4;
    --button-bg-hover: #5572e4;
    --button-text: #ffffff;
    --shadow-sm: 0 10px 24px rgba(0, 0, 0, 0.28);
    --shadow-md: 0 18px 46px rgba(0, 0, 0, 0.34);
    --shadow-hover: 0 22px 56px rgba(0, 0, 0, 0.4);
    color-scheme: dark;
}

* {
    box-sizing: border-box;
}

html {
    scroll-padding-top: var(--nav-height);
}

body {
    padding-top: var(--nav-height);
    margin: 0;
    color: var(--ink) !important;
    background: var(--body-bg);
    font-family: 'Raleway', Arial, sans-serif !important;
    text-rendering: optimizeLegibility;
}

a {
    color: var(--main-color);
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

a:hover {
    color: var(--secondary-color);
}

img {
    max-width: 100%;
}

.hidden {
    display: none !important;
}

.app-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content {
    flex: 1;
}

.container {
    max-width: 1180px;
}

.page-hero {
    padding: 42px 0 28px;
    max-width: 840px;
}

.page-hero h1 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(2.35rem, 4vw, 4.15rem);
    font-weight: 700;
    line-height: 1.04;
}

.page-hero p {
    margin: 18px 0 0;
    max-width: 720px;
    color: var(--muted);
    font-size: 1.08rem;
    line-height: 1.72;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 28px;
}

.section-heading h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(1.85rem, 3vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: var(--accent-red);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.section-eyebrow::before {
    content: "";
    width: 26px;
    height: 2px;
    background: var(--accent-red);
}

.btn,
.btn-primary,
.home-top .home-top-buttons a {
    border-radius: var(--radius-sm);
    font-weight: 700;
}

.btn-primary,
.home-top .home-top-buttons a.home-services {
    color: var(--button-text);
    background: var(--button-bg);
    border-color: var(--button-bg);
    box-shadow: 0 12px 28px rgba(9, 20, 127, 0.18);
}

.btn-primary:hover,
.home-top .home-top-buttons a.home-services:hover {
    color: var(--button-text);
    background: var(--button-bg-hover);
    border-color: var(--button-bg-hover);
}

@media (max-width: 768px) {
    :root {
        --nav-height: 80px;
    }

    .page-hero {
        padding: 34px 0 22px;
    }

    .page-hero h1 {
        font-size: clamp(2rem, 11vw, 3rem);
    }

    .page-hero p {
        font-size: 1rem;
    }
}


/* Source: ACC 2\src\assets\styles\navbar.css */

.site-navbar {
    min-height: var(--nav-height);
    background: var(--navbar-bg);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 10px 34px rgba(14, 23, 55, 0.06);
    backdrop-filter: blur(14px);
}

.site-navbar .container-fluid {
    max-width: 1240px;
    min-height: calc(var(--nav-height) - 1px);
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 8px;
    margin: 0;
    border-radius: var(--radius-sm);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    transition: background var(--transition-speed), box-shadow var(--transition-speed);
}

.logo-img {
    display: block;
    height: 70px;
    width: auto;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    transition: height var(--transition-speed) ease;
}

.logo-img-dark {
    display: none;
}

.navbar-nav {
    align-items: center;
}

.navbar-nav .nav-item {
    margin-left: 0.65rem;
    margin-right: 0.65rem;
}

.nav-link {
    position: relative;
    color: var(--main-color);
    font-size: 1.05rem;
    font-weight: 600;
    padding: 0.55rem 0.1rem;
    text-decoration: none;
    transition: color var(--transition-speed), opacity var(--transition-speed);
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.18rem;
    height: 2px;
    background: var(--accent-red);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform var(--transition-speed) ease;
}

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

.nav-link:hover::after,
.nav-link.active::after {
    transform: scaleX(1);
}

.language-toggle,
.theme-toggle {
    min-width: 48px;
    color: var(--main-color);
    border: 1px solid transparent;
    background: transparent;
}

.language-toggle:hover,
.language-toggle:focus,
.theme-toggle:hover,
.theme-toggle:focus {
    color: var(--main-color);
    border-color: var(--line);
    background: var(--surface-soft);
}

.theme-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0;
    border-radius: var(--radius-sm);
}

.theme-toggle svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.dropdown-menu {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-sm);
}

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--ink);
}

.dropdown-item[aria-current="true"] {
    color: var(--main-color);
    font-weight: 800;
}

.language-option-flag {
    width: 1.25em;
    line-height: 1;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--ink);
    background: var(--surface-soft);
}

.navbar-toggler {
    border: 1px solid var(--line-strong);
    border-radius: var(--radius-sm);
}

.navbar-toggler-icon {
    filter: var(--navbar-toggler-filter, none);
}

:root[data-theme="dark"] {
    --navbar-toggler-filter: invert(1) grayscale(1) brightness(1.8);
}

:root[data-theme="dark"] .logo-img-light {
    display: none;
}

:root[data-theme="dark"] .logo-img-dark {
    display: block;
}

:root[data-theme="dark"] .navbar-light .navbar-nav .nav-link.active,
:root[data-theme="dark"] .navbar-light .navbar-nav .nav-link.show,
:root[data-theme="dark"] .navbar-light .navbar-nav .show > .nav-link {
    color: #ffffff;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(9, 20, 127, 0.12);
}

@media (max-width: 991.98px) {
    .logo-img {
        height: 54px;
    }

    .site-navbar .container-fluid {
        position: relative;
    }

    .navbar-collapse {
        position: absolute;
        top: calc(100% + 10px);
        left: 16px;
        right: 16px;
        z-index: 1100;
        padding: 14px 16px 16px;
        background: var(--navbar-menu-bg);
        border: 1px solid var(--line);
        border-radius: var(--radius-md);
        box-shadow: var(--shadow-md);
    }

    .navbar-collapse:not(.show) {
        display: none;
    }

    .navbar-nav {
        align-items: stretch;
        gap: 4px;
    }

    .navbar-nav .nav-item {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .nav-link {
        display: block;
        padding: 0.62rem 0;
        font-size: 1rem;
    }

    .nav-link::after {
        bottom: 0.28rem;
        right: auto;
        width: 32px;
    }

    .language-toggle,
    .theme-toggle {
        width: fit-content;
        padding-left: 0;
    }

    .theme-toggle {
        width: 40px;
        padding-left: 0;
    }
}


/* Source: ACC 2\src\assets\styles\home.css */

.home-page {
    overflow: hidden;
}

.home-top {
    position: relative;
    min-height: calc(100vh - var(--nav-height));
    display: flex;
    align-items: center;
    padding: 88px 0 96px;
    color: #fff;
    background:
        var(--home-hero-overlay),
        url("../images/buildings.jpeg") center / cover no-repeat;
}

.home-top::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 6px;
    background: linear-gradient(90deg, var(--accent-red), transparent 42%, var(--main-color));
}

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

.home-container {
    display: grid;
    grid-template-columns: minmax(0, 760px) minmax(240px, 0.55fr);
    gap: 56px;
    align-items: end;
}

.home-text-content {
    max-width: 760px;
}

.home-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
}

.home-eyebrow::before {
    content: "";
    width: 34px;
    height: 2px;
    background: var(--accent-red);
}

.home-top .home-text-content h1 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(3rem, 7vw, 6.3rem);
    font-weight: 700;
    line-height: 0.98;
}

.home-top .home-text-content p {
    max-width: 650px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.08rem;
    line-height: 1.78;
}

.home-top .home-top-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
    padding: 0 !important;
}

.home-top .home-top-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px !important;
    margin: 0;
    color: #fff;
    text-decoration: none;
    transition: transform var(--transition-speed), background var(--transition-speed), border-color var(--transition-speed);
}

.home-top .home-top-buttons a:hover {
    transform: translateY(-1px);
}

.home-top .home-top-buttons a.home-about-us {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: none;
}

.home-top .home-top-buttons a.home-about-us:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.8);
}

.home-proof-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    max-width: 760px;
    margin-top: 36px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(10px);
}

.home-proof-strip span {
    padding: 16px 18px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.92rem;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.06);
}

.home-image-content {
    align-self: end;
}

.home-image-content img {
    display: none;
}

.home-image-caption {
    max-width: 270px;
    margin-left: auto;
    padding: 18px 20px;
    border-left: 3px solid var(--accent-red);
    background: rgba(255, 255, 255, 0.9);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-md);
}

.home-image-caption span {
    display: block;
    margin-bottom: 6px;
    color: var(--accent-red);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.home-image-caption strong {
    display: block;
    color: #171b26;
    font-size: 1rem;
    line-height: 1.35;
}

#home-details {
    padding: 86px 0 98px;
}

.home-details-heading {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.home-details-heading .section-eyebrow {
    justify-content: center;
}

.home-services-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.home-service-card {
    position: relative;
    min-height: 100%;
    padding: 26px 24px 24px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}

.home-service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-red), var(--secondary-color));
}

.home-service-card-title {
    min-height: 58px;
    margin: 0 0 18px;
    color: var(--main-color);
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.25;
}

.home-service-card-details {
    list-style: none;
    margin: 0;
    padding: 0;
}

.home-service-card-details li {
    position: relative;
    padding-left: 18px;
    margin: 0 0 11px;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.55;
}

.home-service-card-details li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 6px;
    height: 6px;
    background: var(--accent-red);
    transform: rotate(45deg);
}

@media (max-width: 991.98px) {
    .home-top {
        min-height: auto;
        padding: 72px 0 82px;
    }

    .home-container {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .home-image-caption {
        margin-left: 0;
    }

    .home-services-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .home-top {
        padding: 54px 0 66px;
        background-position: 58% center;
    }

    .home-top .home-text-content h1,
    .home-top .home-text-content p {
        text-align: left;
    }

    .home-top .home-top-buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    .home-proof-strip {
        grid-template-columns: 1fr;
    }

    .home-proof-strip span {
        padding: 13px 16px;
    }

    .home-image-caption {
        display: none;
    }

    #home-details {
        padding: 56px 0 68px;
    }

    .home-services-list {
        grid-template-columns: 1fr;
    }

    .home-service-card-title {
        min-height: auto;
    }
}


/* Source: ACC 2\src\assets\styles\services.css */

.services-page {
    padding-bottom: 84px;
}

.services-hero h1 {
    font-size: clamp(2rem, 3vw, 2.85rem);
    line-height: 1.12;
}

.services-layout {
    padding: 8px 0 0;
}

.services-layout-inner {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.services-list-panel {
    position: sticky;
    top: calc(var(--nav-height) + 20px);
    padding: 18px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.services-list-label,
.services-detail-kicker {
    display: block;
    margin-bottom: 12px;
    color: var(--accent-red);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.services-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: calc(100vh - 190px);
    overflow: auto;
    padding-right: 2px;
}

.services-list-item {
    width: 100%;
    padding: 14px 14px;
    text-align: left;
    cursor: pointer;
    background: var(--surface-soft);
    border: 1px solid transparent;
    border-radius: var(--radius-sm);
    transition: background var(--transition-speed), border-color var(--transition-speed), transform var(--transition-speed);
}

.services-list-item:hover {
    transform: translateX(2px);
    background: var(--surface);
    border-color: var(--line-strong);
}

.services-list-item:focus-visible {
    outline: 3px solid rgba(9, 20, 127, 0.14);
    outline-offset: 2px;
}

.services-list-item[aria-current="true"] {
    background: var(--surface);
    border-color: rgba(188, 24, 35, 0.35);
    box-shadow: inset 3px 0 0 var(--accent-red);
}

.services-list-title {
    margin: 0;
    color: var(--main-color);
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.35;
}

.services-list-subtitle {
    margin-top: 4px;
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.4;
}

.services-detail-col {
    min-width: 0;
    scroll-margin-top: calc(var(--nav-height) + 24px);
}

.services-detail {
    overflow: hidden;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    scroll-margin-top: calc(var(--nav-height) + 24px);
}

.services-detail-header {
    padding: 30px 30px 24px;
    background: var(--surface);
    border-bottom: 1px solid var(--line);
}

.services-detail-header .services-title {
    margin: 0;
    color: var(--ink);
    font-size: clamp(1.7rem, 2.65vw, 2.35rem);
    font-weight: 700;
    line-height: 1.16;
    text-align: left;
}

.services-detail-header .services-subtitle {
    margin-top: 8px;
    color: var(--muted);
    font-size: 1rem;
}

.services-detail-body {
    max-width: 850px;
    padding: 28px 30px 34px;
    color: var(--ink);
    font-size: 1rem;
    line-height: 1.75;
}

.services-detail-body p {
    margin-bottom: 18px;
}

.services-detail-body h4 {
    margin: 28px 0 8px;
    color: var(--main-color);
    font-size: 1.06rem;
    font-weight: 800;
}

.services-detail-body ul {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 18px 0 22px;
    list-style: none;
}

.services-detail-body li {
    position: relative;
    padding-left: 22px;
    color: var(--muted);
}

.services-detail-body li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 0.78em;
    width: 7px;
    height: 7px;
    background: var(--accent-red);
    transform: rotate(45deg);
}

.services-drawers {
    padding: 0;
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.services-card {
    overflow: hidden;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}

.services-header {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 100%;
    min-height: 78px;
    padding: 18px 20px;
    cursor: pointer;
    align-items: center;
    gap: 14px;
    color: var(--main-color);
    background: transparent;
    border: 0;
}

.services-header:focus-visible {
    outline: 3px solid rgba(9, 20, 127, 0.14);
    outline-offset: -3px;
}

.services-titles--mobile {
    text-align: left;
}

.services-card .services-title {
    margin: 0;
    color: var(--main-color);
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.3;
}

.services-card .services-subtitle {
    margin: 4px 0 0;
    color: var(--muted);
}

.services-chevron {
    color: var(--accent-red);
    font-size: 1.2rem;
    transition: transform var(--transition-speed);
}

.services-card.open .services-chevron {
    transform: rotate(180deg);
}

.services-panel {
    border-top: 1px solid var(--line);
}

.services-panel-inner {
    padding: 18px 20px 22px;
    color: var(--ink);
    font-size: 0.98rem;
    line-height: 1.65;
}

.services-panel-inner h4 {
    margin-top: 20px;
    color: var(--main-color);
    font-size: 1rem;
    font-weight: 800;
}

.services-panel-inner ul {
    padding-left: 20px;
}

.services-collaborators {
    padding: 88px 0 0;
}

.services-logoGrid-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.services-logoGrid-title .section-eyebrow {
    justify-content: center;
}

#services-logoGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
    gap: 14px;
    width: 100%;
}

.services-logo {
    min-height: 104px;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    transition: transform var(--transition-speed), border-color var(--transition-speed), box-shadow var(--transition-speed);
    user-select: none;
    -webkit-user-drag: none;
}

.services-logo:hover {
    transform: translateY(-2px);
    border-color: var(--line-strong);
    box-shadow: var(--shadow-sm);
}

.services-logo img {
    max-width: 100%;
    max-height: 72px;
    object-fit: contain;
    filter: saturate(0.86);
    user-select: none;
    -webkit-user-drag: none;
}

.services-logo-hidden {
    visibility: hidden;
}

@media (max-width: 991.98px) {
    .services-layout-inner {
        grid-template-columns: 1fr;
    }

    .services-list-panel {
        position: static;
    }
}

@media (max-width: 719.98px) {
    .services-page {
        padding-bottom: 58px;
    }

    .services-hero h1 {
        font-size: clamp(1.75rem, 8vw, 2.35rem);
    }

    .services-collaborators {
        padding-top: 58px;
    }

    #services-logoGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .services-logo {
        min-height: 88px;
        padding: 14px;
    }
}


/* Source: ACC 2\src\assets\styles\about.css */

.desktop-only,
.mobile-only {
    display: block;
}

.about-page {
    padding: 0 0 92px;
}

.about-top-block,
.about-bot-block {
    margin-bottom: 34px;
}

.about-hero {
    padding-bottom: 18px;
}

.about-hero .about-title {
    margin: 0;
    font-size: clamp(2rem, 3vw, 2.85rem);
    line-height: 1.12;
}

.about-us-block {
    position: relative;
    padding: 34px 38px;
    overflow: hidden;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.about-us-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, var(--accent-red), var(--secondary-color));
}

.about-us-block p {
    max-width: 980px;
    margin: 0;
    color: var(--ink);
    font-size: 1.03rem;
    line-height: 1.78;
}

.about-us-block p + p {
    margin-top: 18px;
}

.about-why-block {
    margin: 58px 0 22px;
}

.about-why-heading {
    max-width: 880px;
}

.about-why-heading p {
    max-width: 760px;
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.68;
}

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

.about-why-card {
    min-height: 100%;
    padding: 22px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}

.about-why-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 18px;
    color: var(--accent-red);
    background: var(--accent-red-soft);
    border-radius: 50%;
    font-size: 0.78rem;
    font-weight: 800;
}

.about-why-card h3 {
    margin: 0 0 10px;
    color: var(--main-color);
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.25;
}

.about-why-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.64;
}

.about-objectives-heading {
    margin-top: 64px;
}

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

.objective-card {
    position: relative;
    min-height: 100%;
    padding: 24px 24px 26px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}

.objective-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 18px;
    color: var(--accent-red);
    background: var(--accent-red-soft);
    border-radius: 50%;
    font-size: 0.82rem;
    font-weight: 800;
}

.objective-card .subtitle {
    display: block;
    margin-bottom: 12px;
    color: var(--main-color);
    font-size: 1.18rem;
    font-weight: 800;
    line-height: 1.25;
}

.objective-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.98rem;
    line-height: 1.68;
}

.objectives-grid-table {
    width: 100%;
}

@media (max-width: 991.98px) {
    .about-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (max-width: 768px) {
    .about-page {
        padding: 0 0 64px;
    }

    .about-us-block {
        padding: 28px 24px;
    }

    .about-us-block p {
        font-size: 0.98rem;
    }

    .about-why-block {
        margin-top: 42px;
    }

    .about-why-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .about-why-card {
        padding: 20px;
    }

    .about-hero .about-title {
        font-size: clamp(1.75rem, 8vw, 2.35rem);
    }

    .about-objectives-heading {
        margin-top: 44px;
    }

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


/* Source: ACC 2\src\assets\styles\contact.css */

.contact-page {
    padding: 0 0 82px;
}

.contact-hero {
    max-width: 680px;
    padding-bottom: 22px;
}

.contact-hero h1 {
    max-width: 620px;
    font-size: clamp(2rem, 3vw, 2.85rem);
    line-height: 1.12;
}

.contact-hero p {
    max-width: 620px;
    margin-top: 12px;
    font-size: 1rem;
    line-height: 1.62;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(290px, 0.92fr) minmax(0, 1.08fr);
    gap: 24px;
    align-items: start;
}

.contact-left,
.contact-right {
    min-width: 0;
}

.contact-card {
    padding: 22px;
    margin-bottom: 16px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}

.contact-card-muted {
    background:
        linear-gradient(135deg, rgba(9, 20, 127, 0.055), rgba(188, 24, 35, 0.035)),
        var(--surface);
}

.contact-card-title {
    margin: 0 0 18px;
    color: var(--main-color);
    font-size: 1.12rem;
    font-weight: 800;
}

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

.contact-list li {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    align-items: flex-start;
    padding: 0 0 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--line);
}

.contact-list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.contact-list .ci {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: var(--main-color);
    background: var(--surface-blue);
    border: 1px solid rgba(9, 20, 127, 0.12);
    border-radius: var(--radius-sm);
    font-size: 0;
}

.contact-list .ci svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.contact-label {
    margin-bottom: 4px;
    color: var(--main-color);
    font-weight: 800;
}

.contact-value {
    display: block;
    margin: 0;
    color: var(--ink);
    font-size: 0.95rem;
    line-height: 1.55;
}

.contact-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.btn-inline {
    min-height: 34px;
    padding: 6px 12px;
    border-radius: var(--radius-sm);
    font-size: 0.86rem;
    text-decoration: none;
}

.kv {
    display: grid;
    gap: 10px;
    font-size: 0.94rem;
}

.kv-row {
    display: grid;
    grid-template-columns: minmax(130px, 0.85fr) minmax(0, 1fr);
    gap: 14px;
}

.kv-key {
    color: var(--main-color);
    font-weight: 800;
}

.kv-val {
    color: var(--ink);
}

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

.contact-form .form-row {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.contact-form label {
    margin-bottom: 7px;
    color: var(--main-color);
    font-size: 0.92rem;
    font-weight: 800;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 11px 12px;
    color: var(--ink);
    background: var(--field-bg);
    border: 1px solid var(--line-strong);
    border-radius: var(--radius-sm);
    font-size: 0.98rem;
    transition: border-color var(--transition-speed), box-shadow var(--transition-speed);
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: var(--secondary-color);
    outline: none;
    box-shadow: 0 0 0 4px rgba(9, 20, 127, 0.11);
}

.contact-form textarea {
    min-height: 142px;
    resize: vertical;
}

.contact-form .form-actions {
    display: flex;
    justify-content: flex-end;
}

.contact-form .form-actions .btn {
    min-height: 46px;
    padding-left: 18px;
    padding-right: 18px;
}

.contact-form .hp {
    display: none !important;
}

@media (max-width: 991.98px) {
    .contact-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .contact-page {
        padding: 0 0 60px;
    }

    .contact-hero {
        padding-bottom: 18px;
    }

    .contact-hero h1 {
        font-size: clamp(1.75rem, 8vw, 2.35rem);
    }

    .contact-card {
        padding: 20px;
    }

    .contact-list li {
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .contact-list .ci {
        width: 38px;
        height: 38px;
    }

    .kv-row {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .contact-form .form-actions {
        justify-content: stretch;
    }

    .contact-form .form-actions .btn {
        width: 100%;
    }
}


/* Source: ACC 2\src\assets\styles\policy.css */

.policy-page {
    padding: 0 0 92px;
}

.policy-hero {
    max-width: 780px;
    padding-bottom: 24px;
}

.policy-hero h1 {
    font-size: clamp(2rem, 3vw, 2.85rem);
    line-height: 1.12;
}

.policy-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 22px;
    align-items: start;
}

.policy-panel,
.policy-contact-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.policy-panel {
    overflow: hidden;
}

.policy-section {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 22px;
    padding: 28px 34px;
    border-top: 1px solid var(--line);
}

.policy-section:first-child {
    border-top: 0;
}

.policy-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: var(--accent-red);
    background: var(--accent-red-soft);
    border-radius: 50%;
    font-size: 0.82rem;
    font-weight: 800;
}

.policy-section h2 {
    margin: 2px 0 12px;
    color: var(--main-color);
    font-size: 1.16rem;
    font-weight: 800;
    line-height: 1.25;
}

.policy-section p,
.policy-section li,
.policy-details dd {
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.72;
}

.policy-section p {
    margin: 0;
}

.policy-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.policy-list li {
    position: relative;
    padding-left: 22px;
}

.policy-list li::before {
    content: "";
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 8px;
    height: 8px;
    background: var(--accent-red);
    transform: rotate(45deg);
}

.policy-details {
    display: grid;
    gap: 14px;
    margin: 0;
}

.policy-details div {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 18px;
    align-items: baseline;
}

.policy-details dt {
    color: var(--ink);
    font-size: 0.88rem;
    font-weight: 800;
}

.policy-details dd {
    margin: 0;
}

.policy-sidebar {
    position: sticky;
    top: calc(var(--nav-height) + 22px);
}

.policy-contact-card {
    padding: 24px;
}

.policy-contact-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--accent-red);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.policy-contact-label::before {
    content: "";
    width: 22px;
    height: 2px;
    background: var(--accent-red);
}

.policy-contact-card h2 {
    margin: 0 0 12px;
    color: var(--ink);
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.25;
}

.policy-contact-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.68;
}

.policy-contact-action {
    width: 100%;
    margin-top: 20px;
    padding: 12px 16px;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .policy-layout {
        grid-template-columns: 1fr;
    }

    .policy-sidebar {
        position: static;
    }
}

@media (max-width: 768px) {
    .policy-page {
        padding: 0 0 64px;
    }

    .policy-hero {
        padding-bottom: 18px;
    }

    .policy-hero h1 {
        font-size: clamp(1.75rem, 8vw, 2.35rem);
    }

    .policy-section {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 24px 22px;
    }

    .policy-details div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .policy-contact-card {
        padding: 22px;
    }
}


/* Source: ACC 2\src\assets\styles\footer.css */

.footer {
    position: relative;
    padding: 54px 0 34px;
    color: var(--footer-text);
    background: var(--footer-bg);
    border-top: 1px solid var(--line);
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--footer-rule);
    opacity: 0.8;
}

.footer-content {
    display: grid;
    grid-template-columns: minmax(380px, 1.45fr) repeat(3, minmax(140px, 0.62fr));
    gap: 34px;
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-info,
.footer-column {
    text-align: left;
}

.footer-logo a {
    display: inline-block;
}

.footer-logo-img {
    display: block;
    width: 210px;
    max-width: 100%;
}

.footer-logo-img-dark {
    display: none;
}

:root[data-theme="dark"] .footer-logo-img-light {
    display: none;
}

:root[data-theme="dark"] .footer-logo-img-dark {
    display: block;
}

.footer-headline {
    margin-top: 18px;
    margin-bottom: 16px;
}

.footer-headline h5 {
    margin: 0;
    color: var(--footer-heading);
    font-size: 1.1rem;
    font-weight: 800;
}

.footer-social-icons {
    display: flex;
    gap: 14px;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: var(--footer-social-color);
    background: var(--footer-social-bg);
    border: 1px solid var(--footer-social-border);
    border-radius: 50%;
    font-size: 1.1rem;
    text-decoration: none;
    transition: background var(--transition-speed), transform var(--transition-speed);
}

.social-icon:hover {
    color: #fff;
    background: var(--accent-red);
    transform: translateY(-1px);
}

.footer-column h4 {
    margin: 0 0 14px;
    color: var(--footer-heading);
    font-size: 0.95rem;
    font-weight: 800;
    text-transform: uppercase;
}

.footer-column ul {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-column.footer-quick-links ul {
    grid-template-columns: 1fr;
}

.footer-column a {
    color: var(--footer-link);
    text-decoration: none;
}

.footer-column a:hover {
    color: var(--footer-link-hover);
    text-decoration: underline;
}

.footer-bottom {
    max-width: 1180px;
    width: 100%;
    margin: 34px auto 0;
    padding: 20px 20px 0;
    border-top: 1px solid var(--line);
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    color: var(--footer-muted);
    font-size: 0.88rem;
    line-height: 1.5;
}

.footer-newsletter-copy {
    margin: 0 0 12px;
    color: var(--footer-muted);
    font-size: 0.94rem;
    line-height: 1.55;
}

.footer-info .footer-newsletter {
    max-width: 400px;
    margin-bottom: 28px;
}

.footer-newsletter-embed {
    width: min(100%, 400px);
    min-height: 96px;
}

.footer-newsletter-embed iframe {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 900px) {
    .footer-content {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .footer {
        padding: 30px 0 24px;
    }

    .footer-content {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 22px;
        padding: 0 18px;
    }

    .footer-info {
        display: grid;
        grid-column: 1 / -1;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 8px 16px;
        align-items: center;
    }

    .footer-info .footer-newsletter {
        grid-column: 1 / -1;
        grid-row: 1;
        max-width: 100%;
        margin-bottom: 8px;
    }

    .footer-logo {
        grid-column: 1;
        grid-row: 2;
    }

    .footer-logo-img {
        width: 158px;
    }

    .footer-headline {
        grid-column: 1;
        grid-row: 3;
        margin: 0;
    }

    .footer-headline h5 {
        font-size: 0.98rem;
    }

    .footer-social-icons {
        grid-column: 2;
        grid-row: 2 / span 2;
        gap: 8px;
    }

    .social-icon {
        width: 34px;
        height: 34px;
        font-size: 1rem;
    }

    .footer-column h4 {
        margin-bottom: 9px;
        font-size: 0.78rem;
    }

    .footer-column ul {
        gap: 6px;
    }

    .footer-column li,
    .footer-column a {
        font-size: 0.9rem;
        line-height: 1.45;
    }

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

    .footer-contact ul {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        margin-top: 22px;
        padding: 16px 18px 0;
    }

    .footer-bottom p {
        font-size: 0.82rem;
    }
}

/* WordPress template adjustments that preserve the React visual contract. */
.home-service-card-title a,
.services-list-item {
	color: inherit;
	text-decoration: none;
}

.services-list-item {
	display: block;
}

.footer-social-icons svg {
	display: block;
}

/* Brand page */
.brand-page {
    padding: 54px 0 92px;
}

.brand-hero {
    max-width: 900px;
    padding: 36px 0 34px;
}

.brand-hero h1 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(2.45rem, 4.6vw, 5rem);
    font-weight: 700;
    line-height: 1.02;
}

.brand-hero p {
    max-width: 760px;
    margin: 20px 0 0;
    color: var(--muted);
    font-size: 1.08rem;
    line-height: 1.72;
}

.brand-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 26px;
}

.brand-showcase {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 10px 0 58px;
}

.brand-showcase-panel {
    display: grid;
    gap: 18px;
    align-content: center;
    min-height: 238px;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}

.brand-showcase-panel span,
.logo-preview span {
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.brand-showcase-light,
.logo-preview-light {
    background: #ffffff;
}

.brand-showcase-dark,
.logo-preview-dark {
    background: #18263b;
    border-color: rgba(213, 230, 238, 0.24);
}

.brand-showcase-light span,
.logo-preview-light span {
    color: #09147f;
}

.brand-showcase-dark span,
.logo-preview-dark span {
    color: #d5e6ee;
}

.brand-showcase-panel img {
    display: block;
    width: min(100%, 460px);
    max-height: 112px;
    object-fit: contain;
}

.brand-section {
    margin-top: 62px;
}

.brand-section-heading {
    max-width: 790px;
    margin-bottom: 24px;
}

.brand-section-heading h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(1.85rem, 3vw, 3.25rem);
    font-weight: 700;
    line-height: 1.08;
}

.brand-section-heading p {
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.7;
}

.brand-subsection-heading {
    margin-top: 34px;
}

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

.logo-family-card,
.brand-rule,
.swatch-card,
.type-card,
.favicon-strip {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}

.logo-family-card {
    display: grid;
    gap: 18px;
    padding: 20px;
}

.logo-family-copy h3,
.brand-rule h3,
.swatch-card h3 {
    margin: 0;
    color: var(--main-color);
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.25;
}

.logo-family-copy p,
.brand-rule p,
.type-card p {
    margin: 9px 0 0;
    color: var(--muted);
    line-height: 1.62;
}

.logo-use-row {
    display: grid;
    gap: 5px;
    margin-top: 14px;
    padding: 12px;
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
}

.logo-use-row span,
.type-card span {
    color: var(--soft-muted);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.logo-use-row strong {
    color: var(--ink);
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.45;
}

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

.logo-preview {
    display: grid;
    gap: 12px;
    place-items: center;
    min-height: 162px;
    padding: 16px;
    border: 1px dashed var(--line-strong);
    border-radius: var(--radius-sm);
}

.logo-preview img {
    display: block;
    width: 100%;
    max-height: 88px;
    object-fit: contain;
}

.logo-preview-symbol {
    max-width: 140px;
    max-height: 40px;
}

.logo-preview-square {
    max-width: 112px;
    max-height: 112px;
}

.asset-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.code-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 34px;
    padding: 6px 10px;
    color: var(--main-color);
    background: var(--surface-blue);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.code-chip:hover {
    color: var(--secondary-color);
    border-color: var(--line-strong);
}

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

.brand-rule {
    padding: 18px;
}

.favicon-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    padding: 22px;
}

.favicon-strip img {
    flex: 0 0 auto;
    object-fit: contain;
}

.swatch-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 14px;
}

.swatch-card {
    display: grid;
    gap: 12px;
    padding: 14px;
}

.swatch {
    height: 76px;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
}

.type-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.type-card {
    display: grid;
    gap: 10px;
    padding: 20px;
}

.type-card strong {
    color: var(--ink);
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    font-weight: 400;
    line-height: 1.08;
}

:root[data-theme="dark"] .brand-showcase-light,
:root[data-theme="dark"] .logo-preview-light {
    border-color: rgba(9, 20, 127, 0.16);
}

@media (max-width: 992px) {
    .logo-suite-grid,
    .brand-rule-grid,
    .type-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .brand-page {
        padding: 34px 0 64px;
    }

    .brand-hero {
        padding-top: 28px;
    }

    .brand-showcase,
    .logo-suite-grid,
    .brand-rule-grid,
    .type-grid {
        grid-template-columns: 1fr;
    }

    .brand-showcase-panel {
        min-height: 194px;
        padding: 22px;
    }

    .brand-section {
        margin-top: 46px;
    }
}

@media (max-width: 560px) {
    .brand-hero-actions,
    .asset-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .brand-hero-actions .btn,
    .brand-hero-actions .code-chip,
    .asset-actions .code-chip {
        width: 100%;
    }

    .logo-preview-pair {
        grid-template-columns: 1fr;
    }

    .favicon-strip {
        align-items: flex-start;
    }
}


/* Technology and product pages */

.technology-page,
.product-page {
    padding: 0 0 92px;
}

.technology-hero h1 {
    font-size: 3.2rem;
}

.technology-hero-subtitle,
.product-subtitle {
    margin-top: 14px;
    color: var(--main-color);
    font-size: 1.22rem;
    font-weight: 800;
    line-height: 1.4;
}

.technology-page .section-heading p,
.product-page .section-heading p {
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.68;
}

.technology-section,
.product-section {
    margin-top: 64px;
}

.technology-product-featured {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    gap: 28px;
    align-items: stretch;
    padding: 30px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}

.technology-product-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.technology-product-status,
.technology-future-card span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 10px;
    color: var(--accent-red);
    background: var(--accent-red-soft);
    border-radius: var(--radius-sm);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.technology-product-featured h3,
.technology-future-card h3,
.product-card h3,
.product-method h3,
.product-audience-card h3,
.product-license-card h3 {
    margin: 14px 0 0;
    color: var(--ink);
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.25;
}

.technology-product-featured h3 {
    font-size: 2rem;
}

.technology-product-subtitle {
    margin: 8px 0 0;
    color: var(--main-color);
    font-weight: 800;
}

.technology-product-copy > p:not(.technology-product-subtitle) {
    margin: 16px 0 22px;
    max-width: 700px;
    color: var(--muted);
    line-height: 1.7;
}

.technology-feature-board {
    display: grid;
    align-content: start;
    gap: 10px;
    padding: 18px;
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
}

.technology-feature-row {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 48px;
    padding: 10px 12px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
}

.technology-feature-row span,
.product-flow-row span {
    color: var(--accent-red);
    font-size: 0.8rem;
    font-weight: 800;
}

.technology-feature-row strong {
    color: var(--ink);
    font-size: 0.95rem;
    line-height: 1.35;
}

.technology-future-grid,
.product-card-grid,
.product-audience-grid,
.product-license-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.technology-future-card,
.product-card,
.product-audience-card,
.product-license-card {
    padding: 20px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-sm);
}

.technology-future-card p,
.product-card p,
.product-method p,
.product-audience-card p,
.product-license-card p,
.product-info-panel p,
.product-principles p {
    margin: 10px 0 0;
    color: var(--muted);
    line-height: 1.64;
}

.technology-approach,
.technology-cta,
.product-future-link {
    display: grid;
    gap: 28px;
    align-items: center;
    padding: 28px;
    background: var(--surface-blue);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
}

.technology-approach,
.technology-cta {
    margin-top: 64px;
}

.technology-approach {
    grid-template-columns: minmax(320px, 0.68fr) minmax(0, 1fr);
    align-items: start;
}

.technology-approach > p {
    margin-top: 42px;
}

.technology-cta,
.product-future-link {
    grid-template-columns: minmax(0, 1fr) auto;
}

.technology-approach h2,
.technology-cta h2,
.product-future-link h2,
.product-final-cta h2 {
    margin: 0;
    color: var(--ink);
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.16;
}

.technology-approach p,
.technology-cta p,
.product-future-link p,
.product-final-cta p {
    margin: 10px 0 0;
    color: var(--muted);
    line-height: 1.68;
}

.product-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    gap: 34px;
    align-items: stretch;
    padding: 42px 0 26px;
}

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

.product-hero h1 {
    margin: 0;
    color: var(--ink);
    font-size: 3.45rem;
    font-weight: 800;
    line-height: 1.04;
}

.product-hero-copy > p:not(.product-subtitle) {
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 1.08rem;
    line-height: 1.72;
}

.product-proof {
    display: inline-flex;
    margin-top: 18px;
    padding: 10px 12px;
    color: var(--main-color);
    background: var(--surface-blue);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    font-size: 0.9rem;
    font-weight: 800;
}

.product-price-card {
    display: grid;
    gap: 6px;
    max-width: 430px;
    margin-top: 18px;
    padding: 16px 18px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-sm);
}

.product-price-card span {
    color: var(--accent-red);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.product-price-card strong {
    color: var(--ink);
    font-size: 1.65rem;
    font-weight: 800;
    line-height: 1.12;
}

.product-price-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.55;
}

.product-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 24px;
}

.product-secondary-button {
    color: var(--main-color);
    background: var(--surface);
    border-color: var(--line-strong);
}

.product-secondary-button:hover {
    color: var(--secondary-color);
    background: var(--surface-soft);
    border-color: var(--line-strong);
}

.product-gallery-section {
    display: grid;
    grid-template-columns: minmax(280px, 0.46fr) minmax(0, 1fr);
    gap: 30px;
    align-items: center;
    padding: 28px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}

.product-gallery-copy {
    min-width: 0;
}

.product-gallery-copy p {
    margin: 14px 0 0;
    color: var(--muted);
    line-height: 1.68;
}

.product-gallery-controls {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 22px;
}

.product-gallery-nav {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: var(--main-color);
    background: var(--surface);
    border: 1px solid var(--line-strong);
    border-radius: 50%;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 800;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.product-gallery-nav:hover,
.product-gallery-nav:focus-visible {
    color: var(--surface);
    background: var(--main-color);
    border-color: var(--main-color);
}

.product-gallery-counter {
    min-width: 54px;
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 800;
    text-align: center;
}

.product-carousel {
    min-width: 0;
}

.product-carousel:focus-visible {
    outline: 3px solid rgba(0, 29, 140, 0.22);
    outline-offset: 6px;
}

.product-carousel-stage {
    display: grid;
    aspect-ratio: 16 / 10;
    min-height: 320px;
    overflow: hidden;
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
}

.product-carousel-slide {
    display: grid;
    place-items: center;
    min-width: 0;
    min-height: 0;
    margin: 0;
}

.product-carousel-slide[hidden] {
    display: none;
}

.product-carousel-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
}

.product-carousel-dots {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 14px;
}

.product-carousel-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    background: var(--line-strong);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}

.product-carousel-dot.is-active {
    background: var(--main-color);
}

.product-flow-panel {
    align-self: stretch;
    padding: 18px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}

.product-flow-panel-header {
    padding: 12px 14px;
    color: var(--main-color);
    background: var(--surface-blue);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.35;
}

.product-flow-rows {
    display: grid;
    gap: 10px;
    margin-top: 12px;
}

.product-flow-row {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 6px 12px;
    align-items: start;
    padding: 12px;
    border-bottom: 1px solid var(--line);
}

.product-flow-row:last-child {
    border-bottom: 0;
}

.product-flow-row strong {
    color: var(--ink);
    font-size: 0.96rem;
}

.product-flow-row em {
    grid-column: 2;
    color: var(--muted);
    font-size: 0.86rem;
    font-style: normal;
    line-height: 1.45;
}

.product-problem {
    max-width: 900px;
    padding: 28px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}

.product-section h2 {
    margin: 0;
    color: var(--ink);
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.16;
}

.product-problem p {
    margin: 14px 0 0;
    color: var(--muted);
    line-height: 1.7;
}

.product-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-split-section,
.product-outputs,
.product-info-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.product-method-list {
    display: grid;
    gap: 14px;
}

.product-method,
.product-info-panel {
    padding: 22px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-sm);
}

.product-control-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.product-control-item {
    display: grid;
    gap: 8px;
    min-height: 132px;
    padding: 16px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
}

.product-control-item strong {
    color: var(--main-color);
    font-size: 0.95rem;
    line-height: 1.28;
}

.product-control-item span {
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.5;
}

.product-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-output-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.product-output-list li {
    position: relative;
    min-height: 46px;
    padding: 12px 12px 12px 34px;
    color: var(--ink);
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    font-weight: 700;
    line-height: 1.35;
}

.product-output-list li::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 14px;
    width: 8px;
    height: 8px;
    background: var(--accent-red);
    transform: rotate(45deg);
}

.product-principles {
    max-width: 900px;
    padding: 28px;
    background: var(--surface-blue);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
}

.product-future-link {
    background: var(--surface);
    box-shadow: var(--shadow-sm);
}

@media (max-width: 991.98px) {
    .technology-product-featured,
    .product-hero,
    .product-gallery-section,
    .product-split-section,
    .product-outputs {
        grid-template-columns: 1fr;
    }

    .technology-future-grid,
    .product-audience-grid,
    .product-license-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-control-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .technology-page,
    .product-page {
        padding-bottom: 64px;
    }

    .technology-hero h1,
    .product-hero h1 {
        font-size: 2.45rem;
    }

    .technology-product-featured,
    .product-gallery-section,
    .product-problem,
    .product-principles,
    .technology-approach,
    .technology-cta,
    .product-future-link {
        padding: 22px;
    }

    .technology-approach,
    .technology-cta,
    .product-future-link {
        grid-template-columns: 1fr;
    }

    .technology-approach > p {
        margin-top: 10px;
    }

    .technology-future-grid,
    .product-card-grid,
    .product-audience-grid,
    .product-license-grid,
    .product-info-grid,
    .product-output-list {
        grid-template-columns: 1fr;
    }

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

    .product-carousel-stage {
        min-height: 240px;
    }
}

@media (max-width: 560px) {
    .technology-feature-row {
        grid-template-columns: 34px minmax(0, 1fr);
    }

    .product-hero-actions,
    .product-final-cta .product-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .product-hero-actions .btn,
    .technology-cta .btn,
    .product-future-link .btn {
        width: 100%;
    }
}
