/* Cybrid Software dark professional redesign */
:root {
    --dark-shade: #015eea;
    --dark-accent: #00c0fa;
    --main-brand-color: #f7fafc;
    --light-accent: #a9b4c2;
    --light-shades: #07090d;
    --cy-bg: #07090d;
    --cy-bg-2: #0d1118;
    --cy-panel: #111722;
    --cy-panel-2: #151d2b;
    --cy-card: #111722;
    --cy-card-soft: #151c29;
    --cy-border: rgba(169, 180, 194, 0.18);
    --cy-border-strong: rgba(0, 192, 250, 0.34);
    --cy-text: #f7fafc;
    --cy-muted: #a9b4c2;
    --cy-subtle: #8b96a6; /* AA contrast on --cy-bg */
    --cy-blue: #015eea;
    --cy-cyan: #00c0fa;
    --cy-green: #7ce0a1;
    --cy-amber: #f0c36a;
    --cy-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
    color-scheme: dark;
}

html {
    background: var(--cy-bg);
}

body {
    background:
        linear-gradient(180deg, rgba(7, 9, 13, 0.92), rgba(7, 9, 13, 1) 55%),
        var(--cy-bg) !important;
    color: var(--cy-text) !important;
    font-family: "Plus Jakarta Sans", "Inter", "Segoe UI", Arial, sans-serif !important;
    letter-spacing: 0;
}

body::selection {
    background: rgba(39, 216, 200, 0.28);
}

img {
    max-width: 100%;
}

a {
    color: var(--cy-cyan);
}

a,
button,
[role="button"],
input,
textarea,
select {
    -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 3px solid rgba(39, 216, 200, 0.75) !important;
    outline-offset: 3px !important;
}

/* Shared navigation */
.navbar {
    align-items: center !important;
    background: rgba(12, 17, 25, 0.88) !important;
    border: 1px solid var(--cy-border) !important;
    border-radius: 8px !important;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34) !important;
    left: 50% !important;
    max-width: 1240px !important;
    overflow: visible !important;
    padding: 12px 16px !important;
    right: auto !important;
    top: 16px !important;
    transform: translateX(-50%) !important;
    width: calc(100% - 32px) !important;
}

.navbar.scrolled {
    background: rgba(9, 13, 19, 0.95) !important;
    padding: 10px 16px !important;
}

.logo {
    margin-left: 0 !important;
}

.logo:hover {
    transform: none !important;
}

.logo img {
    filter: drop-shadow(0 8px 22px rgba(39, 216, 200, 0.18));
    height: 40px !important;
}

.nav-links {
    gap: 2px !important;
    margin-left: 24px !important;
}

.nav-links a {
    border-radius: 8px !important;
    color: #dce5ef !important;
    display: inline-flex !important;
    font-size: 0.92rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    padding: 12px 13px !important;
    text-decoration: none !important;
    transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease !important;
}

.nav-links a::before {
    display: none !important;
}

.nav-links a:hover,
.nav-links .active,
.nav-links a[aria-current="page"] {
    background: rgba(47, 140, 255, 0.14) !important;
    color: var(--cy-text) !important;
}

.cta-container {
    gap: 10px !important;
}

.phone-link,
.cta-button,
.cta-hero-button,
.hero-cta-primary,
.hero-cta-secondary,
.service-cta-button,
.portfolio-btn,
.pricing-cta,
.contact-action,
.submit-btn,
.blog-read-more,
.view-all-button,
.preview-link,
.cta-primary,
.cta-secondary,
.category-filter,
.filter-tab {
    border-radius: 8px !important;
    cursor: pointer;
    letter-spacing: 0;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease !important;
}

.cta-button,
.phone-link,
.cta-hero-button.primary,
.hero-cta-primary,
.service-cta-button,
.pricing-cta,
.submit-btn,
.blog-read-more,
.view-all-button,
.preview-link.primary,
.cta-primary {
    background: linear-gradient(135deg, var(--cy-blue), var(--cy-cyan)) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    box-shadow: 0 14px 32px rgba(47, 140, 255, 0.28) !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

.cta-button:hover,
.phone-link:hover,
.cta-hero-button.primary:hover,
.hero-cta-primary:hover,
.service-cta-button:hover,
.pricing-cta:hover,
.submit-btn:hover,
.blog-read-more:hover,
.view-all-button:hover,
.preview-link.primary:hover,
.cta-primary:hover {
    box-shadow: 0 18px 42px rgba(39, 216, 200, 0.25) !important;
    transform: translateY(-2px) !important;
}

.cta-hero-button.secondary,
.hero-cta-secondary,
.portfolio-btn.secondary,
.preview-link,
.cta-secondary,
.cta-button-outline,
.category-filter,
.filter-tab {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid var(--cy-border) !important;
    box-shadow: none !important;
    color: var(--cy-text) !important;
    text-decoration: none !important;
}

.cta-hero-button.secondary:hover,
.hero-cta-secondary:hover,
.portfolio-btn.secondary:hover,
.preview-link:hover,
.cta-secondary:hover,
.cta-button-outline:hover,
.category-filter:hover,
.category-filter.active,
.filter-tab:hover,
.filter-tab.active {
    background: rgba(39, 216, 200, 0.12) !important;
    border-color: var(--cy-border-strong) !important;
    color: #ffffff !important;
}

.hamburger {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid var(--cy-border) !important;
    border-radius: 8px !important;
    color: var(--cy-text) !important;
    cursor: pointer;
}

.hamburger i {
    color: var(--cy-text) !important;
}

.side-panel {
    background: var(--cy-panel) !important;
    border-right: 1px solid var(--cy-border) !important;
    box-shadow: 22px 0 56px rgba(0, 0, 0, 0.48) !important;
}

.side-panel::before {
    background: linear-gradient(135deg, #0b111b, #162236) !important;
    border-bottom: 1px solid var(--cy-border);
    color: var(--cy-text) !important;
}

.side-panel-links li {
    border-bottom-color: var(--cy-border) !important;
}

.side-panel-links li a {
    color: #dce5ef !important;
}

.side-panel-links li a:hover,
.side-panel-links li a.active {
    background: rgba(47, 140, 255, 0.14) !important;
    color: #ffffff !important;
}

.side-panel-backdrop {
    background-color: rgba(0, 0, 0, 0.66) !important;
}

/* Common page surfaces */
.hero-particles,
.particle {
    display: none !important;
}

.hero,
.services-hero,
.about-hero,
.portfolio-hero,
.contact-hero,
.pricing-hero,
.blog-hero,
.faq-hero {
    background:
        linear-gradient(180deg, rgba(7, 9, 13, 0.42), rgba(7, 9, 13, 0.92)),
        linear-gradient(90deg, rgba(7, 9, 13, 0.94), rgba(7, 9, 13, 0.55)),
        url("../assets/images/1.webp") center / cover no-repeat !important;
    color: var(--cy-text) !important;
    isolation: isolate;
    overflow: hidden;
    position: relative;
}

.hero::after,
.services-hero::after,
.about-hero::after,
.portfolio-hero::after,
.contact-hero::after,
.pricing-hero::after,
.blog-hero::after,
.faq-hero::after {
    background:
        linear-gradient(90deg, rgba(39, 216, 200, 0.2), transparent 26%, rgba(47, 140, 255, 0.16) 74%, transparent),
        linear-gradient(180deg, transparent, var(--cy-bg));
    bottom: 0;
    content: "";
    height: 180px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: -1;
}

.hero-container,
.services-hero-container,
.about-hero .container,
.contact-hero .container,
.portfolio-hero,
.blog-hero,
.pricing-hero,
.faq-hero {
    padding-top: 140px !important;
}

.services-hero,
.about-hero,
.portfolio-hero,
.contact-hero,
.pricing-hero,
.blog-hero,
.faq-hero {
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-height: 620px !important;
    padding: 0 20px 56px !important;
    padding-bottom: 56px !important;
    text-align: center !important;
}

.services-hero-container {
    overflow: visible !important;
}

.hero-container {
    max-width: 1080px !important;
    padding-bottom: 80px !important;
}

.hero-logo img {
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.42)) !important;
    margin-bottom: 10px !important;
    max-width: 300px !important;
    min-width: 0 !important;
    opacity: 1 !important;
    width: 300px !important;
}

.hero-badge {
    background: rgba(255, 255, 255, 0.07) !important;
    border: 1px solid var(--cy-border) !important;
    border-radius: 8px !important;
    color: #dce5ef !important;
    font-size: 0.88rem !important;
    font-weight: 800 !important;
    gap: 8px !important;
    line-height: 1.3 !important;
    padding: 10px 13px !important;
    text-shadow: none !important;
}

.hero-badge i,
.section-eyebrow,
.service-icon i,
.contact-icon i,
.benefit-icon i,
.value-icon i,
.approach-icon i,
.feature-card i,
.faq-question i {
    color: var(--cy-cyan) !important;
}

.hero-headline,
.services-hero-headline,
.about-hero h1,
.portfolio-hero h1,
.contact-hero h1,
.pricing-hero h1,
.blog-hero h1,
.faq-hero h1 {
    color: #ffffff !important;
    font-size: 4rem !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    line-height: 1.04 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 980px !important;
    text-shadow: 0 18px 50px rgba(0, 0, 0, 0.46) !important;
}

.gradient-text {
    background: linear-gradient(135deg, var(--cy-cyan), var(--cy-blue) 58%, var(--cy-green)) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.hero-subtitle,
.services-hero-subtitle,
.about-hero .hero-subtitle,
.portfolio-hero p,
.contact-hero .hero-subtitle,
.pricing-hero p,
.blog-hero p,
.faq-hero p {
    color: #c8d2df !important;
    font-size: 1.12rem !important;
    line-height: 1.7 !important;
    max-width: 760px !important;
    text-shadow: none !important;
}

.hero-features,
.hero-services-quick-nav,
.hero-actions,
.hero-cta-buttons,
.hero-cta-group,
.cta-buttons,
.portfolio-actions {
    gap: 12px !important;
}

.feature-item,
.quick-nav-item,
.feature-tag,
.pricing-badge,
.preview-badge,
.blog-category,
.industry-badge,
.availability {
    background: rgba(255, 255, 255, 0.07) !important;
    border: 1px solid var(--cy-border) !important;
    border-radius: 8px !important;
    color: #dce5ef !important;
    text-shadow: none !important;
}

.feature-item {
    min-height: 44px !important;
    padding: 10px 14px !important;
}

.hero-trust {
    color: var(--cy-muted) !important;
    text-shadow: none !important;
}

section,
.services-grid-section,
.portfolio-container,
.story-section,
.core-values-section,
.founder-section,
.contact-methods,
.why-choose-us,
.faq-container,
.blog-container,
.pricing-container,
.portfolio-preview-section,
.trust-snapshot,
.about-us,
.development-process,
.faq-quick-link {
    background: var(--cy-bg) !important;
    color: var(--cy-text) !important;
}

.trust-snapshot,
.services-grid-section,
.portfolio-preview-section,
.core-values-section,
.why-choose-us,
.blog-container,
.pricing-container {
    background:
        linear-gradient(180deg, var(--cy-bg), var(--cy-bg-2)) !important;
}

.services-section,
.about-us,
.services-cta-section,
.about-cta-section,
.cta-section,
.faq-cta {
    background:
        linear-gradient(135deg, rgba(47, 140, 255, 0.16), rgba(39, 216, 200, 0.09)),
        var(--cy-panel) !important;
}

.container,
.services-grid-container,
.trust-snapshot-container,
.portfolio-preview-grid,
.blog-container,
.pricing-container,
.portfolio-container,
.contact-methods .container,
.why-choose-us .container {
    max-width: 1180px !important;
}

.section-header h2,
.section-header-left h2,
.services-header h2,
.portfolio-preview-header h2,
.trust-snapshot h2,
.process-header h2,
.portfolio-container h2,
.contact-methods h2,
.why-choose-us h2,
.blog-container h2,
.pricing-note h3,
.about-us h2,
.services-cta-section h2,
.about-cta-section h2,
.faq-section h2 {
    color: var(--cy-text) !important;
    font-size: 2.4rem !important;
    line-height: 1.15 !important;
}

.section-header p,
.section-header-left p,
.services-subtitle,
.portfolio-preview-subtitle,
.process-subtitle,
.section-intro p,
.contact-methods p,
.why-choose-us p,
.blog-excerpt,
.pricing-note p,
.about-us p,
.service-lead,
.lead-text,
.faq-answer,
.footer p {
    color: var(--cy-muted) !important;
}

/* Cards and grouped content */
.trust-card,
.service-card,
.feature-card,
.portfolio-card,
.blog-card,
.pricing-card,
.contact-card,
.benefit-item,
.value-card,
.approach-item,
.story-content-card,
.story-visual-card,
.founder-content,
.founder-grid,
.faq-item,
.pricing-note,
.content-card,
.activity-item,
.preview-content,
.portfolio-preview-card,
.carousel-container,
.service-features li,
.form-wrapper,
.founder-highlight-item,
.timeline-item,
.browser-mockup,
.browser-mockup-mini {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.025)), var(--cy-card) !important;
    border: 1px solid var(--cy-border) !important;
    border-radius: 8px !important;
    box-shadow: var(--cy-shadow) !important;
    color: var(--cy-text) !important;
}

.service-card,
.portfolio-card,
.blog-card,
.pricing-card,
.contact-card,
.trust-card,
.portfolio-preview-card,
.feature-card,
.benefit-item,
.value-card {
    overflow: hidden;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease !important;
}

.service-card:hover,
.portfolio-card:hover,
.blog-card:hover,
.pricing-card:hover,
.contact-card:hover,
.trust-card:hover,
.portfolio-preview-card:hover,
.feature-card:hover,
.benefit-item:hover,
.value-card:hover {
    border-color: var(--cy-border-strong) !important;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.5) !important;
    transform: translateY(-3px) !important;
}

.service-card h2,
.service-card h3,
.feature-card h3,
.feature-card h4,
.portfolio-card h3,
.blog-card h3,
.pricing-card h2,
.pricing-card h3,
.contact-card h3,
.benefit-item h3,
.value-card h3,
.approach-item h3,
.story-content-card h3,
.founder-content h3,
.trust-card h3,
.preview-content h3,
.faq-question h3 {
    color: var(--cy-text) !important;
}

.service-card p,
.feature-card p,
.portfolio-card p,
.blog-card p,
.pricing-card p,
.contact-card p,
.benefit-item p,
.value-card p,
.approach-item p,
.trust-card p,
.preview-content p,
.faq-answer p,
.pricing-features li {
    color: var(--cy-muted) !important;
}

.service-icon,
.contact-icon,
.benefit-icon,
.value-icon,
.approach-icon,
.visual-icon,
.view-all-icon,
.icon-wrapper {
    background: rgba(39, 216, 200, 0.11) !important;
    border: 1px solid rgba(39, 216, 200, 0.22) !important;
    border-radius: 8px !important;
    color: var(--cy-cyan) !important;
    box-shadow: none !important;
}

.service-card-image,
.preview-image-container,
.portfolio-card-image,
.blog-card-image {
    border-bottom: 1px solid var(--cy-border) !important;
    min-height: 220px;
}

.browser-header,
.browser-header-mini {
    background: #0b0f16 !important;
    border-bottom: 1px solid var(--cy-border) !important;
}

.browser-content,
.browser-content-mini {
    background-color: var(--cy-panel-2) !important;
}

/* Home page */
.services-section {
    padding: 90px 24px !important;
}

.services-header,
.portfolio-preview-header,
.trust-snapshot-copy {
    margin-bottom: 34px !important;
}

.carousel-container {
    max-width: 1120px !important;
}

.carousel-item {
    min-height: 620px !important;
}

.carousel-overlay {
    align-items: flex-start !important;
    background: linear-gradient(90deg, rgba(7, 9, 13, 0.92), rgba(7, 9, 13, 0.72)) !important;
    color: var(--cy-text) !important;
    justify-content: center !important;
    max-width: 680px !important;
    overflow: hidden !important;
    padding: 44px !important;
    text-align: left !important;
}

.carousel-overlay h3,
.carousel-overlay p,
.carousel-overlay strong,
.carousel-overlay span {
    text-shadow: none !important;
}

.service-features li {
    box-shadow: none !important;
}

.service-learn-more {
    background: var(--cy-blue) !important;
    border: 1px solid rgba(247, 250, 252, 0.18) !important;
    color: #ffffff !important;
}

.service-learn-more:hover,
.service-learn-more:focus-visible {
    background: #014fc4 !important;
    color: #ffffff !important;
}

.process-step {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)), var(--cy-card) !important;
    border: 1px solid var(--cy-border) !important;
    color: var(--cy-text) !important;
}

.process-step .step-info h3 {
    color: var(--cy-text) !important;
}

.process-step .step-info p {
    color: var(--cy-muted) !important;
}

.process-step.active {
    background: linear-gradient(135deg, rgba(1, 94, 234, 0.38), rgba(0, 192, 250, 0.18)), var(--cy-panel-2) !important;
    border-color: var(--cy-border-strong) !important;
}

.founder-image-wrapper,
.founder-img {
    max-width: 100% !important;
}

.service-features {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

.carousel-controls button,
.carousel-indicators .indicator {
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid var(--cy-border) !important;
    color: #ffffff !important;
    cursor: pointer;
}

.carousel-indicators .indicator.active {
    background: var(--cy-cyan) !important;
    border-color: var(--cy-cyan) !important;
}

.portfolio-preview-card.view-all-card,
.view-all-card {
    background:
        linear-gradient(135deg, rgba(47, 140, 255, 0.2), rgba(39, 216, 200, 0.12)),
        var(--cy-card) !important;
}

/* Service, portfolio, blog, and pricing pages */
.service-features-grid,
.contact-grid,
.benefits-grid,
.values-grid,
.approach-grid,
.portfolio-grid,
.blog-grid,
.pricing-container {
    gap: 22px !important;
}

.service-card {
    display: grid !important;
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.4fr) !important;
}

.service-card-image {
    height: auto !important;
    min-height: 100% !important;
}

.service-card-content {
    background: transparent !important;
    padding: 34px !important;
}

.feature-card {
    box-shadow: none !important;
    padding: 18px !important;
}

.portfolio-btn.primary {
    background: linear-gradient(135deg, var(--cy-blue), var(--cy-cyan)) !important;
    color: #ffffff !important;
}

.pricing-card.featured {
    border-color: var(--cy-border-strong) !important;
    box-shadow: 0 0 0 1px rgba(39, 216, 200, 0.16), var(--cy-shadow) !important;
    transform: none !important;
}

.pricing-card.featured:hover {
    transform: translateY(-3px) !important;
}

.price,
.pricing-card .price {
    color: #ffffff !important;
}

.price span,
.pricing-card .price span,
.blog-meta,
.blog-meta span {
    color: var(--cy-subtle) !important;
}

.pricing-features i,
.feature-tag i {
    color: var(--cy-green) !important;
}

.pricing-badge,
.blog-category.case-study {
    background: rgba(240, 195, 106, 0.14) !important;
    border-color: rgba(240, 195, 106, 0.36) !important;
    color: #ffe2a2 !important;
}

/* Forms */
.contact-form,
.form-wrapper {
    background: var(--cy-card) !important;
}

label,
.contact-form label {
    color: #dce5ef !important;
    font-weight: 800 !important;
}

input,
textarea,
select,
.faq-search input,
#faq-search {
    background: #0b1018 !important;
    border: 1px solid var(--cy-border) !important;
    border-radius: 8px !important;
    color: var(--cy-text) !important;
}

input::placeholder,
textarea::placeholder {
    color: #647184 !important;
}

input:focus,
textarea:focus,
select:focus {
    border-color: var(--cy-cyan) !important;
    box-shadow: 0 0 0 4px rgba(39, 216, 200, 0.12) !important;
}

.submit-btn {
    border: 0 !important;
}

/* FAQ */
.faq-hero-icon {
    color: var(--cy-cyan) !important;
    filter: drop-shadow(0 18px 34px rgba(0, 192, 250, 0.22)) !important;
    opacity: 1 !important;
}

.story-vision::before {
    display: none !important;
}

.faq-question {
    background: transparent !important;
    color: var(--cy-text) !important;
}

.faq-question:hover {
    background: rgba(255, 255, 255, 0.035) !important;
}

.faq-answer {
    background: #0b1018 !important;
    border-top: 1px solid var(--cy-border) !important;
}

/* Blog inline styles and article pages */
.blog-card-content {
    background: transparent !important;
}

article,
.article-content,
.post-content,
.blog-post,
.case-study-content {
    background: var(--cy-bg) !important;
    color: var(--cy-text) !important;
}

article h1,
article h2,
article h3,
.article-content h1,
.article-content h2,
.article-content h3,
.post-content h1,
.post-content h2,
.post-content h3 {
    color: var(--cy-text) !important;
}

article p,
article li,
.article-content p,
.article-content li,
.post-content p,
.post-content li {
    color: var(--cy-muted) !important;
}

[id] {
    scroll-margin-top: 96px;
}

.article-hero {
    background:
        linear-gradient(180deg, rgba(7, 9, 13, 0.42), rgba(7, 9, 13, 0.92)),
        linear-gradient(90deg, rgba(7, 9, 13, 0.94), rgba(7, 9, 13, 0.55)),
        url("../assets/images/web-design.jpg?v=2") center / cover no-repeat !important;
    color: var(--cy-text) !important;
}

.article-hero h1,
.article-hero .article-meta,
.article-hero .article-meta span {
    color: #ffffff !important;
}

.article-category {
    background: rgba(255, 255, 255, 0.09) !important;
    border: 1px solid var(--cy-border) !important;
    color: #ffffff !important;
}

/* Footer */
.footer {
    background:
        linear-gradient(180deg, #0b1018, #07090d) !important;
    border-top: 1px solid var(--cy-border) !important;
    box-shadow: none !important;
}

.footer::before {
    background: linear-gradient(90deg, var(--cy-blue), var(--cy-cyan), var(--cy-green)) !important;
}

.footer-container {
    align-items: flex-start !important;
    gap: 28px !important;
}

.footer-left,
.footer-middle,
.footer-right {
    background: transparent !important;
    text-align: left !important;
}

.footer-left h4,
.footer-right h4 {
    color: var(--cy-text) !important;
}

.footer-left h4::after,
.footer-right h4::after {
    left: 0 !important;
    transform: none !important;
}

.footer-left a,
.footer-right a,
.copyright p {
    color: var(--cy-muted) !important;
}

.footer-left a:hover,
.footer-right a:hover {
    color: var(--cy-text) !important;
}

.footer-middle {
    align-items: flex-start !important;
    justify-content: center !important;
}

.footer-logo {
    max-width: 180px !important;
}

.social-icon {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid var(--cy-border) !important;
    border-radius: 8px !important;
    color: var(--cy-text) !important;
}

.social-icon:hover {
    border-color: var(--cy-border-strong) !important;
    box-shadow: 0 14px 28px rgba(39, 216, 200, 0.16) !important;
    transform: translateY(-2px) !important;
}

.social-icon::before {
    display: none !important;
}

/* Chatbot */
.chatbot-toggle {
    background: linear-gradient(135deg, var(--cy-blue), var(--cy-cyan)) !important;
}

.chatbot-window,
.chat-container {
    background: var(--cy-card) !important;
    border: 1px solid var(--cy-border) !important;
    border-radius: 8px !important;
    color: var(--cy-text) !important;
}

.chatbot-header {
    background: #0b1018 !important;
    border-bottom: 1px solid var(--cy-border) !important;
}

.chatbot-messages,
.chatbot-input-container {
    background: var(--cy-panel) !important;
}

.bot-message,
.message.bot {
    background: #0b1018 !important;
    color: var(--cy-text) !important;
}

.user-message,
.message.user {
    background: rgba(47, 140, 255, 0.22) !important;
    color: #ffffff !important;
}

@media (max-width: 1024px) {
    .navbar {
        padding: 10px 12px !important;
        top: 10px !important;
        width: calc(100% - 20px) !important;
    }

    .navbar.scrolled {
        padding: 10px 12px !important;
    }

    .logo img {
        height: 36px !important;
    }

    .hamburger {
        min-height: 42px !important;
        min-width: 42px !important;
        right: 12px !important;
    }

    .phone-link {
        height: 42px !important;
        margin-right: 50px !important;
        width: 42px !important;
    }

    .hero-container,
    .services-hero-container,
    .about-hero .container,
    .contact-hero .container,
    .portfolio-hero,
    .blog-hero,
    .pricing-hero,
    .faq-hero {
        padding-top: 112px !important;
    }

    .hero-headline,
    .services-hero-headline,
    .about-hero h1,
    .portfolio-hero h1,
    .contact-hero h1,
    .pricing-hero h1,
    .blog-hero h1,
    .faq-hero h1 {
        font-size: 3rem !important;
    }

    .service-card {
        grid-template-columns: 1fr !important;
    }

    .service-card-image {
        min-height: 260px !important;
    }

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

@media (max-width: 768px) {
    html,
    body {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    .navbar {
        align-items: center !important;
        display: flex !important;
        justify-content: space-between !important;
    }

    .navbar .nav-links {
        display: none !important;
    }

    .navbar .cta-container {
        display: none !important;
    }

    .hamburger {
        align-items: center !important;
        display: inline-flex !important;
        justify-content: center !important;
        margin-left: auto !important;
        position: static !important;
    }

    .phone-link {
        display: none !important;
    }

    .hero-container,
    .services-hero-container,
    .about-hero .container,
    .contact-hero .container,
    .portfolio-hero,
    .blog-hero,
    .pricing-hero,
    .faq-hero {
        padding-left: 18px !important;
        padding-right: 18px !important;
        padding-top: 102px !important;
    }

    .services-hero,
    .about-hero,
    .portfolio-hero,
    .contact-hero,
    .pricing-hero,
    .blog-hero,
    .faq-hero {
        min-height: 480px !important;
        padding: 0 16px 36px !important;
        padding-bottom: 36px !important;
    }

    .services-grid-section {
        padding-top: 44px !important;
    }

    .hero-logo img {
        width: 220px !important;
    }

    .hero-headline,
    .services-hero-headline,
    .about-hero h1,
    .portfolio-hero h1,
    .contact-hero h1,
    .pricing-hero h1,
    .blog-hero h1,
    .faq-hero h1 {
        font-size: 1.85rem !important;
        line-height: 1.1 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 100% !important;
        overflow-wrap: anywhere !important;
        text-wrap: balance;
    }

    .hero-subtitle,
    .services-hero-subtitle,
    .about-hero .hero-subtitle,
    .portfolio-hero p,
    .contact-hero .hero-subtitle,
    .pricing-hero p,
    .blog-hero p,
    .faq-hero p {
        font-size: 1rem !important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 100% !important;
        overflow-wrap: anywhere !important;
    }

    .hero-badge {
        max-width: calc(100vw - 40px) !important;
        text-align: center !important;
        white-space: normal !important;
    }

    .hero-container,
    .hero-content,
    .services-hero-container,
    .about-hero .container,
    .contact-hero .container,
    .portfolio-hero,
    .blog-hero,
    .pricing-hero,
    .faq-hero,
    .migration-hero-content,
    .capability-showcase-inner {
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: hidden !important;
        width: 100% !important;
    }

    .feature-item,
    .quick-nav-item {
        justify-content: center !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    .section-header h2,
    .section-header-left h2,
    .services-header h2,
    .portfolio-preview-header h2,
    .trust-snapshot h2,
    .process-header h2,
    .portfolio-container h2,
    .contact-methods h2,
    .why-choose-us h2,
    .blog-container h2,
    .about-us h2,
    .services-cta-section h2,
    .about-cta-section h2,
    .faq-section h2 {
        font-size: 1.85rem !important;
    }

    .carousel-item {
        min-height: 700px !important;
    }

    .carousel-overlay {
        max-width: none !important;
        padding: 28px 18px !important;
        text-align: center !important;
    }

    .trust-grid,
    .portfolio-preview-grid,
    .blog-grid,
    .contact-grid,
    .benefits-grid,
    .values-grid,
    .approach-grid {
        grid-template-columns: 1fr !important;
    }

    .portfolio-container,
    .pricing-container,
    .blog-container,
    .faq-container,
    .services-grid-container,
    .contact-methods .container,
    .why-choose-us .container {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 100% !important;
        overflow: hidden !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
        width: 100% !important;
    }

    .section-intro,
    .pricing-note,
    .portfolio-container > .section-intro,
    .blog-container > .section-header {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 330px !important;
        width: 100% !important;
    }

    .section-intro h2,
    .portfolio-container h2,
    .pricing-note h3 {
        font-size: 1.62rem !important;
        line-height: 1.18 !important;
        max-width: 100% !important;
        overflow-wrap: anywhere !important;
    }

    .section-intro p,
    .pricing-note p {
        max-width: 100% !important;
        overflow-wrap: anywhere !important;
    }

    .pricing-container {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 22px !important;
        justify-items: center !important;
    }

    .pricing-card,
    .portfolio-card,
    .blog-card,
    .service-card,
    .contact-card,
    .trust-card {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 330px !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    .pricing-card p,
    .pricing-features li,
    .portfolio-card p,
    .blog-card p,
    .service-card p {
        overflow-wrap: anywhere !important;
    }

    .footer-left,
    .footer-middle,
    .footer-right {
        text-align: center !important;
    }

    .footer-left h4::after,
    .footer-right h4::after {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}

@media (max-width: 560px) {
    .hero-features,
    .hero-services-quick-nav,
    .hero-actions,
    .hero-cta-buttons,
    .hero-cta-group,
    .cta-buttons,
    .portfolio-actions {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 320px !important;
        width: 100% !important;
    }

    .feature-item,
    .quick-nav-item,
    .cta-hero-button,
    .hero-cta-primary,
    .hero-cta-secondary,
    .cta-primary,
    .cta-secondary,
    .portfolio-btn,
    .service-cta-button,
    .pricing-cta {
        max-width: 320px !important;
    }

    .hero-headline,
    .services-hero-headline,
    .about-hero h1,
    .portfolio-hero h1,
    .contact-hero h1,
    .pricing-hero h1,
    .blog-hero h1,
    .faq-hero h1 {
        font-size: 1.42rem !important;
        max-width: 300px !important;
        width: 100% !important;
    }

    .migration-hero h1 {
        font-size: 1.42rem !important;
        line-height: 1.18 !important;
        max-width: 300px !important;
        width: 100% !important;
    }

    .hero-subtitle,
    .services-hero-subtitle,
    .about-hero .hero-subtitle,
    .portfolio-hero p,
    .contact-hero .hero-subtitle,
    .pricing-hero p,
    .blog-hero p,
    .faq-hero p,
    .migration-hero p {
        max-width: 310px !important;
        width: 100% !important;
    }

    .hero-badge {
        width: min(100%, 300px) !important;
    }

    .hero-badge span {
        min-width: 0 !important;
        overflow-wrap: anywhere !important;
    }
}

@media (max-width: 480px) {
    .navbar {
        left: 10px !important;
        right: 10px !important;
        transform: none !important;
        width: auto !important;
    }

    .logo img {
        height: 32px !important;
    }

    .hero-headline,
    .services-hero-headline,
    .about-hero h1,
    .portfolio-hero h1,
    .contact-hero h1,
    .pricing-hero h1,
    .blog-hero h1,
    .faq-hero h1 {
        font-size: 1.58rem !important;
        max-width: 340px !important;
        width: 100% !important;
    }

    .contact-hero h1,
    .migration-hero h1 {
        font-size: 1.42rem !important;
        line-height: 1.16 !important;
        max-width: 300px !important;
        width: 100% !important;
    }

    .migration-hero .cta-hero-button,
    .pricing-links .cta-hero-button,
    .hero-cta-primary,
    .hero-cta-secondary {
        min-width: 0 !important;
        width: 100% !important;
    }

    .hero-logo img {
        width: 180px !important;
    }

    .hero-badge {
        width: min(100%, 320px) !important;
    }

    .hero-content,
    .hero-subtitle,
    .hero-trust {
        max-width: 100% !important;
        overflow-wrap: break-word !important;
    }

    .hero-actions,
    .hero-cta-buttons,
    .hero-cta-group,
    .cta-buttons,
    .portfolio-actions {
        align-items: stretch !important;
        flex-direction: column !important;
        width: 100% !important;
    }

    .cta-hero-button,
    .hero-cta-primary,
    .hero-cta-secondary,
    .cta-primary,
    .cta-secondary,
    .portfolio-btn,
    .service-cta-button,
    .pricing-cta {
        justify-content: center !important;
        width: 100% !important;
    }

    .service-card-content,
    .preview-content,
    .blog-card-content,
    .portfolio-card-content,
    .pricing-card,
    .contact-card,
    .trust-card {
        padding: 20px !important;
    }
}

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

/* Cohesive professional polish pass */
html body {
    background:
        linear-gradient(180deg, rgba(7, 9, 13, 0.98), rgba(7, 9, 13, 1) 48%),
        var(--cy-bg) !important;
    color: var(--cy-text) !important;
}

body .contact-methods,
body .why-choose-us,
body .faq-quick-link,
body .faq-container,
body .blog-content-wrapper,
body .blog-content,
body .pricing-note,
body .pricing-links,
body .migration-section,
body .capability-showcase {
    background: var(--cy-bg) !important;
    color: var(--cy-text) !important;
}

.faq-cta-button,
.blog-content .cta-button,
.cta-box .cta-button,
.migration-card .pricing-cta {
    min-height: 48px !important;
}

.faq-cta-button,
.blog-content .cta-button,
.cta-box .cta-button {
    background: linear-gradient(135deg, var(--cy-blue), var(--cy-cyan)) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.contact-methods .contact-card,
.why-choose-us .benefit-item,
.faq-container .faq-item,
.blog-content-wrapper,
.blog-content .step-card,
.blog-content .highlight-box,
.blog-content .cta-box,
.stat-card,
.use-case-card,
.strategy-card,
.example-box,
.best-practice-card,
.metric-card,
.technique-card,
.comparison-card,
.case-study-highlight,
.article-card,
.content-highlight,
.info-box,
.tip-box,
.warning-box,
.process-card,
.migration-card,
.capability-card,
.capability-panel,
.workflow-preview,
.pricing-links,
.demo-return-bar {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.025)), var(--cy-card) !important;
    border: 1px solid var(--cy-border) !important;
    border-radius: 8px !important;
    box-shadow: var(--cy-shadow) !important;
    color: var(--cy-text) !important;
}

.contact-methods .contact-card:hover,
.why-choose-us .benefit-item:hover,
.faq-container .faq-item:hover,
.blog-content .step-card:hover,
.stat-card:hover,
.use-case-card:hover,
.strategy-card:hover,
.best-practice-card:hover,
.metric-card:hover,
.technique-card:hover,
.comparison-card:hover,
.migration-card:hover,
.capability-card:hover {
    border-color: var(--cy-border-strong) !important;
    box-shadow: 0 30px 76px rgba(0, 0, 0, 0.5) !important;
    transform: translateY(-3px) !important;
}

.contact-card h3,
.benefit-item h3,
.faq-section-title,
.faq-question h3,
.blog-content-wrapper h1,
.blog-content-wrapper h2,
.blog-content-wrapper h3,
.blog-content-wrapper h4,
.stat-card h3,
.use-case-card h3,
.strategy-card h3,
.example-box h3,
.best-practice-card h3,
.metric-card h3,
.technique-card h3,
.comparison-card h3,
.migration-card h2,
.migration-card h3,
.capability-card h3,
.capability-panel h2 {
    color: var(--cy-text) !important;
}

.contact-card p,
.benefit-item p,
.faq-answer p,
.faq-answer li,
.blog-content-wrapper p,
.blog-content-wrapper li,
.stat-card p,
.use-case-card p,
.strategy-card p,
.example-box p,
.best-practice-card p,
.metric-card p,
.technique-card p,
.comparison-card p,
.migration-card p,
.capability-card p,
.capability-panel p,
.pricing-links p {
    color: var(--cy-muted) !important;
}

.blog-content-wrapper strong,
.blog-content strong,
.faq-answer strong,
.pricing-links strong,
.migration-card strong,
.capability-card strong {
    color: #ffffff !important;
}

html body .step-circle,
html body .founder-badge {
    background: linear-gradient(135deg, rgba(47, 140, 255, 0.26), rgba(39, 216, 200, 0.18)), var(--cy-card) !important;
    border: 1px solid var(--cy-border-strong) !important;
    border-radius: 8px !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32) !important;
    color: #ffffff !important;
}

html body .step-circle i,
html body .step-circle .step-number,
html body .founder-badge i,
html body .founder-badge span {
    color: #ffffff !important;
}

html body .portfolio-cta-button,
html body .cta-box-button {
    background: linear-gradient(135deg, var(--cy-blue), var(--cy-cyan)) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 8px !important;
    box-shadow: 0 14px 32px rgba(47, 140, 255, 0.28) !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

html body .portfolio-cta-button:hover,
html body .cta-box-button:hover {
    box-shadow: 0 18px 42px rgba(39, 216, 200, 0.25) !important;
    transform: translateY(-2px) !important;
}

html body .article-content .highlight-box,
html body .article-content .highlight-box.tip,
html body .article-content .highlight-box.warning,
html body .blog-content .highlight-box,
html body .case-study-content .highlight-box {
    background: rgba(11, 16, 24, 0.82) !important;
    border: 1px solid var(--cy-border) !important;
    border-left: 4px solid var(--cy-cyan) !important;
    border-radius: 8px !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28) !important;
    color: var(--cy-text) !important;
}

html body .article-content .highlight-box h3,
html body .article-content .highlight-box h4,
html body .blog-content .highlight-box h3,
html body .blog-content .highlight-box h4 {
    color: #ffffff !important;
}

.faq-section-title,
.blog-content h2 {
    border-bottom-color: rgba(39, 216, 200, 0.42) !important;
}

.faq-container .faq-question,
.faq-container .faq-answer,
.faq-answer,
.blog-content .highlight-box,
.example-box,
.comparison-card,
.case-study-highlight,
.content-highlight,
.info-box,
.tip-box {
    background: rgba(11, 16, 24, 0.78) !important;
}

.faq-answer a,
.blog-content a,
.pricing-links a,
.migration-card a:not(.pricing-cta) {
    color: var(--cy-cyan) !important;
    font-weight: 800;
}

.faq-quick-link h2,
.faq-quick-link p,
.faq-quick-link div,
.faq-quick-link i {
    color: var(--cy-text) !important;
}

.faq-quick-link p {
    color: var(--cy-muted) !important;
}

.faq-quick-link a {
    background: linear-gradient(135deg, var(--cy-blue), var(--cy-cyan)) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    box-shadow: 0 14px 32px rgba(47, 140, 255, 0.28) !important;
}

.blog-post-header {
    background:
        linear-gradient(180deg, rgba(7, 9, 13, 0.36), rgba(7, 9, 13, 0.94)),
        linear-gradient(90deg, rgba(7, 9, 13, 0.94), rgba(7, 9, 13, 0.55)),
        url("../assets/images/web-design.jpg?v=2") center / cover no-repeat !important;
    color: var(--cy-text) !important;
    min-height: 520px;
    padding: 150px 20px 76px !important;
    position: relative;
}

.blog-post-header h1 {
    color: #ffffff !important;
    letter-spacing: 0 !important;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.blog-meta,
.blog-meta-item,
.blog-meta-item span {
    color: #dce5ef !important;
}

.blog-meta-item i,
.checklist li::before,
.pricing-features li i {
    color: var(--cy-cyan) !important;
}

.blog-content-wrapper {
    margin-top: -62px !important;
    max-width: 980px !important;
    padding: 58px !important;
}

.back-to-blog {
    color: var(--cy-cyan) !important;
}

.step-number {
    background: linear-gradient(135deg, var(--cy-blue), var(--cy-cyan)) !important;
    border-radius: 8px !important;
    color: #ffffff !important;
}

.cta-box {
    background:
        linear-gradient(135deg, rgba(47, 140, 255, 0.22), rgba(39, 216, 200, 0.14)),
        var(--cy-card) !important;
    text-align: left !important;
}

table,
.blog-content table,
.article-content table {
    background: var(--cy-card) !important;
    border: 1px solid var(--cy-border) !important;
    border-collapse: collapse;
    color: var(--cy-text) !important;
    width: 100%;
}

th,
td,
.blog-content th,
.blog-content td,
.article-content th,
.article-content td {
    border: 1px solid var(--cy-border) !important;
    color: var(--cy-muted) !important;
    padding: 14px !important;
    vertical-align: top;
}

th,
.blog-content th,
.article-content th {
    background: rgba(47, 140, 255, 0.14) !important;
    color: #ffffff !important;
}

tr,
tbody tr:nth-child(even),
tbody tr:nth-child(odd) {
    background: transparent !important;
}

/* Home capability showcase */
.capability-showcase {
    padding: 96px 24px !important;
}

.capability-showcase-inner {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
    margin: 0 auto;
    max-width: 1180px;
}

.capability-panel {
    padding: 36px !important;
}

.capability-panel .section-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
}

.capability-panel h2 {
    font-size: 2.55rem;
    line-height: 1.08;
    margin: 0 0 18px;
}

.capability-panel p {
    font-size: 1.05rem;
    line-height: 1.75;
    margin: 0 0 26px;
}

.capability-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.capability-card {
    padding: 22px !important;
}

.capability-card i {
    align-items: center;
    background: rgba(39, 216, 200, 0.11);
    border: 1px solid rgba(39, 216, 200, 0.22);
    border-radius: 8px;
    color: var(--cy-cyan);
    display: inline-flex;
    height: 42px;
    justify-content: center;
    margin-bottom: 16px;
    width: 42px;
}

.capability-card h3 {
    font-size: 1.05rem;
    margin: 0 0 8px;
}

.capability-card p {
    font-size: 0.92rem;
    line-height: 1.6;
    margin: 0;
}

.workflow-preview {
    min-height: 100%;
    overflow: hidden;
    padding: 0 !important;
}

.preview-shell {
    padding: 18px;
}

.preview-topbar {
    align-items: center;
    background: #0b1018;
    border-bottom: 1px solid var(--cy-border);
    display: flex;
    gap: 8px;
    padding: 14px 18px;
}

.preview-topbar span {
    border-radius: 999px;
    display: block;
    height: 10px;
    width: 10px;
}

.preview-topbar span:nth-child(1) {
    background: #ff6b6b;
}

.preview-topbar span:nth-child(2) {
    background: #f0c36a;
}

.preview-topbar span:nth-child(3) {
    background: #7ce0a1;
}

.preview-dashboard {
    display: grid;
    gap: 16px;
    grid-template-columns: 1.2fr 0.8fr;
}

.preview-main,
.preview-side,
.preview-wide {
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid var(--cy-border);
    border-radius: 8px;
    padding: 18px;
}

.preview-wide {
    grid-column: 1 / -1;
}

.preview-label {
    color: var(--cy-subtle);
    display: block;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.preview-metric {
    color: #ffffff;
    display: block;
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 8px;
}

.preview-row {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

.preview-bar {
    background: rgba(47, 140, 255, 0.24);
    border-radius: 999px;
    flex: 1;
    height: 10px;
    overflow: hidden;
}

.preview-bar span {
    background: linear-gradient(90deg, var(--cy-blue), var(--cy-cyan));
    display: block;
    height: 100%;
}

.preview-pill {
    background: rgba(39, 216, 200, 0.11);
    border: 1px solid rgba(39, 216, 200, 0.25);
    border-radius: 999px;
    color: #dce5ef;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 800;
    margin: 0 6px 8px 0;
    padding: 8px 10px;
}

.preview-lead-plan {
    grid-template-columns: minmax(0, 1.05fr) minmax(230px, 0.95fr);
}

.preview-launch-card {
    background:
        linear-gradient(135deg, rgba(1, 94, 234, 0.18), rgba(39, 216, 200, 0.08)),
        rgba(255, 255, 255, 0.045);
}

.preview-launch-card h3 {
    color: #ffffff;
    font-size: clamp(1.55rem, 2.5vw, 2.05rem);
    line-height: 1.08;
    margin: 0 0 14px;
}

.preview-launch-card p {
    color: var(--cy-muted);
    font-size: 0.98rem;
    line-height: 1.6;
    margin: 0;
}

.preview-action-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.preview-primary-action {
    align-items: center;
    background: var(--cy-blue);
    border: 1px solid rgba(247, 250, 252, 0.18);
    border-radius: 8px;
    color: #ffffff;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 900;
    min-height: 42px;
    padding: 10px 14px;
}

.preview-action-note {
    color: var(--cy-muted);
    font-size: 0.86rem;
    font-weight: 800;
}

.preview-build-list {
    display: grid;
    gap: 12px;
}

.preview-build-item {
    align-items: flex-start;
    background: rgba(7, 9, 13, 0.28);
    border: 1px solid rgba(169, 180, 194, 0.14);
    border-radius: 8px;
    display: grid;
    gap: 10px;
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 12px;
}

.preview-build-item i {
    align-items: center;
    background: rgba(39, 216, 200, 0.12);
    border: 1px solid rgba(39, 216, 200, 0.24);
    border-radius: 8px;
    color: var(--cy-cyan);
    display: inline-flex;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.preview-build-item strong {
    color: #ffffff;
    display: block;
    font-size: 0.9rem;
    line-height: 1.25;
    margin-bottom: 4px;
}

.preview-build-item span {
    color: var(--cy-muted);
    display: block;
    font-size: 0.78rem;
    line-height: 1.35;
}

.preview-path-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025)),
        rgba(7, 9, 13, 0.2);
}

.preview-path-flow {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.preview-path-step {
    background: rgba(7, 9, 13, 0.26);
    border: 1px solid rgba(169, 180, 194, 0.14);
    border-radius: 8px;
    min-width: 0;
    padding: 14px;
}

.preview-path-step > span {
    color: var(--cy-cyan);
    display: block;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}

.preview-path-step strong {
    color: #ffffff;
    display: block;
    font-size: 0.92rem;
    line-height: 1.25;
    margin-bottom: 7px;
}

.preview-path-step p {
    color: var(--cy-muted);
    font-size: 0.78rem;
    line-height: 1.4;
    margin: 0;
}

/* Ecommerce moved-pricing bridge */
.migration-hero {
    align-items: center;
    background:
        linear-gradient(180deg, rgba(7, 9, 13, 0.34), rgba(7, 9, 13, 0.95)),
        linear-gradient(90deg, rgba(7, 9, 13, 0.94), rgba(7, 9, 13, 0.56)),
        url("../assets/images/responsive-development.jpg?v=2") center / cover no-repeat !important;
    color: var(--cy-text);
    display: flex;
    min-height: 610px;
    padding: 150px 24px 72px;
    text-align: center;
}

.migration-hero-content {
    margin: 0 auto;
    max-width: 920px;
}

.migration-hero h1 {
    color: #ffffff;
    font-size: 4rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.04;
    margin: 0 0 20px;
}

.migration-hero p {
    color: #c8d2df;
    font-size: 1.14rem;
    line-height: 1.75;
    margin: 0 auto;
    max-width: 760px;
}

.migration-hero .hero-actions,
.pricing-links .hero-actions {
    align-items: center !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    justify-content: center !important;
}

.migration-hero .cta-hero-button,
.pricing-links .cta-hero-button {
    align-items: center !important;
    display: inline-flex !important;
    gap: 10px !important;
    justify-content: center !important;
    min-height: 50px !important;
    min-width: 230px !important;
    padding: 15px 22px !important;
    white-space: normal !important;
}

.migration-hero .cta-hero-button.secondary,
.pricing-links .cta-hero-button.secondary {
    background: rgba(255, 255, 255, 0.07) !important;
    border: 1px solid var(--cy-border) !important;
    color: #ffffff !important;
}

.migration-section {
    padding: 86px 24px;
}

.migration-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1180px;
}

.migration-card {
    padding: 30px !important;
}

.migration-card .service-icon {
    margin-bottom: 18px;
}

.migration-card ul {
    list-style: none;
    margin: 22px 0 0;
    padding: 0;
}

.migration-card li {
    color: var(--cy-muted);
    display: flex;
    gap: 10px;
    line-height: 1.55;
    margin: 0 0 12px;
}

.migration-card li i {
    color: var(--cy-green);
    margin-top: 3px;
}

.pricing-links {
    margin: 42px auto 0;
    max-width: 900px;
    padding: 28px !important;
    text-align: center;
}

@media (max-width: 1024px) {
    .capability-showcase-inner,
    .preview-dashboard {
        grid-template-columns: 1fr;
    }

    .migration-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .blog-post-header {
        min-height: 430px;
        padding: 124px 18px 58px !important;
    }

    .blog-content-wrapper {
        margin: -42px 14px 46px !important;
        padding: 28px 20px !important;
    }

    .capability-showcase {
        padding: 62px 18px !important;
    }

    .capability-panel {
        padding: 26px !important;
    }

    .capability-panel h2 {
        font-size: 1.85rem !important;
    }

    .preview-shell {
        padding: 14px !important;
    }

    .preview-main,
    .preview-side,
    .preview-wide {
        padding: 16px !important;
    }

    .preview-launch-card h3 {
        font-size: 1.42rem !important;
        line-height: 1.14 !important;
    }

    .preview-launch-card p {
        font-size: 0.92rem !important;
        line-height: 1.5 !important;
    }

    .preview-action-row {
        align-items: stretch !important;
        flex-direction: column !important;
        gap: 8px !important;
        margin-top: 18px !important;
    }

    .preview-primary-action {
        justify-content: center !important;
        width: 100% !important;
    }

    .preview-action-note {
        text-align: center !important;
    }

    .preview-build-item {
        grid-template-columns: 32px minmax(0, 1fr) !important;
        padding: 11px !important;
    }

    .preview-path-flow {
        grid-template-columns: 1fr !important;
    }

    .preview-path-step {
        padding: 12px !important;
    }

    .migration-hero h1 {
        font-size: 1.42rem !important;
        line-height: 1.18 !important;
        max-width: 300px !important;
        width: 100% !important;
    }

    .migration-hero p {
        max-width: 320px !important;
        width: 100% !important;
    }

    .capability-grid {
        grid-template-columns: 1fr;
    }

    .migration-hero {
        min-height: 500px;
        padding: 128px 18px 54px;
    }

    .migration-hero h1 {
        max-width: 300px !important;
        overflow-wrap: anywhere !important;
        width: 100% !important;
    }

    .migration-hero p {
        max-width: 320px !important;
        overflow-wrap: anywhere !important;
        width: 100% !important;
    }

    table,
    .blog-content table,
    .article-content table {
        display: block;
        max-width: 100%;
        overflow-x: auto;
    }
}

/* Mobile nav-page audit fixes */
@media (max-width: 768px) {
    .hero-services-quick-nav {
        display: grid !important;
        gap: 10px !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        margin-bottom: 26px !important;
        max-width: min(300px, calc(100vw - 72px)) !important;
        width: 100% !important;
    }

    .quick-nav-item {
        align-items: center !important;
        display: inline-flex !important;
        justify-content: center !important;
        min-height: 48px !important;
        padding: 10px 12px !important;
        width: 100% !important;
    }

    .quick-nav-item span {
        display: inline !important;
        font-size: 0.82rem !important;
        line-height: 1.15 !important;
        min-width: 0 !important;
        overflow-wrap: anywhere !important;
        white-space: normal !important;
    }

    .quick-nav-item:last-child {
        grid-column: 1 / -1 !important;
    }

    .services-hero .hero-cta-buttons,
    .services-hero .hero-cta-primary,
    .services-hero .hero-cta-secondary,
    .pricing-card,
    .portfolio-card,
    .portfolio-container > .section-intro {
        max-width: min(300px, calc(100vw - 72px)) !important;
    }

    .portfolio-container > .section-intro {
        overflow: visible !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .portfolio-container > .section-intro h2 {
        font-size: 1.38rem !important;
        line-height: 1.18 !important;
        max-width: 285px !important;
        overflow-wrap: anywhere !important;
        text-wrap: balance;
    }

    .portfolio-container > .section-intro p {
        font-size: 1rem !important;
        line-height: 1.68 !important;
        max-width: 285px !important;
        overflow-wrap: anywhere !important;
    }

    .pricing-container {
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .pricing-card.featured {
        transform: none !important;
    }
}

@media (max-width: 420px) {
    .portfolio-container,
    .pricing-container,
    .services-grid-container {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .pricing-card,
    .portfolio-card,
    .service-card {
        max-width: min(294px, calc(100vw - 80px)) !important;
    }
}

@media (max-width: 768px) {
    .faq-container .search-box,
    .faq-container .faq-categories,
    .blog-container .filter-tabs {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: min(300px, calc(100vw - 72px)) !important;
        width: 100% !important;
    }

    .faq-container .faq-categories,
    .blog-container .filter-tabs {
        align-items: stretch !important;
        display: grid !important;
        gap: 10px !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        justify-content: center !important;
        overflow: visible !important;
    }

    .blog-container .filter-tabs .filter-tab:last-child {
        grid-column: 1 / -1 !important;
    }

    .category-filter,
    .filter-tab {
        font-size: 0.84rem !important;
        line-height: 1.15 !important;
        min-height: 46px !important;
        min-width: 0 !important;
        padding: 10px 12px !important;
        white-space: normal !important;
        width: 100% !important;
    }

    .faq-section-title {
        align-items: flex-start !important;
        font-size: 1.52rem !important;
        line-height: 1.18 !important;
        overflow-wrap: anywhere !important;
    }

    .blog-grid {
        justify-items: center !important;
    }

    .blog-card {
        max-width: min(300px, calc(100vw - 72px)) !important;
    }

    .hero .hero-features,
    .hero .hero-actions,
    .hero .hero-cta-buttons,
    .hero .hero-cta-group,
    .hero .cta-buttons,
    .services-section .services-subtitle {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: min(300px, calc(100vw - 72px)) !important;
        width: 100% !important;
    }

    .hero .feature-item,
    .hero .cta-hero-button,
    .hero .hero-cta-primary,
    .hero .hero-cta-secondary,
    .hero .cta-primary,
    .hero .cta-secondary {
        max-width: 100% !important;
        width: 100% !important;
    }

    .service-features li {
        align-items: flex-start !important;
        grid-template-columns: 32px minmax(0, 1fr) !important;
        row-gap: 4px !important;
    }

    .service-features li span {
        grid-column: 2 !important;
    }

    .service-features li strong,
    .service-features li span {
        overflow-wrap: normal !important;
        word-break: normal !important;
    }

    .carousel-overlay {
        align-items: center !important;
        justify-content: flex-start !important;
        overflow-y: visible !important;
        padding: 28px 18px 34px !important;
        text-align: center !important;
    }

    .carousel-overlay h3 {
        font-size: 1.55rem !important;
        line-height: 1.18 !important;
        max-width: min(300px, calc(100vw - 72px)) !important;
        overflow-wrap: normal !important;
        width: 100% !important;
    }

    .carousel-overlay .service-description,
    .carousel-overlay .service-features,
    .carousel-overlay .service-learn-more {
        max-width: min(300px, calc(100vw - 72px)) !important;
        width: 100% !important;
    }

    .carousel-overlay .service-description {
        font-size: 0.98rem !important;
        line-height: 1.62 !important;
    }

    .carousel-overlay .service-learn-more {
        justify-content: center !important;
    }
}

@media (max-width: 420px) {
    .blog-card {
        max-width: min(294px, calc(100vw - 80px)) !important;
    }
}

/* iPhone/mobile refinement pass */
.pricing-overview {
    background: var(--cy-bg) !important;
    color: var(--cy-text) !important;
    padding: 72px 20px 88px;
}

.pricing-overview-header {
    margin: 0 auto 28px;
    max-width: 840px;
    text-align: center;
}

.pricing-overview-header h2 {
    color: #ffffff;
    font-size: clamp(1.75rem, 3vw, 2.7rem);
    line-height: 1.1;
    margin: 10px 0 14px;
}

.pricing-overview-header p {
    color: var(--cy-muted);
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 720px;
}

.pricing-snapshot,
.pricing-service-grid,
.pricing-detail-grid {
    margin-left: auto;
    margin-right: auto;
    max-width: 1120px;
}

.pricing-snapshot {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 28px;
    max-width: 780px;
}

.pricing-snapshot div,
.pricing-service-card,
.pricing-detail-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.025)), var(--cy-card) !important;
    border: 1px solid var(--cy-border) !important;
    border-radius: 8px !important;
    box-shadow: var(--cy-shadow) !important;
}

.pricing-snapshot div {
    padding: 16px;
    text-align: left;
}

.pricing-snapshot span {
    color: var(--cy-subtle);
    display: block;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.pricing-snapshot strong {
    color: #ffffff;
    display: block;
    font-size: 1.35rem;
    line-height: 1.1;
}

.pricing-service-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pricing-service-card {
    padding: 30px;
}

.pricing-service-card.featured {
    border-color: var(--cy-border-strong) !important;
}

.pricing-card-top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.pricing-card-top > i {
    align-items: center;
    background: rgba(39, 216, 200, 0.11);
    border: 1px solid rgba(39, 216, 200, 0.22);
    border-radius: 8px;
    color: var(--cy-cyan);
    display: inline-flex;
    flex: 0 0 auto;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.pricing-service-card h3,
.pricing-detail-card h3 {
    color: #ffffff;
    font-size: 1.55rem;
    line-height: 1.15;
    margin: 0 0 12px;
}

.pricing-service-card p,
.pricing-detail-card p {
    color: var(--cy-muted);
    font-size: 1rem;
    line-height: 1.65;
}

.pricing-features.compact {
    display: grid;
    gap: 10px;
    margin: 24px 0;
}

.pricing-features.compact li {
    border-bottom: 0 !important;
    color: #dce5ef !important;
    font-size: 0.98rem;
    line-height: 1.4;
    padding: 0 !important;
}

.pricing-detail-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 22px;
}

.pricing-detail-card {
    padding: 22px;
}

.pricing-detail-card h3 {
    align-items: center;
    display: flex;
    font-size: 1.1rem;
    gap: 10px;
}

.pricing-detail-card h3 i {
    color: var(--cy-cyan);
}

@media (max-width: 768px) {
    body {
        font-size: 16px !important;
    }

    .navbar,
    .navbar.scrolled {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 44px !important;
        height: 64px !important;
        justify-content: initial !important;
        overflow: hidden !important;
        padding: 10px 12px !important;
    }

    .navbar .logo {
        justify-content: flex-start !important;
        min-width: 0 !important;
    }

    .navbar .logo img {
        height: 34px !important;
        max-width: 120px !important;
        object-fit: contain !important;
    }

    .navbar .nav-links,
    .navbar .cta-container,
    .navbar .phone-link {
        display: none !important;
    }

    .hamburger,
    .hamburger:hover {
        align-items: center !important;
        background: rgba(255, 255, 255, 0.07) !important;
        border: 1px solid var(--cy-border) !important;
        border-radius: 8px !important;
        box-shadow: none !important;
        display: inline-flex !important;
        height: 44px !important;
        justify-content: center !important;
        justify-self: end !important;
        margin: 0 !important;
        min-height: 44px !important;
        min-width: 44px !important;
        padding: 0 !important;
        position: relative !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        width: 44px !important;
    }

    .hamburger i {
        font-size: 22px !important;
        line-height: 1 !important;
    }

    .side-panel-backdrop:not(.active) {
        display: none !important;
    }

    .side-panel-backdrop.active {
        display: block !important;
    }

    .hero,
    .services-hero,
    .about-hero,
    .portfolio-hero,
    .contact-hero,
    .pricing-hero,
    .blog-hero,
    .faq-hero {
        min-height: auto !important;
        padding-bottom: 42px !important;
    }

    .portfolio-hero,
    .pricing-hero {
        padding-top: 108px !important;
    }

    .portfolio-hero {
        min-height: 410px !important;
    }

    .portfolio-hero p {
        max-width: 330px !important;
    }

    .portfolio-container {
        padding-top: 42px !important;
    }

    .pricing-overview-hero {
        min-height: auto !important;
        padding: 112px 18px 40px !important;
    }

    .pricing-overview-hero h1 {
        font-size: 1.72rem !important;
        line-height: 1.12 !important;
        max-width: 350px !important;
    }

    .pricing-overview-hero p {
        font-size: 1rem !important;
        line-height: 1.6 !important;
        max-width: 340px !important;
    }

    .pricing-snapshot {
        gap: 10px;
        grid-template-columns: 1fr;
        max-width: min(340px, calc(100vw - 36px));
    }

    .pricing-snapshot div {
        align-items: center;
        display: flex;
        justify-content: space-between;
        gap: 12px;
        padding: 13px 14px;
    }

    .pricing-snapshot span {
        margin-bottom: 0;
    }

    .pricing-snapshot strong {
        font-size: 1.12rem;
        text-align: right;
    }

    .pricing-overview {
        padding: 46px 18px 68px;
    }

    .pricing-overview-header {
        max-width: 340px;
        text-align: left;
    }

    .pricing-service-grid,
    .pricing-detail-grid {
        grid-template-columns: 1fr;
        max-width: min(340px, calc(100vw - 36px));
    }

    .pricing-service-card,
    .pricing-detail-card {
        padding: 22px !important;
    }

    .pricing-service-card h3 {
        font-size: 1.42rem;
    }

    .pricing-service-card .price {
        font-size: 2.1rem !important;
    }

    .pricing-features.compact li {
        align-items: flex-start;
        display: grid;
        grid-template-columns: 22px minmax(0, 1fr);
    }

    .story-vision,
    html body .story-vision {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.025)), var(--cy-card) !important;
        border: 1px solid var(--cy-border) !important;
        color: var(--cy-text) !important;
    }

    .vision-content p,
    .story-vision p {
        color: var(--cy-muted) !important;
    }

    .founder-grid,
    html body .founder-grid {
        padding: 20px !important;
    }

    .founder-content,
    html body .founder-content {
        padding: 18px 0 0 !important;
    }

    .founder-bio p {
        font-size: 1rem !important;
        line-height: 1.72 !important;
    }

    .founder-highlights,
    .founder-quote {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .contact-form,
    .form-row,
    .form-group,
    .contact-form input,
    .contact-form select,
    .contact-form textarea,
    .submit-btn {
        max-width: 100% !important;
        width: 100% !important;
    }

    .blog-post-header {
        min-height: auto !important;
        padding: 118px 18px 54px !important;
    }

    .article-hero {
        padding: 118px 20px 34px !important;
    }

    .article-hero h1 {
        font-size: 1.72rem !important;
        line-height: 1.16 !important;
        margin-bottom: 18px !important;
    }

    .article-hero .article-meta {
        gap: 12px !important;
    }

    .article-hero .article-meta span {
        font-size: 0.95rem !important;
        line-height: 1.35 !important;
    }

    .article-content {
        margin: 28px auto 46px !important;
        max-width: min(380px, calc(100vw - 28px)) !important;
        padding: 0 !important;
        width: 100% !important;
    }

    .blog-post-header h1 {
        font-size: 1.72rem !important;
        line-height: 1.16 !important;
        max-width: 350px !important;
    }

    .blog-content-wrapper {
        margin: -28px auto 44px !important;
        max-width: min(380px, calc(100vw - 28px)) !important;
        padding: 24px 20px !important;
        width: 100% !important;
    }

    .blog-content-wrapper p,
    .blog-content-wrapper li,
    .article-content p,
    .article-content li {
        font-size: 1rem !important;
        line-height: 1.72 !important;
    }

    .blog-content-wrapper h2,
    .article-content h2 {
        font-size: 1.42rem !important;
        line-height: 1.22 !important;
    }

    .blog-content-wrapper h3,
    .article-content h3 {
        font-size: 1.2rem !important;
        line-height: 1.25 !important;
    }

    .blog-content-wrapper *,
    .article-content * {
        overflow-wrap: break-word !important;
    }
}

@media (max-width: 560px) {
    .navbar,
    .navbar.scrolled {
        left: 50% !important;
        max-width: 392px !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        width: min(calc(100vw - 48px), 392px) !important;
    }

    .hamburger,
    .hamburger:hover {
        height: 42px !important;
        min-height: 42px !important;
        min-width: 42px !important;
        width: 42px !important;
    }

    .hero::after,
    .services-hero::after,
    .about-hero::after,
    .portfolio-hero::after,
    .contact-hero::after,
    .pricing-hero::after,
    .blog-hero::after,
    .faq-hero::after {
        background:
            linear-gradient(90deg, rgba(0, 192, 250, 0.1), transparent 28%, rgba(1, 94, 234, 0.12) 72%, transparent),
            linear-gradient(180deg, transparent, var(--cy-bg)) !important;
        height: 86px !important;
    }

    .portfolio-hero {
        min-height: 360px !important;
        padding-bottom: 34px !important;
        padding-top: 112px !important;
    }

    .portfolio-hero h1 {
        font-size: 1.7rem !important;
        margin-bottom: 12px !important;
    }

    .portfolio-hero p {
        font-size: 1rem !important;
        line-height: 1.62 !important;
        max-width: 330px !important;
    }

    .blog-hero {
        align-items: center !important;
        justify-content: flex-start !important;
        min-height: 360px !important;
        padding-top: 126px !important;
    }

    .blog-hero h1 {
        font-size: 1.72rem !important;
        line-height: 1.14 !important;
        margin: 0 auto 14px !important;
        max-width: 330px !important;
    }

    .blog-hero p {
        font-size: 1rem !important;
        line-height: 1.6 !important;
        max-width: 330px !important;
    }
}

@media (max-width: 768px) {
    .services-hero {
        height: auto !important;
        min-height: auto !important;
        overflow: visible !important;
        padding-bottom: 42px !important;
    }

    .services-hero-container {
        height: auto !important;
        overflow: visible !important;
    }

    .founder-img,
    .founder-image-wrapper {
        min-width: 0 !important;
        overflow: visible !important;
    }

    html body .founder-badge {
        box-sizing: border-box !important;
        max-width: calc(100% - 24px) !important;
        right: 12px !important;
    }

}

/* Chatbot refinement */
html body .chatbot-toggle,
html body .chatbot-container,
html body .chatbot-container * {
    box-sizing: border-box !important;
}

html body .chatbot-toggle {
    align-items: center !important;
    background: #015eea !important;
    border: 1px solid rgba(247, 250, 252, 0.18) !important;
    border-radius: 8px !important;
    bottom: 24px !important;
    box-shadow: 0 18px 44px rgba(1, 94, 234, 0.34) !important;
    color: #ffffff !important;
    display: inline-flex !important;
    height: 56px !important;
    justify-content: center !important;
    padding: 0 !important;
    right: 24px !important;
    transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease !important;
    width: 56px !important;
}

html body .chatbot-toggle:hover,
html body .chatbot-toggle:focus-visible {
    background: #014fc4 !important;
    border-color: rgba(0, 192, 250, 0.54) !important;
    box-shadow: 0 22px 54px rgba(0, 192, 250, 0.24) !important;
    transform: none !important;
}

html body .chatbot-toggle.active {
    background: #0b1018 !important;
}

html body .chatbot-toggle i {
    color: #ffffff !important;
    font-size: 20px !important;
    line-height: 1 !important;
}

html body .chatbot-container {
    background: #0b1018 !important;
    border: 1px solid var(--cy-border) !important;
    border-radius: 8px !important;
    bottom: 96px !important;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.56) !important;
    color: var(--cy-text) !important;
    display: none !important;
    flex-direction: column !important;
    height: min(620px, calc(100dvh - 132px)) !important;
    max-height: calc(100dvh - 132px) !important;
    max-width: calc(100vw - 32px) !important;
    overflow: hidden !important;
    right: 24px !important;
    width: min(420px, calc(100vw - 32px)) !important;
}

html body .chatbot-container.active {
    display: flex !important;
}

html body .chatbot-header {
    align-items: center !important;
    background: linear-gradient(135deg, #0d1522, #111a29) !important;
    border-bottom: 1px solid var(--cy-border) !important;
    border-radius: 0 !important;
    color: var(--cy-text) !important;
    gap: 12px !important;
    min-height: 76px !important;
    padding: 16px !important;
}

html body .chatbot-header-content {
    align-items: center !important;
    gap: 12px !important;
    min-width: 0 !important;
}

html body .chatbot-avatar,
html body .message-avatar {
    align-items: center !important;
    background: rgba(1, 94, 234, 0.18) !important;
    border: 1px solid rgba(0, 192, 250, 0.24) !important;
    border-radius: 8px !important;
    color: var(--cy-cyan) !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    justify-content: center !important;
}

html body .chatbot-avatar {
    height: 40px !important;
    width: 40px !important;
}

html body .chatbot-header-text {
    min-width: 0 !important;
}

html body .chatbot-header-text h3 {
    color: #ffffff !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    margin: 0 0 3px !important;
}

html body .chatbot-header-text p {
    align-items: center !important;
    color: var(--cy-muted) !important;
    display: flex !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    gap: 7px !important;
    line-height: 1.25 !important;
    margin: 0 !important;
}

html body .status-dot {
    background: var(--cy-green) !important;
    border-radius: 999px !important;
    box-shadow: 0 0 0 4px rgba(124, 224, 161, 0.12) !important;
    display: inline-block !important;
    height: 8px !important;
    width: 8px !important;
}

html body .chatbot-close {
    align-items: center !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid var(--cy-border) !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    height: 40px !important;
    justify-content: center !important;
    padding: 0 !important;
    width: 40px !important;
}

html body .chatbot-close:hover,
html body .chatbot-close:focus-visible {
    background: rgba(0, 192, 250, 0.12) !important;
    border-color: var(--cy-border-strong) !important;
}

html body .chatbot-messages {
    background: #0d1118 !important;
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    gap: 12px !important;
    min-height: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 16px !important;
}

html body .chatbot-messages::-webkit-scrollbar {
    width: 7px !important;
}

html body .chatbot-messages::-webkit-scrollbar-track {
    background: #0b1018 !important;
}

html body .chatbot-messages::-webkit-scrollbar-thumb {
    background: rgba(169, 180, 194, 0.34) !important;
    border-radius: 999px !important;
}

html body .welcome-message {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.025)), var(--cy-card) !important;
    border: 1px solid var(--cy-border) !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    padding: 16px !important;
    text-align: left !important;
}

html body .welcome-message i {
    align-items: center !important;
    background: rgba(0, 192, 250, 0.11) !important;
    border: 1px solid rgba(0, 192, 250, 0.22) !important;
    border-radius: 8px !important;
    color: var(--cy-cyan) !important;
    display: inline-flex !important;
    font-size: 18px !important;
    height: 38px !important;
    justify-content: center !important;
    margin: 0 0 12px !important;
    width: 38px !important;
}

html body .welcome-message h4 {
    color: #ffffff !important;
    font-size: 1.05rem !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;
    margin: 0 0 8px !important;
}

html body .welcome-message p {
    color: var(--cy-muted) !important;
    font-size: 0.92rem !important;
    line-height: 1.55 !important;
    margin: 0 !important;
}

html body .message {
    animation: fadeIn 180ms ease !important;
    gap: 9px !important;
    min-width: 0 !important;
}

html body .message-avatar {
    height: 30px !important;
    width: 30px !important;
}

html body .message-avatar i {
    font-size: 13px !important;
}

html body .message-content {
    border-radius: 8px !important;
    font-size: 0.92rem !important;
    line-height: 1.55 !important;
    max-width: min(82%, 330px) !important;
    overflow-wrap: anywhere !important;
    padding: 11px 13px !important;
}

html body .message.bot .message-content,
html body .typing-indicator {
    background: #151d2b !important;
    border: 1px solid var(--cy-border) !important;
    box-shadow: none !important;
    color: #dce5ef !important;
}

html body .message.user .message-content {
    background: #015eea !important;
    border: 1px solid rgba(247, 250, 252, 0.16) !important;
    box-shadow: none !important;
    color: #ffffff !important;
}

html body .message-content a {
    color: var(--cy-cyan) !important;
    font-weight: 800 !important;
}

html body .typing-indicator {
    border-radius: 8px !important;
    gap: 6px !important;
    padding: 12px 13px !important;
}

html body .typing-dot {
    background: var(--cy-cyan) !important;
    height: 7px !important;
    width: 7px !important;
}

html body .quick-actions {
    background: #0b1018 !important;
    border-top: 1px solid var(--cy-border) !important;
    display: flex !important;
    flex: 0 0 auto !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    min-height: 58px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 12px 14px !important;
    scrollbar-width: none !important;
}

html body .quick-actions::-webkit-scrollbar {
    display: none !important;
}

html body .quick-action {
    align-items: center !important;
    background: rgba(255, 255, 255, 0.055) !important;
    border: 1px solid var(--cy-border) !important;
    border-radius: 8px !important;
    color: #dce5ef !important;
    cursor: pointer !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    font-size: 0.82rem !important;
    font-weight: 800 !important;
    gap: 7px !important;
    line-height: 1 !important;
    min-height: 34px !important;
    padding: 9px 11px !important;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease !important;
    white-space: nowrap !important;
}

html body .quick-action i {
    color: var(--cy-cyan) !important;
    font-size: 0.82rem !important;
}

html body .quick-action:hover,
html body .quick-action:focus-visible {
    background: rgba(1, 94, 234, 0.24) !important;
    border-color: var(--cy-border-strong) !important;
    color: #ffffff !important;
    transform: none !important;
}

html body .chatbot-input-area {
    align-items: center !important;
    background: #0b1018 !important;
    border-top: 1px solid var(--cy-border) !important;
    display: flex !important;
    flex: 0 0 auto !important;
    gap: 10px !important;
    padding: 12px 14px !important;
}

html body .input-wrapper {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    position: relative !important;
}

html body .chatbot-input {
    background: #111722 !important;
    border: 1px solid var(--cy-border) !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    font-family: "Plus Jakarta Sans", "Inter", "Segoe UI", Arial, sans-serif !important;
    font-size: 0.95rem !important;
    height: 44px !important;
    line-height: 1.2 !important;
    min-width: 0 !important;
    padding: 0 58px 0 13px !important;
}

html body .chatbot-input::placeholder {
    color: var(--cy-subtle) !important;
    opacity: 1 !important;
}

html body .chatbot-input:focus {
    border-color: var(--cy-cyan) !important;
    box-shadow: 0 0 0 3px rgba(0, 192, 250, 0.14) !important;
}

html body .char-counter {
    color: var(--cy-subtle) !important;
    font-size: 0.7rem !important;
    font-weight: 700 !important;
    right: 12px !important;
}

html body .chatbot-send {
    align-items: center !important;
    background: #015eea !important;
    border: 1px solid rgba(247, 250, 252, 0.16) !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    height: 44px !important;
    justify-content: center !important;
    width: 44px !important;
}

html body .chatbot-send:hover:not(:disabled),
html body .chatbot-send:focus-visible:not(:disabled) {
    background: #014fc4 !important;
    border-color: rgba(0, 192, 250, 0.54) !important;
    transform: none !important;
}

html body .chatbot-notification {
    background: var(--cy-cyan) !important;
    border: 2px solid #0b1018 !important;
    color: #071018 !important;
    font-weight: 900 !important;
}

@media (max-width: 768px) {
    html body .chatbot-container {
        bottom: 86px !important;
        height: min(640px, calc(100dvh - 112px)) !important;
        left: 16px !important;
        max-height: calc(100dvh - 112px) !important;
        max-width: none !important;
        right: 16px !important;
        width: auto !important;
    }

    html body .chatbot-toggle {
        bottom: 18px !important;
        height: 54px !important;
        right: 18px !important;
        width: 54px !important;
    }

    html body .chatbot-header {
        min-height: 72px !important;
        padding: 14px !important;
    }

    html body .chatbot-messages {
        padding: 14px !important;
    }

    html body .message-content {
        max-width: 84% !important;
    }

    html body .quick-actions {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        min-height: auto !important;
        overflow-x: hidden !important;
        overflow-y: visible !important;
    }

    html body .quick-action {
        justify-content: center !important;
        min-width: 0 !important;
        width: 100% !important;
        white-space: normal !important;
    }
}

@media (max-width: 420px) {
    html body .chatbot-container {
        left: 12px !important;
        right: 12px !important;
    }

    html body .chatbot-header-text h3 {
        font-size: 0.96rem !important;
    }

    html body .chatbot-header-text p {
        font-size: 0.75rem !important;
    }

    html body .quick-actions {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    html body .chatbot-input-area {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    html body .chatbot-container,
    html body .message,
    html body .typing-dot,
    html body .chatbot-notification {
        animation: none !important;
    }
}

/* Screenshot fix pass: contrast, spacing, and article cards */
html body .story-vision {
    background:
        linear-gradient(135deg, rgba(1, 94, 234, 0.18), rgba(0, 192, 250, 0.08)),
        var(--cy-card) !important;
    border: 1px solid var(--cy-border-strong) !important;
    border-radius: 8px !important;
    box-shadow: var(--cy-shadow) !important;
    color: var(--cy-text) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1120px !important;
    padding: 44px 34px !important;
}

html body .story-vision .vision-icon {
    border-radius: 8px !important;
    box-shadow: 0 18px 42px rgba(1, 94, 234, 0.26) !important;
    height: 74px !important;
    margin-bottom: 22px !important;
    width: 74px !important;
}

html body .story-vision .vision-icon i {
    color: #ffffff !important;
    font-size: 2rem !important;
}

html body .story-vision h3,
html body .vision-content h3 {
    color: #ffffff !important;
    font-size: clamp(1.55rem, 2.1vw, 2rem) !important;
    line-height: 1.15 !important;
    margin-bottom: 14px !important;
    text-shadow: none !important;
}

html body .story-vision p,
html body .vision-content p {
    color: #c8d2df !important;
    font-size: 1rem !important;
    line-height: 1.7 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 820px !important;
    text-shadow: none !important;
}

html body .founder-section .container {
    max-width: 1180px !important;
}

html body .founder-grid {
    align-items: start !important;
    display: grid !important;
    gap: 32px !important;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.45fr) !important;
    overflow: visible !important;
    padding: 24px !important;
}

html body .founder-content {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    padding: 20px 18px 14px !important;
}

html body .founder-img img {
    border-radius: 8px !important;
    display: block !important;
}

html body .founder-content .section-header-left {
    margin-bottom: 24px !important;
}

html body .founder-content .section-header-left h2 {
    font-size: clamp(2rem, 3vw, 2.7rem) !important;
    line-height: 1.08 !important;
    margin-bottom: 10px !important;
}

html body .founder-title {
    color: #c8d2df !important;
    font-size: 1rem !important;
    line-height: 1.45 !important;
}

html body .founder-bio .lead-text {
    color: #dce5ef !important;
    font-size: 1.12rem !important;
    line-height: 1.45 !important;
    margin-bottom: 18px !important;
}

html body .founder-bio p {
    color: #c8d2df !important;
    font-size: 1rem !important;
    line-height: 1.7 !important;
    margin-bottom: 16px !important;
}

html body .founder-highlights {
    gap: 14px !important;
    margin: 26px 0 !important;
}

html body .founder-highlight-item {
    align-items: center !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid var(--cy-border) !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    display: grid !important;
    gap: 16px !important;
    grid-template-columns: 46px minmax(0, 1fr) !important;
    padding: 16px !important;
}

html body .founder-highlight-item:hover {
    transform: none !important;
}

html body .founder-highlight-item i {
    background: rgba(1, 94, 234, 0.18) !important;
    border: 1px solid rgba(0, 192, 250, 0.22) !important;
    border-radius: 8px !important;
    color: var(--cy-cyan) !important;
    height: 46px !important;
    width: 46px !important;
}

html body .founder-highlight-item strong {
    color: #ffffff !important;
    font-size: 1rem !important;
    line-height: 1.25 !important;
}

html body .founder-highlight-item span {
    color: #c8d2df !important;
    line-height: 1.4 !important;
}

html body .founder-quote {
    background: rgba(1, 94, 234, 0.16) !important;
    border: 1px solid var(--cy-border-strong) !important;
    border-left: 4px solid var(--cy-cyan) !important;
    border-radius: 8px !important;
    margin: 24px 0 0 !important;
    padding: 24px !important;
}

html body .founder-quote p {
    color: #ffffff !important;
    line-height: 1.65 !important;
}

html body .portfolio-cta {
    background:
        linear-gradient(135deg, rgba(1, 94, 234, 0.24), rgba(0, 192, 250, 0.12)),
        var(--cy-card) !important;
    border: 1px solid var(--cy-border-strong) !important;
    border-radius: 8px !important;
    box-shadow: var(--cy-shadow) !important;
    color: var(--cy-text) !important;
    margin-top: 48px !important;
    padding: 42px 24px !important;
}

html body .portfolio-cta h2 {
    color: #ffffff !important;
    font-size: clamp(1.8rem, 3vw, 2.55rem) !important;
    line-height: 1.12 !important;
    margin-bottom: 14px !important;
}

html body .portfolio-cta p {
    color: #dce5ef !important;
    font-size: 1.05rem !important;
    line-height: 1.55 !important;
    margin-bottom: 0 !important;
    max-width: 680px !important;
}

html body .portfolio-cta > div {
    gap: 12px !important;
    margin-top: 26px !important;
}

html body .portfolio-cta .portfolio-cta-button,
html body .portfolio-cta .portfolio-cta-button[style] {
    background: #015eea !important;
    border: 1px solid rgba(247, 250, 252, 0.18) !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    color: #ffffff !important;
    font-size: 1rem !important;
    justify-content: center !important;
    min-height: 50px !important;
    min-width: min(300px, 100%) !important;
    padding: 14px 24px !important;
}

html body .portfolio-cta .portfolio-cta-button + .portfolio-cta-button,
html body .portfolio-cta .portfolio-cta-button[style] {
    background: rgba(255, 255, 255, 0.065) !important;
    border-color: var(--cy-border) !important;
}

html body .portfolio-cta .portfolio-cta-button:hover,
html body .portfolio-cta .portfolio-cta-button:focus-visible {
    background: #014fc4 !important;
    border-color: rgba(0, 192, 250, 0.54) !important;
    box-shadow: 0 16px 34px rgba(1, 94, 234, 0.26) !important;
    transform: none !important;
}

html body .article-content .metric-card {
    background: #111722 !important;
    border: 1px solid var(--cy-border) !important;
    border-left: 4px solid var(--cy-cyan) !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    margin: 22px 0 !important;
    padding: 24px !important;
}

html body .article-content .metric-card h4 {
    color: var(--cy-cyan) !important;
    font-size: 1.18rem !important;
    line-height: 1.35 !important;
    margin: 0 0 12px !important;
}

html body .article-content .metric-card p {
    color: #c8d2df !important;
    font-size: 1rem !important;
    line-height: 1.65 !important;
    margin: 0 0 14px !important;
}

html body .article-content .metric-card p:last-child {
    align-items: center !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-bottom: 0 !important;
}

html body .article-content .score-indicator {
    border-radius: 999px !important;
    display: inline-flex !important;
    font-size: 0.88rem !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 8px 13px !important;
}

html body .article-content .score-good {
    background: #d8f8df !important;
    color: #0c5f2a !important;
}

html body .article-content .score-needs-improvement {
    background: #fff1b8 !important;
    color: #765900 !important;
}

html body .article-content .score-poor {
    background: #ffd3d8 !important;
    color: #7d1020 !important;
}

@media (max-width: 900px) {
    html body .founder-grid {
        grid-template-columns: 1fr !important;
        padding: 20px !important;
    }

    html body .founder-image-wrapper {
        max-width: 420px !important;
        position: relative !important;
        top: auto !important;
        width: 100% !important;
    }

    html body .founder-content {
        padding: 8px 0 0 !important;
    }
}

@media (max-width: 560px) {
    html body .story-vision {
        padding: 30px 20px !important;
    }

    html body .story-vision .vision-icon {
        height: 60px !important;
        width: 60px !important;
    }

    html body .story-vision .vision-icon i {
        font-size: 1.55rem !important;
    }

    html body .founder-grid {
        gap: 22px !important;
        padding: 16px !important;
    }

    html body .founder-highlight-item {
        grid-template-columns: 42px minmax(0, 1fr) !important;
        padding: 14px !important;
    }

    html body .founder-highlight-item i {
        height: 42px !important;
        width: 42px !important;
    }

    html body .portfolio-cta {
        padding: 32px 18px !important;
    }

    html body .portfolio-cta > div {
        align-items: stretch !important;
        display: flex !important;
        flex-direction: column !important;
    }

    html body .portfolio-cta .portfolio-cta-button,
    html body .portfolio-cta .portfolio-cta-button[style] {
        min-width: 0 !important;
        width: 100% !important;
    }

    html body .article-content .metric-card {
        padding: 18px !important;
    }
}

/* Site-wide guardrails for legacy light fragments inside the dark redesign */
html body .faq-quick-link {
    background:
        linear-gradient(135deg, rgba(1, 94, 234, 0.18), rgba(0, 192, 250, 0.08)),
        var(--cy-card) !important;
    border-top: 1px solid var(--cy-border) !important;
    color: var(--cy-text) !important;
}

html body .faq-quick-link h2,
html body .faq-quick-link h3 {
    color: #ffffff !important;
}

html body .faq-quick-link p,
html body .faq-quick-link [style*="color: #666"],
html body .faq-quick-link [style*="color:#666"] {
    color: var(--cy-muted) !important;
}

html body .faq-quick-link a,
html body .article-content .cta-button,
html body .blog-content-wrapper .cta-button,
html body .blog-content .cta-button,
html body .service-card .service-cta-secondary,
html body .portfolio-cta .portfolio-cta-button[style*="background: white"],
html body .portfolio-cta .portfolio-cta-button[style*="background:white"] {
    background: #015eea !important;
    border: 1px solid rgba(247, 250, 252, 0.18) !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    color: #ffffff !important;
}

html body .faq-quick-link a:hover,
html body .article-content .cta-button:hover,
html body .blog-content-wrapper .cta-button:hover,
html body .blog-content .cta-button:hover,
html body .service-card .service-cta-secondary:hover {
    background: #014fc4 !important;
    border-color: rgba(0, 192, 250, 0.54) !important;
    color: #ffffff !important;
    transform: none !important;
}

html body .pricing-hero ~ div[style*="max-width: 1200px"][style*="text-align: center"] {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.025)),
        var(--cy-card) !important;
    border: 1px solid var(--cy-border) !important;
    border-radius: 8px !important;
    box-shadow: var(--cy-shadow) !important;
    color: var(--cy-text) !important;
    margin-bottom: 64px !important;
    padding: 24px !important;
}

html body .pricing-hero ~ div[style*="max-width: 1200px"][style*="text-align: center"] p,
html body .pricing-hero ~ div[style*="max-width: 1200px"][style*="text-align: center"] [style*="color: #666"],
html body .pricing-hero ~ div[style*="max-width: 1200px"][style*="text-align: center"] [style*="color:#666"] {
    color: var(--cy-muted) !important;
}

html body .pricing-hero ~ div[style*="max-width: 1200px"][style*="text-align: center"] a,
html body .pricing-hero ~ div[style*="max-width: 1200px"][style*="text-align: center"] [style*="color: var(--dark-shade)"] {
    color: var(--cy-cyan) !important;
    font-weight: 800 !important;
}

html body .article-content .industry-card,
html body .article-content .feature-item,
html body .article-content .step-card,
html body .article-content .comparison-card,
html body .article-content .stat-card,
html body .blog-content .industry-card,
html body .blog-content .feature-item,
html body .blog-content .step-card,
html body .blog-content .comparison-card,
html body .blog-content .stat-card,
html body .blog-content-wrapper .feature-item,
html body .blog-content-wrapper .step-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.025)),
        var(--cy-card) !important;
    border: 1px solid var(--cy-border) !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    color: var(--cy-text) !important;
}

html body .article-content h4,
html body .article-content h5,
html body .article-content h6,
html body .blog-content h4,
html body .blog-content h5,
html body .blog-content h6,
html body .blog-content-wrapper h4,
html body .blog-content-wrapper h5,
html body .blog-content-wrapper h6,
html body .stat-card h4,
html body .use-case-card h4,
html body .strategy-card h4,
html body .best-practice-card h4,
html body .metric-card h4,
html body .technique-card h4,
html body .comparison-card h4,
html body .industry-card h4,
html body .feature-item h4,
html body .step-card h4 {
    color: #ffffff !important;
}

html body .article-content [style*="color: var(--dark-shade)"],
html body .blog-content [style*="color: var(--dark-shade)"],
html body .blog-content-wrapper [style*="color: var(--dark-shade)"] {
    color: var(--cy-cyan) !important;
}

html body .article-content [style*="color: #666"],
html body .article-content [style*="color:#666"],
html body .article-content [style*="color: #555"],
html body .article-content [style*="color:#555"],
html body .blog-content [style*="color: #666"],
html body .blog-content [style*="color:#666"],
html body .blog-content [style*="color: #555"],
html body .blog-content [style*="color:#555"],
html body .stat-label {
    color: var(--cy-muted) !important;
}

html body .stat-number,
html body .article-content .stat-number,
html body .blog-content .stat-number {
    color: var(--cy-cyan) !important;
}

@media (max-width: 560px) {
    html body .pricing-hero ~ div[style*="max-width: 1200px"][style*="text-align: center"] {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: min(340px, calc(100vw - 32px)) !important;
        padding: 20px !important;
    }

    html body .service-card .service-cta-secondary {
        width: 100% !important;
    }
}

/* Home services carousel: no internal scrollbars */
html body .carousel-overlay {
    overflow: hidden !important;
    padding: 34px 44px !important;
    scrollbar-width: none !important;
}

html body .carousel-overlay::-webkit-scrollbar {
    display: none !important;
}

html body .carousel-overlay .service-icon {
    border-radius: 8px !important;
    font-size: 2.2rem !important;
    height: 72px !important;
    margin-bottom: 18px !important;
    width: 72px !important;
}

html body .carousel-overlay h3 {
    font-size: clamp(2.05rem, 3vw, 2.65rem) !important;
    line-height: 1.12 !important;
    margin-bottom: 14px !important;
}

html body .carousel-overlay .service-description {
    font-size: 1.05rem !important;
    line-height: 1.55 !important;
    margin-bottom: 20px !important;
}

html body .carousel-overlay .service-features {
    border-radius: 8px !important;
    margin-bottom: 22px !important;
}

html body .carousel-overlay .service-features li {
    gap: 12px !important;
    grid-template-columns: 44px minmax(92px, 0.78fr) minmax(0, 1.35fr) !important;
    min-height: 52px !important;
    padding: 10px 14px !important;
}

html body .carousel-overlay .service-features li i {
    height: 32px !important;
    width: 32px !important;
}

html body .carousel-overlay .service-features li strong,
html body .carousel-overlay .service-features li span {
    line-height: 1.35 !important;
}

html body .carousel-overlay .service-learn-more {
    border-radius: 8px !important;
    min-height: 48px !important;
    padding: 13px 22px !important;
}

@media (max-width: 768px) {
    html body .carousel-container {
        border-radius: 10px !important;
        width: min(100%, calc(100vw - 28px)) !important;
    }

    html body .carousel-item {
        min-height: clamp(620px, 78dvh, 690px) !important;
    }

    html body .carousel-overlay {
        align-items: center !important;
        box-sizing: border-box !important;
        justify-content: flex-start !important;
        overflow: hidden !important;
        padding: 22px 16px 24px !important;
        text-align: center !important;
    }

    html body .carousel-overlay .service-icon {
        flex: 0 0 auto !important;
        font-size: 1.65rem !important;
        height: 52px !important;
        margin-bottom: 12px !important;
        width: 52px !important;
    }

    html body .carousel-overlay h3 {
        font-size: clamp(1.42rem, 5vw, 1.68rem) !important;
        line-height: 1.14 !important;
        margin-bottom: 10px !important;
        max-width: min(340px, calc(100vw - 52px)) !important;
        width: 100% !important;
    }

    html body .carousel-overlay .service-description {
        font-size: 0.94rem !important;
        line-height: 1.45 !important;
        margin-bottom: 12px !important;
        max-width: min(340px, calc(100vw - 52px)) !important;
        width: 100% !important;
    }

    html body .carousel-overlay .service-features {
        margin-bottom: 14px !important;
        max-width: min(360px, calc(100vw - 44px)) !important;
        width: 100% !important;
    }

    html body .carousel-overlay .service-features li {
        gap: 8px !important;
        grid-template-columns: 30px minmax(80px, 0.78fr) minmax(0, 1.22fr) !important;
        min-height: 44px !important;
        padding: 8px 10px !important;
    }

    html body .carousel-overlay .service-features li i {
        grid-column: auto !important;
        grid-row: auto !important;
        height: 28px !important;
        width: 28px !important;
    }

    html body .carousel-overlay .service-features li strong,
    html body .carousel-overlay .service-features li span {
        grid-column: auto !important;
        grid-row: auto !important;
    }

    html body .carousel-overlay .service-features li strong,
    html body .carousel-overlay .service-features li span {
        font-size: 0.83rem !important;
        line-height: 1.25 !important;
    }

    html body .carousel-overlay .service-learn-more {
        align-self: center !important;
        box-sizing: border-box !important;
        font-size: 0.94rem !important;
        justify-content: center !important;
        line-height: 1.2 !important;
        max-width: min(320px, calc(100vw - 56px)) !important;
        min-height: 44px !important;
        padding: 10px 16px !important;
        width: 100% !important;
        white-space: normal !important;
    }
}

@media (max-width: 420px) {
    html body .carousel-item {
        min-height: 650px !important;
    }

    html body .carousel-overlay {
        padding: 20px 14px 22px !important;
    }

    html body .carousel-overlay .service-icon {
        height: 48px !important;
        margin-bottom: 10px !important;
        width: 48px !important;
    }

    html body .carousel-overlay h3 {
        font-size: 1.36rem !important;
        margin-bottom: 8px !important;
    }

    html body .carousel-overlay .service-description {
        font-size: 0.9rem !important;
        line-height: 1.4 !important;
        margin-bottom: 10px !important;
    }

    html body .carousel-overlay .service-features {
        margin-bottom: 12px !important;
    }

    html body .carousel-overlay .service-features li {
        grid-template-columns: 28px minmax(72px, 0.76fr) minmax(0, 1.24fr) !important;
        min-height: 42px !important;
        padding: 7px 9px !important;
    }

    html body .carousel-overlay .service-learn-more {
        font-size: 0.9rem !important;
        min-height: 42px !important;
        padding: 9px 14px !important;
    }
}

/* Mobile fixed-button guardrail */
@media (max-width: 768px) {
    html body .carousel-controls {
        display: none !important;
    }

    html body button.chatbot-toggle {
        bottom: max(18px, env(safe-area-inset-bottom)) !important;
        left: auto !important;
        position: fixed !important;
        right: max(18px, env(safe-area-inset-right)) !important;
        transform: none !important;
        z-index: 9998 !important;
    }
}

@media (max-width: 420px) {
    html body button.chatbot-toggle {
        bottom: max(14px, env(safe-area-inset-bottom)) !important;
        right: max(14px, env(safe-area-inset-right)) !important;
    }
}

/* Mobile drawer: compensate for the floating toolbar and browser safe areas */
@media (max-width: 768px) {
    :root {
        --cy-mobile-toolbar-top: max(10px, env(safe-area-inset-top));
        --cy-mobile-toolbar-height: 64px;
        --cy-mobile-drawer-gap: 10px;
        --cy-mobile-drawer-bottom: max(14px, env(safe-area-inset-bottom));
        --cy-mobile-drawer-left: 12px;
    }

    html body .navbar,
    html body .navbar.scrolled {
        height: var(--cy-mobile-toolbar-height) !important;
        top: var(--cy-mobile-toolbar-top) !important;
    }

    html body .side-panel {
        border: 1px solid var(--cy-border) !important;
        border-radius: 8px !important;
        bottom: var(--cy-mobile-drawer-bottom) !important;
        height: auto !important;
        left: var(--cy-mobile-drawer-left) !important;
        max-height: calc(100dvh - var(--cy-mobile-toolbar-top) - var(--cy-mobile-toolbar-height) - var(--cy-mobile-drawer-gap) - var(--cy-mobile-drawer-bottom)) !important;
        max-width: calc(100vw - 24px) !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        overscroll-behavior: contain !important;
        padding: 0 !important;
        top: calc(var(--cy-mobile-toolbar-top) + var(--cy-mobile-toolbar-height) + var(--cy-mobile-drawer-gap)) !important;
        transform: translateX(calc(-100% - 18px)) !important;
        width: min(340px, calc(100vw - 24px)) !important;
        z-index: 1002 !important;
    }

    html body .side-panel.open {
        transform: translateX(0) !important;
    }

    html body .side-panel::before {
        border-radius: 8px 8px 0 0 !important;
        height: 58px !important;
        padding: 0 20px !important;
        position: sticky !important;
        top: 0 !important;
        z-index: 1 !important;
    }

    html body .side-panel-links {
        margin: 0 !important;
        padding: 10px 0 calc(14px + env(safe-area-inset-bottom)) !important;
    }

    html body .side-panel-links li a {
        min-height: 50px !important;
        padding: 14px 20px !important;
    }

    html body .side-panel-links li a:hover {
        padding-left: 22px !important;
    }

    html body .side-panel-backdrop {
        height: 100dvh !important;
        inset: 0 !important;
        z-index: 998 !important;
    }

    html body.nav-drawer-open .chatbot-toggle,
    html body.nav-drawer-open .chatbot-container,
    html body:has(.side-panel.open) .chatbot-toggle,
    html body:has(.side-panel.open) .chatbot-container {
        opacity: 0 !important;
        pointer-events: none !important;
        transform: translateY(8px) !important;
        visibility: hidden !important;
    }
}

@media (max-width: 420px) {
    :root {
        --cy-mobile-drawer-left: 10px;
    }

    html body .side-panel {
        max-width: calc(100vw - 20px) !important;
        width: calc(100vw - 20px) !important;
    }
}

/* Auto-hide floating toolbar on downward scroll */
html body .navbar,
html body .navbar.scrolled {
    --cy-navbar-hide-offset: 0px;
    transition:
        transform 220ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease,
        padding 180ms ease !important;
    will-change: transform;
}

html body .navbar.nav-hidden {
    pointer-events: none !important;
    transform: translate(-50%, calc(-100% - 26px)) !important;
}

html body.nav-drawer-open .navbar,
html body:has(.side-panel.open) .navbar {
    pointer-events: auto !important;
    transform: translateX(-50%) !important;
}

@media (max-width: 768px) {
    html body .hero .hero-container,
    html body .hero .hero-content {
        box-sizing: border-box !important;
        max-width: calc(100vw - 32px) !important;
        min-width: 0 !important;
        overflow: visible !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: calc(100vw - 32px) !important;
    }

    html body .hero .hero-subtitle,
    html body .hero .hero-trust {
        box-sizing: border-box !important;
        display: block !important;
        max-width: calc(100vw - 48px) !important;
        min-width: 0 !important;
        overflow-wrap: normal !important;
        text-align: center !important;
        white-space: normal !important;
        width: calc(100vw - 48px) !important;
        word-break: normal !important;
    }

    html body .hero .hero-features,
    html body .hero .hero-actions {
        box-sizing: border-box !important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: calc(100vw - 48px) !important;
        min-width: 0 !important;
        width: calc(100vw - 48px) !important;
    }

    html body .hero .feature-item,
    html body .hero .cta-hero-button {
        box-sizing: border-box !important;
        min-width: 0 !important;
        overflow-wrap: anywhere !important;
        width: 100% !important;
    }

    html body .navbar,
    html body .navbar.scrolled,
    html body .navbar.nav-hidden {
        transform: translate(-50%, calc(-1 * var(--cy-navbar-hide-offset, 0px))) !important;
        transition:
            background-color 160ms ease,
            border-color 160ms ease,
            box-shadow 160ms ease,
            padding 160ms ease !important;
    }

    html body .navbar.nav-hidden {
        pointer-events: none !important;
    }

    html body.nav-drawer-open .navbar,
    html body:has(.side-panel.open) .navbar {
        --cy-navbar-hide-offset: 0px;
        pointer-events: auto !important;
        transform: translateX(-50%) !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    html body .navbar,
    html body .navbar.scrolled {
        transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease !important;
    }
}

/* Reclaim top content space while the floating toolbar is hidden */
@media (max-width: 768px) {
    html body .hero-container,
    html body .services-hero-container,
    html body .about-hero .container,
    html body .contact-hero .container,
    html body .portfolio-hero,
    html body .blog-hero,
    html body .article-hero,
    html body .blog-post-header,
    html body .pricing-hero,
    html body .pricing-overview-hero {
        transition: padding-top 220ms ease !important;
    }

    html body.nav-toolbar-hidden .hero-container,
    html body.nav-toolbar-hidden .services-hero-container,
    html body.nav-toolbar-hidden .about-hero .container,
    html body.nav-toolbar-hidden .contact-hero .container,
    html body.nav-toolbar-hidden .portfolio-hero,
    html body.nav-toolbar-hidden .blog-hero,
    html body.nav-toolbar-hidden .article-hero,
    html body.nav-toolbar-hidden .blog-post-header,
    html body.nav-toolbar-hidden .pricing-hero,
    html body:has(.navbar.nav-hidden) .hero-container,
    html body:has(.navbar.nav-hidden) .services-hero-container,
    html body:has(.navbar.nav-hidden) .about-hero .container,
    html body:has(.navbar.nav-hidden) .contact-hero .container,
    html body:has(.navbar.nav-hidden) .portfolio-hero,
    html body:has(.navbar.nav-hidden) .blog-hero,
    html body:has(.navbar.nav-hidden) .article-hero,
    html body:has(.navbar.nav-hidden) .blog-post-header,
    html body:has(.navbar.nav-hidden) .pricing-hero,
    html body.nav-toolbar-hidden .pricing-overview-hero {
        padding-top: 44px !important;
    }

    html body.nav-drawer-open .hero-container,
    html body.nav-drawer-open .services-hero-container,
    html body.nav-drawer-open .about-hero .container,
    html body.nav-drawer-open .contact-hero .container,
    html body.nav-drawer-open .portfolio-hero,
    html body.nav-drawer-open .blog-hero,
    html body.nav-drawer-open .article-hero,
    html body.nav-drawer-open .blog-post-header,
    html body.nav-drawer-open .pricing-hero,
    html body.nav-drawer-open .pricing-overview-hero {
        transition: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    html body .hero-container,
    html body .services-hero-container,
    html body .about-hero .container,
    html body .contact-hero .container,
    html body .portfolio-hero,
    html body .blog-hero,
    html body .article-hero,
    html body .blog-post-header,
    html body .pricing-hero,
    html body .pricing-overview-hero {
        transition: none !important;
    }
}

/* Toolbar and contact conversion refinements */
html body {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

html body #navbar-placeholder,
html body #navbar-placeholder > header {
    height: 0 !important;
    min-height: 0 !important;
}

html body.nav-toolbar-hidden .hero-container,
html body.nav-toolbar-hidden .services-hero-container,
html body.nav-toolbar-hidden .about-hero .container,
html body.nav-toolbar-hidden .portfolio-hero,
html body.nav-toolbar-hidden .blog-hero,
html body.nav-toolbar-hidden .article-hero,
html body.nav-toolbar-hidden .blog-post-header,
html body.nav-toolbar-hidden .pricing-hero,
html body.nav-toolbar-hidden .pricing-overview-hero,
html body:has(.navbar.nav-hidden) .hero-container,
html body:has(.navbar.nav-hidden) .services-hero-container,
html body:has(.navbar.nav-hidden) .about-hero .container,
html body:has(.navbar.nav-hidden) .portfolio-hero,
html body:has(.navbar.nav-hidden) .blog-hero,
html body:has(.navbar.nav-hidden) .article-hero,
html body:has(.navbar.nav-hidden) .blog-post-header,
html body:has(.navbar.nav-hidden) .pricing-hero,
html body:has(.navbar.nav-hidden) .pricing-overview-hero {
    padding-top: clamp(32px, 5vw, 64px) !important;
}

html body .contact-intake-hero {
    align-items: center !important;
    min-height: min(100svh, 820px) !important;
    padding: 110px 20px 54px !important;
    text-align: left !important;
}

html body .contact-intake-grid {
    align-items: center !important;
    display: grid !important;
    gap: 36px !important;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.85fr) !important;
    max-width: 1180px !important;
    padding: 0 !important;
    width: 100% !important;
}

html body .contact-hero .contact-intake-grid {
    padding: 0 !important;
}

html body .contact-intake-copy {
    max-width: 620px !important;
    text-align: left !important;
}

html body .contact-intake-copy .hero-badge {
    margin-bottom: 18px !important;
}

html body .contact-intake-copy h1 {
    color: #ffffff !important;
    font-size: clamp(2.7rem, 5vw, 4.35rem) !important;
    letter-spacing: 0 !important;
    line-height: 1.02 !important;
    margin: 0 !important;
    max-width: 650px !important;
    text-align: left !important;
}

html body .contact-intake-copy .hero-subtitle {
    color: #c8d2df !important;
    font-size: 1.08rem !important;
    line-height: 1.65 !important;
    margin: 20px 0 0 !important;
    max-width: 590px !important;
    text-align: left !important;
}

html body .contact-intake-points {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-top: 24px !important;
}

html body .contact-intake-points span,
html body .contact-response-note {
    align-items: center !important;
    background: rgba(255, 255, 255, 0.07) !important;
    border: 1px solid var(--cy-border) !important;
    border-radius: 8px !important;
    color: #dce5ef !important;
    display: inline-flex !important;
    font-size: 0.92rem !important;
    font-weight: 800 !important;
    gap: 8px !important;
    line-height: 1.2 !important;
    padding: 10px 12px !important;
}

html body .contact-intake-points i,
html body .contact-response-note i {
    color: var(--cy-cyan) !important;
}

html body .contact-response-note {
    margin: 18px 0 0 !important;
}

html body .contact-intake-form {
    padding: 28px !important;
}

html body .contact-intake-form .form-kicker {
    color: var(--cy-cyan) !important;
    font-size: 0.78rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.12em !important;
    margin-bottom: 8px !important;
    text-transform: uppercase !important;
}

html body .contact-intake-form h2 {
    color: #ffffff !important;
    font-size: clamp(1.55rem, 2.5vw, 2rem) !important;
    line-height: 1.1 !important;
    margin: 0 0 8px !important;
}

html body .contact-intake-form > p {
    color: var(--cy-muted) !important;
    margin: 0 0 18px !important;
}

html body .contact-intake-form .contact-form {
    gap: 16px !important;
}

html body .contact-intake-form .form-row {
    gap: 14px !important;
}

html body .contact-intake-form .form-group label {
    font-size: 0.86rem !important;
    margin-bottom: 7px !important;
}

html body .contact-intake-form input,
html body .contact-intake-form select,
html body .contact-intake-form textarea {
    min-height: 46px !important;
    padding: 12px 14px !important;
}

html body .contact-intake-form textarea {
    min-height: 112px !important;
}

html body .contact-intake-form .submit-btn {
    align-self: stretch !important;
    margin-top: 2px !important;
    width: 100% !important;
}

html body .contact-methods {
    padding: 64px 0 !important;
}

html body .contact-methods .section-header.compact {
    margin-bottom: 28px !important;
}

html body .contact-methods .section-header.compact h2 {
    margin-bottom: 10px !important;
}

html body .contact-methods .section-header.compact p {
    margin-bottom: 0 !important;
}

html body .contact-methods .contact-grid {
    margin-top: 0 !important;
}

html body .contact-methods .contact-card {
    padding: 26px 22px !important;
}

html body .contact-methods .contact-icon {
    height: 58px !important;
    margin-bottom: 18px !important;
    width: 58px !important;
}

html body .contact-methods .contact-icon i {
    font-size: 1.35rem !important;
}

html body .contact-methods .contact-action {
    border-radius: 8px !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    padding: 12px 14px !important;
}

html body .why-choose-us {
    padding: 72px 0 !important;
}

html body .faq-quick-link {
    padding: 48px 20px !important;
}

@media (max-width: 1024px) {
    html body .contact-intake-hero {
        min-height: auto !important;
        padding: 96px 18px 46px !important;
    }

    html body .contact-intake-grid {
        grid-template-columns: 1fr !important;
        max-width: 720px !important;
    }
}

@media (max-width: 768px) {
    html body .navbar,
    html body .navbar.scrolled,
    html body .navbar.nav-hidden {
        transition:
            transform 180ms ease,
            background-color 160ms ease,
            border-color 160ms ease,
            box-shadow 160ms ease,
            padding 160ms ease !important;
    }

    html body .contact-intake-hero {
        overflow-x: hidden !important;
        padding: calc(var(--cy-mobile-toolbar-top, 10px) + var(--cy-mobile-toolbar-height, 64px) + 18px) 14px 34px !important;
    }

    html body.nav-toolbar-hidden .contact-intake-hero,
    html body:has(.navbar.nav-hidden) .contact-intake-hero {
        padding-top: 24px !important;
    }

    html body.nav-toolbar-hidden .contact-intake-grid,
    html body:has(.navbar.nav-hidden) .contact-intake-grid {
        padding-top: 0 !important;
    }

    html body .contact-intake-grid {
        box-sizing: border-box !important;
        gap: 20px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: calc(100vw - 40px) !important;
        min-width: 0 !important;
        width: calc(100vw - 40px) !important;
    }

    html body .contact-hero .contact-intake-grid {
        padding: 0 !important;
    }

    html body .contact-intake-grid *,
    html body .contact-intake-copy *,
    html body .contact-intake-form * {
        max-width: 100% !important;
    }

    html body .contact-intake-copy,
    html body .contact-intake-form {
        box-sizing: border-box !important;
        justify-self: center !important;
        max-width: calc(100vw - 56px) !important;
        min-width: 0 !important;
        overflow: hidden !important;
        width: calc(100vw - 56px) !important;
    }

    html body .contact-intake-copy {
        overflow: visible !important;
    }

    html body .contact-intake-copy h1 {
        font-size: clamp(2rem, 9vw, 2.65rem) !important;
        line-height: 1.05 !important;
        overflow-wrap: anywhere !important;
    }

    html body .contact-intake-copy .hero-subtitle {
        font-size: 1rem !important;
        line-height: 1.55 !important;
        margin-top: 16px !important;
        max-width: calc(100vw - 84px) !important;
        overflow-wrap: anywhere !important;
        white-space: normal !important;
        width: calc(100vw - 84px) !important;
        word-break: normal !important;
    }

    html body .contact-intake-points {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 8px !important;
        margin-top: 18px !important;
        width: 100% !important;
    }

    html body .contact-intake-points span,
    html body .contact-response-note {
        font-size: 0.82rem !important;
        min-width: 0 !important;
        overflow-wrap: anywhere !important;
        padding: 9px 10px !important;
        white-space: normal !important;
    }

    html body .contact-intake-form {
        padding: 18px !important;
    }

    html body .contact-intake-form .contact-form {
        gap: 13px !important;
    }

    html body .contact-intake-form .form-row {
        grid-template-columns: 1fr !important;
        gap: 13px !important;
    }

    html body .contact-intake-form textarea {
        min-height: 104px !important;
    }

    html body .contact-methods {
        padding: 42px 0 !important;
    }

    html body .contact-methods .contact-card {
        padding: 20px !important;
    }

    html body .contact-methods .contact-icon {
        height: 50px !important;
        width: 50px !important;
    }

    html body .why-choose-us {
        padding: 52px 0 !important;
    }

    html body .faq-quick-link {
        padding: 42px 18px !important;
    }
}

/* ===================================================================
   Hero polish — full-height background, slick depth, clear hierarchy
   (appended last so it wins the cascade among equal-specificity rules)
   =================================================================== */

/* 1. Full-height, layered background.
      Soft cyan/blue glows give the whole hero depth so the lower half
      never flattens to dead black, and the final layer resolves to the
      page background so the hero blends seamlessly into the next section. */
.hero,
.services-hero,
.about-hero,
.portfolio-hero,
.contact-hero,
.pricing-hero,
.blog-hero,
.faq-hero {
    background:
        radial-gradient(115% 70% at 16% 6%, rgba(0, 192, 250, 0.18), transparent 58%),
        radial-gradient(120% 85% at 86% 84%, rgba(1, 94, 234, 0.22), transparent 60%),
        linear-gradient(180deg,
            rgba(7, 9, 13, 0.58) 0%,
            rgba(7, 9, 13, 0.30) 40%,
            rgba(7, 9, 13, 0.74) 84%,
            var(--cy-bg) 100%),
        url("../assets/images/1.webp") center center / cover no-repeat,
        var(--cy-bg) !important;
    background-blend-mode: screen, screen, normal, normal, normal !important;
}

/* 2. Repurpose the bottom band as a visible accent line + clean fade
      (the original sat at z-index:-1 and never showed). */
.hero::after,
.services-hero::after,
.about-hero::after,
.portfolio-hero::after,
.contact-hero::after,
.pricing-hero::after,
.blog-hero::after,
.faq-hero::after {
    background:
        linear-gradient(180deg, transparent, var(--cy-bg)) !important;
    height: 160px !important;
    z-index: 0 !important;
}

/* thin luminous divider where the hero meets the page */
.hero::before {
    content: "" !important;
    position: absolute !important;
    left: 0; right: 0; bottom: 0;
    height: 1px !important;
    background: linear-gradient(90deg, transparent,
        rgba(0, 192, 250, 0.55), rgba(1, 94, 234, 0.55), transparent) !important;
    z-index: 1 !important;
    pointer-events: none;
}

/* 3. Feature labels -> lightweight chips (were heavy look-alike buttons).
      Keeps the cyan icon, drops the button weight so the real CTAs lead. */
.hero-features .feature-item {
    background: rgba(0, 192, 250, 0.06) !important;
    border: 1px solid rgba(0, 192, 250, 0.22) !important;
    border-radius: 999px !important;
    color: #cdd8e6 !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    min-height: 38px !important;
    padding: 8px 16px 8px 13px !important;
    gap: 9px !important;
    box-shadow: none !important;
}
.hero-features .feature-item i {
    font-size: 0.82rem !important;
}
.hero-features .feature-item:hover {
    background: rgba(0, 192, 250, 0.10) !important;
    border-color: rgba(0, 192, 250, 0.4) !important;
}

/* 4. CTA hierarchy: make the primary unmistakably the main action. */
.hero-actions .cta-hero-button {
    min-height: 50px !important;
    padding: 14px 30px !important;
    font-size: 1.02rem !important;
}
.hero-actions .cta-hero-button.primary {
    box-shadow: 0 14px 38px rgba(0, 150, 250, 0.42) !important;
}
.hero-actions .cta-hero-button.secondary {
    background: rgba(255, 255, 255, 0.045) !important;
}

/* 5. Trust line -> calm, spaced caption with dot separators. */
.hero-trust {
    margin-top: 26px !important;
}
.hero-trust p {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 9px 16px;
    margin: 0;
    font-size: 0.78rem !important;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: var(--cy-subtle) !important;
}
.hero-trust .ti {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    white-space: nowrap;
}
.hero-trust .ti:not(:last-child)::after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(0, 192, 250, 0.6);
}

/* Services cards: demote the secondary action to a ghost button so the
   gradient primary ("Get Started") is the unambiguous main CTA. */
html body .service-card .service-cta-secondary {
    background: rgba(255, 255, 255, 0.045) !important;
    border: 1px solid var(--cy-border) !important;
    box-shadow: none !important;
    color: var(--cy-text) !important;
}
html body .service-card .service-cta-secondary:hover {
    background: rgba(0, 192, 250, 0.12) !important;
    border-color: var(--cy-border-strong) !important;
    color: #ffffff !important;
}


/* === Accessibility: minimum tap targets (footer links, tile/demo links) === */
.footer-left ul li a,
.footer-right ul li a {
    display: inline-block;
    padding: 10px 0;
}

.cy-tile-link,
.cy-demo-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
}
