:root {
    --bg: #eaf4ff;
    --surface: rgba(16, 110, 210, 0.08);
    --text: #12375f;
    --muted: #355f87;
    --heading: #0a2f57;
    --card-text: #0f355c;
    --card-muted: #426a92;
    --brand: #0f72db;
    --brand-dark: #0a4f9e;
    --accent: #3ea7ff;
    --paper: #ffffff;
    --paper-soft: #f4f9ff;
    --ink: #0f3159;
    --line: rgba(16, 110, 210, 0.24);
    --shadow: 0 14px 30px rgba(12, 57, 108, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    background: #ffffff;
    color: var(--text);
    overflow-x: hidden;
}

h1, h2, h3 {
    font-family: 'Playfair Display', serif;
    color: var(--heading);
    letter-spacing: 0.01em;
    font-weight: 500;
}

.navbar-brand {
    font-family: 'Lato', sans-serif;
    color: var(--heading);
}
a { color: inherit; text-decoration: none; }

.bg-orb {
    position: fixed;
    border-radius: 999px;
    filter: blur(80px);
    opacity: 0;
    pointer-events: none;
    z-index: 0;
}

.orb-1 { width: 360px; height: 360px; background: #5cbcff; top: -120px; right: -80px; }
.orb-2 { width: 280px; height: 280px; background: #8fd0ff; bottom: 8%; left: -100px; }

.site-header, main, .site-footer, .chat-toggle, .chat-widget { position: relative; z-index: 2; }
.site-header {
    background: linear-gradient(135deg, rgba(7, 74, 148, 0.97), rgba(4, 51, 106, 0.96));
    backdrop-filter: blur(14px);
    box-shadow: 0 10px 24px rgba(8, 52, 103, 0.3);
}
.site-footer {
    background: linear-gradient(135deg, #084e9a, #063b79);
}
.navbar { padding: 0.85rem 0; }
.navbar-brand { font-size: 1.45rem; font-weight: 900; letter-spacing: 0.04em; }
.brand-lockup { display: inline-flex; align-items: center; gap: 0.85rem; }
.brand-lockup img { width: 288px; max-width: 100%; height: auto; }
.brand-lockup span { display: none; }
.navbar-nav { gap: 0.25rem; }
.nav-link {
    color: rgba(255, 255, 255, 0.88);
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.86rem;
    border-radius: 999px;
    padding: 0.52rem 0.88rem !important;
    position: relative;
    transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0.88rem;
    right: 0.88rem;
    bottom: 0.2rem;
    height: 2px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 180ms ease;
}
.nav-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-1px);
}

.nav-link:hover::after {
    transform: scaleX(1);
}

.nav-link.active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
}

.nav-link.active::after {
    transform: scaleX(1);
}

.social-links {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.social-links-header {
    margin-left: 0.4rem;
}

.social-link {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.social-links-header .social-link {
    background: rgba(255, 255, 255, 0.14);
    color: #e7f2ff;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.social-links-header .social-link:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.24);
    color: #ffffff;
}

.social-links-header.desktop {
    flex-shrink: 0;
}

.social-links-header.mobile {
    margin-left: 0;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.35);
    border-radius: 12px;
    padding: 0.35rem 0.55rem;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(143, 203, 255, 0.35);
}

.btn-brand {
    border: 0;
    color: #ffffff;
    background: linear-gradient(135deg, var(--brand) 0%, #3ea7ff 100%);
    box-shadow: 0 16px 40px rgba(15, 114, 219, 0.3);
}

.btn-brand:hover { background: linear-gradient(135deg, var(--brand-dark) 0%, var(--brand) 100%); color: #ffffff; }

.hero-actions .btn-outline-light {
    color: #0d4f95;
    border: 2px solid rgba(16, 110, 210, 0.3);
    background: rgba(255, 255, 255, 0.9);
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(10, 64, 126, 0.15);
}

.hero-actions .btn-outline-light:hover,
.hero-actions .btn-outline-light:focus {
    color: #ffffff;
    border-color: #0f72db;
    background: #0f72db;
}
.hero-section {
    padding: 4rem 0 5rem;
    background: #ffffff;
    border-bottom: 1px solid rgba(16, 110, 210, 0.12);
}
.hero-light { padding-top: 3rem; }
.hero-intro { max-width: 920px; margin-top: 0; }
.hero-layout { position: relative; z-index: 1; }

.hero-banner-panel {
    position: relative;
    min-height: clamp(360px, 46vw, 540px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.hero-banner-panel::before {
    content: "";
    position: absolute;
    inset: 10% 2% -4% -8%;
    border-radius: 56% 44% 52% 48% / 52% 42% 58% 48%;
    background: rgba(177, 204, 238, 0.46);
    z-index: 1;
}

.hero-banner-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 52% 48% 50% 50% / 50% 44% 56% 50%;
    background: linear-gradient(120deg, #1d57cf 0%, #0f72db 55%, #16c7e8 100%);
    box-shadow: 0 24px 48px rgba(8, 63, 126, 0.22);
    z-index: 2;
}

.hero-banner-panel img {
    width: min(88%, 560px);
    height: auto;
    max-height: clamp(280px, 36vw, 430px);
    object-fit: contain;
    display: block;
    position: relative;
    z-index: 3;
    filter: drop-shadow(0 16px 28px rgba(6, 52, 109, 0.18));
}

.hero-banner-art {
    mix-blend-mode: normal;
}

.hero-badge, .section-heading span, .plan-name {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.95rem;
    border-radius: 999px;
    background: rgba(16, 110, 210, 0.08);
    border: 1px solid rgba(16, 110, 210, 0.2);
    font-size: 0.9rem;
    color: #0f5ba8;
    font-weight: 800;
}

.step-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    height: 36px;
    margin-bottom: 1rem;
    padding: 0 0.9rem;
    border-radius: 999px;
    background: rgba(16, 110, 210, 0.1);
    border: 1px solid rgba(16, 110, 210, 0.18);
    color: #0f5ba8;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.hero-section h1 {
    margin-top: 1.25rem;
    font-size: clamp(2.6rem, 6vw, 5rem);
    line-height: 1.08;
    max-width: 14ch;
    font-weight: 500;
}

.hero-copy, .logo-strip p, .seo-copy, .benefit-list p, .service-card p, .plan-card li, .contact-section p, .accordion-body {
    color: var(--muted);
    font-size: 1.04rem;
    font-family: 'Lato', sans-serif;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin: 2rem 0; }
.hero-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }

.hero-metrics div, .service-card, .plan-card, .seo-grid article, .lead-form, .media-video, .accordion-item, .showcase-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 255, 0.98));
    border: 1px solid rgba(16, 110, 210, 0.22);
    border-radius: 24px;
    box-shadow: var(--shadow);
}

.hero-metrics div {
    padding: 1rem;
    position: relative;
    overflow: hidden;
}

.hero-metrics div::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, #42a8ff, #0f72db);
}
.hero-metrics strong, .benefit-list strong, .seo-grid strong { display: block; margin-bottom: 0.35rem; font-size: 1.15rem; color: var(--heading); }
.hero-metrics span { color: var(--card-muted); }

.hero-carousel,
.hero-media {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.hero-media {
    position: relative;
    min-height: 760px;
    border: 1px solid rgba(16, 110, 210, 0.16);
    background: #ffffff;
}

.hero-video-frame iframe,
.hero-media img,
.hero-media video {
    width: 100%;
    height: 760px;
    border: 0;
    object-fit: cover;
    object-position: center top;
}

.hero-media-wide {
    width: 100%;
    min-height: clamp(480px, 78vh, 860px);
}

.hero-media-wide video {
    height: clamp(480px, 78vh, 860px);
}

.hero-embed-frame {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-embed-frame iframe {
    width: 100%;
    height: clamp(680px, 92vh, 1220px);
    border: 0;
    background: #ffffff;
    display: block;
}

.hero-video-cover::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 28, 52, 0.16) 0%, rgba(7, 28, 52, 0.58) 100%);
    pointer-events: none;
}

.hero-overlay-card {
    position: absolute;
    left: 24px;
    bottom: 24px;
    max-width: 420px;
    padding: 1.4rem 1.5rem;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(7, 7, 7, 0.94), rgba(20, 20, 20, 0.92));
    border: 1px solid rgba(92, 188, 255, 0.32);
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 44px rgba(4, 20, 33, 0.34);
}

.hero-overlay-card p,
.hero-overlay-card span {
    color: #f2f9ff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.hero-overlay-card p {
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #7dccff;
    margin-bottom: 0.45rem;
}

.hero-overlay-card strong {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #ffffff;
    line-height: 1.15;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.34);
}
.hero-overlay-card.right { left: auto; right: 24px; }
.hero-overlay-card.small { max-width: 340px; }

.image-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.62) 100%);
    pointer-events: none;
}

.quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    transform: translateY(-24px);
}

.quick-links a,
.text-link {
    color: #ffffff;
    font-weight: 700;
}

.quick-links a {
    padding: 0.9rem 1.2rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(16, 110, 210, 0.2);
    color: #0e4f96;
    box-shadow: 0 12px 28px rgba(13, 58, 112, 0.16);
}

.service-card-light,
.lead-form-light,
.consult-card {
    background: rgba(255, 255, 255, 0.98);
}

.section-soft {
    background: #ffffff;
    border-top: 1px solid rgba(16, 110, 210, 0.1);
    border-bottom: 1px solid rgba(16, 110, 210, 0.1);
}

.stacked-media {
    display: grid;
    gap: 1rem;
}

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

.mini-gallery img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: var(--shadow);
}

.interactive-showcase {
    display: grid;
    gap: 1rem;
}

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

.showcase-tile {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 255, 0.98));
    border: 1px solid rgba(16, 110, 210, 0.23);
    border-radius: 24px;
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.showcase-tile.large img {
    height: 340px;
}

.showcase-tile img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.showcase-tile:hover {
    transform: translateY(-6px);
    border-color: rgba(16, 110, 210, 0.36);
    box-shadow: 0 18px 34px rgba(10, 64, 126, 0.2);
}

.payment-brand-panel {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 255, 0.98));
    border: 1px solid rgba(16, 110, 210, 0.2);
    border-radius: 24px;
    box-shadow: var(--shadow);
    padding: 1.2rem;
    text-align: center;
}

.payment-brand-panel img {
    width: min(100%, 440px);
    height: auto;
    object-fit: contain;
    display: inline-block;
}

.payment-copy-large {
    font-size: clamp(1.2rem, 2.4vw, 1.7rem);
    line-height: 1.45;
    color: var(--heading);
    font-weight: 500;
}

.icon-highlight-section {
    padding-top: 1.25rem;
}

.icon-highlight-card {
    height: 100%;
    padding: 1.5rem 1.3rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 249, 255, 0.98));
    border: 1px solid rgba(16, 110, 210, 0.2);
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(10, 64, 126, 0.14);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.icon-highlight-card img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    margin-bottom: 0.8rem;
}

.icon-highlight-card h3 {
    font-size: 1.05rem;
    margin: 0 0 0.4rem;
    color: var(--heading);
}

.icon-highlight-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.96rem;
}

.icon-highlight-card:hover {
    transform: translateY(-5px);
    border-color: rgba(16, 110, 210, 0.3);
    box-shadow: 0 22px 44px rgba(10, 64, 126, 0.2);
}

.home-page .icon-highlight-card {
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 220ms ease, color 220ms ease;
}

.home-page .icon-highlight-card:hover {
    background: linear-gradient(135deg, #0f72db 0%, #3ea7ff 100%);
    border-color: rgba(255, 255, 255, 0.32);
}

.home-page .icon-highlight-card:hover h3,
.home-page .icon-highlight-card:hover p {
    color: #ffffff;
}

.ecommerce-cluster {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.4rem;
    max-width: 980px;
    margin: 0 auto;
    padding: 1.2rem 0.4rem;
}

.ecommerce-cluster::before {
    content: "";
    position: absolute;
    inset: 3% 5%;
    border-radius: 40% 60% 52% 48% / 42% 38% 62% 58%;
    background: linear-gradient(135deg, rgba(16, 110, 210, 0.12), rgba(143, 203, 255, 0.18));
    z-index: 0;
}

.ecom-focus-card {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(16, 110, 210, 0.2);
    border-radius: 22px;
    box-shadow: 0 16px 34px rgba(10, 64, 126, 0.14);
    padding: 1.4rem 1.3rem;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ecom-focus-card:nth-child(1),
.ecom-focus-card:nth-child(3) {
    transform: translateY(12px);
}

.ecom-focus-card:hover {
    transform: translateY(-4px);
    border-color: rgba(16, 110, 210, 0.32);
    box-shadow: 0 22px 42px rgba(10, 64, 126, 0.2);
}

.ecom-icon-wrap {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(16, 110, 210, 0.08), rgba(143, 203, 255, 0.2));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.9rem;
}

.ecom-icon-wrap img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.ecom-focus-card h3 {
    margin: 0 0 0.55rem;
    font-size: 1.5rem;
    color: var(--heading);
}

.ecom-focus-card p {
    margin: 0;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.6;
}

.consult-card p {
    color: var(--card-muted);
    min-height: 72px;
}

.page-hero {
    padding: 4rem 0 1rem;
}

.page-hero h1 {
    margin: 1rem 0;
    font-size: clamp(2.4rem, 6vw, 4.2rem);
}

.cta-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(244,249,255,0.96));
    border: 1px solid rgba(16,110,210,0.16);
    box-shadow: var(--shadow);
}

.cta-panel h2 {
    margin: 1rem 0 0;
    font-size: clamp(1.8rem, 4vw, 3rem);
}

.cta-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 2rem;
}

.footer-grid strong {
    display: block;
    margin-bottom: 1rem;
    color: #ffffff;
}

.footer-grid a,
.footer-grid p {
    display: block;
    color: #d7e3ee;
    margin-bottom: 0.7rem;
}

.social-links-footer {
    margin-top: 0.7rem;
}

.social-links-footer .social-link {
    background: rgba(255, 255, 255, 0.14);
    color: #e7f2ff;
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.social-links-footer .social-link:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.24);
    color: #ffffff;
}

.site-footer .navbar-brand {
    color: #ffffff;
}

.hero-showcase { position: relative; min-height: 520px; }
.showcase-card { position: absolute; overflow: hidden; }
.card-primary { top: 0; left: 0; width: 70%; padding: 2rem; }
.card-primary p, .card-primary span { color: var(--muted); }
.card-primary strong { display: block; margin: 0.6rem 0; font-size: 1.7rem; }
.card-secondary { right: 0; top: 3.5rem; width: 56%; height: 320px; }
.card-secondary img, .media-main { width: 100%; height: 100%; object-fit: cover; }
.card-floating { left: 12%; bottom: 2rem; display: flex; align-items: center; gap: 1rem; padding: 1rem 1.2rem; }
.card-floating i, .service-card i { color: var(--brand); font-size: 1.7rem; }

.logo-strip {
    padding: 0 0 1.25rem;
    border-top: 0;
    border-bottom: 0;
    background: transparent;
}

.section-space { padding: 5.75rem 0; }
.section-heading { text-align: center; max-width: 760px; margin: 0 auto 2.5rem; }
.section-heading.left { text-align: left; margin-left: 0; }
.section-heading h2 { margin-top: 1rem; font-size: clamp(2rem, 5vw, 3.35rem); }

.service-card, .plan-card, .seo-grid article { height: 100%; padding: 1.75rem; }
.service-card h3, .plan-card h3 { margin: 1rem 0 0.75rem; }
.service-card h3, .plan-card h3, .section-heading h2, .page-hero h1, .cta-panel h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}
.service-icon-asset {
    width: 60px;
    height: 60px;
    object-fit: contain;
    display: inline-block;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(234, 244, 255, 0.98));
    border: 1px solid rgba(16, 110, 210, 0.18);
    border-radius: 14px;
    padding: 0.55rem;
    box-shadow: 0 10px 22px rgba(10, 64, 126, 0.13);
}
.service-card,
.plan-card,
.seo-grid article {
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card:hover,
.plan-card:hover,
.seo-grid article:hover {
    transform: translateY(-6px);
    border-color: rgba(16, 110, 210, 0.34);
    box-shadow: 0 22px 44px rgba(10, 64, 126, 0.22);
}

.home-page .service-card,
.home-page .plan-card,
.home-page .seo-grid article {
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 220ms ease, color 220ms ease;
}

.home-page .service-card:hover,
.home-page .plan-card:hover,
.home-page .seo-grid article:hover {
    background: linear-gradient(135deg, #0f72db 0%, #3ea7ff 100%);
    border-color: rgba(255, 255, 255, 0.32);
}

.home-page .service-card:hover h3,
.home-page .service-card:hover p,
.home-page .plan-card:hover h3,
.home-page .plan-card:hover p,
.home-page .seo-grid article:hover h3,
.home-page .seo-grid article:hover p,
.home-page .service-card:hover .text-link {
    color: #ffffff;
}

.home-page .service-card:hover .service-icon-asset {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.45);
    box-shadow: 0 10px 22px rgba(4, 30, 59, 0.34);
}

.service-card::after,
.plan-card::after,
.seo-grid article::after {
    content: "";
    display: block;
    width: 56px;
    height: 3px;
    margin-top: 1.2rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #3ea7ff, #0f72db);
}
.service-card h3,
.plan-card h3,
.seo-grid article h3,
.accordion-button,
.cta-panel h2,
.page-hero h1,
.section-heading h2 {
    color: var(--heading);
}

.service-card p,
.plan-card p,
.seo-grid article p,
.benefit-list p,
.accordion-body,
.lead-form,
.lead-form label {
    color: var(--card-text);
}

.service-card,
.plan-card,
.seo-grid article,
.lead-form,
.accordion-item {
    backdrop-filter: blur(6px);
}

.text-link {
    color: #0f72db;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.plan-card .btn-outline-dark,
.consult-card .btn-outline-dark {
    color: #0f5ba8;
    border-color: rgba(16, 110, 210, 0.35);
    font-weight: 700;
}

.plan-card .btn-outline-dark:hover,
.consult-card .btn-outline-dark:hover {
    color: #ffffff;
    background: #0f72db;
    border-color: #0f72db;
}
.section-dark { background: #ffffff; }

.media-grid { display: grid; gap: 1.5rem; }
.media-main { min-height: 380px; border-radius: 28px; box-shadow: var(--shadow); }
.media-video { padding: 0.75rem; }
.media-video iframe { width: 100%; min-height: 280px; border: 0; border-radius: 20px; }

.benefit-list { display: grid; gap: 1.25rem; }
.benefit-list div { padding-bottom: 1rem; border-bottom: 1px solid rgba(16, 110, 210, 0.12); }
.plan-card ul { list-style: none; padding: 0; margin: 1.5rem 0; display: grid; gap: 0.85rem; }
.plan-card li { display: flex; align-items: center; gap: 0.65rem; }
.plan-card i { color: var(--accent); }

.section-seo { background: #ffffff; }
.seo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.accordion-item { overflow: hidden; margin-bottom: 1rem; }
.accordion-button, .accordion-body { background: transparent; color: var(--heading); }
.accordion-button:not(.collapsed) { color: var(--heading); background: rgba(16, 110, 210, 0.06); box-shadow: none; }

.contact-data { display: grid; gap: 1rem; margin-top: 2rem; }
.contact-data a, .contact-data span { display: inline-flex; align-items: center; gap: 0.75rem; color: #0f5ba8; }
.lead-form { padding: 2rem; }
.lead-form label { display: block; margin-bottom: 0.45rem; font-weight: 700; }
.contact-conversion .container,
.contact-conversion .row,
.contact-panel-copy,
.contact-points,
.process-grid {
    position: relative;
    z-index: 1;
}

.contact-panel-copy,
.contact-points div {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 255, 0.98));
    border: 1px solid rgba(16, 110, 210, 0.15);
    border-radius: 24px;
    box-shadow: var(--shadow);
}

.contact-panel-copy {
    padding: 2rem;
}

.contact-panel-copy h2 {
    margin: 1rem 0 0.75rem;
    font-size: clamp(2rem, 5vw, 3rem);
    color: var(--heading);
}

.contact-points {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

.contact-points div {
    padding: 1.15rem 1.2rem;
}

.contact-points p {
    margin: 0.35rem 0 0;
    color: var(--card-muted);
}

.form-control, .form-select {
    min-height: 52px;
    border-radius: 14px;
    border: 1px solid rgba(16, 110, 210, 0.2);
    background: rgba(255, 255, 255, 0.98);
    color: #113a65;
}

.form-control:focus, .form-select:focus {
    border-color: rgba(16, 110, 210, 0.65);
    box-shadow: 0 0 0 0.25rem rgba(16, 110, 210, 0.18);
    background: #ffffff;
    color: #113a65;
}

.form-select option { color: #111; }
.form-status { margin-top: 1rem; min-height: 1.5rem; }
.lead-form.is-success {
    border-color: rgba(84, 214, 126, 0.45);
}

.lead-form.is-error {
    border-color: rgba(255, 128, 128, 0.42);
}

.lead-form.is-success .form-status {
    color: #93f5a6;
}

.lead-form.is-error .form-status {
    color: #ff9b9b;
}

.hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.site-footer { padding: 1.5rem 0 3rem; border-top: 1px solid var(--line); }

.container {
    position: relative;
}

main > section {
    position: relative;
}

main > section:not(.hero-section):not(.logo-strip)::before {
    content: "";
    position: absolute;
    inset: 1.4rem 1rem;
    border-radius: 36px;
    background: #ffffff;
    border: 1px solid rgba(16, 110, 210, 0.1);
    z-index: 0;
}

main > section .container {
    z-index: 1;
}

.chat-toggle {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 62px;
    height: 62px;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), var(--brand));
    color: #ffffff;
    font-size: 1.35rem;
    box-shadow: 0 18px 44px rgba(30, 202, 211, 0.32);
}

.chat-widget {
    position: fixed;
    right: 24px;
    bottom: 100px;
    width: min(380px, calc(100vw - 24px));
    border-radius: 24px;
    border: 1px solid var(--line);
    overflow: hidden;
    background: #ffffff;
    color: #123f6e;
    box-shadow: var(--shadow);
    display: none;
}

.chat-widget.is-open { display: block; }
.chat-header { display: flex; justify-content: space-between; align-items: center; padding: 1rem 1.2rem; background: linear-gradient(135deg, var(--brand), #3ea7ff); color: #ffffff; }
.chat-header span { display: block; font-size: 0.85rem; opacity: 0.92; }
.chat-header button, .chat-form button { border: 0; background: transparent; color: inherit; }
.chat-messages { max-height: 320px; overflow-y: auto; padding: 1rem; display: grid; gap: 0.75rem; }
.chat-message { max-width: 85%; padding: 0.8rem 0.95rem; border-radius: 16px; font-size: 0.95rem; }
.chat-message.bot { background: #f3f8ff; color: #123f6e; border: 1px solid rgba(16,110,210,0.12); }
.chat-message.user { margin-left: auto; background: #0f72db; color: #ffffff; }
.chat-form { display: grid; grid-template-columns: 1fr auto; gap: 0.75rem; padding: 1rem; border-top: 1px solid rgba(23, 32, 51, 0.08); }
.chat-form input { border: 1px solid rgba(23, 32, 51, 0.12); border-radius: 12px; min-height: 48px; padding: 0.75rem 0.9rem; }
.chat-form button { width: 48px; border-radius: 12px; background: var(--brand); color: #ffffff; }

@media (max-width: 991px) {
    .hero-showcase { min-height: 460px; }
    .card-primary { width: 82%; }
    .card-secondary { width: 62%; }
    .cta-panel,
    .footer-grid { grid-template-columns: 1fr; }
    .brand-lockup img { width: 252px; }
    .quick-links { transform: none; }
    .navbar-nav { gap: 0.15rem; }
    #mainNav {
        margin-top: 0.8rem;
        padding: 0.7rem;
        border-radius: 16px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        background: rgba(5, 45, 96, 0.48);
    }
    .nav-link {
        padding: 0.62rem 0.9rem !important;
    }
    .social-links-header {
        margin: 0.65rem 0 0.35rem;
    }
}

@media (max-width: 767px) {
    .hero-section { padding-top: 2rem; }
    .hero-banner-panel { min-height: 280px; }
    .hero-banner-panel::before { inset: 8% 0 -5% -3%; }
    .hero-banner-panel::after { border-radius: 26px; }
    .hero-banner-panel img {
        width: min(92%, 420px);
        max-height: 220px;
    }
    .hero-metrics, .seo-grid { grid-template-columns: 1fr; }
    .hero-showcase { min-height: 420px; }
    .card-primary, .card-secondary, .card-floating { position: static; width: 100%; margin-bottom: 1rem; }
    .card-secondary { height: 260px; }
    .hero-media,
    .hero-video-frame iframe,
    .hero-media iframe,
    .hero-media img,
    .hero-media video { min-height: 340px; height: 340px; }
    .hero-overlay-card { left: 14px; right: 14px; bottom: 14px; max-width: none; }
    .quick-links { justify-content: stretch; }
    .quick-links a { width: 100%; text-align: center; }
    .ecommerce-cluster { grid-template-columns: 1fr; gap: 1rem; }
    .ecommerce-cluster::before { inset: 1% 0; border-radius: 26px; }
    .ecom-focus-card:nth-child(1),
    .ecom-focus-card:nth-child(3) { transform: none; }
    .showcase-row { grid-template-columns: 1fr; }
    .showcase-tile.large img,
    .showcase-tile img { height: 200px; }
    .brand-lockup img { width: 226px; }
    main > section:not(.hero-section):not(.logo-strip)::before { inset: 0.8rem 0.4rem; border-radius: 24px; }
    .chat-widget { right: 12px; bottom: 88px; width: calc(100vw - 24px); }
    .chat-toggle { right: 12px; bottom: 18px; }
}
