:root {
    --bg: #f4f7f8;
    --surface: rgba(255, 255, 255, 0.88);
    --surface-solid: #ffffff;
    --surface-dark: #0d2431;
    --surface-dark-soft: #133545;
    --text: #0f2230;
    --muted: #587080;
    --line: rgba(15, 34, 48, 0.12);
    --primary: #12354a;
    --primary-strong: #0b2636;
    --accent: #1d8d8a;
    --accent-soft: rgba(29, 141, 138, 0.14);
    --success: #0b7a52;
    --warning: #a66a00;
    --error: #b64242;
    --shadow: 0 22px 56px rgba(11, 38, 54, 0.11);
    --radius-xl: 24px;
    --radius-lg: 18px;
    --radius-md: 16px;
    --container: 1180px;
    --ease-premium: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
    scroll-behavior: smooth;
}

section[id],
footer[id],
[id="hero"],
[id="services"],
[id="about"],
[id="projects"],
[id="newsletter"],
[id="testimonials"],
[id="why-us"],
[id="contact"],
[id="final-cta"] {
    scroll-margin-top: 112px;
}

body {
    margin: 0;
    font-family: "Manrope", sans-serif;
    background:
        radial-gradient(circle at top left, rgba(29, 141, 138, 0.12), transparent 28%),
        radial-gradient(circle at 90% 10%, rgba(18, 53, 74, 0.1), transparent 22%),
        linear-gradient(180deg, #fbfcfc 0%, var(--bg) 100%);
    color: var(--text);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.container {
    width: min(calc(100% - 2rem), var(--container));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    backdrop-filter: blur(18px);
    background: rgba(248, 251, 252, 0.8);
    border-bottom: 1px solid rgba(18, 53, 74, 0.08);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 78px;
    gap: 1rem;
}

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

.brand-text {
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    transform: none;
}

.brand-text strong {
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
    line-height: 1;
}

.brand-line {
    display: inline-block;
}

.brand-line-primary {
    color: #12283a;
    font-weight: 800;
    font-size: 1.42rem;
    letter-spacing: -0.065em;
    text-transform: lowercase;
}

.brand-line-accent {
    color: #c97d3b;
    font-weight: 700;
    font-size: 0.72rem;
    letter-spacing: 0.34em;
    text-transform: lowercase;
}

.menu-toggle {
    display: none;
    border: 0;
    background: transparent;
    padding: 0;
}

.menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px 0;
    background: var(--primary);
}

.primary-nav {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.primary-nav a {
    color: var(--muted);
    font-weight: 600;
}

.nav-cta {
    color: #fff !important;
    background: var(--primary);
    padding: 0.72rem 0.95rem;
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(18, 53, 74, 0.16);
}

.language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.55rem;
    border-radius: 999px;
    background: rgba(18, 53, 74, 0.06);
}

.language-switcher button {
    border: 0;
    background: transparent;
    color: var(--muted);
    font-weight: 700;
    cursor: pointer;
}

.language-switcher button.active {
    color: var(--primary);
}

.hero-section,
.section {
    padding: 4.35rem 0;
}

.js .reveal,
.js .reveal-item {
    opacity: 0;
    transform: translateY(22px) scale(0.985);
    filter: blur(10px);
    will-change: transform, opacity, filter;
    transition:
        opacity 0.8s var(--ease-premium),
        transform 0.8s var(--ease-premium),
        filter 0.8s var(--ease-premium);
}

.js .reveal.is-visible,
.js .reveal-item.is-visible {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

.reveal-delay-1 {
    transition-delay: 0.08s;
}

.reveal-delay-2 {
    transition-delay: 0.16s;
}

.hero-grid,
.about-grid,
.contact-grid,
.newsletter-shell,
.footer-grid {
    display: grid;
    gap: 1.5rem;
}

.hero-grid {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
}

.hero-topline {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.48rem 0.82rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(18, 53, 74, 0.08);
    margin-bottom: 1rem;
    color: var(--primary);
    font-weight: 700;
    box-shadow: 0 18px 40px rgba(11, 38, 54, 0.08);
    animation: floatSoft 6s ease-in-out infinite;
}

.hero-signal {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    background: #17b26a;
    box-shadow: 0 0 0 6px rgba(23, 178, 106, 0.14);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--accent);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.eyebrow-light {
    color: #90dedb;
}

.hero-copy h1,
.section-heading h2,
.about-grid h2,
.newsletter-copy h2,
.contact-copy h2 {
    margin: 0.72rem 0 0.85rem;
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.hero-copy h1 {
    font-size: clamp(2.4rem, 4.7vw, 4.5rem);
    max-width: 11ch;
}

.hero-lead,
.section-heading p,
.about-grid p,
.newsletter-copy p,
.contact-copy p {
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.68;
    max-width: 64ch;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin: 1.5rem 0;
}

.hero-chips,
.hero-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.hero-chips {
    margin-top: 0.95rem;
}

.hero-chips span {
    display: inline-flex;
    align-items: center;
    padding: 0.48rem 0.78rem;
    border-radius: 999px;
    background: rgba(18, 53, 74, 0.06);
    color: var(--primary);
    font-size: 0.84rem;
    font-weight: 700;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.84rem 1.2rem;
    border-radius: 999px;
    font-weight: 700;
    border: 1px solid transparent;
    transition: transform 0.24s var(--ease-premium), box-shadow 0.24s var(--ease-premium), background 0.24s var(--ease-premium), border-color 0.24s var(--ease-premium);
    cursor: pointer;
}

.btn:hover {
    transform: translateY(-2px) scale(1.01);
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
    background-size: 140% 140%;
    color: #fff;
    box-shadow: 0 16px 34px rgba(18, 53, 74, 0.2);
}

.btn-secondary {
    border-color: rgba(18, 53, 74, 0.12);
    background: rgba(255, 255, 255, 0.7);
    color: var(--primary);
}

.btn-dark {
    background: rgba(8, 20, 28, 0.2);
    border-color: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.btn-primary:hover {
    background-position: 100% 50%;
}

.btn-large {
    padding: 0.95rem 1.35rem;
    font-size: 0.96rem;
}

.btn-block {
    width: 100%;
}

.trust-strip {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.8rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(18, 53, 74, 0.08);
    box-shadow: var(--shadow);
}

.trust-strip strong {
    font-size: 1.2rem;
    color: var(--primary);
}

.hero-metrics {
    margin-top: 1rem;
}

.hero-metrics article {
    min-width: 150px;
    padding: 0.85rem 0.95rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(18, 53, 74, 0.08);
    transition: transform 0.28s var(--ease-premium), box-shadow 0.28s var(--ease-premium);
}

.hero-metrics strong {
    display: block;
    font-size: 1.15rem;
    color: var(--primary);
    margin-bottom: 0.35rem;
}

.hero-metrics span {
    color: var(--muted);
    line-height: 1.5;
    font-size: 0.86rem;
}

.hero-metrics article:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 48px rgba(11, 38, 54, 0.12);
}

.hero-panel {
    position: relative;
    display: grid;
    gap: 0.85rem;
    align-content: start;
}

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

.hero-card,
.card-surface,
.info-card,
.mini-card {
    background: var(--surface);
    border: 1px solid rgba(18, 53, 74, 0.08);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow);
}

.hero-card {
    padding: 1.6rem;
    position: relative;
    overflow: hidden;
}

.hero-card::after {
    content: "";
    position: absolute;
    inset: auto -40px -40px auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(29, 141, 138, 0.18), transparent 65%);
}

.card-label,
.pill {
    display: inline-flex;
    padding: 0.38rem 0.68rem;
    border-radius: 999px;
    background: var(--accent-soft);
    color: var(--accent);
    font-weight: 700;
    font-size: 0.78rem;
}

.signal-board {
    margin: 1rem 0 0.8rem;
    padding: 0.8rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(18, 53, 74, 0.06), rgba(18, 53, 74, 0.02));
    border: 1px solid rgba(18, 53, 74, 0.08);
    animation: floatSoft 7s ease-in-out infinite;
}

.signal-board__screen {
    border-radius: 20px;
    background: linear-gradient(135deg, #eff5f7, #ffffff);
    border: 1px solid rgba(18, 53, 74, 0.08);
    overflow: hidden;
}

.signal-board__header {
    display: flex;
    gap: 0.35rem;
    padding: 0.75rem 0.85rem;
    border-bottom: 1px solid rgba(18, 53, 74, 0.08);
}

.signal-board__header span {
    width: 0.62rem;
    height: 0.62rem;
    border-radius: 50%;
    background: rgba(18, 53, 74, 0.18);
}

.signal-board__grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 0.7rem;
    padding: 0.8rem;
}

.signal-stat,
.signal-panel,
.signal-chart {
    border-radius: 18px;
    background: rgba(18, 53, 74, 0.04);
    padding: 0.8rem;
}

.signal-stat small {
    display: block;
    color: var(--muted);
    margin-bottom: 0.35rem;
}

.signal-stat strong {
    font-size: 1.3rem;
    color: var(--primary);
}

.signal-stat--large {
    min-height: 110px;
}

.signal-chart {
    display: flex;
    align-items: end;
    gap: 0.45rem;
    min-height: 92px;
}

.signal-chart span {
    flex: 1;
    border-radius: 999px 999px 10px 10px;
    background: linear-gradient(180deg, rgba(29, 141, 138, 0.95), rgba(18, 53, 74, 0.9));
    animation: barPulse 2.8s ease-in-out infinite;
}

.signal-chart span:nth-child(1) { height: 42%; }
.signal-chart span:nth-child(2) { height: 58%; animation-delay: 0.2s; }
.signal-chart span:nth-child(3) { height: 76%; animation-delay: 0.4s; }
.signal-chart span:nth-child(4) { height: 68%; animation-delay: 0.6s; }
.signal-chart span:nth-child(5) { height: 88%; animation-delay: 0.8s; }

.signal-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.65rem;
}

.signal-line {
    height: 0.7rem;
    border-radius: 999px;
    background: rgba(18, 53, 74, 0.12);
}

.signal-line--strong {
    width: 88%;
    background: linear-gradient(90deg, rgba(18, 53, 74, 0.95), rgba(29, 141, 138, 0.92));
}

.signal-line--short {
    width: 52%;
}

.check-list {
    margin: 1.1rem 0 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    padding: 0.6rem 0 0.6rem 1.45rem;
    position: relative;
    color: var(--muted);
}

.check-list li::before {
    content: "";
    position: absolute;
    top: 1.1rem;
    left: 0;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent) 0%, var(--primary) 100%);
}

.hero-card-footer {
    margin-top: 1.15rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(18, 53, 74, 0.1);
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-card-fit {
    flex: 1 1 auto;
    min-width: 0;
}

.hero-card-footer strong {
    display: block;
    margin-bottom: 0.3rem;
}

.hero-card-footer span {
    color: var(--muted);
    line-height: 1.7;
}

.inline-link,
.service-link {
    color: var(--primary);
    font-weight: 800;
    position: relative;
    z-index: 3;
}

.hero-card-cta {
    flex: 0 0 104px;
    width: 104px;
    min-height: auto;
    padding: 0.2rem 0;
    display: inline-grid;
    place-items: center;
    text-align: center;
    gap: 0.1rem;
    font-size: 0.86rem;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: var(--primary-strong);
    transition:
        transform 0.24s var(--ease-premium),
        color 0.24s var(--ease-premium),
        opacity 0.24s var(--ease-premium);
}

.hero-card-cta:hover {
    transform: translateY(-3px);
    color: #0f6f7a;
}

.hero-card-cta::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.2rem;
    width: 44px;
    height: 2px;
    background: currentColor;
    transform: translateX(-50%) scaleX(0.3);
    transform-origin: center;
    opacity: 0;
    transition: transform 0.24s var(--ease-premium), opacity 0.24s var(--ease-premium);
}

.hero-card-cta span {
    display: block;
}

.hero-card-cta:hover::after {
    transform: translateX(-50%) scaleX(1);
    opacity: 0.9;
}

.floating-note {
    position: static;
    max-width: 300px;
    padding: 0.85rem 1rem;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(18, 53, 74, 0.96), rgba(29, 141, 138, 0.92));
    color: #fff;
    box-shadow: 0 26px 60px rgba(11, 38, 54, 0.26);
    justify-self: start;
}

.floating-note strong {
    display: block;
    margin-bottom: 0.35rem;
}

.floating-note span {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    font-size: 0.92rem;
}

.proof-band {
    margin-top: -1.2rem;
    padding: 0 0 2rem;
}

.trust-strip-section {
    padding: 0.2rem 0 2rem;
    overflow: hidden;
}

.trust-strip-heading {
    max-width: none;
    margin-bottom: 1.1rem;
}

.trust-marquee {
    position: relative;
    overflow: hidden;
    padding-block: 0.3rem;
    mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.trust-marquee-track {
    display: flex;
    align-items: stretch;
    gap: 0.8rem;
    width: max-content;
    animation: trust-marquee 52s linear infinite;
}

.trust-marquee:hover .trust-marquee-track {
    animation-play-state: paused;
}

.trust-marquee-static {
    mask-image: none;
    -webkit-mask-image: none;
}

.trust-marquee-track-static {
    width: 100%;
    animation: none;
    flex-wrap: wrap;
}

.trust-brand-card {
    min-width: 230px;
    position: relative;
    overflow: hidden;
    padding: 1rem 1rem 1.02rem;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(29, 141, 138, 0.18), transparent 35%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(245, 249, 251, 0.98));
    border: 1px solid rgba(18, 53, 74, 0.09);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.8),
        0 20px 38px rgba(11, 38, 54, 0.08);
    transition: transform 0.22s var(--ease-premium), box-shadow 0.22s var(--ease-premium), border-color 0.22s var(--ease-premium);
}

.trust-brand-card-link {
    color: inherit;
    text-decoration: none;
}

.trust-brand-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    border-radius: 28px 28px 0 0;
    background: linear-gradient(90deg, rgba(18, 53, 74, 0.96), rgba(29, 141, 138, 0.84));
    opacity: 0;
    transition: opacity 0.22s ease;
}

.trust-brand-card::after {
    content: "";
    position: absolute;
    inset: auto -28px -42px auto;
    width: 124px;
    height: 124px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(29, 141, 138, 0.16), transparent 68%);
    pointer-events: none;
}

.trust-brand-card:hover {
    transform: translateY(-4px);
    border-color: rgba(29, 141, 138, 0.26);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.84),
        0 28px 54px rgba(11, 38, 54, 0.12);
}

.trust-brand-card:hover::before {
    opacity: 1;
}

.trust-brand-visual {
    width: 100%;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.88rem;
    padding: 0.7rem 0.88rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(18, 53, 74, 0.07);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.trust-brand-logo {
    max-width: 136px;
    max-height: 34px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    filter: saturate(0.86) contrast(1.02);
}

.trust-brand-placeholder {
    width: 136px;
    height: auto;
    display: block;
}

.trust-brand-placeholder rect {
    fill: rgba(18, 53, 74, 0.015);
    stroke: rgba(18, 53, 74, 0.12);
    stroke-width: 1.6;
}

.trust-brand-placeholder circle,
.trust-brand-placeholder path {
    fill: none;
    stroke: rgba(18, 53, 74, 0.64);
    stroke-width: 3;
    stroke-linecap: round;
}

.trust-brand-placeholder circle {
    fill: rgba(18, 53, 74, 0.64);
    stroke: none;
}

.trust-brand-placeholder text {
    fill: rgba(18, 53, 74, 0.88);
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.03em;
    font-family: "Manrope", sans-serif;
}

.trust-brand-meta {
    display: grid;
    gap: 0.34rem;
    position: relative;
    z-index: 1;
}

.trust-brand-card strong {
    display: block;
    color: var(--primary-strong);
    font-size: 1.08rem;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.trust-brand-card span {
    display: block;
    color: var(--muted);
    font-size: 0.71rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
}

.proof-item {
    padding: 1.05rem 1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(18, 53, 74, 0.08);
    box-shadow: 0 20px 50px rgba(11, 38, 54, 0.08);
    transition: transform 0.28s var(--ease-premium), box-shadow 0.28s var(--ease-premium);
}

.proof-item strong {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--primary);
}

.proof-item span {
    color: var(--muted);
    line-height: 1.65;
}

.section-muted {
    background: rgba(255, 255, 255, 0.45);
}

.section-dark {
    background:
        radial-gradient(circle at top right, rgba(29, 141, 138, 0.22), transparent 25%),
        linear-gradient(135deg, var(--surface-dark) 0%, var(--surface-dark-soft) 100%);
    color: #fff;
}

.section-dark p {
    color: rgba(255, 255, 255, 0.76);
}

.section-heading {
    margin-bottom: 1.8rem;
}

.card-grid {
    display: grid;
    gap: 1rem;
}

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

.project-grid,
.testimonial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.resource-grid-expanded {
    align-items: stretch;
}

.service-card,
.project-card,
.testimonial-card,
.resource-card,
.mini-card {
    padding: 1.2rem;
}

.service-card {
    position: relative;
    transition: transform 0.28s var(--ease-premium), box-shadow 0.28s var(--ease-premium), border-color 0.28s var(--ease-premium);
}

.service-card::before,
.project-card::before,
.testimonial-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    border-radius: 28px 28px 0 0;
    background: linear-gradient(90deg, rgba(18, 53, 74, 0.96), rgba(29, 141, 138, 0.9));
    opacity: 0;
    transition: opacity 0.22s ease;
}

.service-card:hover,
.project-card:hover,
.testimonial-card:hover,
.resource-card:hover,
.mini-card:hover,
.proof-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 64px rgba(11, 38, 54, 0.14);
}

.service-card:hover {
    border-color: rgba(29, 141, 138, 0.28);
}

.service-card:hover::before,
.project-card:hover::before,
.testimonial-card:hover::before {
    opacity: 1;
}

.service-card h3,
.project-card h3,
.resource-card h2,
.resource-card h3,
.mini-card h3 {
    margin: 0.65rem 0 0.45rem;
    font-size: 1.05rem;
}

.service-card p,
.project-card p,
.resource-card p,
.mini-card p,
.testimonial-card span {
    margin: 0;
    color: var(--muted);
    line-height: 1.62;
}

.resource-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
    color: var(--muted);
    font-size: 0.84rem;
}

.hero-section {
    padding-bottom: 3.7rem;
}

.section {
    padding-block: 4.2rem;
}

.service-link {
    display: inline-flex;
    margin-top: 1rem;
    position: relative;
}

.service-resource-links {
    margin-top: 1rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(18, 53, 74, 0.08);
}

.service-resource-links strong {
    display: block;
    margin-bottom: 0.65rem;
    color: var(--primary-strong);
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.service-resource-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.service-resource-pill {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.48rem 0.72rem;
    border-radius: 999px;
    background: rgba(18, 53, 74, 0.06);
    color: var(--primary);
    font-size: 0.79rem;
    font-weight: 700;
    line-height: 1.35;
    transition: transform 0.22s var(--ease-premium), background 0.22s var(--ease-premium), color 0.22s var(--ease-premium);
}

.service-resource-pill:hover {
    transform: translateY(-1px);
    background: rgba(29, 141, 138, 0.12);
    color: var(--accent);
}

.service-link::after,
.inline-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.15rem;
    width: 100%;
    height: 2px;
    background: currentColor;
    transform: scaleX(0.35);
    transform-origin: left;
    opacity: 0.5;
    transition: transform 0.22s var(--ease-premium), opacity 0.22s var(--ease-premium);
}

.service-link:hover::after,
.inline-link:hover::after {
    transform: scaleX(1);
    opacity: 1;
}

.project-card-highlight {
    border-color: rgba(29, 141, 138, 0.28);
}

.icon-badge {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: inline-grid;
    place-items: center;
    font-size: 1rem;
    font-weight: 800;
    color: var(--primary);
    background: linear-gradient(135deg, rgba(18, 53, 74, 0.08), rgba(29, 141, 138, 0.18));
}

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

.about-points {
    display: grid;
    gap: 0.85rem;
}

.newsletter-shell {
    grid-template-columns: 1fr 0.85fr;
    align-items: center;
}

.newsletter-form,
.contact-form {
    padding: 0;
}

.newsletter-card {
    padding: 1.1rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 28px 64px rgba(6, 20, 28, 0.32);
    backdrop-filter: blur(14px);
}

.newsletter-input-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.7rem;
    align-items: center;
}

.newsletter-input-wrap {
    position: relative;
}

.newsletter-input {
    min-height: 60px;
    padding: 0 1.1rem;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.97);
    color: var(--primary-strong);
    font-size: 0.96rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.newsletter-input::placeholder {
    color: rgba(15, 34, 48, 0.52);
}

.newsletter-input:focus {
    border-color: rgba(99, 227, 221, 0.55);
    box-shadow:
        0 0 0 5px rgba(74, 213, 205, 0.16),
        0 18px 34px rgba(4, 20, 30, 0.14);
}

.newsletter-submit {
    min-width: 166px;
    min-height: 60px;
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(7, 22, 32, 0.22);
}

.newsletter-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    margin-top: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.84rem;
}

.newsletter-error {
    margin-top: 0;
    color: #ffd7d7;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    margin-bottom: 0.85rem;
}

.full-width {
    grid-column: 1 / -1;
}

.form-control {
    width: 100%;
    padding: 0.82rem 0.95rem;
    border-radius: 16px;
    border: 1px solid rgba(18, 53, 74, 0.14);
    background: rgba(255, 255, 255, 0.92);
    color: var(--text);
    font: inherit;
}

select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 2.8rem;
    background-image:
        linear-gradient(45deg, transparent 50%, rgba(18, 53, 74, 0.7) 50%),
        linear-gradient(135deg, rgba(18, 53, 74, 0.7) 50%, transparent 50%);
    background-position:
        calc(100% - 1.2rem) calc(50% - 0.12rem),
        calc(100% - 0.88rem) calc(50% - 0.12rem);
    background-size: 0.42rem 0.42rem, 0.42rem 0.42rem;
    background-repeat: no-repeat;
}

.form-control:focus {
    outline: 0;
    border-color: rgba(29, 141, 138, 0.7);
    box-shadow: 0 0 0 4px rgba(29, 141, 138, 0.14);
}

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

label {
    display: block;
    margin-bottom: 0.45rem;
    font-weight: 700;
}

.field-error {
    margin-top: 0.35rem;
    color: var(--error);
    font-size: 0.92rem;
}

.consent-row {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin-top: 0.15rem;
    font-size: 0.84rem;
    line-height: 1.5;
    color: var(--muted);
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500;
}

.consent-row input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 0.08rem;
    accent-color: var(--accent);
    flex: 0 0 auto;
}

.consent-row a {
    color: inherit;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.16em;
}

.consent-row-light {
    color: rgba(255, 255, 255, 0.78);
}

.consent-row-light a {
    color: #ffffff;
}

.consent-row-footer {
    margin-top: 0.75rem;
    font-size: 0.78rem;
}

.contact-grid {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: start;
    gap: 1.7rem;
}

.contact-copy {
    padding-top: 0.35rem;
}

.contact-source-note {
    display: grid;
    gap: 0.3rem;
    margin-bottom: 0.95rem;
    padding: 0.92rem 0.98rem;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(18, 53, 74, 0.03), rgba(29, 141, 138, 0.08));
    border: 1px solid rgba(18, 53, 74, 0.08);
}

.contact-source-note strong {
    color: var(--primary-strong);
    font-size: 0.98rem;
    line-height: 1.45;
}

.contact-copy h2 {
    max-width: 12ch;
}

.centered-heading {
    text-align: center;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

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

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

.faq-list {
    display: grid;
    gap: 0.85rem;
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    padding: 1rem 1.1rem;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 250, 251, 0.96));
    border: 1px solid rgba(18, 53, 74, 0.08);
    box-shadow: 0 22px 54px rgba(11, 38, 54, 0.08);
    transition: transform 0.28s var(--ease-premium), box-shadow 0.28s var(--ease-premium), border-color 0.28s var(--ease-premium);
}

.faq-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 28px 64px rgba(11, 38, 54, 0.12);
    border-color: rgba(29, 141, 138, 0.22);
}

.faq-item summary {
    list-style: none;
    cursor: pointer;
    font-weight: 800;
    color: var(--primary-strong);
    padding-right: 2rem;
    position: relative;
    line-height: 1.4;
}

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

.faq-item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    background: rgba(18, 53, 74, 0.06);
    color: var(--primary);
    font-size: 1rem;
    font-weight: 700;
    transition: transform 0.24s var(--ease-premium), background 0.24s var(--ease-premium), color 0.24s var(--ease-premium);
}

.faq-item[open] summary::after {
    transform: translateY(-50%) rotate(45deg);
    background: rgba(29, 141, 138, 0.12);
    color: var(--accent);
}

.faq-item p {
    margin: 0.8rem 0 0;
    color: var(--muted);
    line-height: 1.65;
}

.why-card {
    position: relative;
    padding: 1.25rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(245, 249, 250, 0.95));
    border: 1px solid rgba(18, 53, 74, 0.08);
    box-shadow: 0 24px 60px rgba(11, 38, 54, 0.08);
    transition: transform 0.28s var(--ease-premium), box-shadow 0.28s var(--ease-premium), border-color 0.28s var(--ease-premium);
}

.why-card:hover,
.commitment-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 68px rgba(11, 38, 54, 0.12);
    border-color: rgba(29, 141, 138, 0.24);
}

.why-number {
    display: inline-flex;
    margin-bottom: 0.75rem;
    padding: 0.38rem 0.62rem;
    border-radius: 999px;
    background: rgba(18, 53, 74, 0.08);
    color: var(--primary);
    font-weight: 800;
    letter-spacing: 0.08em;
}

.why-card h3 {
    margin: 0 0 0.55rem;
    font-size: 1.08rem;
}

.why-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.62;
}

.contact-commitments {
    display: grid;
    gap: 0.85rem;
    margin-top: 1.2rem;
}

.commitment-card {
    padding: 1rem;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(248, 251, 252, 0.92));
    border: 1px solid rgba(18, 53, 74, 0.08);
    transition: transform 0.28s var(--ease-premium), box-shadow 0.28s var(--ease-premium), border-color 0.28s var(--ease-premium);
}

.commitment-card strong {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--primary);
}

.commitment-card span {
    color: var(--muted);
    line-height: 1.55;
}

.contact-form {
    padding: 1.3rem;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 251, 252, 0.98));
    border: 1px solid rgba(18, 53, 74, 0.08);
    box-shadow: 0 28px 72px rgba(11, 38, 54, 0.1);
}

.contact-form label {
    margin-bottom: 0.45rem;
    font-size: 0.78rem;
    color: rgba(11, 38, 54, 0.82);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 800;
}

.contact-form .form-control {
    min-height: 62px;
    padding: 0.82rem 0.95rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(18, 53, 74, 0.1);
    font-size: 1rem;
}

.contact-form .form-textarea {
    min-height: 180px;
    padding-top: 0.9rem;
}

.contact-form .field-error {
    margin-top: 0.5rem;
}

.contact-form-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 0.5rem;
}

.contact-form-note {
    color: var(--muted);
    font-size: 0.84rem;
}

.contact-submit {
    min-width: 188px;
    min-height: 54px;
    border-radius: 999px;
    box-shadow: 0 18px 38px rgba(11, 38, 54, 0.16);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding-inline: 1.1rem;
}

.contact-submit-arrow {
    font-size: 1rem;
    line-height: 1;
    transition: transform 0.22s var(--ease-premium);
}

.contact-submit:hover .contact-submit-arrow {
    transform: translate(2px, -2px);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.footer-legal-link {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.84rem;
    font-weight: 700;
}

.footer-legal-link:hover {
    color: #ffffff;
}

.testimonial-meta strong {
    display: block;
    margin-bottom: 0.25rem;
}

.quote {
    font-size: 0.98rem;
    line-height: 1.68;
    color: var(--text);
}

.testimonial-card {
    position: relative;
}

.testimonial-head {
    display: flex;
    align-items: center;
    margin-bottom: 0.9rem;
}

.testimonial-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    border: 2px solid rgba(18, 53, 74, 0.08);
    box-shadow: 0 12px 28px rgba(11, 38, 54, 0.1);
}

.testimonial-avatar-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(18, 53, 74, 0.96), rgba(29, 141, 138, 0.82));
    color: #fff;
    font-weight: 800;
    font-size: 1.05rem;
}

.testimonial-card .quote::before {
    content: "“";
    position: absolute;
    top: 1rem;
    right: 1.2rem;
    font-size: 4rem;
    line-height: 1;
    color: rgba(18, 53, 74, 0.08);
    font-weight: 800;
}

.testimonial-meta {
    margin-top: 0.95rem;
}

.site-footer {
    background: #0b1f2b;
    color: rgba(255, 255, 255, 0.82);
    padding: 2.3rem 0 1.25rem;
}

.final-cta-section {
    background:
        radial-gradient(circle at top left, rgba(29, 141, 138, 0.16), transparent 22%),
        linear-gradient(135deg, #0b2230 0%, #12354a 55%, #195c65 100%);
    color: #fff;
}

.final-cta-shell {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 1.5rem;
    align-items: center;
    padding: 1.7rem;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 34px 90px rgba(5, 16, 24, 0.32);
}

.final-cta-copy h2 {
    margin: 0.7rem 0 0.85rem;
    font-size: clamp(1.75rem, 3.6vw, 2.85rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.final-cta-copy p {
    margin: 0;
    max-width: 56ch;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.65;
}

.final-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    align-items: stretch;
}

.resources-cta {
    margin-top: 1.25rem;
    display: flex;
    justify-content: center;
}

.resources-hero-layout {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 1.2rem;
    align-items: stretch;
}

.resources-hero-shell,
.article-shell {
    max-width: 900px;
}

.resources-hero-shell {
    position: relative;
}

.resources-hero-shell::before {
    content: "";
    position: absolute;
    top: -1.4rem;
    left: -1.2rem;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(29, 141, 138, 0.16), transparent 70%);
    pointer-events: none;
}

.resources-hero h1,
.article-shell h1 {
    margin: 0.7rem 0 0.85rem;
    font-size: clamp(2.3rem, 4.6vw, 4rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.resources-hero p,
.article-excerpt {
    color: var(--muted);
    line-height: 1.68;
    font-size: 1rem;
    max-width: 62ch;
}

.resources-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1rem;
}

.resources-hero-meta span {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.72rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(18, 53, 74, 0.08);
    color: var(--primary);
    font-size: 0.8rem;
    font-weight: 700;
}

.featured-resource-card {
    position: relative;
    overflow: hidden;
    padding: 1.4rem;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(245, 249, 250, 0.96));
}

.featured-resource-card::after {
    content: "";
    position: absolute;
    inset: auto -42px -42px auto;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(29, 141, 138, 0.14), transparent 68%);
    pointer-events: none;
}

.featured-resource-pill {
    margin-top: 0.8rem;
}

.featured-resource-card h2 {
    margin: 0.7rem 0 0.65rem;
    font-size: clamp(1.55rem, 2.8vw, 2.2rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.featured-resource-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.resources-section-head {
    max-width: 760px;
    margin-bottom: 1.3rem;
}

.resources-section-head h2 {
    margin: 0.65rem 0 0;
    line-height: 1.04;
    letter-spacing: -0.04em;
    font-size: clamp(1.6rem, 3vw, 2.45rem);
}

.resources-ledger {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-bottom: 1.2rem;
}

.resources-ledger-item {
    display: grid;
    gap: 0.3rem;
    padding: 0.95rem 1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(18, 53, 74, 0.08);
    box-shadow: 0 18px 34px rgba(11, 38, 54, 0.05);
    transition: transform 0.22s var(--ease-premium), border-color 0.22s var(--ease-premium), box-shadow 0.22s var(--ease-premium);
}

.resources-ledger-item:hover {
    transform: translateY(-2px);
    border-color: rgba(29, 141, 138, 0.2);
    box-shadow: 0 22px 42px rgba(11, 38, 54, 0.08);
}

.resources-ledger-label {
    color: var(--accent);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.resources-ledger-item strong {
    color: var(--primary-strong);
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.resources-ledger-item span:last-child {
    color: var(--muted);
    font-size: 0.76rem;
    font-weight: 700;
}

.resource-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.resource-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    border-radius: 28px 28px 0 0;
    background: linear-gradient(90deg, rgba(18, 53, 74, 0.96), rgba(29, 141, 138, 0.9));
    opacity: 0;
    transition: opacity 0.22s ease;
}

.resource-card:hover::before {
    opacity: 1;
}

.resource-card-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 0.55rem;
    padding: 0.28rem 0.58rem;
    border-radius: 999px;
    background: rgba(18, 53, 74, 0.07);
    color: var(--primary);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.resource-card h2 {
    font-size: 1.12rem;
    line-height: 1.22;
}

.resource-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.8rem;
    margin-top: 0.7rem;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.resource-card p {
    flex: 1 1 auto;
}

.article-meta-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.article-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--muted);
    font-size: 0.86rem;
    font-weight: 700;
}

.article-breadcrumbs a:hover {
    color: var(--primary);
}

.article-reading-time {
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 700;
}

.article-byline {
    color: var(--primary);
    font-size: 0.9rem;
    font-weight: 700;
}

.article-hero-note {
    display: grid;
    gap: 0.32rem;
    max-width: 34rem;
    margin-top: 1rem;
    padding: 1rem 1.05rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(18, 53, 74, 0.08);
    box-shadow: 0 20px 48px rgba(11, 38, 54, 0.08);
}

.article-hero-note strong {
    color: var(--primary-strong);
}

.article-hero-note span {
    color: var(--muted);
    line-height: 1.58;
}

.article-layout {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 1.2rem;
    align-items: start;
}

.privacy-shell {
    max-width: 1240px;
}

.privacy-content {
    width: 100%;
    max-width: none;
    padding: 1.25rem;
}

.privacy-section-block {
    margin: 1.35rem 0 0.6rem;
}

.privacy-section-block h2 {
    margin: 0.42rem 0 0;
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: var(--primary-strong);
}

.privacy-main-section {
    padding-top: 0.55rem;
}

.privacy-shell.article-layout,
.privacy-shell {
    margin-top: -1.15rem;
}

.article-content {
    padding: 1.55rem;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 251, 252, 0.98));
}

.article-content p {
    margin: 0 0 1.1rem;
    color: var(--text);
    line-height: 1.82;
    font-size: 1.03rem;
}

.article-lede {
    font-size: 1.14rem;
    line-height: 1.78;
    color: var(--primary-strong);
}

.article-content p:last-child {
    margin-bottom: 0;
}

.article-takeaways {
    margin-bottom: 1.35rem;
    padding: 1rem 1.05rem;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(18, 53, 74, 0.04), rgba(29, 141, 138, 0.08));
    border: 1px solid rgba(18, 53, 74, 0.08);
}

.article-takeaways ul {
    margin: 0.75rem 0 0;
    padding-left: 1.1rem;
    display: grid;
    gap: 0.55rem;
    color: var(--text);
}

.article-takeaways li {
    line-height: 1.62;
}

.article-pullquote {
    position: relative;
    margin: 1.4rem 0 1.45rem;
    padding: 1.15rem 1.15rem 1.1rem 1.3rem;
    border-left: 3px solid rgba(29, 141, 138, 0.4);
    border-radius: 0 22px 22px 0;
    background: linear-gradient(180deg, rgba(29, 141, 138, 0.08), rgba(18, 53, 74, 0.03));
}

.article-pullquote-mark {
    position: absolute;
    top: -0.5rem;
    left: 0.85rem;
    color: rgba(29, 141, 138, 0.28);
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
}

.article-pullquote p {
    margin: 0;
    padding-left: 0.55rem;
    color: var(--primary-strong);
    font-size: 1.04rem;
    line-height: 1.68;
    font-weight: 600;
}

.article-inline-links {
    margin-top: 1.5rem;
    padding-top: 1.15rem;
    border-top: 1px solid rgba(18, 53, 74, 0.08);
}

.article-context-cta {
    margin: 1.45rem 0;
    padding: 1.25rem 1.2rem;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(29, 141, 138, 0.2), transparent 36%),
        linear-gradient(135deg, rgba(18, 53, 74, 0.98), rgba(18, 83, 96, 0.96));
    color: #fff;
    box-shadow: 0 28px 60px rgba(11, 38, 54, 0.18);
}

.article-context-cta .eyebrow {
    color: rgba(255, 255, 255, 0.72);
}

.article-context-cta h2 {
    margin: 0.55rem 0 0.55rem;
    color: #fff;
    font-size: 1.32rem;
    line-height: 1.1;
}

.article-context-cta p {
    margin: 0 0 1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.64;
}

.article-inline-links strong {
    display: block;
    margin-bottom: 0.75rem;
    color: var(--primary-strong);
}

.article-inline-links-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.article-inline-link {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.78rem;
    border-radius: 999px;
    background: rgba(18, 53, 74, 0.06);
    color: var(--primary);
    font-size: 0.84rem;
    font-weight: 700;
    transition: transform 0.22s var(--ease-premium), background 0.22s var(--ease-premium), color 0.22s var(--ease-premium);
}

.article-inline-link:hover {
    transform: translateY(-1px);
    background: rgba(29, 141, 138, 0.1);
    color: var(--accent);
}

.article-aside {
    display: grid;
    gap: 1rem;
    position: sticky;
    top: 112px;
}

.article-aside-card {
    padding: 1.15rem;
}

.article-aside-card h2 {
    margin: 0.6rem 0 0.55rem;
    font-size: 1.18rem;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.article-aside-card p {
    margin: 0 0 1rem;
    color: var(--muted);
    line-height: 1.58;
}

.article-related-list {
    display: grid;
    gap: 0.9rem;
    margin-top: 0.8rem;
}

.article-related-link {
    display: grid;
    gap: 0.3rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid rgba(18, 53, 74, 0.08);
}

.article-related-link:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.article-related-link strong {
    color: var(--primary-strong);
}

.article-related-link span {
    color: var(--muted);
    line-height: 1.55;
    font-size: 0.92rem;
}

.resources-bottom-note {
    max-width: 760px;
    margin: 1.15rem auto 0;
    text-align: center;
}

.resources-bottom-note p {
    margin: 0;
    color: var(--muted);
    line-height: 1.62;
    font-size: 0.92rem;
}

.primary-nav-static {
    display: flex;
}

@keyframes trust-marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-50% - 0.4rem));
    }
}

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

.footer-brand-block,
.footer-nav-block,
.footer-newsletter-block {
    display: grid;
    gap: 0.85rem;
}

.footer-brand-mark {
    display: inline-flex;
    flex-direction: column;
    gap: 0.12rem;
    align-items: flex-start;
}

.footer-brand-mark .brand-line-primary {
    color: #f2f5f6;
    font-size: 1.5rem;
}

.footer-brand-mark .brand-line-accent {
    color: #d39257;
    font-size: 0.72rem;
}

.footer-newsletter-copy {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.6;
}

.footer-brand-positioning {
    margin: 0;
    max-width: 28ch;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.55;
    font-size: 0.96rem;
}

.footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 0.15rem;
}

.footer-socials-block {
    display: grid;
    gap: 0.35rem;
    margin-top: 0.1rem;
}

.footer-socials-label {
    font-size: 0.68rem;
    letter-spacing: 0.18em;
}

.footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.8);
    transition:
        transform 0.22s var(--ease-premium),
        border-color 0.22s var(--ease-premium),
        color 0.22s var(--ease-premium),
        background 0.22s var(--ease-premium);
    position: relative;
}

.footer-socials a:hover {
    transform: translateY(-2px);
}

.footer-socials a svg {
    width: 1.02rem;
    height: 1.02rem;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

.footer-socials a::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 0.55rem);
    transform: translateX(-50%) translateY(4px);
    padding: 0.35rem 0.55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--primary-strong);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    white-space: nowrap;
    box-shadow: 0 12px 28px rgba(5, 16, 24, 0.18);
    opacity: 0;
    pointer-events: none;
    transition:
        opacity 0.18s var(--ease-premium),
        transform 0.18s var(--ease-premium);
}

.footer-socials a:hover::after {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.social-instagram:hover {
    color: #ffd1ea;
    border-color: rgba(255, 141, 194, 0.34);
    background: rgba(255, 141, 194, 0.08);
}

.social-threads:hover {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.1);
}

.social-tiktok:hover {
    color: #bff8f3;
    border-color: rgba(77, 238, 234, 0.3);
    background: rgba(77, 238, 234, 0.08);
}

.social-linkedin:hover {
    color: #cfe5ff;
    border-color: rgba(92, 166, 255, 0.32);
    background: rgba(92, 166, 255, 0.08);
}

.footer-heading {
    display: inline-block;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(255, 255, 255, 0.54);
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem 1rem;
    margin-top: 0.65rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.84);
    transition: color 0.22s var(--ease-premium), transform 0.22s var(--ease-premium);
}

.footer-links a:hover {
    color: #d7f4f1;
    transform: translateY(-1px);
}

.footer-newsletter {
    display: grid;
    gap: 0.75rem;
    margin-top: 0.65rem;
}

.footer-newsletter-shell {
    padding: 0.25rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-newsletter .form-control {
    min-height: 52px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(255, 255, 255, 0.18);
}

.footer-newsletter-submit {
    justify-self: start;
    padding-inline: 1.05rem;
    min-height: 46px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.footer-newsletter-submit:hover {
    background: rgba(255, 255, 255, 0.16);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.62);
}

.back-to-top-floating {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(18, 53, 74, 0.96), rgba(29, 141, 138, 0.92));
    box-shadow: 0 18px 36px rgba(11, 38, 54, 0.22);
    color: #fff;
    font-size: 1.1rem;
    z-index: 70;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition:
        transform 0.22s var(--ease-premium),
        opacity 0.22s var(--ease-premium),
        box-shadow 0.22s var(--ease-premium);
}

.back-to-top-floating.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.back-to-top-floating:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(11, 38, 54, 0.28);
}

.flash-stack {
    position: fixed;
    top: 1rem;
    right: 1rem;
    display: grid;
    gap: 0.75rem;
    z-index: 80;
}

.newsletter-form .form-control,
.footer-newsletter .form-control {
    min-height: 56px;
}

.flash {
    min-width: 280px;
    max-width: 420px;
    padding: 1rem 1.1rem;
    border-radius: 16px;
    color: #fff;
    box-shadow: var(--shadow);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.flash-message {
    flex: 1;
    line-height: 1.4;
}

.flash-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color 0.2s ease, opacity 0.2s ease;
    opacity: 0.8;
}

.flash-close:hover {
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 1;
}

.flash-close:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.flash-success { background: var(--success); }
.flash-info { background: var(--primary); }
.flash-warning { background: var(--warning); }
.flash-error { background: var(--error); }

@keyframes floatSoft {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

@keyframes barPulse {
    0%, 100% { filter: saturate(1); transform: scaleY(1); }
    50% { filter: saturate(1.08); transform: scaleY(1.04); }
}

@media (max-width: 980px) {
    section[id],
    footer[id],
    [id="hero"],
    [id="services"],
    [id="about"],
    [id="projects"],
    [id="newsletter"],
    [id="testimonials"],
    [id="why-us"],
    [id="contact"],
    [id="final-cta"] {
        scroll-margin-top: 92px;
    }

    .container {
        width: min(calc(100% - 1.6rem), var(--container));
    }

    .site-header {
        background: rgba(248, 251, 252, 0.92);
    }

    .header-inner {
        min-height: 64px;
        gap: 0.75rem;
    }

    .brand-line-primary {
        font-size: 1.18rem;
    }

    .brand-line-accent {
        font-size: 0.62rem;
        letter-spacing: 0.28em;
    }

    .menu-toggle {
        display: inline-block;
        width: 44px;
        height: 44px;
        border-radius: 14px;
        background: rgba(18, 53, 74, 0.05);
        border: 1px solid rgba(18, 53, 74, 0.08);
        padding: 0 0.65rem;
    }

    .primary-nav {
        position: absolute;
        top: calc(100% + 0.55rem);
        right: 0.625rem;
        left: 0.625rem;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.35rem;
        padding: 0.85rem;
        background: rgba(255, 255, 255, 0.96);
        border: 1px solid rgba(18, 53, 74, 0.08);
        border-radius: 20px;
        box-shadow: 0 26px 54px rgba(11, 38, 54, 0.14);
        backdrop-filter: blur(16px);
        overflow: hidden;
    }

    .primary-nav a {
        width: 100%;
        padding: 0.75rem 0.2rem;
        border-bottom: 1px solid rgba(18, 53, 74, 0.06);
    }

    .primary-nav a:last-of-type {
        border-bottom: 0;
    }

    .nav-cta {
        margin-top: 0.3rem;
        padding: 0.82rem 1rem !important;
        text-align: center;
    }

    .language-switcher {
        margin-top: 0.25rem;
        padding: 0.45rem 0.65rem;
    }

    .primary-nav.is-open {
        display: flex;
    }

    .primary-nav-static {
        position: static;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0.75rem;
        padding: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
        backdrop-filter: none;
    }

    .primary-nav-static a {
        width: auto;
        padding: 0;
        border-bottom: 0;
    }

    .primary-nav-static .nav-cta {
        margin-top: 0;
        padding: 0.72rem 0.95rem !important;
    }

    .hero-grid,
    .proof-grid,
    .why-grid,
    .about-grid,
    .newsletter-shell,
    .contact-grid,
    .final-cta-shell,
    .footer-grid,
    .services-grid,
    .project-grid,
    .resource-grid,
    .testimonial-grid,
    .form-grid,
    .resources-hero-layout,
    .article-layout {
        grid-template-columns: 1fr;
    }

    .hero-section,
    .section {
        padding: 2.35rem 0;
    }

    .proof-band {
        margin-top: 0;
    }

    .trust-strip-shell {
        padding: 0;
    }


    .trust-brand-card {
        min-width: 200px;
        padding: 0.85rem 0.9rem;
        border-radius: 18px;
    }

    .trust-brand-visual {
        min-height: 60px;
        margin-bottom: 0.76rem;
        padding: 0.62rem 0.76rem;
        border-radius: 18px;
    }

    .trust-brand-logo {
        max-width: 120px;
        max-height: 30px;
    }

    .trust-brand-placeholder {
        width: 122px;
    }

    .hero-copy h1 {
        max-width: 10ch;
        font-size: clamp(2rem, 11vw, 3rem);
        line-height: 0.97;
        letter-spacing: -0.055em;
    }

    .hero-lead,
    .section-heading p,
    .about-grid p,
    .newsletter-copy p,
    .contact-copy p,
    .proof-item span,
    .why-card p,
    .commitment-card span,
    .footer-brand-positioning,
    .footer-newsletter-copy {
        font-size: 0.96rem;
        line-height: 1.6;
    }

    .hero-topline {
        margin-bottom: 0.85rem;
        padding: 0.44rem 0.72rem;
        font-size: 0.78rem;
    }

    .eyebrow {
        font-size: 0.7rem;
        letter-spacing: 0.16em;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.65rem;
        margin: 1.05rem 0;
    }

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

    .hero-chips {
        gap: 0.55rem;
        margin-top: 0.8rem;
    }

    .hero-chips span,
    .trust-strip {
        font-size: 0.8rem;
    }

    .trust-strip {
        width: 100%;
        border-radius: 20px;
        justify-content: flex-start;
        padding: 0.8rem 0.95rem;
    }

    .hero-metrics {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }

    .hero-metrics article {
        min-width: 0;
        padding: 0.8rem 0.9rem;
        border-radius: 18px;
    }

    .hero-card,
    .card-surface,
    .info-card,
    .mini-card,
    .why-card,
    .contact-form,
    .final-cta-shell {
        border-radius: 22px;
    }

    .hero-card,
    .service-card,
    .project-card,
    .testimonial-card,
    .mini-card,
    .why-card,
    .newsletter-card,
    .contact-form {
        padding: 1rem;
    }

    .hero-card-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 0.8rem;
        margin-top: 0.95rem;
        padding-top: 0.85rem;
    }

    .hero-card-cta {
        width: auto;
        min-width: 0;
        justify-self: start;
        font-size: 0.82rem;
    }

    .floating-note {
        max-width: none;
        border-radius: 18px;
        padding: 0.8rem 0.9rem;
    }

    .signal-board__grid {
        grid-template-columns: 1fr;
    }

    .signal-board,
    .signal-board__screen {
        border-radius: 20px;
    }

    .proof-grid,
    .why-grid,
    .faq-list,
    .services-grid,
    .project-grid,
    .resource-grid,
    .testimonial-grid {
        gap: 0.85rem;
    }

    .section-heading {
        margin-bottom: 1.15rem;
    }

    .section-heading h2,
    .about-grid h2,
    .newsletter-copy h2,
    .contact-copy h2,
    .final-cta-copy h2 {
        margin-top: 0.6rem;
        font-size: clamp(1.65rem, 8vw, 2.25rem);
        line-height: 1.02;
    }

    .contact-copy h2 {
        max-width: 11ch;
    }

    .proof-item {
        padding: 0.95rem 0.9rem;
        border-radius: 18px;
    }

    .newsletter-input-row {
        grid-template-columns: 1fr;
        gap: 0.6rem;
    }

    .newsletter-submit {
        width: 100%;
        min-width: 0;
        min-height: 54px;
        border-radius: 16px;
    }

    .newsletter-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        margin-top: 0.65rem;
    }

    .form-grid {
        gap: 0.75rem;
    }

    .contact-form label {
        margin-bottom: 0.35rem;
        font-size: 0.7rem;
    }

    .contact-form .form-control,
    .newsletter-input,
    .footer-newsletter .form-control {
        min-height: 52px;
        font-size: 0.93rem;
        border-radius: 15px;
    }

    .contact-form .form-textarea {
        min-height: 150px;
    }

    .contact-form-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }

    .contact-submit {
        width: 100%;
        min-width: 0;
        min-height: 52px;
    }

    .footer-grid {
        gap: 1.1rem;
    }

    .footer-brand-block,
    .footer-nav-block,
    .footer-newsletter-block {
        gap: 0.65rem;
    }

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

    .footer-newsletter {
        gap: 0.55rem;
        margin-top: 0.45rem;
    }

    .footer-newsletter-submit {
        width: 100%;
        justify-self: stretch;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.55rem;
        padding-top: 1.1rem;
        margin-top: 1.1rem;
    }

    .back-to-top-floating {
        right: 0.9rem;
        bottom: 0.9rem;
        width: 46px;
        height: 46px;
        font-size: 1rem;
    }
}

@media (max-width: 640px) {
    .container {
        width: min(calc(100% - 1.55rem), var(--container));
    }

    .hero-section,
    .section {
        padding: 2rem 0;
    }

    .hero-grid,
    .about-grid,
    .contact-grid,
    .newsletter-shell,
    .footer-grid {
        gap: 0.95rem;
    }

    .trust-strip-section {
        padding: 0.1rem 0 1.1rem;
    }

    .trust-strip-heading {
        margin-bottom: 0.95rem;
    }


    .trust-marquee {
        mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
        -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
    }

    .trust-brand-card {
        min-width: 174px;
        padding: 0.78rem 0.82rem;
        border-radius: 16px;
    }

    .trust-brand-visual {
        min-height: 54px;
        margin-bottom: 0.66rem;
        padding: 0.56rem 0.7rem;
        border-radius: 16px;
    }

    .trust-brand-logo {
        max-width: 104px;
        max-height: 26px;
    }

    .trust-brand-placeholder {
        width: 108px;
    }

    .trust-brand-card strong {
        font-size: 0.98rem;
    }

    .trust-brand-card span {
        font-size: 0.68rem;
    }

    .site-header {
        backdrop-filter: blur(16px);
    }

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

    .brand {
        max-width: calc(100% - 3.4rem);
    }

    .brand-line-primary {
        font-size: 1.08rem;
    }

    .brand-line-accent {
        font-size: 0.58rem;
        letter-spacing: 0.24em;
    }

    .menu-toggle {
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }

    .primary-nav {
        position: absolute;
        top: calc(100% + 0.7rem);
        right: 0.2rem;
        left: 0.2rem;
        padding: 0.9rem 0.9rem 1rem;
        border-radius: 24px;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(246, 250, 251, 0.96));
        box-shadow: 0 30px 80px rgba(8, 24, 34, 0.18);
        transform-origin: top right;
    }

    .primary-nav::before {
        content: "";
        position: absolute;
        inset: 0 0 auto 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(29, 141, 138, 0.5), transparent);
    }

    .primary-nav::after {
        content: "";
        position: absolute;
        inset: auto -20% -36% auto;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(29, 141, 138, 0.12), transparent 68%);
        pointer-events: none;
    }

    .primary-nav a {
        padding: 0.82rem 0.1rem;
        font-size: 0.97rem;
        position: relative;
        z-index: 1;
    }

    .nav-cta {
        margin-top: 0.35rem;
        border-radius: 16px;
        box-shadow: 0 14px 34px rgba(18, 53, 74, 0.15);
    }

    .language-switcher {
        width: 100%;
        justify-content: center;
        margin-top: 0.45rem;
        border-radius: 14px;
        background: rgba(18, 53, 74, 0.045);
    }

    .hero-copy {
        padding: 0.1rem 0.05rem 0;
    }

    .hero-copy > .eyebrow {
        margin-bottom: 0.12rem;
    }

    .hero-copy::before {
        content: "";
        position: absolute;
        top: -0.55rem;
        left: -0.2rem;
        width: 86px;
        height: 86px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(29, 141, 138, 0.16), transparent 72%);
        pointer-events: none;
        z-index: -1;
    }

    .hero-copy h1 {
        max-width: 8.7ch;
        font-size: clamp(2.05rem, 11.4vw, 2.95rem);
        line-height: 0.94;
        margin: 0.42rem 0 0.52rem;
    }

    .hero-lead {
        font-size: 0.91rem;
        line-height: 1.55;
        max-width: 34ch;
        margin: 0;
    }

    .hero-topline {
        width: 100%;
        justify-content: flex-start;
        font-size: 0.75rem;
        border-radius: 16px;
        padding: 0.42rem 0.7rem;
        margin-bottom: 0.6rem;
    }

    .hero-chips span {
        padding: 0.38rem 0.62rem;
        font-size: 0.74rem;
    }

    .card-label,
    .pill,
    .why-number {
        font-size: 0.72rem;
    }

    .btn {
        padding: 0.78rem 1rem;
        font-size: 0.93rem;
    }

    .btn-large {
        padding: 0.82rem 1.05rem;
    }

    .hero-actions {
        gap: 0.58rem;
        margin: 0.76rem 0 0.65rem;
    }

    .hero-actions .btn:first-child {
        box-shadow: 0 18px 36px rgba(18, 53, 74, 0.18);
    }

    .hero-actions .btn:last-child {
        background: rgba(255, 255, 255, 0.86);
    }

    .trust-strip {
        padding: 0.72rem 0.85rem;
        gap: 0.55rem;
        border-radius: 18px;
        margin-top: 0;
    }

    .trust-strip strong {
        font-size: 1.05rem;
    }

    .hero-metrics article {
        padding: 0.72rem 0.82rem;
    }

    .hero-metrics strong {
        font-size: 1.02rem;
    }

    .hero-metrics span {
        font-size: 0.8rem;
    }

    .hero-metrics {
        margin-top: 0.68rem;
    }

    .hero-panel {
        gap: 0.58rem;
    }

    .hero-card {
        padding: 0.92rem 0.92rem;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 251, 0.96));
    }

    .hero-card .card-label {
        margin-bottom: 0.2rem;
    }

    .hero-card h2 {
        margin: 0.55rem 0 0.6rem;
        font-size: 1.3rem;
        line-height: 1.05;
        letter-spacing: -0.035em;
    }

    .signal-board {
        padding: 0.58rem;
        margin: 0.68rem 0 0.56rem;
    }

    .signal-stat,
    .signal-panel,
    .signal-chart {
        padding: 0.62rem;
        border-radius: 14px;
    }

    .signal-stat strong {
        font-size: 1.15rem;
    }

    .check-list {
        margin-top: 0.72rem;
    }

    .check-list li {
        padding: 0.5rem 0 0.5rem 1.25rem;
        font-size: 0.91rem;
        line-height: 1.45;
    }

    .check-list li::before {
        top: 0.95rem;
        width: 0.58rem;
        height: 0.58rem;
    }

    .hero-card-footer span {
        line-height: 1.5;
        font-size: 0.9rem;
    }

    .hero-card-fit strong {
        font-size: 0.9rem;
        letter-spacing: -0.02em;
    }

    .proof-item,
    .service-card,
    .project-card,
    .testimonial-card,
    .why-card,
    .faq-item,
    .mini-card,
    .commitment-card {
        border-radius: 20px;
    }

    .service-card,
    .project-card,
    .testimonial-card,
    .resource-card,
    .why-card {
        position: relative;
        overflow: hidden;
    }

    .service-card::after,
    .project-card::after,
    .testimonial-card::after,
    .resource-card::after,
    .why-card::after {
        content: "";
        position: absolute;
        inset: auto -30px -40px auto;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(29, 141, 138, 0.12), transparent 68%);
        pointer-events: none;
    }

    .service-card h3,
    .project-card h3,
    .resource-card h2,
    .mini-card h3,
    .why-card h3 {
        font-size: 1rem;
        line-height: 1.2;
    }

    .service-card p,
    .project-card p,
    .mini-card p,
    .resource-card p,
    .testimonial-card span,
    .why-card p {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .service-card {
        padding-top: 1.05rem;
    }

    .service-card .icon-badge {
        width: 42px;
        height: 42px;
        border-radius: 13px;
        margin-bottom: 0.18rem;
    }

    .service-link {
        margin-top: 0.78rem;
        font-size: 0.86rem;
        letter-spacing: -0.01em;
    }

    .resource-card-footer {
        margin-top: 0.85rem;
        align-items: flex-start;
        flex-direction: column;
        gap: 0.35rem;
    }

    .resources-ledger {
        grid-template-columns: 1fr;
        gap: 0.65rem;
        margin-bottom: 1rem;
    }

    .resources-ledger-item {
        padding: 0.82rem 0.86rem;
        border-radius: 18px;
    }

    .resources-ledger-item strong {
        font-size: 0.9rem;
        line-height: 1.22;
    }

    .resources-ledger-item span:last-child {
        font-size: 0.71rem;
    }

    .resource-card-meta {
        margin-top: 0.6rem;
        font-size: 0.72rem;
    }

    .quote {
        font-size: 0.92rem;
        line-height: 1.58;
    }

    .testimonial-avatar {
        width: 50px;
        height: 50px;
    }

    .contact-commitments {
        margin-top: 1rem;
        gap: 0.7rem;
    }

    .commitment-card {
        padding: 0.9rem;
    }

    .newsletter-card,
    .contact-form,
    .final-cta-shell {
        padding: 0.9rem;
    }

    .newsletter-card,
    .contact-form,
    .final-cta-shell,
    .footer-newsletter-shell {
        border-radius: 18px;
    }

    .final-cta-copy p {
        font-size: 0.9rem;
        line-height: 1.52;
    }

    .footer-links {
        gap: 0.45rem 0.85rem;
        margin-top: 0.45rem;
    }

    .footer-socials a {
        width: 40px;
        height: 40px;
    }

    .faq-item {
        padding: 0.9rem 0.95rem;
    }

    .faq-item summary {
        font-size: 0.95rem;
        padding-right: 1.8rem;
    }

    .faq-item p {
        margin-top: 0.7rem;
        font-size: 0.9rem;
        line-height: 1.55;
    }

    .back-to-top-floating {
        right: 0.8rem;
        bottom: 0.8rem;
        width: 44px;
        height: 44px;
    }

    .resources-hero h1,
    .article-shell h1 {
        font-size: clamp(1.9rem, 10vw, 2.8rem);
        margin: 0.55rem 0 0.7rem;
    }

    .resources-hero-layout {
        gap: 0.95rem;
    }

    .resources-hero-shell::before {
        top: -0.85rem;
        left: -0.5rem;
        width: 120px;
        height: 120px;
    }

    .resources-hero-meta {
        margin-top: 0.8rem;
        gap: 0.45rem;
    }

    .resources-hero-meta span {
        font-size: 0.74rem;
        padding: 0.38rem 0.6rem;
    }

    .featured-resource-card {
        padding: 1rem;
        border-radius: 22px;
    }

    .featured-resource-card h2,
    .resources-section-head h2 {
        font-size: 1.28rem;
        line-height: 1.08;
    }

    .resources-section-head {
        margin-bottom: 1rem;
    }

    .resources-bottom-note {
        margin-top: 0.95rem;
    }

    .resources-hero p,
    .article-excerpt,
    .article-content p {
        font-size: 0.92rem;
        line-height: 1.58;
    }

    .article-content {
        padding: 1rem;
    }

    .article-lede {
        font-size: 1rem;
        line-height: 1.68;
    }

    .article-takeaways {
        margin-bottom: 1rem;
        padding: 0.85rem 0.9rem;
        border-radius: 18px;
    }

    .article-takeaways ul {
        gap: 0.45rem;
    }

    .article-inline-links {
        margin-top: 1.2rem;
        padding-top: 0.95rem;
    }

    .article-pullquote {
        margin: 1rem 0 1.1rem;
        padding: 0.9rem 0.9rem 0.9rem 1rem;
        border-radius: 0 18px 18px 0;
    }

    .article-pullquote-mark {
        top: -0.42rem;
        left: 0.72rem;
        font-size: 2.35rem;
    }

    .article-pullquote p {
        padding-left: 0.35rem;
        font-size: 0.92rem;
        line-height: 1.56;
    }

    .article-inline-links-list {
        gap: 0.5rem;
    }

    .article-inline-link {
        padding: 0.45rem 0.68rem;
        font-size: 0.78rem;
    }

    .article-breadcrumbs {
        font-size: 0.78rem;
        flex-wrap: wrap;
    }

    .article-meta-row {
        gap: 0.45rem 0.7rem;
    }

    .article-byline,
    .article-reading-time {
        font-size: 0.8rem;
    }

    .article-hero-note {
        margin-top: 0.8rem;
        padding: 0.85rem 0.9rem;
        border-radius: 18px;
    }

    .article-aside {
        position: static;
        gap: 0.8rem;
    }

    .article-aside-card {
        padding: 0.95rem;
    }

    .article-aside-card h2 {
        font-size: 1.05rem;
    }

    .primary-nav-static {
        position: static;
        display: flex;
        padding: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    .primary-nav-static a {
        width: auto;
        padding: 0;
        border-bottom: 0;
    }

    .primary-nav-static .nav-cta {
        margin-top: 0;
        padding: 0.7rem 0.9rem !important;
    }

    .js .hero-copy.reveal {
        transform: translateY(18px) scale(0.99);
    }

    .js .hero-panel.reveal {
        transform: translateY(26px) scale(0.975);
    }

    .js .services-grid .reveal-item:nth-child(odd),
    .js .project-grid .reveal-item:nth-child(odd),
    .js .testimonial-grid .reveal-item:nth-child(odd),
    .js .why-grid .reveal-item:nth-child(odd) {
        transform: translateX(-18px) translateY(14px) scale(0.985);
    }

    .js .services-grid .reveal-item:nth-child(even),
    .js .project-grid .reveal-item:nth-child(even),
    .js .testimonial-grid .reveal-item:nth-child(even),
    .js .why-grid .reveal-item:nth-child(even) {
        transform: translateX(18px) translateY(14px) scale(0.985);
    }

    .flash-stack {
        top: 0.75rem;
        left: 0.75rem;
        right: 0.75rem;
    }

    .flash {
        min-width: 0;
        width: 100%;
        max-width: none;
        padding: 0.9rem 1rem;
    }

    .flash-close {
        font-size: 1.25rem;
        width: 1.25rem;
        height: 1.25rem;
    }
}

@media (max-width: 640px) and (prefers-reduced-motion: no-preference) {
    .primary-nav.is-open {
        animation: mobileDrawerIn 0.34s var(--ease-premium);
    }
}

@media (prefers-reduced-motion: reduce) {
    .trust-marquee-track {
        animation: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .js .reveal,
    .js .reveal-item,
    .btn,
    .hero-topline,
    .signal-board,
    .hero-metrics article,
    .service-card,
    .project-card,
    .testimonial-card,
    .mini-card,
    .proof-item,
    .why-card,
    .commitment-card,
    .back-to-top-floating {
        transition: none !important;
        animation: none !important;
        transform: none !important;
        filter: none !important;
    }
}

@keyframes mobileDrawerIn {
    0% {
        opacity: 0;
        transform: translateY(-10px) scale(0.98);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
