: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%;
} .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;
}
} .eu-mobile-action-bar {
display: none;
}
@media (max-width: 48rem) {
html {
font-size: 18px;
}
body.eu-home {
font-size: 1rem !important;
line-height: 1.7 !important;
padding-bottom: calc(5.75rem + env(safe-area-inset-bottom));
}
.eu-container {
width: min(calc(100% - 1rem), var(--eu-container));
}
.eu-topbar {
font-size: 0.95rem !important;
}
.eu-brand__text strong {
font-size: 0.98rem !important;
letter-spacing: -0.01em;
}
.eu-nav-toggle {
width: 3.15rem;
height: 3.15rem;
}
.eu-primary-nav > a:not(.eu-button),
.eu-primary-nav .eu-button {
min-height: 3.15rem;
padding: 0.95rem 1rem !important;
font-size: 1rem !important;
line-height: 1.35 !important;
}
.eu-hero {
padding-top: 2.75rem;
padding-bottom: 3.25rem;
}
.eu-home h1 {
max-width: 13ch;
font-size: clamp(2.45rem, 13vw, 3.35rem) !important;
line-height: 1.04 !important;
letter-spacing: -0.04em;
}
.eu-home h2 {
font-size: clamp(1.9rem, 8vw, 2.55rem) !important;
line-height: 1.08 !important;
}
.eu-home h3 {
font-size: 1.28rem !important;
line-height: 1.18 !important;
}
.eu-eyebrow {
font-size: 0.86rem !important;
letter-spacing: 0.09em !important;
line-height: 1.35 !important;
}
.eu-lead,
.eu-hero__copy > p,
.eu-service-card p,
.eu-audience-card li,
.eu-process-list p,
.eu-fact-card dd,
.eu-license-card p,
.eu-post-card p,
.eu-faq-list p,
.eu-contact-copy p,
.eu-contact-list,
.eu-site-footer p,
.eu-footer-links a {
font-size: 1rem !important;
line-height: 1.72 !important;
}
.eu-button,
.eu-text-link,
.eu-decision-list a,
.eu-proof-list li,
.eu-trust-item span,
.eu-trust-item strong,
.eu-footer-legal {
font-size: 1rem !important;
line-height: 1.45 !important;
}
.eu-button {
min-height: 3.25rem;
padding: 0.98rem 1.05rem !important;
border-radius: 0.95rem !important;
text-align: center;
}
.eu-card-grid,
.eu-audience-grid,
.eu-post-grid,
.eu-fact-grid,
.eu-footer-grid {
gap: 1rem;
}
.eu-section {
padding-block: 3.5rem !important;
}
.eu-service-card,
.eu-audience-card,
.eu-license-card,
.eu-decision-panel,
.eu-form-shell {
border-radius: 1.15rem !important;
padding: 1.15rem !important;
}
.eu-form-shell label,
.eu-form-shell input,
.eu-form-shell select,
.eu-form-shell textarea,
.eu-form-shell .wpcf7-list-item-label,
.eu-form-shell small {
font-size: 1rem !important;
line-height: 1.5 !important;
}
.eu-form-shell input,
.eu-form-shell select,
.eu-form-shell textarea {
min-height: 3.25rem;
padding: 0.9rem 1rem !important;
border-radius: 0.85rem !important;
}
.eu-form-shell textarea {
min-height: 9rem;
}
.eu-form-shell input[type="checkbox"] {
width: 1.15rem !important;
height: 1.15rem !important;
min-width: 1.15rem !important;
min-height: 1.15rem !important;
}
.eu-mobile-action-bar {
position: fixed;
z-index: 9998;
right: 0;
bottom: 0;
left: 0;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 0.5rem;
padding: 0.7rem 0.75rem calc(0.7rem + env(safe-area-inset-bottom));
border-top: 1px solid rgba(215, 226, 236, 0.95);
background: rgba(255, 255, 255, 0.98);
box-shadow: 0 -16px 40px rgba(16, 36, 59, 0.16);
backdrop-filter: blur(16px);
}
.eu-mobile-action-bar__item {
display: inline-flex;
min-height: 3.2rem;
align-items: center;
justify-content: center;
gap: 0.38rem;
border-radius: 999px;
color: #ffffff !important;
background: var(--eu-ink);
font-size: 0.9rem;
font-weight: 850;
line-height: 1.1;
text-decoration: none !important;
box-shadow: 0 8px 20px rgba(16, 36, 59, 0.16);
}
.eu-mobile-action-bar__item--whatsapp {
background: #1fae5b;
}
.eu-mobile-action-bar__icon {
display: inline-grid;
width: 1.35rem;
height: 1.35rem;
place-items: center;
border-radius: 999px;
background: rgba(255, 255, 255, 0.16);
font-size: 0.9rem;
line-height: 1;
} .ht-ctc-chat,
.joinchat,
.wa__btn_popup,
.whatsapp-chat,
.sc-whatsapp,
#qlwapp,
.qlwapp {
bottom: 5.8rem !important;
}
}
@media (max-width: 22rem) {
.eu-mobile-action-bar__item {
font-size: 0.82rem;
gap: 0.25rem;
}
.eu-mobile-action-bar__icon {
display: none;
}
} .eu-home .eu-hero__grid {
grid-template-columns: minmax(0, 1.08fr) minmax(22rem, 0.92fr);
align-items: center;
}
.eu-home .eu-hero__side {
position: relative;
display: grid;
align-items: start;
}
.eu-home .eu-hero-visual {
position: relative;
z-index: 1;
margin: 0;
overflow: hidden;
border: 1px solid rgba(215, 226, 236, 0.9);
border-radius: 1.75rem;
background: #edf7ff;
box-shadow: 0 28px 80px rgba(16, 36, 59, 0.14);
}
.eu-home .eu-hero-visual img {
width: 100%;
height: auto;
aspect-ratio: 4 / 3;
object-fit: cover;
}
.eu-home .eu-hero-visual figcaption {
position: absolute;
right: 1rem;
bottom: 1rem;
left: 1rem;
display: grid;
gap: 0.2rem;
border: 1px solid rgba(255, 255, 255, 0.78);
border-radius: 1rem;
padding: 0.85rem 1rem;
color: #ffffff;
background: rgba(16, 36, 59, 0.88);
box-shadow: 0 12px 30px rgba(16, 36, 59, 0.18);
backdrop-filter: blur(12px);
}
.eu-home .eu-hero-visual figcaption strong {
font-size: 0.98rem;
line-height: 1.25;
}
.eu-home .eu-hero-visual figcaption span {
color: rgba(255, 255, 255, 0.78);
font-size: 0.82rem;
line-height: 1.4;
}
.eu-home .eu-hero__side .eu-decision-panel {
z-index: 2;
width: calc(100% - 2.25rem);
margin: -3.7rem 0 0 auto;
}
.eu-home .eu-service-card__top {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 1rem;
margin-bottom: 1.55rem;
}
.eu-home .eu-service-card__icon {
width: 4.5rem;
height: 4.5rem;
flex: 0 0 auto;
border-radius: 1.2rem;
box-shadow: 0 10px 24px rgba(16, 36, 59, 0.08);
}
.eu-home .eu-service-card__number {
margin: 0;
}
.eu-home .eu-service-card {
min-height: 22rem;
background:
linear-gradient(180deg, rgba(234, 245, 255, 0.34), rgba(255, 255, 255, 0) 38%),
var(--eu-paper);
}
.eu-home .eu-service-card:hover .eu-service-card__icon {
transform: translateY(-0.15rem) rotate(-2deg);
}
.eu-home .eu-service-card__icon {
transition: transform 180ms ease;
}
.eu-home .eu-process-visual {
margin: 2rem 0 0;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.14);
border-radius: 1.35rem;
background: rgba(255, 255, 255, 0.04);
box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}
.eu-home .eu-process-visual img {
width: 100%;
height: auto;
aspect-ratio: 4 / 3;
object-fit: cover;
}
.eu-home .eu-license-card {
overflow: hidden;
}
.eu-home .eu-license-card__image {
width: 100%;
height: auto;
margin: -0.35rem 0 1.35rem;
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 1.1rem;
aspect-ratio: 45 / 34;
object-fit: cover;
box-shadow: 0 18px 40px rgba(0, 0, 0, 0.23);
}
.eu-home .eu-contact-visual {
max-width: 34rem;
margin: 1.8rem 0 2rem;
overflow: hidden;
border: 1px solid rgba(215, 226, 236, 0.76);
border-radius: 1.4rem;
background: #ffffff;
box-shadow: 0 24px 60px rgba(16, 36, 59, 0.12);
}
.eu-home .eu-contact-visual img {
width: 100%;
height: auto;
aspect-ratio: 4 / 3;
object-fit: cover;
} .eu-home .eu-form-shell input[type="checkbox"],
.eu-home .eu-form-shell input[type="radio"],
.eu-home .wpcf7 input[type="checkbox"],
.eu-home .wpcf7 input[type="radio"] {
-webkit-appearance: auto !important;
appearance: auto !important;
display: inline-block !important;
visibility: visible !important;
opacity: 1 !important;
position: static !important;
width: 1.15rem !important;
height: 1.15rem !important;
min-width: 1.15rem !important;
min-height: 1.15rem !important;
margin: 0.2rem 0.55rem 0 0 !important;
pointer-events: auto !important;
vertical-align: top !important;
}
.eu-home .eu-form-shell .wpcf7-list-item {
display: block !important;
margin: 0 !important;
}
.eu-home .eu-form-shell .wpcf7-list-item label {
display: flex !important;
align-items: flex-start !important;
cursor: pointer !important;
}
.eu-home .eu-mobile-action-bar__icon svg {
width: 1rem;
height: 1rem;
fill: currentColor;
}
@media (max-width: 63.99rem) {
.eu-home .eu-hero__grid {
grid-template-columns: 1fr;
}
.eu-home .eu-hero__side {
width: min(100%, 44rem);
margin-inline: auto;
}
.eu-home .eu-process-visual {
max-width: 40rem;
}
}
@media (max-width: 48rem) {
.eu-home .eu-hero__side .eu-decision-panel {
width: calc(100% - 0.75rem);
margin-top: -2rem;
}
.eu-home .eu-hero-visual {
border-radius: 1.25rem;
}
.eu-home .eu-hero-visual figcaption {
position: static;
margin: 0;
border: 0;
border-radius: 0;
padding: 0.9rem 1rem 1rem;
background: var(--eu-ink);
box-shadow: none;
backdrop-filter: none;
}
.eu-home .eu-hero-visual figcaption strong {
font-size: 1rem;
}
.eu-home .eu-hero-visual figcaption span {
font-size: 0.9rem;
}
.eu-home .eu-service-card {
min-height: 0;
}
.eu-home .eu-service-card__icon {
width: 4.25rem;
height: 4.25rem;
}
.eu-home .eu-process-visual {
margin-top: 1.5rem;
}
.eu-home .eu-contact-visual {
margin-top: 1.35rem;
}
}
@media (prefers-reduced-motion: reduce) {
.eu-home .eu-service-card__icon {
transition: none;
}
} @media (max-width: 48rem) { .eu-home h1 {
max-width: 15ch;
font-size: clamp(2.18rem, 10.5vw, 2.8rem) !important;
line-height: 1.035 !important;
letter-spacing: -0.035em !important;
}
.eu-home .eu-hero__copy > p:not(.eu-eyebrow) {
font-size: 1rem !important;
line-height: 1.62 !important;
} .eu-home .eu-hero-visual img {
aspect-ratio: 16 / 11;
object-position: center;
}
.eu-home .eu-hero-visual figcaption strong {
color: #ffffff !important;
font-size: 0.98rem !important;
line-height: 1.25 !important;
}
.eu-home .eu-hero-visual figcaption span {
color: rgba(255, 255, 255, 0.84) !important;
font-size: 0.88rem !important;
line-height: 1.42 !important;
}
.eu-home .eu-hero__side .eu-decision-panel {
width: 100%;
margin-top: -1.15rem;
} body.eu-home .ht-ctc-chat,
body.eu-home .joinchat,
body.eu-home #qlwapp,
body.eu-home .qlwapp,
body.eu-home .wa__btn_popup,
body.eu-home .whatsapp-chat,
body.eu-home .sc-whatsapp {
display: none !important;
} body.eu-home #cky-btn-revisit-wrapper,
body.eu-home #moove_gdpr_save_popup_settings_button,
body.eu-home .cmplz-manage-consent,
body.eu-home #cmplz-manage-consent {
position: fixed !important;
left: 0.7rem !important;
right: auto !important;
bottom: calc(6.35rem + env(safe-area-inset-bottom)) !important;
z-index: 9997 !important;
margin: 0 !important;
} body.eu-home .trx_addons_scroll_to_top,
body.eu-home .trx_addons_scroll_to_top.show,
body.eu-home .scroll_to_top_style_default,
body.eu-home a.scroll_to_top {
right: 0.7rem !important;
bottom: calc(6.35rem + env(safe-area-inset-bottom)) !important;
z-index: 9997 !important;
margin: 0 !important;
} .eu-home .eu-form-shell {
padding: 1.25rem !important;
}
.eu-home .eu-form-shell h3 {
font-size: 1.7rem !important;
line-height: 1.1 !important;
}
.eu-home .eu-form-shell > p {
font-size: 0.98rem !important;
line-height: 1.58 !important;
margin-bottom: 1.35rem !important;
}
.eu-home .eu-form-shell .wpcf7-form p {
margin: 0 0 1.25rem !important;
}
.eu-home .eu-form-shell .wpcf7-form label {
display: block !important;
margin: 0 0 0.48rem !important;
font-size: 1rem !important;
line-height: 1.35 !important;
}
.eu-home .eu-form-shell .wpcf7-form label > span:not(.eu-field-help) {
display: block;
margin-top: 0.12rem;
font-size: 0.84rem !important;
line-height: 1.35 !important;
}
.eu-home .eu-form-shell input.wpcf7-form-control:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.eu-home .eu-form-shell select.wpcf7-form-control,
.eu-home .eu-form-shell textarea.wpcf7-form-control {
width: 100% !important;
min-height: 3.15rem !important;
padding: 0.78rem 0.9rem !important;
font-size: 1rem !important;
line-height: 1.4 !important;
}
.eu-home .eu-form-shell textarea.wpcf7-form-control {
min-height: 8.5rem !important;
} .eu-home .eu-form-shell .wpcf7-checkbox,
.eu-home .eu-form-shell .wpcf7-radio,
.eu-home .eu-form-shell .wpcf7-acceptance {
display: block !important;
width: auto !important;
min-height: 0 !important;
border: 0 !important;
border-radius: 0 !important;
padding: 0 !important;
background: transparent !important;
box-shadow: none !important;
}
.eu-home .eu-form-shell .wpcf7-checkbox .wpcf7-list-item,
.eu-home .eu-form-shell .wpcf7-acceptance .wpcf7-list-item {
display: block !important;
margin: 0 !important;
}
.eu-home .eu-form-shell .wpcf7-checkbox .wpcf7-list-item-label,
.eu-home .eu-form-shell .wpcf7-acceptance .wpcf7-list-item-label {
display: block !important;
margin: 0 !important;
font-size: 0.95rem !important;
line-height: 1.45 !important;
}
.eu-home .eu-form-shell .wpcf7-checkbox label,
.eu-home .eu-form-shell .wpcf7-acceptance label {
display: grid !important;
grid-template-columns: 1.3rem minmax(0, 1fr) !important;
align-items: start !important;
gap: 0.65rem !important;
margin: 0 !important;
cursor: pointer !important;
font-weight: 500 !important;
}
.eu-home .eu-form-shell input[type="checkbox"] {
width: 1.2rem !important;
height: 1.2rem !important;
min-width: 1.2rem !important;
min-height: 1.2rem !important;
margin: 0.16rem 0 0 !important;
}
.eu-home .eu-form-shell .wpcf7-submit {
width: 100% !important;
min-height: 3.35rem !important;
font-size: 1rem !important;
} .eu-mobile-action-bar {
gap: 0.42rem;
padding: 0.58rem 0.62rem calc(0.58rem + env(safe-area-inset-bottom));
}
.eu-mobile-action-bar__item {
min-height: 3.05rem;
padding-inline: 0.45rem;
font-size: 0.87rem;
}
}
@media (max-width: 23.5rem) {
.eu-brand__text strong {
font-size: 0.88rem !important;
}
.eu-mobile-action-bar__item {
font-size: 0.78rem;
}
}