:root {
    --eu-ink: #10243b;
    --eu-ink-soft: #183654;
    --eu-brand: #0069c7;
    --eu-brand-dark: #004a91;
    --eu-sky: #eaf5ff;
    --eu-paper: #ffffff;
    --eu-surface: #f4f7fa;
    --eu-line: #d7e2ec;
    --eu-text: #22364a;
    --eu-muted: #5d6e7e;
    --eu-success: #1e7a54;
    --eu-accent: #d99425;
    --eu-shadow: 0 18px 50px rgba(16, 36, 59, 0.10);
    --eu-shadow-small: 0 8px 24px rgba(16, 36, 59, 0.08);
    --eu-radius: 1.25rem;
    --eu-radius-small: 0.875rem;
    --eu-container: 74rem;
    --eu-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body.eu-home {
    margin: 0;
    color: var(--eu-text);
    background: var(--eu-paper);
    font-family: var(--eu-font);
    font-size: 1rem;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

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

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

.eu-home a {
    color: var(--eu-brand-dark);
    text-underline-offset: 0.18em;
}

.eu-home a:hover {
    text-decoration-thickness: 0.12em;
}

.eu-home button,
.eu-home input,
.eu-home select,
.eu-home textarea {
    font: inherit;
}

.eu-home h1,
.eu-home h2,
.eu-home h3,
.eu-home p,
.eu-home ul,
.eu-home ol,
.eu-home dl {
    margin-top: 0;
}

.eu-home h1,
.eu-home h2,
.eu-home h3 {
    color: var(--eu-ink);
    font-weight: 750;
    line-height: 1.12;
    letter-spacing: -0.025em;
}

.eu-home h1 {
    max-width: 16ch;
    margin-bottom: 1.35rem;
    font-size: clamp(2.45rem, 6vw, 4.8rem);
}

.eu-home h2 {
    margin-bottom: 1rem;
    font-size: clamp(2rem, 4vw, 3.25rem);
}

.eu-home h3 {
    margin-bottom: 0.75rem;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.eu-home :focus-visible {
    outline: 0.2rem solid #ffbf47;
    outline-offset: 0.2rem;
}

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

.eu-section {
    padding-block: clamp(4.5rem, 8vw, 7.5rem);
}

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

.eu-section--ink {
    color: rgba(255, 255, 255, 0.84);
    background: var(--eu-ink);
}

.eu-section--ink h2,
.eu-section--ink h3 {
    color: var(--eu-paper);
}

.eu-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1rem;
    color: var(--eu-brand-dark);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.3;
    text-transform: uppercase;
}

.eu-eyebrow::before {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background: var(--eu-brand);
    content: "";
}

.eu-section--ink .eu-eyebrow {
    color: #bfe1ff;
}

.eu-section--ink .eu-eyebrow::before {
    background: #73c0ff;
}

.eu-lead {
    max-width: 46rem;
    margin-bottom: 0;
    color: var(--eu-muted);
    font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.eu-section--ink .eu-lead {
    color: rgba(255, 255, 255, 0.75);
}

.eu-skip-link {
    position: fixed;
    z-index: 9999;
    top: 0.75rem;
    left: 0.75rem;
    transform: translateY(-180%);
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    color: var(--eu-paper) !important;
    background: var(--eu-ink);
    font-weight: 700;
}

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

.eu-topbar {
    color: rgba(255, 255, 255, 0.82);
    background: var(--eu-ink);
    font-size: 0.84rem;
}

.eu-topbar__inner {
    display: flex;
    min-height: 2.65rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.eu-topbar a {
    color: var(--eu-paper);
    font-weight: 700;
    text-decoration: none;
}

.eu-topbar__meta {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.eu-site-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    border-bottom: 1px solid rgba(215, 226, 236, 0.85);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
}

.admin-bar .eu-site-header {
    top: 32px;
}

.eu-header__inner {
    display: flex;
    min-height: 5.25rem;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.eu-brand {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 0.75rem;
    color: var(--eu-ink) !important;
    text-decoration: none;
}

.eu-brand__logo {
    width: 3.15rem;
    height: 3.15rem;
    flex: 0 0 auto;
    border-radius: 0.75rem;
    object-fit: contain;
}

.eu-brand__mark {
    display: grid;
    width: 2.9rem;
    height: 2.9rem;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 0.8rem;
    color: var(--eu-paper);
    background: linear-gradient(145deg, var(--eu-brand), var(--eu-brand-dark));
    font-size: 1.3rem;
    font-weight: 850;
    box-shadow: var(--eu-shadow-small);
}

.eu-brand__text {
    display: grid;
    line-height: 1.05;
}

.eu-brand__text strong {
    font-size: 1rem;
    letter-spacing: -0.015em;
}

.eu-brand__text small {
    margin-top: 0.3rem;
    color: var(--eu-muted);
    font-size: 0.67rem;
    font-weight: 750;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.eu-nav-toggle {
    display: none;
    min-width: 3rem;
    min-height: 3rem;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--eu-line);
    border-radius: 0.75rem;
    color: var(--eu-ink);
    background: var(--eu-paper);
    cursor: pointer;
}

.eu-nav-toggle span {
    position: relative;
    display: block;
    width: 1.35rem;
    height: 0.125rem;
    background: currentColor;
}

.eu-nav-toggle span::before,
.eu-nav-toggle span::after {
    position: absolute;
    left: 0;
    width: 1.35rem;
    height: 0.125rem;
    background: currentColor;
    content: "";
}

.eu-nav-toggle span::before {
    top: -0.42rem;
}

.eu-nav-toggle span::after {
    top: 0.42rem;
}

.eu-nav-toggle[aria-expanded="true"] span {
    background: transparent;
}

.eu-nav-toggle[aria-expanded="true"] span::before {
    top: 0;
    transform: rotate(45deg);
}

.eu-nav-toggle[aria-expanded="true"] span::after {
    top: 0;
    transform: rotate(-45deg);
}

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

.eu-primary-nav > a:not(.eu-button) {
    min-height: 2.75rem;
    padding: 0.62rem 0.68rem;
    color: var(--eu-ink-soft);
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
}

.eu-primary-nav > a:not(.eu-button):hover {
    color: var(--eu-brand-dark);
}

.eu-button {
    display: inline-flex;
    min-height: 3.15rem;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: 1px solid transparent;
    border-radius: 0.78rem;
    padding: 0.75rem 1.15rem;
    color: var(--eu-paper) !important;
    background: var(--eu-brand);
    font-weight: 780;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 105, 199, 0.2);
    transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.eu-button:hover {
    transform: translateY(-1px);
    background: var(--eu-brand-dark);
    box-shadow: 0 12px 26px rgba(0, 74, 145, 0.24);
}

.eu-button--secondary {
    border-color: var(--eu-line);
    color: var(--eu-ink) !important;
    background: var(--eu-paper);
    box-shadow: none;
}

.eu-button--secondary:hover {
    border-color: #aabed0;
    color: var(--eu-brand-dark) !important;
    background: var(--eu-surface);
}

.eu-button--light {
    color: var(--eu-ink) !important;
    background: var(--eu-paper);
    box-shadow: none;
}

.eu-button--light:hover {
    color: var(--eu-brand-dark) !important;
    background: var(--eu-sky);
}

.eu-text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    color: var(--eu-brand-dark) !important;
    font-weight: 780;
    text-decoration: none;
}

.eu-text-link::after {
    content: "→";
    transition: transform 160ms ease;
}

.eu-text-link:hover::after {
    transform: translateX(0.18rem);
}

.eu-hero {
    position: relative;
    overflow: hidden;
    padding-block: clamp(4rem, 9vw, 8rem);
    background:
        radial-gradient(circle at 82% 20%, rgba(0, 105, 199, 0.16), transparent 25rem),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.eu-hero::after {
    position: absolute;
    inset: auto -8rem -12rem auto;
    width: 26rem;
    height: 26rem;
    border: 4rem solid rgba(0, 105, 199, 0.045);
    border-radius: 50%;
    content: "";
}

.eu-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(20rem, 0.8fr);
    align-items: center;
    gap: clamp(2.5rem, 7vw, 6.5rem);
}

.eu-hero__copy > p:not(.eu-eyebrow) {
    max-width: 44rem;
    margin-bottom: 1.75rem;
    color: var(--eu-muted);
    font-size: clamp(1.05rem, 2vw, 1.27rem);
}

.eu-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-bottom: 2rem;
}

.eu-proof-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem 1.2rem;
    margin: 0;
    padding: 0;
    color: var(--eu-ink-soft);
    font-size: 0.9rem;
    font-weight: 650;
    list-style: none;
}

.eu-proof-list li {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.eu-proof-list li::before {
    display: grid;
    width: 1.2rem;
    height: 1.2rem;
    place-items: center;
    border-radius: 50%;
    color: var(--eu-paper);
    background: var(--eu-success);
    content: "✓";
    font-size: 0.72rem;
    font-weight: 900;
}

.eu-decision-panel {
    position: relative;
    border: 1px solid rgba(215, 226, 236, 0.92);
    border-radius: 1.5rem;
    padding: clamp(1.25rem, 3vw, 2rem);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: var(--eu-shadow);
    backdrop-filter: blur(14px);
}

.eu-decision-panel::before {
    position: absolute;
    z-index: -1;
    top: -1rem;
    right: -1rem;
    width: 6rem;
    height: 6rem;
    border-radius: 1.4rem;
    background: var(--eu-sky);
    content: "";
    transform: rotate(10deg);
}

.eu-decision-panel__label {
    margin-bottom: 0.2rem;
    color: var(--eu-brand-dark);
    font-size: 0.75rem;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.eu-decision-panel h2 {
    margin-bottom: 1.25rem;
    font-size: clamp(1.5rem, 3vw, 2.15rem);
}

.eu-decision-list {
    display: grid;
    gap: 0.65rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.eu-decision-list a {
    display: grid;
    grid-template-columns: 2.25rem 1fr auto;
    align-items: center;
    gap: 0.75rem;
    border: 1px solid var(--eu-line);
    border-radius: 0.9rem;
    padding: 0.8rem 0.9rem;
    color: var(--eu-ink) !important;
    background: var(--eu-paper);
    font-weight: 730;
    text-decoration: none;
    transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.eu-decision-list a:hover {
    transform: translateX(0.2rem);
    border-color: #a8c9e7;
    box-shadow: var(--eu-shadow-small);
}

.eu-decision-list__number {
    display: grid;
    width: 2.25rem;
    height: 2.25rem;
    place-items: center;
    border-radius: 0.7rem;
    color: var(--eu-brand-dark);
    background: var(--eu-sky);
    font-size: 0.75rem;
    font-weight: 850;
}

.eu-trust-strip {
    border-block: 1px solid var(--eu-line);
    background: var(--eu-paper);
}

.eu-trust-strip__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.eu-trust-item {
    min-height: 7.2rem;
    padding: 1.35rem;
    border-right: 1px solid var(--eu-line);
}

.eu-trust-item:last-child {
    border-right: 0;
}

.eu-trust-item strong,
.eu-trust-item span {
    display: block;
}

.eu-trust-item strong {
    margin-bottom: 0.25rem;
    color: var(--eu-ink);
    font-size: 0.96rem;
}

.eu-trust-item span {
    color: var(--eu-muted);
    font-size: 0.86rem;
    line-height: 1.45;
}

.eu-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 0.7fr);
    align-items: end;
    gap: 2rem;
    margin-bottom: clamp(2.2rem, 5vw, 4rem);
}

.eu-section-heading .eu-lead {
    justify-self: end;
}

.eu-section-intro {
    max-width: 48rem;
    margin-bottom: clamp(2.2rem, 5vw, 4rem);
}

.eu-section-intro--centered {
    margin-inline: auto;
    text-align: center;
}

.eu-section-intro--centered .eu-lead {
    margin-inline: auto;
}

.eu-section-action {
    margin: 2rem 0 0;
    text-align: center;
}

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

.eu-service-card {
    position: relative;
    display: flex;
    min-height: 20rem;
    flex-direction: column;
    border: 1px solid var(--eu-line);
    border-radius: var(--eu-radius);
    padding: clamp(1.25rem, 3vw, 1.7rem);
    background: var(--eu-paper);
    box-shadow: 0 1px 0 rgba(16, 36, 59, 0.02);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.eu-service-card:hover {
    transform: translateY(-0.25rem);
    border-color: #aac9e5;
    box-shadow: var(--eu-shadow-small);
}

.eu-service-card__number {
    display: inline-grid;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: 2.2rem;
    place-items: center;
    border-radius: 0.8rem;
    color: var(--eu-brand-dark);
    background: var(--eu-sky);
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.06em;
}

.eu-service-card p {
    margin-bottom: 1.5rem;
    color: var(--eu-muted);
}

.eu-service-card .eu-text-link {
    margin-top: auto;
}

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

.eu-audience-card {
    border-top: 0.28rem solid var(--eu-brand);
    border-radius: 0 0 var(--eu-radius) var(--eu-radius);
    padding: 1.6rem;
    background: var(--eu-paper);
    box-shadow: var(--eu-shadow-small);
}

.eu-audience-card ul {
    margin: 1rem 0 0;
    padding-left: 1.15rem;
    color: var(--eu-muted);
}

.eu-audience-card li + li {
    margin-top: 0.45rem;
}

.eu-process-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
    gap: clamp(3rem, 8vw, 7rem);
}

.eu-process-intro {
    position: sticky;
    top: 8rem;
    align-self: start;
}

.eu-process-list {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: steps;
}

.eu-process-list li {
    position: relative;
    display: grid;
    grid-template-columns: 3rem 1fr;
    gap: 1rem;
    padding: 0 0 2.3rem;
    counter-increment: steps;
}

.eu-process-list li::before {
    display: grid;
    width: 3rem;
    height: 3rem;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 0.9rem;
    color: var(--eu-paper);
    background: rgba(255, 255, 255, 0.08);
    content: counter(steps, decimal-leading-zero);
    font-weight: 850;
}

.eu-process-list li:not(:last-child)::after {
    position: absolute;
    top: 3.25rem;
    bottom: 0.3rem;
    left: 1.45rem;
    width: 1px;
    background: rgba(255, 255, 255, 0.18);
    content: "";
}

.eu-process-list h3 {
    margin-top: 0.15rem;
}

.eu-process-list p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.7);
}

.eu-trust-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.7fr);
    gap: clamp(2rem, 6vw, 5rem);
    align-items: start;
}

.eu-fact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.eu-fact-card {
    border: 1px solid var(--eu-line);
    border-radius: var(--eu-radius-small);
    padding: 1.3rem;
    background: var(--eu-paper);
}

.eu-fact-card dt {
    margin-bottom: 0.25rem;
    color: var(--eu-muted);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.eu-fact-card dd {
    margin: 0;
    color: var(--eu-ink);
    font-weight: 720;
}

.eu-license-card {
    border-radius: 1.5rem;
    padding: clamp(1.5rem, 4vw, 2.2rem);
    color: rgba(255, 255, 255, 0.82);
    background: var(--eu-ink);
    box-shadow: var(--eu-shadow);
}

.eu-license-card h3 {
    color: var(--eu-paper);
    font-size: 1.7rem;
}

.eu-license-card__badge {
    display: inline-flex;
    margin-bottom: 1.2rem;
    border-radius: 999px;
    padding: 0.42rem 0.7rem;
    color: #d9edff;
    background: rgba(115, 192, 255, 0.12);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.eu-license-card .eu-button {
    margin-top: 0.5rem;
}

.eu-disclaimer {
    margin-top: 1.25rem;
    border-left: 0.25rem solid var(--eu-accent);
    border-radius: 0.35rem;
    padding: 0.8rem 1rem;
    color: var(--eu-muted);
    background: #fffaf2;
    font-size: 0.9rem;
}

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

.eu-post-card {
    overflow: hidden;
    border: 1px solid var(--eu-line);
    border-radius: var(--eu-radius);
    background: var(--eu-paper);
}

.eu-post-card__media {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(135deg, var(--eu-sky), #d8e8f5);
}

.eu-post-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 250ms ease;
}

.eu-post-card:hover .eu-post-card__media img {
    transform: scale(1.025);
}

.eu-post-card__placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: var(--eu-brand-dark);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.eu-post-card__body {
    padding: 1.35rem;
}

.eu-post-card time {
    display: block;
    margin-bottom: 0.55rem;
    color: var(--eu-muted);
    font-size: 0.78rem;
    font-weight: 720;
}

.eu-post-card h3 a {
    color: inherit !important;
    text-decoration: none;
}

.eu-post-card p {
    color: var(--eu-muted);
}

.eu-faq-list {
    max-width: 58rem;
    margin: 2.5rem auto 0;
}

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

.eu-faq-list summary {
    position: relative;
    padding: 1.35rem 3rem 1.35rem 0;
    color: var(--eu-ink);
    font-size: 1.08rem;
    font-weight: 760;
    cursor: pointer;
    list-style: none;
}

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

.eu-faq-list summary::after {
    position: absolute;
    top: 50%;
    right: 0.15rem;
    width: 2rem;
    height: 2rem;
    transform: translateY(-50%);
    border-radius: 50%;
    color: var(--eu-brand-dark);
    background: var(--eu-sky);
    content: "+";
    font-size: 1.35rem;
    line-height: 1.9rem;
    text-align: center;
}

.eu-faq-list details[open] summary::after {
    content: "−";
}

.eu-faq-list details > div {
    padding: 0 3rem 1.3rem 0;
    color: var(--eu-muted);
}

.eu-faq-list details p:last-child {
    margin-bottom: 0;
}

.eu-contact-section {
    background:
        radial-gradient(circle at 15% 20%, rgba(115, 192, 255, 0.14), transparent 20rem),
        var(--eu-ink);
}

.eu-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(22rem, 1fr);
    gap: clamp(2.5rem, 7vw, 6rem);
    align-items: start;
}

.eu-contact-copy h2,
.eu-contact-copy h3 {
    color: var(--eu-paper);
}

.eu-contact-copy > p {
    color: rgba(255, 255, 255, 0.74);
}

.eu-contact-list {
    display: grid;
    gap: 0.9rem;
    margin: 2rem 0 0;
    padding: 0;
    list-style: none;
}

.eu-contact-list a,
.eu-contact-list span {
    color: var(--eu-paper);
}

.eu-contact-list strong {
    display: block;
    color: #a9d9ff;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.eu-form-shell {
    border-radius: 1.4rem;
    padding: clamp(1.35rem, 4vw, 2.25rem);
    color: var(--eu-text);
    background: var(--eu-paper);
    box-shadow: var(--eu-shadow);
}

.eu-form-shell h3 {
    margin-bottom: 0.5rem;
}

.eu-form-shell > p {
    color: var(--eu-muted);
}

.eu-form-fallback {
    display: grid;
    gap: 0.8rem;
    margin-top: 1.25rem;
}

.eu-form-fallback .eu-button {
    width: 100%;
}

/* Contact Form 7: stili accessibili e coerenti. */
.eu-form-shell .wpcf7-form p {
    margin-bottom: 1rem;
}

.eu-form-shell .wpcf7-form label {
    display: grid;
    gap: 0.35rem;
    color: var(--eu-ink);
    font-size: 0.9rem;
    font-weight: 720;
}

.eu-form-shell .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance) {
    width: 100%;
    min-height: 3rem;
    border: 1px solid #b8c8d7;
    border-radius: 0.65rem;
    padding: 0.7rem 0.8rem;
    color: var(--eu-text);
    background: var(--eu-paper);
}

.eu-form-shell textarea.wpcf7-form-control {
    min-height: 8rem !important;
    resize: vertical;
}

.eu-form-shell .wpcf7-submit {
    min-height: 3.15rem;
    border: 0;
    border-radius: 0.78rem;
    padding: 0.75rem 1.2rem;
    color: var(--eu-paper);
    background: var(--eu-brand);
    font-weight: 780;
    cursor: pointer;
}

.eu-form-shell .wpcf7-submit:hover {
    background: var(--eu-brand-dark);
}

.eu-form-shell .eu-field-help,
.eu-form-shell label > span {
    color: var(--eu-muted);
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1.45;
}

.eu-form-shell .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.eu-form-shell .wpcf7-acceptance label {
    display: grid;
    grid-template-columns: 1.35rem 1fr;
    align-items: start;
    gap: 0.65rem;
    font-weight: 500;
}

.eu-form-shell .wpcf7-acceptance input {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: 0.2rem;
}

.eu-form-shell .wpcf7-spinner {
    vertical-align: middle;
}

.eu-form-shell .wpcf7-not-valid-tip {
    color: #a51d29;
    font-size: 0.82rem;
}

.eu-form-shell .wpcf7-response-output {
    margin: 1rem 0 0 !important;
    border-radius: 0.55rem;
    padding: 0.7rem 0.8rem !important;
}

.eu-site-footer {
    padding-block: 3rem 1.5rem;
    color: rgba(255, 255, 255, 0.72);
    background: #0a1928;
}

.eu-footer-grid {
    display: grid;
    grid-template-columns: 1.2fr repeat(2, minmax(10rem, 0.7fr));
    gap: 2rem;
}

.eu-site-footer h2,
.eu-site-footer h3 {
    color: var(--eu-paper);
    font-size: 1rem;
    letter-spacing: 0;
}

.eu-site-footer a {
    color: rgba(255, 255, 255, 0.82);
}

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

.eu-footer-links li + li {
    margin-top: 0.45rem;
}

.eu-footer-legal {
    margin-top: 2.5rem;
    padding-top: 1.3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    font-size: 0.79rem;
}

.eu-footer-legal p {
    margin-bottom: 0.45rem;
}

@media (max-width: 70rem) {
    .eu-primary-nav > a:not(.eu-button) {
        padding-inline: 0.42rem;
        font-size: 0.84rem;
    }

    .eu-primary-nav .eu-button {
        padding-inline: 0.85rem;
        font-size: 0.86rem;
    }
}

@media (max-width: 63.99rem) {
    body.eu-home.nav-is-open {
        overflow: hidden;
    }

    .admin-bar .eu-site-header {
        top: 32px;
    }

    .eu-topbar__inner {
        min-height: 2.5rem;
    }

    .eu-topbar__meta span {
        display: none;
    }

    .eu-nav-toggle {
        display: inline-flex;
    }

    .eu-primary-nav {
        position: absolute;
        top: calc(100% + 1px);
        right: 1rem;
        left: 1rem;
        display: grid;
        max-height: calc(100vh - 8rem);
        overflow-y: auto;
        border: 1px solid var(--eu-line);
        border-radius: 1rem;
        padding: 0.7rem;
        background: var(--eu-paper);
        box-shadow: var(--eu-shadow);
    }

    html.js .eu-primary-nav[data-open="false"] {
        display: none;
    }

    .eu-primary-nav > a:not(.eu-button),
    .eu-primary-nav .eu-button {
        width: 100%;
        justify-content: flex-start;
        padding: 0.8rem 0.9rem;
        font-size: 0.96rem;
    }

    .eu-hero__grid,
    .eu-process-layout,
    .eu-trust-layout,
    .eu-contact-layout {
        grid-template-columns: 1fr;
    }

    .eu-process-intro {
        position: static;
    }

    .eu-section-heading {
        grid-template-columns: 1fr;
    }

    .eu-section-heading .eu-lead {
        justify-self: start;
    }

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

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

    .eu-trust-item:nth-child(2) {
        border-right: 0;
    }

    .eu-trust-item:nth-child(-n + 2) {
        border-bottom: 1px solid var(--eu-line);
    }

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

    .eu-footer-grid > :first-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 48rem) {
    .admin-bar .eu-site-header {
        top: 46px;
    }

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

    .eu-topbar__inner {
        justify-content: center;
    }

    .eu-topbar__inner > span {
        display: none;
    }

    .eu-header__inner {
        min-height: 4.6rem;
    }

    .eu-brand__text small {
        display: none;
    }

    .eu-brand__logo {
        width: 2.8rem;
        height: 2.8rem;
    }

    .eu-hero {
        padding-top: 3.5rem;
    }

    .eu-hero__grid {
        gap: 2.25rem;
    }

    .eu-hero__actions,
    .eu-hero__actions .eu-button {
        width: 100%;
    }

    .eu-card-grid,
    .eu-audience-grid,
    .eu-post-grid,
    .eu-fact-grid,
    .eu-footer-grid {
        grid-template-columns: 1fr;
    }

    .eu-trust-strip__grid {
        grid-template-columns: 1fr;
    }

    .eu-trust-item,
    .eu-trust-item:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid var(--eu-line);
    }

    .eu-trust-item:last-child {
        border-bottom: 0;
    }

    .eu-service-card {
        min-height: auto;
    }

    .eu-footer-grid > :first-child {
        grid-column: auto;
    }
}

@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

@media (prefers-reduced-motion: reduce) {
    .eu-home *,
    .eu-home *::before,
    .eu-home *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media print {
    .eu-topbar,
    .eu-site-header,
    .eu-hero__actions,
    .eu-nav-toggle,
    .eu-contact-section,
    .eu-site-footer {
        display: none !important;
    }

    body.eu-home {
        color: #000;
        background: #fff;
    }

    .eu-section,
    .eu-hero {
        padding-block: 1.5rem;
    }
}
