html {
    scroll-behavior: smooth;
}

body {
    background:
        radial-gradient(circle at top left, rgba(20, 216, 165, 0.08), transparent 24rem),
        radial-gradient(circle at top right, rgba(18, 52, 88, 0.08), transparent 28rem),
        linear-gradient(180deg, #f7fbff 0%, #ffffff 30%, #f9fcff 100%);
}

[data-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 700ms ease, transform 700ms ease;
}

.home-page {
    isolation: isolate;
}

.home-page-orb {
    position: absolute;
    z-index: -1;
    border-radius: 999px;
    filter: blur(18px);
    pointer-events: none;
}

.home-page-orb-left {
    top: 2rem;
    left: -8rem;
    width: 22rem;
    height: 22rem;
    background: radial-gradient(circle, rgba(20, 216, 165, 0.18) 0%, rgba(20, 216, 165, 0.04) 55%, transparent 72%);
}

.home-page-orb-right {
    top: 8rem;
    right: -9rem;
    width: 28rem;
    height: 28rem;
    background: radial-gradient(circle, rgba(18, 52, 88, 0.16) 0%, rgba(18, 52, 88, 0.05) 58%, transparent 76%);
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

.section-shell {
    position: relative;
}

.section-shell::before {
    content: "";
    position: absolute;
    inset: 2rem 0 0;
    z-index: -1;
    border-radius: 2rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.62));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.home-hero {
    position: relative;
    align-items: start;
}

.home-hero-copy {
    position: relative;
}

.home-hero-copy::after {
    content: "";
    position: absolute;
    right: 3rem;
    top: 6.5rem;
    width: 8.5rem;
    height: 8.5rem;
    border-radius: 2rem;
    background:
        linear-gradient(135deg, rgba(18, 52, 88, 0.1), rgba(20, 216, 165, 0.16)),
        linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    transform: rotate(12deg);
    opacity: 0.9;
    z-index: -1;
}

.hero-impact-card {
    border-color: rgba(148, 163, 184, 0.28);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 251, 255, 0.96));
    box-shadow: 0 18px 42px rgba(18, 52, 88, 0.08);
}

.home-hero-panel-wrap::before {
    content: "";
    position: absolute;
    inset: 1rem -1rem auto auto;
    width: 12rem;
    height: 12rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(20, 216, 165, 0.18), transparent 70%);
    z-index: -1;
}

.home-hero-panel {
    position: relative;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 251, 255, 0.96)),
        linear-gradient(135deg, rgba(18, 52, 88, 0.04), rgba(20, 216, 165, 0.06));
    box-shadow: 0 28px 70px rgba(18, 52, 88, 0.14);
}

.trust-strip {
    display: grid;
    gap: 1.5rem;
    align-items: center;
    padding: 1.2rem;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 1.75rem;
    background:
        linear-gradient(135deg, rgba(18, 52, 88, 0.04), rgba(20, 216, 165, 0.06)),
        rgba(255, 255, 255, 0.86);
    box-shadow: 0 18px 48px rgba(18, 52, 88, 0.08);
}

.trust-strip-kicker {
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #123458;
}

.trust-strip-text {
    margin-top: 0.45rem;
    max-width: 34rem;
    font-size: 0.96rem;
    line-height: 1.7;
    color: #475569;
}

.trust-strip-logos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.trust-strip-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 4.8rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.82);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.trust-strip-logo img {
    display: block;
    width: 100%;
    max-width: 8rem;
    height: 2.9rem;
    object-fit: contain;
}

.trust-strip-logo:hover,
.trust-strip-logo:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(18, 52, 88, 0.22);
    box-shadow: 0 14px 28px rgba(18, 52, 88, 0.08);
    outline: none;
}

.glass-nav {
    background: rgba(255, 255, 255, 0.76);
    backdrop-filter: blur(18px);
}

.site-header-mobile {
    border-bottom: 0;
}

.header-consultation-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    min-height: 3.2rem;
    padding: 0 0.55rem 0 1.35rem;
    border: 1.5px solid rgba(20, 216, 165, 0.42);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #0f3d34;
    font-size: 0.83rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.header-consultation-cta:hover,
.header-consultation-cta:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(20, 216, 165, 0.7);
    box-shadow: 0 14px 28px rgba(18, 52, 88, 0.08);
    outline: none;
}

.header-consultation-cta-arrow {
    display: inline-flex;
    width: 1.95rem;
    height: 1.95rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(20, 216, 165, 0.18);
    color: #0b7661;
    font-size: 1rem;
    line-height: 1;
}

.icon-badge svg {
    width: 26px;
    height: 26px;
}

.provider-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
}

.provider-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    border: 1px solid rgba(18, 52, 88, 0.12);
    background: rgba(255, 255, 255, 0.84);
    border-radius: 999px;
    padding: 0.45rem 0.8rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #123458;
}

.provider-badge svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.service-visual {
    overflow: hidden;
    border-radius: 1.25rem;
    border: 1px solid #e2e8f0;
    background: #f8fbff;
}

.service-visual img {
    display: block;
    width: 100%;
    height: auto;
}

.services-band {
    width: 100%;
    padding-inline: 1.5rem;
    padding-top: 0.65rem;
    padding-bottom: 1.4rem;
    background: transparent;
}

@media (min-width: 1024px) {
    .services-band {
        padding-inline: 2rem;
    }
}

.services-swiper {
    overflow: hidden;
    width: 100%;
    min-height: 37rem;
}

.services-swiper .swiper-wrapper {
    align-items: stretch;
    padding-top: 1rem;
}

.services-swiper .swiper-slide {
    height: auto;
}

.service-slide {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 35rem;
}

.service-slide .service-visual {
    min-height: 14.5rem;
}

.service-slide .mt-6.inline-flex {
    margin-top: auto;
    padding-top: 1.5rem;
}

.benefit-card,
.seo-card,
.process-card,
.about-highlight-card,
.about-media-card,
.about-info-card,
.faq-card,
.contact-side-card,
.contact-form-card {
    box-shadow: 0 18px 44px rgba(18, 52, 88, 0.08);
}

.service-card {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.98)),
        #ffffff;
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 0.32rem;
    background: linear-gradient(90deg, #123458, #14d8a5);
    opacity: 0;
    transition: opacity 220ms ease;
}

.service-card:hover::before,
.service-card:focus-within::before {
    opacity: 1;
}

.sector-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    background: #fff;
    height: 100%;
    text-decoration: none;
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.sector-card img {
    display: block;
    width: 100%;
    height: 10rem;
    object-fit: cover;
}

.sector-card:hover,
.sector-card:focus-visible {
    transform: translateY(-6px);
    border-color: rgba(29, 78, 216, 0.24);
    box-shadow: 0 26px 52px rgba(15, 23, 42, 0.12);
    outline: none;
}

.sector-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.15rem 1.15rem 1.2rem;
}

.sector-kicker {
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #f97316;
}

.sector-title {
    margin-top: 0.55rem;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.35;
    color: #123458;
}

.sector-text {
    margin-top: 0.7rem;
    font-size: 0.92rem;
    line-height: 1.65;
    color: #475569;
}

.sector-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding-top: 1rem;
    font-size: 0.88rem;
    font-weight: 800;
    color: #1d4ed8;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 180ms ease, transform 180ms ease, color 180ms ease;
}

.sector-card:hover .sector-link,
.sector-card:focus-visible .sector-link {
    opacity: 1;
    transform: translateY(0);
}

.sector-band {
    width: 100%;
    overflow: hidden;
    padding-top: 0.65rem;
    padding-bottom: 1.2rem;
}

.sectors-swiper {
    overflow: hidden;
    width: 100%;
    min-height: 29rem;
}

.sectors-swiper .swiper-wrapper {
    align-items: stretch;
    padding-top: 1rem;
}

.sectors-swiper .swiper-slide {
    height: auto;
}

#sectors-dots.swiper-pagination {
    position: static;
    inset: auto;
}

#sectors-dots .swiper-pagination-bullet {
    width: 0.65rem;
    height: 0.65rem;
    margin: 0 0.35rem;
    border-radius: 999px;
    background: rgba(18, 52, 88, 0.2);
    opacity: 1;
    transition: width 220ms ease, background-color 220ms ease;
}

#sectors-dots .swiper-pagination-bullet-active {
    width: 2.5rem;
    background: #123458;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.nav-dropdown {
    position: relative;
}

.nav-dropdown-trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.nav-dropdown-caret {
    font-size: 0.72rem;
    transition: transform 180ms ease;
}

.nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 0.85rem);
    right: 0;
    min-width: 18rem;
    padding: 0.7rem;
    border: 1px solid rgba(148, 163, 184, 0.3);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 52px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(20px);
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
}

.nav-dropdown.is-open .nav-dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.nav-dropdown.is-open .nav-dropdown-caret {
    transform: rotate(180deg);
}

.nav-dropdown-link {
    display: block;
    border-radius: 0.95rem;
    padding: 0.8rem 0.95rem;
    font-size: 0.92rem;
    font-weight: 700;
    color: #123458;
    transition: background-color 180ms ease, color 180ms ease;
}

.nav-dropdown-link:hover,
.nav-dropdown-link:focus-visible {
    background: #f8fbff;
    color: #1d4ed8;
    outline: none;
}

.mobile-menu-burger {
    display: inline-flex;
    width: 18px;
    height: 14px;
    flex-direction: column;
    justify-content: space-between;
}

.mobile-menu-burger span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: #123458;
}

.mobile-menu-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu-brand {
    display: inline-flex;
    align-items: center;
}

.mobile-menu-close {
    position: relative;
    display: inline-flex;
    width: 3.25rem;
    height: 3.25rem;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #123458;
}

.mobile-menu-close span {
    position: absolute;
    width: 1.65rem;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.mobile-menu-close span:first-child {
    transform: rotate(45deg);
}

.mobile-menu-close span:last-child {
    transform: rotate(-45deg);
}

.mobile-menu-nav {
    display: grid;
    gap: 0.15rem;
}

.mobile-menu-link,
.mobile-menu-link-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 3.4rem;
    padding: 0.7rem 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 1.05rem;
    font-weight: 500;
    color: #202833;
    text-decoration: none;
    transition: color 180ms ease, transform 180ms ease;
}

.mobile-menu-link-button {
    text-align: left;
}

.mobile-menu-link:hover,
.mobile-menu-link:focus-visible,
.mobile-menu-link-button:hover,
.mobile-menu-link-button:focus-visible {
    transform: translateY(-1px);
    color: #1d4ed8;
    outline: none;
}

.mobile-menu-footer {
    margin-top: auto;
    padding-top: 1.25rem;
}

.mobile-menu-link-cta {
    min-height: 3.9rem;
    padding: 0 1.5rem;
    border: 1.5px solid rgba(59, 130, 246, 0.8);
    border-radius: 999px;
    background: #fff;
    color: #1f2937;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.mobile-submenu {
    display: grid;
    gap: 0.3rem;
    padding: 0 0 0.55rem 1rem;
}

.mobile-submenu-link {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.42rem 0;
    border-radius: 0;
    background: transparent;
    color: #475569;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
}

.mobile-submenu-link:hover,
.mobile-submenu-link:focus-visible {
    color: #123458;
    outline: none;
}

.mobile-submenu-icon {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
    align-items: center;
    justify-content: center;
    color: #123458;
}

.mobile-submenu-icon svg {
    width: 1rem;
    height: 1rem;
}

.mobile-menu-cta-arrow {
    display: inline-flex;
    width: 1.8rem;
    height: 1.8rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.12);
    color: #2563eb;
    font-size: 1rem;
    line-height: 1;
}

.mobile-services-list::-webkit-scrollbar {
    width: 0.55rem;
}

.mobile-services-list::-webkit-scrollbar-track {
    background: transparent;
}

.mobile-services-list::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.65);
}

.mobile-services-list::-webkit-scrollbar-thumb:hover {
    background: rgba(100, 116, 139, 0.8);
}

.platform-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.92);
    padding: 1rem 1.1rem;
}

.platform-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 1rem;
    flex: 0 0 3.4rem;
    overflow: hidden;
    background: #fff;
    padding: 0.6rem;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.18);
}

.platform-logo[data-platform-group="CMS"] {
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
}

.platform-logo[data-platform-group="Shop"] {
    background: linear-gradient(135deg, #ecfdf5, #d1fae5);
}

.platform-logo[data-platform-group="Builder"] {
    background: linear-gradient(135deg, #f5f3ff, #ede9fe);
}

.platform-logo[data-platform-group="Custom"] {
    background: linear-gradient(135deg, #fff7ed, #fed7aa);
}

.platform-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.platform-name {
    font-size: 1rem;
    font-weight: 800;
    color: #123458;
}

.platform-group {
    margin-top: 0.25rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #64748b;
}

.benefit-card,
.seo-card,
.process-card,
.about-highlight-card,
.about-info-card,
.contact-side-card,
.faq-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 251, 255, 0.98)),
        #ffffff;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.benefit-card:hover,
.seo-card:hover,
.process-card:hover,
.about-highlight-card:hover,
.about-info-card:hover,
.contact-side-card:hover,
.faq-card:hover {
    transform: translateY(-4px);
    border-color: rgba(18, 52, 88, 0.16);
    box-shadow: 0 24px 52px rgba(18, 52, 88, 0.12);
}

.process-card {
    position: relative;
    overflow: hidden;
}

.process-card::after {
    content: "";
    position: absolute;
    right: -2rem;
    bottom: -2rem;
    width: 6rem;
    height: 6rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(20, 216, 165, 0.14), transparent 68%);
}

.testimonial-band {
    width: 100%;
    padding-inline: 1.5rem;
    padding-top: 0.45rem;
    padding-bottom: 1rem;
    overflow: hidden;
    background: transparent;
}

@media (min-width: 1024px) {
    .testimonial-band {
        padding-inline: 2rem;
    }

    .trust-strip {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
        padding: 1.4rem 1.5rem;
    }

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

.testimonials-swiper {
    overflow: hidden;
    width: 100%;
}

.testimonials-swiper .swiper-wrapper {
    align-items: stretch;
}

.testimonials-swiper .swiper-wrapper,
.services-swiper .swiper-wrapper,
.sectors-swiper .swiper-wrapper {
    transition-timing-function: linear;
}

.testimonials-swiper .swiper-slide {
    height: auto;
}

.client-logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 13rem;
    padding: 1.5rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.98)),
        #ffffff;
}

.testimonials-swiper .swiper-slide.client-logo-card.swiper-slide-active {
    box-shadow: none;
}

.client-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-decoration: none;
}

.client-logo-card img {
    display: block;
    width: 100%;
    max-width: 15rem;
    height: 5.5rem;
    object-fit: contain;
    object-position: center;
    border-radius: 1rem;
    background: #fff;
    padding: 0.9rem 1rem;
}

.client-logo-link:focus-visible img,
.client-logo-link:hover img {
    box-shadow: 0 0 0 1px rgba(29, 78, 216, 0.16), 0 18px 30px rgba(18, 52, 88, 0.08);
}

.contact-form-card {
    box-shadow: 0 28px 68px rgba(18, 52, 88, 0.14);
}

#testimonials-dots.swiper-pagination {
    position: static;
    inset: auto;
}

#testimonials-dots .swiper-pagination-bullet {
    width: 0.65rem;
    height: 0.65rem;
    margin: 0 0.35rem;
    border-radius: 999px;
    background: rgba(18, 52, 88, 0.2);
    opacity: 1;
    transition: width 220ms ease, background-color 220ms ease;
}

#testimonials-dots .swiper-pagination-bullet-active {
    width: 2.5rem;
    background: #123458;
}

#services-dots.swiper-pagination {
    position: static;
    inset: auto;
}

#services-dots .swiper-pagination-bullet {
    width: 0.65rem;
    height: 0.65rem;
    margin: 0 0.35rem;
    border-radius: 999px;
    background: rgba(18, 52, 88, 0.2);
    opacity: 1;
    transition: width 220ms ease, background-color 220ms ease;
}

#services-dots .swiper-pagination-bullet-active {
    width: 2.5rem;
    background: #123458;
}

.floating-cta-stack {
    align-items: flex-end;
}

.call-fab {
    position: relative;
    border: 1px solid rgba(22, 163, 74, 0.18);
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.98), rgba(22, 163, 74, 0.94));
    box-shadow: 0 14px 34px rgba(22, 163, 74, 0.26), 0 2px 10px rgba(15, 23, 42, 0.08);
    animation: callPulse 2.8s ease-in-out infinite;
}

.call-fab::after {
    content: "";
    position: absolute;
    inset: -0.3rem;
    border-radius: inherit;
    border: 1px solid rgba(34, 197, 94, 0.35);
    opacity: 0;
    animation: callRing 2.8s ease-out infinite;
}

.call-fab:hover,
.call-fab:focus-visible {
    transform: translateY(-2px) scale(1.02);
}

.cta-icon-button {
    position: relative;
    width: 3.75rem;
    height: 3.75rem;
    border: 1px solid rgba(148, 163, 184, 0.22);
    backdrop-filter: blur(16px);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.55);
    transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease, border-color 220ms ease, opacity 220ms ease;
}

.cta-icon-button::before {
    content: attr(data-tooltip);
    position: absolute;
    right: calc(100% + 0.85rem);
    top: 50%;
    transform: translateY(-50%) translateX(8px);
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #123458;
    padding: 0.55rem 0.9rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
    transition: opacity 180ms ease, transform 180ms ease;
}

.cta-icon-button:hover::before,
.cta-icon-button:focus-visible::before {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.cta-icon-button svg {
    width: 1.4rem;
    height: 1.4rem;
}

.cta-icon-button:hover,
.cta-icon-button:focus-visible {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.cta-icon-button-call {
    color: #ffffff;
}

.cta-icon-button-mail {
    border-color: rgba(18, 52, 88, 0.12);
    background: linear-gradient(135deg, rgba(18, 52, 88, 0.98), rgba(29, 78, 216, 0.96));
}

.cta-icon-button-mail::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.cta-icon-button-mail svg,
.cta-icon-button-call svg {
    position: relative;
    z-index: 1;
}

@keyframes callPulse {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }
    8% {
        transform: translateY(-1px) scale(1.015);
    }
    12% {
        transform: translateX(-1px);
    }
    16% {
        transform: translateX(1px);
    }
    20% {
        transform: translateX(0);
    }
}

@keyframes callRing {
    0% {
        opacity: 0;
        transform: scale(0.96);
    }
    16% {
        opacity: 0.45;
    }
    42% {
        opacity: 0;
        transform: scale(1.12);
    }
    100% {
        opacity: 0;
        transform: scale(1.12);
    }
}

@media (max-width: 767px) {
    .site-header-mobile {
        position: sticky;
        background: rgba(255, 255, 255, 0.96);
        backdrop-filter: blur(16px);
    }

    .site-header-mobile::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -10px;
        height: 18px;
        background: inherit;
        clip-path: polygon(0 0, 100% 0, 100% 55%, 0 100%);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
        z-index: -1;
    }

    .mobile-menu-panel {
        position: fixed;
        inset: 0;
        z-index: 80;
        padding: 1.15rem 1.35rem 1.5rem;
        background: rgba(255, 255, 255, 0.98);
        overflow-y: auto;
    }

    .mobile-menu-inner {
        display: flex;
        min-height: calc(100vh - 2.65rem);
        flex-direction: column;
        gap: 2rem;
        padding: 0.15rem 0 0;
    }

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

    .section-shell::before {
        inset: 1rem 0 0;
        border-radius: 1.5rem;
    }

    .home-page-orb-left,
    .home-page-orb-right,
    .home-hero-copy::after {
        display: none;
    }

    .trust-strip {
        padding: 1rem;
        border-radius: 1.35rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .call-fab,
    .call-fab::after,
    .cta-icon-button,
    .cta-icon-button::before {
        animation: none;
    }
}
