:root {
    --brand-950: #03132c;
    --brand-900: #051b3b;
    --brand-850: #08244d;
    --brand-800: #0a3266;
    --brand-700: #075ea8;
    --brand-600: #0879d1;
    --brand-500: #0794ef;
    --brand-400: #36b6ff;
    --brand-300: #79d0ff;
    --brand-100: #e7f5ff;
    --brand-50: #f4fbff;

    --ink-950: #071426;
    --ink-900: #102138;
    --ink-800: #1b3049;
    --ink-700: #334960;
    --ink-600: #52667a;
    --ink-500: #728294;
    --ink-300: #b9c5cf;
    --ink-200: #d8e0e7;
    --ink-100: #edf1f4;
    --ink-50: #f7f9fb;

    --white: #ffffff;
    --success: #197a50;
    --success-soft: #e9f8f1;
    --warning: #a86500;
    --warning-soft: #fff4d9;
    --danger: #ad3030;
    --danger-soft: #fff0f0;

    --body-bg: #ffffff;
    --surface: #ffffff;
    --surface-soft: #f5f9fc;
    --surface-blue: #eef8ff;
    --line: #dbe5ed;
    --line-dark: rgba(255,255,255,.16);

    --font-sans: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --font-display: "Segoe UI Variable Display", "Segoe UI", Inter, Arial, sans-serif;

    --container: 1240px;
    --container-narrow: 880px;
    --header-height: 78px;

    --radius-sm: 10px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-xl: 34px;
    --radius-pill: 999px;

    --shadow-sm: 0 8px 24px rgba(7,20,38,.06);
    --shadow-md: 0 18px 52px rgba(7,20,38,.10);
    --shadow-lg: 0 32px 90px rgba(3,19,44,.18);

    --transition: 180ms ease;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 110px;
}

body {
    margin: 0;
    color: var(--ink-900);
    background: var(--body-bg);
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.mobile-menu-open {
    overflow: hidden;
}

img,
svg {
    display: block;
    max-width: 100%;
}

img {
    height: auto;
}

a {
    color: var(--brand-700);
    text-decoration: none;
    text-underline-offset: 3px;
}

a:hover {
    color: var(--brand-600);
}

button,
input,
select,
textarea {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button {
    color: inherit;
}

:focus-visible {
    outline: 3px solid rgba(7,148,239,.38);
    outline-offset: 3px;
}

::selection {
    color: var(--brand-950);
    background: var(--brand-300);
}

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

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

.skip-link {
    position: fixed;
    z-index: 9999;
    top: 12px;
    left: 12px;
    padding: 10px 16px;
    color: var(--white);
    background: var(--brand-900);
    border-radius: var(--radius-sm);
    transform: translateY(-160%);
    transition: transform var(--transition);
}

.skip-link:focus {
    transform: translateY(0);
}

/* Typography */

h1,
h2,
h3,
h4 {
    margin-top: 0;
    color: var(--ink-950);
    font-family: var(--font-display);
    line-height: 1.14;
    letter-spacing: -.025em;
}

h1 {
    font-size: clamp(2.35rem, 5vw, 5rem);
}

h2 {
    font-size: clamp(1.85rem, 3.4vw, 3.2rem);
}

h3 {
    font-size: clamp(1.15rem, 2vw, 1.45rem);
}

p {
    margin-top: 0;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: var(--brand-700);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.eyebrow::before {
    width: 24px;
    height: 2px;
    content: "";
    background: currentColor;
    border-radius: 2px;
}

.eyebrow-light {
    color: var(--brand-300);
}

.section {
    position: relative;
    padding: clamp(72px, 8vw, 116px) 0;
}

.section-soft {
    background: var(--surface-soft);
}

.section-heading {
    max-width: 790px;
}

.section-heading h2 {
    margin-bottom: 18px;
}

.section-heading p {
    margin: 0;
    color: var(--ink-600);
    font-size: clamp(1rem, 1.6vw, 1.16rem);
}

.section-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 36px;
}

.section-heading-row .section-heading {
    margin-bottom: 0;
}

.section-actions {
    display: flex;
    justify-content: center;
    margin-top: 38px;
}

.mobile-section-link {
    display: none;
    margin-top: 30px;
}

.ui-icon {
    width: 24px;
    height: 24px;
}

.mini-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    vertical-align: -4px;
}

.button-icon,
.link-icon {
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
}

.button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    color: var(--white);
    background: linear-gradient(135deg, var(--brand-700), var(--brand-500));
    border: 1px solid transparent;
    border-radius: var(--radius-sm);
    box-shadow: 0 10px 25px rgba(7,94,168,.20);
    cursor: pointer;
    font-weight: 800;
    line-height: 1.2;
    transition:
        transform var(--transition),
        box-shadow var(--transition),
        background var(--transition),
        border-color var(--transition);
}

.button:hover {
    color: var(--white);
    box-shadow: 0 14px 34px rgba(7,94,168,.28);
    transform: translateY(-2px);
}

.button-outline {
    color: var(--brand-800);
    background: var(--white);
    border-color: var(--line);
    box-shadow: none;
}

.button-outline:hover {
    color: var(--brand-700);
    background: var(--brand-50);
    border-color: var(--brand-300);
}

.button-light {
    color: var(--brand-900);
    background: var(--white);
    box-shadow: 0 16px 38px rgba(0,0,0,.18);
}

.button-light:hover {
    color: var(--brand-800);
    background: var(--brand-50);
}

.button-ghost-light {
    color: var(--white);
    background: rgba(255,255,255,.07);
    border-color: rgba(255,255,255,.28);
    box-shadow: none;
    backdrop-filter: blur(10px);
}

.button-ghost-light:hover {
    color: var(--white);
    background: rgba(255,255,255,.13);
    border-color: rgba(255,255,255,.5);
}

.text-link,
.card-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--brand-700);
    font-weight: 800;
}

.text-link:hover .link-icon,
.card-action:hover .link-icon {
    transform: translateX(4px);
}

.link-icon {
    transition: transform var(--transition);
}

/* Top bar and header */

.site-topbar {
    color: rgba(255,255,255,.78);
    background: var(--brand-950);
    font-size: .78rem;
}

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

.topbar-links {
    display: flex;
    align-items: center;
    gap: 14px;
}

.topbar-links a {
    color: rgba(255,255,255,.84);
}

.topbar-links a:hover,
.topbar-links .is-current {
    color: var(--white);
}

.language-link {
    display: inline-flex;
    min-width: 28px;
    justify-content: center;
    padding: 2px 6px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: var(--radius-pill);
    font-size: .7rem;
    font-weight: 800;
}

.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    background: rgba(255,255,255,.94);
    border-bottom: 1px solid rgba(219,229,237,.85);
    backdrop-filter: blur(18px);
    transition: box-shadow var(--transition), background var(--transition);
}

.site-header.is-scrolled {
    background: rgba(255,255,255,.985);
    box-shadow: var(--shadow-sm);
}

.header-inner {
    display: flex;
    min-height: var(--header-height);
    align-items: center;
    gap: 24px;
}

.brand {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
}

.brand img {
    width: 181px;
    max-height: 48px;
    object-fit: contain;
}

.main-nav {
    min-width: 0;
    margin-left: auto;
}

.desktop-menu-root {
    display: flex;
    align-items: center;
    gap: 2px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.desktop-menu-item {
    position: relative;
}

.desktop-menu-trigger {
    display: flex;
    align-items: center;
}

.desktop-menu-trigger > a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 10px 10px;
    color: var(--ink-800);
    border-radius: var(--radius-sm);
    font-size: .91rem;
    font-weight: 700;
    white-space: nowrap;
}

.desktop-menu-item.is-active > .desktop-menu-trigger > a,
.desktop-menu-trigger > a:hover {
    color: var(--brand-700);
    background: var(--brand-50);
}

.submenu-toggle {
    display: grid;
    width: 24px;
    height: 34px;
    place-items: center;
    margin-left: -7px;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.nav-chevron {
    width: 15px;
    height: 15px;
    transition: transform var(--transition);
}

.desktop-menu-item:hover .nav-chevron,
.desktop-menu-item:focus-within .nav-chevron,
.desktop-menu-item.is-open .nav-chevron {
    transform: rotate(180deg);
}

.mega-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    display: grid;
    width: min(760px, calc(100vw - 40px));
    grid-template-columns: 230px minmax(0,1fr);
    gap: 26px;
    padding: 24px;
    visibility: hidden;
    opacity: 0;
    color: var(--ink-900);
    background: rgba(255,255,255,.99);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    transform: translate(-50%, 10px);
    transition:
        opacity var(--transition),
        visibility var(--transition),
        transform var(--transition);
}

.desktop-menu-item:nth-last-child(-n+3) .mega-menu {
    right: 0;
    left: auto;
    transform: translate(0, 10px);
}

.desktop-menu-item:hover > .mega-menu,
.desktop-menu-item:focus-within > .mega-menu,
.desktop-menu-item.is-open > .mega-menu {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
}

.desktop-menu-item:nth-last-child(-n+3):hover > .mega-menu,
.desktop-menu-item:nth-last-child(-n+3):focus-within > .mega-menu,
.desktop-menu-item:nth-last-child(-n+3).is-open > .mega-menu {
    transform: translate(0, 0);
}

.mega-menu-intro {
    padding: 20px;
    color: var(--white);
    background:
        radial-gradient(circle at 90% 10%, rgba(54,182,255,.45), transparent 38%),
        linear-gradient(145deg, var(--brand-900), var(--brand-700));
    border-radius: var(--radius-md);
}

.mega-menu-intro .eyebrow {
    color: var(--brand-300);
}

.mega-menu-intro p {
    color: rgba(255,255,255,.74);
    font-size: .9rem;
}

.mega-menu-intro .text-link {
    color: var(--white);
    font-size: .86rem;
}

.mega-menu-links {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 6px;
    align-content: start;
}

.mega-menu-link {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 11px;
    color: var(--ink-800);
    border-radius: var(--radius-sm);
}

.mega-menu-link:hover,
.mega-menu-link.is-active {
    color: var(--brand-700);
    background: var(--brand-50);
}

.mega-menu-link-icon {
    display: grid;
    width: 26px;
    height: 26px;
    flex: 0 0 auto;
    place-items: center;
    color: var(--brand-600);
    background: var(--brand-100);
    border-radius: 8px;
}

.mega-menu-link strong {
    display: block;
    font-size: .88rem;
    line-height: 1.35;
}

.mega-menu-link small {
    display: block;
    margin-top: 3px;
    color: var(--ink-500);
    font-size: .76rem;
    line-height: 1.4;
}

.header-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
}

.header-login {
    padding: 10px 4px;
    color: var(--ink-700);
    font-size: .85rem;
    font-weight: 800;
}

.header-cta {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 7px;
    padding: 9px 14px;
    color: var(--white);
    background: var(--brand-800);
    border-radius: var(--radius-sm);
    font-size: .84rem;
    font-weight: 800;
}

.header-cta:hover {
    color: var(--white);
    background: var(--brand-700);
}

.mobile-menu-button,
.mobile-close {
    display: none;
    width: 44px;
    height: 44px;
    place-items: center;
    padding: 0;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    cursor: pointer;
}

.mobile-menu-icon {
    width: 23px;
    height: 23px;
}

.mobile-drawer {
    position: fixed;
    z-index: 500;
    inset: 0;
    display: flex;
    justify-content: flex-end;
    visibility: hidden;
    opacity: 0;
    transition: opacity var(--transition), visibility var(--transition);
}

.mobile-drawer.is-open {
    visibility: visible;
    opacity: 1;
}

.mobile-drawer-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    padding: 0;
    background: rgba(3,19,44,.68);
    border: 0;
    backdrop-filter: blur(5px);
}

.mobile-drawer-panel {
    position: relative;
    width: min(440px, 92vw);
    height: 100%;
    padding: 22px;
    overflow-y: auto;
    background: var(--white);
    box-shadow: var(--shadow-lg);
    transform: translateX(100%);
    transition: transform 240ms ease;
}

.mobile-drawer.is-open .mobile-drawer-panel {
    transform: translateX(0);
}

.mobile-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line);
}

.mobile-drawer-head .brand img {
    width: 160px;
}

.mobile-close {
    display: grid;
}

.mobile-menu-list {
    margin: 0;
    padding: 16px 0;
    list-style: none;
}

.mobile-menu-list a,
.mobile-menu-group summary {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 4px;
    color: var(--ink-900);
    border-bottom: 1px solid var(--ink-100);
    cursor: pointer;
    font-weight: 750;
    list-style: none;
}

.mobile-menu-group summary::-webkit-details-marker {
    display: none;
}

.mobile-menu-list a.is-active {
    color: var(--brand-700);
}

.mobile-chevron {
    width: 18px;
    height: 18px;
    transition: transform var(--transition);
}

.mobile-menu-group[open] .mobile-chevron {
    transform: rotate(180deg);
}

.mobile-menu-children {
    padding: 4px 0 10px 18px;
}

.mobile-menu-children .mobile-menu-list {
    padding: 0;
}

.mobile-menu-children .mobile-menu-list a {
    min-height: 42px;
    color: var(--ink-700);
    font-size: .9rem;
    font-weight: 650;
}

.mobile-menu-all {
    color: var(--brand-700) !important;
    font-size: .85rem;
}

.mobile-drawer-actions {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

/* Footer */

.site-footer {
    position: relative;
    overflow: hidden;
    padding: 76px 0 24px;
    color: rgba(255,255,255,.73);
    background:
        radial-gradient(circle at 10% 5%, rgba(7,148,239,.22), transparent 32%),
        linear-gradient(145deg, var(--brand-950), #071b35 60%, #092a51);
}

.site-footer::after {
    position: absolute;
    right: -120px;
    bottom: -210px;
    width: 420px;
    height: 420px;
    content: "";
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
    box-shadow:
        0 0 0 46px rgba(255,255,255,.025),
        0 0 0 92px rgba(255,255,255,.018);
}

.footer-lead {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 60px;
    align-items: center;
    padding-bottom: 54px;
    border-bottom: 1px solid var(--line-dark);
}

.footer-brand img {
    display: block;
    width: 190px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.footer-brand p {
    max-width: 340px;
    margin: 20px 0 0;
    color: rgba(255,255,255,.66);
    font-size: 1.05rem;
}

.footer-cta {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0 28px;
    align-items: center;
}

.footer-cta .eyebrow,
.footer-cta h2 {
    grid-column: 1;
}

.footer-cta .button {
    grid-column: 2;
    grid-row: 1 / span 2;
}

.footer-cta h2 {
    margin: 0;
    color: var(--white);
    font-size: clamp(1.7rem, 3vw, 2.65rem);
}

.footer-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 30px;
    padding: 52px 0 38px;
}

.footer-grid h3 {
    margin-bottom: 16px;
    color: var(--white);
    font-size: 1rem;
    letter-spacing: 0;
}

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

.footer-links li + li {
    margin-top: 9px;
}

.footer-links a {
    color: rgba(255,255,255,.68);
    font-size: .9rem;
}

.footer-links a:hover {
    color: var(--white);
}

.footer-bottom {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 22px;
    color: rgba(255,255,255,.5);
    border-top: 1px solid var(--line-dark);
    font-size: .78rem;
}

.footer-bottom p {
    margin: 0;
}

/* Shared page elements */

.breadcrumbs {
    margin-bottom: 28px;
    font-size: .8rem;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumbs li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.breadcrumbs li:not(:last-child)::after {
    color: var(--ink-300);
    content: "/";
}

.breadcrumbs a {
    color: var(--ink-600);
}

.breadcrumbs span[aria-current] {
    color: var(--ink-900);
    font-weight: 750;
}

.breadcrumbs-on-dark a,
.breadcrumbs-on-dark span[aria-current] {
    color: rgba(255,255,255,.72);
}

.breadcrumbs-on-dark li:not(:last-child)::after {
    color: rgba(255,255,255,.35);
}

.content-type-pill,
.status-pill,
.detail-meta-pill {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 5px 10px;
    color: var(--brand-800);
    background: var(--brand-100);
    border-radius: var(--radius-pill);
    font-size: .74rem;
    font-weight: 800;
    line-height: 1.1;
}

.content-type-pill-light,
.detail-meta-pill {
    color: var(--white);
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.20);
}

.content-icon {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    color: var(--brand-700);
    background: var(--brand-100);
    border-radius: 15px;
}

.content-icon svg {
    width: 25px;
    height: 25px;
}

/* Home hero */

.home-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(78px, 9vw, 132px) 0 96px;
    color: var(--white);
    background:
        linear-gradient(130deg, var(--brand-950), var(--brand-900) 48%, #06467f);
}

.home-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: .2;
    background-image:
        linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom,black,transparent 90%);
}

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

.home-hero-glow-one {
    top: -160px;
    right: -100px;
    width: 540px;
    height: 540px;
    background: radial-gradient(circle,rgba(7,148,239,.46),transparent 68%);
}

.home-hero-glow-two {
    bottom: -260px;
    left: 20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle,rgba(54,182,255,.20),transparent 70%);
}

.home-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0,1.05fr) minmax(440px,.95fr);
    gap: clamp(44px,7vw,92px);
    align-items: center;
}

.home-hero-copy h1 {
    max-width: 790px;
    margin-bottom: 24px;
    color: var(--white);
    font-size: clamp(2.7rem, 5.6vw, 5.5rem);
    letter-spacing: -.045em;
}

.home-hero-copy > p {
    max-width: 740px;
    margin-bottom: 0;
    color: rgba(255,255,255,.72);
    font-size: clamp(1.05rem,1.7vw,1.27rem);
}

.hero-rich-text {
    color: rgba(255,255,255,.74);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.hero-assurances {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin: 28px 0 0;
    padding: 0;
    color: rgba(255,255,255,.72);
    list-style: none;
    font-size: .84rem;
}

.hero-assurances li {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.assurance-icon {
    width: 17px;
    height: 17px;
    color: var(--brand-300);
}

.hero-visual {
    position: relative;
}

.hero-visual-shell {
    position: relative;
    padding: 14px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.20);
    border-radius: 26px;
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(20px);
    transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
}

.hero-window-bar {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 36px;
    padding: 0 8px;
    color: rgba(255,255,255,.56);
    font-size: .72rem;
}

.hero-window-bar span {
    width: 8px;
    height: 8px;
    background: rgba(255,255,255,.34);
    border-radius: 50%;
}

.hero-window-bar strong {
    margin-left: auto;
    font-weight: 700;
}

.hero-visual-content {
    position: relative;
    min-height: 430px;
    padding: 22px;
    overflow: hidden;
    color: var(--ink-900);
    background:
        radial-gradient(circle at 82% 12%,rgba(7,148,239,.12),transparent 28%),
        var(--white);
    border-radius: 18px;
}

.hero-visual-main {
    width: 76%;
    padding: 24px;
    background: var(--ink-50);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
}

.hero-visual-label {
    display: block;
    margin-bottom: 8px;
    color: var(--brand-700);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hero-visual-main > strong {
    display: block;
    max-width: 310px;
    font-size: 1.15rem;
    line-height: 1.35;
}

.hero-visual-chart {
    display: flex;
    height: 128px;
    align-items: flex-end;
    gap: 10px;
    margin-top: 25px;
    padding: 14px;
    background:
        linear-gradient(var(--ink-100) 1px,transparent 1px);
    background-size: 100% 25%;
    border-bottom: 1px solid var(--ink-200);
}

.hero-visual-chart span {
    width: 16%;
    background: linear-gradient(to top,var(--brand-700),var(--brand-400));
    border-radius: 7px 7px 2px 2px;
}


.chart-bar-1 { height: 42%; }
.chart-bar-2 { height: 62%; }
.chart-bar-3 { height: 54%; }
.chart-bar-4 { height: 78%; }
.chart-bar-5 { height: 91%; }

.hero-visual-card {
    position: absolute;
    display: grid;
    width: 220px;
    grid-template-columns: 42px 1fr;
    gap: 2px 12px;
    align-items: center;
    padding: 15px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: var(--shadow-md);
}

.hero-visual-card .visual-icon {
    display: grid;
    width: 42px;
    height: 42px;
    grid-row: 1 / span 2;
    place-items: center;
    color: var(--brand-700);
    background: var(--brand-100);
    border-radius: 12px;
}

.hero-visual-card .visual-icon svg {
    width: 22px;
    height: 22px;
}

.hero-visual-card > span:not(.visual-icon) {
    color: var(--ink-500);
    font-size: .71rem;
}

.hero-visual-card > strong {
    font-size: .84rem;
    line-height: 1.25;
}

.card-product {
    top: 185px;
    right: 20px;
}

.card-project {
    right: 50px;
    bottom: 30px;
}

.card-infra {
    bottom: 54px;
    left: 22px;
}

/* Home trust */

.trust-strip {
    padding: 52px 0;
    background: var(--white);
    border-bottom: 1px solid var(--line);
}

.trust-strip .section-heading {
    display: flex;
    max-width: none;
    align-items: baseline;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.trust-strip .section-heading .eyebrow {
    display: none;
}

.trust-strip .section-heading h2 {
    margin: 0;
    font-size: clamp(1.35rem,2.2vw,2rem);
}

.trust-strip .section-heading p {
    max-width: 560px;
    font-size: .95rem;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.trust-item {
    display: flex;
    gap: 14px;
    min-height: 124px;
    align-items: center;
    padding: 22px;
}

.trust-item + .trust-item {
    border-left: 1px solid var(--line);
}

.trust-icon {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    place-items: center;
    color: var(--brand-700);
    background: var(--brand-100);
    border-radius: 13px;
}

.trust-icon svg {
    width: 22px;
    height: 22px;
}

.trust-item strong {
    display: block;
    margin-bottom: 5px;
    color: var(--ink-950);
    font-size: .95rem;
}

.trust-item p {
    margin: 0;
    color: var(--ink-500);
    font-size: .79rem;
    line-height: 1.5;
}

/* Work models */

.work-models-section {
    background:
        radial-gradient(circle at 90% 20%,rgba(7,148,239,.08),transparent 27%),
        var(--white);
}

.work-models-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 24px;
    margin-top: 38px;
}

.work-model-card {
    position: relative;
    min-height: 360px;
    padding: clamp(28px,4vw,52px);
    overflow: hidden;
    border-radius: var(--radius-xl);
}

.work-model-card::after {
    position: absolute;
    right: -75px;
    bottom: -75px;
    width: 220px;
    height: 220px;
    content: "";
    border: 1px solid currentColor;
    border-radius: 50%;
    opacity: .10;
    box-shadow:
        0 0 0 34px currentColor,
        0 0 0 68px currentColor;
}

.ready-model {
    color: var(--white);
    background:
        radial-gradient(circle at 85% 10%,rgba(54,182,255,.36),transparent 30%),
        linear-gradient(145deg,var(--brand-950),var(--brand-700));
}

.ready-model h3,
.ready-model .text-link {
    color: var(--white);
}

.ready-model p {
    color: rgba(255,255,255,.72);
}

.custom-model {
    color: var(--brand-800);
    background:
        radial-gradient(circle at 85% 10%,rgba(7,148,239,.13),transparent 32%),
        var(--brand-50);
    border: 1px solid var(--brand-200, #cfeafb);
}

.work-model-icon {
    display: grid;
    width: 66px;
    height: 66px;
    place-items: center;
    margin-bottom: 48px;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 20px;
}

.custom-model .work-model-icon {
    color: var(--brand-700);
    background: var(--white);
    border-color: var(--line);
}

.work-model-icon svg {
    width: 32px;
    height: 32px;
}

.work-model-number {
    position: absolute;
    top: 34px;
    right: 38px;
    font-family: var(--font-display);
    font-size: 3.4rem;
    font-weight: 800;
    line-height: 1;
    opacity: .13;
}

.work-model-card h3 {
    max-width: 500px;
    margin-bottom: 14px;
    font-size: clamp(1.55rem,3vw,2.45rem);
}

.work-model-card p {
    max-width: 560px;
    min-height: 54px;
    margin-bottom: 26px;
}

/* Product cards */

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

.product-showcase-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 24px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition:
        transform var(--transition),
        border-color var(--transition),
        box-shadow var(--transition);
}

.product-showcase-card:hover {
    border-color: var(--brand-300);
    box-shadow: var(--shadow-md);
    transform: translateY(-6px);
}

.product-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 22px;
}

.product-icon {
    color: var(--white);
    background: linear-gradient(145deg,var(--brand-800),var(--brand-500));
}

.card-cover {
    aspect-ratio: 16/10;
    margin: -4px -4px 20px;
    overflow: hidden;
    background: var(--ink-100);
    border-radius: 14px;
}

.card-cover picture,
.card-cover-image {
    width: 100%;
    height: 100%;
}

.card-cover-image {
    object-fit: cover;
}

.product-showcase-card h3 {
    margin-bottom: 12px;
    font-size: 1.22rem;
}

.product-showcase-card h3 a {
    color: var(--ink-950);
}

.product-showcase-card p {
    flex: 1;
    color: var(--ink-600);
    font-size: .91rem;
}

.product-showcase-card .card-action {
    margin-top: 14px;
    font-size: .86rem;
}

/* Solutions */

.solution-icon-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 14px;
    margin-top: 38px;
}

.solution-icon-card {
    display: grid;
    min-height: 136px;
    grid-template-columns: 52px 1fr 20px;
    gap: 14px;
    align-items: center;
    padding: 20px;
    color: var(--ink-900);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    transition:
        background var(--transition),
        border-color var(--transition),
        transform var(--transition);
}

.solution-icon-card:hover {
    color: var(--ink-900);
    background: var(--brand-50);
    border-color: var(--brand-300);
    transform: translateY(-3px);
}

.solution-icon-card strong {
    display: block;
    margin-bottom: 5px;
    line-height: 1.3;
}

.solution-icon-card small {
    display: block;
    color: var(--ink-500);
    font-size: .78rem;
    line-height: 1.45;
}

.solution-arrow {
    width: 19px;
    height: 19px;
    color: var(--brand-600);
    transition: transform var(--transition);
}

.solution-icon-card:hover .solution-arrow {
    transform: translateX(4px);
}

/* Sectors */

.sector-section {
    overflow: hidden;
    color: var(--white);
    background:
        radial-gradient(circle at 12% 14%,rgba(7,148,239,.30),transparent 28%),
        linear-gradient(135deg,var(--brand-950),#082a54);
}

.sector-layout {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: clamp(40px,7vw,90px);
    align-items: center;
}

.sector-section h2 {
    color: var(--white);
}

.sector-section .section-heading p {
    color: rgba(255,255,255,.68);
}

.prose-on-dark,
.prose-on-dark p {
    color: rgba(255,255,255,.68);
}

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

.sector-card {
    display: flex;
    min-height: 168px;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
    color: var(--white);
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.13);
    border-radius: var(--radius-md);
    backdrop-filter: blur(8px);
    transition:
        background var(--transition),
        border-color var(--transition),
        transform var(--transition);
}

.sector-card:hover {
    color: var(--white);
    background: rgba(255,255,255,.12);
    border-color: rgba(255,255,255,.27);
    transform: translateY(-3px);
}

.sector-icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    margin-bottom: 22px;
    color: var(--brand-300);
    background: rgba(255,255,255,.08);
    border-radius: 13px;
}

.sector-icon svg {
    width: 23px;
    height: 23px;
}

.sector-card strong {
    margin-bottom: auto;
    font-size: 1rem;
    line-height: 1.35;
}

.sector-card > span:last-child {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 18px;
    color: rgba(255,255,255,.68);
    font-size: .78rem;
}

/* Projects */

.project-section {
    background: var(--white);
}

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

.project-showcase-card {
    position: relative;
    display: grid;
    min-height: 330px;
    grid-template-columns: 42% 58%;
    overflow: hidden;
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
}

.project-card-number {
    position: absolute;
    z-index: 2;
    top: 16px;
    left: 16px;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    color: var(--white);
    background: rgba(3,19,44,.78);
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 13px;
    backdrop-filter: blur(8px);
    font-size: .8rem;
    font-weight: 800;
}

.project-cover {
    min-height: 100%;
    overflow: hidden;
    background: linear-gradient(145deg,var(--brand-900),var(--brand-600));
}

.project-cover picture,
.project-cover-image {
    width: 100%;
    height: 100%;
}

.project-cover-image {
    object-fit: cover;
    transition: transform 400ms ease;
}

.project-showcase-card:hover .project-cover-image {
    transform: scale(1.04);
}

.project-cover-placeholder {
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 70% 20%,rgba(54,182,255,.46),transparent 30%),
        linear-gradient(145deg,var(--brand-950),var(--brand-700));
}

.project-placeholder-icon {
    width: 86px;
    height: 86px;
    color: rgba(255,255,255,.82);
}

.project-card-body {
    display: flex;
    flex-direction: column;
    padding: 32px;
}

.project-card-body h3 {
    margin-bottom: 12px;
}

.project-card-body h3 a {
    color: var(--ink-950);
}

.project-card-body p {
    flex: 1;
    color: var(--ink-600);
    font-size: .9rem;
}

/* Mobile tools */

.mobile-tools-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 24px;
    margin-top: 38px;
}

.mobile-tool-card {
    display: grid;
    min-height: 350px;
    grid-template-columns: 180px 1fr;
    gap: 32px;
    align-items: center;
    padding: 30px;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 20%,rgba(7,148,239,.11),transparent 32%),
        var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
}

.phone-mockup {
    position: relative;
    display: flex;
    width: 160px;
    height: 290px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: var(--white);
    background:
        radial-gradient(circle at 80% 20%,rgba(54,182,255,.5),transparent 34%),
        linear-gradient(145deg,var(--brand-950),var(--brand-700));
    border: 7px solid var(--ink-950);
    border-radius: 29px;
    box-shadow: var(--shadow-md);
}

.phone-speaker {
    position: absolute;
    top: 10px;
    width: 42px;
    height: 4px;
    background: rgba(255,255,255,.34);
    border-radius: var(--radius-pill);
}

.phone-app-icon {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    margin-bottom: 20px;
    color: var(--brand-800);
    background: var(--white);
    border-radius: 19px;
    box-shadow: 0 16px 28px rgba(0,0,0,.22);
}

.phone-app-icon svg {
    width: 34px;
    height: 34px;
}

.phone-mockup strong {
    font-size: 1rem;
}

.phone-mockup small {
    margin-top: 4px;
    color: rgba(255,255,255,.66);
    font-size: .7rem;
}

.mobile-tool-content h3 {
    margin: 16px 0 12px;
    font-size: 1.5rem;
}

.mobile-tool-content p {
    color: var(--ink-600);
}

/* Service grid */

.service-list-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px;
    margin-top: 38px;
}

.service-list-card {
    display: grid;
    min-height: 118px;
    grid-template-columns: 50px 1fr 22px;
    gap: 15px;
    align-items: center;
    padding: 20px;
    color: var(--ink-900);
    background: var(--white);
    border-bottom: 1px solid var(--line);
    transition: background var(--transition), transform var(--transition);
}

.service-list-card:hover {
    color: var(--ink-900);
    background: var(--brand-50);
    transform: translateX(4px);
}

.service-list-icon {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    color: var(--brand-700);
    background: var(--brand-100);
    border-radius: 14px;
}

.service-list-icon svg {
    width: 25px;
    height: 25px;
}

.service-list-card strong {
    display: block;
    margin-bottom: 5px;
}

.service-list-card small {
    display: block;
    color: var(--ink-500);
    font-size: .8rem;
}

.service-list-arrow {
    width: 20px;
    height: 20px;
    color: var(--brand-600);
}

/* Process */

.process-section {
    background:
        radial-gradient(circle at 100% 0,rgba(7,148,239,.09),transparent 30%),
        var(--surface-soft);
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 18px;
    margin: 38px 0 0;
    padding: 0;
    list-style: none;
    counter-reset: none;
}

.process-card {
    position: relative;
    min-height: 250px;
    padding: 26px;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
}

.process-card::after {
    position: absolute;
    right: -46px;
    bottom: -46px;
    width: 120px;
    height: 120px;
    content: "";
    background: var(--brand-50);
    border-radius: 50%;
}

.process-number {
    position: absolute;
    top: 22px;
    right: 22px;
    color: var(--ink-200);
    font-family: var(--font-display);
    font-size: 2.5rem;
    font-weight: 850;
    line-height: 1;
}

.process-icon {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    margin-bottom: 35px;
    color: var(--white);
    background: linear-gradient(145deg,var(--brand-800),var(--brand-500));
    border-radius: 15px;
}

.process-icon svg {
    width: 25px;
    height: 25px;
}

.process-card h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.process-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--ink-600);
    font-size: .88rem;
}

/* Why */

.why-section {
    background: var(--white);
}

.why-layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: clamp(46px,7vw,92px);
    align-items: center;
}

.why-copy .prose {
    color: var(--ink-600);
}

.why-copy .button {
    margin-top: 20px;
}

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

.why-card {
    min-height: 220px;
    padding: 24px;
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
}

.why-icon {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    margin-bottom: 28px;
    color: var(--brand-700);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 15px;
    box-shadow: var(--shadow-sm);
}

.why-icon svg {
    width: 25px;
    height: 25px;
}

.why-card h3 {
    margin-bottom: 10px;
}

.why-card p {
    margin: 0;
    color: var(--ink-600);
    font-size: .88rem;
}

/* Knowledge */

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

.knowledge-card {
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.knowledge-cover {
    display: grid;
    aspect-ratio: 16/9;
    place-items: center;
    overflow: hidden;
    background: linear-gradient(145deg,var(--brand-900),var(--brand-600));
}

.knowledge-cover picture,
.knowledge-cover-image {
    width: 100%;
    height: 100%;
}

.knowledge-cover-image {
    object-fit: cover;
}

.knowledge-placeholder-icon {
    width: 64px;
    height: 64px;
    color: rgba(255,255,255,.82);
}

.knowledge-card-body {
    padding: 24px;
}

.knowledge-card-body h3 {
    margin-bottom: 12px;
}

.knowledge-card-body h3 a {
    color: var(--ink-950);
}

.knowledge-card-body p {
    color: var(--ink-600);
    font-size: .9rem;
}

.knowledge-card-body small {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--ink-500);
}

/* FAQ */

.faq-section {
    background: var(--white);
}

.faq-layout {
    display: grid;
    grid-template-columns: .65fr 1.35fr;
    gap: clamp(44px,7vw,96px);
    align-items: start;
}

.faq-list {
    border-top: 1px solid var(--line);
}

.faq-item {
    border-bottom: 1px solid var(--line);
}

.faq-item summary {
    display: flex;
    min-height: 78px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 0;
    color: var(--ink-950);
    cursor: pointer;
    font-weight: 800;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-chevron {
    width: 21px;
    height: 21px;
    flex: 0 0 auto;
    color: var(--brand-600);
    transition: transform var(--transition);
}

.faq-item[open] .faq-chevron {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 42px 22px 0;
    color: var(--ink-600);
}

.faq-answer > :last-child {
    margin-bottom: 0;
}

/* Final CTA */

.final-cta-section {
    padding: 0 0 clamp(72px,8vw,110px);
    background: var(--white);
}

.final-cta-card,
.listing-cta-card,
.detail-bottom-cta-card {
    position: relative;
    display: flex;
    min-height: 260px;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: clamp(34px,6vw,72px);
    overflow: hidden;
    color: var(--white);
    background:
        radial-gradient(circle at 88% 15%,rgba(54,182,255,.38),transparent 30%),
        linear-gradient(135deg,var(--brand-950),var(--brand-700));
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
}

.final-cta-card::after,
.listing-cta-card::after,
.detail-bottom-cta-card::after {
    position: absolute;
    right: -110px;
    bottom: -170px;
    width: 360px;
    height: 360px;
    content: "";
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
    box-shadow:
        0 0 0 46px rgba(255,255,255,.03),
        0 0 0 92px rgba(255,255,255,.02);
}

.final-cta-card h2,
.listing-cta-card h2,
.detail-bottom-cta-card h2 {
    max-width: 760px;
    margin-bottom: 12px;
    color: var(--white);
}

.final-cta-card p,
.detail-bottom-cta-card p {
    max-width: 760px;
    margin: 0;
    color: rgba(255,255,255,.70);
}

.final-cta-actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 10px;
}

/* Listing pages */

.page-hero {
    padding: 54px 0 78px;
    background:
        radial-gradient(circle at 85% 12%,rgba(7,148,239,.13),transparent 28%),
        linear-gradient(180deg,var(--brand-50),var(--white));
    border-bottom: 1px solid var(--line);
}

.listing-hero-grid,
.form-hero-grid {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 50px;
    align-items: end;
}

.page-hero h1 {
    max-width: 900px;
    margin-bottom: 18px;
    font-size: clamp(2.35rem,5vw,4.6rem);
}

.page-hero p {
    max-width: 780px;
    margin: 0;
    color: var(--ink-600);
    font-size: clamp(1rem,1.7vw,1.18rem);
}

.listing-count-card {
    display: grid;
    min-width: 150px;
    min-height: 130px;
    place-items: center;
    align-content: center;
    padding: 20px;
    color: var(--white);
    background: linear-gradient(145deg,var(--brand-900),var(--brand-600));
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    text-align: center;
}

.listing-count-card strong {
    font-family: var(--font-display);
    font-size: 2.8rem;
    line-height: 1;
}

.listing-count-card span {
    margin-top: 8px;
    color: rgba(255,255,255,.68);
    font-size: .77rem;
}

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

.listing-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition:
        transform var(--transition),
        box-shadow var(--transition),
        border-color var(--transition);
}

.listing-card:hover {
    border-color: var(--brand-300);
    box-shadow: var(--shadow-md);
    transform: translateY(-5px);
}

.listing-card-media {
    display: grid;
    aspect-ratio: 16/9;
    place-items: center;
    overflow: hidden;
    background: linear-gradient(145deg,var(--brand-950),var(--brand-600));
}

.listing-card-media picture,
.listing-card-image {
    width: 100%;
    height: 100%;
}

.listing-card-image {
    object-fit: cover;
    transition: transform 400ms ease;
}

.listing-card:hover .listing-card-image {
    transform: scale(1.04);
}

.listing-card-placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    background:
        radial-gradient(circle at 80% 18%,rgba(54,182,255,.4),transparent 32%),
        linear-gradient(145deg,var(--brand-950),var(--brand-700));
}

.listing-placeholder-icon {
    width: 70px;
    height: 70px;
    color: rgba(255,255,255,.84);
}

.listing-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 25px;
}

.listing-card-meta {
    display: flex;
    min-height: 30px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.listing-card-meta small {
    color: var(--ink-500);
    font-size: .73rem;
    text-align: right;
}

.listing-card h2 {
    margin-bottom: 12px;
    font-size: 1.27rem;
}

.listing-card h2 a {
    color: var(--ink-950);
}

.listing-card p {
    flex: 1;
    color: var(--ink-600);
    font-size: .9rem;
}

.listing-card .card-action {
    margin-top: 10px;
    font-size: .85rem;
}

.empty-state {
    max-width: 680px;
    margin-inline: auto;
    padding: 60px 30px;
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    text-align: center;
}

.empty-state-icon {
    display: grid;
    width: 76px;
    height: 76px;
    place-items: center;
    margin: 0 auto 24px;
    color: var(--brand-700);
    background: var(--brand-100);
    border-radius: 22px;
}

.empty-state-icon svg {
    width: 36px;
    height: 36px;
}

.empty-state h2 {
    font-size: 1.7rem;
}

.empty-state p {
    color: var(--ink-600);
}

.listing-cta {
    padding: 0 0 clamp(72px,8vw,110px);
}

.listing-cta-card {
    min-height: 220px;
}

.listing-cta-card h2 {
    margin: 0;
    font-size: clamp(1.7rem,3vw,2.7rem);
}

/* Detail hero */

.detail-hero {
    position: relative;
    overflow: hidden;
    padding: 42px 0 84px;
    color: var(--white);
    background:
        radial-gradient(circle at 82% 12%,rgba(7,148,239,.34),transparent 31%),
        linear-gradient(135deg,var(--brand-950),var(--brand-800) 60%,#075896);
}

.detail-hero-pattern {
    position: absolute;
    inset: 0;
    opacity: .16;
    background-image:
        linear-gradient(rgba(255,255,255,.10) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.10) 1px,transparent 1px);
    background-size: 58px 58px;
    mask-image: linear-gradient(to bottom,black,transparent);
}

.detail-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0,1.05fr) minmax(380px,.95fr);
    gap: clamp(42px,7vw,86px);
    align-items: center;
}

.detail-kicker-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
}

.detail-hero-copy h1 {
    max-width: 860px;
    margin-bottom: 22px;
    color: var(--white);
    font-size: clamp(2.35rem,5vw,4.8rem);
}

.detail-hero-copy > p {
    max-width: 760px;
    margin-bottom: 0;
    color: rgba(255,255,255,.72);
    font-size: clamp(1rem,1.6vw,1.2rem);
}

.hero-meta-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-top: 22px;
    color: rgba(255,255,255,.68);
    font-size: .83rem;
}

.hero-meta-list span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.detail-cover-frame {
    padding: 10px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(10px);
}

.detail-cover-frame picture,
.detail-cover-image {
    width: 100%;
}

.detail-cover-image {
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 25px;
}

.detail-icon-visual {
    position: relative;
    display: grid;
    min-height: 430px;
    place-items: center;
}

.detail-icon-ring {
    position: absolute;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 50%;
}

.ring-one {
    width: 310px;
    height: 310px;
}

.ring-two {
    width: 410px;
    height: 410px;
    border-color: rgba(255,255,255,.08);
}

.detail-main-icon {
    position: relative;
    z-index: 2;
    display: grid;
    width: 160px;
    height: 160px;
    place-items: center;
    color: var(--brand-800);
    background: var(--white);
    border-radius: 46px;
    box-shadow: var(--shadow-lg);
    transform: rotate(-4deg);
}

.detail-main-svg {
    width: 76px;
    height: 76px;
}

.detail-float-card {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 12px 15px;
    color: var(--white);
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.20);
    border-radius: 13px;
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(12px);
    font-size: .79rem;
    font-weight: 750;
}

.float-card-one {
    top: 72px;
    right: 10px;
}

.float-card-two {
    bottom: 68px;
    left: 0;
}

/* Detail content */

.detail-layout {
    display: grid;
    grid-template-columns: minmax(0,1fr) 330px;
    gap: 42px;
    padding-top: 64px;
    padding-bottom: 92px;
    align-items: start;
}

.detail-main {
    min-width: 0;
}

.content-section {
    margin-bottom: 28px;
    padding: clamp(26px,4vw,48px);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.content-section > :last-child {
    margin-bottom: 0;
}

.section-tinted {
    background: var(--surface-soft);
}

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

.content-section-heading h2 {
    margin-bottom: 12px;
    font-size: clamp(1.7rem,3vw,2.45rem);
}

.content-section-heading p {
    color: var(--ink-600);
}

.prose-content {
    color: var(--ink-800);
    font-size: 1.02rem;
}

.prose-content > :first-child {
    margin-top: 0;
}

.prose-content > :last-child {
    margin-bottom: 0;
}

.prose-content h2 {
    margin-top: 1.8em;
    margin-bottom: .65em;
    font-size: clamp(1.55rem,2.6vw,2.1rem);
    scroll-margin-top: 115px;
}

.prose-content h3 {
    margin-top: 1.55em;
    margin-bottom: .55em;
    scroll-margin-top: 115px;
}

.prose-content p,
.prose-content li {
    color: var(--ink-700);
}

.prose-content a {
    text-decoration: underline;
}

.prose-content ul,
.prose-content ol {
    padding-left: 1.3em;
}

.prose-content blockquote {
    margin: 28px 0;
    padding: 18px 22px;
    color: var(--ink-800);
    background: var(--brand-50);
    border-left: 4px solid var(--brand-500);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.prose-content table {
    width: 100%;
    border-collapse: collapse;
}

.prose-content th,
.prose-content td {
    padding: 12px;
    border: 1px solid var(--line);
    text-align: left;
}

.article-meta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
    padding: 20px 24px;
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
}

.article-meta-card .eyebrow {
    display: block;
    margin-bottom: 3px;
}

.tag-list,
.article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.tag-list span,
.article-tags span {
    padding: 5px 10px;
    color: var(--brand-800);
    background: var(--brand-100);
    border-radius: var(--radius-pill);
    font-size: .75rem;
    font-weight: 700;
}

.article-tags {
    align-items: center;
    margin-top: 24px;
    padding: 20px;
    border-top: 1px solid var(--line);
}

/* Features and modules */

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

.feature-card {
    position: relative;
    min-height: 210px;
    padding: 24px;
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
}

.feature-card.is-highlighted {
    color: var(--white);
    background: linear-gradient(145deg,var(--brand-900),var(--brand-700));
    border-color: transparent;
}

.feature-card.is-highlighted h3,
.feature-card.is-highlighted p {
    color: var(--white);
}

.feature-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    margin-bottom: 28px;
    color: var(--brand-700);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 14px;
}

.feature-icon svg {
    width: 24px;
    height: 24px;
}

.feature-card h3 {
    margin-bottom: 10px;
}

.feature-card p {
    margin: 0;
    color: var(--ink-600);
    font-size: .88rem;
}

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

.module-card {
    display: flex;
    gap: 14px;
    padding: 19px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
}

.module-check {
    display: grid;
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    place-items: center;
    color: var(--success);
    background: var(--success-soft);
    border-radius: 9px;
}

.module-check svg {
    width: 17px;
    height: 17px;
}

.module-card h3 {
    margin-bottom: 6px;
    font-size: 1rem;
}

.module-card p {
    margin: 0;
    color: var(--ink-600);
    font-size: .82rem;
}

/* Pricing */

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 16px;
    align-items: stretch;
}

.pricing-card {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 24px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
}

.pricing-card.is-featured {
    color: var(--white);
    background:
        radial-gradient(circle at 90% 10%,rgba(54,182,255,.34),transparent 30%),
        linear-gradient(145deg,var(--brand-950),var(--brand-700));
    border-color: transparent;
    box-shadow: var(--shadow-md);
}

.pricing-card.is-featured h3,
.pricing-card.is-featured p,
.pricing-card.is-featured li,
.pricing-card.is-featured .pricing-value span {
    color: var(--white);
}

.pricing-featured-label {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 5px 9px;
    color: var(--brand-900);
    background: var(--brand-300);
    border-radius: var(--radius-pill);
    font-size: .7rem;
    font-weight: 850;
}

.pricing-card h3 {
    margin: 18px 0 8px;
    font-size: 1.3rem;
}

.pricing-card > p {
    min-height: 50px;
    color: var(--ink-600);
    font-size: .84rem;
}

.pricing-value {
    display: flex;
    min-height: 76px;
    flex-direction: column;
    justify-content: center;
    margin: 18px 0;
    padding: 15px 0;
    border-top: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    border-color: rgba(82,102,122,.18);
}

.pricing-card.is-featured .pricing-value {
    border-color: rgba(255,255,255,.17);
}

.pricing-value strong {
    font-family: var(--font-display);
    font-size: 1.75rem;
    line-height: 1.1;
}

.pricing-value span {
    margin-top: 5px;
    color: var(--ink-500);
    font-size: .74rem;
}

.pricing-specs,
.sidebar-check-list {
    display: grid;
    gap: 9px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    color: var(--ink-700);
    font-size: .82rem;
}

.pricing-specs li,
.sidebar-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.pricing-specs .mini-icon,
.sidebar-check-list .mini-icon {
    color: var(--success);
}

.pricing-card.is-featured .pricing-specs .mini-icon {
    color: var(--brand-300);
}

.pricing-card .button {
    width: 100%;
    margin-top: auto;
}

/* Tables and trial */

.responsive-table {
    overflow-x: auto;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
}

.data-table {
    width: 100%;
    border-collapse: collapse;
}

.data-table th,
.data-table td {
    padding: 15px 17px;
    border-bottom: 1px solid var(--line);
    text-align: left;
    vertical-align: top;
}

.data-table th {
    color: var(--ink-600);
    background: var(--surface-soft);
    font-size: .76rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.data-table tr:last-child td {
    border-bottom: 0;
}

.data-table td:last-child {
    white-space: nowrap;
    font-weight: 800;
}

.free-label {
    display: inline-flex;
    padding: 4px 8px;
    color: var(--success);
    background: var(--success-soft);
    border-radius: var(--radius-pill);
    font-size: .74rem;
}

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

.trial-grid article {
    display: flex;
    min-height: 130px;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
}

.trial-grid strong {
    color: var(--brand-700);
    font-family: var(--font-display);
    font-size: 1.85rem;
    line-height: 1;
}

.trial-grid span {
    margin-top: 8px;
    font-weight: 800;
}

.trial-grid small {
    margin-top: 5px;
    color: var(--ink-500);
}

/* Project details */

.project-facts-grid,
.metric-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 12px;
}

.project-facts-grid article,
.metric-card {
    display: flex;
    min-height: 130px;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
}

.project-facts-grid span {
    color: var(--ink-500);
    font-size: .74rem;
}

.project-facts-grid strong {
    margin-top: 6px;
    font-size: .96rem;
}

.metric-card strong {
    color: var(--brand-700);
    font-family: var(--font-display);
    font-size: 1.85rem;
    line-height: 1;
}

.metric-card span {
    margin-top: 10px;
    font-weight: 800;
}

.metric-card small {
    margin-top: 5px;
    color: var(--ink-500);
}

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

.integration-card {
    min-height: 180px;
    padding: 22px;
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
}

.integration-card > span {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    margin-bottom: 25px;
    color: var(--brand-700);
    background: var(--white);
    border-radius: 13px;
}

.integration-card > span svg {
    width: 23px;
    height: 23px;
}

.integration-card h3 {
    margin-bottom: 8px;
}

.integration-card p {
    margin: 0;
    color: var(--ink-600);
    font-size: .84rem;
}

/* Gallery and documents */

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

.detail-gallery figure {
    margin: 0;
    overflow: hidden;
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
}

.detail-gallery figure.gallery-featured {
    grid-column: 1 / -1;
}

.detail-gallery picture,
.detail-gallery-image {
    width: 100%;
}

.detail-gallery-image {
    aspect-ratio: 16/10;
    object-fit: cover;
}

.detail-gallery figcaption {
    padding: 12px 15px;
    color: var(--ink-600);
    font-size: .8rem;
}

.document-list {
    display: grid;
    gap: 10px;
}

.document-list a {
    display: grid;
    grid-template-columns: 42px 1fr 22px;
    gap: 13px;
    align-items: center;
    padding: 15px;
    color: var(--ink-900);
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
}

.document-list a > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--brand-700);
    background: var(--brand-100);
    border-radius: 11px;
}

.document-list a > span svg {
    width: 22px;
    height: 22px;
}

.document-download {
    width: 20px;
    height: 20px;
    color: var(--brand-600);
}

/* Reviews */

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

.review-card {
    position: relative;
    min-height: 280px;
    padding: 26px;
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
}

.review-quote {
    position: absolute;
    top: 22px;
    right: 22px;
    color: var(--brand-200, #c8eaff);
}

.review-quote svg {
    width: 42px;
    height: 42px;
}

.review-stars {
    color: #dc9200;
    letter-spacing: .08em;
}

.review-card blockquote {
    margin: 28px 0;
    color: var(--ink-700);
    font-size: .96rem;
}

.review-card footer {
    display: flex;
    flex-direction: column;
}

.review-card footer span,
.review-card footer small {
    color: var(--ink-500);
    font-size: .78rem;
}

/* Sidebar */

.detail-sidebar {
    position: sticky;
    top: 110px;
    display: grid;
    gap: 18px;
}

.sidebar-card {
    padding: 24px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.sidebar-card h2 {
    margin-bottom: 12px;
    font-size: 1.3rem;
}

.sidebar-card p {
    color: var(--ink-600);
    font-size: .86rem;
}

.sidebar-card .button {
    width: 100%;
}

.sidebar-card .button + .button {
    margin-top: 9px;
}

.sidebar-icon {
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    margin-bottom: 28px;
    color: var(--white);
    background: linear-gradient(145deg,var(--brand-900),var(--brand-500));
    border-radius: 16px;
}

.sidebar-icon svg {
    width: 28px;
    height: 28px;
}

.article-toc-card ol {
    display: grid;
    gap: 8px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.article-toc-card li.toc-level-3 {
    padding-left: 15px;
}

.article-toc-card a {
    color: var(--ink-600);
    font-size: .8rem;
}

.article-toc-card a:hover,
.article-toc-card a.is-active {
    color: var(--brand-700);
}

.detail-bottom-cta {
    padding: 0 0 90px;
}

.detail-bottom-cta-card {
    min-height: 230px;
}

/* Compatibility utilities */

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

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

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

.card {
    padding: 24px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}

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

.clean-list li {
    padding: 9px 0;
    border-bottom: 1px solid var(--line);
}

.badge {
    display: inline-flex;
    padding: 5px 10px;
    color: var(--brand-800);
    background: var(--brand-100);
    border-radius: var(--radius-pill);
    font-size: .75rem;
    font-weight: 800;
}

.package-price {
    color: var(--brand-700);
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 850;
}

/* Responsive */


@media (max-width: 1200px) {
    .main-nav,
    .header-cta,
    .header-search-button {
        display: none;
    }

    .header-inner {
        min-height: 70px;
    }

    .header-actions {
        margin-left: auto;
    }

    .mobile-menu-button {
        display: grid;
    }
}

@media (max-width: 1180px) {
    .desktop-menu-trigger > a {
        padding-inline: 7px;
        font-size: .84rem;
    }

    .header-cta {
        padding-inline: 11px;
    }

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

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

    .trust-item:nth-child(3) {
        border-left: 0;
        border-top: 1px solid var(--line);
    }

    .trust-item:nth-child(4) {
        border-top: 1px solid var(--line);
    }

    .project-showcase-card {
        grid-template-columns: 38% 62%;
    }

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

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

@media (max-width: 1040px) {
    .site-topbar,
    .main-nav,
    .header-cta {
        display: none;
    }

    .header-inner {
        min-height: 70px;
    }

    .header-actions {
        margin-left: auto;
    }

    .mobile-menu-button {
        display: grid;
    }

    .home-hero-grid,
    .detail-hero-grid {
        grid-template-columns: 1fr;
    }

    .home-hero-copy {
        max-width: 820px;
    }

    .hero-visual {
        width: min(680px,100%);
        margin-inline: auto;
    }

    .hero-visual-shell {
        transform: none;
    }

    .sector-layout,
    .why-layout,
    .faq-layout {
        grid-template-columns: 1fr;
    }

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

    .mobile-tools-grid {
        grid-template-columns: 1fr;
    }

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

    .detail-sidebar {
        position: static;
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .article-toc-card {
        display: none;
    }

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

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

    .footer-cta .button {
        grid-column: 1;
        grid-row: auto;
        justify-self: start;
        margin-top: 20px;
    }
}

@media (max-width: 820px) {
    .container {
        width: min(100% - 28px,var(--container));
    }

    .section {
        padding: 70px 0;
    }

    .section-heading-row {
        display: block;
    }

    .desktop-section-link {
        display: none;
    }

    .mobile-section-link {
        display: block;
    }

    .home-hero {
        padding: 66px 0 72px;
    }

    .home-hero-copy h1 {
        font-size: clamp(2.5rem,12vw,4.4rem);
    }

    .hero-visual-content {
        min-height: 390px;
    }

    .trust-strip .section-heading {
        display: block;
    }

    .trust-strip .section-heading p {
        margin-top: 10px;
    }

    .work-models-grid,
    .sector-card-grid,
    .why-grid,
    .knowledge-card-grid,
    .listing-grid,
    .feature-grid,
    .module-grid,
    .integration-grid,
    .review-grid {
        grid-template-columns: 1fr;
    }

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

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

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

    .project-cover {
        min-height: 230px;
    }

    .mobile-tool-card {
        grid-template-columns: 150px 1fr;
    }

    .phone-mockup {
        width: 140px;
        height: 255px;
    }

    .listing-hero-grid,
    .form-hero-grid {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .listing-count-card {
        display: inline-grid;
        min-width: 130px;
        min-height: 100px;
        justify-self: start;
    }

    .pricing-grid,
    .trial-grid {
        grid-template-columns: 1fr;
    }

    .detail-sidebar {
        grid-template-columns: 1fr;
    }

    .detail-gallery {
        grid-template-columns: 1fr;
    }

    .detail-gallery figure.gallery-featured {
        grid-column: auto;
    }

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

    .final-cta-card,
    .listing-cta-card,
    .detail-bottom-cta-card {
        display: block;
    }

    .final-cta-actions {
        align-items: flex-start;
        margin-top: 24px;
    }

    .listing-cta-card .button,
    .detail-bottom-cta-card .button {
        margin-top: 24px;
    }
}


@media (max-width: 480px) {
    .header-login {
        display: none;
    }

    .header-actions {
        gap: 8px;
    }
}

@media (max-width: 560px) {
    .brand img {
        width: 154px;
    }

    .home-hero-copy h1,
    .detail-hero-copy h1,
    .page-hero h1 {
        font-size: clamp(2.25rem,11vw,3.3rem);
    }

    .hero-actions,
    .final-cta-actions {
        display: grid;
        width: 100%;
    }

    .hero-actions .button,
    .final-cta-actions .button {
        width: 100%;
    }

    .hero-assurances {
        display: grid;
    }

    .hero-visual-content {
        min-height: 420px;
        padding: 15px;
    }

    .hero-visual-main {
        width: 100%;
    }

    
.chart-bar-1 { height: 42%; }
.chart-bar-2 { height: 62%; }
.chart-bar-3 { height: 54%; }
.chart-bar-4 { height: 78%; }
.chart-bar-5 { height: 91%; }

.hero-visual-card {
        width: 200px;
    }

    .card-product {
        top: 205px;
        right: 10px;
    }

    .card-project {
        right: 10px;
        bottom: 18px;
    }

    .card-infra {
        bottom: 74px;
        left: 10px;
    }

    .trust-grid,
    .product-showcase-grid,
    .solution-icon-grid,
    .process-grid {
        grid-template-columns: 1fr;
    }

    .trust-item + .trust-item {
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .work-model-card {
        min-height: 330px;
        padding: 28px;
    }

    .solution-icon-card {
        grid-template-columns: 48px 1fr 18px;
    }

    .mobile-tool-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .phone-mockup {
        margin-inline: auto;
    }

    .mobile-tool-content .text-link {
        justify-content: center;
    }

    .detail-icon-visual {
        min-height: 330px;
    }

    .ring-one {
        width: 230px;
        height: 230px;
    }

    .ring-two {
        width: 310px;
        height: 310px;
    }

    .detail-main-icon {
        width: 128px;
        height: 128px;
        border-radius: 36px;
    }

    .detail-main-svg {
        width: 58px;
        height: 58px;
    }

    .float-card-one {
        top: 42px;
    }

    .float-card-two {
        bottom: 38px;
    }

    .content-section {
        padding: 24px 20px;
    }

    .article-meta-card {
        display: block;
    }

    .article-meta-card .tag-list {
        margin-top: 14px;
    }

    .project-facts-grid,
    .metric-grid {
        grid-template-columns: 1fr;
    }

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

    .footer-bottom {
        display: block;
    }

    .footer-bottom p + p {
        margin-top: 5px;
    }

    .final-cta-card,
    .listing-cta-card,
    .detail-bottom-cta-card {
        padding: 32px 24px;
        border-radius: var(--radius-lg);
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media print {
    .site-topbar,
    .site-header,
    .site-footer,
    .detail-sidebar,
    .detail-bottom-cta,
    .listing-cta,
    .hero-actions,
    .final-cta-section {
        display: none !important;
    }

    body {
        color: #000;
        background: #fff;
    }

    .detail-hero {
        padding: 20px 0;
        color: #000;
        background: #fff;
    }

    .detail-hero-copy h1,
    .detail-hero-copy > p {
        color: #000;
    }

    .detail-hero-media {
        display: none;
    }

    .detail-layout {
        display: block;
        padding: 20px 0;
    }

    .content-section {
        break-inside: avoid;
        box-shadow: none;
    }
}
/* Aşama 03D-F: Search, consent and measurement UI */

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

body.search-dialog-open,
body.consent-modal-open {
    overflow: hidden;
}

.header-search-button {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    padding: 0;
    color: var(--ink-700);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition:
        color var(--transition),
        background var(--transition),
        border-color var(--transition);
}

.header-search-button:hover {
    color: var(--brand-700);
    background: var(--brand-50);
    border-color: var(--brand-300);
}

.header-search-icon {
    width: 20px;
    height: 20px;
}

.mobile-search-form {
    display: grid;
    grid-template-columns: 22px 1fr 38px;
    gap: 8px;
    align-items: center;
    margin: 18px 0 4px;
    padding: 8px 9px 8px 13px;
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
}

.mobile-search-form input {
    min-width: 0;
    padding: 7px 0;
    background: transparent;
    border: 0;
    outline: 0;
}

.mobile-search-form button {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: var(--white);
    background: var(--brand-800);
    border: 0;
    border-radius: 9px;
    cursor: pointer;
}

.mobile-search-icon {
    width: 19px;
    height: 19px;
    color: var(--brand-700);
}

/* Search dialog */

.search-dialog {
    position: fixed;
    z-index: 520;
    inset: 0;
    display: grid;
    align-items: start;
    justify-items: center;
    padding: clamp(70px,10vh,120px) 20px 30px;
    visibility: hidden;
    opacity: 0;
    transition: opacity var(--transition), visibility var(--transition);
}

.search-dialog.is-open {
    visibility: visible;
    opacity: 1;
}

.search-dialog-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    padding: 0;
    background: rgba(3,19,44,.76);
    border: 0;
    backdrop-filter: blur(8px);
}

.search-dialog-panel {
    position: relative;
    z-index: 1;
    width: min(820px,100%);
    padding: clamp(26px,4vw,42px);
    background: var(--white);
    border: 1px solid rgba(255,255,255,.32);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
    transform: translateY(-16px);
    transition: transform 220ms ease;
}

.search-dialog.is-open .search-dialog-panel {
    transform: translateY(0);
}

.search-dialog-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.search-dialog-head h2 {
    margin-bottom: 0;
    font-size: clamp(1.8rem,4vw,2.7rem);
}

.search-dialog-close,
.consent-modal-close {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    place-items: center;
    padding: 0;
    color: var(--ink-700);
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    cursor: pointer;
}

.search-dialog-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    margin-top: 28px;
}

.search-dialog-form label {
    position: relative;
    display: flex;
    align-items: center;
}

.search-dialog-form input {
    width: 100%;
    min-height: 58px;
    padding: 13px 16px 13px 50px;
    color: var(--ink-900);
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    font-size: 1rem;
}

.search-dialog-form input:focus {
    outline: 0;
    border-color: var(--brand-500);
    box-shadow: 0 0 0 4px rgba(7,148,239,.12);
}

.search-dialog-icon {
    position: absolute;
    z-index: 1;
    left: 17px;
    width: 21px;
    height: 21px;
    color: var(--brand-700);
}

.search-dialog-shortcuts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-top: 18px;
    color: var(--ink-500);
    font-size: .8rem;
}

.search-dialog-shortcuts a {
    padding: 5px 10px;
    color: var(--brand-800);
    background: var(--brand-100);
    border-radius: var(--radius-pill);
    font-weight: 750;
}

/* Search results */

.search-hero,
.knowledge-hero {
    position: relative;
    overflow: hidden;
    padding: 48px 0 78px;
    color: var(--white);
    background:
        radial-gradient(circle at 85% 12%,rgba(54,182,255,.38),transparent 32%),
        linear-gradient(135deg,var(--brand-950),var(--brand-800) 62%,#075896);
}

.search-hero::after,
.knowledge-hero::after {
    position: absolute;
    right: -150px;
    bottom: -260px;
    width: 520px;
    height: 520px;
    content: "";
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 50%;
    box-shadow:
        0 0 0 54px rgba(255,255,255,.025),
        0 0 0 108px rgba(255,255,255,.018);
}

.search-hero-content,
.knowledge-hero-grid {
    position: relative;
    z-index: 1;
}

.search-hero h1,
.knowledge-hero h1 {
    max-width: 900px;
    margin-bottom: 18px;
    color: var(--white);
    font-size: clamp(2.35rem,5vw,4.7rem);
}

.search-hero-content > p,
.knowledge-hero p {
    max-width: 780px;
    color: rgba(255,255,255,.72);
    font-size: clamp(1rem,1.7vw,1.18rem);
}

.search-main-form {
    display: grid;
    grid-template-columns: minmax(280px,1fr) minmax(190px,240px) auto;
    gap: 10px;
    max-width: 980px;
    margin-top: 32px;
    padding: 10px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.20);
    border-radius: var(--radius-md);
    backdrop-filter: blur(12px);
}

.search-main-input {
    position: relative;
    display: flex;
    align-items: center;
}

.search-main-input input,
.search-type-select select {
    width: 100%;
    min-height: 54px;
    padding: 12px 14px;
    color: var(--ink-900);
    background: var(--white);
    border: 0;
    border-radius: var(--radius-sm);
}

.search-main-input input {
    padding-left: 48px;
}

.search-form-icon {
    position: absolute;
    z-index: 1;
    left: 16px;
    width: 20px;
    height: 20px;
    color: var(--brand-700);
}

.search-results-head,
.knowledge-results-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 34px;
}

.search-results-head h2,
.knowledge-results-head h2 {
    margin-bottom: 0;
    font-size: clamp(1.65rem,3vw,2.6rem);
}

.search-result-list {
    display: grid;
    gap: 16px;
}

.search-result-card {
    display: grid;
    grid-template-columns: 230px minmax(0,1fr);
    min-height: 210px;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition:
        border-color var(--transition),
        box-shadow var(--transition),
        transform var(--transition);
}

.search-result-card:hover {
    border-color: var(--brand-300);
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}

.search-result-media {
    display: grid;
    min-height: 100%;
    place-items: center;
    overflow: hidden;
    background: linear-gradient(145deg,var(--brand-950),var(--brand-600));
}

.search-result-media picture,
.search-result-image {
    width: 100%;
    height: 100%;
}

.search-result-image {
    object-fit: cover;
}

.search-result-placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    background:
        radial-gradient(circle at 80% 20%,rgba(54,182,255,.42),transparent 34%),
        linear-gradient(145deg,var(--brand-950),var(--brand-700));
}

.search-result-placeholder-icon {
    width: 70px;
    height: 70px;
    color: rgba(255,255,255,.85);
}

.search-result-body {
    padding: 26px;
}

.search-result-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    align-items: center;
    margin-bottom: 15px;
    color: var(--ink-500);
    font-size: .76rem;
}

.search-result-body h2 {
    margin-bottom: 10px;
    font-size: 1.42rem;
}

.search-result-body h2 a {
    color: var(--ink-950);
}

.search-result-body p {
    color: var(--ink-600);
    font-size: .9rem;
}

.search-start-grid {
    display: grid;
    grid-template-columns: 1fr .85fr;
    gap: 24px;
}

.search-message {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: clamp(26px,4vw,42px);
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
}

.search-message > span {
    display: grid;
    width: 58px;
    height: 58px;
    flex: 0 0 auto;
    place-items: center;
    color: var(--brand-700);
    background: var(--brand-100);
    border-radius: 17px;
}

.search-message > span svg {
    width: 28px;
    height: 28px;
}

.search-message h2 {
    margin-bottom: 10px;
    font-size: 1.6rem;
}

.search-message p {
    color: var(--ink-600);
}

.search-message-warning {
    background: var(--warning-soft);
    border-color: #efd59c;
}

.search-shortcuts {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px;
}

.search-shortcuts a {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    color: var(--ink-900);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    font-weight: 800;
}

.search-shortcuts a::after {
    color: var(--brand-600);
    content: "→";
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 34px;
    padding: 14px;
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
}

.pagination a {
    font-weight: 800;
}

.pagination span {
    color: var(--ink-500);
    font-size: .82rem;
}

/* Knowledge center */

.knowledge-hero-grid {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(340px,440px);
    gap: 50px;
    align-items: end;
}

.knowledge-search-form {
    display: grid;
    grid-template-columns: 24px 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 10px 10px 10px 16px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.20);
    border-radius: var(--radius-md);
    backdrop-filter: blur(12px);
}

.knowledge-search-icon {
    width: 21px;
    height: 21px;
    color: var(--brand-300);
}

.knowledge-search-form input {
    min-width: 0;
    padding: 11px 0;
    color: var(--white);
    background: transparent;
    border: 0;
    outline: 0;
}

.knowledge-search-form input::placeholder {
    color: rgba(255,255,255,.62);
}

.knowledge-search-form button {
    min-height: 42px;
    padding: 9px 16px;
    color: var(--brand-900);
    background: var(--white);
    border: 0;
    border-radius: 9px;
    cursor: pointer;
    font-weight: 800;
}

.knowledge-filter-section {
    padding: 26px 0;
    background: var(--white);
    border-bottom: 1px solid var(--line);
}

.knowledge-category-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.knowledge-category-row a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    color: var(--ink-700);
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius-pill);
    font-size: .82rem;
    font-weight: 750;
}

.knowledge-category-row a:hover,
.knowledge-category-row a.is-active {
    color: var(--white);
    background: var(--brand-800);
    border-color: var(--brand-800);
}

.knowledge-category-row span {
    display: grid;
    min-width: 22px;
    height: 22px;
    place-items: center;
    padding-inline: 5px;
    background: rgba(255,255,255,.16);
    border-radius: var(--radius-pill);
    font-size: .7rem;
}

.knowledge-tag-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
}

.knowledge-tag-filter label {
    color: var(--ink-600);
    font-size: .82rem;
    font-weight: 800;
}

.knowledge-tag-filter select {
    min-width: 230px;
    min-height: 42px;
    padding: 8px 12px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
}

.knowledge-tag-filter .button {
    min-height: 42px;
    padding-block: 8px;
}

.knowledge-filter-clear {
    font-size: .82rem;
    font-weight: 800;
}

.knowledge-result-count {
    padding: 8px 13px;
    color: var(--brand-800);
    background: var(--brand-100);
    border-radius: var(--radius-pill);
    font-size: .8rem;
    font-weight: 800;
}

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

.knowledge-list-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition:
        transform var(--transition),
        box-shadow var(--transition),
        border-color var(--transition);
}

.knowledge-list-card:hover {
    border-color: var(--brand-300);
    box-shadow: var(--shadow-md);
    transform: translateY(-5px);
}

.knowledge-list-media {
    display: grid;
    aspect-ratio: 16/9;
    place-items: center;
    overflow: hidden;
    background: linear-gradient(145deg,var(--brand-950),var(--brand-600));
}

.knowledge-list-media picture,
.knowledge-list-image {
    width: 100%;
    height: 100%;
}

.knowledge-list-image {
    object-fit: cover;
    transition: transform 400ms ease;
}

.knowledge-list-card:hover .knowledge-list-image {
    transform: scale(1.04);
}

.knowledge-list-placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    background:
        radial-gradient(circle at 80% 18%,rgba(54,182,255,.42),transparent 34%),
        linear-gradient(145deg,var(--brand-950),var(--brand-700));
}

.knowledge-list-placeholder-icon {
    width: 66px;
    height: 66px;
    color: rgba(255,255,255,.84);
}

.knowledge-list-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
}

.knowledge-list-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: center;
    margin-bottom: 15px;
    color: var(--ink-500);
    font-size: .75rem;
}

.knowledge-list-meta > * {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.knowledge-list-body h2 {
    margin-bottom: 11px;
    font-size: 1.28rem;
}

.knowledge-list-body h2 a {
    color: var(--ink-950);
}

.knowledge-list-body p {
    flex: 1;
    color: var(--ink-600);
    font-size: .88rem;
}

.knowledge-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 8px 0 18px;
}

.knowledge-card-tags a {
    color: var(--ink-500);
    font-size: .72rem;
}

.knowledge-list-body .card-action {
    margin-top: auto;
    font-size: .84rem;
}

/* Consent banner and modal */

.consent-banner {
    position: fixed;
    z-index: 600;
    right: 20px;
    bottom: 20px;
    left: 20px;
    display: grid;
    width: min(1180px,calc(100% - 40px));
    grid-template-columns: minmax(0,1fr) auto;
    gap: 24px;
    align-items: center;
    margin-inline: auto;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    color: var(--white);
    background:
        radial-gradient(circle at 90% 10%,rgba(54,182,255,.24),transparent 32%),
        rgba(3,19,44,.98);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: var(--radius-lg);
    box-shadow: 0 24px 80px rgba(3,19,44,.42);
    backdrop-filter: blur(18px);
    transform: translateY(24px);
    transition:
        opacity 220ms ease,
        visibility 220ms ease,
        transform 220ms ease;
}

.consent-banner.is-visible {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.consent-banner-content {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.consent-banner-icon {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    place-items: center;
    color: var(--brand-900);
    background: var(--brand-300);
    border-radius: 14px;
}

.consent-banner-icon svg {
    width: 24px;
    height: 24px;
}

.consent-banner strong {
    display: block;
    margin-bottom: 5px;
}

.consent-banner p {
    max-width: 720px;
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: .8rem;
}

.consent-banner p a {
    color: var(--brand-300);
    text-decoration: underline;
}

.consent-banner-actions,
.consent-modal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.consent-button {
    min-height: 40px;
    padding: 8px 13px;
    border-radius: 9px;
    cursor: pointer;
    font-size: .78rem;
    font-weight: 800;
}

.consent-button-primary {
    color: var(--brand-900);
    background: var(--white);
    border: 1px solid var(--white);
}

.consent-button-secondary {
    color: var(--white);
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.24);
}

.consent-modal {
    position: fixed;
    z-index: 650;
    inset: 0;
    display: grid;
    align-items: center;
    justify-items: center;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    transition: opacity var(--transition),visibility var(--transition);
}

.consent-modal.is-open {
    visibility: visible;
    opacity: 1;
}

.consent-modal-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    padding: 0;
    background: rgba(3,19,44,.76);
    border: 0;
    backdrop-filter: blur(8px);
}

.consent-modal-panel {
    position: relative;
    z-index: 1;
    width: min(720px,100%);
    max-height: calc(100vh - 40px);
    padding: clamp(24px,4vw,38px);
    overflow-y: auto;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
    transform: translateY(18px);
    transition: transform 220ms ease;
}

.consent-modal.is-open .consent-modal-panel {
    transform: translateY(0);
}

.consent-modal-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.consent-modal-head h2 {
    margin-bottom: 0;
}

.consent-modal-intro {
    margin: 18px 0 24px;
    color: var(--ink-600);
}

.consent-category-list {
    display: grid;
    gap: 10px;
}

.consent-category {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 20px;
    align-items: center;
    padding: 18px;
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
}

.consent-category strong {
    display: block;
    margin-bottom: 4px;
}

.consent-category p {
    margin: 0;
    color: var(--ink-600);
    font-size: .8rem;
}

.consent-always-active {
    padding: 5px 9px;
    color: var(--success);
    background: var(--success-soft);
    border-radius: var(--radius-pill);
    font-size: .72rem;
    font-weight: 800;
    white-space: nowrap;
}

.consent-switch {
    position: relative;
    display: inline-flex;
    cursor: pointer;
}

.consent-switch input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.consent-switch > span[aria-hidden] {
    position: relative;
    display: block;
    width: 48px;
    height: 27px;
    background: var(--ink-300);
    border-radius: var(--radius-pill);
    transition: background var(--transition);
}

.consent-switch > span[aria-hidden]::after {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 21px;
    height: 21px;
    content: "";
    background: var(--white);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(7,20,38,.22);
    transition: transform var(--transition);
}

.consent-switch input:checked + span {
    background: var(--brand-700);
}

.consent-switch input:checked + span::after {
    transform: translateX(21px);
}

.consent-switch input:focus-visible + span {
    outline: 3px solid rgba(7,148,239,.32);
    outline-offset: 3px;
}

.consent-modal-actions {
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid var(--line);
}

.consent-modal-actions .consent-button-primary {
    color: var(--white);
    background: var(--brand-800);
    border-color: var(--brand-800);
}

.consent-modal-actions .consent-button-secondary {
    color: var(--brand-800);
    background: var(--white);
    border-color: var(--line);
}

.footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
}

.footer-bottom-links button {
    padding: 0;
    color: rgba(255,255,255,.65);
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: inherit;
}

.footer-bottom-links button:hover {
    color: var(--white);
    text-decoration: underline;
}

@media (max-width: 1040px) {
    .header-search-button {
        display: none;
    }

    .knowledge-hero-grid {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .knowledge-search-form {
        max-width: 560px;
    }

    .consent-banner {
        grid-template-columns: 1fr;
    }

    .consent-banner-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 820px) {
    .search-main-form {
        grid-template-columns: 1fr;
    }

    .search-start-grid,
    .search-result-card {
        grid-template-columns: 1fr;
    }

    .search-result-media {
        min-height: 210px;
        aspect-ratio: 16/9;
    }

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

    .search-results-head,
    .knowledge-results-head {
        display: block;
    }

    .search-results-head .button,
    .knowledge-result-count {
        margin-top: 16px;
    }

    .consent-banner {
        right: 14px;
        bottom: 14px;
        left: 14px;
        width: calc(100% - 28px);
    }
}

@media (max-width: 620px) {
    .search-dialog {
        align-items: end;
        padding: 0;
    }

    .search-dialog-panel {
        border-radius: var(--radius-lg) var(--radius-lg) 0 0;
    }

    .search-dialog-form {
        grid-template-columns: 1fr;
    }

    .search-dialog-form .button {
        width: 100%;
    }

    .search-shortcuts,
    .knowledge-list-grid,
    .search-shortcuts {
        grid-template-columns: 1fr;
    }

    .knowledge-category-row {
        flex-wrap: nowrap;
        padding-bottom: 6px;
        overflow-x: auto;
    }

    .knowledge-category-row a {
        flex: 0 0 auto;
    }

    .knowledge-tag-filter {
        display: grid;
    }

    .knowledge-tag-filter select,
    .knowledge-tag-filter .button {
        width: 100%;
    }

    .consent-banner-content {
        display: block;
    }

    .consent-banner-icon {
        margin-bottom: 14px;
    }

    .consent-banner-actions {
        display: grid;
    }

    .consent-button {
        width: 100%;
    }

    .consent-category {
        grid-template-columns: 1fr;
    }

    .consent-modal {
        align-items: end;
        padding: 0;
    }

    .consent-modal-panel {
        width: 100%;
        max-height: 92vh;
        border-radius: var(--radius-lg) var(--radius-lg) 0 0;
    }

    .consent-modal-actions {
        display: grid;
    }

    .footer-bottom-links {
        justify-content: flex-start;
        margin-top: 7px;
    }
}

/* Aşama 03G-I: Yasal metinler ve KVKK merkezi */
.legal-listing-hero {
    background:
        radial-gradient(circle at 85% 18%,rgba(7,148,239,.16),transparent 30%),
        linear-gradient(180deg,var(--brand-50),var(--white));
}

.legal-listing-hero-grid,
.legal-detail-hero-grid {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: clamp(36px,7vw,88px);
    align-items: center;
}

.legal-listing-hero-grid h1,
.legal-detail-hero-grid h1 {
    max-width: 900px;
}

.legal-hero-shield,
.legal-detail-icon {
    display: grid;
    width: 164px;
    height: 164px;
    place-items: center;
    color: var(--white);
    background:
        radial-gradient(circle at 78% 18%,rgba(54,182,255,.5),transparent 34%),
        linear-gradient(145deg,var(--brand-950),var(--brand-600));
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 44px;
    box-shadow: var(--shadow-lg);
    transform: rotate(-4deg);
}

.legal-hero-shield-icon,
.legal-detail-icon-svg {
    width: 78px;
    height: 78px;
}

.legal-listing-intro {
    max-width: 900px;
    margin-bottom: 38px;
    padding: 26px 30px;
    background: var(--brand-50);
    border: 1px solid var(--brand-100);
    border-radius: var(--radius-lg);
}

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

.legal-card {
    display: flex;
    min-height: 310px;
    flex-direction: column;
    padding: 26px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition:
        transform var(--transition),
        border-color var(--transition),
        box-shadow var(--transition);
}

.legal-card:hover {
    border-color: var(--brand-300);
    box-shadow: var(--shadow-md);
    transform: translateY(-5px);
}

.legal-card-icon {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    margin-bottom: 24px;
    color: var(--brand-700);
    background: var(--brand-100);
    border-radius: 17px;
}

.legal-card-icon svg {
    width: 29px;
    height: 29px;
}

.legal-card h2 {
    margin: 16px 0 12px;
    font-size: 1.25rem;
}

.legal-card h2 a {
    color: var(--ink-950);
}

.legal-card p {
    color: var(--ink-600);
    font-size: .9rem;
}

.legal-card .card-action {
    margin-top: auto;
    padding-top: 20px;
    font-size: .85rem;
}

.legal-listing-note {
    display: flex;
    max-width: 860px;
    gap: 16px;
    align-items: flex-start;
    margin: 42px auto 0;
    padding: 22px;
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
}

.legal-listing-note > span {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    place-items: center;
    color: var(--success);
    background: var(--success-soft);
    border-radius: 14px;
}

.legal-listing-note > span svg {
    width: 24px;
    height: 24px;
}

.legal-listing-note strong {
    display: block;
    margin-bottom: 5px;
}

.legal-listing-note p {
    margin: 0;
    color: var(--ink-600);
    font-size: .86rem;
}

.legal-detail-hero {
    padding-bottom: 72px;
}

.legal-detail-layout {
    display: grid;
    grid-template-columns: minmax(0,1fr) 330px;
    gap: 42px;
    padding-top: 58px;
    padding-bottom: 92px;
    align-items: start;
}

.legal-document-main {
    min-width: 0;
}

.legal-version-banner {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 1px;
    margin-bottom: 22px;
    overflow: hidden;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}

.legal-version-banner > div {
    display: flex;
    min-height: 92px;
    flex-direction: column;
    justify-content: center;
    padding: 18px 20px;
    background: var(--white);
}

.legal-version-banner span {
    color: var(--ink-500);
    font-size: .73rem;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.legal-version-banner strong {
    margin-top: 5px;
    color: var(--ink-950);
}

.legal-document-content {
    font-size: 1rem;
}

.legal-document-content h2 {
    padding-top: .2em;
    border-top: 1px solid var(--line);
}

.legal-document-content h2:first-child,
.legal-document-content .legal-draft-warning + h2 {
    border-top: 0;
}

.legal-document-content ul,
.legal-document-content ol {
    display: grid;
    gap: 7px;
}

.legal-document-content li::marker {
    color: var(--brand-600);
    font-weight: 800;
}

.legal-draft-warning,
.legal-missing {
    display: block;
    margin-bottom: 20px;
    padding: 14px 16px;
    color: var(--danger);
    background: var(--danger-soft);
    border: 1px solid #f0c7c7;
    border-radius: var(--radius-sm);
}

.legal-missing {
    display: inline;
    margin: 0;
    padding: 2px 5px;
    font-size: .83em;
}

.cookie-category-section + .cookie-category-section {
    margin-top: 34px;
}

.cookie-category-section h3 {
    margin-bottom: 14px;
}

.legal-cookie-table code {
    white-space: nowrap;
    color: var(--brand-800);
    background: var(--brand-50);
    border-radius: 6px;
    padding: 3px 6px;
}

.legal-source-list {
    display: grid;
    gap: 10px;
}

.legal-source-list > a {
    display: grid;
    grid-template-columns: 44px 1fr 20px;
    gap: 13px;
    align-items: center;
    padding: 15px;
    color: var(--ink-900);
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    transition: border-color var(--transition),background var(--transition);
}

.legal-source-list > a:hover {
    color: var(--ink-900);
    background: var(--brand-50);
    border-color: var(--brand-300);
}

.legal-source-icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    color: var(--brand-700);
    background: var(--white);
    border-radius: 12px;
}

.legal-source-icon svg {
    width: 22px;
    height: 22px;
}

.legal-source-list strong,
.legal-source-list small {
    display: block;
}

.legal-source-list small {
    margin-top: 3px;
    color: var(--ink-500);
    font-size: .75rem;
}

.legal-document-sidebar {
    position: sticky;
    top: 110px;
    display: grid;
    gap: 18px;
}

.legal-version-card-public dl {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    margin: 18px 0 0;
}

.legal-version-card-public dt {
    color: var(--ink-500);
    font-size: .8rem;
}

.legal-version-card-public dd {
    margin: 0;
    color: var(--ink-950);
    font-size: .82rem;
    font-weight: 800;
    text-align: right;
}

.legal-change-summary {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
}

.legal-change-summary strong {
    display: block;
    margin-bottom: 5px;
}

.legal-change-summary p {
    margin: 0;
}

@media (max-width: 1040px) {
    .legal-detail-layout {
        grid-template-columns: 1fr;
    }

    .legal-document-sidebar {
        position: static;
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

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

@media (max-width: 760px) {
    .legal-listing-hero-grid,
    .legal-detail-hero-grid {
        grid-template-columns: 1fr;
    }

    .legal-hero-shield,
    .legal-detail-icon {
        width: 118px;
        height: 118px;
        border-radius: 32px;
    }

    .legal-hero-shield-icon,
    .legal-detail-icon-svg {
        width: 56px;
        height: 56px;
    }

    .legal-card-grid,
    .legal-document-sidebar {
        grid-template-columns: 1fr;
    }

    .legal-version-banner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .legal-card {
        min-height: 270px;
        padding: 22px;
    }

    .legal-version-banner > div {
        min-height: 74px;
    }
}

/* Aşama 04A-C: Müşteri giriş seçim ekranı */
.customer-access-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px;
}

.customer-access-card {
    display:flex;
    min-height:330px;
    flex-direction:column;
    gap:24px;
    padding:32px;
    background:
        radial-gradient(circle at 92% 10%,rgba(7,148,239,.10),transparent 30%),
        var(--white);
    border:1px solid var(--line);
    border-radius:var(--radius-lg);
    box-shadow:var(--shadow-sm);
}

.customer-access-card h2 {
    margin:18px 0 12px;
    font-size:1.6rem;
}

.customer-access-card p {
    color:var(--ink-600);
}

.customer-access-actions {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:auto;
}

@media (max-width:760px) {
    .customer-access-grid {
        grid-template-columns:1fr;
    }

    .customer-access-card {
        min-height:auto;
        padding:24px;
    }

    .customer-access-actions {
        display:grid;
    }

    .customer-access-actions .button {
        width:100%;
    }
}

/* Aşama 04D-F: İlgili içerik kartları */
.related-content-grid {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
}

.related-content-card {
    display:flex;
    min-width:0;
    flex-direction:column;
    overflow:hidden;
    background:var(--surface-soft);
    border:1px solid var(--line);
    border-radius:var(--radius-md);
    transition:
        transform var(--transition),
        border-color var(--transition),
        box-shadow var(--transition);
}

.related-content-card:hover {
    border-color:var(--brand-300);
    box-shadow:var(--shadow-sm);
    transform:translateY(-3px);
}

.related-content-media {
    display:grid;
    aspect-ratio:16/9;
    place-items:center;
    overflow:hidden;
    background:linear-gradient(145deg,var(--brand-950),var(--brand-700));
}

.related-content-media picture,
.related-content-image {
    width:100%;
    height:100%;
}

.related-content-image {
    object-fit:cover;
}

.related-content-placeholder {
    display:grid;
    width:100%;
    height:100%;
    place-items:center;
    background:
        radial-gradient(circle at 82% 16%,rgba(54,182,255,.40),transparent 32%),
        linear-gradient(145deg,var(--brand-950),var(--brand-700));
}

.related-content-icon {
    width:54px;
    height:54px;
    color:rgba(255,255,255,.86);
}

.related-content-body {
    display:flex;
    flex:1;
    flex-direction:column;
    padding:20px;
}

.related-content-body h3 {
    margin:14px 0 10px;
    font-size:1.08rem;
}

.related-content-body h3 a {
    color:var(--ink-950);
}

.related-content-body p {
    flex:1;
    margin-bottom:16px;
    color:var(--ink-600);
    font-size:.84rem;
}

.related-content-body .card-action {
    font-size:.82rem;
}

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

@media (max-width:600px) {
    .related-content-grid {
        grid-template-columns:1fr;
    }
}



/* Business Management SEO module cluster */

.module-card.has-detail-link {
    padding: 0;
    transition:
        transform var(--transition),
        border-color var(--transition),
        box-shadow var(--transition);
}

.module-card.has-detail-link:hover {
    border-color: var(--brand-300);
    box-shadow: var(--shadow-sm);
    transform: translateY(-3px);
}

.module-card-link {
    display: flex;
    width: 100%;
    gap: 14px;
    padding: 19px;
    color: inherit;
    text-decoration: none;
}

.module-card-action {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 12px;
    color: var(--brand-700);
    font-size: .78rem;
    font-weight: 800;
}

.module-card-action .link-icon {
    width: 15px;
    height: 15px;
}

.module-directory-action {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.seo-module-directory-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 14px;
    margin: 28px 0;
}

.seo-module-directory-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 8px;
    padding: 22px;
    color: var(--ink-900);
    text-decoration: none !important;
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    transition:
        transform var(--transition),
        border-color var(--transition),
        box-shadow var(--transition);
}

.seo-module-directory-card:hover {
    border-color: var(--brand-300);
    box-shadow: var(--shadow-sm);
    transform: translateY(-4px);
}

.seo-module-directory-card strong {
    color: var(--brand-900);
    font-family: var(--font-display);
    font-size: 1.04rem;
}

.seo-module-directory-card span {
    color: var(--ink-600);
    font-size: .88rem;
}

.seo-module-directory-card em {
    margin-top: auto;
    color: var(--brand-700);
    font-size: .78rem;
    font-style: normal;
    font-weight: 800;
}

.seo-feature-list {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px 20px;
    padding: 0 !important;
    list-style: none;
}

.seo-feature-list li {
    position: relative;
    margin: 0;
    padding: 12px 14px 12px 40px;
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
}

.seo-feature-list li::before {
    position: absolute;
    top: 13px;
    left: 14px;
    display: grid;
    width: 18px;
    height: 18px;
    place-items: center;
    color: var(--success);
    background: var(--success-soft);
    border-radius: 50%;
    content: "✓";
    font-size: .72rem;
    font-weight: 900;
}

.seo-inline-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-top: 34px;
    padding: 24px;
    color: var(--white);
    background: linear-gradient(135deg,var(--brand-900),var(--brand-700));
    border-radius: var(--radius-md);
}

.seo-inline-cta strong {
    max-width: 620px;
    color: var(--white);
}

.seo-inline-cta a {
    flex: 0 0 auto;
    padding: 10px 15px;
    color: var(--brand-900);
    text-decoration: none;
    background: var(--white);
    border-radius: var(--radius-pill);
    font-size: .82rem;
    font-weight: 800;
}

@media (max-width:760px) {
    .seo-module-directory-grid,
    .seo-feature-list {
        grid-template-columns: 1fr;
    }

    .seo-inline-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}
