@font-face {
    font-family: 'Inter';
    src: url('../fonts/InterVariable.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

:root {
    --main: #176CB7;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: var(--main);
    font-family: 'Inter', sans-serif;
}

/* ==========================================================================
   Site header
   ========================================================================== */

.site-header {
    background: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.site-header.uk-active {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.site-header .main-navigation {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.site-header .main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    gap: 25px;
    padding-left: 0;
    margin: 0;
}

.site-header .main-menu a {
    color: #176CB7;
    font-weight: 600;
    font-size: 15px;
}

.site-header .menu__line {
    display: block;
    position: absolute;
    top: 0;
    height: 6px;
    -webkit-transition: width .5s, -webkit-transform .5s;
    transition: transform .5s, width .5s, -webkit-transform .5s;
    -o-transition: transform .5s, width .5s;
    background-color: var(--main);
}

.site-header .logo-link {
    padding: 15px 0;
    display: inline-block;
}

.site-header .web-logo {
    max-height: 60px;
    height: 45px;
    width: auto;
}

.site-header .header-options {
    margin-left: 35px;
}

.site-header .btn-consultation {
    background: var(--main);
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 8px 25px;
    color: #fff;
    font-size: 16px;
}

/* Language switcher (WPML) */

.lang-toggle {
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
    padding: 3px;
    background: #eef2f8;
    border: 1px solid rgba(11, 18, 32, 0.10);
    border-radius: 999px;
}

.lang-btn {
    display: inline-block;
    padding: 0.35rem 0.7rem;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.2;
    border-radius: 999px;
    text-decoration: none;
    -webkit-transition: background 200ms, color 200ms, box-shadow 200ms;
    transition: background 200ms, color 200ms, box-shadow 200ms;
    cursor: pointer;
}

.lang-btn-active {
    background: var(--main);
    color: #fff;
    -webkit-box-shadow: 0 2px 8px -2px rgba(23, 108, 183, 0.4);
    box-shadow: 0 2px 8px -2px rgba(23, 108, 183, 0.4);
}

.lang-btn-inactive {
    background: transparent;
    color: #4a5568;
}

.lang-btn-inactive:hover {
    color: #0b1220;
    text-decoration: none;
}

/* ==========================================================================
   Mobile menu
   ========================================================================== */

.toggle_menu {
    cursor: pointer;
    height: 30px;
    right: 0;
    visibility: visible;
    width: 41px;
    z-index: 1;
    position: relative;
    margin-left: 25px;
}

.toggle_menu:hover span:before {
    top: 13px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.toggle_menu:hover span:after {
    top: 13px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.toggle_menu span, .toggle_menu span:after, .toggle_menu span:before, .toggle_menu:before {
    background-color: var(--main);
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    width: 33px
}

.toggle_menu span, .toggle_menu:before {
    color: var(--main);
    content: "menu";
    font-size: 10px;
    font-weight: 800;
    left: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    top: 0;
    width: 0
}

.toggle_menu span:after {
    top: 28px;
    opacity: 1;
    bottom: 0
}

.toggle_menu:before {
    top: 27%
}

.toggle_menu:hover:before {
    top: 100%
}

.toggle_menu.active:before {
    top: 85%;
}

.toggle_menu.active span:before {
    top: 13px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.toggle_menu.active span:after {
    top: 13px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.toggle_menu.active span:before,
.toggle_menu.active span:after {
    width: 25px;
}

.toggle_menu.active:before {
    font-size: 8px;
}

.mob-menu__offcanvas-top {
    position: absolute;
    width: 100%;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 15;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    min-height: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.offcanvas-top-active .mob-menu__offcanvas-top {
    visibility: visible;
    opacity: 1;
    min-height: 100vh;
    overflow-y: hidden;
    background: rgba(0, 0, 0, .3) !important;
}

.mob-menu__offcanvas-content {
    padding: 32px 32px 48px 32px;
    background-color: #fff;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.offcanvas-top-active .mob-menu__offcanvas-content {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    -moz-transition: transform 0.5s ease, -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease, -moz-transform 0.5s ease, -o-transform 0.5s ease;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.header-menu-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.mob-menu__offcanvas-content .header-menu-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header-menu-main a {
    font-size: 16px;
    color: #176CB7;
}

.header-menu-main .current-menu-item > a {
    font-weight: 800;
}

.offcanvas-top-active {
    overflow: hidden;
    padding-right: 16px;
}

/* ==========================================================================
   FAQ section
   ========================================================================== */

.section-faq .section-title {
    color: var(--main);
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.section-faq {
    padding: 100px 0;
}

.section-faq .uk-accordion .counter {
    width: 15%;
    max-width: 152px;
    display: inline-block;
    font-size: 13px;
}

.section-faq .uk-accordion .uk-accordion__item {
    padding: 20px 0;
}

.section-faq .uk-accordion .uk-accordion__item:not(:last-child) {
    border-bottom: 1px solid #bdc5d2;
}

.section-faq .uk-accordion .uk-accordion-title {
    font-size: 18px;
    line-height: 40px;
    color: rgb(14, 23, 38);
    font-weight: 700;
    padding-right: 42px;
}

.section-faq .uk-accordion > :nth-child(n+2) {
    margin-top: 0;
}

.section-faq .uk-accordion .uk-accordion-title:before {
    content: "";
    background: var(--main);
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
    height: 2.5rem;
    width: 2.5rem;
    padding: .625rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
}

.section-faq .uk-accordion .uk-accordion-title:after {
    content: "";
    background: url("../images/svg/icon-plus-white.svg") no-repeat center;
    height: 25px;
    width: 25px;
    position: absolute;
    right: 7px;
    -webkit-background-size: 25px 25px;
    -moz-background-size: 25px;
    -o-background-size: 25px;
    background-size: 25px;
    top: 7px;
}

.section-faq .uk-accordion .uk-open .uk-accordion-title:after {
    content: "";
    background: url("../images/svg/icon-minus-white.svg") no-repeat center;
    height: 25px;
    width: 25px;
    position: absolute;
    right: 7px;
    -webkit-background-size: 25px 25px;
    -moz-background-size: 25px;
    -o-background-size: 25px;
    background-size: 25px;
    top: 7px;
}

.section-faq .uk-accordion-content {
    padding-left: 15%;
    font-size: 17px;
}

/* ==========================================================================
   Forms (Contact Form 7) & modal
   ========================================================================== */

.wpcf7-submit {
    background: var(--main);
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 8px 25px;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
}

.wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 5px;
}




.grecaptcha-badge {
    display: none;
}

/* ==========================================================================
   PowerAutomate.bg — Front page (Lovable "AI Automation Brilliance" design)
   Bright enterprise surface, brand blue #176cb7, green accent #2bb673.
   Inter body · Plus Jakarta Sans display · Space Mono labels.
   ========================================================================== */

:root {
    --pa-bg: #f6f8fc;
    --pa-surface: #ffffff;
    --pa-surface-2: #eef2f8;
    --pa-ink: #0b1220;
    --pa-ink-soft: #4a5568;
    --pa-ink-faint: #8a93a6;
    --pa-rule: rgba(11, 18, 32, 0.10);
    --pa-brand: #176cb7;
    --pa-brand-soft: #2d8df0;
    --pa-brand-deep: #0e4d85;
    --pa-neon: #2bb673;
    --pa-neon-soft: #6bff46;
    --pa-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

.pa-landing {
    position: relative;
    background: var(--pa-bg);
    color: var(--pa-ink);
    font-family: var(--pa-font-sans);
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
}

.pa-landing ::selection {
    background: var(--pa-brand);
    color: #fff;
}

/* ---------- Typography helpers ---------- */

.pa-h1 {
    margin: 24px 0 0;

    font-size: clamp(2.5rem, 5.5vw, 4.5rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: var(--pa-ink);
}

.pa-h2 {
    margin: 16px 0 0;

    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: var(--pa-ink);
}

.pa-h2-narrow {
    font-size: clamp(1.75rem, 3.2vw, 2.5rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
}

.pa-lead {
    margin: 16px 0 0;
    font-size: 18px;
    line-height: 1.6;
    color: var(--pa-ink-soft);
}

.pa-mono-label {
    font-family: var(--pa-font-mono);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--pa-ink-faint);
}

.brand-text {
    background: linear-gradient(110deg, #176cb7 0%, #2d8df0 50%, #2bb673 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* ---------- Chip / buttons / links ---------- */

.chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.75rem;
    font-family: var(--pa-font-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    background: #fff;
    color: var(--pa-ink-soft);
    border: 1px solid var(--pa-rule);
    border-radius: 999px;
}

.chip--onDark {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.25);
}

.chip .chip-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--pa-neon);
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1.4rem;

    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #ffffff;
    background: var(--pa-brand);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    transition: background 200ms, transform 200ms, box-shadow 200ms;
}

.btn-primary:hover {
    background: var(--pa-brand-deep);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 8px 20px -8px rgba(23, 108, 183, 0.6);
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1.4rem;

    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: var(--pa-brand);
    background: transparent;
    border: 1px solid var(--pa-brand);
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    transition: background 200ms, color 200ms;
}

.btn-secondary:hover {
    background: rgba(23, 108, 183, 0.08);
    color: var(--pa-brand);
    text-decoration: none;
}

.under-link {
    position: relative;
    text-decoration: none;
}

.under-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 400ms var(--pa-ease);
}

.under-link:hover {
    text-decoration: none;
}

.under-link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* ---------- Card (Fluent-like) ---------- */

.card-fluent {
    background: var(--pa-surface);
    border: 1px solid var(--pa-rule);
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(11, 18, 32, 0.04), 0 8px 24px -12px rgba(11, 18, 32, 0.08);
    transition: transform 250ms var(--pa-ease), box-shadow 250ms, border-color 250ms;
    max-width: 700px;
    margin: auto;
}

.card-fluent-hover:hover {
    transform: translateY(-3px);
    border-color: rgba(23, 108, 183, 0.35);
    box-shadow: 0 1px 2px rgba(11, 18, 32, 0.04), 0 20px 40px -12px rgba(23, 108, 183, 0.18);
}

/* ---------- Background FX ---------- */

.pa-bgfx {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.pa-landing > section,
.pa-landing > div:not(.pa-bgfx) {
    position: relative;
    z-index: 1;
}

.dots-field {
    position: absolute;
    inset: 0;
    opacity: 0.5;
    background-image: radial-gradient(rgba(23, 108, 183, 0.12) 1.2px, transparent 1.2px);
    background-size: 32px 32px;
    -webkit-mask-image: radial-gradient(ellipse at 30% 40%, #000 20%, transparent 70%);
    mask-image: radial-gradient(ellipse at 30% 40%, #000 20%, transparent 70%);
}

.glow-blob {
    position: absolute;
    border-radius: 9999px;
    filter: blur(80px);
    pointer-events: none;
}

.pa-blob-1 {
    top: 5%;
    left: -10%;
    width: 520px;
    height: 520px;
    background: rgba(23, 108, 183, 0.22);
}

.pa-blob-2 {
    top: 35%;
    right: -12%;
    width: 600px;
    height: 600px;
    background: rgba(43, 182, 115, 0.18);
}

.pa-blob-3 {
    bottom: 8%;
    left: 15%;
    width: 450px;
    height: 450px;
    background: rgba(45, 141, 240, 0.14);
}

.pa-blob-4 {
    top: 60%;
    left: 55%;
    width: 380px;
    height: 380px;
    background: rgba(23, 108, 183, 0.10);
}

.diamond {
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-radius: 2px;
    pointer-events: none;
    opacity: 0.35;
}

.pa-d1 {
    top: 12%;
    left: 8%;
    background: rgba(23, 108, 183, 0.25);
}

.pa-d2 {
    top: 28%;
    right: 12%;
    background: rgba(43, 182, 115, 0.25);
    animation-delay: 1.2s;
}

.pa-d3 {
    top: 55%;
    left: 25%;
    background: rgba(45, 141, 240, 0.20);
    animation-delay: 2.4s;
}

.pa-d4 {
    bottom: 18%;
    right: 20%;
    background: rgba(23, 108, 183, 0.20);
    animation-delay: 0.6s;
}

.pa-d5 {
    bottom: 8%;
    left: 45%;
    background: rgba(43, 182, 115, 0.20);
    animation-delay: 3.2s;
}

.glow-brand {
    background: radial-gradient(60% 60% at 50% 50%, rgba(23, 108, 183, 0.35), transparent 70%);
    filter: blur(60px);
}

.glow-neon {
    background: radial-gradient(60% 60% at 50% 50%, rgba(107, 255, 70, 0.32), transparent 70%);
    filter: blur(60px);
}

.ribbon-gradient {
    background: conic-gradient(from 180deg at 60% 50%,
    #6bff46 0deg,
    #2bb673 40deg,
    #176cb7 140deg,
    #2d8df0 220deg,
    #6bff46 360deg);
    filter: blur(40px);
    opacity: 0.55;
}

/* ---------- Animations ---------- */

@keyframes pa-float-y {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.float-y {
    animation: pa-float-y 5s ease-in-out infinite;
}

@keyframes pa-drift {
    0%, 100% {
        transform: translate(0, 0) rotate(0);
    }
    50% {
        transform: translate(20px, -20px) rotate(8deg);
    }
}

.drift-slow {
    animation: pa-drift 22s ease-in-out infinite;
}

@keyframes pa-drift-a {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(30px, -40px) scale(1.06);
    }
    66% {
        transform: translate(-20px, 20px) scale(0.95);
    }
}

@keyframes pa-drift-b {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(-40px, 30px) scale(0.97);
    }
    66% {
        transform: translate(25px, -25px) scale(1.05);
    }
}

.drift-a {
    animation: pa-drift-a 28s ease-in-out infinite;
}

.drift-b {
    animation: pa-drift-b 34s ease-in-out infinite;
}

@keyframes pa-float-diamond {
    0%, 100% {
        transform: rotate(45deg) translateY(0);
    }
    50% {
        transform: rotate(45deg) translateY(-14px);
    }
}

.float-diamond {
    animation: pa-float-diamond 7s ease-in-out infinite;
}

@keyframes pa-twinkle {
    0%, 100% {
        opacity: 0.2;
        transform: scale(0.8);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

.twinkle {
    animation: pa-twinkle 3s ease-in-out infinite;
}

@keyframes pa-spin-slow {
    to {
        transform: rotate(360deg);
    }
}

.spin-slow {
    animation: pa-spin-slow 40s linear infinite;
}

@keyframes pa-pulse-soft {
    0%, 100% {
        opacity: 0.55;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.08);
    }
}

.pulse-soft {
    animation: pa-pulse-soft 2.4s ease-in-out infinite;
}

@keyframes pa-dash-flow {
    to {
        stroke-dashoffset: -32;
    }
}

.flow-dash {
    stroke-dasharray: 6 6;
    animation: pa-dash-flow 1.2s linear infinite;
}

@keyframes pa-ticker {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.ticker-track {
    display: flex;
    gap: 40px;
    white-space: nowrap;
    width: max-content;
    animation: pa-ticker 38s linear infinite;
}

/* Scroll reveal (used with uk-scrollspy cls: pa-in) */
.pa-reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 800ms var(--pa-ease), transform 800ms var(--pa-ease);
}

.pa-reveal.pa-in {
    opacity: 1;
    transform: translateY(0);
}

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

    .pa-reveal {
        opacity: 1;
        transform: none;
    }
}

/* ---------- Hero ---------- */

.pa-hero {
    position: relative;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 96px;
}

@media (min-width: 1024px) {
    .pa-hero {
        padding-top: 112px;
        padding-bottom: 128px;
    }
}

.pa-hero-ribbon {
    position: absolute;
    right: -160px;
    top: -128px;
    width: 900px;
    height: 900px;
    pointer-events: none;
}

.pa-hero-glow {
    position: absolute;
    left: -128px;
    top: 50%;
    width: 500px;
    height: 500px;
    opacity: 0.6;
    pointer-events: none;
}

.pa-hero-shapes {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.pa-hero-ring {
    position: absolute;
    right: -64px;
    top: 40px;
    width: 192px;
    height: 192px;
    opacity: 0.3;
}

.pa-twinkle-2 {
    position: absolute;
    right: 22%;
    top: 60%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #176cb7;
    animation-delay: 0.8s;
}

.pa-hero .pa-lead {
    margin-top: 24px;
    max-width: 56ch;
}

.pa-hero-cta {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

/* ---------- Flow diagram (hero visual) ---------- */

.pa-diagram {
    position: relative;
    padding: 24px;
}

@media (min-width: 1024px) {
    .pa-diagram {
        padding: 32px;
    }
}

.pa-diagram-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--pa-rule);
    padding-bottom: 16px;
}

.pa-diagram-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pa-diagram-dots span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
}

.pa-dot-red {
    background: #ff5f57;
}

.pa-dot-yellow {
    background: #febc2e;
}

.pa-dot-green {
    background: #28c840;
}

.pa-diagram-body {
    position: relative;
    margin-top: 24px;
}

.pa-flownode {
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 12px;
    border: 1px solid transparent;
    padding: 16px;
    transition: background 200ms, border-color 200ms;
}

.pa-flownode--blue {
    background: rgba(0, 120, 212, 0.10);
    border-color: rgba(0, 120, 212, 0.30);
    color: #0078d4;
}

.pa-flownode--brand {
    background: rgba(23, 108, 183, 0.10);
    border-color: rgba(23, 108, 183, 0.30);
    color: var(--pa-brand);
    box-shadow: 0 0 0 2px var(--pa-surface), 0 0 0 4px rgba(23, 108, 183, 0.30);
}

.pa-flownode-icon {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--pa-surface);
}

.pa-flownode-icon svg {
    width: 20px;
    height: 20px;
}

.pa-flownode-title {

    font-size: 14px;
    font-weight: 600;
    color: var(--pa-ink);
}

.pa-flownode-sub {
    font-family: var(--pa-font-mono);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--pa-ink-soft);
}

.pa-flownode-tag {
    margin-left: auto;
    font-family: var(--pa-font-mono);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--pa-brand);
}

.pa-connector {
    display: flex;
    justify-content: center;
    margin: 12px 0;
}

.pa-flowmini-row {
    margin-top: 12px;
}

.pa-flowmini {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid var(--pa-rule);
    background: rgba(238, 242, 248, 0.6);
    padding: 12px;
}

.pa-flowmini-icon {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: var(--pa-surface);
}

.pa-flowmini-icon svg {
    width: 18px;
    height: 18px;
}

.pa-flowmini--excel .pa-flowmini-icon {
    color: #107c41;
}

.pa-flowmini--crm .pa-flowmini-icon {
    color: #742774;
}

.pa-flowmini--teams .pa-flowmini-icon {
    color: #6264a7;
}

.pa-flowmini span {

    font-size: 14px;
    font-weight: 600;
}

.pa-diagram-stats {
    border-top: 1px solid var(--pa-rule);
    margin-top: 24px;
    padding-top: 20px;
}

.pa-diagram-stat-value {

    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.pa-diagram-stat-label {
    margin-top: 4px;
}

.pa-diagram-badge {
    position: absolute;
    top: -16px;
    right: -16px;
    display: none;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(43, 182, 115, 0.4);
    background: var(--pa-surface);
    border-radius: 999px;
    padding: 6px 12px;
    font-family: var(--pa-font-mono);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--pa-neon);
    box-shadow: 0 10px 15px -3px rgba(43, 182, 115, 0.1);
}

@media (min-width: 768px) {
    .pa-diagram-badge {
        display: inline-flex;
    }
}

.pa-diagram-badge i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--pa-neon);
}

/* ---------- Sections base ---------- */

.pa-section {
    padding-top: 96px;
    padding-bottom: 96px;
}

@media (min-width: 1024px) {
    .pa-section {
        padding-top: 112px;
        padding-bottom: 112px;
    }
}

.pa-section-head {
    max-width: 48rem;
}

.pa-section-head .pa-lead {
    font-size: 18px;
}

/* ---------- Flow section (how it works) ---------- */

.pa-flow {
    border-top: 1px solid var(--pa-rule);
    background: var(--pa-surface);
}

.pa-flow-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.pa-flow-head .pa-h2 {
    max-width: 48rem;
    margin-top: 20px;
}

.pa-flow-head .pa-lead {
    max-width: 42rem;
    font-size: 16px;
}

.pa-stages {
    margin-top: 64px;
}

.pa-stage {
    position: relative;
    height: 100%;
    border-radius: 28px;
    border: 1px solid var(--pa-rule);
    background: var(--pa-bg);
    padding: 32px;
    transition: transform 250ms var(--pa-ease), border-color 250ms, box-shadow 250ms;
}

.pa-stage:hover {
    transform: translateY(-4px);
    border-color: rgba(23, 108, 183, 0.4);
    box-shadow: 0 20px 25px -5px rgba(23, 108, 183, 0.05), 0 8px 10px -6px rgba(23, 108, 183, 0.05);
}

.pa-stage-num {
    position: absolute;
    top: -16px;
    left: -16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    border: 1px solid var(--pa-rule);
    background: var(--pa-surface);

    font-size: 20px;
    font-weight: 700;
    color: var(--pa-brand);
    box-shadow: 0 1px 2px rgba(11, 18, 32, 0.05);
}

.pa-stage-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 24px;
    border-radius: 16px;
    color: #fff;
}

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

.pa-stage-icon--brand {
    background: var(--pa-brand);
    box-shadow: 0 10px 15px -3px rgba(23, 108, 183, 0.25);
}

.pa-stage-icon--indigo {
    background: #4f46e5;
    box-shadow: 0 10px 15px -3px rgba(79, 70, 229, 0.25);
}

.pa-stage-icon--neon {
    background: #2bb673;
    box-shadow: 0 10px 15px -3px rgba(43, 182, 115, 0.25);
}

.pa-stage h3 {
    margin: 0;

    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--pa-ink);
}

.pa-stage .pa-stage-description {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--pa-ink-soft);
}

.pa-stage-arrow {
    position: absolute;
    right: -16px;
    top: 50%;
    z-index: 10;
    display: none;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid var(--pa-rule);
    background: var(--pa-surface);
    color: var(--pa-brand);
}

@media (min-width: 960px) {
    .pa-stage-arrow {
        display: flex;
    }
}

.pa-flow-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 56px;
    border-top: 1px solid var(--pa-rule);
    padding-top: 40px;
}

@media (min-width: 768px) {
    .pa-flow-footer {
        flex-direction: row;
    }
}

.pa-flow-footer-note {
    display: flex;
    align-items: center;
    gap: 16px;
}

.pa-flow-footer-note i {
    flex: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--pa-neon);
}

.pa-flow-footer-note .flow-footer-note__text {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--pa-ink-soft);
}

/* ---------- Services ---------- */

.pa-services {
    background: transparent;
}

.pa-services-grid {
    margin-top: 48px;
}

.pa-service {
    height: 100%;
    padding: 28px;
}

.pa-service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(23, 108, 183, 0.10);
    color: var(--pa-brand);
}

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

.pa-service h3 {
    margin: 24px 0 0;

    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--pa-ink);
}

.pa-service .pa-service-description {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--pa-ink-soft);
}

.pa-service ul {
    margin: 20px 0 0;
    padding: 16px 0 0;
    border-top: 1px solid var(--pa-rule);
    list-style: none;
}

.pa-service li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--pa-ink-soft);
}

.pa-service li + li {
    margin-top: 8px;
}

.pa-service li svg {
    flex: none;
    width: 14px;
    height: 14px;
    color: var(--pa-neon);
}

/* ---------- Results (dark) ---------- */

.pa-results {
    position: relative;
    overflow: hidden;
    border-top: 1px solid var(--pa-rule);
    background: var(--pa-ink);
    color: #fff;
}

.pa-results-glow-1 {
    position: absolute;
    top: -128px;
    right: -128px;
    width: 500px;
    height: 500px;
    opacity: 0.5;
    pointer-events: none;
}

.pa-results-glow-2 {
    position: absolute;
    bottom: -128px;
    left: -128px;
    width: 500px;
    height: 500px;
    opacity: 0.4;
    pointer-events: none;
}

.pa-results-grid {
    margin-top: 40px;
}

.pa-quote {
    margin: 0;

    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #fff;
    border: none;
    padding: 0;
}

.pa-quote-attribution {
    margin: 24px 0 0;
    font-family: var(--pa-font-mono);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(255, 255, 255, 0.6);
}

.pa-stat {
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    padding: 20px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.pa-stat-value {

    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.pa-stat .pa-stat-label {
    margin: 8px 0 0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(255, 255, 255, 0.6);
}

/* ---------- Process ---------- */

.pa-process {
    border-top: 1px solid var(--pa-rule);
    background: transparent;
}

.pa-process-grid {
    margin-top: 56px;
}

.pa-step {
    position: relative;
    height: 100%;
    padding: 24px;
}

.pa-step-num {
    font-family: var(--pa-font-mono);
    font-size: 11px;
    letter-spacing: 0.2em;
    color: var(--pa-brand);
}

.pa-step h3 {
    margin: 16px 0 0;

    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--pa-ink);
}

.pa-step .pa-step-description {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--pa-ink-soft);
}

.pa-step-arrow {
    position: absolute;
    right: -14px;
    top: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid var(--pa-rule);
    background: var(--pa-surface);
    color: var(--pa-brand);
    font-size: 12px;
    z-index: 2;
}

/* Arrows only make sense when all 5 steps sit on one row (@l) */
@media (min-width: 1200px) {
    .pa-step-arrow {
        display: flex;
    }
}

/* ---------- Integrations ---------- */

.pa-integrations {
    border-top: 1px solid var(--pa-rule);
    background: var(--pa-surface);
}

.pa-integrations-head {
    padding-top: 80px;
    padding-bottom: 40px;
}

.pa-ticker {
    overflow: hidden;
    border-top: 1px solid var(--pa-rule);
    border-bottom: 1px solid var(--pa-rule);
    background: var(--pa-bg);
    padding: 24px 0;
}

.pa-ticker-item {
    display: flex;
    align-items: center;
    gap: 8px;

    font-size: 16px;
    font-weight: 600;
    color: var(--pa-ink-soft);
}

.pa-ticker-item i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--pa-brand);
}

/* ---------- Contact ---------- */

.pa-contact {
    border-top: 1px solid var(--pa-rule);
    background: var(--pa-surface);
}

.pa-contact .pa-h2 {
    font-size: clamp(2.25rem, 4.5vw, 3.75rem);
    line-height: 1.02;
}


.pa-contact .pa-lead {
    margin-top: 24px;
    max-width: 44ch;
}

.pa-contact-details {
    margin-top: 40px;
}

.pa-contact-email {
    display: inline-block;

    font-size: 24px;
    font-weight: 700;
    color: var(--pa-brand);
}

.pa-contact-email:hover {
    color: var(--pa-brand);
}

.pa-contact-location {
    margin: 20px 0 0;
    font-family: var(--pa-font-mono);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--pa-ink-soft);
}

.pa-form-card {
    padding: 28px;
}

@media (min-width: 1024px) {
    .pa-form-card {
        padding: 36px;
    }
}

/* Contact Form 7 inside the landing card */
.pa-form-card .wpcf7 {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    max-width: none;
}

.pa-form-card .pa-field {
    margin-bottom: 20px;
}

.pa-form-card label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--pa-ink-soft);
}

.pa-form-card .wpcf7-form-control-wrap {
    display: block;
    margin-top: 8px;
}

.pa-form-card input[type="text"],
.pa-form-card input[type="email"],
.pa-form-card input[type="tel"],
.pa-form-card textarea {
    width: 100%;
    border: 1px solid var(--pa-rule);
    border-radius: 8px;
    background: var(--pa-bg);
    padding: 12px 16px;
    font-family: var(--pa-font-sans);
    font-size: 16px;
    color: var(--pa-ink);
    outline: none;
    transition: border-color 200ms, box-shadow 200ms;
}

.pa-form-card input[type="text"]::placeholder,
.pa-form-card input[type="email"]::placeholder,
.pa-form-card input[type="tel"]::placeholder,
.pa-form-card textarea::placeholder{
    font-size: 13px;
}


.pa-form-card textarea {
    resize: none;
    min-height: 120px;
}

.pa-form-card input[type="text"]:focus,
.pa-form-card input[type="email"]:focus,
.pa-form-card input[type="tel"]:focus,
.pa-form-card textarea:focus {
    border-color: var(--pa-brand);
    box-shadow: 0 0 0 2px rgba(23, 108, 183, 0.2);
}

.pa-form-card .wpcf7-submit,
.pa-form-card input[type="submit"] {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 0.85rem 1.4rem;

    font-weight: 600;
    font-size: 14px;
    color: #fff;
    background: var(--pa-brand);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 200ms, box-shadow 200ms;
}

.pa-form-card .wpcf7-submit:hover,
.pa-form-card input[type="submit"]:hover {
    background: var(--pa-brand-deep);
    box-shadow: 0 8px 20px -8px rgba(23, 108, 183, 0.6);
}

.pa-form-card .wpcf7-spinner {
    display: block;
    margin: 8px auto 0;
}

.pa-form-note {
    margin: 12px 0 0;
    text-align: center;
    font-size: 12px;
    color: var(--pa-ink-faint);
}

.pa-form-card .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 4px;
    color: #dc2626;
}

.pa-form-card .wpcf7-response-output {
    margin: 16px 0 0;
    border-radius: 8px;
    border: 1px solid var(--pa-rule);
    padding: 10px 14px;
    font-size: 13px;
    color: var(--pa-ink-soft);
}

/* ==========================================================================
   Site footer — dark (landing design)
   ========================================================================== */

.site-footer.pa-footer {
    background: #0b1220;
    color: #fff;
    font-size: 14px;
}

.pa-footer-main {
    padding: 56px 0;
}

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

.pa-footer-logo .web-logo {
    height: 32px;
    width: auto;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.pa-footer-desc {
    margin: 20px 0 0;
    max-width: 320px;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

.pa-footer-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(255, 255, 255, 0.5);
}

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

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

.pa-footer-links a {
    color: #fff;
    text-decoration: none;
}

.pa-footer-links a:hover {
    color: #fff;
}

.pa-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pa-footer-bottom-inner {
    padding: 20px 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    gap: 10px;
}

.pa-footer-madein {
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.pa-footer .developer a {
    color: #2bb673;
}


.pa-contact .pa-h2 span,
.pa-hero .section-hero__title span,
.pa-flow-head .pa-h2 span,
.pa-results .pa-quote   span{
    background: linear-gradient(110deg, #176cb7 0%, #2d8df0 50%, #2bb673 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}


.site-footer__office-icon {
    width: 1rem;
    height: 1rem;
    margin-top: .125rem;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    color: #fff;
}

.site-footer__offices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
}

.site-footer__office {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: .5rem;
    font-size: .875rem;
}

.site-footer__office a,
.site-footer__office {
    color: rgb(192, 194, 216);
}

.site-footer__email {
    margin-top: 1.25rem;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem;
    font-size: 15px;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.site-footer__email svg {
    width: 20px;
    height: 20px;
}

.site-footer__email {
    color: #fff;
}

.site-footer__office a:hover,
.site-footer__office .site-footer__office-city,
.site-footer__email a {
    color: #2bb673;
}

.site-footer__offices {
    margin: 1rem 0 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    list-style: none;
}

.site-footer__office-phones {
    margin-top: .25rem;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .125rem;
}

